@charset "UTF-8";
/* ==========================================================================
   Author's custom styles
   https://github.com/danro/LESS-sublime
   ========================================================================== */
@font-face {
  font-family: 'sabc-icomoon';
  src: url("../fonts/sabc-icomoon.eot?ti9tgz");
  src: url("../fonts/sabc-icomoon.eot?ti9tgz#iefix") format("embedded-opentype"), url("../fonts/sabc-icomoon.ttf?ti9tgz") format("truetype"), url("../fonts/sabc-icomoon.woff?ti9tgz") format("woff"), url("../fonts/sabc-icomoon.svg?ti9tgz#sabc-icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* SASS MIXINS */
/* SASS VARIABLES */
.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sabc-icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-fire:before {
  content: "a"; }

.icomoon-canoe:before {
  content: "b"; }

.icomoon-cabin:before {
  content: "c"; }

.icomoon-sign:before {
  content: "d"; }

/* STYLES */
.row .five_sixth,
.row .four_fifth,
.row .four_sixth,
.row .one_fifth,
.row .one_fourth,
.row .one_half,
.row .one_sixth,
.row .one_third,
.row .three_fifth,
.row .three_fourth,
.row .three_sixth,
.row .two_fifth,
.row .two_fourth,
.row .two_sixth,
.row .two_third {
  overflow: hidden;
  margin-bottom: 1.5em; }
  .row .five_sixth > :first-child,
  .row .four_fifth > :first-child,
  .row .four_sixth > :first-child,
  .row .one_fifth > :first-child,
  .row .one_fourth > :first-child,
  .row .one_half > :first-child,
  .row .one_sixth > :first-child,
  .row .one_third > :first-child,
  .row .three_fifth > :first-child,
  .row .three_fourth > :first-child,
  .row .three_sixth > :first-child,
  .row .two_fifth > :first-child,
  .row .two_fourth > :first-child,
  .row .two_sixth > :first-child,
  .row .two_third > :first-child {
    padding-top: 0;
    margin-top: 0; }
  .row .five_sixth > :last-child,
  .row .four_fifth > :last-child,
  .row .four_sixth > :last-child,
  .row .one_fifth > :last-child,
  .row .one_fourth > :last-child,
  .row .one_half > :last-child,
  .row .one_sixth > :last-child,
  .row .one_third > :last-child,
  .row .three_fifth > :last-child,
  .row .three_fourth > :last-child,
  .row .three_sixth > :last-child,
  .row .two_fifth > :last-child,
  .row .two_fourth > :last-child,
  .row .two_sixth > :last-child,
  .row .two_third > :last-child {
    padding-bottom: 0;
    margin-bottom: 0; }

/* MAIN ELEMENTS */
*, :before, :after {
  box-sizing: border-box; }

body {
  font: 16px/1.5 "Lato", sans-serif;
  color: #444444;
  background-color: white;
  background-image: url("../img/tree_bark_crop.png");
  background-repeat: repeat; }

h1 {
  font-family: "Overlock", sans-serif;
  color: #005C83;
  font-weight: bold;
  font-style: italic; }

h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Didact Gothic", sans-serif;
  line-height: 1.2em;
  margin: 1.5rem 0 0.5rem; }
  h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #cd6f00;
    border-bottom: 1px dotted #cd6f00; }
    h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: none;
      color: #b46100;
      border-bottom: 1px solid #cd6f00; }

h2 {
  font-size: 1.6em;
  color: #cd6f00; }

h3 {
  font-size: 1.4em;
  color: #cd6f00; }

h4 {
  font-size: 1.2em;
  color: #9D9D9D; }

h5 {
  font-size: 1em;
  text-transform: uppercase;
  color: #9D9D9D; }

h6 {
  font-size: 0.8em;
  color: #9D9D9D; }

a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #1BAEA8; }

a:hover {
  color: #189893;
  cursor: pointer; }

hr {
  display: block;
  clear: both;
  height: 1px;
  border: 0;
  padding: 0;
  background-color: white;
  border-top: 1px solid #E8E8E8;
  margin: 1em 0; }

button, .button, a.btn, input[type="submit"], .navigation a {
  font-family: "Lato", sans-serif;
  border: none;
  display: inline-block;
  background-color: #1BAEA8;
  border-radius: 8px;
  padding: 0.5em 1.5em;
  line-height: 1;
  color: white; }
  button:hover, .button:hover, a.btn:hover, input[type="submit"]:hover, .navigation a:hover {
    background-color: #005C83;
    cursor: pointer;
    text-decoration: none; }
  button:active, .button:active, a.btn:active, input[type="submit"]:active, .navigation a:active {
    background-color: #005C83; }

a.secondary-btn, .secondary-btn {
  background-color: #cd6f00; }
  a.secondary-btn:hover, a.secondary-btn:active, .secondary-btn:hover, .secondary-btn:active {
    background-color: #9a5300; }

code {
  font-size: 0.8em; }

.home-page-features {
  overflow: hidden;
  border: 3px solid #E8E8E8;
  border-radius: 3px;
  padding: 15px;
  background: white;
  margin-bottom: 15px; }
  .home-page-features .home-page-feature {
    display: block;
    position: relative;
    float: left;
    width: 25%;
    padding-left: 0; }
    .home-page-features .home-page-feature .caption {
      opacity: 0;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      font-family: "Overlock", sans-serif;
      font-size: 1.75em;
      line-height: 1em;
      color: white;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background: rgba(0, 0, 0, 0.5); }
      .home-page-features .home-page-feature .caption span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .home-page-features .home-page-feature .caption span i {
          display: block;
          font-size: 3em; }
  .home-page-features a:hover .home-page-feature .caption {
    opacity: 1; }

.touch .home-page-features .home-page-feature .caption {
  opacity: 1; }

/* ALL MENUS */
.menu ul ul {
  display: none; }

/* TABLES */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0; }
  table thead tr th, table thead tr td {
    background: #cd6f00;
    color: white;
    padding: 10px;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase; }
  table thead tr:not(:first-child) th, table thead tr:not(:first-child) td {
    color: #444444;
    background: rgba(205, 111, 0, 0.3); }
  table tbody tr td {
    padding: 10px;
    vertical-align: middle; }
    table tbody tr td p {
      margin: 0; }
    table tbody tr td h2:first-child, table tbody tr td h3:first-child, table tbody tr td h4:first-child {
      margin-top: 5px; }
  table tbody tr:nth-of-type(2n) {
    background: rgba(0, 0, 0, 0.05); }

table.compare thead tr th, table.compare thead tr td {
  border: 1px solid #cd6f00;
  text-align: center; }
  table.compare thead tr th .btn, table.compare thead tr td .btn {
    background: transparent;
    border: 2px solid white;
    color: white; }
    table.compare thead tr th .btn:hover, table.compare thead tr td .btn:hover {
      background: white;
      color: #cd6f00; }
table.compare tbody tr td {
  border: 1px solid #E8E8E8;
  text-align: center; }

/* HEADER */
.topbar {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  font-size: 0.85rem;
  padding: 5px 0;
  background: #005C83;
  /* SOCIAL */ }
  .topbar .container .social {
    float: right; }
  .topbar .container ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 2px 0 0 0; }
    .topbar .container ul li {
      color: white;
      float: left; }
      .topbar .container ul li a {
        color: white; }
        .topbar .container ul li a i {
          text-decoration: none;
          display: inline-block; }
      .topbar .container ul li::after {
        content: "•";
        padding: 0 0.5em; }
      .topbar .container ul li:last-child::after {
        content: ""; }
    .topbar .container ul li.current_page_item a, .topbar .container ul li.current_page_item a:hover, .topbar .container ul li a:hover {
      color: white;
      text-decoration: underline; }
  .topbar .container .topbar-mainnav {
    opacity: 0; }
    .topbar .container .topbar-mainnav .sub-menu {
      display: none !important; }
    .topbar .container .topbar-mainnav i {
      vertical-align: middle;
      font-size: 1.5rem;
      line-height: 1rem;
      margin-right: 0.25em; }
  .topbar .social {
    color: white; }
    .topbar .social span {
      margin-top: 2px;
      float: left;
      margin-right: 0.25em; }
    .topbar .social a {
      font-size: 1.75em;
      position: relative;
      float: left;
      margin-left: 0.25em;
      display: block;
      color: white; }
      .topbar .social a:hover {
        color: #0091cd;
        text-decoration: none; }

.admin-bar .topbar {
  top: 32px; }

.directorscut .topbar .container ul li a {
  border: none;
  display: block;
  line-height: 1.4em;
  padding: 0 .4em;
  border-radius: 3px;
  background: #1BAEA8;
  color: white;
  background-color: white; }
  .directorscut .topbar .container ul li a:hover {
    text-decoration: none;
    background: #006d9a; }
.directorscut .topbar .container ul li.current_page_item a, .directorscut .topbar .container ul li.current_page_item a:hover, .directorscut .topbar .container ul li a:hover {
  background-color: #cd6f00;
  color: white;
  border: none; }

.header_logo {
  width: 300px;
  margin: 60px auto 20px; }
  .header_logo img {
    position: relative;
    left: 15px; }

/* NAVIGATION */
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%; }

.admin-bar .sticky-header {
  top: 32px; }

/* BREADCRUMBS */
.breadcrumbs {
  margin-top: 1em;
  text-align: center; }
  .breadcrumbs a, .breadcrumbs span.current_page_item {
    display: inline-block;
    line-height: 1.4em;
    padding: 0 0.4em;
    margin-right: 0.2em;
    border-radius: 3px;
    background: #0091cd;
    color: #f3f3f3; }
  .breadcrumbs a:hover, .breadcrumbs span.current_page_item {
    text-decoration: none;
    background-color: #005C83;
    color: #f3f3f3; }
  .breadcrumbs span.current_page_item a::before {
    content: "\00a0\00a0\f1bb\00a0\00a0";
    font-family: "FontAwesome"; }
  .breadcrumbs span {
    display: inline-block;
    line-height: 1.4em;
    margin-right: 0.2em; }

.ie8 .breadcrumbs span.current_page_item a::before {
  content: "\f1bb";
  font-family: "font-awesome"; }

.directorscut .mainnav {
  background: url("../img/nav_bg.png") repeat-x; }
  .directorscut .mainnav ul {
    border-left: 1px solid #a83e04;
    border-left-color: rgba(0, 0, 0, 0.05);
    border-right: 1px solid #b24104;
    border-right-color: rgba(255, 255, 255, 0.05); }
    .directorscut .mainnav ul li a {
      border-left: 1px solid #b24104;
      border-left-color: rgba(255, 255, 255, 0.05);
      border-right: 1px solid #a83e04;
      border-right-color: rgba(0, 0, 0, 0.05); }
    .directorscut .mainnav ul li.current_page_item a, .directorscut .mainnav ul li.current_page_item a:hover, .directorscut .mainnav ul li a:hover {
      background-color: #A33C04; }

/* WIDGETS */
/* SIDEBAR CHILDREN WIDGET/NAV */
.children_widget ul, .widget_nav_menu ul {
  margin: 15px 0;
  list-style: none;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7); }
  .children_widget ul li a, .widget_nav_menu ul li a {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: #1BAEA8;
    border-radius: 0;
    display: block;
    padding: 3px 10px;
    margin-bottom: 2px; }
    .children_widget ul li a:hover, .widget_nav_menu ul li a:hover {
      text-decoration: none; }
  .children_widget ul li ul, .widget_nav_menu ul li ul {
    margin: 0 0 0 27px; }
  .children_widget ul > li.current_page_item > a, .children_widget ul > li > a:hover, .widget_nav_menu ul > li.current_page_item > a, .widget_nav_menu ul > li > a:hover {
    width: 100%;
    color: white;
    background: #1BAEA8;
    border-radius: 2em; }
.children_widget ul.children, .widget_nav_menu ul.children {
  padding: 0; }

.children_widget ul > li.current_page_item > a::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\00a0\00a0\00a0";
  font-family: "FontAwesome"; }

/* The following ruleset makes it so that we only see the children of the current page, and not all siblings */
.children_widget ul li.current_page_item ul {
  display: list-item; }

/* Exception for nav widget for image nav */
.widget_nav_menu [class*="-im-container"] ul li {
  margin-bottom: 5px; }
  .widget_nav_menu [class*="-im-container"] ul li a {
    width: 100%;
    border-radius: 3px;
    border: 3px solid #f3f3f3;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1; }
    @media (max-width: 767px) {
      .widget_nav_menu [class*="-im-container"] ul li a {
        border-color: #1BAEA8; }
        .widget_nav_menu [class*="-im-container"] ul li a:hover, .widget_nav_menu [class*="-im-container"] ul li a:active {
          border-color: #1BAEA8; } }
.widget_nav_menu [class*="-im-container"] ul li.current_page_item > a, .widget_nav_menu [class*="-im-container"] ul > li > a:hover {
  border-color: #1BAEA8; }
  @media (max-width: 767px) {
    .widget_nav_menu [class*="-im-container"] ul li.current_page_item > a, .widget_nav_menu [class*="-im-container"] ul > li > a:hover {
      border-color: #189893;
      padding-right: 0; } }

/*********************
CUSTOM POST TYPES
*********************/
.archive-cpt {
  text-align: center;
  overflow: hidden;
  margin-left: -2%; }
  .archive-cpt article {
    overflow: hidden;
    border-radius: 10px 10px 3px 3px;
    position: relative;
    margin-bottom: 2em;
    width: 100%;
    background-color: white;
    border: 3px solid #E8E8E8;
    float: left;
    margin-bottom: 1em;
    width: 32.3%;
    margin-left: 1%;
    font-size: 0.9em; }
    .archive-cpt article:nth-of-type(3n+1) {
      clear: left; }
    .archive-cpt article .title-link {
      padding-left: 0.7em;
      padding-right: 0.7em; }
      .archive-cpt article .title-link h3 {
        margin-top: 0.7em;
        margin-bottom: 0.4em; }
        .archive-cpt article .title-link h3 a {
          color: #cd6f00;
          border-bottom: none; }
          .archive-cpt article .title-link h3 a:hover {
            border-bottom: 1px solid #cd6f00; }
      .archive-cpt article .title-link p {
        margin: 0 0 1em; }
  .archive-cpt .featured-image {
    font-size: 0.5em;
    margin: 0;
    display: block; }
    .archive-cpt .featured-image img {
      width: auto; }

.archive-camps article {
  width: 98% !important; }
  .archive-camps article .title-link h3 a {
    border-bottom: 1px dotted #cd6f00; }
    .archive-camps article .title-link h3 a:hover {
      border-bottom: 1px solid #cd6f00; }

.locations {
  top: 1em;
  position: absolute;
  width: 100%;
  text-align: center; }
  .locations .location {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-left: 2px;
    border-radius: 5px;
    padding: 0.2em 0.5em;
    font-size: 1.2em;
    color: white;
    text-transform: uppercase;
    font-weight: bold; }

body #gallery-1 img {
  border: 3px solid #E8E8E8;
  border-radius: 5px;
  padding: 0; }

/* EVENTS WIDGET, RECENT POSTS WIDGET */
.events_widget h2, .events_widget h3.widgettitle, .widget_recent_entries h2, .widget_recent_entries h3.widgettitle {
  margin-top: 0.6em;
  font-size: 1.6em;
  margin-bottom: 0.8em;
  color: #cd6f00; }
  .events_widget h2:hover, .events_widget h3.widgettitle:hover, .widget_recent_entries h2:hover, .widget_recent_entries h3.widgettitle:hover {
    text-decoration: underline; }
.events_widget ul, .widget_recent_entries ul {
  list-style: none;
  padding-left: 0; }
  .events_widget ul li, .widget_recent_entries ul li {
    padding: 15px 0;
    border-top: 1px solid whitesmoke;
    border-bottom: 1px solid #dbdbdb; }
    .events_widget ul li:first-child, .widget_recent_entries ul li:first-child {
      padding-top: 0;
      border-top: 0; }
    .events_widget ul li:last-child, .widget_recent_entries ul li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
    .events_widget ul li h3, .events_widget ul li h4, .widget_recent_entries ul li h3, .widget_recent_entries ul li h4 {
      margin-top: 0;
      margin-bottom: 0em;
      font-size: 1.2em; }
    .events_widget ul li .recent_news_thumb, .widget_recent_entries ul li .recent_news_thumb {
      border: 3px solid #E8E8E8;
      border-radius: 5px;
      margin: 0 10px 5px 0; }
    .events_widget ul li p.date, .widget_recent_entries ul li p.date {
      color: #9D9D9D;
      font-style: italic;
      font-size: 0.8em;
      margin-top: 0;
      margin-bottom: 0.8em;
      line-height: 1; }
    .events_widget ul li .view-all, .widget_recent_entries ul li .view-all {
      margin: 0; }

/* FOOTER */
.pre-footer {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.7);
  border-top: #e6e6e6 2px solid; }

#subsidiary {
  overflow: hidden; }
  #subsidiary .aside {
    width: 33.3%;
    float: left;
    padding-left: 5px;
    padding-right: 5px; }
    #subsidiary .aside .widgettitle {
      font-family: "Overlock", sans-serif;
      font-size: 2em;
      color: #005C83;
      border-bottom: 2px solid #E8E8E8;
      padding-bottom: 0.2em;
      margin-bottom: 0.3em; }
      #subsidiary .aside .widgettitle a {
        border-bottom: none;
        color: #005C83; }
  #subsidiary #first {
    padding-left: 0; }
  #subsidiary #third {
    padding-right: 0; }
  #subsidiary .contact-widget ul {
    list-style-type: none;
    padding: 1em 0 0 0; }
    #subsidiary .contact-widget ul li {
      margin-left: 0;
      padding-bottom: 1em; }
  #subsidiary .contact-widget .fa {
    float: left;
    position: relative;
    top: -.1em;
    font-size: 1.5em;
    width: 2.5rem; }
    #subsidiary .contact-widget .fa.fa-phone {
      font-size: 2em; }
  #subsidiary .social {
    padding-bottom: 1em;
    border-bottom: 2px solid #E8E8E8;
    margin-bottom: 1em; }
    #subsidiary .social .fa {
      color: #005C83;
      font-size: 2.5em;
      margin-right: 0.2em; }
      #subsidiary .social .fa:hover {
        color: #0091cd;
        text-decoration: none; }
    #subsidiary .social .follow {
      display: none; }
  #subsidiary .rpwe-block {
    padding-top: 0.5em; }
    #subsidiary .rpwe-block h3 {
      font-size: 18px;
      clear: none;
      margin-bottom: 0;
      margin-top: 0;
      line-height: 1.5em; }
      #subsidiary .rpwe-block h3 a {
        color: #1BAEA8;
        border-bottom: none; }
        #subsidiary .rpwe-block h3 a:hover {
          color: #189893;
          text-decoration: underline; }
    #subsidiary .rpwe-block ul {
      list-style: none;
      margin-left: 0;
      padding-left: 0; }
    #subsidiary .rpwe-block li {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
      padding-bottom: 10px;
      list-style-type: none; }
      #subsidiary .rpwe-block li:last-child {
        border-bottom: none; }
    #subsidiary .rpwe-block a {
      display: inline;
      text-decoration: none; }
  #subsidiary .rpwe-thumb {
    border: 3px solid #E8E8E8;
    border-radius: 5px;
    margin: 2px 10px 2px 0;
    border-radius: 5px;
    border: 3px solid #E8E8E8; }
  #subsidiary .rpwe-summary {
    font-size: 14px; }
    #subsidiary .rpwe-summary .more-link {
      display: inline-block; }
      #subsidiary .rpwe-summary .more-link:hover {
        text-decoration: underline; }
  #subsidiary .rpwe-time {
    color: #bbb;
    font-size: 13px; }
  #subsidiary .rpwe-alignleft {
    display: inline;
    float: left; }
  #subsidiary .rpwe-clearfix:before,
  #subsidiary .rpwe-clearfix:after {
    content: "";
    display: table !important; }
  #subsidiary .rpwe-clearfix:after {
    clear: both; }
  #subsidiary .rpwe-clearfix {
    zoom: 1; }

body > footer {
  color: white;
  background-color: #005C83;
  font-size: 0.85rem; }
  body > footer .nav ul {
    margin: 1em 0;
    padding: 0;
    list-style: none; }
    body > footer .nav ul li {
      float: left; }
      body > footer .nav ul li a {
        color: white; }
      body > footer .nav ul li::after {
        content: "•";
        padding: 0 0.5em; }
      body > footer .nav ul li:last-child::after {
        content: ""; }
  body > footer .copyright p {
    float: right; }
    body > footer .copyright p a {
      color: white; }
    body > footer .copyright p .to_top {
      margin-left: 10px;
      float: right;
      display: block;
      line-height: 1.4em;
      padding: 0 .4em;
      border-radius: 3px;
      background: #1BAEA8;
      color: white;
      background-color: white;
      color: #005C83;
      line-height: 1.7; }
      body > footer .copyright p .to_top:hover {
        text-decoration: none;
        background: #006d9a; }
      body > footer .copyright p .to_top:hover {
        color: white;
        text-decoration: none; }

#sb_instagram .sb_instagram_header h3 {
  font-size: 18px;
  color: #1BAEA8; }
#sb_instagram .sbi_follow_btn a {
  background-color: #1BAEA8; }
  #sb_instagram .sbi_follow_btn a:hover {
    background-color: #005C83; }
#sb_instagram img {
  border-radius: 5px;
  border: 3px solid #E8E8E8; }

/* HERO-UNIT (SLIDER) */
.hero-unit {
  width: 980px;
  margin-top: 15px;
  margin-bottom: 20px; }
  .hero-unit img, .hero-unit .meteor-slides .mslide img {
    border: 3px solid white !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) !important, transparent 0 0 0;
    box-sizing: border-box; }
  .hero-unit a img {
    border: 3px solid white !important; }
  .hero-unit a:hover, .hero-unit a img:hover {
    border-color: #1BAEA8 !important; }

/* METEOR SLIDER */
.meteor-slides {
  width: auto !important; }
  .meteor-slides .meteor-clip {
    overflow: visible; }
  .meteor-slides .meteor-buttons {
    left: auto;
    right: 3px;
    bottom: 6px;
    width: auto; }
    .meteor-slides .meteor-buttons a {
      background-image: url("../img/meteor-buttons.png"); }

div.navpaged, div.navboth {
  margin: 0; }

/* IMAGES (FEATURED IMAGE) */
.featured_image {
  position: relative;
  margin: 20px 0; }
  .featured_image img {
    border: 3px solid #E8E8E8;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%; }

[class*="wp-image-"] {
  border: 3px solid #E8E8E8;
  border-radius: 5px; }

a [class*="wp-image-"] {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease; }
  a [class*="wp-image-"]:hover {
    border-color: #cd6f00; }

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

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

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* FORMS */
label {
  color: #cd6f00; }

input, textarea {
  font-size: 12px;
  color: #444444;
  border: 1px solid #E4E4E4;
  padding: 8px;
  border-radius: 5px; }

/* HOME PAGE FEATURES */
.features div h2 {
  margin-top: 1em;
  margin-bottom: 0.7em; }
  .features div h2 a {
    color: #cd6f00; }
    .features div h2 a:hover {
      color: #cd6f00; }
.features div img {
  margin-top: 25px;
  border: 3px solid #E8E8E8;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%; }

/* HOME PAGE RECENT NEWS, BLOG PAGE POSTS */
.recent_news h2, .blog_posts h2 {
  margin-top: 0.2em;
  font-size: 30px; }
.recent_news article, .blog_posts article {
  padding: 15px 15px 0;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px; }
  .recent_news article img.attachment-thumbnail, .blog_posts article img.attachment-thumbnail {
    float: left;
    margin: 0 15px 15px 0;
    border: 3px solid #E8E8E8;
    border-radius: 5px; }
  .recent_news article header h2, .blog_posts article header h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0; }
  .recent_news article header h6, .blog_posts article header h6 {
    margin-top: .2em;
    margin-bottom: 1em;
    font-size: 0.9em;
    color: #9D9D9D;
    font-weight: bold; }

.blog_posts {
  margin-top: 20px; }

body.single {
  /* For blog posts */ }
  body.single .entry-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  body.single .entry-meta {
    color: #9D9D9D;
    text-align: center;
    padding-top: 0.2em;
    padding-bottom: 0.7em;
    font-size: 0.9em;
    font-weight: bold; }

/* BLOG NAVIGATION */
.navigation {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 15px 0; }

.pagination a {
  padding: 0.5em; }
.pagination span {
  display: inline-block;
  line-height: 1;
  color: white;
  background: #005C83;
  border-radius: 8px;
  padding: 0.5em; }

/* CONTACT FORM */
.mailing_list {
  position: relative; }
  .mailing_list h2 {
    margin-top: 0.6em;
    margin-bottom: 1em; }

ol.iwacontactform {
  padding: 0; }
  ol.iwacontactform li {
    margin-bottom: 1.2em; }
    ol.iwacontactform li input, ol.iwacontactform li textarea {
      width: 100% !important;
      box-sizing: border-box; }
    ol.iwacontactform li.buttons {
      margin-bottom: 0; }

.archives-btn {
  position: absolute;
  bottom: 21px;
  right: 15px; }

button.ajax-submit {
  margin: 4px 2px; }

form.iwacontact span.ajax-feedback.error, form.iwacontact span.ajax-result.error {
  font-size: 14px !important;
  color: #cd6f00 !important;
  display: block !important; }

form.iwacontact span.ajax-feedback, form.iwacontact span.ajax-result {
  font-size: 14px !important; }

/* GRAVITY FORMS */
.gform_wrapper {
  margin-top: 0 !important; }
  .gform_wrapper > br {
    display: none; }
  .gform_wrapper ul li.gfield {
    margin-bottom: 1em; }
  .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0 !important; }
  .gform_wrapper .gsurvey-rating:not(:checked) > label {
    text-indent: -999px; }
  .gform_wrapper table.gsurvey-likert {
    margin-top: 0;
    margin-bottom: 0; }
  .gform_wrapper table.gsurvey-likert th.gsurvey-likert-choice-label {
    background-color: #cd6f00; }
  .gform_wrapper ul.gform_fields li.gfield input[type=radio] {
    margin-left: 0.163em !important; }
  .gform_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover,
  .gform_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected,
  .gform_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus {
    background-color: rgba(205, 111, 0, 0.1) !important; }
  .gform_wrapper .gsurvey-rating-wrapper {
    height: 1em; }

/* CONTENT */
.right-sidebar #main-content {
  float: left; }

#main-content {
  float: right; }

.entry-content {
  margin-top: 15px; }
  .entry-content > *:first-child {
    margin-top: 0; }

.content {
  border-radius: 10px;
  padding: 0 0 15px;
  margin-top: 15px; }

.entry-title, .page-title {
  font-size: 3rem;
  text-align: center;
  line-height: 1em;
  padding-bottom: 0;
  margin-top: 0.3em;
  margin-bottom: 0.3em; }
  .entry-title span, .page-title span {
    margin-left: .5em;
    font-size: .8em;
    color: #999999; }

/* NICE BOX */
.nice_box, .widget_recent_entries, blockquote {
  margin: 20px 0 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-left: 5px solid #cd6f00;
  padding: 1px 0 1px 20px; }
  .nice_box > h2:first-child,
  .nice_box > h3:first-child,
  .nice_box > h4:first-child, .widget_recent_entries > h2:first-child,
  .widget_recent_entries > h3:first-child,
  .widget_recent_entries > h4:first-child, blockquote > h2:first-child,
  blockquote > h3:first-child,
  blockquote > h4:first-child {
    margin-top: 0.6em; }

blockquote {
  margin: 20px 0; }

/* Category links */
.cat-links a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: inline-block;
  line-height: 1.4em;
  padding: 0 .4em;
  margin-right: 5px;
  border-radius: 3px;
  background: #1BAEA8;
  color: white; }

.cat-links a:hover {
  text-decoration: none;
  background-color: #cd6f00;
  color: white; }

/* WP / HELPER CLASSES */
.chromeframe {
  background-color: #1BAEA8;
  text-align: center;
  padding: 20px; }

.more-link {
  font-weight: bold; }

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

.floatright {
  float: right;
  clear: none; }

.floatleft {
  float: left;
  clear: none; }

/* RESPONSIVENESS */
/* Break points:
< 480px
481px - 767px
768px - 979px
980px - 1200px
1200px +
*/
@media (max-width: 979px) {
  .mainnav .container {
    width: 100%; }

  .hero-unit {
    width: 764px; }

  .archives-btn {
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 20px;
    margin-left: 2px; }

  #sb_instagram .sb_instagram_header h3 {
    font-size: 13px; }

  .home-page-features .home-page-feature .caption {
    font-size: 1.3em; }

  .archive-cpt article {
    width: 48%;
    margin-left: 2%; }
    .archive-cpt article:nth-of-type(3n+1) {
      clear: none; }
    .archive-cpt article:nth-of-type(2n+1) {
      clear: left; } }
@media (max-width: 767px) {
  body {
    padding: 0; }

  body > footer .container {
    margin-left: 15px;
    margin-right: 15px; }

  .header_logo {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 3px solid #E8E8E8;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    width: auto;
    margin: 0; }
    .header_logo > a {
      display: block;
      margin: 0 auto;
      width: 250px; }

  .children_widget ul li a, .widget_nav_menu ul li a {
    border-radius: 8px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #1BAEA8;
    margin-bottom: 3px;
    font-size: 1.2em;
    padding: 8px 12px; }
  .children_widget ul > li.current_page_item > a, .children_widget ul > li > a:hover, .widget_nav_menu ul > li.current_page_item > a, .widget_nav_menu ul > li > a:hover {
    background-color: #189893; }
  .children_widget ul > li.current_page_item > a, .widget_nav_menu ul > li.current_page_item > a {
    padding-right: 36px; }

  .widget_nav_menu [class*="-im-container"] ul li a {
    width: auto; }

  .breadcrumbs {
    display: none; }

  .hero-unit {
    width: auto; }

  #main-content, .right-sidebar #main-content {
    float: none; }

  .content {
    padding-left: 15px;
    padding-right: 15px; }

  .main-aside {
    background-position: center;
    margin: 25px 0 0;
    padding: 0 15px; }

  .pre-footer {
    padding-left: 15px;
    padding-right: 15px; }

  #subsidiary .aside {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none; }
    #subsidiary .aside > ul > li > h3, #subsidiary .aside .widgettitle {
      text-align: center; }
  #subsidiary .contact-widget {
    text-align: center; }
    #subsidiary .contact-widget .fa {
      display: block;
      float: none;
      margin: 0 auto; }
  #subsidiary .social {
    text-align: center;
    color: #444444; }
    #subsidiary .social a {
      color: #0091cd; }
      #subsidiary .social a:hover {
        color: #007fb4; }
  #subsidiary #third p {
    text-align: center; }

  body > footer .copyright p {
    margin-top: 0;
    float: none; }

  #sb_instagram .sb_instagram_header h3 {
    font-size: 18px; }

  /* Header Navigation Menu Icon properties */
  #header-menu-icon {
    padding: 0.4em 0.5em;
    color: #0091cd;
    cursor: pointer;
    font-size: 2em;
    position: absolute;
    top: 20px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    #header-menu-icon::before {
      content: "\f0c9"; }

  /* Hide Header Navigation Menu until it's toggled via script */
  .mainnav {
    display: none; }

  /* Header Navigation Menu misc properties */
  .mainnav {
    position: absolute;
    line-height: 1.7;
    width: 100%;
    z-index: 9999;
    background: #1BAEA8;
    font-size: 1.2em; }
    .mainnav ul {
      margin: 0;
      list-style-type: none;
      padding-left: 0; }
      .mainnav ul li {
        position: relative; }
        .mainnav ul li a {
          border-bottom: 1px dotted #14827d;
          padding: 0.2em 1em;
          color: white;
          display: block;
          position: relative; }
          .mainnav ul li a i {
            vertical-align: middle;
            line-height: 1rem;
            font-size: 1.3em;
            margin-right: 0.5em; }
          .mainnav ul li a:hover {
            text-decoration: none; }
      .mainnav ul .menu-primary > li:first-child > a {
        border-top: none; }
      .mainnav ul a:hover,
      .mainnav ul .current-menu-item > a,
      .mainnav ul .sub-menu .current-menu-item > a:hover {
        color: white;
        background-color: #189893; }
      .mainnav ul .sub-menu {
        display: none;
        left: 0px;
        opacity: 1;
        position: relative;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99; }
        .mainnav ul .sub-menu a {
          padding-left: 3em; }
        .mainnav ul .sub-menu a::before {
          content: "•\00a0\00a0"; }
        .mainnav ul .sub-menu li li a {
          padding-left: 2em; }
        .mainnav ul .sub-menu .sub-menu {
          margin: 0; }
      .mainnav ul .menu-item:hover:hover > .sub-menu {
        left: auto;
        opacity: 1; }

  .expand {
    font-size: 0.85em;
    display: block;
    position: absolute;
    right: 1em;
    top: 0.5em;
    color: white;
    background-color: #189893;
    width: 2em;
    text-align: center;
    border-radius: 2px;
    cursor: pointer; }

  .home-page-features .home-page-feature {
    width: 50%; } }
@media (min-width: 768px) {
  .row {
    overflow: hidden;
    margin-left: -3%; }

  .row .five_sixth,
  .row .four_fifth,
  .row .four_sixth,
  .row .one_fifth,
  .row .one_fourth,
  .row .one_half,
  .row .one_sixth,
  .row .one_third,
  .row .three_fifth,
  .row .three_fourth,
  .row .three_sixth,
  .row .two_fifth,
  .row .two_fourth,
  .row .two_sixth,
  .row .two_third {
    float: left;
    padding-left: 3%;
    padding-bottom: 0;
    border-bottom: none; }

  .one_sixth {
    width: 16.6666666667%; }

  .one_fifth {
    width: 20%; }

  .one_fourth {
    width: 25%; }

  .one_third, .two_sixth {
    width: 33.3333333333%; }

  .two_fifth {
    width: 40%; }

  .one_half, .three_sixth, .two_fourth {
    width: 50%; }

  .three_fifth {
    width: 60%; }

  .four_sixth, .two_third {
    width: 66.6666666667%; }

  .three_fourth {
    width: 75%; }

  .four_fifth {
    width: 80%; }

  .five_sixth {
    width: 83.3333333333%; }

  .first {
    clear: both;
    padding-left: 0; }

  .mainnav {
    background: rgba(255, 255, 255, 0.7);
    border-top: 2px solid #E8E8E8;
    border-bottom: 2px solid #E8E8E8; }
    .mainnav .row {
      display: table;
      margin: 0 auto; }
    .mainnav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .mainnav ul li {
        margin: 0 0.3em;
        float: left;
        vertical-align: center; }
        .mainnav ul li a {
          display: block;
          text-align: center;
          font-family: "Didact Gothic", sans-serif;
          font-size: 1.3rem;
          color: #005C83;
          padding: 0.2em 0.5em;
          -webkit-transition: none;
          transition: none; }
          .mainnav ul li a:hover {
            text-decoration: none; }
          .mainnav ul li a .icomoon {
            display: inline-block;
            vertical-align: middle;
            font-size: 4.5rem; }
            .mainnav ul li a .icomoon.icomoon-fire, .mainnav ul li a .icomoon.icomoon-canoe {
              margin-right: 0.1em; }
            .mainnav ul li a .icomoon.icomoon-fire {
              font-size: 3.5rem;
              line-height: 4.5rem; }
            .mainnav ul li a .icomoon.icomoon-sign {
              font-size: 3.5rem;
              line-height: 4.5rem; }
          .mainnav ul li a span {
            display: inline-block;
            vertical-align: middle;
            max-width: 5em;
            line-height: 1.2; }
      .mainnav ul li.current_page_item > a, .mainnav ul li.current_page_item > a:hover, .mainnav ul li a:hover, .mainnav ul .sfHover > a {
        border-bottom: 0.2em solid #0091cd;
        padding-bottom: 0;
        background: white;
        color: #0091cd; }

  .mainnav .container .row > ul li {
    /* show sub-menu on hover */ }
    .mainnav .container .row > ul li .sub-menu {
      border-bottom: 0.2em solid #0074a4;
      background-color: white;
      text-transform: uppercase;
      font-weight: normal;
      display: none;
      position: absolute;
      height: auto;
      margin: 0;
      padding: 0.5em 0;
      z-index: 8999; }
      .mainnav .container .row > ul li .sub-menu li {
        display: block;
        margin: 0;
        float: none; }
        .mainnav .container .row > ul li .sub-menu li a {
          text-align: left;
          text-transform: capitalize;
          line-height: 1.2em;
          padding: 0.4em 1em !important;
          border: none !important;
          font-size: 1em; }
      .mainnav .container .row > ul li .sub-menu ul {
        margin: -30px 0 0 159px; }
    .mainnav .container .row > ul li:hover > ul {
      left: auto; }
    .mainnav .container .row > ul li li li a,
    .mainnav .container .row > ul li li li a:link,
    .mainnav .container .row > ul li li li a:visited {
      font-size: 0.75em;
      padding: 5px 10px;
      width: 138px;
      text-transform: none; }

  .expand {
    display: none; } }
@media (max-width: 479px) {
  .header_logo img {
    max-width: 100%; }

  .home-page-features .home-page-feature .caption {
    font-size: 1em; } }

/*# sourceMappingURL=styles.css.map */