.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
@font-face {
  font-family: 'AmericanTypewriter';
  src: url("../fonts/AmericanTypewriter.woff") format("woff"), url("../fonts/AmericanTypewriter.ttf") format("truetype"), url("../fonts/AmericanTypewriter.svg#AmericanTypewriter") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brayden-Sans';
  src: url("../fonts/Brayden-Sans.eot");
  src: url("../fonts/Brayden-Sans.woff2") format("woff2"), url("../fonts/Brayden-Sans.woff") format("woff"), url("../fonts/Brayden-Sans.ttf") format("truetype"), url("../fonts/Brayden-Sans.svg#Brayden-Sans") format("svg"), url("../fonts/Brayden-Sans.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
.proxima {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tisa {
  font-family: "ff-tisa-web-pro", serif;
}

.americanTypewriter {
  font-family: "AmericanTypewriter", serif;
}

.brayden {
  font-family: "Brayden-Sans", sans-serif;
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************
Basic Styles
****************************/
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

body {
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "ff-tisa-web-pro", serif;
  color: #2f2f2f;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/****************************
Typography
****************************/
h1, h2, h3, h4, h5, h6 {
  color: #434343;
  text-transform: uppercase;
  font-family: "AmericanTypewriter", serif;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 14px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
  line-height: 24px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 15px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 4px;
  font-family: "Brayden-Sans", sans-serif;
  font-weight: 700;
  color: #2f2f2f;
}

h5 {
  font-size: 17px;
  line-height: 24px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 4px;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

.subheader {
  color: #777;
}

p {
  margin: 0 0 20px 0;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/****************************
Links
****************************/
a, a:visited {
  color: #434343;
  text-decoration: none;
  outline: 0;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

a:hover, a:focus {
  color: #5e8ab8;
}

p a, p a:visited {
  line-height: inherit;
}

div#main a, aside a {
  color: #5e8ab8 !important;
}
div#main a:hover, aside a:hover {
  color: #434343 !important;
}

/****************************
Lists
****************************/
ul, ol {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

/****************************
Img
****************************/
.sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 1em 0 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 1em auto !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 1em auto;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  margin-left: 0;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: .8em;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

.gallery-columns-4 .gallery-item {
  width: 135px !important;
  margin: 10px !important;
}

.gallery-columns-4 .gallery-item img {
  height: auto;
}

.comments ol {
  padding-left: 0;
}

.comments ol li {
  margin: 0;
}

.comment-author {
  padding: 0;
  text-decoration: none;
}

/****************************
Buttons
****************************/
/* New button styles

TABLE OF CONTENTS:
------------------
 1.0 - Button Layouts
 2.0 - Default Button Style
 3.0 - Primary Button Style

---------------------------------------------------------------------------- */
/* 1.0 - Button Layouts  */
a.button,
.submit input,
input[type=button],
input[type=submit],
.button,
.button-primary,
.download-button,
.button-secondary {
  font-family: "Brayden-Sans", sans-serif;
  display: inline-block;
  text-decoration: none;
  font-size: 26px;
  line-height: 23px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}

/* Remove the dotted border on :focus and the extra padding in Firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border-width: 1px 0;
  border-style: solid none;
  border-color: transparent;
  padding: 0;
}

.button.button-large,
.button-group.button-large .button,
.col-2 p.button, .col-13 p.button {
  height: 30px;
  line-height: 28px;
  padding: 0 12px 2px;
}

.button.button-small,
.block-content span.button,
.button-group.button-small .button {
  height: 21px;
  line-height: 20px;
  padding: 0 8px 1px;
}

.button.button-hero,
.button-group.button-hero .button,
#plugin-description p.button, .col-3 p.button {
  font-size: 14px;
  height: 46px;
  line-height: 44px;
  padding: 0 36px;
}

.button:active {
  outline: none;
}

.button.hidden {
  display: none;
}

/* 2.0 - Default Button Style */
a.button,
.submit input,
input[type=button],
input[type=submit],
.button,
.button-secondary {
  background: #027d8e;
  border-color: #027d8e;
  color: #ffffff;
}

a.button:hover,
.submit input:hover,
input[type=button]:hover,
input[type=submit]:hover,
.submit input:focus,
input[type=button]:focus,
input[type=submit]:focus,
.button.hover,
.button:hover,
.button-secondary:hover,
.button.focus,
.button:focus,
.button-secondary:focus {
  background: #13a7bb;
  color: #ffffff;
}

a.button:focus,
.submit input:focus,
input[type=button]:focus,
input[type=submit]:focus,
.button.focus,
.button:focus,
.button-secondary:focus {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

a.button:active,
.submit input:active,
input[type=button]:active,
input[type=submit]:active,
.button.active,
.button.active:hover,
.button.active:focus,
.button:active,
.button-secondary:active {
  background: #49bbcb;
  color: #ffffff;
  -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
}

a.button:disabled,
.submit input:disabled,
input[type=button]:disabled,
input[type=submit]:disabled,
.button[disabled],
.button:disabled,
.button-secondary[disabled],
.button-secondary:disabled,
.button-disabled {
  color: #aaa !important;
  border-color: #ddd !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f4f4f4)) !important;
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f4f4f4) !important;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f4f4f4) !important;
  background-image: -ms-linear-gradient(top, #f9f9f9, #f4f4f4) !important;
  background-image: -o-linear-gradient(top, #f9f9f9, #f4f4f4) !important;
  background-image: linear-gradient(to bottom, #f9f9f9, #f4f4f4) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: 0 1px 0 #fff !important;
  cursor: default;
}

/* */
/****************************
Forms
****************************/
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 5px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

select {
  padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  *zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* ==|== print styles ======================================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  #hero {
    display: none;
  }

  nav#menu, .top-bar, #hero-slider {
    display: none;
  }

  body.events-gridview #main-header {
    height: 0;
    display: none;
  }

  #tribe-events-bar {
    display: none;
  }

  #tribe_events_filters_wrapper {
    display: none !important;
  }

  #page-header h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  body.events-gridview #page-header h1 {
    display: none;
  }

  body.events-gridview div#sponsors, #tribe-events-footer, body.events-gridview #content-info {
    display: none;
  }

  #tribe-events-content {
    width: 100% !important;
    padding-left: 0 !important;
  }

  #tribe-events-header {
    display: none;
  }

  .tribe-filters-open .tribe-events-filters-vertical + #tribe-events-content, .tribe-filters-open .tribe-events-filters-vertical + .tribe-bar-disabled + #tribe-events-content {
    padding-left: 0px !important;
  }

  #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    font-size: 9px;
    font-weight: 500;
  }
}
iframe {
  max-width: 100%;
}

.cft-g {
  margin-left: -40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-g > .cft-gi {
  width: 100%;
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-g > .cft-gi:not(:last-of-type) {
  margin-bottom: 30px;
}

/*****************************************
Basic Site Setup
*****************************************/
.wf-loading {
  opacity: 0;
}

.wf-active {
  opacity: 1;
  -moz-transition: 0.2s opacity ease-in;
  -webkit-transition: 0.2s opacity ease-in;
  transition: 0.2s opacity ease-in;
}

/*******Header*******/
.top-bar {
  background: #5e8ab8;
  height: 34px;
  padding-top: 6px;
}
.top-bar ul {
  text-align: right;
  float: left;
  width: 76%;
  margin-bottom: 0;
}
.top-bar ul li {
  display: inline-block;
  margin: 0 0 0 30px;
}
.top-bar ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
}
.top-bar ul li a:hover {
  color: #9f9f9f;
}

#main-header {
  background: #fff;
  -moz-box-shadow: 0px 0px 5px #646464;
  -webkit-box-shadow: 0px 0px 5px #646464;
  box-shadow: 0px 0px 5px #646464;
  z-index: 10;
  position: relative;
  padding-bottom: 5px;
}
#main-header h1 {
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 151px;
  height: 114px;
  float: left;
  margin: 10px 0;
}
#main-header h1 a {
  display: block;
  height: 100%;
  width: 100%;
}
#main-header a.menu-link {
  display: none;
}
#main-header nav {
  width: 81%;
  float: right;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#main-header nav ul {
  text-align: right;
  margin-top: 50px;
}
#main-header nav ul li {
  display: inline-block;
  font-weight: 700;
  margin: 0 2.5%;
  position: relative;
  font-size: 27px;
  line-height: 30px;
  font-size: 2.7rem;
  line-height: 3rem;
}
#main-header nav ul li.menu-where-to-stay {
  margin-left: 0;
}
#main-header nav ul li.menu-search {
  font-size: 20px;
}
#main-header nav ul li.mobile {
  display: none;
}
#main-header nav ul li a {
  font-family: "Brayden-Sans", sans-serif;
  text-transform: uppercase;
  color: #434343;
}
#main-header nav ul li a:hover {
  color: #5e8ab8;
}
#main-header nav ul li .sub-nav ul li {
  font-size: 27px;
  line-height: 20px;
  font-size: 2.7rem;
  line-height: 2rem;
}
#main-header nav .search {
  position: absolute;
  height: 30px;
  top: -35px;
  right: 0;
}
#main-header nav .search form {
  position: relative;
  margin-bottom: 0;
}
#main-header nav .search form input#s {
  margin: 0;
  width: 170px;
}
#main-header nav .search form input[type=submit] {
  text-indent: -99999px;
  background: url("../img/sprite.png") no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
}
#main-header nav .search form input[type=submit]:hover {
  background-position: 0 -20px;
}
#main-header .border {
  position: absolute;
  bottom: 2px;
  background: #000;
  height: 2px;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 800px) {
  #main-header {
    padding-bottom: 0;
  }
}

.svg #main-header h1 {
  background: url("../img/vom-logo.png") no-repeat;
  background-size: 151px 114px;
}

.no-svg #main-header h1 {
  background: url("../img/vom-logo.png") no-repeat transparent;
}

.sub-nav {
  display: none;
}
.sub-nav ul li {
  line-height: 20px;
}

#main-header nav ul li:hover .sub-nav {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  top: 25px;
  background: none;
  padding-top: 17px;
}
#main-header nav ul li:hover .sub-nav:after {
  content: "";
  width: 0;
  height: 0;
  border: 15px solid #5e8ab8;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -8px;
}
#main-header nav ul li:hover .sub-nav ul {
  display: block;
  text-align: left;
  float: none;
  padding: 20px;
  background: #5e8ab8;
  width: 210px;
  margin: 0;
}
#main-header nav ul li:hover .sub-nav li {
  display: block;
  padding-bottom: 20px;
}
#main-header nav ul li:hover .sub-nav li:last-child {
  padding-bottom: 0;
}
#main-header nav ul li:hover .sub-nav li a {
  color: #ffffff;
}
#main-header nav ul li:hover .sub-nav li a:hover {
  color: #cecece;
}

.js header#main-header nav {
  max-height: none;
}

/**************Page Header****************/
#page-header {
  background: #5e8ab8;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 0;
  margin: -58px 0 50px;
  position: relative;
  z-index: 5;
}
#page-header:after {
  position: absolute;
  height: 2px;
  bottom: -4px;
  left: 0;
  right: 0;
  content: "";
  background: #000;
}
#page-header h1 {
  font-size: 36px;
  line-height: 42px;
  font-size: 3.6rem;
  line-height: 4.2rem;
  color: #ffffff;
}
#page-header.solid {
  margin: 0px 0 20px;
}

/**************Sponsors******************/
div#sponsors {
  background: #f3f6f9;
  border-top: 1px solid #bebebe;
  padding: 10px 0;
}
div#sponsors h4 {
  width: 15%;
  float: left;
  height: 70px;
  vertical-align: middle;
  font-size: 27px;
  line-height: 70px;
  font-size: 2.7rem;
  line-height: 7rem;
  font-family: "Brayden-Sans", sans-serif;
  font-weight: 600;
}
div#sponsors a.show-link {
  display: none;
}
div#sponsors ul {
  width: 83%;
  float: right;
  margin-bottom: 0;
}
div#sponsors ul li {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 15.6%;
  height: 70px;
  line-height: 70px;
  margin: 0 0 0 4.9%;
}
div#sponsors ul li:first-child {
  margin-left: 0;
}
div#sponsors ul li img {
  vertical-align: middle;
  max-height: 70px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translateZ(0);
  /* this is the magic line! */
  opacity: 0.8;
}
div#sponsors ul li img:hover {
  opacity: 1;
}

.js div#sponsors ul {
  max-height: none;
}

.side-ads, .side-featured {
  padding-left: 20px;
}
.side-ads .filter-list-header, .side-featured .filter-list-header {
  margin-top: 40px;
}
.side-ads h4, .side-featured h4 {
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: "Brayden-Sans", sans-serif;
  color: #909090;
}

.permanent {
  display: block !important;
}

/**************Footer********************/
#content-info {
  background: #5e8ab8;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-top: 20px;
  color: #fff;
}
#content-info h3 {
  font-family: "Brayden-Sans", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin: 10px 0 5px;
}
#content-info a {
  color: #fff;
}
#content-info a:hover {
  color: #cecece;
}
#content-info li {
  margin-bottom: 3px;
}
#content-info ul#social li {
  background: none;
  line-height: 27px;
  vertical-align: middle;
  margin-bottom: 4px;
  color: #fff;
}
#content-info ul#social li i {
  width: 25px;
  text-align: left;
  margin-right: 0px;
  font-size: 18px;
}
#content-info ul#social li.foot-feed {
  background: none;
  padding-left: 0;
  line-height: 16px;
}
#content-info .copy {
  padding: 10px 0;
}
#content-info .copy p {
  margin: 0;
}
#content-info .sign-up {
  background: #537ba5;
}
#content-info .sign-up #sign-up-inner {
  padding: 10px;
}
#content-info .sign-up #sign-up-inner h3 {
  margin-top: 0;
}
#content-info .button {
  background: #78a6d7;
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  font-size: 2.6rem;
  line-height: 2.8rem;
  text-shadow: none;
  border: none;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
  float: right;
}
#content-info .button:hover {
  color: #ffffff;
  background: #94b8df;
}

/*****************************************
Global Site Elements
*****************************************/
#hero {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#hero .container {
  height: 650px;
}

.img-head {
  position: relative;
  margin: 0;
}
.img-head a {
  display: block;
  margin: 0;
}
.img-head h3 {
  font-family: "Brayden-Sans", sans-serif;
  background: #083a40;
  background: rgba(0, 0, 0, 0.7);
  font-size: 28px;
  line-height: 24px;
  font-size: 2.8rem;
  line-height: 2.4rem;
  position: absolute;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
}
.img-head h3 span {
  padding: 10px;
  display: block;
}
.img-head img {
  width: 100%;
  vertical-align: bottom;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateZ(0);
}
.img-head a:hover img {
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

#main ul {
  padding-left: 30px;
}
#main ul li {
  list-style: disc;
}
#main ul li ul {
  padding-left: 10px;
}

/**********Related Links***********/
.related h3, .span-2 .widget h3 {
  font-size: 24px;
  line-height: 20px;
  font-size: 2.4rem;
  line-height: 2rem;
  color: #ffffff;
  padding: 10px 10px;
  font-family: "Brayden-Sans", sans-serif;
  font-weight: 600;
  margin: 0;
}
.related ul, .span-2 .widget ul {
  background: url("../img/bg.png") repeat;
  padding: 10px;
  height: 100%;
}
.related ul li, .span-2 .widget ul li {
  margin-bottom: 10px;
  display: block;
}
.related ul li:last-child, .span-2 .widget ul li:last-child {
  margin-bottom: 0;
}
.related ul li a, .span-2 .widget ul li a {
  font-weight: 600;
}
.related ul li label, .span-2 .widget ul li label {
  display: inline-block;
}
.related ul li input, .span-2 .widget ul li input {
  margin-right: 10px;
}

#interested h3 {
  background: #5e8ab8;
}

#useful h3, .side-featured aside h3 {
  background: #9ed5ba;
}
#useful label, .side-featured aside label {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #434343;
}

.span-2 .widget h3 {
  background: #9ed5ba;
}

.new-tab {
  background: url("../img/sprite.png") no-repeat;
  width: 12px;
  height: 12px;
  background-position: 0 -662px;
  display: inline-block;
  margin-left: 5px;
  text-indent: -999999px;
  display: none;
}

a:hover .new-tab {
  background-position: 0 -678px;
}

#main h3 {
  padding-top: 10px;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(83, 123, 165, 0.9);
  z-index: 99999;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
}
.overlay .closer {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
}
.overlay .search-box {
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  max-width: 400px;
  width: 80%;
}
.overlay .search-box h2 {
  text-align: center;
  font-family: "Brayden-Sans", sans-serif;
  font-size: 40px;
  color: #fff;
}
.overlay .search-query {
  width: 100%;
  height: 35px;
  font-size: 25px;
}
.overlay .form-search {
  position: relative;
}
.overlay .form-submit {
  border: none;
  background: transparent;
  font-size: 20px;
  position: absolute;
  top: 3px;
  right: -8px;
  height: 40px;
  width: 40px;
  padding: 0;
  color: #537ba5;
}

/***************************************
Homepage
***************************************/
#hero-slider {
  background: #ffffff;
  position: relative;
}
#hero-slider ul {
  margin-bottom: 0;
}
#hero-slider ul li {
  height: 650px;
  background-image: url("../img/double-decker-bus.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#hero-slider ul li.small-town .hero-contents, #hero-slider ul li.from-gumbo .hero-contents, #hero-slider ul li.escape-to .hero-contents, #hero-slider ul li.the-cultur .hero-contents {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#hero-slider ul li.small-town .hero-contents img, #hero-slider ul li.from-gumbo .hero-contents img, #hero-slider ul li.escape-to .hero-contents img, #hero-slider ul li.the-cultur .hero-contents img {
  display: none;
}
#hero-slider ul li.slide-2 {
  background-image: url("../img/square-books.jpg");
  background-position: center center;
}
#hero-slider ul li .container {
  height: 100%;
  width: 92% !important;
}
#hero-slider .container {
  position: absolute;
  top: 50%;
  max-width: 1200px;
  left: 0;
  right: 0;
}
#hero-slider .container .banner-caption {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #fff;
  padding: 0 80px;
  text-align: center;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 800px) {
  #hero-slider .container {
    left: 0;
    right: 0;
  }
  #hero-slider .container .banner-caption {
    display: inline-block;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 40px;
    position: absolute;
    left: auto;
    right: 0;
    font-size: 52px;
    line-height: 52px;
    font-size: 5.2rem;
    line-height: 5.2rem;
    text-shadow: none;
  }
}

.hero-contents {
  position: absolute;
}
.hero-contents h3 {
  background: #5e8ab8;
  background: rgba(94, 138, 184, 0.9);
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
  padding: 7px 10px;
  margin-bottom: 0;
}
.hero-contents .slide-text {
  color: #fff;
  text-transform: uppercase;
}
.hero-contents .slide-text span {
  display: block;
}
.hero-contents .slide-text .large {
  font-size: 44px;
  line-height: 50px;
  font-size: 4.4rem;
  line-height: 5rem;
}
.hero-contents .slide-text .small {
  font-size: 30px;
  line-height: 36px;
  font-size: 3rem;
  line-height: 3.6rem;
  text-align: right;
}
@media screen and (min-width: 800px) {
  .hero-contents .slide-text .large {
    font-size: 64px;
    line-height: 74px;
    font-size: 6.4rem;
    line-height: 7.4rem;
  }
  .hero-contents .slide-text .small {
    font-size: 50px;
    line-height: 58px;
    font-size: 5rem;
    line-height: 5.8rem;
    text-align: right;
  }
}
.hero-contents .hero-text {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.hero-contents .hero-text p {
  margin-bottom: 10px;
}
.hero-contents .hero-text a {
  color: #78a6d7;
  font-weight: 700;
}
.hero-contents .hero-text a:hover {
  color: #5e8ab8;
}

#intro p {
  font-size: 18px;
  line-height: 30px;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 50px;
}

#teasers {
  background: #f3f6f9;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 45px 0 25px;
}
#teasers .cft-g.teasers-grid > .cft-gi:not(:last-of-type) {
  margin-bottom: 30px;
}
#teasers .cft-g.teasers-grid > .section-head {
  padding-left: 40px;
}
@media screen and (min-width: 800px) {
  #teasers .cft-g.teasers-grid > .cft-gi {
    width: 33.3333%;
  }
  #teasers .cft-g.teasers-grid > .cft-gi:not(:last-of-type) {
    margin-bottom: 0;
  }
  #teasers .cft-g.teasers-grid > .section-head {
    display: inline-block;
  }
  #teasers .cft-g.teasers-grid > .section-head:first-of-type {
    width: 66.6666%;
  }
  #teasers .cft-g.teasers-grid > .section-head:last-of-type {
    width: 33.3333%;
  }
}

h3.section-head {
  color: #434343;
  font-family: "Brayden-Sans", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 5px;
}

.article-home p {
  margin-top: 10px;
}

ul.events-feed {
  margin-bottom: 0;
}
ul.events-feed li {
  position: relative;
  margin: 0 0 0 82px;
  display: table;
}
ul.events-feed li .date {
  font-family: "AmericanTypewriter", serif;
  position: absolute;
  left: -82px;
  text-align: center;
  background: #5e8ab8;
  border-radius: 10px;
  width: 72px;
  padding: 5px 0;
  height: auto;
  margin-bottom: 10px;
  color: #ffffff;
}
ul.events-feed li .date .month {
  display: block;
}
ul.events-feed li .date .day {
  display: block;
  font-weight: 700;
}
ul.events-feed li .event-title {
  font-family: "Brayden-Sans", sans-serif;
  color: #434343;
  font-size: 20px;
  line-height: 18px;
  font-size: 2rem;
  line-height: 1.8rem;
  display: block;
  vertical-align: middle;
  min-height: 45px;
  margin-bottom: 15px;
  font-weight: bold;
}
ul.events-feed li .event-title a {
  color: #434343;
}

#featured-itineraries {
  margin-bottom: 30px;
  padding: 30px 0;
  position: relative;
}
#featured-itineraries .container.row {
  z-index: 10;
}
#featured-itineraries .cft-g.itinerary-grid > .cft-gi:not(:last-of-type) {
  margin-bottom: 40px;
}
#featured-itineraries .section-title {
  color: #000;
  position: relative;
  font-size: 30px;
  line-height: 36px;
  font-size: 3rem;
  line-height: 3.6rem;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  #featured-itineraries .cft-g.itinerary-grid > .cft-gi {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  #featured-itineraries {
    margin-bottom: 60px;
    padding: 60px 0;
  }
  #featured-itineraries .cft-g.itinerary-grid > .cft-gi {
    width: 33.3333%;
  }
  #featured-itineraries .section-title {
    font-size: 48px;
    line-height: 55px;
    font-size: 4.8rem;
    line-height: 5.5rem;
    margin-bottom: 40px;
  }
  #featured-itineraries .section-title:after {
    content: "";
    background: #000;
    position: absolute;
    top: 50%;
    right: -130%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120%;
    height: 3px;
  }
}

.cft-g.social-grid > .cft-gi:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .cft-g.social-grid > .cft-gi {
    width: 33.3333%;
  }
  .cft-g.social-grid > .cft-gi:not(:last-of-type) {
    margin-bottom: 0;
  }
}

#social-home {
  margin-bottom: 30px;
}
#social-home #twitter-feed .more-tweets {
  width: 100%;
  text-align: center;
}
#social-home #twitter-feed .feed {
  background: #f6f7f8;
  border: 1px solid #e8eaed;
  padding: 7px;
  max-height: 400px;
  overflow: scroll;
}
#social-home #twitter-feed .feed .tweet {
  background: #fff;
  padding: 7px;
  position: relative;
  margin-bottom: 7px;
  border: 1px solid #e8eaed;
}
#social-home #twitter-feed .feed .tweet p {
  margin-bottom: 10px;
}
#social-home #twitter-feed .feed .tweet .author-name {
  margin-bottom: 0;
}
#social-home #twitter-feed .feed .tweet .tweet-user-image {
  position: absolute;
  top: 7px;
  left: 7px;
}
#social-home #twitter-feed .feed .tweet .author-screen-name, #social-home #twitter-feed .feed .tweet .date-link {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
#social-home #twitter-feed .feed .tweet .tweet-head {
  padding-left: 60px;
}
#social-home #instagram figure {
  background-color: transparent;
  position: relative;
}
#social-home #instagram figure a, #social-home #instagram figure i {
  display: block;
}
#social-home #instagram figure img {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
}
#social-home #instagram figure .caption-container {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#social-home #instagram figure .caption-container .caption {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#social-home #instagram figure .caption-container i {
  display: block;
  color: white;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
#social-home #instagram figure:hover .caption-container {
  opacity: 1;
  visibility: visible;
}
#social-home #fb-home, #social-home #twitter-feed, #social-home #instagram {
  position: relative;
}
#social-home #fb-home .btn, #social-home #twitter-feed .btn, #social-home #instagram .btn {
  position: relative;
  display: block;
}
#social-home #fb-home .btn h3, #social-home #fb-home .btn i, #social-home #twitter-feed .btn h3, #social-home #twitter-feed .btn i, #social-home #instagram .btn h3, #social-home #instagram .btn i {
  color: #fff;
}
#social-home #fb-home .btn h3, #social-home #twitter-feed .btn h3, #social-home #instagram .btn h3 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 28px;
  font-size: 2.8rem;
  line-height: 2.8rem;
}
#social-home #fb-home .btn i, #social-home #twitter-feed .btn i, #social-home #instagram .btn i {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 24px;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 800px) {
  #social-home {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 800px) and (min-width: 950px) {
  #social-home #fb-home .btn i, #social-home #twitter-feed .btn i, #social-home #instagram .btn i {
    display: block;
  }
}

div#twitter-widget {
  font: normal normal normal 12px/16px "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.get-social-head {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 30px 0 20px;
}
.get-social-head a.button {
  font-size: 26px;
  line-height: 38px;
  margin: 0;
  padding: 4px 20px 4px;
}

div.image-wrap a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}
div.image-wrap a img {
  display: block;
}

div.image-wrap {
  padding: 5px;
  -moz-box-shadow: 0px 0px 5px #999999;
  -webkit-box-shadow: 0px 0px 5px #999999;
  box-shadow: 0px 0px 5px #999999;
  background: #ececec;
}

.instagram-masonry {
  padding: 30px 0;
}
.instagram-masonry .section-title {
  font-size: 28px;
  line-height: 32px;
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: #000;
  text-align: center;
}
.instagram-masonry .insta-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.instagram-masonry .insta-grid:after {
  content: '';
  flex-grow: 999999999;
}
.instagram-masonry .insta-grid figure {
  margin: 5px;
  background-color: transparent;
  position: relative;
}
.instagram-masonry .insta-grid figure a, .instagram-masonry .insta-grid figure i {
  display: block;
}
.instagram-masonry .insta-grid figure img {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
}
.instagram-masonry .insta-grid figure .caption-container {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.instagram-masonry .insta-grid figure .caption-container .caption {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.instagram-masonry .insta-grid figure .caption-container i {
  display: block;
  color: white;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.instagram-masonry .insta-grid figure:hover .caption-container {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 800px) {
  .instagram-masonry {
    padding: 60px 0;
  }
  .instagram-masonry .section-title {
    font-size: 48px;
    line-height: 55px;
    font-size: 4.8rem;
    line-height: 5.5rem;
    margin-bottom: 30px;
  }
}

/*********************************
Places
*********************************/
#place-head {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 10px 0 0;
  margin-bottom: 30px;
  padding-top: 25px;
}

.place-info {
  width: 400px;
}

article.place dl {
  margin-bottom: 25px;
}
article.place dl dt {
  float: left;
  font-weight: 700;
  margin-right: 10px;
}
article.place dl dd {
  margin-bottom: 5px;
}

.place-img {
  float: right;
  width: 320px;
  margin-bottom: 25px;
}

article.place h3 {
  font-family: "Brayden-Sans", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 15px;
  color: #2a2a2a;
  font-weight: 700;
}

.details {
  margin-bottom: 40px;
}

#map-canvas {
  margin: 0;
  padding: 0;
  height: 400px;
}
#map-canvas .window {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#map-canvas .window ul, #map-canvas .window p {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#map-canvas .window a {
  font-weight: 600;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#map-canvas img {
  max-width: none !important;
}
#map-canvas .gm-style div {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#map-canvas .gm-style .gm-iw .gm-title {
  font-weight: 600;
}

/**********************************
Directory
**********************************/
#search-directory {
  border-top: 4px solid #ebebeb;
  padding: 20px 0;
}
#search-directory form {
  background: #5e8ab8;
  padding: 15px 10px;
}
#search-directory form select {
  height: 30px;
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 14px;
  line-height: 30px;
  font-size: 1.4rem;
  line-height: 3rem;
  width: 100%;
}
#search-directory form input[type=submit] {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 0 15px;
}
#search-directory .taxonomies-filter-widget-form li {
  margin: 0 1.5% 0 0;
  width: 31.5%;
}

.taxonomies-filter-widget-form label.taxlabel {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  font-weight: 600;
  font-size: 16px;
}

.directory-item {
  padding: 40px 0 0;
  border-top: 1px solid #d0d0d0;
}
.directory-item header h3 {
  font-size: 30px;
  line-height: 36px;
  font-size: 3rem;
  line-height: 3.6rem;
  font-family: "Brayden-Sans", sans-serif;
  font-weight: 700;
}
.directory-item header h3 a {
  color: #434343;
}
.directory-item header h3 a:hover {
  color: #5e8ab8;
}
.directory-item .directory-img {
  width: 28%;
  margin-left: 2%;
  float: right;
  margin-bottom: 35px;
}
.directory-item .directory-img img {
  width: 100% !important;
}
.directory-item .info {
  float: left;
  width: 500px;
}
.directory-item .info ul.contact {
  float: left;
  width: 225px;
}
.directory-item .info dl {
  float: right;
  width: 225px;
  font-size: 16px;
  line-height: 18px;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.directory-item .info dl dt {
  float: left;
  font-weight: 700;
  margin-right: 10px;
}
.directory-item .info dl dd {
  margin-bottom: 7px;
}
.directory-item .info ul.icon-links {
  margin: 20px 0 28px;
}
.directory-item .info ul.icon-links li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: 700;
  margin-right: 35px;
}
.directory-item .info ul.icon-links li span.icon {
  background: #5e8ab8;
  border-radius: 50% 50% 50% 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.directory-item .info ul.icon-links li span.icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.directory-item .info ul.icon-links li a {
  font-family: "Brayden-Sans", sans-serif;
  vertical-align: middle;
  position: relative;
  background: transparent;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 26px;
  font-size: 2rem;
  line-height: 2.6rem;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
}
.directory-item .info ul.icon-links li:hover span.icon {
  background: #3e648c;
}

.directory-item:last-child {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 40px;
}

div#close-container {
  display: none;
}

#popup-map-canvas .window, #top-map-canvas .window {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0px;
  min-width: 200px;
  min-height: 90px;
}

/* line 203, ../sass/pages.scss */
#popup-map-canvas .window ul, #popup-map-canvas .window p #top-map-canvas .window ul, #top-map-canvas .window p {
  margin-left: 0px;
  padding: 0;
}

#popup-map-canvas .window ul li, #top-map-canvas .window ul li {
  margin-left: 0px;
  padding: 0px;
  list-style: none outside none;
}

/* line 207, ../sass/pages.scss */
#popup-map-canvas .window a, #top-map-canvas .window a {
  font-weight: 600;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

/* line 214, ../sass/pages.scss */
#popup-map-canvas img, #top-map-canvas .window img {
  max-width: none !important;
}

/* line 218, ../sass/pages.scss */
#popup-map-canvas .gm-style div, #top-map-canvas .gm-style div {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

/* line 221, ../sass/pages.scss */
#popup-map-canvas .gm-style .gm-iw .gm-title, #top-map-canvas .gm-style .gm-iw .gm-title {
  font-weight: 600;
}

#top-map-canvas .window h3 a {
  font-size: 19px;
  line-height: 22px;
  font-size: 1.9rem;
  line-height: 2.2rem;
}

/****************************
Fancybox
****************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/****************************
Landing Page
****************************/
ul.child-list li {
  margin-bottom: 2%;
}

h3.list-head {
  display: none;
  font-size: 30px;
  line-height: 26px;
  font-size: 3rem;
  line-height: 2.6rem;
  color: #ffffff;
  padding: 10px 10px;
  font-family: "Brayden-Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  background: #5e8ab8;
}

.row.child-list li {
  font-size: 24px;
  line-height: 22px;
  font-size: 2.4rem;
  line-height: 2.2rem;
}

/***************************
Events
***************************/
#tribe-events-content.tribe-events-list {
  margin-left: 0;
}

#tribe-events-pg-template {
  max-width: none;
  margin: 0;
}

#tribe-bar-form {
  background: #5e8ab8;
}

#tribe-bar-form input[type="text"] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

h2.tribe-events-page-title {
  font-family: "Brayden-Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  font-size: 3rem;
  line-height: 3.6rem;
  text-align: left;
  border-top: 1px solid #d0d0d0;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}

#tribe_events_filters_toggle {
  font-family: "Brayden-Sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
}

.tribe-events-list h2.tribe-events-page-title {
  margin-bottom: 40px;
}

.tribe-events-list .type-tribe_events {
  padding: 25px 0 !important;
}

.tribe-events-loop {
  margin-top: 38px;
}

#tribe-events-bar {
  margin-bottom: 20px !important;
}

.tribe-events-user-recurrence-toggle {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  border-bottom: 1px solid #d0d0d0;
}

.tribe-events-list-separator-month {
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #ffffff;
  background-color: #5e8ab8;
  padding: 10px 10px;
  margin: 0 !important;
}

#tribe-events-header {
  margin: 0 !important;
}

#tribe-events-header .tribe-events-sub-nav, #tribe-events-footer .tribe-events-sub-nav {
  font-family: "Brayden-Sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.tribe-events-list h2.tribe-events-list-event-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 28px;
  font-size: 3rem;
  line-height: 2.8rem;
  font-family: "Brayden-Sans", sans-serif;
  font-weight: 700;
}

.tribe-events-loop .tribe-events-event-meta {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}

.cft-g.event-info-grid {
  margin-left: -20px;
}
.cft-g.event-info-grid > .cft-gi {
  padding-left: 20px;
}
.cft-g.event-info-grid > .cft-gi .event-date span {
  white-space: nowrap;
}
@media screen and (min-width: 800px) {
  .cft-g.event-info-grid > .cft-gi {
    margin-bottom: 0;
  }
  .cft-g.event-info-grid > .cft-gi:first-of-type {
    width: 40%;
  }
  .cft-g.event-info-grid > .cft-gi:last-of-type {
    width: 60%;
  }
}

.tribe-events-list .event-date {
  font-family: "AmericanTypewriter", serif;
  font-size: 30px;
  line-height: 35px;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
  padding: 40px 0 45px;
  border: solid 2px #000;
}

.tribe-events-list .time-details {
  margin: 0 0 4px 0;
}

.tribe-events-list-event-description span.icon {
  background: #5e8ab8;
  border-radius: 50% 50% 50% 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.tribe-events-list-event-description span.icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.tribe-events-read-more {
  color: #2a2a2a;
  font-size: 22px;
  line-height: 26px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  display: inline-block;
  vertical-align: middle;
  font-family: "Brayden-Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
}
a.tribe-events-read-more:hover {
  background-position: 0 -725px;
  color: #02525c;
}

.tribe-events-list .country-name {
  display: none;
}

.tribe-events-list .tribe-events-event-image {
  float: right;
  width: 30%;
  margin: 0 0 0 2%;
}

.tribe-events-loop .tribe-events-content {
  width: 100%;
  float: none;
  padding: 0 5% 0 0;
}

.tribe-events-loop .tribe-events-event-meta {
  clear: none;
}

.tribe-events-uses-geolocation .tribe-bar-date-filter, .tribe-events-uses-geolocation .tribe-bar-search-filter, .tribe-bar-geoloc-filter, .tribe-events-uses-geolocation .tribe-bar-submit {
  width: 220px;
  padding: 0px;
}

#tribe-bar-form input[type="text"] {
  height: 30px;
  margin: 0 20px 0 0;
  font-size: 14px;
  width: 220px;
  border: 1px solid #cccccc;
  padding: 0px 4px;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0px;
}

#tribe-bar-form label {
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
  font-weight: 600;
}

#tribe-bar-form.tribe-bar-mini label {
  font-size: 16px;
}

.tribe-events-uses-geolocation .tribe-bar-mini .tribe-bar-date-filter {
  padding: 0px;
}

.tribe-bar-mini .tribe-bar-views-inner {
  padding: 10px 0 45px;
}

.tribe-bar-collapse #tribe-bar-collapse-toggle {
  display: none !important;
}

#tribe-events-pg-template {
  padding: 0;
}

.tribe-events-sub-nav li a {
  display: block;
  background: none;
  color: #78a6d7;
  white-space: normal;
}

.tribe-events-sub-nav li a:visited, .tribe-events-sub-nav li a:hover {
  color: #78a6d7;
}

.tribe-events-loop .tribe-events-event-meta {
  padding: 0 0 10px 0;
  margin-top: 0;
  background: none;
  border: none;
}

.tribe-events-list .tribe-events-venue-details {
  border-top: none;
  margin: 10px 0 0 0;
  padding: 0;
}

.tribe-events-loop .tribe-events-event-meta {
  border: none;
}

.tribe-events-list .time-details {
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.tribe-events-filter-view .tribe-events-page-title {
  padding: 20px 0;
  margin-top: 18px;
  clear: none;
}

#tribe-bar-form .tribe-bar-filters-inner {
  margin: 10px;
}

.event-header {
  border-top: 4px solid #ebebeb;
  padding: 20px 0 0;
}

.tribe-events-filters-horizontal #tribe_events_filter_control {
  font-size: 14px;
}

#tribe_events_filters_wrapper, #tribe_events_filters_wrapper h3, #tribe_events_filters_wrapper ul, #tribe_events_filters_wrapper input, #tribe_events_filters_wrapper select, #tribe_events_filters_wrapper label {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

#tribe_events_filters_wrapper h3 {
  font-family: "Brayden-Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
#tribe_events_filters_wrapper h3:before {
  margin-top: 8px !important;
}

#tribe-bar-form .tribe-bar-views-inner label {
  padding: 0 15px;
  text-align: left;
  color: #434343;
}

#tribe_events_filters_form {
  margin-bottom: 0;
}

#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
  width: 100% !important;
}
@media screen and (max-width: 799px) {
  #tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
    padding: 0;
  }
}

#tribe-bar-form #tribe-bar-views {
  left: 69.5%;
  width: 30.5%;
}

#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  right: 30.5%;
  width: 69.5%;
}

#tribe-bar-form.tribe-bar-mini #tribe-bar-views {
  width: 30.5%;
}

#tribe-bar-form.tribe-bar-mini * {
  font-size: 16px;
}

.tribe-events-page-template #intro p {
  margin-bottom: 25px;
}
.tribe-events-page-template #intro p a {
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  #tribe-bar-form.tribe-bar-collapse #tribe-bar-views + .tribe-bar-filters {
    display: block;
  }
}

/*****************************
Single page
*****************************/
div#main.col.span-4 h4 {
  font-size: 30px;
  line-height: 36px;
  font-size: 3rem;
  line-height: 3.6rem;
}

.tribe-events-calendar th {
  font-family: "Brayden-Sans", sans-serif !important;
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
}

#tribe-events-content {
  padding: 0;
}

.single-tribe_events .tribe-events-event-meta {
  background: none;
  border: none;
  margin: 30px 0;
}

.tribe-events-event-meta .tribe-events-meta-group, .tribe-events-event-meta .column {
  padding: 0 4% 0 0;
  width: 46%;
}

.single-tribe_events .tribe-events-event-meta {
  width: 70%;
  float: left;
}

.event-img {
  float: right;
  width: 30%;
}

.single-tribe_events .tribe-events-event-meta {
  margin: 0;
}

.single-tribe_events .tribe-events-schedule h3 {
  font-size: 20px;
  line-height: 20px;
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Brayden-Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.single-tribe_events .tribe-events-event-meta {
  font-size: 16px;
  font-size: 1.6rem;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.author {
  font-weight: 700;
  margin-bottom: 0;
}

a.tribe-events-ical, a.tribe-events-gcal {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  padding: 0 10px 1px;
  float: right;
  text-decoration: none;
  margin-top: -10px !important;
  color: #fff;
  clear: both;
}

.tribe-events-button, #tribe-events .tribe-events-button {
  font-family: "Brayden-Sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #fff;
  background-image: none;
  font-weight: bold;
  padding: 0 10px 1px;
  text-align: center;
  text-transform: none;
  letter-spacing: 0px;
  -webkit-border-radius: 3px;
  background: #78a6d7;
  color: #ffffff;
  border-radius: 0px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.tribe-events-button:hover, #tribe-events .tribe-events-button:hover {
  background: #5e8ab8;
  color: #ffffff;
}

.tribe-bar-date-filter {
  display: block;
  width: 100% !important;
}

.single-tribe_events .tribe-events-cal-links {
  float: right;
}

#tribe-events-footer .tribe-events-sub-nav {
  font-family: "Brayden-Sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
  border-top: 1px solid #bebebe;
  padding-top: 30px;
  margin-top: 30px;
}

.tribe-events-content ul {
  padding-left: 40px;
}

.single-tribe_events .tribe-events-schedule {
  padding: 0px;
  margin: 0px;
  background: none;
  border: none;
}

.single-tribe_events .tribe-events-event-meta {
  padding: 0;
  margin: 15px 0 20px;
}

/************************************
Attractions
************************************/
#attractions-details {
  padding: 10px;
  background: url("../img/bg.png") repeat;
  margin-bottom: 20px;
}
#attractions-details dt {
  font-weight: bold;
  color: #5e8ab8;
}
#attractions-details dd {
  margin-bottom: 15px;
}

#map-canvas {
  margin-bottom: 20px;
}

#main #map-canvas ul {
  padding-left: 0;
}

#main #map-canvas ul li {
  list-style: none;
}

/*************************************
General Map
*************************************/
#map-canvas h3, #popup-map-canvas h3 {
  font-family: "Brayden-Sans", sans-serif;
  color: #2f2f2f;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}

/**************************************
Contact
**************************************/
.contact #teasers {
  padding: 30px 0 20px;
}

.contact #map-canvas {
  height: 300px;
}

.profile {
  text-align: center;
}
.profile .job-title {
  display: block;
}

.staff {
  text-align: center;
  margin-bottom: 40px;
}

/**************************************
Blog
**************************************/
.cft-g.blog-grid {
  margin-left: -10px;
}
.cft-g.blog-grid > .cft-gi {
  margin-bottom: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 800px) {
  .cft-g.blog-grid > .cft-gi {
    width: 33.3333%;
  }
}

.post-feed article header {
  margin-bottom: 20px;
}
.post-feed article header h2 {
  margin-bottom: 0px;
}
.post-feed article a.button {
  margin-bottom: 20px;
}
.post-feed article footer a {
  font-family: "Brayden-Sans", sans-serif;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 10px 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #027d8e;
  border-color: #027d8e;
  color: #ffffff;
}
.post-feed article footer a:hover {
  background: #13a7bb;
  color: #ffffff;
}
.post-feed article .comments {
  border-top: 1px solid #9f9f9f;
  margin-top: 30px;
  padding-top: 40px;
}

.pager {
  margin-bottom: 20px;
}

.pager .button {
  background: #cecece;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.pager .button:hover {
  background: #eeeeee;
}
.pager .button a {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.container.blog-wrap {
  max-width: 800px !important;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.container.blog-wrap ul, .container.blog-wrap ol {
  padding-left: 30px;
}
.container.blog-wrap ul li, .container.blog-wrap ol li {
  list-style: disc;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.container.blog-wrap figure {
  position: relative;
}
.container.blog-wrap figcaption {
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 28px;
  line-height: 32px;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: left;
  font-family: "Brayden-Sans", sans-serif;
  padding: 10px;
}

/***************************************
Search Results
***************************************/
.results {
  min-height: 400px;
}
.results .search {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.results .search form {
  position: relative;
  margin: 10px 0 20px;
}
.results .search form input#s {
  margin: 0;
  width: 99%;
}
.results .search form input[type=submit] {
  text-indent: -99999px;
  background: url("../img/sprite.png") no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
}
.results .search form input[type=submit]:hover {
  background-position: 0 -20px;
}
.results article {
  padding: 10px;
}
.results article:hover {
  background: #ececec;
}
.results header {
  margin-bottom: 10px;
}
.results header span {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.results h4 {
  margin-bottom: 0;
}

div.pagination .next, div.pagination .prev {
  float: none;
  text-align: left;
  font-weight: bold;
}

div.pagination {
  margin: 15px 0 35px;
  text-align: center;
}

div.pagination .current {
  color: #ffffff;
  background: #78a6d7;
}

.page-numbers {
  border: solid 1px #DDDDDD;
  margin-right: 2px;
  padding: 4px 7px;
}

body.page-id-3169 #content input[type="text"], body.page-id-3169 #content input[type="email"], body.page-id-3169 #content textarea {
  width: 100%;
}

body.page-id-3169 #content div.wpcf7-mail-sent-ok {
  border: 2px solid #9ed5ba;
}

body.page-id-7682 #content input[type="text"], body.page-id-7682 #content input[type="tel"], body.page-id-7682 #content input[type="number"], body.page-id-7682 #content input[type="email"], body.page-id-7682 #content textarea {
  width: 100%;
}

body.page-id-7682 #content div.wpcf7-mail-sent-ok {
  border: 2px solid #9ed5ba;
}

/***************************************
Videos
***************************************/
.video-container {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.video-embed {
  margin-bottom: 30px;
}
.video-embed h3 {
  margin-bottom: 15px;
}

/***************************************
Expander
***************************************/
.expander-list {
  border-top: 1px solid #cccccc;
  padding-top: 12px;
}

.expander {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.expander h3 {
  margin-bottom: 21px;
  cursor: pointer;
}

/*
	AnythingSlider v1.8+ Default theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#slider {
  width: 100%;
  height: 650px;
  list-style: none;
  /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
  overflow-y: auto;
  overflow-x: hidden;
}

.anythingSlider, .anythingWindow, #hero-slider ul li {
  height: 650px !important;
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
  margin: 0 auto;
  /* 45px right & left padding for the arrows, 28px @ bottom for navigation */
}

/* slider window - top & bottom borders, default state */
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
  /* top shadow */
  background: #5e8ab8 url(../img/sprite.png) center -544px repeat-x;
  color: #000;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
  visibility: visible;
}

/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
  background: #888;
  color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
  background-color: #040;
  color: #ddd;
}

/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
  background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
  background-image: none;
  color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
  border-color: #7C9127;
}

/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
  /* background image = top shadow */
  background-color: #7C9127;
}

/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
  /* background image removed */
  background: #7C9127;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
  background-color: #080;
  color: #fff;
}

/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
  background-color: #d00;
  color: #fff;
}

/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
  color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
  top: 45%;
  position: absolute;
  display: block;
}

.anythingSlider-default .arrow a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 0 0 0;
  /* half height of image */
  text-align: center;
  outline: 0;
  background: rgba(79, 89, 89, 0.7) url(../img/sprite.png) no-repeat;
}

/* back arrow */
.anythingSlider-default .back {
  left: 0;
}

.anythingSlider-default .back a {
  background-position: 0 -600px;
}

.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover {
  background-color: rgba(79, 89, 89, 0.9);
}

/* forward arrow */
.anythingSlider-default .forward {
  right: 0;
}

.anythingSlider-default .forward a {
  background-position: 0 -544px;
}

.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover {
  background-color: rgba(79, 89, 89, 0.9);
}

/* Navigation Links */
.anythingSlider-default .anythingControls {
  outline: 0;
  display: none;
}

.anythingSlider-default .anythingControls ul {
  margin: 0;
  padding: 0;
  float: left;
}

.anythingSlider-default .anythingControls ul li {
  display: inline;
}

.anythingSlider-default .anythingControls ul a {
  font: 11px/18px Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px 8px;
  height: 18px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
  overflow: hidden;
  float: left;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/
/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
  top: 30%;
}

.as-oldie .anythingSlider-default .arrow a {
  margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
  margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
  margin: 0;
}

.as-oldie .anythingSlider-default .anythingNavWindow {
  margin: 0 2px;
}

.as-oldie .anythingSlider-default .anythingNavWindow li {
  padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
  display: block;
  overflow: visible !important;
  position: relative;
}

/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
  background: transparent;
  list-style: none;
  position: absolute;
  overflow: visible !important;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
  display: block;
  visibility: hidden;
}

/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
  display: none;
}

/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
  background: transparent;
  display: block;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0;
}

/* vertical mode */
.anythingSlider .vertical .panel {
  float: none;
}

/* fade mode */
.anythingSlider .fade .panel {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
  z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.anythingSlider.rtl .anythingControls ul {
  float: left;
}

/* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a {
  float: right;
}

/* reverse order of nav links */
.anythingSlider.rtl .start-stop {
  /* float: right; */
}

/* move start/stop button - in case you want to switch sides */
/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
  transition-duration: 0;
  -o-transition-duration: 0;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
}

/***********Tweets*************/
div#tweets {
  background: none repeat scroll 0 0 transparent;
  display: block;
}

div#tweets {
  border: 0 none;
  font-size: 12px;
  line-height: 16px;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}
div#tweets ol.h-feed {
  margin-left: 0;
}
div#tweets b, div#tweets i {
  font-style: normal;
  font-weight: normal;
}
div#tweets abbr {
  border-bottom: 0 none;
}
div#tweets .p-author:before, div#tweets .p-author:after, div#tweets .cards-base:before, div#tweets .cards-base:after {
  content: "";
  display: table;
}
div#tweets .p-author:after, div#tweets .cards-base:after {
  clear: both;
}
div#tweets .root, div#tweets .tweet, div#tweets .footer, div#tweets .detail-expander, div#tweets .header, div#tweets .timeline {
  position: relative;
}
div#tweets button.load-more, div#tweets .tweet-box-button, div#tweets .no-tweets-pane .load-tweets {
  -moz-box-sizing: border-box;
}
div#tweets .no-tweets-pane p {
  font-size: 20px;
  line-height: 24px;
}
div#tweets .timeline-header h1.summary {
  font-size: 18px;
  line-height: 18px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div#tweets .timeline .e-entry-title, div#tweets .p-author .p-name, div#tweets .cards-base h3, div#tweets .new-tweets-bar button, div#tweets .load-tweets, div#tweets .no-more-pane {
  font-size: 14px;
  line-height: 16px;
}
div#tweets .tweet-box-button {
  font-size: 13px;
}
div#tweets .stats strong, div#tweets .timeline-header- .byline, div#tweets .timeline-header .list-description {
  font-size: 12px;
  line-height: 18px;
}
div#tweets .timeline-header .byline {
  margin: 2px 0;
}
div#tweets .stats span {
  font-size: 10px;
}
div#tweets .p-author a, div#tweets .e-entry-title, div#tweets .cards-base h3, div#tweets .cards-base .cards-content p {
  line-height: 18px;
}
div#tweets .e-entry-title a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div#tweets a, div#tweets a:visited, div#tweets a:active, div#tweets a:hover, div#tweets a:focus, div#tweets .p-author .full-name, div#tweets .p-author a.profile, div#tweets .p-author a.profile:hover .p-nickname, div#tweets .p-author a.profile:focus .p-nickname, div#tweets .p-author a.profile:hover .p-nickname b, div#tweets .p-author a.profile:focus .p-nickname b, div#tweets .cards-base a.profile:hover .p-nickname, div#tweets .cards-base a.profile:focus .p-nickname, div#tweets .cards-base a.profile:hover .p-nickname b, div#tweets .cards-base a.profile:focus .p-nickname b, div#tweets .cards-base .byline-user .p-nickname {
  outline: 0 none;
  text-decoration: none;
}
div#tweets a:hover b, div#tweets a:focus b, div#tweets a:hover span, div#tweets a:focus span, div#tweets h3 a:hover, div#tweets h3 a:focus, div#tweets .timeline-header a:hover, div#tweets .timeline-header a:focus, div#tweets .e-entry-title .link:hover, div#tweets .e-entry-title .link:focus, div#tweets .footer a.expand:hover, div#tweets .footer a.expand:focus, div#tweets a.permalink:hover, div#tweets a.permalink:focus, div#tweets a.long-permalink:hover, div#tweets a.long-permalink:focus, div#tweets .cards-base p a:hover, div#tweets .cards-base p a:focus, div#tweets .retweet-credit a:hover, div#tweets .retweet-credit a:focus {
  text-decoration: underline;
}
div#tweets html, div#tweets .p-author .profile .p-name, div#tweets .cards-base p, div#tweets .cards-base p a, div#tweets .timeline-header .summary, div#tweets .timeline-header .summary a:link, div#tweets .timeline-header .summary a:visited, div#tweets .p-author a.profile:hover .p-name, div#tweets .p-author a.profile:focus .p-name {
  color: #333333;
}
div#tweets .customisable, div#tweets .customisable:link, div#tweets .customisable:visited, div#tweets .customisable:hover, div#tweets .customisable:focus, div#tweets .customisable:active, div#tweets .customisable-highlight:hover, div#tweets .customisable-highlight:focus, div#tweets a:hover .customisable-highlight, div#tweets a:focus .customisable-highlight {
  color: #0084B4;
}
div#tweets a:link, div#tweets a:visited, div#tweets .stats span, div#tweets .byline, div#tweets .retweet-credit, div#tweets .no-more-pane, div#tweets .no-tweets-pane p, div#tweets .p-geo, div#tweets .cards-base .byline-user {
  color: #707070;
}
div#tweets a:hover, div#tweets a:focus, div#tweets a:active, div#tweets .p-author a.profile:hover, div#tweets .p-author a.profile:focus, div#tweets .retweet-credit .profile:hover, div#tweets .retweet-credit .profile:focus, div#tweets .stats strong, div#tweets .no-tweets-pane .load-tweets, div#tweets .nsfw {
  color: #666666;
}
div#tweets .tweet-box-button {
  color: #AAAAAA;
}
div#tweets .customisable-border {
  border: 1px solid #E8E8E8;
}
div#tweets .verified b, div#tweets .tweet-actions b, div#tweets abbr.p-geo b, div#tweets .timeline-header .ic-twitter-badge b, div#tweets .e-entry-title a .tco-hidden {
  clip: rect(0px, 0px, 0px, 0px);
  left: 0;
  position: absolute;
  top: 0;
}
div#tweets .verified, div#tweets .ic-rt, div#tweets .ic-mask, div#tweets .ic-top, div#tweets .timeline-header .ic-twitter-badge, div#tweets .ic-bird-flourish {
  background: url("../img/twitter-img.png") no-repeat scroll 0 0/177px 191px transparent;
  display: inline-block;
  vertical-align: middle;
}
div#tweets .verified {
  background-position: 0 -161px;
  height: 17px;
  margin-left: -21px;
  vertical-align: -25%;
  width: 15px;
}
div#tweets .timeline-header .ic-twitter-badge {
  background-position: -19px -160px;
  height: 15px;
  width: 18px;
}
div#tweets .ic-top {
  background-position: 0 -181px;
  display: inline-block;
  height: 10px;
  margin: 2px 4px 0 0;
  vertical-align: top;
  width: 12px;
}
div#tweets .ic-bird-flourish {
  background-position: -40px -161px;
  display: block;
  height: 20px;
  margin: 12px auto 0;
  width: 32px;
}
div#tweets .ic-mask {
  background-color: #999999;
  height: 13px;
  width: 12px;
}
div#tweets a:hover .ic-mask, div#tweets a:focus .ic-mask {
  background-color: #0084B4;
}
div#tweets .ic-reply {
  background-position: 0 -87px;
  height: 15px;
  width: 19px;
}
div#tweets .ic-retweet {
  background-position: -31px -87px;
  height: 15px;
  width: 22px;
}
div#tweets .ic-fav {
  background-position: -60px -87px;
  height: 15px;
  width: 16px;
}
div#tweets .ic-geo, div#tweets .ic-pho, div#tweets .ic-sum, div#tweets .ic-pla, div#tweets .ic-con {
  display: inline-block;
  height: 16px;
  width: 16px;
}
div#tweets .ic-geo {
  background-position: -100px -29px;
}
div#tweets .ic-pho {
  background-position: -60px -29px;
}
div#tweets .ic-sum {
  background-position: -120px -29px;
}
div#tweets .ic-pla {
  background-position: -80px -29px;
}
div#tweets .ic-con {
  background-position: -140px -29px;
}
div#tweets .ic-rt {
  background-position: -20px -2px;
  height: 16px;
  margin-right: 4px;
  width: 14px;
}
div#tweets .timeline {
  background-color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 10px;
}
div#tweets .timeline .stream {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  width: 100%;
  height: 210px;
}
div#tweets .timeline.pending-scroll-in .stream .h-feed {
  transition: margin-top 0.5s ease-out 0s;
}
div#tweets .timeline-header, div#tweets .timeline-footer {
  position: relative;
  z-index: 100;
}
div#tweets .timeline-header {
  border-width: 0 0 1px;
  box-shadow: 0 0 0 -3px transparent;
  padding: 12px;
  transition: box-shadow 0.3s ease-out 0s;
}
div#tweets .scrolled-down .timeline-header {
  box-shadow: 0 0 10px -3px #CCCCCC;
}
div#tweets .timeline-header h1.summary {
  font-weight: bold;
}
div#tweets .timeline-header .list-description {
  font-family: Georgia,Palatino,serif;
  font-style: italic;
}
div#tweets .timeline-header .twitter-follow-button, div#tweets .timeline-header .ic-twitter-badge {
  border: 1px solid #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  position: absolute;
  right: 10px;
  top: 10px;
}
div#tweets .timeline-header .ic-twitter-badge:focus {
  border-color: #00ACEE;
}
div#tweets .new-tweets-bar {
  display: none;
  left: 0;
  margin-top: -2px;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.3s ease-in 0s;
  width: auto;
  z-index: 100;
}
div#tweets .pending-new-tweet .new-tweets-bar, div#tweets .show-new-tweet .new-tweets-bar {
  display: block;
}
div#tweets .new-tweets-bar button {
  background-color: rgba(0, 0, 0, 0.87);
  border-width: 0;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
div#tweets .new-tweets-bar button:hover, div#tweets .new-tweets-bar button:focus {
  cursor: pointer;
  text-decoration: underline;
}
div#tweets button.load-more {
  background-color: rgba(0, 0, 0, 0.02);
  border: 0 none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05) inset;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: background-color 0.2s ease-out 0s;
  width: 100%;
}
div#tweets button.load-more:hover, div#tweets button.load-more:focus {
  background-color: rgba(0, 0, 0, 0.08);
  text-decoration: underline;
}
div#tweets .no-more-pane {
  display: none;
  padding: 12px;
  text-align: center;
}
div#tweets .empty-timeline button.load-more, div#tweets .no-more button.load-more {
  display: none;
}
div#tweets .no-more .no-more-pane {
  display: block;
}
div#tweets .no-tweets-pane {
  margin: 30px 0;
  text-align: center;
}
div#tweets .no-tweets-pane p {
  font-weight: 200;
  margin: 24px 12px;
  text-align: center;
}
div#tweets .nsfw .display-sensitive-image, div#tweets .no-tweets-pane .load-tweets {
  background-color: rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  font-weight: bold;
  line-height: 18px;
  margin: 5px auto;
  padding: 5px 10px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
div#tweets .nsfw .display-sensitive-image:hover, div#tweets .nsfw .display-sensitive-image:focus, div#tweets .nsfw .display-sensitive-image:active, div#tweets .no-tweets-pane .load-tweets:hover, div#tweets .no-tweets-pane .load-tweets:focus, div#tweets .no-tweets-pane .load-tweets:active {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.15));
  border-color: rgba(0, 0, 0, 0.27);
}
div#tweets .nsfw .display-sensitive-image:active, div#tweets .no-tweets-pane .load-tweets:active {
  background-color: #EFEFEF;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
}
div#tweets .has-tweets .no-tweets-pane {
  display: none;
}
div#tweets .timeline-footer {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
}
div#tweets .timeline-footer a.widget-link {
  display: block;
  padding: 10px;
  text-align: center;
}
div#tweets .tweet-box-button {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  display: block;
  padding: 6px;
  text-align: left;
  width: 100%;
}
div#tweets .tweet-box-button:hover, div#tweets .tweet-box-button:focus {
  border-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
div#tweets a.tweet-box-button {
  width: auto;
}
div#tweets .tweet {
  border-width: 0 0 1px;
  padding: 12px 12px 10px 69px;
}
div#tweets .tweet.with-expansion {
  cursor: pointer;
}
div#tweets .header .avatar {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  height: 48px;
  left: -57px;
  position: absolute;
  top: 0;
  width: 48px;
}
div#tweets .permalink {
  float: right;
  margin-top: 2px;
  position: relative;
  z-index: 50;
}
div#tweets .p-author .profile .p-name, div#tweets .cards-base .profile .p-name {
  font-weight: bold;
}
div#tweets .tweet .e-entry-title {
  clear: both;
  margin: 0 5px 0 0;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
}
div#tweets .inline-media {
  margin: 10px 0 0;
  max-width: 100%;
  overflow: hidden;
}
div#tweets .inline-media img {
  max-width: 100%;
}
div#tweets .tweet .retweet-credit {
  margin: 3px 0;
}
div#tweets .footer {
  overflow: hidden;
}
div#tweets .tweet-actions {
  background: none repeat scroll 0 0 #FFFFFF;
  bottom: 1px;
  box-shadow: 0 0 10px 5px #FFFFFF;
  position: absolute;
  right: 0;
  visibility: hidden;
  margin: 4px 0 0px 30px;
}
div#tweets .tweet-actions li {
  float: left;
  margin-bottom: 0;
}
div#tweets .tweet-actions a i {
  margin: 1px 0 0 8px;
  overflow: hidden;
}
div#tweets .tweet:hover .tweet-actions, div#tweets .tweet:focus .tweet-actions, div#tweets .expanded .tweet-actions {
  visibility: visible;
}
div#tweets .tweet .tweet-actions a, div#tweets .tweet .tweet-actions a b, div#tweets .tweet .tweet-actions a i, div#tweets .tweet .tweet-actions li {
  cursor: pointer;
  outline: 0 none;
}
div#tweets .twt-tweet .tweet-actions .ic-retweet {
  margin-top: 1px;
}
div#tweets .footer {
  border-width: 0;
  margin-top: 2px;
  min-height: 16px;
  overflow: hidden;
  padding-top: 1px;
  transition: margin-top 0.2s ease-out 0s, padding-top 0.2s ease-out 0s;
}
div#tweets .expanded .footer {
  border-width: 1px 0 0;
  margin-top: 10px;
  padding-top: 11px;
}
div#tweets .expand, div#tweets .p-geo {
  float: left;
}
div#tweets .stats-wide, div#tweets .stats-narrow {
  border-width: 0;
  display: none;
  margin-left: 0.3em;
}
div#tweets .expanded .stats-wide {
  display: inline-block;
  margin-top: -2px;
}
div#tweets .stats span {
  display: inline-block;
  margin-right: 3px;
  text-transform: uppercase;
}
div#tweets .stats strong {
  font-weight: bold;
}
div#tweets .detail-expander {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in 0s;
}
div#tweets .cards-base {
  border-width: 0;
  padding: 13px 0 12px;
  transition: margin-top 0.3s ease-out 0s;
}
div#tweets .expanded .cards-base {
  border-width: 1px 0 0;
  margin-top: 12px;
  padding: 12px 0 0;
}
div#tweets .expanded .cards-multimedia, div#tweets .cards-multimedia {
  border-top: 0 none;
  padding-top: 0;
}
div#tweets .cards-base h3 {
  font-weight: bold;
  margin: 0 0 4px;
}
div#tweets .cards-base .cards-content p {
  margin: 5px 0 10px;
}
div#tweets .cards-multimedia .cards-content-concise .byline {
  margin-bottom: 8px;
}
div#tweets .cards-base .summary-thumbnail {
  float: right;
  margin: 4px 0 0 15px;
  max-height: 120px;
  max-width: 120px;
}
div#tweets .cards-base .media {
  margin: 0 0 8px;
}
div#tweets .cards-multimedia img {
  max-height: 375px;
  max-width: 100%;
}
div#tweets .cards-base .source-user {
  height: 16px;
  line-height: 16px;
  margin: 10px 0;
  padding-left: 21px;
  position: relative;
}
div#tweets .cards-base .source-user .avatar {
  border-radius: 2px 2px 2px 2px;
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 16px;
}
div#tweets .nsfw {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 4px 4px 4px 4px;
  padding: 8px;
}
div#tweets .standalone-tweet {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  padding: 8px 8px 0;
}
div#tweets .standalone-tweet .subject {
  margin-top: 4px;
}
div#tweets .standalone-tweet .subject {
  border: 0 none;
  padding: 4px 8px 8px;
}
div#tweets .standalone-tweet .subject .header {
  min-height: 48px;
  padding: 3px 0 4px 57px;
  position: relative;
}
div#tweets .standalone-tweet .expanded .footer {
  margin-top: 5px;
}
div#tweets .standalone-tweet .reply {
  padding: 8px 8px 8px 65px;
}
div#tweets .standalone-tweet .subject .header .avatar {
  left: 0;
}
div#tweets .standalone-tweet .subject .header .profile .p-name {
  font-size: 16px;
}
div#tweets .standalone-tweet .subject .header .profile .p-nickname {
  font-size: 14px;
}
div#tweets .standalone-tweet .subject .header .profile .p-nickname:before {
  content: "\A ";
  white-space: pre;
}
div#tweets .standalone-tweet .twitter-follow-button {
  position: absolute;
  right: 8px;
  top: 6px;
}
div#tweets .standalone-tweet .subject .e-entry-title {
  font: 18px/24px Georgia,"Times New Roman",Palatino,serif;
}
div#tweets .standalone-tweet .subject .dateline {
  margin-top: 6px;
}
div#tweets .standalone-tweet .subject .p-geo {
  float: none;
}
div#tweets .standalone-tweet .subject .cards-base {
  padding-bottom: 0;
}
div#tweets .standalone-tweet .subject .stats-narrow {
  display: block;
  float: left;
  margin: 0;
}
div#tweets .standalone-tweet .subject .tweet-actions {
  float: right;
  margin-bottom: 4px;
  position: static;
  visibility: visible;
}
div#tweets .standalone-tweet .conversation {
  background: none repeat scroll 0 0 #F6F6F6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: -8px -8px 8px;
  padding: 8px 8px 4px;
}
div#tweets .standalone-tweet .reply {
  border: 0 none;
  min-height: 48px;
  position: relative;
}
div#tweets .var-narrow .timeline-header .summary {
  font-size: 14px;
}
div#tweets .var-narrow .header .profile .p-name, div#tweets .var-narrow .timeline-header .byline, div#tweets .var-narrow .timeline-header .list-description, div#tweets .var-narrow .e-entry-title, div#tweets .var-narrow .cards-base h3 {
  font-size: 12px;
  line-height: 16px;
}
div#tweets .var-narrow .timeline-header {
  padding: 8px;
}
div#tweets .var-narrow .timeline-footer {
  padding: 4px;
}
div#tweets .var-narrow .timeline-header .twitter-follow-button {
  right: 6px;
  top: 6px;
}
div#tweets .var-narrow .tweet {
  padding: 5px 8px 6px;
}
div#tweets .var-narrow .tweet .header {
  min-height: 32px;
  padding: 0 0 4px 36px;
  position: relative;
}
div#tweets .var-narrow .header .avatar {
  height: 32px;
  left: 0;
  top: 2px;
  width: 32px;
}
div#tweets .var-narrow .header .profile .p-nickname:before {
  content: "\A ";
  white-space: pre;
}
div#tweets .var-narrow .header .p-name {
  display: inline;
}
div#tweets .var-narrow .header .p-nickname {
  line-height: 16px;
}
div#tweets .var-narrow .permalink {
  font-size: 11px;
}
div#tweets .var-narrow .expanded .stats-wide {
  display: none;
}
div#tweets .var-narrow .expanded .stats-narrow {
  display: block;
  font-size: 11px;
  margin: 0 0 4px;
}
div#tweets .var-narrow .cards-base .summary-thumbnail {
  max-height: 60px;
  max-width: 60px;
}
div#tweets .var-narrow.standalone-tweet .subject {
  margin-top: 1px;
}
div#tweets .var-narrow.standalone-tweet .subject .header .profile .p-name {
  font-size: 14px;
}
div#tweets .var-narrow.standalone-tweet .subject .header .profile .p-nickname {
  font-size: 12px;
}
div#tweets .var-narrow.standalone-tweet .subject .header {
  margin-bottom: 8px;
}
div#tweets .var-narrow.standalone-tweet .subject .e-entry-title {
  font-size: 16px;
  line-height: 20px;
}
div#tweets .var-narrow.standalone-tweet .expanded .footer {
  padding-top: 6px;
}
div#tweets .var-narrow.standalone-tweet .stats-narrow {
  border-width: 0 0 1px;
  display: block;
  float: none;
  margin: 0 0 8px;
  padding-bottom: 5px;
}
div#tweets .var-narrow.standalone-tweet .tweet-actions {
  float: none;
  margin-bottom: 3px;
  overflow: hidden;
  position: static;
  white-space: nowrap;
}
div#tweets .var-narrow.standalone-tweet .tweet-actions li {
  display: inline-block;
  float: none;
  text-align: center;
  width: 33.33%;
}
div#tweets .var-narrow.standalone-tweet .tweet-actions li a {
  display: block;
  margin: 0;
  width: 100%;
}
div#tweets .rtl, div#tweets .rtl .tweet-box-button {
  direction: rtl;
  text-align: right;
}
div#tweets .rtl .p-nickname {
  direction: ltr;
  text-align: left;
}
div#tweets .rtl .permalink, div#tweets .rtl .tweet-actions, div#tweets .rtl .cards-base .summary-thumbnail {
  float: left;
}
div#tweets .rtl .expand, div#tweets .rtl .p-geo, div#tweets .rtl .tweet-actions li {
  float: right;
}
div#tweets .rtl .permalink {
  clear: left;
}
div#tweets .rtl .tweet {
  padding: 12px 69px 10px 12px;
}
div#tweets .var-narrow.rtl .tweet {
  padding: 5px 8px 6px;
}
div#tweets .rtl .header .avatar {
  left: auto;
  right: -57px;
}
div#tweets .var-narrow.rtl .tweet .header {
  padding: 0 36px 4px 0;
}
div#tweets .rtl.var-narrow .header .avatar {
  right: 0;
}
div#tweets .rtl .tweet-actions {
  left: 0;
  right: auto;
}
div#tweets .rtl .timeline-header .twitter-follow-button, div#tweets .rtl .timeline-header .ic-twitter-badge {
  left: 12px;
  position: absolute;
  right: auto;
}
div#tweets .var-narrow.rtl .timeline-header .twitter-follow-button {
  left: 6px;
  right: auto;
}
div#tweets .rtl .cards-base .source-user {
  padding: 0 21px 0 0;
}
div#tweets .rtl .cards-base .source-user .avatar {
  left: auto;
  right: 0;
}
div#tweets .rtl .ic-top {
  margin: 2px 0 0 4px;
}
div#tweets .rtl .ic-rt {
  margin: 0 0 0 4px;
}
div#tweets .rtl .expand .ic-mask, div#tweets .rtl .p-geo .ic-mask {
  margin: 0 0 0 2px;
}
div#tweets .rtl .stats span {
  margin: 0 0 0 3px;
}
div#tweets .thm-dark {
  background-color: #333333;
  color: #A9A9A9;
}
div#tweets .thm-dark .scrolled-down .timeline-header {
  box-shadow: 0 0 10px -3px #000000;
}
div#tweets .thm-dark .timeline-header .ic-twitter-badge {
  border-color: #333333;
}
div#tweets .thm-dark .timeline-header .ic-twitter-badge:focus {
  border-color: #00ACEE;
}
div#tweets .thm-dark .timeline-footer, div#tweets .standalone-tweet.thm-dark .conversation {
  background-color: rgba(0, 0, 0, 0.2);
}
div#tweets .thm-dark .load-more, div#tweets .thm-dark .nsfw, div#tweets .thm-dark .tweet-box-button {
  background-color: rgba(0, 0, 0, 0.64);
}
div#tweets .thm-dark .load-more {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
div#tweets .thm-dark .load-more:hover, div#tweets .thm-dark .load-more:focus, div#tweets .thm-dark .load-more:active {
  background-color: rgba(0, 0, 0, 0.39);
}
div#tweets .thm-dark .tweet-actions {
  background-color: #333333;
  box-shadow: 0 0 10px 5px #333333;
}
div#tweets .thm-dark .customisable, div#tweets .thm-dark .customisable:link, div#tweets .thm-dark .customisable:visited, div#tweets .thm-dark .customisable:hover, div#tweets .thm-dark .customisable:focus, div#tweets .thm-dark .customisable:active, div#tweets .thm-dark .customisable-highlight:hover, div#tweets .thm-dark .customisable-highlight:focus, div#tweets .thm-dark a:hover .customisable-highlight, div#tweets .thm-dark a:focus .customisable-highlight {
  color: #87C2ED;
}
div#tweets .thm-dark a:hover .ic-mask, div#tweets .thm-dark a:focus .ic-mask {
  background-color: #87C2ED;
}
div#tweets .thm-dark, div#tweets .thm-dark .p-author .profile .p-name, div#tweets .thm-dark .cards-base p, div#tweets .thm-dark .cards-base p a, div#tweets .thm-dark .timeline-header .summary, div#tweets .thm-dark .timeline-header a:link, div#tweets .thm-dark .timeline-header a:visited, div#tweets .thm-dark .byline, div#tweets .thm-dark .p-author a.profile:hover .p-name, div#tweets .thm-dark .p-author a.profile:focus .p-name {
  color: #CFCFCF;
}
div#tweets .thm-dark a:link, div#tweets .thm-dark a:visited, div#tweets .thm-dark .stats span, div#tweets .thm-dark .retweet-credit, div#tweets .thm-dark .no-more-pane, div#tweets .thm-dark .no-tweets-pane p, div#tweets .thm-dark .p-geo, div#tweets .thm-dark .cards-base .byline-user {
  color: #A0A0A0;
}
div#tweets .thm-dark a:focus, div#tweets .thm-dark a:hover, div#tweets .thm-dark a:active, div#tweets .thm-dark .p-author a.profile:hover, div#tweets .thm-dark .p-author a.profile:focus, div#tweets .thm-dark .retweet-credit .profile:hover, div#tweets .thm-dark .retweet-credit .profile:focus, div#tweets .thm-dark .stats strong, div#tweets .thm-dark .no-tweets-pane .load-tweets, div#tweets .thm-dark .nsfw {
  color: #BBBBBB;
}
div#tweets .customisable-border.thm-dark, div#tweets .thm-dark .customisable-border {
  border-color: #444444;
}
div#tweets .thm-dark .tweet-box-button {
  border-color: #222222;
}
div#tweets .thm-dark .ic-mask {
  background-color: #999999;
}
div#tweets .thm-dark .tweet-actions .ic-reply {
  background-position: 0 -116px;
}
div#tweets .thm-dark .tweet-actions .ic-retweet {
  background-position: -31px -116px;
}
div#tweets .thm-dark .tweet-actions .ic-fav {
  background-position: -60px -116px;
}
div#tweets .thm-dark i.ic-pho {
  background-position: -60px -59px;
}
div#tweets .thm-dark i.ic-pla {
  background-position: -80px -59px;
}
div#tweets .thm-dark i.ic-geo {
  background-position: -100px -59px;
}
div#tweets .thm-dark i.ic-sum {
  background-position: -120px -59px;
}
div#tweets .thm-dark i.ic-con {
  background-position: -140px -59px;
}
div#tweets .is-touch .tweet-actions {
  visibility: visible;
}
div#tweets .is-touch .tweet-actions a {
  padding-left: 10px;
}
div#tweets .var-chromeless .tweet-actions .ic-mask, div#tweets .thm-dark.var-chromeless .tweet-actions .ic-mask, div#tweets .is-touch .tweet-actions .ic-mask {
  background-color: transparent;
}
div#tweets .var-chromeless .tweet-actions .ic-reply, div#tweets .is-touch .tweet-actions .ic-reply {
  background-position: -80px -84px;
}
div#tweets .var-chromeless .tweet-actions .ic-retweet, div#tweets .is-touch .tweet-actions .ic-retweet {
  background-position: -82px -102px;
}
div#tweets .var-chromeless .tweet-actions .ic-fav, div#tweets .is-touch .tweet-actions .ic-fav {
  background-position: -82px -122px;
}
div#tweets .var-chromeless .tweet-actions a:hover .ic-reply, div#tweets .var-chromeless .tweet-actions a:focus .ic-reply, div#tweets .var-chromeless .tweet-actions a:active .ic-reply, div#tweets .is-touch .tweet-actions a:hover .ic-reply, div#tweets .is-touch .tweet-actions a:focus .ic-reply, div#tweets .is-touch .tweet-actions a:active .ic-reply {
  background-position: -103px -84px;
}
div#tweets .var-chromeless .tweet-actions a:hover .ic-retweet, div#tweets .var-chromeless .tweet-actions a:focus .ic-retweet, div#tweets .var-chromeless .tweet-actions a:active .ic-retweet, div#tweets .is-touch .tweet-actions a:hover .ic-retweet, div#tweets .is-touch .tweet-actions a:focus .ic-retweet, div#tweets .is-touch .tweet-actions a:active .ic-retweet {
  background-position: -109px -102px;
}
div#tweets .var-chromeless .tweet-actions a:hover .ic-fav, div#tweets .var-chromeless .tweet-actions a:focus .ic-fav, div#tweets .var-chromeless .tweet-actions a:active .ic-fav, div#tweets .is-touch .tweet-actions a:hover .ic-fav, div#tweets .is-touch .tweet-actions a:focus .ic-fav, div#tweets .is-touch .tweet-actions a:active .ic-fav {
  background-position: -103px -122px;
}
div#tweets .var-preview .load-more {
  display: none;
}
div#tweets .timeline.var-chromeless {
  background-color: transparent;
  border: 0 none;
  border-radius: 0 0 0 0;
  margin-bottom: 10px;
}
div#tweets .var-chromeless .timeline-header {
  padding: 12px 0;
}
div#tweets .var-chromeless .tweet {
  padding: 12px 2px 10px 58px;
}
div#tweets .var-narrow.var-chromeless .tweet {
  padding: 12px 2px 10px 0;
}
div#tweets .var-chromeless.rtl .tweet {
  padding: 12px 58px 10px 2px;
}
div#tweets .var-narrow.var-chromeless.rtl .tweet {
  padding: 12px 0 10px 2px;
}
div#tweets .var-chromeless .timeline-footer {
  padding: 6px;
}
div#tweets .var-chromeless .footer .ic-mask {
  background-color: transparent;
}
div#tweets .var-chromeless .ic-geo {
  background-position: -100px -2px;
}
div#tweets .var-chromeless .ic-pho {
  background-position: -60px -2px;
}
div#tweets .var-chromeless .ic-sum {
  background-position: -120px -2px;
}
div#tweets .var-chromeless .ic-pla {
  background-position: -80px -2px;
}
div#tweets .var-chromeless .ic-con {
  background-position: -140px -2px;
}
div#tweets .var-chromeless .tweet-actions {
  background: none repeat scroll 0 center transparent;
  box-shadow: none;
}
div#tweets .var-chromeless span.p-geo {
  padding: 0 90px 0 0;
}
div#tweets .var-chromeless.rtl span.p-geo {
  padding: 0 0 0 90px;
}
div#tweets .var-chromeless button.load-more {
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  margin: 4px;
  text-shadow: none;
  width: 98%;
}
div#tweets .var-borderless, div#tweets .var-borderless .customisable-border {
  border: 0 none;
}
div#tweets .var-borderless .expanded .footer, div#tweets .var-borderless .expanded .cards-base {
  margin: 0;
}
div#tweets .var-borderless .expanded .cards-multimedia {
  margin-top: 2px;
}
div#tweets .var-borderless .expanded .footer {
  margin: 0;
  padding-top: 5px;
}
div#tweets .var-headerless .timeline-header, div#tweets .var-footerless .timeline-footer {
  display: none;
}
div#tweets .var-static .stream {
  overflow-y: visible;
}
div#tweets .var-static .load-more {
  display: none;
}
div#tweets .var-static .tweet.with-expansion {
  cursor: default;
}

/***********************************
Grid
***********************************/
.container {
  margin: 0 auto;
  width: 92%;
  position: relative;
  max-width: 1200px;
}

/* Reusable column setup */
.col {
  border: 0px solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

@media screen and (min-width: 600px) {
  .col {
    margin-left: 2%;
    padding: 0 0%;
  }

  .row .col:first-child, .row .list-item-4, .row .list-item-7, .row .list-item-10, .row .list-item-half-3 {
    margin-left: 0;
  }

  .span-1 {
    width: 15.0%;
  }

  .span-2 {
    width: 32.0%;
  }

  .span-3 {
    width: 49.0%;
  }

  .span-4 {
    width: 66.0%;
  }

  .span-5 {
    width: 83.0%;
  }

  .span-6 {
    margin-left: 0;
    width: 100%;
  }

  .span-quarter {
    width: 23.5%;
  }
}
@media screen and (max-width: 599px) {
  .span-1 {
    width: 100%;
  }

  .span-2 {
    width: 100%;
  }

  .span-3 {
    width: 100%;
  }

  .span-4 {
    width: 100%;
  }

  .span-5 {
    width: 100%;
  }

  .span-6 {
    margin-left: 0;
    width: 100%;
  }

  .span-quarter {
    width: 100%;
  }
}
@media screen and (min-width: 760px) and (max-width: 1020px) {
  #main-header nav ul li {
    margin: 0 1.75%;
  }

  #main-header nav ul li:hover .sub-nav li {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 720px) and (max-width: 940px) {
  .directory-item .directory-img {
    width: 20%;
  }
}
@media screen and (min-width: 0px) and (max-width: 940px) {
  .svg #main-header h1, .no-svg #main-header h1 {
    width: 88px;
    height: 67px;
    background-size: 88px 67px;
  }

  #main-header nav {
    width: 84%;
  }

  #main-header nav ul {
    margin-top: 35px;
  }

  #main-header nav ul li {
    margin: 0 1.25%;
    font-size: 20px;
    line-height: 22px;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  #main-header nav .search form input#s {
    width: 150px;
  }

  #hero .container {
    height: 430px;
  }
}
@media screen and (min-width: 0px) and (max-width: 760px) {
  /*******NAV*******/
  .top-bar {
    display: none;
  }

  #main-header nav ul li:hover .sub-nav {
    display: none;
  }

  .svg #main-header h1, .no-svg #main-header h1 {
    width: 88px;
    height: 67px;
    background-size: 88px 67px;
  }

  #main-header h1 {
    display: block;
    margin: 5px 0;
  }
  #main-header a.menu-link {
    position: relative;
    float: right;
    background: none;
    display: block;
    width: 40px;
    height: 77px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  #main-header a.menu-link .bars {
    width: 100%;
    display: block;
    top: 50%;
    height: 4px;
    background: #5e8ab8;
    margin-top: -2px;
    position: absolute;
  }
  #main-header a.menu-link .bars:before, #main-header a.menu-link .bars:after {
    content: "";
    position: absolute;
    background: #5e8ab8;
    width: 100%;
    height: 4px;
  }
  #main-header a.menu-link .bars:before {
    top: -10px;
  }
  #main-header a.menu-link .bars:after {
    bottom: -10px;
  }
  #main-header a.menu-link.active, #main-header a.menu-link:hover {
    background-position: 0 -364px;
  }
  #main-header nav {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: none;
    background: #537ba5;
    position: absolute;
    top: 77px;
    width: 109%;
    left: -4.5%;
    z-index: 30;
  }
  #main-header nav ul {
    margin: 0;
    padding: 0;
  }
  #main-header nav ul li {
    float: left;
    display: block;
    width: 49.9%;
    border-bottom: 1px solid #78a6d7;
    border-left: 1px solid #78a6d7;
    margin: 0 0 0 -1px;
    padding-bottom: 0;
    text-align: center;
  }
  #main-header nav ul li.menu-where-to-stay {
    margin-left: -1px;
  }
  #main-header nav ul li.mobile {
    display: block;
  }
  #main-header nav ul li.no-mobile {
    display: none;
  }
  #main-header nav ul li a {
    display: block;
    padding: 1em 6.7%;
    color: #ffffff;
    font-size: 20px;
  }
  #main-header nav ul li a:hover {
    color: #cecece;
  }
  #main-header nav .search {
    display: block;
    position: relative;
    height: 30px;
    margin-top: 290px;
  }
  #main-header nav .search form {
    position: relative;
    margin-bottom: 0;
  }
  #main-header nav .search form input#s {
    width: 92%;
    margin: 10px 4% 0 3.5%;
    height: 25px;
  }
  #main-header nav .search form input[type=submit] {
    text-indent: -99999px;
    background: url("../img/sprite.png") no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 4%;
    border: none;
  }
  #main-header nav .search form input[type=submit]:hover {
    background-position: 0 -20px;
  }

  .js header#main-header nav {
    overflow: hidden;
    max-height: 0;
  }

  header#main-header nav.active {
    max-height: 500px;
    border-bottom: 1px solid #538c93;
  }

  /******Sponsors********/
  div#sponsors h4 {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    font-size: 2rem;
    line-height: 6rem;
  }
  div#sponsors a.show-link {
    float: right;
    background: url("../img/sprite.png") no-repeat;
    background-position: 0 -450px;
    display: block;
    width: 42px;
    height: 42px;
    margin-top: 10px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  div#sponsors a.show-link.active {
    background-position: 0 -495px;
  }
  div#sponsors ul {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: none;
    width: 100%;
    display: block;
    z-index: 30;
  }
  div#sponsors ul li {
    float: none;
    display: inline-block;
    width: 49%;
    height: auto;
    border-bottom: none;
    border-left: none;
    margin: 0;
    text-align: center;
  }
  div#sponsors ul li.mobile {
    display: block;
  }
  div#sponsors ul li a {
    display: block;
    padding: 1.2em 6.7%;
    color: #ffffff;
  }

  .js div#sponsors ul {
    overflow: hidden;
    max-height: 0;
  }

  div#sponsors ul.active {
    max-height: 30em;
    border-bottom: none;
  }

  /****end nav******/
  #page-header h1 {
    font-size: 32px;
    line-height: 42px;
    font-size: 3.2rem;
    line-height: 4.2rem;
    color: #ffffff;
    text-align: center;
  }

  /*div#sponsors ul li {
  	text-align: center;
  	vertical-align: middle;
  	display: inline-block;
  	width: 12%;
  	height: 70px;
  	line-height: 70px;
  	margin: 0 0 0 4.5%;
  }*/
  .event-img {
    display: none;
  }

  .single-tribe_events .tribe-events-event-meta {
    width: 100%;
  }

  .tribe-events-event-meta .tribe-events-meta-group, .tribe-events-event-meta .column {
    padding: 0 4% 0 0;
    width: 50%;
  }

  .tribe-events-sub-nav li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    white-space: normal;
    position: relative;
    padding-bottom: 1000px;
    margin-bottom: -990px;
    background: #666;
  }

  .tribe-events-sub-nav li a:visited, .tribe-events-sub-nav li a:hover {
    color: #ffffff;
  }

  .tribe-events-sub-nav li a:hover {
    background: #5e8ab8;
  }
}
@media screen and (min-width: 720px) and (max-width: 760px) {
  div.img-head h3 {
    font-size: 18px;
    line-height: 18px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .place-info {
    width: 66.0%;
  }

  .place-img {
    width: 32%;
  }

  article.place dl {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 720px) {
  h3.list-head {
    display: block;
  }

  .page-id-136 #search-directory .taxonomies-filter-widget-form li {
    width: 100%;
  }

  .page-id-136 #search-directory form select {
    margin: 0 0 5px 0;
    width: 98%;
  }

  ul.child-list {
    background: url("../img/bg.png") repeat;
    padding: 20px 10px;
  }
  ul.child-list li {
    margin-bottom: 20px;
  }
  ul.child-list li img {
    display: none;
  }
  ul.child-list li h3 {
    background: none;
    color: #78a6d7;
    font-size: 24px;
    line-height: 20px;
    font-size: 2.4rem;
    line-height: 2rem;
    position: relative;
    padding: 0;
  }
  ul.child-list li h3 span {
    padding: 0;
  }

  #content li.span-2:last-child, #content li.span-3:last-child {
    margin-bottom: 0px;
  }

  ul.child-list .span-3, ul.child-list .span-2 {
    width: 100%;
    margin: 0 0 20px 0;
  }

  div.side-ads, div.side-featured {
    padding-left: 0;
  }

  div.side-ads img, div.site-featured img {
    max-width: 320px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 720px) {
  .article-home {
    width: 49%;
  }

  .events-home {
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 18px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  footer#content-info .span-1 {
    width: 23%;
  }

  footer#content-info .span-2, #content .span-2, #content .span-4, .directors .span-3 {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .directory-item .directory-img {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  .directors {
    width: 66%;
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 680px) {
  .directory-item .info {
    float: none;
    width: 100%;
  }

  .directory-item .info ul.icon-links li {
    margin-right: 40px;
  }

  .directory-item .info ul.contact {
    width: 48%;
  }

  .directory-item .info dl {
    width: 48%;
  }

  .directory-item .directory-img {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 599px) {
  .span-1 {
    margin-left: 0;
    width: 100%;
  }

  .place-info {
    width: 100%;
  }

  .place-img {
    width: 100%;
  }

  .fancybox-wrap {
    width: 100% !important;
    left: 0 !important;
  }

  .fancybox-skin {
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  .fancybox-inner {
    width: 100% !important;
  }
  .fancybox-inner body {
    margin: 0 !important;
  }

  .fancybox-close {
    top: 12px;
    right: 15px;
  }

  div#close-container {
    height: 60px;
  }
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  .col {
    margin-left: 0%;
    padding: 0 0%;
    float: none;
  }

  .row .col:first-child {
    margin-left: 0;
  }

  #hero-slider ul li.small-town .hero-contents, #hero-slider ul li.from-gumbo .hero-contents, #hero-slider ul li.the-cultur .hero-contents {
    transform: none;
    top: 10%;
    width: 75%;
  }
  #hero-slider ul li.escape-to .hero-contents {
    left: 0;
    right: 0;
    margin: auto;
    width: 72%;
  }

  .anythingSlider, .anythingWindow, #hero-slider ul li {
    height: 330px !important;
  }

  #hero .container {
    height: 330px;
  }

  #page-header {
    margin: 0 0 20px;
    background: #000;
  }

  .directory-item .info ul.icon-links li {
    margin-right: 24px;
  }
}
@media screen and (min-width: 0px) and (max-width: 550px) {
  #search-directory .taxonomies-filter-widget-form li {
    width: 100%;
  }

  #search-directory form select {
    margin: 0 0 5px 0;
    width: 98%;
  }

  #tribe-bar-form input[type="text"] {
    width: 98%;
  }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  .tribe-events-event-meta .tribe-events-meta-group, .tribe-events-event-meta .column {
    padding: 0;
    width: 100%;
  }

  .single-tribe_events .tribe-events-cal-links {
    display: none;
  }

  .directory-item .info ul.icon-links {
    height: 70px;
  }
  .directory-item .info ul.icon-links li {
    float: left;
    display: block;
    width: 49.9%;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    margin: 0 0 0 -1px;
    text-align: center;
  }
  .directory-item .info ul.icon-links li a {
    background-color: #78a6d7;
    color: #ffffff;
    padding: 0 30px;
  }
  .directory-item .info ul.icon-links li a:hover {
    background-color: #5e8ab8;
    color: #ffffff;
  }
}
@media screen and (min-width: 0px) and (max-width: 360px) {
  .directory-item .info ul.icon-links {
    height: auto;
  }
  .directory-item .info ul.icon-links li {
    float: none;
    width: 100%;
    border-left: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .directory-item .info ul.contact {
    float: none;
    width: 100%;
  }

  .directory-item .info dl {
    float: none;
    width: 100%;
  }
}
/********************************
Retina
********************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  div#sponsors a.show-link, .anythingSlider-default .arrow a, header#main-header nav .search form input[type=submit], .new-tab {
    background-image: url("../img/sprite@2x.png");
    background-size: 200px 1000px;
  }

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
.grid-sizer,
.grid-item {
  width: 50%;
}

.img-featured-container {
  overflow: hidden;
  position: relative;
  padding: 10px;
}
.img-featured-container img {
  width: 100%;
  display: block;
}
.img-featured-container .img-backdrop {
  background: rgba(94, 138, 184, 0.9);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.img-featured-container .description-container {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 30px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  z-index: 2;
  opacity: 0;
  transition: all .2s ease;
}
.img-featured-container .description-container p {
  font-weight: 300;
  margin-bottom: 0;
}
.img-featured-container .description-container .caption {
  display: none;
  margin-bottom: 10px;
}
.img-featured-container .description-container .likes,
.img-featured-container .description-container .comments {
  margin: 0 5px;
}
.img-featured-container:hover img {
  filter: grayscale(0);
}
.img-featured-container:hover .img-backdrop, .img-featured-container:hover .description-container {
  opacity: 1;
}

#btn-instafeed-load {
  color: #fff;
  background: #26a3ff;
  font-size: 16px;
  margin: 20px auto;
  padding: 8px 40px;
  display: block;
  border: none;
}

@media screen and (min-width: 500px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 20%;
  }
}
/***** Global *****/
html {
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn {
  position: relative;
  background: #5e8ab8;
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  font-family: "Brayden-Sans", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn:hover {
  background: #36577a;
}

a {
  color: #5e8ab8;
}
a:visited {
  color: #5e8ab8;
}
a:hover {
  color: #36577a;
}

@media screen and (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .desktop-only {
    display: none;
  }
}

/***** end Global *****/
/***** Modules *****/
.hero-banner {
  position: relative;
}
.hero-banner .hero-banner-image {
  height: 300px;
  display: block;
}
.hero-banner .hero-caption {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}
.hero-banner .hero-caption:after {
  content: "";
  background: #000;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  height: 2px;
}
.hero-banner .hero-caption .page-title {
  color: #fff;
  font-family: "AmericanTypewriter", serif;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 32px;
  line-height: 40px;
  font-size: 3.2rem;
  line-height: 4rem;
}
@media screen and (min-width: 800px) {
  .hero-banner .hero-banner-image {
    height: 640px;
  }
  .hero-banner .hero-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .hero-banner .hero-caption .page-title {
    font-size: 36px;
    line-height: 42px;
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}

.hover-caption-container {
  position: relative;
}
.hover-caption-container .link {
  display: block;
  position: relative;
}
.hover-caption-container .text-box {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hover-caption-container .text-box .caption-title {
  color: #fff;
  font-family: "Brayden-Sans", sans-serif;
}
.hover-caption-container .text-box .caption-text {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "ff-tisa-web-pro", serif;
}
.hover-caption-container img {
  width: 100%;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (min-width: 800px) {
  .hover-caption-container {
    overflow: hidden;
  }
  .hover-caption-container .text-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0;
  }
  .hover-caption-container .text-box .caption-title {
    font-size: 28px;
    line-height: 32px;
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    transform: translateY(-100%);
    left: 0;
    right: 0;
    top: 0;
    padding: 10px;
    margin-bottom: 0;
  }
  .hover-caption-container .text-box .caption-text {
    margin-top: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 10px 10px;
  }
  .hover-caption-container:hover a img {
    filter: grayscale(100%);
  }
  .hover-caption-container:hover .text-box {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/***** end Modules *****/
/***** Itinerary Template *****/
.itinerary-wrap {
  padding: 30px 0;
}
.itinerary-wrap .image-block:not(:last-child), .itinerary-wrap .text-block:not(:last-child) {
  margin-bottom: 30px;
}
.itinerary-wrap .text-block {
  display: block;
  margin: auto;
  max-width: 800px;
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.itinerary-wrap .image-grid > .cft-gi, .itinerary-wrap .image-grid-double > .cft-gi, .itinerary-wrap .image-grid-triple > .cft-gi {
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .itinerary-wrap {
    padding: 60px 0;
  }
  .itinerary-wrap .image-block:not(:last-child), .itinerary-wrap .text-block:not(:last-child) {
    margin-bottom: 50px;
  }
  .itinerary-wrap .image-grid > .cft-gi, .itinerary-wrap .image-grid-double > .cft-gi, .itinerary-wrap .image-grid-triple > .cft-gi {
    margin-bottom: 0;
  }
  .itinerary-wrap .image-grid-triple > .cft-gi {
    width: 33.3333%;
  }
  .itinerary-wrap .image-grid-double > .cft-gi {
    width: 50%;
  }
}

.related-itineraries {
  padding: 30px 0;
}
.related-itineraries .cft-g.related-itineraries-grid > .cft-gi {
  margin-bottom: 30px;
}
.related-itineraries .cft-g.related-itineraries-grid > .cft-gi:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .related-itineraries {
    padding: 60px 0;
  }
  .related-itineraries .section-title {
    font-size: 48px;
    line-height: 55px;
    font-size: 4.8rem;
    line-height: 5.5rem;
    margin-bottom: 40px;
  }
  .related-itineraries .cft-g.related-itineraries-grid > .cft-gi {
    width: 50%;
  }
  .related-itineraries .cft-g.related-itineraries-grid > .cft-gi:nth-of-type(3) {
    margin-bottom: 0;
  }
}

/***** end Itinerary *****/
