/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  overflow: hidden;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  display:block;
  clear: both; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hidden,
.screen-reader-text {
  display: none !important;
  visibility: hidden; }

.screen-reader-text {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible; }

html {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
       box-sizing: inherit; }

.outer, .site-header, .site-content, .site-footer {
  *zoom: 1;
  padding-left: 5%;
  padding-right: 5%; }
  .outer:before, .site-header:before, .site-content:before, .site-footer:before, .outer:after, .site-header:after, .site-content:after, .site-footer:after {
    display: table;
    content: ""; }
  .outer:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both; }

.inner {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 64em;
  /*background: white;*/
  /*background: inherit;*/
  padding: 0 3em; }
  .inner:before, .inner:after {
    display: table;
    content: ""; }
  .inner:after {
    clear: both; }

@media screen and (max-width: 48em) {
  .inner {
    padding: 0 1em; } }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  background: #e6edeb;
  font-size: 100%;
  font-weight: Georgia, serif;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(66, 73, 81, 0.1);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: #fff;
  color: #424951;
  font-family: Georgia, serif;
  line-height: 1.6;
  min-height: 100%;
  width: 100%; }

a {
  color: #b39c1a;
  font-weight: 300;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:visited {
    color: #b39c1a; }
  a:hover {
    color: #5a4e0d; }
  a:focus {
    outline: none;
    color: #5a4e0d; }
  a:hover, a:active {
    outline: 0; }

::-moz-selection {
  background-color: rgba(179, 156, 26, 0.1);
  text-shadow: none; }

::selection {
  background-color: rgba(179, 156, 26, 0.1);
  text-shadow: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #404143;
  font-family: Georgia, serif;
  font-weight: 100;
  line-height: 1.28;
  margin: 1em 0;
  text-rendering: optimizelegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #727477;
    font-weight: normal; }
  h1 .sub,
  h2 .sub,
  h3 .sub,
  h4 .sub,
  h5 .sub,
  h6 .sub {
    display: block;
    font-size: 75%; }

h1,
.h1 {
  font-size: 1.6018066406em;
  margin: 1em 0 .875em 0; }
  @media screen and (min-width: 48em) {
    h1,
    .h1 {
      font-size: 2.0272865295em; } }
  h1 small,
  .h1 small {
    font-size: 75%; }
  h1 a,
  h1 a:visited,
  .h1 a,
  .h1 a:visited {
    color: #404143;
    font-weight: 100; }

h2,
.h2 {
  line-height: 1.25;
  font-size: 1.6018066406em;
  margin: 1em 0 .875em 0;
  padding-top: .5em; }
  @media screen and (min-width: 48em) {
    h2,
    .h2 {
      font-size: 2.0272865295em; } }

h3,
.h3 {
  line-height: 1.45;
  font-size: 1.423828125em;
  padding-top: .5em; }
  @media screen and (min-width: 48em) {
    h3,
    .h3 {
      font-size: 1.6018066406em; } }

h4,
.h4 {
  font-size: 1.125em; }
  @media screen and (min-width: 48em) {
    h4,
    .h4 {
      font-size: 1.265625em; } }

h5,
.h5,
h6,
.h6 {
  font-size: 1em; }
  @media screen and (min-width: 48em) {
    h5,
    .h5,
    h6,
    .h6 {
      font-size: 1.125em; } }

h3 + h4 {
  margin-top: -1em; }

p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.6;
  margin: 0 0 1em 0; }
  p strong {
    font-weight: 400; }
  @media screen and (min-width: 48em) {
    p {
      font-size: 18px;
      font-size: 1.125rem; } }

ol,
ul,
dl,
address {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 1em 0; }
  ol strong,
  ul strong,
  dl strong,
  address strong {
    font-weight: 400; }
  @media screen and (min-width: 48em) {
    ol,
    ul,
    dl,
    address {
      font-size: 18px;
      font-size: 1.125rem; } }

small {
  font-size: 85%; }

ul,
ol {
  margin: 0 0 1em 1em;
  padding: 0 0 0 1em; }
  ul li,
  ol li {
    margin-bottom: 1em; }

li ul {
  list-style-type: circle;
  margin: .5em 0;
  padding-left: 1em; }

li ol {
  list-style-type: lower-roman;
  margin: .25em 0;
  padding-left: 1.5em; }

blockquote {
  margin: 1em 0; }
  blockquote p {
    margin: 0;
    padding: 0;
    padding-top: .5em; }
    blockquote p:nth-child(1):before {
      content: '\201C';
      margin-right: .125em; }
    blockquote p:last-of-type:after {
      content: '\201D';
      margin-left: .125em; }
  blockquote footer {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 1em; }
    blockquote footer:before {
      content: '\2014 \00A0 '; }
    @media screen and (min-width: 48em) {
      blockquote footer {
        font-size: 14px;
        font-size: 0.875rem; } }
  blockquote cite {
    font-style: normal; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

dl {
  *zoom: 1;
  display: block; }
  dl:before, dl:after {
    display: table;
    content: ""; }
  dl:after {
    clear: both; }

dt {
  font-size: 14px;
  font-size: 0.875rem;
  clear: both;
  float: left;
  font-weight: 400; }
  @media screen and (min-width: 48em) {
    dt {
      font-size: 15px;
      font-size: 0.9375rem; } }

dd {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 27.5%; }
  @media screen and (min-width: 48em) {
    dd {
      font-size: 15px;
      font-size: 0.9375rem; } }

abbr[title] {
  border-bottom: 1px dotted #ececed;
  cursor: help; }

b,
strong {
  font-weight: 400; }
  .entry-content b, .entry-content
  strong {
    color: #2b3035; }

dfn {
  font-style: italic; }

ins {
  color: #424951;
  text-decoration: none; }

mark {
  color: #424951;
  font-style: italic;
  font-weight: 400; }

pre,
code,
kbd,
samp {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #424951; }
  @media screen and (min-width: 48em) {
    pre,
    code,
    kbd,
    samp {
      font-size: 15px;
      font-size: 0.9375rem; } }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

.allcaps, .entry-meta {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  font-weight: 300;
  letter-spacing: .125em;
  text-transform: uppercase; }

.entry-meta {
  margin-top: -2em;
  margin-bottom: 2em; }

.lead,
.single .entry-content > p:first-of-type,
.page .entry-content > p:first-of-type {
  font-size: 1.265625em;
  font-family: Georgia, serif;
  font-weight: 100; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  padding-bottom: 1em; }

label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424951;
  display: block;
  margin-bottom: 1em; }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="password"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="text"] {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fbfbfb;
  border: 1px solid #ececed;
  border-radius: 1.5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: none;
  color: #545b62;
  cursor: pointer;
  font-weight: 300;
  margin-bottom: .25em;
  max-width: none;
  padding: .875em .875em .75em .875em;
  width: 100%; }
  input[type="color"]:hover,
  input[type="date"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="email"]:hover,
  input[type="password"]:hover,
  input[type="month"]:hover,
  input[type="number"]:hover,
  input[type="range"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="time"]:hover,
  input[type="url"]:hover,
  input[type="week"]:hover,
  input[type="text"]:hover {
    background-color: #fcfcfc;
    border-color: #e0e0e1;
    color: #424951; }
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="range"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  input[type="text"]:focus {
    background-color: white;
    border-color: #d4d4d5;
    color: #3b4148;
    outline: 0; }

select {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fbfbfb url("../img/select-bg.png") no-repeat right 50%;
  border: 1px solid #ececed;
  border-radius: 1.5px;
  box-shadow: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #545b62;
  cursor: pointer;
  font-weight: 300;
  max-width: none;
  margin-bottom: .25em;
  padding: .875em .875em .75em .875em;
  width: 100%;
  -webkit-appearance: none; }
  select:hover {
    background-color: #fcfcfc;
    border-color: #e0e0e1;
    color: #424951; }
  select:focus {
    background-color: white;
    border-color: #d4d4d5;
    color: #3b4148;
    outline: 0; }

textarea {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fbfbfb;
  border: 1px solid #ececed;
  border-radius: 1.5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: none;
  color: #545b62;
  cursor: pointer;
  font-weight: 300;
  margin-bottom: .25em;
  max-width: none;
  min-height: 10em;
  padding: .875em .875em .75em .875em;
  resize: vertical;
  width: 100%; }
  textarea:hover {
    background-color: #fcfcfc;
    border-color: #e0e0e1;
    color: #424951; }
  textarea:focus {
    background-color: white;
    border-color: #d4d4d5;
    color: #3b4148;
    outline: 0; }

.button-wrapper {
  padding-top: .5em;
  padding-bottom: .5em; }
  .button-wrapper a,
  .button-wrapper a:visited {
    font-size: 14px;
    font-size: 0.875rem;
    background: #b39c1a;
    border: 0;
    border-radius: 3px;
    color: white;
    margin-right: .5em;
    padding: 1em 1.25em 1em 1.5em; }
    .entry-content .button-wrapper a, .entry-content
    .button-wrapper a:visited {
      border: 0; }
    .button-wrapper a:hover,
    .button-wrapper a:visited:hover {
      background-color: #a18c17;
      color: white; }
      .entry-content .button-wrapper a:hover, .entry-content
      .button-wrapper a:visited:hover {
        border: 0; }
    .button-wrapper a span,
    .button-wrapper a:visited span {
      margin-left: .25em;
      position: relative;
      top: -.063em; }

a.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #b39c1a;
  border: 0;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-family: Georgia, serif;
  line-height: 1.6;
  margin-right: 1em;
  outline: none;
  padding: .5em 1em;
  position: relative;
  text-transform: uppercase;
  top: -1px; }
  a.button:hover,
  button:hover,
  html input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #a18c17;
    cursor: pointer; }
  a.button span,
  button span,
  html input[type="button"] span,
  input[type="reset"] span,
  input[type="submit"] span {
    margin-left: .25em;
    position: relative;
    top: -.125em; }
  a.button.button-alt,
  button.button-alt,
  html input[type="button"].button-alt,
  input[type="reset"].button-alt,
  input[type="submit"].button-alt {
    background-color: #d9dadc;
    color: #676d73; }
    a.button.button-alt:hover,
    button.button-alt:hover,
    html input[type="button"].button-alt:hover,
    input[type="reset"].button-alt:hover,
    input[type="submit"].button-alt:hover {
      background-color: #c6c8ca;
      color: #424951; }

input[type="reset"] {
  background-color: #d9dadc;
  color: #676d73; }
  input[type="reset"]:hover {
    background-color: #c6c8ca;
    color: #424951; }

.radio ul,
.radio li {
  margin: 0;
  padding: 0;
  list-style: none; }
.radio ul {
  *zoom: 1; }
  .radio ul:before, .radio ul:after {
    display: table;
    content: ""; }
  .radio ul:after {
    clear: both; }
.radio li {
  float: left;
  with: 50%; }

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
  margin-right: .5em; }

.search-form .screen-reader-text {
  display: none !important;
  visibility: hidden; }

.wpcf7 {
  padding-top: .5em;
  padding-bottom: 1em; }
  @media screen and (min-width: 64em) {
    .wpcf7 .fieldset-name {
      float: left;
      padding-right: 1em;
      width: 50%; } }
  @media screen and (min-width: 64em) {
    .wpcf7 .fieldset-email {
      float: left;
      padding-left: 1em;
      width: 50%; } }
  .wpcf7 .screen-reader-response {
    display: none !important;
    visibility: hidden; }

.wpcf7-file {
  background-color: white;
  border: 1px solid #ececed;
  border-radius: 3px;
  display: block;
  padding: .625em;
  width: 100%; }

.wpcf7-captchac {
  float: left;
  margin: .2em .5em .5em 0;
  padding: .5em; }

input.wpcf7-captchar {
  max-width: 200px; }

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 3px;
  color: #c00;
  display: block;
  margin-top: .25em;
  padding: .25em 0; }
  .wpcf7-not-valid-tip:before {
    color: #d00;
    content: '\2191';
    margin-right: .5em;
    position: relative;
    top: -.063em; }

.wpcf7-mail-sent-ok {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #dcd297;
  border: 1px solid #d9cd8c;
  border-radius: 3px;
  color: #b39c1a;
  display: block;
  margin-top: .25em;
  padding: .5em 1em; }
  @media screen and (min-width: 48em) {
    .wpcf7-mail-sent-ok {
      font-size: 16px;
      font-size: 1rem; } }

.wpcf7-radio {
  *zoom: 1;
  display: block;
  padding-bottom: .5em; }
  .wpcf7-radio:before, .wpcf7-radio:after {
    display: table;
    content: ""; }
  .wpcf7-radio:after {
    clear: both; }
  .wpcf7-radio .wpcf7-list-item {
    *zoom: 1;
    display: block;
    float: left;
    width: 50%; }
    .wpcf7-radio .wpcf7-list-item:before, .wpcf7-radio .wpcf7-list-item:after {
      display: table;
      content: ""; }
    .wpcf7-radio .wpcf7-list-item:after {
      clear: both; }

.req {
  color: #c00; }

.form-note,
.form-help {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #676d73; }
  .form-file .form-note, .form-file
  .form-help {
    padding-top: .5em; }

.form-actions {
  margin-top: -.5em; }

/* Tables
----------------------------------------- */
table {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  border: 1px solid #ececed;
  border-bottom: 0;
  color: #424951;
  margin: 1em 0;
  width: 100%; }
  table th,
  table td {
    border-bottom: 1px solid #ececed;
    padding: .5em 1em;
    text-align: left;
    vertical-align: top; }
  table th {
    background: white;
    border-bottom: 2px solid #ececed;
    color: #3b4148;
    letter-spacing: .125em;
    padding: .5em 1em;
    text-transform: uppercase; }
  table td {
    background: white; }

img {
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }

figure img {
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

.featured-image {
  margin-bottom: -2em;
  padding-bottom: 2em;
  position: relative; }
  .featured-image img {
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

.alignnone {
  display: block;
  clear: both;
  margin: 1em 1em 1em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0; }

.alignleft {
  float: left;
  margin: 1em 1em 1em 0; }

.alignright {
  float: right;
  margin: 1em 0 1em 1em; }

.alignnone, .aligncenter, .alignleft, .alignright, .alignleftnotop {
  max-width: 100%; }

.alignleftnotop {
  margin: 0 1em 1em 0; }

@media screen and (max-width: 39em) {
  .alignnone, .aligncenter, .alignleft, .alignright, .alignleftnotop {
    width: 100%;
    margin: 1em 0; } }
.site-header .inner {
  max-width: 64em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: left;
  position: relative; }
@media only screen and (max-width: 767px) {
  .site-header {
    height: 500px!important;
  }
}

.site-header {
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .site-header {
    height: 300px!important;
  }
}
.navbar-toggler-icon {
  margin-left: 0!important;
  top: auto!important;
}
.navbar-toggler {
  margin-right: 0;
}

.site-title {
  clear: both;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0; }
  .site-title img {
    margin: 0 auto;
    display: block; }
  .site-title a,
  .site-title a:visited {
    color: #424951;
    font-weight: 400; }

.site-description {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  clear: both;
  margin-top: -1em;
  text-align: left; }
@media only screen and (max-width: 767px) {
  .navbar-collapse {
    background: #333333a3;
  }
}
@media only screen and (max-width: 576px) {
  .navbar-brand {

  }
  .navbar-brand img {
    width: 60%;
  }
  .navbar-collapse {
    background: #333333a3;
  }
}
#primary-menu li {
  margin: 0 15px;
}
#primary-menu li:last-child {
  margin-right: 0;
}
#primary-menu li a {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  transition: all ease-in-out .2s;
  /*border-bottom: 0px solid #82740b;*/
}

#primary-menu li a:hover {
  color: #b4a21c;
  /*border-bottom: 2px solid #82740b;*/
  transition: all ease-in-out .2s;
}

#menu-primary-menu {
  margin: 0 auto;
  text-align: center; }

.main-navigation {
  border-top: 1px solid #DBDBDB;
  clear: both;
  padding-top: 1em;
  padding-bottom: 0.5em; }
  .main-navigation ul,
  .main-navigation li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .main-navigation li {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    margin-right: 1em; }
  .main-navigation a,
  .main-navigation a:visited {
    color: #545b62;
    font-weight: 300;
    padding: .5em 0; }
    .main-navigation a:hover,
    .main-navigation a:visited:hover {
      color: #424951; }
  .main-navigation .current_page_item a,
  .main-navigation .current_page_parent a {
    color: #424951 !important;
    font-weight: 400; }

@media screen and (min-width: 48em) {
  .main-navigation a,
  .main-navigation a:visited {
    color: #545b62;
    font-weight: 300;
    padding: .5em 0; }
    .main-navigation a:hover,
    .main-navigation a:visited:hover {
      color: #424951; }
      .main-navigation a:hover:after,
      .main-navigation a:visited:hover:after {
        width: 100%; }
    .main-navigation a:after,
    .main-navigation a:visited:after {
      content: '';
      display: block;
      border-bottom: 3px solid #424951;
      width: 0;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; } }
.burger {
  display: none;
  height: 30px;
  width: auto;
  cursor: pointer; }

@media screen and (max-width: 48em) {
  .burger {
    display: inherit;
    float: inherit;
    position: absolute;
    top: 1em;
    right: 1em; }

  .main-navigation {
    display: none; } }
img.virginlogo {
  position: absolute;
  right: 3em;
  top: 7em; }

@media screen and (max-width: 56em) {
  img.virginlogo {
    position: relative;
    right: inherit;
    top: inherit;
    margin: 0 auto;
    display: block;
    padding: 0 0 1em 0; } }
@media screen and (max-width: 39em) {
  img.virginlogo {
    padding: 0 0 0.25em 0; } }
.frontpage h1:first-child {
  display: none; }

@media screen and (min-width: 48em) {
  .content-area {
    width: 100%; }
  .content-area-middle {
    width: 80%;
    margin:0 auto;
    display: block;
    }
}

@media screen and (min-width: 48em) {
  .content-area-right {
    float: right;
    padding-right: 2em;
    width: 66.66666%; } }

.entry-footer {
  clear: both;
  padding-bottom: 1em; }
  .entry-footer span {
    clear: both;
    display: block; }

@media screen and (min-width: 48em) {
  .site-sidebar {
    float: left;
    padding-top: 2.4em;
    padding-right: 2em;
    width: 33.33333%; } }
.site-sidebar ul,
.site-sidebar li {
  line-height: 1.2em; }

.widget {
  background: #f5f5f6;
  padding: .5em 1.5em; }
  .site-sidebar .widget {
    border-bottom-width: .25em; }
  .widget ul {
    list-style: inherit;
    padding: 0 0 0 1em;
    font-size: 1em; }

.widget-title {
  margin: 0.5em 0;
  font-size: 1.5em; }

#map-canvas {
  max-width: 1030px;
  height: 400px;
  background-color: #CCC; }

.gmnoprint img {
  max-width: inherit; }

@media screen and (max-width: 48em) {
  #map-canvas {
    height: 250px; } }
.site-footer {
  background: #e6edeb;
  margin-bottom: 2em; }
  .site-footer .inner {
    max-width: 64em;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: left; }
  .site-footer p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem; }
  .site-footer .third, .site-footer .twothird {
    float: left; }
  .site-footer .third {
    width: 33.33333%; }
  .site-footer .twothird {
    width: 66.66666%; }
  @media screen and (max-width: 48em) {
    .site-footer .third, .site-footer .twothird {
      width: 100%; } }
  .site-footer address, .site-footer small {
    font-size: 85%;
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1em; }
  .site-footer address:last-child {
    padding-bottom: 1em; }

.menu-legal-menu-container {
  border-top: 1px solid #ececed;
  clear: both;
  margin: 1em 0;
  padding: 1em 0; }
  .menu-legal-menu-container ul,
  .menu-legal-menu-container li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .menu-legal-menu-container li {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline;
    margin-right: 1em; }
  .menu-legal-menu-container a,
  .menu-legal-menu-container a:visited {
    color: #a0a4a8;
    font-weight: 300;
    padding: .5em 0; }
    .menu-legal-menu-container a:hover,
    .menu-legal-menu-container a:visited:hover {
      color: #424951; }
  .menu-legal-menu-container .current_page_item a {
    color: #424951;
    font-weight: 400; }

.wp-pagenavi .pages {
  clear: both;
  display: block;
  margin-top: 2em; }
.wp-pagenavi .larger, .wp-pagenavi .smaller {
  padding: 0 2px; }
.wp-pagenavi .last {
  padding-left: 5px; }
.wp-pagenavi .first {
  padding-right: 5px; }

.backtotop {
  display: none;
  cursor: pointer;
  opacity: 0.9;
  background-color: #212121;
  height: 56px;
  width: 56px;
  float: right; }
  .backtotop img {
    padding: 24px 23px; }

.site-credits {
  float: left;
  margin-top: 2em; }

.twitterfeed {
  position: relative;
  font: 100%/1.4 georgia;
  font-weight: 400;
  background: #e6edeb;
  height: 200px;
  padding: 0 60px;
  overflow: inherit !important; }

.twitterfeed ul.really_simple_twitter_widget {
  margin: 0;
  margin-left: 1em;
  padding: 0; }

.twitterfeed h2, .twitterfeed p, .twitterfeed li {
  font-size: 18px !important;
  line-height: 18px !important;
  font-weight: 300 !important;
  display: inline !important; }

.twitterfeed a, .twitterfeed p, .twitterfeed li {
  color: #056a7d;
  text-decoration: none;
  list-style-type: none; }

.twitterfeed p {
  line-height: 28px;
  font-weight: 300; }

.twitterfeed h2 {
  padding: 0 !important; }

img.tweeting {
  padding-left: 1em;
  min-width: 90px; }

.table {
  display: table;
  height: 100%; }

.vert {
  display: table-cell;
  vertical-align: middle; }

@media screen and (max-width: 48em) {
  .twitterfeed {
    padding: 0 2em 2em;
    height: 150px; }

  .twitterfeed h2 {
    display: none !important; } }
@media screen and (max-width: 39em) {
  .twitterfeed ul.really_simple_twitter_widget {
    margin-left: 0; }

  .table {
    display: inherit; }

  .twitterfeed {
    height: inherit;
    text-align: center; }
    .twitterfeed p {
      text-align: center; }

  .vert {
    display: block;
    margin: 0 auto; }

  img.tweeting {
    padding-left: inherit;
    margin: 0 auto;
    display: block;
    padding-top: 1em;
    padding-bottom: 1em; } }
#post-1719 {
  max-width: 700px;
  margin: 0 auto; }

.frontpage p {
  font-size: 18px !important;
  font-size: 1.125rem !important; }

.theblog .eachstory {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2em;
  margin-top: 1em;
  overflow: hidden; }
  .theblog .eachstory .blog-image {
    width: 30%;
    float: left; }
  .theblog .eachstory .blog-text {
    width: 70%;
    float: left;
    padding-left: 1em; }
  .theblog .eachstory .full-blog-text {
    width: 100%; }
  .theblog .eachstory strong {
    clear: both;
    display: block; }
  .theblog .eachstory h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 0.5em; }

@media screen and (max-width: 48em) {
  .theblog .eachstory {
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 2em;
    margin-top: 1em; }
    .theblog .eachstory .blog-image {
      width: 100%; }
    .theblog .eachstory .blog-text {
      width: 100%;
      padding-left: 0; } }
.single-post .main-navigation, .theblog .main-navigation {
  border-top: 1px solid #DBDBDB;
  clear: both;
  padding: 1em;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 0.5em; }



  @media screen and (min-width: 48em) {
    ul.sub-menu {
      display: none;
      position: absolute;
      background: white;
      z-index: 9999;
      padding:0 5px;
    }

    .sub-menu li {
      display: block;
    }

    #site-navigation ul li:hover > ul {
      display: block; /* show sub menus when hovering over a parent */
    }

    .menu-item-has-children li > a:only-child:after {
      content: '';
    }

    .menu-item-has-children a:after {
      color: #444;
      content: ' ▾';
      display: inline;
      border-bottom: none;
    }



  }










  @media screen and (max-width: 48em) {
    .menu-item-has-children a {
      display: none;
    }

    .main-navigation li {
      display: inline;
    }

    .sub-menu li, .sub-menu a {
      display: inline;
      white-space: nowrap;
    }

    ul.sub-menu {
      display: inherit;
    }
  }

  fieldset.fieldset-subject {
    clear: both;
  }
/*
#logo17 {
}

#virginlogoheader {

}*/




  @media screen and (max-width: 48em) {

/*@media screen and (max-width: 768px) {*/

  .site-title-container {
    padding-bottom: 62px;
  }

  #logo17,
  #virginlogoheader {
    display: block;
    position: absolute;
    top: 165px;
    max-height: 72px;
    max-width: 43%;
    width: 100%;
  }

  #logo17 {
    left: 16px;
  }

  #virginlogoheader {
    right: 14px;
  }

  #logo17 img,
  #virginlogoheader img {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    max-height: 62px;
  }

  #logo17
  #virginlogoheader img {
  }
}










@media screen and (min-width: 55.9375em) {

  #logo17 {
    display: block;
    position: absolute;
    bottom: 67px;
  }

  #logo17 img {
    position: relative;
    right: 0;
    top: 0;
    max-height: 62px;
  }

}



.hentry .twitterfeed {
  display: none;
}

.site-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}