/*
Theme Name: FCAI
Theme URI: http://underscores.me/
Author: RocketFuel, Inc
Author URI: http://gorocketfuel.com
Description: Hi. I'm a starter theme called <code>FCAI</code>
Version: 1.0-wpcom
License: (C) RocketFuel, Inc. 2014
Text Domain: FCAI
Tags:

 FCAI is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/
/*--------------------------------------------------------------*/
/* COLORS */
/* STRUCTURE */
/* GRID */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

@font-face {
  font-family: droidserif-bold;
  src: url("fonts/droidserif-bold.eot");
  src: url("fonts/droidserif-bold.eot#iefix"), url("fonts/droidserif-bold.woff"), url("fonts/droidserif-bold.ttf"), url("fonts/droidserif-bold.svg");
}

.droidserif-bold {
  font-family: "droidserif-bold", Georgia, serif;
}

@font-face {
  font-family: droidserif;
  src: url("fonts/droidserif.eot");
  src: url("fonts/droidserif.eot#iefix"), url("fonts/droidserif.woff"), url("fonts/droidserif.ttf"), url("fonts/droidserif.svg");
}

.droidserif {
  font-family: "droidserif", Georgia, serif;
}

@font-face {
  font-family: opensans-condbold;
  src: url("fonts/opensans-condbold.eot");
  src: url("fonts/opensans-condbold.eot#iefix"), url("fonts/opensans-condbold.woff"), url("fonts/opensans-condbold.ttf"), url("fonts/opensans-condbold.svg");
}

.opensans-condbold {
  font-family: "opensans-condbold", Arial, sans-serif;
}

@font-face {
  font-family: sourcesanspro-bold;
  src: url("fonts/sourcesanspro-bold.eot");
  src: url("fonts/sourcesanspro-bold.eot#iefix"), url("fonts/sourcesanspro-bold.woff"), url("fonts/sourcesanspro-bold.ttf"), url("fonts/sourcesanspro-bold.svg");
}

.sourcesanspro-bold {
  font-family: "sourcesanspro-bold", Arial, sans-serif;
}

@font-face {
  font-family: sourcesanspro-light;
  src: url("fonts/sourcesanspro-light.eot");
  src: url("fonts/sourcesanspro-light.eot#iefix"), url("fonts/sourcesanspro-light.woff"), url("fonts/sourcesanspro-light.ttf"), url("fonts/sourcesanspro-light.svg");
}

.sourcesanspro-light {
  font-family: "sourcesanspro-light", Arial, sans-serif;
}

@font-face {
  font-family: sourcesanspro-regular;
  src: url("fonts/sourcesanspro-regular.eot");
  src: url("fonts/sourcesanspro-regular.eot#iefix"), url("fonts/sourcesanspro-regular.woff"), url("fonts/sourcesanspro-regular.ttf"), url("fonts/sourcesanspro-regular.svg");
}

.sourcesanspro-regular {
  font-family: "sourcesanspro-regular", Arial, sans-serif;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon_-3akk6u.eot");
  src: url("fonts/icomoon.eot") format("embedded-opentype"), url("fonts/icomoon_-3akk6u.woff") format("woff"), url("fonts/icomoon_-3akk6u.ttf") format("truetype"), url("fonts/icomoon_-3akk6u-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-magnifyingglass:before {
  content: "\e608";
}

.icon-left-arrow:before {
  content: "\e606";
}

.icon-right-arrow:before {
  content: "\e607";
}

.icon-chevron-left:before {
  content: "\e600";
}

.icon-chevron-right:before {
  content: "\e601";
}

.icon-linkedin:before {
  content: "\e602";
}

.icon-facebook:before {
  content: "\e603";
}

.icon-twitter:before {
  content: "\e604";
}

.icon-share:before {
  content: "\e605";
}

body,
button,
input,
select,
textarea {
  color: #242424;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.container {
  width: 926px;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 0;
}

.container .column, .container .columns {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}

.container .column.last, .container .columns.last {
  margin-right: 0;
}

.container .col1.columns, .container col1.column {
  width: 29px;
}

.container .col2.columns {
  width: 68px;
}

.container .col3.columns {
  width: 107px;
}

.container .col4.columns {
  width: 146px;
}

.container .col5.columns {
  width: 185px;
}

.container .col6.columns {
  width: 224px;
}

.container .col7.columns {
  width: 263px;
}

.container .col8.columns {
  width: 302px;
}

.container .col9.columns {
  width: 341px;
}

.container .col10.columns {
  width: 380px;
}

.container .col11.columns {
  width: 419px;
}

.container .col12.columns {
  width: 458px;
}

.container .col13.columns {
  width: 497px;
}

.container .col14.columns {
  width: 536px;
}

.container .col15.columns {
  width: 575px;
}

.container .col16.columns {
  width: 614px;
}

.container .col17.columns {
  width: 653px;
}

.container .col18.columns {
  width: 692px;
}

.container .col19.columns {
  width: 731px;
}

.container .col20.columns {
  width: 770px;
}

.container .col21.columns {
  width: 809px;
}

.container .col22.columns {
  width: 848px;
}

.container .col23.columns {
  width: 887px;
}

.container .col24.columns {
  width: 926px;
}

.row {
  content: "";
  display: table;
  margin-bottom: 20px;
}

.row.reverse > .column, .row.reverse > .columns {
  float: right;
}

.row.reverse > .column.first, .row.reverse > .columns.first {
  margin-right: 0;
}

.row.reverse > .column.last, .row.reverse > .columns.last {
  margin: 0 10px 0 0;
}

.append-1 {
  padding-right: 39px;
}

.append-2 {
  padding-right: 78px;
}

.append-3 {
  padding-right: 117px;
}

.append-4 {
  padding-right: 156px;
}

.append-5 {
  padding-right: 195px;
}

.append-6 {
  padding-right: 234px;
}

.append-7 {
  padding-right: 273px;
}

.append-8 {
  padding-right: 312px;
}

.append-9 {
  padding-right: 351px;
}

.append-10 {
  padding-right: 390px;
}

.append-11 {
  padding-right: 429px;
}

.append-12 {
  padding-right: 468px;
}

.append-13 {
  padding-right: 507px;
}

.append-14 {
  padding-right: 546px;
}

.append-15 {
  padding-right: 585px;
}

.append-16 {
  padding-right: 624px;
}

.append-17 {
  padding-right: 663px;
}

.append-18 {
  padding-right: 702px;
}

.append-19 {
  padding-right: 741px;
}

.append-20 {
  padding-right: 780px;
}

.append-21 {
  padding-right: 819px;
}

.append-22 {
  padding-right: 858px;
}

.append-23 {
  padding-right: 897px;
}

.prepend-1 {
  padding-left: 39px;
}

.prepend-2 {
  padding-left: 78px;
}

.prepend-3 {
  padding-left: 117px;
}

.prepend-4 {
  padding-left: 156px;
}

.prepend-5 {
  padding-left: 195px;
}

.prepend-6 {
  padding-left: 234px;
}

.prepend-7 {
  padding-left: 273px;
}

.prepend-8 {
  padding-left: 312px;
}

.prepend-9 {
  padding-left: 351px;
}

.prepend-10 {
  padding-left: 390px;
}

.prepend-11 {
  padding-left: 429px;
}

.prepend-12 {
  padding-left: 468px;
}

.prepend-13 {
  padding-left: 507px;
}

.prepend-14 {
  padding-left: 546px;
}

.prepend-15 {
  padding-left: 585px;
}

.prepend-16 {
  padding-left: 624px;
}

.prepend-17 {
  padding-left: 663px;
}

.prepend-18 {
  padding-left: 702px;
}

.prepend-19 {
  padding-left: 741px;
}

.prepend-20 {
  padding-left: 780px;
}

.prepend-21 {
  padding-left: 819px;
}

.prepend-22 {
  padding-left: 858px;
}

.prepend-23 {
  padding-left: 897px;
}

.pull-1 {
  margin-left: -39px;
}

.pull-2 {
  margin-left: -78px;
}

.pull-3 {
  margin-left: -117px;
}

.pull-4 {
  margin-left: -156px;
}

.pull-5 {
  margin-left: -195px;
}

.pull-6 {
  margin-left: -234px;
}

.pull-7 {
  margin-left: -273px;
}

.pull-8 {
  margin-left: -312px;
}

.pull-9 {
  margin-left: -351px;
}

.pull-10 {
  margin-left: -390px;
}

.pull-11 {
  margin-left: -429px;
}

.pull-12 {
  margin-left: -468px;
}

.pull-13 {
  margin-left: -507px;
}

.pull-14 {
  margin-left: -546px;
}

.pull-15 {
  margin-left: -585px;
}

.pull-16 {
  margin-left: -624px;
}

.pull-17 {
  margin-left: -663px;
}

.pull-18 {
  margin-left: -702px;
}

.pull-19 {
  margin-left: -741px;
}

.pull-20 {
  margin-left: -780px;
}

.pull-21 {
  margin-left: -819px;
}

.pull-22 {
  margin-left: -858px;
}

.pull-23 {
  margin-left: -897px;
}

.pull-24 {
  margin-left: -936px;
}

.mobile-nav {
  display: none;
}

@media only screen and (min-width: 767px) and (max-width: 964px) {
  .container {
    width: 736px;
  }
  .container .column, .container .columns {
    margin: 0 8px 0 0;
  }
  .container .column.col1, .container .column.col1 .container .column, .container .columns.col1, .container .columns.col1 .container .column, .container .column.col1 .container .columns, .container .columns.col1 .container .columns {
    width: 23px;
  }
  .container .column.col2, .container .columns.col2 {
    width: 54px;
  }
  .container .column.col3, .container .columns.col3 {
    width: 85px;
  }
  .container .column.col4, .container .columns.col4 {
    width: 116px;
  }
  .container .column.col5, .container .columns.col5 {
    width: 147px;
  }
  .container .column.col6, .container .columns.col6 {
    width: 178px;
  }
  .container .column.col7, .container .columns.col7 {
    width: 209px;
  }
  .container .column.col8, .container .columns.col8 {
    width: 240px;
  }
  .container .column.col9, .container .columns.col9 {
    width: 271px;
  }
  .container .column.col10, .container .columns.col10 {
    width: 302px;
  }
  .container .column.col11, .container .columns.col11 {
    width: 333px;
  }
  .container .column.col12, .container .columns.col12 {
    width: 364px;
  }
  .container .column.col13, .container .columns.col13 {
    width: 395px;
  }
  .container .column.col14, .container .columns.col14 {
    width: 426px;
  }
  .container .column.col15, .container .columns.col15 {
    width: 457px;
  }
  .container .column.col16, .container .columns.col16 {
    width: 488px;
  }
  .container .column.col17, .container .columns.col17 {
    width: 519px;
  }
  .container .column.col18, .container .columns.col18 {
    width: 550px;
  }
  .container .column.col19, .container .columns.col19 {
    width: 581px;
  }
  .container .column.col20, .container .columns.col20 {
    width: 612px;
  }
  .container .column.col21, .container .columns.col21 {
    width: 643px;
  }
  .container .column.col22, .container .columns.col22 {
    width: 674px;
  }
  .container .column.col23, .container .columns.col23 {
    width: 705px;
  }
  .container .column.col24, .container .columns.col24 {
    width: 736px;
  }
  .span-1 {
    width: 23px;
  }
  .span-2 {
    width: 54px;
  }
  .span-3 {
    width: 85px;
  }
  .span-4 {
    width: 116px;
  }
  .span-5 {
    width: 147px;
  }
  .span-6 {
    width: 178px;
  }
  .span-7 {
    width: 209px;
  }
  .span-8 {
    width: 240px;
  }
  .span-9 {
    width: 271px;
  }
  .span-10 {
    width: 302px;
  }
  .span-11 {
    width: 333px;
  }
  .span-12 {
    width: 364px;
  }
  .span-13 {
    width: 395px;
  }
  .span-14 {
    width: 426px;
  }
  .span-15 {
    width: 457px;
  }
  .span-16 {
    width: 488px;
  }
  .span-17 {
    width: 519px;
  }
  .span-18 {
    width: 550px;
  }
  .span-19 {
    width: 581px;
  }
  .span-20 {
    width: 612px;
  }
  .span-21 {
    width: 643px;
  }
  .span-22 {
    width: 674px;
  }
  .span-23 {
    width: 705px;
  }
  .span-24 {
    width: 736px;
  }
  .append-1 {
    padding-right: 31px;
  }
  .append-2 {
    padding-right: 62px;
  }
  .append-3 {
    padding-right: 93px;
  }
  .append-4 {
    padding-right: 124px;
  }
  .append-5 {
    padding-right: 155px;
  }
  .append-6 {
    padding-right: 186px;
  }
  .append-7 {
    padding-right: 217px;
  }
  .append-8 {
    padding-right: 248px;
  }
  .append-9 {
    padding-right: 279px;
  }
  .append-10 {
    padding-right: 310px;
  }
  .append-11 {
    padding-right: 341px;
  }
  .append-12 {
    padding-right: 372px;
  }
  .append-13 {
    padding-right: 403px;
  }
  .append-14 {
    padding-right: 434px;
  }
  .append-15 {
    padding-right: 465px;
  }
  .append-16 {
    padding-right: 496px;
  }
  .append-17 {
    padding-right: 527px;
  }
  .append-18 {
    padding-right: 558px;
  }
  .append-19 {
    padding-right: 589px;
  }
  .append-20 {
    padding-right: 620px;
  }
  .append-21 {
    padding-right: 651px;
  }
  .append-22 {
    padding-right: 682px;
  }
  .append-23 {
    padding-right: 713px;
  }
  .prepend-1 {
    padding-left: 31px;
  }
  .prepend-2 {
    padding-left: 62px;
  }
  .prepend-3 {
    padding-left: 93px;
  }
  .prepend-4 {
    padding-left: 124px;
  }
  .prepend-5 {
    padding-left: 155px;
  }
  .prepend-6 {
    padding-left: 186px;
  }
  .prepend-7 {
    padding-left: 217px;
  }
  .prepend-8 {
    padding-left: 248px;
  }
  .prepend-9 {
    padding-left: 279px;
  }
  .prepend-10 {
    padding-left: 310px;
  }
  .prepend-11 {
    padding-left: 341px;
  }
  .prepend-12 {
    padding-left: 372px;
  }
  .prepend-13 {
    padding-left: 403px;
  }
  .prepend-14 {
    padding-left: 434px;
  }
  .prepend-15 {
    padding-left: 465px;
  }
  .prepend-16 {
    padding-left: 496px;
  }
  .prepend-17 {
    padding-left: 527px;
  }
  .prepend-18 {
    padding-left: 558px;
  }
  .prepend-19 {
    padding-left: 589px;
  }
  .prepend-20 {
    padding-left: 620px;
  }
  .prepend-21 {
    padding-left: 651px;
  }
  .prepend-22 {
    padding-left: 682px;
  }
  .prepend-23 {
    padding-left: 713px;
  }
  .pull-1 {
    margin-left: -31px;
  }
  .pull-2 {
    margin-left: -62px;
  }
  .pull-3 {
    margin-left: -93px;
  }
  .pull-4 {
    margin-left: -124px;
  }
  .pull-5 {
    margin-left: -155px;
  }
  .pull-6 {
    margin-left: -186px;
  }
  .pull-7 {
    margin-left: -217px;
  }
  .pull-8 {
    margin-left: -248px;
  }
  .pull-9 {
    margin-left: -279px;
  }
  .pull-10 {
    margin-left: -310px;
  }
  .pull-11 {
    margin-left: -341px;
  }
  .pull-12 {
    margin-left: -372px;
  }
  .pull-13 {
    margin-left: -403px;
  }
  .pull-14 {
    margin-left: -434px;
  }
  .pull-15 {
    margin-left: -465px;
  }
  .pull-16 {
    margin-left: -496px;
  }
  .pull-17 {
    margin-left: -527px;
  }
  .pull-18 {
    margin-left: -558px;
  }
  .pull-19 {
    margin-left: -589px;
  }
  .pull-20 {
    margin-left: -620px;
  }
  .pull-21 {
    margin-left: -651px;
  }
  .pull-22 {
    margin-left: -682px;
  }
  .pull-23 {
    margin-left: -713px;
  }
  .pull-24 {
    margin-left: -744px;
  }
  .row.reverse > .column.last {
    margin: 0 8px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
  .container.columns, .container.column, .container .columns, .container .column {
    margin: 0 0 20px 0;
    padding: 0;
  }
  .container [class*='col'].column, .container [class*='col'].columns {
    width: 100%;
  }
  .row.reverse > .colun.last .row.reverse > coluns.last {
    margin: 0 10px 0 0;
  }
  .mobile-nav {
    display: block;
  }
  .main-navigation {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 90%;
  }
  .container .column, .container .columns {
    margin: 0 0 20px 0;
  }
  .container [class*='col'].column, .container [class*='col'].columns {
    width: 100%;
  }
  .mobile-nav {
    display: block;
  }
  .main-navigation {
    display: none;
  }
  .scale-width-grid {
    max-width: 100%;
    height: auto;
  }
  .scale-width-grid-full {
    width: 100%;
    height: auto;
  }
}

.container {
  content: "";
  display: table;
}

@media only screen and (min-width: 767px) {
  .container .columns.mobile-only, .container .columns .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .container .columns.mobile-hide, .container .columns .mobile-hide {
    display: none;
  }
}

@media only screen and (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

ul, ol {
  margin: 0 0 1.5em 3em;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
}

dd {
  margin: 0 1.5em 1.5em;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
}

th {
  font-weight: bold;
}

a {
  color: #993333;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #260d0d;
}

p {
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
}

.btn-read-more {
  color: #FFF !important;
  background-color: #993333;
  border-radius: 0;
  border: none;
  padding: 8px 25px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.btn-read-more:active, .btn-read-more:hover {
  background-color: #732626;
  border: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"] {
  border: 1px solid #ccc #ccc #bbb;
  border-radius: 3px;
  background: #993333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #FFF;
  outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  margin: 10px 0;
  color: #FFF;
  background-color: #0d2026;
  border-radius: 0;
  border: none;
  outline: none;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.form-select {
  display: inline-block;
  width: 30%;
  padding: 5px 0 5px 20px;
  color: #959595;
}

.form-select label {
  position: relative;
  cursor: pointer;
}

.contact-form-error,
.contact-form-success,
.contact-form-existing {
  color: #993333;
  display: none;
}

.contact-form-error.active,
.contact-form-success.active,
.contact-form-existing.active {
  display: block;
}

.contact-form-success {
  color: #d7d7d7;
  padding: 30px 0;
  text-align: center;
}

.form-item .form-error,
.form-email .form-error,
.form-dropdown .form-error {
  display: none;
  color: #993333;
}

.form-item .form-error.active,
.form-email .form-error.active,
.form-dropdown .form-error.active {
  display: block;
}

.form-dropdown {
  width: 100%;
  position: relative;
}

.form-dropdown select {
  outline: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  width: 100%;
  background: #0d2026;
  color: #959595;
  padding: 8px 0 8px 20px;
  cursor: pointer;
  margin: 10px 0;
}

.form-dropdown .arrow {
  position: absolute;
  right: 20px;
  top: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #959595;
  pointer-events: none;
}

input:-ms-input-placeholder {
  color: #FFF;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  color: #FFF;
  background-color: #0d2026;
  border-radius: 0;
  border: none;
  outline: none;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.ie-form-label {
  display: none;
}

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="submit"]:focus {
  outline: 0 !important;
}

.contact-form {
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .contact-form input {
    width: 100%;
  }
}

.search-form {
  display: inline-block;
  position: relative;
  width: 0;
  margin: 14px 6px 0 0;
}

.search-form .search-field {
  width: 0;
  height: 30px;
  padding: 0;
  margin: 0;
  color: #143954;
  background-color: #FFF;
  position: absolute;
  right: 25px;
  top: 0;
  border-bottom: 1px solid #122946;
  transition: width .4s;
}

.search-form .search-field.open {
  width: 214px;
  padding-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 964px) {
  .search-form .search-field.open {
    width: 160px;
  }
}

.search-form .search-field::-webkit-input-placeholder {
  font-family: "sourcesanspro-light", Georgia, sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #143954;
}

.search-form .search-field:-moz-placeholder {
  font-family: "sourcesanspro-light", Georgia, sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #143954;
}

.search-form .search-field::-moz-placeholder {
  font-family: "sourcesanspro-light", Georgia, sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #143954;
}

.search-form .search-field:-ms-input-placeholder {
  font-family: "sourcesanspro-light", Georgia, sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #143954;
}

.search-form .search-submit {
  display: inline;
  width: 22px;
  height: 29px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  float: right;
  box-shadow: none;
  border-radius: 0;
}

.search-form i {
  width: 22px;
  height: 22px;
  font-size: 20px;
  color: #FFF;
}

.search-form i:hover {
  color: #236392;
}

.search-no-results .content-area .search-form {
  display: block;
  min-height: 35px;
  margin: 20px 0;
}

.search-no-results .content-area .search-field {
  width: 100%;
}

.search-no-results .content-area .search-submit {
  position: absolute;
  right: 0;
  top: 0;
}

.mobile-nav .search-form {
  display: block;
  padding: 0 0 0 15px;
  width: calc(100% - 85px);
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.mobile-nav .search-field {
  background-color: transparent;
  position: relative;
  width: calc(100% - 44px);
  height: 41px;
  color: #FFF;
  padding: 0;
  border: none;
}

.mobile-nav .search-field::-webkit-input-placeholder {
  line-height: 1;
  font-weight: 100;
  font-size: 22px;
  color: #FFF;
}

.mobile-nav .search-field:-moz-placeholder {
  line-height: 1;
  font-weight: 100;
  font-size: 22px;
  color: #FFF;
}

.mobile-nav .search-field::-moz-placeholder {
  line-height: 1;
  font-weight: 100;
  font-size: 22px;
  color: #FFF;
}

.mobile-nav .search-field:-ms-input-placeholder {
  line-height: 1;
  font-weight: 100;
  font-size: 22px;
  color: #FFF;
}

.mobile-nav .search-submit {
  height: 39px;
  width: 30px;
  background: none;
  box-shadow: none;
  text-shadow: none;
  color: white;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.mobile-nav i {
  width: 30px;
  height: 30px;
  color: #FFF;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #242424;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.mobile-nav {
  position: absolute;
  right: -100%;
  top: 0;
  z-index: 9;
  background: #143954;
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms;
}

.body {
  position: relative;
  overflow: hidden;
}

.tray-wrap {
  position: relative;
  z-index: 0;
}

.navicon-wrapper {
  height: 85px;
  width: 85px;
  position: absolute;
  cursor: pointer;
  left: -87px;
  top: 30px;
  float: right;
  padding: 0 10px;
  z-index: 200;
  border: 5px solid #FFF;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .navicon-wrapper {
    border: none;
    top: 21px;
    padding: 0 13px;
  }
}

.navicon-wrapper.down {
  opacity: 0;
}

.open .navicon-wrapper {
  border-color: #FFF;
}

.navicon-wrapper .navicon {
  font-size: 21px;
  line-height: 21px;
  width: 100%;
  color: #FFF;
  position: relative;
  top: 28px;
  margin: 0 auto;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}

@media only screen and (max-width: 480px) {
  .navicon-wrapper .navicon {
    font-size: 22px;
  }
}

.navicon-wrapper .navicon:after, .navicon-wrapper .navicon:before {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: #FFF;
  position: absolute;
  z-index: 30;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
}

.navicon-wrapper .navicon:after {
  top: -12px;
}

.navicon-wrapper .navicon:before {
  top: 27px;
}

.navicon-wrapper .navicon.opened:not(.steps) .navicon:before,
.navicon-wrapper .navicon.opened:not(.steps) .navicon:after {
  top: 0 !important;
}

.navicon-wrapper .navicon.opened {
  background: none;
}

.navicon-wrapper .navicon.opened .mobile-menu-navicon-text {
  display: none;
}

.navicon-wrapper .navicon.opened:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px !important;
  background: #FFF;
}

.navicon-wrapper .navicon.opened:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px !important;
  background: #FFF;
}

.mobile-nav {
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  font-weight: 600;
}

.mobile-nav.open {
  right: -85px;
}

.mobile-nav .mobile-inner-wrap {
  position: absolute;
  margin-top: 30px;
  height: 100%;
  width: 100%;
  overflow: scroll;
}

.mobile-nav .social-wrap-nav {
  margin-left: 10px;
}

.mobile-nav .social-wrap-nav a {
  margin-left: 10px;
}

.mobile-nav ul.m-nav {
  padding: 0 0 10px 15px;
  margin: 0 0 20px;
  width: calc(100% - 85px);
}

.mobile-nav ul.m-nav a {
  margin: 0;
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
}

.mobile-nav ul.m-nav li {
  list-style: none;
  transition: background 100ms, color 100ms;
  padding: 0;
  margin-bottom: 10px;
}

.mobile-nav ul.m-nav li.active a, .mobile-nav ul.m-nav li.current-menu-item a, .mobile-nav ul.m-nav li.current-menu-ancestor a {
  border-bottom: 2px solid #FFF;
}

.mobile-nav ul.m-nav li ul {
  display: none;
  padding: 10px 0;
  max-width: 100%;
  margin-bottom: 0;
  background: #003073;
}

.mobile-nav ul.m-nav li ul li {
  border-bottom: none;
}

.mobile-nav ul.m-nav li ul li.active, .mobile-nav ul.m-nav li ul li:hover {
  background: #00254d;
}

.mobile-nav ul.m-nav li ul li ul li a {
  margin-left: 40px;
}

.mobile-nav ul.m-nav li ul li ul li ul li a {
  margin-left: 75px;
}

.mobile-nav ul.m-nav li ul li a {
  padding: 10px 15px;
  width: auto;
  display: inline-block;
  font-size: 18px;
}

.mobile-nav ul.m-nav li ul li a:hover {
  border-color: #003d80;
}

.mobile-nav ul.m-nav li ul li a.active {
  border: none;
}

.mobile-nav ul.m-nav li:hover a, .mobile-nav ul.m-nav li.active a {
  color: #FFF;
  margin-right: 18px;
}

.mobile-nav ul.m-nav li ul li.current-menu-item a {
  display: block;
  margin: 0;
  width: 100%;
  padding-left: 35px;
}

.mobile-nav ul.m-nav li a {
  display: inline-block;
  font-size: 26px;
  padding: 10px 0px 0px 0;
  margin-left: 0px;
  color: #FFF;
}

.mobile-nav ul.m-nav li ul.sub {
  padding: 0;
  margin: 0;
  display: none;
}

.mobile-nav ul.m-nav li ul.sub a {
  font-size: 18px;
  padding: 10px 0 10px 20px;
}

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  background: rgba(13, 32, 38, 0.9);
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

.overlay.darken {
  opacity: 1;
}

.banner__grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 5px 0 5px 5px;
}

.banner__grid * {
  box-sizing: border-box;
}

.banner__item {
  color: #FFF;
  width: 32%;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.banner__item__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .banner__item__wrap {
    display: block;
    width: 100%;
  }
}

.banner__item.full {
  width: 100%;
}

.banner__item.half {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .banner__item.half {
    width: 100%;
  }
}

.banner__item.third {
  width: 32.667%;
}

@media only screen and (min-width: 768px) and (max-width: 964px) {
  .banner__item.third {
    width: 49%;
  }
}

@media only screen and (max-width: 767px) {
  .banner__item.third {
    width: 100%;
  }
}

.banner__item.fourth {
  width: 24.25%;
}

@media only screen and (max-width: 767px) {
  .banner__item.fourth {
    width: 48.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 964px) {
  .banner__item {
    width: 49.5%;
  }
}

@media only screen and (max-width: 767px) {
  .banner__item {
    width: 100%;
  }
}

.banner__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner__item__innerwrap {
  position: relative;
  z-index: 5;
  padding-top: calc(20%);
  width: 100%;
}

.banner__item__inner {
  display: inline-block;
  background: rgba(13, 32, 38, 0.8);
  color: #FFF;
  transition: background 400ms;
}

.banner__item__inner:hover {
  color: #d7d7d7;
  background: rgba(13, 32, 38, 0.5);
}

.banner__item__title {
  padding: 10px;
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  color: #FFF;
  font-family: "droidserif", Georgia, serif;
  font-weight: bold;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner__item__excerpt {
  display: block;
  font-size: 20px;
  line-height: 24px;
  padding: 10px;
}

.banner__item__excerpt p {
  font-family: "sourcesanspro-light", Georgia, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner__item__link {
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}

.banner__item__link a {
  width: 160px;
  display: inline-block;
  text-align: center;
}

.accordion-slider a.btn-read-more {
  transition: background-color 0.3s ease !important;
}

@media only screen and (max-width: 767px) {
  .banner__grid {
    margin-top: 0;
  }
  .banner__item__title a {
    font-size: 22px;
    line-height: 26px;
  }
  .banner__item__excerpt {
    display: none;
    float: none;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .banner__item__link {
    width: 100%;
    padding: 0px;
    float: none;
  }
  .banner__item__link a {
    width: 100%;
  }
}

.entry-content .poi-list {
  box-sizing: border-box;
  position: relative;
  font-family: georgia, sans-serif;
  color: #333;
  font-size: 16px/1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.entry-content .poilist-subtitle, .entry-content h2.poilist-subtitle {
  font-size: 16px;
}

.entry-content .poilist-subtitle p, .entry-content h2.poilist-subtitle p {
  font-family: georgia, serif;
  font-size: 1.25em;
  line-height: 1.2em;
  padding-bottom: 0.625em;
  margin: 0.125em 0 0.3125em;
  font-weight: 500;
  color: #777;
  border-bottom: solid 5px #e6e6e6;
}

.entry-content .poi-content-container {
  position: relative;
}

.entry-content .poi-list-container {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: solid 2px #e6e6e6;
}

.entry-content .poi-list-container p {
  font-size: 0.84em;
  color: #333;
  margin-top: 13px;
  line-height: 1.3em;
}

.entry-content .poi-list-item-container {
  width: 100%;
  position: relative;
  overflow: auto;
}

.entry-content .poi-list-group-header {
  margin: 10px 0 0;
  padding: 10px 0;
}

.entry-content .poi-list-group {
  margin-bottom: 20px;
}

.entry-content .poi-list-item {
  position: relative;
  width: 48%;
  min-height: 86px;
  display: inline-block;
  cursor: pointer;
}

.entry-content .poi-list-item-name {
  text-decoration: none;
  color: #000;
  font-family: sans-serif;
  font-size: 1.1em;
}

.entry-content .poi-list-item-title {
  font-family: sans-serif;
  color: #666;
  font-size: .83em;
  font-weight: 500;
  line-height: 1.1;
}

.entry-content .poi-list-item-name-container {
  float: left;
  width: calc(100% - 77px);
  padding: 4px 0 0 10px;
  position: absolute;
  left: 77px;
  display: inline-block;
}

.entry-content .poi-author-credits {
  text-align: left;
  font-family: sans-serif;
  font-size: .725em;
  padding: 1em 0;
  color: #999;
}

.entry-content .poi-author-credits a {
  text-decoration: underline;
  color: #999;
}

.entry-content .poi-detail-return-link {
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 0px;
  font-size: 14px;
  color: #3d50dc;
  text-decoration: underline;
  cursor: pointer;
  z-index: 400;
}

.entry-content .poi-detail-diagram-container {
  width: 100%;
  text-align: center;
}

.entry-content .poi-detail-diagram-container img {
  max-width: 100%;
}

.entry-content .poi-detail-no-diagram {
  padding-top: 100px;
  width: 80%;
  max-width: 330px;
  margin: 0 auto;
}

.entry-content .poi-detail-no-diagram p {
  color: black;
  font-family: sans-serif;
  padding: 30px;
  border: 1px solid #ababab;
  border-radius: 5px;
  font-size: 0.9em;
  background-color: aliceblue;
  width: 100%;
  display: block;
}

.entry-content .poi-photo-credits {
  color: #999;
  font-size: 11px;
  line-height: 14px;
}

.entry-content .poi-photo-credits a {
  color: #999;
  text-decoration: underline;
}

@media only screen and (max-width: 964px) {
  .entry-content .poi-list-item-thumb {
    width: 62px;
    height: 62px;
  }
  .entry-content .poi-list-item-name-container {
    font-size: 80%;
    left: 64px;
    top: 4px;
    width: calc(100% - 62px);
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .poi-list-item-thumb {
    width: 58px;
    height: 58px;
  }
}

@media only screen and (max-width: 480px) {
  .entry-content .poi-list-item {
    width: 90%;
    min-height: 76px;
  }
  .entry-content .poi-list-item-thumb {
    width: 48px;
    height: 48px;
  }
  .entry-content .poi-list-item-name-container {
    font-size: 75%;
    left: 48px;
    top: 0px;
    width: calc(100% - 48px);
  }
  .entry-content .poi-detail-item-header .poi-list-item-title {
    display: none;
  }
}

@media only screen and (max-width: 390px) {
  .entry-content .poi-list-item-thumb {
    width: 38px;
    height: 38px;
  }
  .entry-content .poi-list-item .poi-list-item-thumb {
    width: 48px;
    height: 48px;
  }
}

.poi-list-item-thumb {
  height: 77px;
  width: 77px;
  border-radius: 50%;
  border: 3px solid teal;
  float: left;
  transition: width .4s, height .4s;
}

.poi-detail-item {
  display: none;
  width: 100%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */
}

.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

.site {
  padding: 0;
}

.social-links {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  vertical-align: top;
}

.social-links a {
  margin-right: 20px;
}

.social-links a:last-child {
  margin-right: 0;
}

.social-links i {
  padding: 4px;
  box-sizing: border-box;
}

.top-header {
  height: 30px;
  text-align: right;
  line-height: 30px;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
}

.top-header .social-links a {
  color: #FFF;
}

.top-header .social-links .twitter {
  background-color: #55acee;
}

.top-header .social-links .sharethis {
  background-color: #00bf00;
}

@media only screen and (max-width: 767px) {
  .top-header {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .top-header {
    padding: 0;
  }
}

.site-header {
  padding: 15px 40px;
  background-color: #143954;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 964px) {
  .site-header {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header {
    height: 146px;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .site-header {
    height: 125px;
    padding: 37px 20px;
  }
  .site-header .logo-small {
    display: inherit;
  }
  .site-header .logo-large {
    display: none;
  }
}

@media only screen and (min-width: 480px) {
  .site-header .logo-small {
    display: none;
  }
  .site-header .logo-large {
    display: inherit;
  }
}

.logo-top {
  float: left;
  width: 230px;
}

@media only screen and (max-width: 767px) {
  .logo-top {
    width: 340px;
  }
}

@media only screen and (max-width: 480px) {
  .logo-top {
    width: 173px;
  }
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.navigation li {
  float: left;
  position: relative;
}

.navigation a {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navigation a:hover {
  border-bottom: 3px solid #FFF;
}

.main-navigation {
  float: right;
  text-transform: uppercase;
  font-size: 100%;
  margin-top: 0;
  box-sizing: border-box;
  display: inline-block;
}

.main-navigation .menu {
  float: right;
}

@media only screen and (max-width: 767px) {
  .main-navigation {
    display: none;
  }
}

.main-navigation .menu-navigation-menu-container {
  float: right;
}

.main-navigation ul {
  float: none;
  text-align: right;
}

.main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation ul li {
  display: inline;
  float: none;
  text-align: right;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 964px) {
  .main-navigation ul li {
    font-size: 17px;
    padding: 0 8px;
  }
}

.main-navigation ul li a {
  display: inline-block;
  margin-bottom: 15px;
}

.main-navigation ul .current_page_item > a,
.main-navigation ul .current-menu-item > a,
.main-navigation ul .current_page_ancestor > a {
  border-bottom: 3px solid #FFF;
}

.main-navigation-contain {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.utility-navigation {
  display: inline-block;
  margin-top: 7px;
  margin-left: 30px;
}

.utility-navigation li {
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
}

.utility-navigation a {
  margin: 0 15px;
  color: #122946;
  line-height: 1em;
  transition: color 0.3s ease;
}

.utility-navigation a:hover {
  border-bottom: 1px solid #122946;
}

.utility-navigation a:hover {
  color: black;
}

.navigation.paging-navigation a {
  color: #993333;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.redundant-wrap {
  background-color: #0d2026;
  min-height: 41px;
}

.redundant-wrap .navigation {
  box-sizing: border-box;
}

.redundant-wrap .navigation a {
  display: inline-block;
  padding: 12px 0 6px 0;
  margin-right: 1.25%;
  margin-bottom: 6px;
  font-family: "sourcesanspro-light", Georgia, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.redundant-wrap .navigation a:last-child {
  padding-right: 0;
}

.redundant-wrap .navigation a:hover {
  border-bottom: 1px solid #FFF;
}

@media only screen and (max-width: 964px) {
  .redundant-wrap .navigation a {
    margin-right: 1%;
    font-size: 13px;
  }
}

.site-footer {
  background-color: #122946;
  color: #FFF;
  min-height: 80px;
  padding: 30px 0;
}

.site-footer .submit {
  width: 120px;
  box-sizing: border-box;
  font-size: 20px;
}

.site-footer .submit input {
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .site-footer .submit {
    width: 100%;
  }
}

.site-footer .footer-logo {
  margin-bottom: 20px;
}

.site-footer .mobile-logo {
  margin-top: 40px;
}

.site-footer .mobile-logo .footer-logo {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .mobile-logo .logo {
  display: inline-block;
  width: 25%;
}

.site-footer .mobile-logo .logo:first-child {
  width: 20%;
}

.site-footer .mobile-logo .logo img {
  max-width: 100%;
}

.site-footer .address-wrap {
  margin-top: 16px;
}

@media only screen and (max-width: 964px) {
  .site-footer .address-wrap {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer .address-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media only screen and (max-width: 480px) {
  .site-footer .address-wrap {
    font-size: 24px;
    line-height: 30px;
  }
}

.site-footer .address {
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-footer .social-links {
  margin-left: 40px;
  vertical-align: baseline;
}

.site-footer .social-links a {
  color: #122946;
}

.site-footer .social-links .twitter {
  background-color: #FFF;
}

.site-footer .social-links .sharethis {
  background-color: #FFF;
}

.site-footer .social-links.mobile-hide {
  float: left;
}

.site-footer .social-links.mobile-only {
  display: none;
}

@media only screen and (max-width: 964px) {
  .site-footer .social-links {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer .social-links {
    margin: 30px auto 80px;
    width: 100%;
    text-align: center;
    float: none;
  }
  .site-footer .social-links.mobile-hide {
    display: none;
  }
  .site-footer .social-links.mobile-only {
    display: block;
  }
  .site-footer .social-links a i {
    font-size: 60px;
    padding: 20px;
  }
  .site-footer .social-links a:first-child {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer {
    border-top: 20px solid #0d2026;
  }
}

.footer-extra {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-extra > div {
  display: inline-block;
}

.form-footer-contact h3 {
  font-family: "droidserif", Georgia, serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 480px) {
  .form-footer-contact h3 {
    font-size: 17px;
    line-height: 19px;
  }
}

.form-footer-contact .btn-read-more {
  width: 100%;
}

.copyright {
  float: left;
  color: #707070;
}

@media only screen and (max-width: 767px) {
  .copyright {
    float: none;
    display: block;
    font-size: 20px;
    text-align: center;
  }
}

.hidden-from-view {
  left: -5000px;
  position: absolute;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.content-area {
  padding: 20px 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  font-family: "droidserif", Georgia, serif;
  color: #242424;
  font-size: 17.01px;
  font-weight: 400;
  line-height: 25.008px;
}

.page-content h1, .page-content h2, .page-content h3,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3 {
  color: #2e7084;
  font-family: "droidserif", Georgia, serif;
  font-size: 24px;
  margin-bottom: 1em;
}

.page-content h2, .page-content h3,
.entry-content h2,
.entry-content h3,
.entry-summary h2,
.entry-summary h3 {
  margin-bottom: 0;
}

.page-content h3,
.entry-content h3,
.entry-summary h3 {
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.page-content a,
.entry-content a,
.entry-summary a {
  color: #993333;
  transition: color 0.3s ease;
  word-break: break-word;
}

.page-content a:hover,
.entry-content a:hover,
.entry-summary a:hover {
  color: #260d0d;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header a, .entry-header h1 {
  color: #993333;
  text-decoration: none;
  font-family: "droidserif", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  transition: color 0.3s ease;
}

.entry-header a:hover, .entry-header h1:hover {
  color: #260d0d;
}

.entry-footer h3 {
  font-family: "droidserif", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.entry-footer .entry-meta {
  font-family: "sourcesanspro-light", Georgia, sans-serif;
  color: #707070;
  font-size: 15px;
  font-weight: 700;
}

.entry-footer .entry-meta .entry-meta-item {
  margin: 5px 0;
}

.entry-footer .entry-meta .bold {
  font-family: "sourcesanspro-bold", Georgia, sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 100;
}

.entry-footer .post-list-header .post-list-header-text {
  font-size: 18px;
  color: #993333;
}

.entry-footer .post-list-header:before {
  border-top: 1px solid #993333;
}

@media only screen and (max-width: 767px) {
  .link-read-more.footer-read-more.post-list-header {
    box-sizing: border-box;
    background-color: #993333;
    padding: 10px 25px;
  }
  .link-read-more.footer-read-more.post-list-header:before {
    content: '';
    border-top: none;
  }
  .link-read-more.footer-read-more.post-list-header h2, .link-read-more.footer-read-more.post-list-header .post-list-header-text {
    background-color: #993333;
    position: relative;
    display: block;
    font-family: "sourcesanspro-bold", Georgia, sans-serif;
    font-size: 22px;
    letter-spacing: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .link-read-more.footer-read-more.post-list-header a.post-list-header-text {
    width: auto;
    color: #FFF !important;
    text-transform: uppercase;
    margin: 10px;
  }
}

article {
  border-bottom: 1px solid #d7d7d7;
  margin: 30px 0 50px;
  box-sizing: initial;
}

article:last-child {
  border-bottom: none;
}

.single .post {
  margin-top: 30px;
}

.single .row {
  margin-bottom: 10px;
}

.single .entry-meta {
  border-bottom: 1px solid #242424;
  color: #707070;
  font-size: 14px;
  padding-bottom: 10px;
}

.single .entry-meta .bold {
  font-family: "sourcesanspro-bold", Georgia, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single .entry-meta .entry-meta-item {
  display: inline-block;
  line-height: 14px;
}

.single .entry-meta .entry-meta-item a {
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  color: #707070;
  font-size: 14px;
}

.single .entry-meta .entry-meta-item:after {
  content: "|";
  margin: 0 4px;
}

.single .entry-meta .entry-meta-item:last-child:after {
  content: "";
}

@media only screen and (max-width: 767px) {
  .single .entry-meta {
    border-bottom: none;
  }
  .single .entry-meta h4 {
    color: #242424;
    font-size: 24px;
    font-family: "droidserif", Georgia, serif;
  }
  .single .entry-meta .entry-meta-item {
    display: block;
    font-size: 18px;
    line-height: 22px;
  }
  .single .entry-meta .entry-meta-item:after {
    content: "";
    margin: 0px;
  }
  .single .entry-meta .entry-meta-item:last-child:after {
    content: "";
  }
}

.more-articles .sidebar-title {
  border-bottom: 1px solid #242424;
  font-family: "droidserif", Georgia, serif;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.more-articles ul {
  list-style: none;
  margin: 0;
}

.more-articles li {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}

.more-articles li .post-title {
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 5px;
}

.more-articles .link-read-more {
  letter-spacing: normal;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .more-articles {
    text-align: center;
  }
  .more-articles .sidebar-title {
    font-size: 24px;
    text-align: center;
    margin: 10px;
    padding-bottom: 20px;
  }
  .more-articles h3.post-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .more-articles .link-read-more {
    display: block;
    font-size: 18px;
    margin: 20px 0;
  }
}

.category .index-page .post-list-header, .tag .index-page .post-list-header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.category .index-page .post-list-header h2, .tag .index-page .post-list-header h2 {
  font-size: 35px;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
}

@media only screen and (max-width: 480px) {
  .category .index-page .post-list-header h2, .tag .index-page .post-list-header h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .category .index-page .post-list-header:before, .tag .index-page .post-list-header:before {
    top: 14px;
  }
}

.category-description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 20px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 9px;
}

.category-description p {
  font-family: "droidserif", Georgia, serif;
}

.single-post .category-description {
  font-size: 18px;
  line-height: 26px;
}

.single-post .entry-meta-item.posted-in {
  font-size: 20px;
}

.front-slideshow {
  margin-top: 5px;
  width: 100%;
  background-color: #efefef;
  min-height: 500px;
}

@media only screen and (max-width: 767px) {
  .front-slideshow {
    margin-top: 0;
  }
}

.site-description {
  margin-top: 30px;
  padding-bottom: 20px;
  font-family: "droidserif", Georgia, serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .site-description {
    margin: 30px 0 40px;
    font-size: 18px;
    line-height: 24px;
  }
}

.front-page-widgets {
  box-sizing: content-box;
  margin: 30px 0;
}

.front-page-widgets .widgettitle {
  text-transform: uppercase;
  border-bottom: 1px solid #0e5454;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 1.289987em;
  font-family: "droidserif", Georgia, serif;
}

.front-page-widgets .widget-content {
  background-color: #efefef;
  height: 220px;
}

.front-page-widgets .homepage-featured-trip-tagline-bold {
  font-family: "droidserif-bold", Georgia, serif;
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: .3em;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.front-page-widgets .widget-image-container.columns {
  margin: 0;
}

.front-page-widgets .widget-image-wrap {
  padding-right: 20px;
}

.front-page-widgets .widget-image-wrap img {
  max-width: 100%;
}

.front-page-widgets p {
  margin-bottom: 3px;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  font-size: 15.97px;
  font-weight: 400;
  line-height: 21.96px;
}

.front-page-widgets .link-read-more {
  letter-spacing: normal;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .homepage-promo .widgettitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .homepage-promo .homepage-featured-trip-tagline-bold {
    font-size: 18px;
    margin: 18px 0;
  }
  .homepage-promo p {
    font-size: 16px;
    line-height: 21px;
  }
  .homepage-promo .link-read-more {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 11px 0;
    margin-top: 25px;
    color: #FFF !important;
    background-color: #993333;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
  }
  .homepage-promo .link-read-more:active {
    background-color: #732626;
    border: none;
  }
  .homepage-promo .widget-image-wrap {
    text-align: center;
    padding-right: 0;
  }
  .homepage-promo .widget-image-wrap img {
    max-height: 200px;
    max-width: 100%;
  }
}

.post-list-header {
  text-align: center;
  width: 100%;
  position: relative;
  margin: 20px 0;
}

.post-list-header:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top: 3px solid #d7d7d7;
  top: 8px;
}

.post-list-header h2, .post-list-header .post-list-header-text {
  position: relative;
  padding: 0 40px;
  background-color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  font-family: "sourcesanspro-bold", Georgia, sans-serif;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.index-page .entry-footer h3 {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .index-page .entry-footer {
    display: none;
  }
}

.link-read-more-wrap {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .link-read-more-wrap {
    margin-top: 30px;
    padding: 10px 0;
    text-align: center;
    display: block;
    box-sizing: border-box;
    background-color: #993333;
    text-transform: uppercase;
  }
  .link-read-more-wrap a {
    color: #FFF !important;
    border: none;
  }
  .link-read-more-wrap a:hover {
    background-color: #732626;
  }
}

.link-read-more {
  color: #993333;
  background: none;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
  font-size: 15.97px;
  font-weight: 700;
  line-height: 21.96px;
}

.form h3 {
  margin-bottom: 10px;
}

#contactForm input {
  width: 100%;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

iframe.no-max {
  max-width: none;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  color: #959595;
  font-family: "sourcesanspro-regular", Georgia, sans-serif;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 5px 0 0;
}

.wp-caption hr {
  border-bottom: 1px solid #d7d7d7;
  margin: 1px 0;
}

.wp-caption p {
  margin: 0;
}

.wp-caption a {
  color: #993333;
}

.caption-attribution {
  font-size: 14px;
  margin: 5px 0;
  color: #959595;
}

.wp-caption-text {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */