/*
Theme Name: Timber Lake Camp
Description: Website theme for Timber Lake Camp.
Author: 829 Studios
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*	=============================================================================
		Fonts
	============================================================================= */
@font-face {
  font-family: 'HandofSean';
  src: url("fonts/HandofSean/handsean-webfont.eot");
  src: url("fonts/HandofSean/handsean-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/HandofSean/handsean-webfont.woff2") format("woff2"), url("fonts/HandofSean/handsean-webfont.woff") format("woff"), url("fonts/HandofSean/handsean-webfont.ttf") format("truetype"), url("fonts/HandofSean/handsean-webfont.svg#hand_of_seanregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*	=============================================================================
		Layout
	============================================================================= */
label {
  font-size: 15px;
  line-height: 25px;
  color: #0f2841;
  font-weight: normal;
}

/* Gravity forms styles */
.gform_wrapper {
  padding-top: 14px;
}
@media (max-width: 767px) {
  .gform_wrapper {
    padding-top: 21px;
    padding-left: 10px;
  }
}
.gform_wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gform_wrapper h3 {
  margin-top: 10px;
  letter-spacing: 1.1px;
}
@media (max-width: 767px) {
  .gform_wrapper h3 {
    margin-top: 12px;
  }
}
@media (max-width: 479px) {
  .gform_wrapper h3 {
    margin-top: 16px;
  }
}
.gform_wrapper .gfield_checkbox {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .gform_wrapper .gfield_checkbox {
    margin-top: 16px;
  }
}
@media (max-width: 479px) {
  .gform_wrapper .gfield_checkbox {
    margin-top: 19px;
  }
}

.gform_fields:after {
  content: '';
  display: block;
  clear: both;
}

.ginput_container {
  margin-top: 10px;
  padding-right: 11px;
}

.gfield.columns .gfield_checkbox:before, .gfield.columns .gfield_checkbox:after {
  content: '';
  display: table;
}
.gfield.columns .gfield_checkbox:after {
  clear: both;
}
.gfield.columns .gfield_checkbox li {
  width: 50%;
  float: left;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .gfield.columns .gfield_checkbox li {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}

.gfield_label {
  display: none;
}

.gfield_checkbox li {
  position: relative;
}
.gfield_checkbox input[type=checkbox] {
  position: absolute;
  z-index: 2;
  left: -3px;
  top: 1;
  width: 25px;
  height: 25px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.gfield_checkbox label {
  padding-left: 34px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gfield_checkbox label {
    padding-left: 30px;
  }
}
.gfield_checkbox label:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: -3px;
  top: 1px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: 1px solid #eeebe6;
  border-radius: 2px;
}
.gfield_checkbox input[type=checkbox]:checked + label:before {
  background-image: url(images/tick.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 9px;
}

.ginput_container_checkbox {
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .ginput_container_checkbox {
    margin-bottom: -8px;
  }
}

form ::-webkit-input-placeholder {
  color: #0f2841;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #0f2841;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0f2841;
}
form :-ms-input-placeholder {
  color: #0f2841;
}

input[type=text], input[type=email], input[type=password], input[type=search] {
  display: block;
  width: 100%;
  outline: none !important;
  background-color: #ffffff;
  border: 1px solid #eeebe6;
  border-radius: 2px;
  font-size: 15px;
  line-height: 25px;
  color: #0f2841;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

.gfield_contains_required ::-webkit-input-placeholder:after {
  content: '*';
  color: #d20000;
}
.gfield_contains_required :-moz-placeholder {
  /* Firefox 18- */
}
.gfield_contains_required :-moz-placeholder:after {
  content: '*';
  color: #d20000;
}
.gfield_contains_required ::-moz-placeholder {
  /* Firefox 19+ */
}
.gfield_contains_required ::-moz-placeholder:after {
  content: '*';
  color: #d20000;
}
.gfield_contains_required :-ms-input-placeholder:after {
  content: '*';
  color: #d20000;
}

.gfield.short {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .gfield.short {
    width: auto;
    float: none;
  }
}

.ginput_container_text {
  padding-right: 11px;
}
@media (max-width: 767px) {
  .ginput_container_text {
    padding-right: 4px;
  }
}

/* Submit button */
input[type=submit].gform_button {
  outline: none !important;
}

.gform_wrapper input[type=submit].gform_button {
  clear: both;
  float: right;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-top: 25px;
  margin-right: 12px;
  padding: 6px 18px 5px 18px;
}
@media (max-width: 767px) {
  .gform_wrapper input[type=submit].gform_button {
    margin-top: 24px;
    margin-right: 5px;
  }
}

.field_sublabel_below {
  float: left;
  width: 100%;
}

textarea {
  margin-top: 13px;
  width: 100% !important;
  border: 1px solid #eeebe6;
  outline: none;
  padding: 8px 15px;
  font-size: 15px;
}
.gform_wrapper .gform_body .ginput_complex span {
  float: left;
}
.gf_right_half {
  float: right !important;
}
#gform_wrapper_10 .ginput_complex {
    margin: 0;
}
.gfield_date_dropdown_month, 
.gfield_date_dropdown_day, 
.gfield_date_dropdown_year,
#gform_wrapper_10 .ginput_container.ginput_container_select   {
  margin-bottom: 20px;
}
.gform_wrapper table.gfield_list {
  font-size: 15px;
  line-height: 25px;
  color: #0f2841;
}

.gform_wrapper table.gfield_list th {
  font-weight: 400;
}
#gform_wrapper_10 .gfield_label {
  margin-top: 20px;
}

.gform_wrapper #field_10_9 {
    width: 50%;
    float: left;
}
.gform_wrapper #field_10_11 {
    width: 45%;
    float: left;
    margin-bottom: 20px;
    margin-left: 5%;
}

@media (max-width: 640px) {
    div.ginput_complex.ginput_container.gf_name_has_2 span,
    div.ginput_complex.ginput_container_address > span,
    .gfield_date_dropdown_month {
        width: 100% !important;
    }
    .gform_wrapper .gform_body .gf_left_half,
    .gform_wrapper .gform_body .gf_right_half  {
        width: 100%;
    }
    .gform_wrapper #field_8_12 {
    width: 100%;
    float: left;
    }
}
@media (min-width: 641px) {
  div.ginput_complex > span {
    width: 50%;
  }
  .ginput_container_date {
    width: 100%;
    float: left;
  }
  .gfield_date_dropdown_month, 
  .gfield_date_dropdown_day, 
  .gfield_date_dropdown_year {
    width: 33%;
    float: left;
  }
}
/* CUSTOM SELECT BOXES */
.sbHolder {
  position: relative;
  margin-bottom: 20px;
}

.sbSelector {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  color: #0f2841;
  background-color: #ffffff;
  border: 1px solid #e8e0d5;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
}
.sbSelector:hover {
  color: #0f2841;
  text-decoration: none;
}

.sbToggle {
  position: absolute;
  right: 11px;
  top: 18px;
  width: 10px;
  height: 6px;
  background-image: url(images/sbtoggle.svg);
  background-size: 10px 6px;
  background-position: left top;
  background-repeat: no-repeat;
}

.sbToggleOpen + .sbSelector {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sbOptions {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  top: 100%;
  max-height: 300px;
  overflow: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 1px solid #e8e0d5;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sbOptions li {
  background-color: #ffffff;
}
.sbOptions a {
  display: block;
  font-size: 15px;
  line-height: 40px;
  color: #0f2841;
  padding-left: 14px;
  padding-right: 14px;
}
.sbOptions a:hover {
  color: #0f2841;
  text-decoration: none;
}

header.main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2NjYwZCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjY2MGQiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(to bottom, rgba(38, 102, 13, 0.8) 0%, rgba(38, 102, 13, 0) 100%);
  padding-bottom: 100px;
  transition-property: background;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
header.main a {
  text-decoration: none;
}
header.main ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
header.main ul li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 10px;
}
header.main ul.menu li {
  margin: 0 29px;
}
@media (max-width: 1199px) {
  header.main ul.menu li {
    margin: 0 24px;
  }
}
@media (max-width: 1199px) {
  header.main ul.menu li {
    margin: 0 12px;
  }
}
header.main [class*="icon-"] a:before {
  display: inline-block;
  vertical-align: -5px;
  margin-top: -2px;
  margin-right: 10px;
  background-size: cover;
}
header.main [class*="icon-"] a svg {
  display: inline-block;
  vertical-align: -5px;
  margin-top: -2px;
  margin-right: 10px;
  background-size: cover;
}
header.main .icon-lock a:before {
  width: 13px;
  height: 18px;
  background-image: url(images/lock-icon.svg);
}
header.main .icon-lock a svg {
  width: 13px;
  height: 18px;
}
header.main .icon-pencil a:before {
  width: 18px;
  height: 18px;
  background-image: url(images/pencil-icon.svg);
}
header.main .icon-pencil a svg {
  width: 18px;
  height: 18px;
}
header.main .top-nav {
  text-align: center;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-top: 8px;
  padding-bottom: 7px;
  height: 30px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzI2NjYwZCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzI2NjYwZCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(38, 102, 13, 0.5) 40%, rgba(38, 102, 13, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
  transition-property: background;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
@media (max-width: 1199px) {
  header.main .top-nav {
    text-align: left;
  }
}
@media (max-width: 767px) {
  header.main .top-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  header.main .top-nav .phone {
    float: left;
    font-size: 12px;
  }
  header.main .top-nav .phone img {
    vertical-align: text-top;
    margin-right: 5px;
  }
  header.main .top-nav .request {
    text-transform: uppercase;
    font-size: 12px;
  }
  header.main .top-nav .request img {
    vertical-align: text-top;
    margin-right: 5px;
  }
}
header.main .top-nav ul li a {
  font-size: 11px;
}
header.main .top-nav ul.menu {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  header.main .top-nav ul.menu {
    margin: 0;
    padding-left: 15px;
  }
}
header.main .top-nav ul.menu li:first-child {
  margin-left: 0;
}
header.main .top-nav ul.menu li:last-child {
  margin-right: 0;
}
header.main .top-nav a {
  color: white;
  text-decoration: none;
}
header.main .top-nav a:hover {
  color: #e99622;
}
header.main .top-nav .login-links {
  position: absolute;
  top: 8px;
  right: 0;
}
header.main .top-nav .login-links li {
  margin: 0 30px 0 0;
}
header.main .main-nav {
  transition-property: background;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
header.main .main-nav .menu-wrapper {
  padding: 0;
}
header.main .main-nav .menu-wrapper.menu-mobile-visible {
  display: none;
}
@media (min-width: 768px) {
  header.main .main-nav .menu-wrapper.menu-mobile-visible {
    display: none !important;
  }
}
header.main .main-nav .logo {
  margin-left: 25px;
  display: inline-block;
  margin-top: -10px;
}
header.main .main-nav .logo .logo-scrolled {
  display: none;
}
header.main .main-nav .logo .logo-mobile {
  display: none;
}
@media (max-width: 1199px) {
  header.main .main-nav .logo {
    margin-top: 10px;
    margin-left: 0;
  }
  header.main .main-nav .logo .logo-default {
    width: 102px;
  }
}
@media (max-width: 767px) {
  header.main .main-nav .logo .logo-scrolled, header.main .main-nav .logo .logo-default {
    display: none;
  }
  header.main .main-nav .logo .logo-mobile {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  header.main .main-nav .menu-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: url(images/icon-pattern.jpg) left top repeat;
  }
  header.main .main-nav .menu-wrapper ul.menu li {
    display: block;
  }
  header.main .main-nav .menu-wrapper .menu-mobile-back {
    color: white;
    font-size: 18px;
    font-weight: 600;
    font-family: "jaf-bernino-sans-condensed",sans-serif;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
  }
  header.main .main-nav .menu-wrapper .menu-mobile-back:not(.back-active) {
    display: none !important;
  }
  header.main .main-nav .menu-wrapper .menu-mobile-back:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-color: white;
    border-style: solid;
    margin-right: 10px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  header.main .main-nav .menu-button {
    float: right;
  }
  header.main .main-nav .menu-button a {
    display: block;
    background-image: url(images/button-pattern-orange.jpg);
    background-repeat: repeat;
    height: 60px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 15px;
    line-height: 60px;
    letter-spacing: 0.08em;
  }
  header.main .main-nav .menu-button a svg {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-image: url(images/menu-hamburger.svg);
    background-repeat: no-repeat;
    vertical-align: -1px;
    margin-right: 8px;
    margin-left: 0;
  }
  header.main .main-nav .menu-button a.menu-close svg {
    height: 14px;
    background-image: url(images/close-button.svg);
    background-size: cover;
    background-position: center center;
  }
  header.main .main-nav .menu-button:not(.active) .menu-mobile {
    display: block;
  }
  header.main .main-nav .menu-button:not(.active) .menu-close {
    display: none;
  }
  header.main .main-nav .menu-button.active .menu-mobile {
    display: none;
  }
}
header.main .main-nav .menu {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding-top: 24px;
  line-height: 1.3em;
  letter-spacing: 0.22em;
  transition-property: padding, font-size, letter-spacing, left;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
@media (max-width: 1199px) {
  header.main .main-nav .menu {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header.main .main-nav .menu {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  header.main .main-nav .menu {
    text-align: left;
    padding-top: 0;
    padding-bottom: 200px;
    position: relative;
    left: 0%;
  }
  header.main .main-nav .menu.sub-menu-active {
    left: -100%;
  }
}
header.main .main-nav .menu li {
  margin: 0 29px;
  position: relative;
  transition-property: margin;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
header.main .main-nav .menu li:first-child {
  margin-left: 0;
}
header.main .main-nav .menu li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  header.main .main-nav .menu li {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  header.main .main-nav .menu li {
    position: static;
    margin: 0;
  }
  header.main .main-nav .menu li:first-child {
    margin-left: 0;
  }
  header.main .main-nav .menu li:last-child {
    margin-right: 0;
  }
  header.main .main-nav .menu li.menu-item-has-children > a:after {
    content: '';
    float: right;
    width: 11px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-color: white;
    border-style: solid;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
header.main .main-nav .menu li a {
  color: white;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
header.main .main-nav .menu li a:hover {
  color: #eda600;
}
@media (max-width: 767px) {
  header.main .main-nav .menu li a {
    display: block;
    padding: 20px 8px;
    border-bottom: 1px solid #27420b;
  }
  header.main .main-nav .menu li a br {
    display: none;
  }
  header.main .main-nav .menu li a:hover {
    background-image: url(images/button-pattern-orange.jpg);
    background-repeat: repeat;
    text-decoration: none;
  }
}
header.main .main-nav .menu .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 18px);
  background-color: #fff;
  width: 220px;
  left: 50%;
  margin-left: -110px;
  padding: 6px 15px;
  border-radius: 5px;
  border-top: 5px solid #e99622;
}
header.main .main-nav .menu .sub-menu.active {
  display: block;
}
@media (max-width: 767px) {
  header.main .main-nav .menu .sub-menu {
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%;
    background-color: transparent;
    padding: 0;
    margin-left: 0;
    border-top: 0;
    border-radius: 0;
    background: url(images/icon-pattern.jpg) left top repeat;
    padding-bottom: 200px;
  }
}
header.main .main-nav .menu .sub-menu:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-color: transparent transparent #e99622 transparent;
  border-style: solid;
  border-width: 0 10px 5px 10px;
}
@media (max-width: 767px) {
  header.main .main-nav .menu .sub-menu:before {
    content: none;
  }
}
header.main .main-nav .menu .sub-menu li {
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  header.main .main-nav .menu .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #e8e0d5;
  }
}
header.main .main-nav .menu .sub-menu li a {
  font-size: 17px;
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: none;
  color: #224200;
  display: block;
  padding: 9px 0;
  line-height: 1.3em;
}
header.main .main-nav .menu .sub-menu li a:hover {
  text-decoration: none;
  color: #e99622;
}
@media (max-width: 767px) {
  header.main .main-nav .menu .sub-menu li a {
    padding: 20px 10px;
  }
}
header.main .request {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid transparent;
  padding: 9px 21px;
  letter-spacing: 0.16em;
  border-radius: 25px;
  background-color: transparent;
  transition-property: color, background;
  transition-duration: 250ms;
  transition-timing-function: ease;
  border-color: #f0a800;
  color: white;
  margin-top: 27px;
  float: right;
  margin-right: 29px;
}
@media (max-width: 1199px) {
  header.main .request {
    padding: 9px 12px;
    margin-top: 19px;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 991px) {
  header.main .request {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  header.main .request {
    text-transform: none;
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
  header.main .request:hover {
    background-color: transparent !important;
  }
  header.main .request:before {
    content: none !important;
  }
}
header.main .request svg {
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url(images/menu-hamburger.svg);
  background-repeat: no-repeat;
  margin-right: 13px;
  margin-left: 7px;
  vertical-align: -1px;
}
@media (max-width: 1199px) {
  header.main .request svg {
    margin-right: 8px;
    margin-left: 0;
  }
}
header.main .request:hover {
  text-decoration: none;
  background-color: #f0a800;
  color: white;
}
header.main.site-scrolled {
  padding-bottom: 0;
  background-image: none;
}
header.main.site-scrolled .top-nav {
  background-image: transparent;
  background-color: #243d0a;
}
@media (min-width: 768px) {
  header.main.site-scrolled .request {
    margin-top: 0;
    margin-right: 0;
    width: 232px;
    display: block;
    height: 60px;
    border-radius: 0;
    background-color: #f0a800;
    line-height: 39px;
  }
  header.main.site-scrolled .request:before {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header.main.site-scrolled .request {
    width: 186px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  header.main.site-scrolled .request {
    background-color: transparent !important;
  }
}
header.main.site-scrolled .main-nav {
  background-color: #fff;
}
@media (max-width: 767px) {
  header.main.site-scrolled .main-nav .menu-wrapper {
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
  }
}
header.main.site-scrolled .main-nav .logo {
  margin-top: 10px;
  margin-left: 16px;
}
header.main.site-scrolled .main-nav .logo img {
  max-width: initial;
}
header.main.site-scrolled .main-nav .logo .logo-scrolled {
  display: block;
}
header.main.site-scrolled .main-nav .logo .logo-default {
  display: none;
}
@media (max-width: 991px) {
  header.main.site-scrolled .main-nav .logo {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  header.main.site-scrolled .main-nav .logo .logo-scrolled {
    display: none;
  }
  header.main.site-scrolled .main-nav .logo .logo-default {
    display: none;
  }
}
header.main.site-scrolled .main-nav .menu {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-top: 10px;
  line-height: 1.2em;
}
@media (max-width: 1199px) {
  header.main.site-scrolled .main-nav .menu {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header.main.site-scrolled .main-nav .menu {
    font-size: 13px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  header.main.site-scrolled .main-nav .menu {
    padding-top: 0;
  }
}
header.main.site-scrolled .main-nav .menu li {
  margin: 0 41px;
}
header.main.site-scrolled .main-nav .menu li:first-child {
  margin-left: 0;
}
header.main.site-scrolled .main-nav .menu li:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  header.main.site-scrolled .main-nav .menu li {
    margin: 0 30px;
  }
}
@media (max-width: 991px) {
  header.main.site-scrolled .main-nav .menu li {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  header.main.site-scrolled .main-nav .menu li {
    margin: 0;
  }
}
header.main.site-scrolled .main-nav .menu li .sub-menu li {
  margin: 0;
}
header.main.site-scrolled .main-nav .menu li a {
  color: #224200;
}
header.main.site-scrolled .main-nav .menu li a:hover {
  color: #eda600;
}
@media (max-width: 767px) {
  header.main.site-scrolled .main-nav .menu li a {
    color: white !important;
  }
}

footer.main {
  background: transparent url(images/welcome-pattern.jpg) left top repeat;
}
footer.main li, footer.main a, footer.main h2, footer.main h3, footer.main p {
  color: white;
}
footer.main .row {
  padding: 0 26px;
}
@media (max-width: 991px) {
  footer.main .row {
    padding: 0;
  }
}
footer.main .right {
  text-align: right;
}
@media (max-width: 767px) {
  footer.main .right {
    text-align: center;
  }
}
footer.main .top {
  padding-top: 57px;
  padding-bottom: 51px;
  border-bottom: 1px solid #224200;
}
@media (max-width: 1199px) {
  footer.main .top {
    padding-top: 37px;
  }
}
@media (max-width: 767px) {
  footer.main .top {
    text-align: center;
    padding-bottom: 0;
    border-bottom: 0;
  }
  footer.main .top > section {
    margin-bottom: 20px;
  }
}
footer.main .bottom {
  text-align: center;
  background-color: rgba(38, 74, 3, 0.4);
  padding: 0 10px;
  padding-top: 18px;
  padding-bottom: 7px;
}
footer.main .bottom img {
  width: auto;
  height: auto;
}
footer.main .bottom p {
  font-size: 12px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
footer.main h2 {
  font-family: "HandofSean", sans-serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
  margin-top: 28px;
}
@media (max-width: 1199px) {
  footer.main h2 {
    line-height: 1.4em;
  }
}
footer.main .middle {
  padding-top: 61px;
  padding-bottom: 72px;
}
footer.main .middle h3 {
  margin-bottom: 11px;
}
footer.main .middle .left-logo img {
  width: auto;
}
@media (max-width: 1199px) {
  footer.main .middle {
    padding-top: 37px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  footer.main .middle {
    padding-top: 0;
  }
  footer.main .middle .left-logo img {
    display: block;
    margin: 0 auto;
  }
}
footer.main h3 {
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  margin-top: 0;
}
footer.main .button-links {
  text-align: center;
  padding-top: 22px;
  font-size: 0;
}
footer.main .button-links .row {
  padding: 0;
}
footer.main .button-links .button, footer.main .button-links input[type=submit].gform_button {
  margin: 0 10px;
}
footer.main .button-links .button:first-child, footer.main .button-links input[type=submit].gform_button:first-child {
  margin-left: 0;
}
footer.main .button-links .button:last-child, footer.main .button-links input[type=submit].gform_button:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  footer.main .button-links .button, footer.main .button-links input[type=submit].gform_button {
    margin-bottom: 10px;
  }
  footer.main .button-links .button:first-child, footer.main .button-links input[type=submit].gform_button:first-child {
    margin-left: 10px;
  }
  footer.main .button-links .button:last-child, footer.main .button-links input[type=submit].gform_button:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  footer.main .button-links .button, footer.main .button-links input[type=submit].gform_button {
    font-size: 15px;
  }
}
footer.main ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 2px;
}
footer.main ul li {
  font-size: 15px;
  font-weight: 100;
  line-height: 1.7em;
  letter-spacing: 0.09em;
}
@media (max-width: 991px) {
  footer.main ul li {
    font-size: 12px;
  }
}

/* 	===========================================
	General Styles
=========================================== */
.pull-right {
  max-width: 100%;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

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

body:not(.home) {
  background-image: url(images/temp/bg-pattern.jpg);
  background-position: left top;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  body {
    padding-top: 90px;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  color: #3f2a1f;
  margin: 0;
}

h1 {
  font-weight: 600;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 68px;
}
h1:after {
  /* Make a dotted line under the heading */
  content: '';
  display: block;
  width: 97px;
  margin: 0 auto;
  border-bottom: 1px dotted black;
  padding-top: 30px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.04em;
  margin-bottom: 19px;
  margin-top: 1.1em;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.03em;
  margin-bottom: 22px;
  margin-top: 0.4em;
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  font-size: 25px;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1.4em;
  margin-bottom: 0.8em;
}
@media (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 25px;
  letter-spacing: 0;
  margin-top: 1.3em;
  margin-bottom: 0.9em;
}
@media (max-width: 991px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "HandofSean",sans-serif;
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 1.1em;
}
@media (max-width: 991px) {
  h6 {
    font-size: 18px;
  }
}

p {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.7em;
  margin-bottom: 1.4em;
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
  }
}

a {
  color: #3d7500;
}
a:focus {
  text-decoration: inherit;
  color: inherit;
  outline: none;
}

section ul {
  margin-top: -10px;
  padding-left: 20px;
  margin-bottom: 1em;
}
section ul li {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.7em;
}
@media (max-width: 991px) {
  section ul li {
    font-size: 15px;
  }
}
section ul li ul {
  margin-top: 0;
  padding-left: 20px;
}
section .gform_wrapper form input[type="submit"].gform_button {
  margin-top: 0;
}
section .gform_wrapper {
  display: block;
  margin-bottom: 60px;
  width: 80%;
}
@media (max-width: 991px) {
  section .gform_wrapper {
    width: 100%;
  }
}
section .gform_wrapper .ginput_container {
  margin-top: 0;
  padding-right: 0;
}
section .gform_wrapper .ginput_container input {
  margin-top: 0;
  margin-bottom: 20px;
}
section .gform_wrapper .gfield_label {
  display: block;
  font-weight: 600;
}
section .gform_wrapper br {
  display: none;
}
section .gform_wrapper .ginput_complex {
  margin: 0 -10px;
}
section .gform_wrapper .ginput_complex:after {
  content: '';
  display: block;
  clear: both;
}
section .gform_wrapper .ginput_complex p {
  float: left;
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  section .gform_wrapper .ginput_complex p {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  section .gform_wrapper .ginput_complex p:last-child {
    margin-bottom: 30px;
  }
}
section .gform_wrapper .ginput_complex p input {
  margin-bottom: 0;
}
section .gform_wrapper .ginput_complex p label {
  padding-left: 15px;
  font-weight: 400;
  font-size: 13px;
}
section .gform_wrapper .gform_footer:after {
  content: '';
  display: block;
  clear: both;
}
section .gform_wrapper textarea {
  margin-top: 0;
  width: 100% !important;
}
section .gform_wrapper .gfield_required {
  color: red;
}

.full-width blockquote {
  margin-top: 1.6em;
}

blockquote {
  border: 2px solid #3f2a1f;
  margin-top: 4.7em;
  text-align: center;
  padding: 50px 45px;
  margin-bottom: 4.7em;
  background-color: rgba(255, 255, 255, 0.5);
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
  margin-top: 0;
}

.accordion {
  border: 2px solid #3f2a1f;
  margin-top: 1.7em;
  margin-bottom: 2.4em;
  background-color: rgba(255, 255, 255, 0.5);
}
.accordion .accordion-header {
  font-size: 19px;
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  letter-spacing: 0.09em;
  font-weight: 700;
  padding: 27px;
  cursor: pointer;
  position: relative;
  padding-right: 35px;
}
.accordion .accordion-header .accordion-icon {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(images/plus-accordion.svg);
  background-size: 16px 16px;
  margin-top: 5px;
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -8px;
}
@media (max-width: 991px) {
  .accordion .accordion-header {
    font-size: 15px;
  }
}
.accordion .accordion-content {
  font-size: 20px;
  letter-spacing: 0.02em;
  padding: 0 62px 25px 27px;
  line-height: 1.7em;
  margin-top: -11px;
}
@media (max-width: 991px) {
  .accordion .accordion-content {
    font-size: 15px;
    background-size: initial;
  }
}
.accordion:not(.active) .accordion-content {
  display: none;
}
.accordion.active {
  border-color: #eda600;
}
.accordion.active .accordion-header .accordion-icon {
  background-image: url(images/minus-accordion.svg);
}

/* General styles for every button on site */
.button, input[type=submit].gform_button {
  display: inline-block;
  font-size: 20px;
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid transparent;
  padding: 9px 36px;
  letter-spacing: 0.09em;
  border-radius: 25px;
  background-color: transparent;
  transition-property: color, background, background-image;
  transition-duration: 250ms;
  transition-timing-function: ease;
  margin-bottom: 35px;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .button, input[type=submit].gform_button {
    font-size: 17px;
  }
}
.button:hover, input[type=submit].gform_button:hover {
  text-decoration: none;
}

.button.button-green, input.button-green[type=submit].gform_button {
  border-color: #3d7500;
  color: #3d7500;
}
.button.button-green:hover, input.button-green[type=submit].gform_button:hover {
  color: white;
  background-color: #3d7500;
  background-image: url(images/button-pattern-green.jpg);
}
.button.button-green.full-color, input.button-green[type=submit].gform_button, .button.button-green.tab-active, input.button-green.tab-active[type=submit].gform_button {
  background-color: #3d7500;
  background-image: url(images/button-pattern-green.jpg);
  color: white;
}
.button.button-green.full-color:hover, input.button-green[type=submit].gform_button:hover, .button.button-green.tab-active:hover, input.button-green.tab-active[type=submit].gform_button:hover {
  background-image: none;
  background-color: transparent;
  color: #3d7500;
}

.button.button-orange, input[type=submit].gform_button {
  border-color: #f0a800;
  color: #f0a800;
}
.button.button-orange:hover, input[type=submit].gform_button:hover {
  background-color: #f0a800;
  background-image: url(images/button-pattern-orange.jpg);
  color: white;
}
.button.button-orange.full-color, input[type=submit].gform_button, .button.button-orange.tab-active, input.tab-active[type=submit].gform_button {
  background-color: #f0a800;
  background-image: url(images/button-pattern-orange.jpg);
  color: white;
}
.button.button-orange.full-color:hover, input[type=submit].gform_button:hover, .button.button-orange.tab-active:hover, input.tab-active[type=submit].gform_button:hover {
  background-image: none;
  background-color: transparent;
  color: #f0a800;
}

body {
  background-color: #faf8f5;
  font-family: "azo-sans-web", sans-serif;
  /* Set default font for whole page */
}
body:not(.home) {
  /* Make a blank space to start right after the end of main site header */
  padding-top: 90px;
}

.socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.socials ul li {
  display: inline-block;
  margin: 0 5px;
}
.socials ul li:last-child {
  margin-right: 0;
}
.socials ul li a {
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: ease;
  opacity: 1;
}
.socials ul li a:hover {
  opacity: 0.6;
}

#page > section > h2 {
  text-align: center;
  overflow: hidden;
  margin-bottom: 48px;
  margin-top: 0;
}
#page > section > h2 span {
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  #page > section > h2 span {
    font-size: 20px;
    padding: 0 10px;
  }
}
#page > section > h2 span:before, #page > section > h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 1px;
  border-top: 1px dotted #3f2a1f;
}
#page > section > h2 span:before {
  right: 100%;
  margin-right: 30px;
}
#page > section > h2 span:after {
  left: 100%;
  margin-left: 30px;
}
@media (max-width: 767px) {
  #page > section > h2 span:before, #page > section > h2 span:after {
    content: none;
  }
}

.full-width .sp-banner {
  margin-bottom: 104px;
  position: relative;
}
.full-width .sp-banner img {
  width: 100%;
}

/* Overwrite default styles of TablePress*/
@media (max-width: 991px) {
  .dataTables_wrapper {
    overflow: scroll;
  }
}
.dataTables_wrapper .dataTables_length {
  display: none;
}
.dataTables_wrapper .dataTables_filter {
  display: none;
}
.dataTables_wrapper .dataTables_info {
  display: none;
}
.dataTables_wrapper .dataTables_paginate {
  display: none;
}

.tablepress .sorting:after {
  content: none !important;
}

table.tablepress {
  border: 1px double #3f2a1f;
}
table.tablepress thead tr {
  border: 1px solid #3f2a1f;
}
table.tablepress thead th {
  border: 0;
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.09em;
  background-color: #3f2a1f;
  font-size: 19px;
  color: white;
  padding: 11px 28px;
}
table.tablepress thead th:not(:last-child) {
  border-right: 1px solid white;
}
table.tablepress thead th:after {
  content: none;
}
table.tablepress thead th:hover {
  background-color: #3f2a1f;
}
table.tablepress tbody td {
  border: 1px solid #3f2a1f;
  font-size: 15px;
  letter-spacing: 0.02em;
  background-color: transparent;
  padding: 14px 29px;
}
table.tablepress caption {
  display: none;
}

/* Styles for circle with user avatar */
.usr-img {
  width: 90px;
  height: 90px;
  border: 5px solid white;
  border-radius: 45px;
  overflow: hidden;
  text-align: center;
  line-height: 76px;
}
.usr-img img {
  display: inline-block;
  vertical-align: middle;
}

.line {
  border-bottom: 1px dotted black;
  margin-bottom: 2em;
}

section.full-width {
  padding-bottom: 30px;
}
section.full-width .post-image {
  box-shadow: 0 60px 95px -80px black;
}

/* Styles for video container that scales video properly to site container*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alignright {
  float: right;
  margin-left: 38px;
}
@media (max-width: 991px) {
  .alignright {
    margin-left: 34px;
  }
}

.alignleft {
  float: left;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .alignleft {
    margin-right: 28px;
  }
}

.alignleft, .alignright {
  height: auto;
}
@media (max-width: 1199px) {
  .alignleft, .alignright {
    max-width: 334px;
  }
}
@media (max-width: 991px) {
  .alignleft, .alignright {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .alignleft, .alignright {
    max-width: none;
    display: block;
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.post-slider {
  width: 100%;
  height: auto;
  max-height: 640px;
  overflow: hidden;
}
.post-slider img {
  width: 100%;
}

.post-slider-arrow {
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  background-size: cover;
  top: 50%;
  margin-top: -27px;
  z-index: 1;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
.post-slider-arrow:hover {
  opacity: 0.8;
}
.post-slider-arrow.arrow-left {
  background-image: url(images/slick-prev.svg);
  left: 30px;
}
@media (max-width: 767px) {
  .post-slider-arrow.arrow-left {
    left: 4px;
  }
}
.post-slider-arrow.arrow-right {
  background-image: url(images/slick-next.svg);
  right: 30px;
}
@media (max-width: 767px) {
  .post-slider-arrow.arrow-right {
    right: 4px;
  }
}

@media (max-width: 767px) {
  .lightbox-post-elements img {
    display: block;
    margin: 0 auto;
  }
}
.lightbox-post-elements [class*="col-"] {
  margin-bottom: 30px;
}

.tablet-detector {
  display: none;
}
@media (max-width: 991px) {
  .tablet-detector {
    display: block;
  }
}

.tabs {
  margin-bottom: 63px;
}
.tabs .tab-head {
  padding: 0;
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #3f2a1f;
  margin-top: 0;
  margin-bottom: 24px;
}
.tabs .tab-head li {
  display: inline-block;
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.052em;
  font-weight: 600;
  padding-right: 55px;
}
.tabs .tab-head li a {
  color: #3f2a1f;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
  margin-bottom: -1px;
}
.tabs .tab-head li.active a {
  color: #eda600;
  border-bottom: 2px solid #eda600;
  padding-bottom: 9px;
}
.tabs .tab-head li:hover a {
  color: #eda600;
}
@media (max-width: 767px) {
  .tabs .tab-trigger-wrapper {
    font-family: "jaf-bernino-sans-condensed",sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.052em;
    font-weight: 600;
    margin-top: -1px;
    border: 1px solid #3f2a1f;
  }
  .tabs .tab-trigger-wrapper a {
    color: #3f2a1f;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
  }
  .tabs .tab-trigger-wrapper.active {
    border: 1px solid #eda600;
    border-bottom: none;
  }
  .tabs .tab-trigger-wrapper.active a {
    color: #eda600;
  }
  .tabs .tab-trigger-wrapper:hover:not(.active) {
    border: 1px solid #eda600;
    position: relative;
  }
  .tabs .tab-trigger-wrapper:hover:not(.active) a {
    color: #eda600;
  }
  .tabs .tab-body {
    padding: 0 15px;
    padding-top: 1px;
    overflow: auto;
  }
  .tabs .tab-body .tab-body-wrapper {
    padding-right: 15px;
    display: inline-block;
  }
  .tabs .tab-body:after {
    content: '';
    display: block;
    clear: both;
  }
  .tabs .tab-body.active {
    border: 1px solid #eda600;
    border-top: none;
    position: relative;
  }
}
.tabs .tab-body:not(.active) {
  display: none;
}

/* 	>>>>>>>>>>>>>>>>>>>>>>>>===========================================>>>>>>>>>>>>>>>>>>>>>>>>
								Styles for Home Page Sections
	>>>>>>>>>>>>>>>>>>>>>>>>===========================================>>>>>>>>>>>>>>>>>>>>>>>> */
/* ===========================================
		Styles for hero video background
=========================================== */
section.site-hero {
  position: relative;
}
section.site-hero .hero-content {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.site-hero .hero-content {
    max-height: 244px;
    overflow: hidden;
  }
}
section.site-hero .hero-slides .single-hero-slide {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-timing-function: ease;
}
section.site-hero .hero-slides .single-hero-slide:not(.active) {
  opacity: 0;
}
section.site-hero .video-poster {
  width: 100%;
  height: auto;
}
section.site-hero video {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 102%;
  min-height: 102%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.site-hero .content {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 100px;
  background-color: transparent;
}
@media (min-width: 768px) {
  section.site-hero .content {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
}
@media (max-width: 767px) {
  section.site-hero .content {
    position: static;
    padding-top: 20px;
  }
  section.site-hero .content .ezcol {
    display: block;
    float: none;
    width: 100% !important;
    margin: 0;
  }
}
section.site-hero .content, section.site-hero .content a {
  font-family: "HandofSean",sans-serif;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: white;
  text-decoration: none;
}
@media (max-width: 991px) {
  section.site-hero .content, section.site-hero .content a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.site-hero .content, section.site-hero .content a {
    color: #2f5c00;
  }
}
section.site-hero .content img, section.site-hero .content a img {
  vertical-align: bottom;
  margin-right: 16px;
}
@media (max-width: 991px) {
  section.site-hero .content img, section.site-hero .content a img {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    vertical-align: -12px;
    margin-right: 7px;
  }
}
section.site-hero .content a:hover {
  color: #eda600;
}
section.site-hero .hero-container {
  position: relative;
}
section.site-hero .video-wrapper {
  position: relative;
  height: 100%;
  box-shadow: 0 60px 95px -80px black;
}
section.site-hero .sp-scrolldown {
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -45px;
  z-index: 5;
}
@media (min-width: 992px) {
  section.site-hero .sp-scrolldown {
    width: 90px;
    height: 90px;
  }
  section.site-hero .sp-scrolldown:before {
    border-top: 26px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: -15px;
    margin-top: -11px;
  }
}
@media (max-width: 991px) {
  section.site-hero .sp-scrolldown {
    bottom: -30px;
    margin-left: -25px;
  }
}
@media (max-width: 767px) {
  section.site-hero .sp-scrolldown {
    margin-left: -25px;
  }
}

.site-hero.fullsize {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.site-hero.fullsize .hero-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.site-hero.fullsize .video-poster {
  display: none;
}

.site-hero:not(.fullsize) {
  background-image: none !important;
}
.site-hero:not(.fullsize) .video-poster {
  display: block;
}

/* 	===========================================
		Styles tabs at What's popular
	=========================================== */
section.whats-popular {
  padding-top: 82px;
}
@media (max-width: 767px) {
  section.whats-popular {
    padding-top: 20px;
  }
}
section.whats-popular .tab-elements .tab-links {
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  margin: 0;
}
section.whats-popular .tab-elements .tab-links li {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 15px;
}
section.whats-popular .tab-elements .tab-links li .button, section.whats-popular .tab-elements .tab-links li input[type=submit].gform_button {
  margin-bottom: 0;
  font-size: 18px;
  padding: 6px 36px;
}
section.whats-popular .tab-elements .tab-links li .button:not(.tab-active):not(:hover), section.whats-popular .tab-elements .tab-links li input[type=submit].gform_button:not(.tab-active):not(:hover) {
  background: transparent !important;
}
section.whats-popular .tab-elements .tab-links li .button:not(.tab-active):hover, section.whats-popular .tab-elements .tab-links li input[type=submit].gform_button:not(.tab-active):hover {
  color: white !important;
}
section.whats-popular .tab-elements .tab-links li .button.tab-active:not(:hover), section.whats-popular .tab-elements .tab-links li input.tab-active[type=submit].gform_button:not(:hover) {
  color: white !important;
}
section.whats-popular .tab-elements .tab-links li .button.tab-active:hover, section.whats-popular .tab-elements .tab-links li input.tab-active[type=submit].gform_button:hover {
  background: transparent !important;
}
@media (max-width: 991px) {
  section.whats-popular .tab-elements .tab-links li .button, section.whats-popular .tab-elements .tab-links li input[type=submit].gform_button {
    padding: 6px 25px;
  }
}
@media (max-width: 991px) {
  section.whats-popular .tab-elements .tab-links li .button, section.whats-popular .tab-elements .tab-links li input[type=submit].gform_button {
    font-size: 15px;
  }
}
section.whats-popular .top {
  margin-bottom: 29px;
}
section.whats-popular .bottom {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section.whats-popular .tab-link-wrapper {
    border: 1px solid #3f2a1f;
  }
  section.whats-popular .tab-link-wrapper:not(:first-child) {
    margin-top: -1px;
  }
  section.whats-popular .tab-link-wrapper a {
    font-family: "jaf-bernino-sans-condensed",sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    display: block;
    text-decoration: none;
    padding: 7px 15px;
    font-weight: 600;
    color: #3f2a1f;
  }
  section.whats-popular .tab-link-wrapper:hover {
    border-color: #eda600;
    position: relative;
  }
  section.whats-popular .tab-link-wrapper:hover a:hover {
    color: #eda600;
  }
  section.whats-popular .tab-link-wrapper.tab-active {
    border-color: #eda600;
    border-bottom: none;
  }
  section.whats-popular .tab-link-wrapper.tab-active a {
    color: #eda600;
  }
}
section.whats-popular .custom-row {
  margin: 0 -2.5px;
}
section.whats-popular .custom-row:not(.tab-active) {
  display: none;
}
section.whats-popular .custom-row:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  section.whats-popular .custom-row {
    margin: 0;
    padding: 0 10px;
    padding-top: 10px;
  }
  section.whats-popular .custom-row.tab-active {
    border: 1px solid #eda600;
    border-top: none;
    position: relative;
  }
}
section.whats-popular .custom-row > * {
  float: left;
  padding: 0 2.5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  section.whats-popular .custom-row > * {
    float: none;
    max-width: 100%;
    width: 320px;
    margin: 0 auto;
  }
}
section.whats-popular .custom-row > * h3, section.whats-popular .custom-row > * h2 {
  color: white;
}
section.whats-popular .custom-row > * h3 {
  font-weight: 600;
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
section.whats-popular .custom-row > * h2 {
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  section.whats-popular .custom-row > * h2 {
    display: none;
  }
}
section.whats-popular .custom-row > * h2:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
section.whats-popular .custom-row a {
  text-decoration: none;
}
section.whats-popular .custom-row article {
  background-size: 100% auto;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: table;
  /* Value needed to keep content vertically centered (cross browser compatibility) */
  transition-property: background;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
@media (max-width: 767px) {
  section.whats-popular .custom-row article {
    display: block;
    background: transparent !important;
  }
}
section.whats-popular .custom-row article .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 768px) {
  section.whats-popular .custom-row article .content {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  section.whats-popular .custom-row article .content {
    display: block;
  }
}
section.whats-popular .custom-row article .content img {
  margin-top: 20px;
}
@media (max-width: 767px) {
  section.whats-popular .custom-row article .content img {
    display: none;
  }
}
section.whats-popular .custom-row article .content .button, section.whats-popular .custom-row article .content input[type=submit].gform_button {
  color: white;
}
@media (min-width: 768px) {
  section.whats-popular .custom-row article .content .button:not(:hover), section.whats-popular .custom-row article .content input[type=submit].gform_button:not(:hover) {
    background: transparent !important;
  }
}
@media (max-width: 767px) {
  section.whats-popular .custom-row article .content .button, section.whats-popular .custom-row article .content input[type=submit].gform_button {
    min-width: 100%;
    background-color: #f0a800;
    background-image: url(images/button-pattern-orange.jpg);
    color: white;
    padding-left: 0;
    padding-right: 0;
    margin: -13px -36px;
    display: block;
    border-color: transparent;
  }
}
@media (max-width: 767px) {
  section.whats-popular .custom-row .box-img {
    display: none;
  }
}
section.whats-popular .custom-row .box-lg {
  width: 685px;
  height: 455px;
}
@media (max-width: 1199px) {
  section.whats-popular .custom-row .box-lg {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.whats-popular .custom-row .box-lg {
    width: auto;
    height: auto;
  }
  section.whats-popular .custom-row .box-lg .content {
    padding: 13px 36px;
    border-radius: 25px;
    margin-bottom: 25px;
  }
  section.whats-popular .custom-row .box-lg .content h2 {
    margin: 0;
    font-family: "jaf-bernino-sans-condensed",sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.09em;
  }
}
section.whats-popular .custom-row .box-sm {
  width: 230px;
  height: 225px;
}
@media (max-width: 1199px) {
  section.whats-popular .custom-row .box-sm {
    width: 25%;
  }
}
@media (max-width: 991px) {
  section.whats-popular .custom-row .box-sm {
    width: 50%;
    height: 357px;
  }
}
@media (max-width: 767px) {
  section.whats-popular .custom-row .box-sm {
    width: auto;
    height: auto;
  }
  section.whats-popular .custom-row .box-sm .content {
    padding: 13px 36px;
    border-radius: 25px;
    margin-bottom: 25px;
  }
  section.whats-popular .custom-row .box-sm .content h3 {
    margin: 0;
    font-family: "jaf-bernino-sans-condensed",sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.09em;
  }
}
section.whats-popular .custom-row .box-sm a:hover {
  text-decoration: none;
}
section.whats-popular .custom-row .box-sm a:hover h3 {
  color: #f0a800;
}

.top-pattern {
  position: absolute;
  bottom: 100%;
  height: 21px;
  width: 100%;
  left: 0;
}

/* 	===========================================
		Styles for timer under what's popular
	=========================================== */
section.countdown {
  padding-top: 27px;
  box-shadow: 0 60px 95px -85px black;
}
section.countdown ul.date-time {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  margin-bottom: 3px;
}
section.countdown ul.date-time li {
  display: inline-block;
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #3f3200;
  font-weight: 700;
  letter-spacing: 0.11em;
  padding: 0 29px;
}
section.countdown ul.date-time li:not(:last-child) {
  border-right: 1px dotted black;
}
@media (max-width: 767px) {
  section.countdown ul.date-time li {
    display: block;
    margin-bottom: 20px;
  }
  section.countdown ul.date-time li:not(:last-child) {
    border-right: none;
  }
}
section.countdown ul.date-time li span {
  font-family: "HandofSean",sans-serif;
  display: block;
  text-transform: none;
  color: #336600;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0.03em;
  margin-top: 6px;
}
section.countdown img {
  width: 100%;
}

/* 	===========================================
		Styles for slider Connect with
	=========================================== */
section.connect-with {
  padding-top: 60px;
  position: relative;
}
section.connect-with .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  section.connect-with .arrows-wrapper {
    position: relative;
    height: 30px;
    margin-top: -86px;
  }
}
section.connect-with .slider-arrow {
  position: absolute;
  top: 412px;
  width: 54px;
  height: 54px;
  transition-property: background-size;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
@media (max-width: 767px) {
  section.connect-with .slider-arrow {
    top: 0;
  }
}
section.connect-with .slider-arrow.arrow-left {
  left: 25px;
}
@media (max-width: 991px) {
  section.connect-with .slider-arrow.arrow-left {
    left: 18px;
  }
}
section.connect-with .slider-arrow.arrow-right {
  right: 25px;
}
@media (max-width: 991px) {
  section.connect-with .slider-arrow.arrow-right {
    right: 18px;
  }
}
section.connect-with .slider-arrow svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.connect-with .slider-arrow path {
  fill: #517033;
}
section.connect-with .slider-arrow polyline {
  stroke: #517033;
}
section.connect-with .arrow-left:hover path, section.connect-with .arrow-right:hover path {
  fill: #eda600;
}
section.connect-with .arrow-left:hover polyline, section.connect-with .arrow-right:hover polyline {
  stroke: #eda600;
}
@media (max-width: 991px) {
  section.connect-with .arrow-left:hover path, section.connect-with .arrow-right:hover path {
    fill: #517033;
  }
  section.connect-with .arrow-left:hover polyline, section.connect-with .arrow-right:hover polyline {
    stroke: #517033;
  }
}
section.connect-with .slider-cw {
  padding-top: 4px;
  width: 1248px;
  margin: 0 auto;
}
@media (max-width: 1420px) {
  section.connect-with .slider-cw {
    width: 832px;
  }
}
@media (max-width: 991px) {
  section.connect-with .slider-cw {
    width: 624px;
  }
}
@media (max-width: 767px) {
  section.connect-with .slider-cw {
    width: 320px;
    margin-bottom: 130px;
  }
}
section.connect-with .slider-cw .slick-slide {
  padding: 0 15px;
}
section.connect-with .slider-cw .slick-slide:focus {
  outline: none;
}
section.connect-with .slider-cw article {
  width: 386px;
  min-height: 565px;
  background-color: #fff;
  border: 1px solid #e8e0d5;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.connect-with .slider-cw article {
    width: 282px;
    min-height: 510px;
  }
}
@media (max-width: 767px) {
  section.connect-with .slider-cw article {
    width: 290px;
    min-height: 456px;
  }
}
section.connect-with .slider-cw article header {
  border-bottom: 1px solid #e8e0d5;
  height: 289px;
}
@media (max-width: 991px) {
  section.connect-with .slider-cw article header {
    height: 212px;
  }
}
section.connect-with .slider-cw article header img {
  display: block;
  min-width: 100%;
  max-height: 100%;
}
section.connect-with .slider-cw article header img[src=""] {
  opacity: 0;
}
section.connect-with .slider-cw article header .video {
  position: relative;
  width: 100%;
  height: 100%;
}
section.connect-with .slider-cw article header .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.connect-with .slider-cw article h3 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4em;
  color: #0f2841;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section.connect-with .slider-cw article h3 {
    font-size: 20px;
  }
}
section.connect-with .slider-cw article p {
  color: #989898;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 29px;
}
section.connect-with .slider-cw article p a {
  color: #3d7500;
}
section.connect-with .slider-cw article footer {
  text-align: center;
  position: relative;
  padding: 0 25px;
  padding-top: 60px;
  min-height: 276px;
  padding-bottom: 85px;
}
@media (max-width: 991px) {
  section.connect-with .slider-cw article footer {
    min-height: 298px;
  }
}
@media (max-width: 767px) {
  section.connect-with .slider-cw article footer {
    min-height: 244px;
  }
}
section.connect-with .slider-cw article footer .usr-img {
  position: absolute;
  top: -41px;
  left: 50%;
  margin-left: -45px;
  background: url(images/icon-pattern.jpg) left top repeat;
}
section.connect-with .bottom > img {
  width: 100%;
}
section.connect-with .socials {
  font-family: "HandofSean",sans-serif;
  text-align: center;
  margin-top: 59px;
  margin-bottom: 10px;
}
section.connect-with .socials p, section.connect-with .socials ul {
  display: inline-block;
}
@media (max-width: 767px) {
  section.connect-with .socials p, section.connect-with .socials ul {
    display: block;
  }
}
section.connect-with .socials p {
  font-size: 25px;
  color: #3f3200;
  margin: 0;
  vertical-align: bottom;
  margin-right: 10px;
}
@media (max-width: 767px) {
  section.connect-with .socials p {
    margin-right: 0;
  }
}

/* 	===========================================
		Styles for Welcome to Timber Lake Camp
	=========================================== */
section.welcome header {
  text-align: center;
  padding-top: 57px;
  padding-bottom: 46px;
  position: relative;
  background-repeat: repeat;
  background-position: left top;
  background-color: transparent;
  position: relative;
}
section.welcome header .triangle {
  display: block;
  width: 75px;
  height: 30px;
  background-size: cover;
  position: absolute;
  top: 100%;
  left: calc(50% - 37.5px);
}
section.welcome header .content {
  display: inline-block;
  overflow: hidden;
}
section.welcome header .content h3 {
  font-family: "jaf-bernino-sans-condensed",sans-serif;
  text-transform: uppercase;
  color: white;
  margin-bottom: 9px;
  margin-top: 0;
}
section.welcome header .content h3 span {
  font-size: 24px;
  letter-spacing: 0.3em;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  section.welcome header .content h3 span {
    font-size: 20px;
  }
}
section.welcome header .content h3 span:before, section.welcome header .content h3 span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 1px;
  border-top: 1px dotted white;
}
section.welcome header .content h3 span:before {
  right: 100%;
  margin-right: 30px;
}
section.welcome header .content h3 span:after {
  left: 100%;
  margin-left: 30px;
}
@media (max-width: 767px) {
  section.welcome header .content h3 span:before, section.welcome header .content h3 span:after {
    content: none;
  }
}
section.welcome header .content h2 {
  font-size: 60px;
  color: #eda600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  section.welcome header .content h2 {
    font-size: 40px;
  }
}
section.welcome .articles:after {
  content: '';
  display: block;
  clear: both;
}
section.welcome .articles article {
  height: 720px;
}
@media (max-width: 1199px) {
  section.welcome .articles article {
    height: auto;
  }
}
section.welcome .articles article > div {
  float: right;
}
@media (max-width: 1199px) {
  section.welcome .articles article > div {
    float: left;
  }
}
section.welcome .articles article:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1199px) {
  section.welcome .articles article:after {
    clear: none;
  }
}
section.welcome .articles article .image-part {
  height: 100%;
  width: 50%;
  background-size: cover;
}
section.welcome .articles article .content-part {
  height: 100%;
  width: 50%;
  display: table;
  background-repeat: repeat;
  background-position: top left;
}
@media (max-width: 1199px) {
  section.welcome .articles article .content-part {
    width: 100%;
    min-height: 320px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.welcome .articles article .content-part .content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 65px;
  text-align: center;
}
@media (max-width: 767px) {
  section.welcome .articles article .content-part .content {
    padding: 0 10px;
  }
}
section.welcome .articles article .content-part .content h4 {
  margin-bottom: 15px;
  margin-top: 14px;
  letter-spacing: 0.3em;
}
section.welcome .articles article .content-part .content p {
  font-size: 17px;
  line-height: 1.75em;
  color: #3f3200;
}

/*================Instagram Feed============================*/
.connect-content .custom-instagram {
  padding-top: 50px;
}
.connect-content .custom-instagram:after {
  content: '';
  display: block;
  clear: both;
}
.connect-content .custinsta-single {
  display: table;
  float: left;
  width: 16.66%;
  background-size: cover;
  position: relative;
  text-decoration: none;
  word-wrap: break-word;
  table-layout: fixed;
}
.connect-content .custinsta-single:hover .custinsta-content, .connect-content .custinsta-single.custinsta-follow .custinsta-content {
  opacity: 1;
}
@media (max-width: 1199px) {
  .connect-content .custinsta-single {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .connect-content .custinsta-single {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .connect-content .custinsta-single {
    width: 50%;
  }
}
.connect-content .custinsta-content {
  opacity: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 138, 208, 0.9);
  text-align: center;
  font-weight: 500;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: ease;
}
@media (max-width: 767px) {
  .connect-content .custinsta-content {
    font-size: 11px;
  }
}
.connect-content .custinsta-follow .custinsta-content {
  background-repeat: repeat;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.connect-content .custinsta-follow .custinsta-content img {
  margin-bottom: 0.5em;
}

.more-btn-wrapper {
  text-align: center;
  padding: 35px 0 15px;
}

/* 	>>>>>>>>>>>>>>>>>>>>>>>>===========================================>>>>>>>>>>>>>>>>>>>>>>>>
								Styles for Single Posts
	>>>>>>>>>>>>>>>>>>>>>>>>===========================================>>>>>>>>>>>>>>>>>>>>>>>> */
section.single-post {
  padding-top: 64px;
  padding-bottom: 40px;
}
section.single-post .author {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 38px;
  color: #989898;
}
section.single-post .author .usr-img {
  margin: 0 10px;
}
@media (max-width: 767px) {
  section.single-post .author .usr-img {
    margin: 10px auto;
  }
}
section.single-post .author .author-link {
  text-align: right;
}
@media (max-width: 767px) {
  section.single-post .author .author-link {
    text-align: center;
  }
}
section.single-post .author .post-date {
  text-align: left;
}
@media (max-width: 767px) {
  section.single-post .author .post-date {
    text-align: center;
  }
}
section.single-post .author > * {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  section.single-post .author > * {
    display: block;
    margin: 0 auto;
  }
}
section.single-post .author > *:not(.usr-img) {
  width: 200px;
}
section.single-post .content {
  clear: both;
}
section.single-post .content:after {
  content: '';
  display: block;
  clear: both;
}
section.single-post .content .gallery {
  margin-bottom: 40px;
}
section.single-post .content .gallery img {
  margin-bottom: 25px;
}
section.single-post .post-meta {
  margin-bottom: 48px;
}
section.single-post .post-meta:after, section.single-post .post-meta:before {
  content: '';
  height: 1px;
  display: block;
  width: 98px;
  border-style: dotted;
  border-color: black;
  margin: 0 auto;
}
section.single-post .post-meta:after {
  border-width: 0 0 1px 0;
  padding-bottom: 30px;
}
section.single-post .post-meta:before {
  border-width: 1px 0 0 0;
  padding-top: 30px;
}
section.single-post .post-meta p {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
  color: #989898;
}
section.single-post #comments {
  display: none;
}
section.single-post .disqus-comments {
  width: 656px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  section.single-post .disqus-comments {
    width: 100%;
  }
}
section.single-post .blog-link {
  text-align: center;
}
section.single-post .single-photo {
  margin-bottom: 25px;
}
section.single-post .single-photo img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
}

/* Hide sharethis on phones */
#sthoverbuttons {
  display: none;
}

/* Styles for overwriting responsive lightbox styles*/
div#swipebox-overlay {
  background-color: rgba(34, 66, 0, 0.9);
}

div#swipebox-bottom-bar, div#swipebox-top-bar {
  background-color: #2d4b0c;
}

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(34, 66, 0, 0.95);
}

.tos-uibg {
  background: none;
}

.tos-caption {
  opacity: 1;
  bottom: 8px;
}

.tos-wrapper .tos-caption {
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 1199px) {
  .tos-wrapper .tos-caption {
    font-size: 15px;
  }
}

.tos-prev, .tos-next {
  opacity: 1 !important;
  width: 54px;
  height: 54px;
  background-size: 54px 54px;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (max-width: 767px) {
  .tos-prev, .tos-next {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.tos-prev span, .tos-next span {
  display: none;
}

.tos-prev {
  background-image: url(images/slick-prev.svg);
  left: 40px;
}
@media (max-width: 1199px) {
  .tos-prev {
    left: 15px;
  }
}

.tos-next {
  background-image: url(images/slick-next.svg);
  right: 40px;
}
@media (max-width: 1199px) {
  .tos-next {
    right: 15px;
  }
}

.tos-close {
  opacity: 1 !important;
  width: 16px;
  height: 16px;
  background: url(images/lightbox-close.svg) left top no-repeat;
  background-size: 16px 16px;
  top: 30px;
  right: 29px;
}
@media (max-width: 991px) {
  .tos-close {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
@media (max-width: 1199px) {
  .tos-close {
    top: 15px;
    right: 15px;
  }
}
.tos-close span {
  display: none;
}

/* Overlay will be common for all modals */
.modal-overlay {
  position: fixed;
  z-index: 10;
  /* Make sure it's covering the fixed header */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 82, 0, 0.75);
  display: none;
}

/*
Global styles from modal element, positioning it and setting up
common properties
*/
.modal {
  /* Overwrite some of bootstrap styles */
  overflow: visible;
  right: auto;
  bottom: auto;
  position: absolute;
  z-index: 12;
  /* Place it higher than overlay */
  /* Modal is positioned in the center of the screen */
  left: 50%;
  top: 70px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  /* Properties common for all modals */
  background-color: #faf8f5;
  padding: 10px;
  box-shadow: 0 0 15px 0 rgba(36, 72, 0, 0.5);
}

.modal-close {
  /* Reset default button styles */
  outline: none !important;
  border: none;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  /* Positioning */
  position: absolute;
  z-index: 13;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  /* Looks */
  width: 40px;
  height: 40px;
  border: 3px solid #ffffff;
  background-color: #3e2b21;
  background-image: url(images/modal-close.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center center;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .modal-close {
    right: 1px;
    top: -54px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* Request Info Modal */
.modal-request-info {
  width: 720px;
  min-height: 685px;
}
@media (max-width: 767px) {
  .modal-request-info {
    width: auto;
    left: 15px;
    right: 15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.modal-ri-left-col {
  position: absolute;
  top: 10px;
  bottom: 10px;
}

.modal-ri-left {
  padding-bottom: 24px;
  position: relative;
  background: linear-gradient(to bottom, #ffffff, #d6e6f2);
  margin-right: -17px;
  height: 100%;
  border: 1px solid #eeebe6;
}
.modal-ri-left h3 {
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 0;
}
.modal-ri-left p {
  font-size: 15px;
  line-height: 25px;
  color: #0f2841;
  margin-bottom: 17px;
}

.modal-ri-left-content {
  padding: 20px 14px 0 21px;
}

.modal-ri-left-photo {
  padding-top: 13px;
  text-align: center;
}
.modal-ri-left-photo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #ffffff;
  border-radius: 3px;
}
.modal-ri-left-photo .line1 {
  font-family: 'HandofSean';
  font-size: 18px;
  line-height: 25px;
  color: #3f2a1f;
  margin-top: 25px;
}
.modal-ri-left-photo .line2 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #262020;
  text-transform: uppercase;
  margin-top: 4px;
  letter-spacing: 0.7px;
}

.modal-ri-phone-numbers {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}
.modal-ri-phone-numbers .phone-row {
  margin-top: 12px;
}
.modal-ri-phone-numbers .phone-row:first-child {
  margin-top: 0;
}
.modal-ri-phone-numbers .phone, .modal-ri-phone-numbers .title {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
}
.modal-ri-phone-numbers .phone {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #3f2a1f;
  letter-spacing: 1.5px;
}
.modal-ri-phone-numbers .title {
  font-size: 12px;
  line-height: 20px;
  color: #262020;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-top: -2px;
}

/* Right column of Request Info modal (the form) */
.modal-ri-right-col {
  float: right;
}
@media (max-width: 767px) {
  .modal-ri-right-col {
    float: none;
  }
}

.modal-ri-right {
  padding-top: 9px;
  padding-left: 7px;
}
@media (max-width: 767px) {
  .modal-ri-right {
    overflow: hidden;
    padding: 0 0 20px 0;
  }
}
.modal-ri-right p {
  font-size: 15px;
  line-height: 25px;
  color: #0f2841;
}
.modal-ri-right p:first-child {
  margin-top: 0;
}
.modal-ri-right p:last-child {
  margin-bottom: 0;
}
.modal-ri-right .red {
  color: #d20000;
}
.modal-ri-right h3, .modal-ri-right .gform_wrapper h3 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #262020;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .modal-ri-right h3, .modal-ri-right .gform_wrapper h3 {
    line-height: 24px;
  }
}

.modal-family-oc {
  width: 720px;
}
@media (max-width: 767px) {
  .modal-family-oc {
    width: auto;
    left: 15px;
    right: 15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.modal-foc-row {
  background-image: linear-gradient(to bottom, #ffffff, #d6e6f2);
}
@media (max-width: 767px) {
  .modal-foc-row {
    background-image: none;
  }
}

.modal-foc-row-title, .modal-foc-titles .title, .modal-foc-images .title-mobile {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #262020;
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px 0 14px 15px;
  letter-spacing: 2.2px;
}
@media (max-width: 767px) {
  .modal-foc-row-title, .modal-foc-titles .title, .modal-foc-images .title-mobile {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-foc-titles {
  margin: 0;
}
@media (max-width: 767px) {
  .modal-foc-titles {
    display: none;
  }
}
.modal-foc-titles .title {
  padding-left: 35px;
}
.modal-foc-titles .title:first-child {
  padding-left: 15px;
}

.modal-foc-images {
  margin: 0;
}
.modal-foc-images .title-mobile {
  display: none;
}
@media (max-width: 767px) {
  .modal-foc-images .title-mobile {
    display: block;
  }
}
.modal-foc-images .camp {
  height: 162px;
  position: relative;
}
@media (max-width: 767px) {
  .modal-foc-images .camp {
    display: block;
    height: 150px;
    background-image: linear-gradient(to bottom, #faf8f5, #fbf3e0);
  }
}
.modal-foc-images .camp:hover {
  background-image: linear-gradient(to bottom, #faf8f5, #fbf3e0);
}
.modal-foc-images .camp img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog-banner {
  height: 285px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media (max-width: 1199px) {
  .blog-banner {
    height: 203px;
  }
}
@media (max-width: 991px) {
  .blog-banner {
    height: 152px;
  }
}
@media (max-width: 767px) {
  .blog-banner {
    height: 180px;
  }
}
.blog-banner .titles {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}
@media (max-width: 991px) {
  .blog-banner .titles {
    margin-top: -7px;
  }
}
@media (max-width: 767px) {
  .blog-banner .titles {
    margin-top: -1px;
  }
}
.blog-banner .title {
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .blog-banner .title {
    font-size: 35px;
    line-height: 40px;
  }
}
.blog-banner .subtitle {
  font-family: 'HandofSean', serif;
  font-size: 25px;
  line-height: 30px;
  color: #e99622;
  letter-spacing: 1.5px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .blog-banner .subtitle {
    margin-top: 13px;
  }
}
@media (max-width: 767px) {
  .blog-banner .subtitle {
    font-size: 15px;
    line-height: 20px;
  }
}

.blog-container {
  width: auto;
  margin-left: 90px;
  margin-right: 90px;
}
@media (max-width: 1199px) {
  .blog-container {
    margin-left: 41px;
    margin-right: 41px;
  }
}
@media (max-width: 991px) {
  .blog-container {
    margin-left: 23px;
    margin-right: 23px;
  }
}
@media (max-width: 767px) {
  .blog-container {
    margin-left: 14px;
    margin-right: 14px;
  }
}

.blog-filters {
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 55px;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .blog-filters {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .blog-filters {
    padding-top: 33px;
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .blog-filters {
    padding: 15px 0 0 0;
  }
}
.blog-filters .row {
  margin-left: -20px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .blog-filters .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.blog-filters .post-types-col {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .blog-filters .post-types-col {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .blog-filters .post-types-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-filters .post-types-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-filters .select-col {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .blog-filters .select-col {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .blog-filters .select-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-filters .select-col {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
}

#blog-post-types {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #3f2a1f;
}
#blog-post-types:before, #blog-post-types:after {
  content: '';
  display: table;
}
#blog-post-types:after {
  clear: both;
}
@media (max-width: 767px) {
  #blog-post-types {
    display: none;
  }
}
#blog-post-types li {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #3f2a1f;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  padding-top: 1px;
  padding-bottom: 12px;
  margin-left: 28px;
}
@media (max-width: 1199px) {
  #blog-post-types li {
    font-size: 13px;
    line-height: 20px;
    padding-top: 6px;
    letter-spacing: 1px;
    margin-left: 14px;
  }
}
@media (max-width: 991px) {
  #blog-post-types li {
    margin-left: 13px;
  }
}
#blog-post-types li:first-child {
  margin-left: 22px;
}
@media (max-width: 1199px) {
  #blog-post-types li:first-child {
    margin-left: 11px;
  }
}
#blog-post-types .active, #blog-post-types li:hover {
  color: #eda600;
  cursor: pointer;
  border-bottom: 2px solid #eda600;
  margin-bottom: -1px;
}

#blog-post-types-mobile + .sbHolder {
  display: none;
}
@media (max-width: 767px) {
  #blog-post-types-mobile + .sbHolder {
    display: block;
  }
}

.blog-no-posts {
  font-size: 20px;
  line-height: 25px;
  padding: 25px 0 60px 22px;
}

.blog-more {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .blog-more {
    padding-top: 35px;
  }
}
@media (max-width: 991px) {
  .blog-more {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .blog-more {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.blog-more .button-green {
  outline: none !important;
  font-size: 18px;
  color: #3d7500;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 46px;
  padding-right: 46px;
  margin: 0;
}

/* BLOG POST BOXES */
.blog-post {
  display: block;
  width: 400px;
  background-color: #ffffff;
  border: 1px solid #e8e0d5;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}
.blog-post:hover {
  text-decoration: none;
}

.blog-post-post .thumb {
  height: 302px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1199px) {
  .blog-post-post .thumb {
    height: 342px;
  }
}
@media (max-width: 991px) {
  .blog-post-post .thumb {
    height: 261px;
  }
}
@media (max-width: 767px) {
  .blog-post-post .thumb {
    height: 339px;
  }
}
@media (max-width: 479px) {
  .blog-post-post .thumb {
    height: 220px;
  }
}
.blog-post-post .author {
  position: absolute;
  width: 68px;
  height: 68px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog-post-post h2, .blog-post-post .author-info {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .blog-post-post h2, .blog-post-post .author-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.blog-post-post h2 {
  font-size: 25px;
  line-height: 35px;
  color: #0f2841;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .blog-post-post h2 {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .blog-post-post h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 52px;
  }
}
.blog-post-post .author-info {
  font-size: 15px;
  line-height: 20px;
  color: #989898;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .blog-post-post .author-info {
    margin-top: 13px;
  }
}
.blog-post-post .author-info a {
  color: #3d7500;
  text-decoration: none;
}
.blog-post-post .button, .blog-post-post input[type=submit].gform_button {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 29px;
  letter-spacing: 1px;
  padding-left: 48px;
  padding-right: 45px;
}
@media (max-width: 1199px) {
  .blog-post-post .button, .blog-post-post input[type=submit].gform_button {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .blog-post-post .button, .blog-post-post input[type=submit].gform_button {
    margin-top: 26px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .blog-post-post .button, .blog-post-post input[type=submit].gform_button {
    margin-top: 25px;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 7px;
    padding-left: 57px;
    padding-right: 57px;
  }
}

.blog-post-gallery .gallery {
  height: 299px;
  position: relative;
}
@media (max-width: 1199px) {
  .blog-post-gallery .gallery {
    height: 340px;
  }
}
@media (max-width: 991px) {
  .blog-post-gallery .gallery {
    height: 257px;
  }
}
@media (max-width: 479px) {
  .blog-post-gallery .gallery {
    height: 221px;
  }
}
.blog-post-gallery .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blog-post-gallery .slick-list, .blog-post-gallery .slick-track, .blog-post-gallery .slick-slide {
  height: 100%;
}
.blog-post-gallery .slick-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-post-gallery .slick-prev, .blog-post-gallery .slick-next {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: transparent;
  outline: none !important;
  text-align: left;
  text-indent: -9999px;
  width: 39px;
  height: 39px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.blog-post-gallery .slick-prev {
  left: 15px;
  background-image: url(images/slick-prev.svg);
}
.blog-post-gallery .slick-next {
  right: 15px;
  background-image: url(images/slick-next.svg);
}
.blog-post-gallery .icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 68px;
  height: 68px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: url(images/icon-pattern.jpg) no-repeat left top;
}
.blog-post-gallery .icon:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(images/blog-gallery-icon.svg) no-repeat left top;
  background-size: 23px 23px;
}
.blog-post-gallery h2 {
  font-size: 25px;
  line-height: 35px;
  color: #0f2841;
  font-weight: normal;
  margin-top: 47px;
  margin-bottom: 0;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .blog-post-gallery h2 {
    margin-top: 42px;
  }
}
@media (max-width: 991px) {
  .blog-post-gallery h2 {
    margin-top: 46px;
  }
}
.blog-post-gallery .count {
  font-size: 15px;
  line-height: 20px;
  color: #989898;
  margin-top: 12px;
  margin-bottom: 24px;
}

.blog-post-video .video {
  height: 224px;
  position: relative;
}
@media (max-width: 1199px) {
  .blog-post-video .video {
    height: 255px;
  }
}
@media (max-width: 991px) {
  .blog-post-video .video {
    height: 291px;
  }
}
@media (max-width: 767px) {
  .blog-post-video .video {
    height: 252px;
  }
}
@media (max-width: 479px) {
  .blog-post-video .video {
    height: 157px;
  }
}
.blog-post-video .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blog-post-video .icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 68px;
  height: 68px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: url(images/icon-pattern.jpg) left top no-repeat;
}
.blog-post-video .icon:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url(images/blog-video-icon.svg) left top no-repeat;
  background-size: 24px 24px;
}
.blog-post-video h2, .blog-post-video .description {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-post-video h2 {
  font-size: 25px;
  line-height: 35px;
  color: #0f2841;
  font-weight: normal;
  margin-top: 48px;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .blog-post-video h2 {
    margin-top: 42px;
  }
}
@media (max-width: 991px) {
  .blog-post-video h2 {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .blog-post-video h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 59px;
  }
}
.blog-post-video .description {
  font-size: 15px;
  line-height: 20px;
  color: #989898;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .blog-post-video .description {
    margin-top: 13px;
  }
}

.blog-post-quote {
  background: url(images/quote-pattern.jpg) left top repeat;
}
.blog-post-quote .quote, .blog-post-quote .author {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 479px) {
  .blog-post-quote .quote, .blog-post-quote .author {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.blog-post-quote .quote {
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
  font-style: italic;
  margin-top: 38px;
}
@media (max-width: 479px) {
  .blog-post-quote .quote {
    font-size: 20px;
    line-height: 30px;
    margin-top: 23px;
  }
}
.blog-post-quote .author {
  font-size: 15px;
  line-height: 20px;
  color: #eda600;
  margin-top: 12px;
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .blog-post-quote .author {
    margin-bottom: 23px;
  }
}
@media (max-width: 479px) {
  .blog-post-quote .author {
    margin-bottom: 28px;
  }
}

.blog-post-photo img {
  width: 100%;
  height: auto;
}

.sp-banner {
  background-size: cover;
  background-position: center center;
  position: relative;
  box-shadow: 0 60px 95px -80px black;
}
.sp-banner img {
  width: 100%;
  height: auto;
}
.sp-banner .sp-scrolldown {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (max-width: 767px) {
  .sp-banner .sp-scrolldown {
    display: none;
  }
}

.ezcol {
  margin-bottom: 30px;
}

.sub-menu .sub-menu > li > a {
  padding-left: 60px;
}
.sub-menu .sub-menu > li.current-menu-item > a {
  padding-left: 55px;
}

.sp-video-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 66, 0, 0.85);
}
@media (max-width: 767px) {
  .sp-video-overlay {
    display: none;
  }
}

.sp-video-target {
  position: absolute;
  z-index: 2;
  width: 737px;
  height: 425px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -34px;
}
@media (max-width: 1199px) {
  .sp-video-target {
    width: 542px;
    height: 306px;
    margin-top: -24px;
  }
}
@media (max-width: 991px) {
  .sp-video-target {
    width: 382px;
    height: 215px;
  }
}
@media (max-width: 767px) {
  .sp-video-target {
    display: none;
  }
}
.sp-video-target .wistia_embed {
  width: 100% !important;
  height: 100% !important;
}

.sp-video-mobile {
  display: none;
}
@media (max-width: 767px) {
  .sp-video-mobile {
    display: block;
  }
}
.sp-video-mobile .inside {
  padding-top: 56.22222%;
  position: relative;
}
.sp-video-mobile .wistia_embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.sp-scrolldown {
  outline: none !important;
  display: block;
  width: 68px;
  height: 68px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: #e89522;
  background-image: linear-gradient(to bottom, #e89522, #db8b1d);
  text-align: left;
  text-indent: -9999px;
  position: relative;
  box-shadow: 0 8px 30px -15px black;
  transition-property: box-shadow;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.sp-scrolldown:hover {
  box-shadow: 0 0 23px -3px black;
}
.sp-scrolldown:focus {
  box-shadow: inset 0px 9px 13px -8px black, 0 8px 30px -15px black, 0 0 23px -3px black;
}
@media (max-width: 1199px) {
  .sp-scrolldown {
    width: 49px;
    height: 49px;
    border-width: 4px;
  }
}
.sp-scrolldown:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
  border-top: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
@media (max-width: 1199px) {
  .sp-scrolldown:before {
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-top: -7px;
    margin-left: -8px;
  }
}

.sp-container {
  padding-top: 98px;
  position: relative;
}
@media (max-width: 1199px) {
  .sp-container {
    width: 100%;
    padding-top: 91px;
  }
}
@media (max-width: 991px) {
  .sp-container {
    padding-top: 92px;
  }
}
@media (max-width: 767px) {
  .sp-container {
    padding-top: 17px;
  }
}

.sp-sidebar-detector {
  display: none;
}
@media (max-width: 1199px) {
  .sp-sidebar-detector {
    display: block;
  }
}

.sp-sidebar {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .sp-sidebar {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .sp-sidebar {
    margin-left: 0;
  }
}

.sp-mobile-sidebar {
  display: none;
}
@media (max-width: 767px) {
  .sp-mobile-sidebar {
    display: block;
  }
}

.sp-sidemenu {
  width: calc(100% + 15px);
  margin-top: 11px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 7px 0 rgba(61, 61, 61, 0.26);
}
@media (max-width: 767px) {
  .sp-sidemenu {
    border-radius: 0;
    width: auto;
  }
}
.sp-sidemenu .title {
  background: url(images/quote-pattern.jpg) left top repeat;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 16px 15px 14px 30px;
}
@media (max-width: 767px) {
  .sp-sidemenu .title {
    padding-left: 45px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
  }
  .sp-sidemenu .title:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 18px;
    width: 16px;
    height: 14px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .sp-sidemenu .title:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 24px;
    height: 2px;
    width: 16px;
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  .sp-sidemenu .sidemenu {
    display: none;
  }
}
.sp-sidemenu ul {
  padding: 0;
  margin: 0;
  background: url(images/icon-pattern.jpg) left top repeat;
}
.sp-sidemenu li {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
}
.sp-sidemenu li:first-child {
  border-top: none;
}
.sp-sidemenu .current-menu-item > a {
  padding-left: 25px;
  border-left: 5px solid #eaa927;
}
@media (max-width: 767px) {
  .sp-sidemenu .current-menu-item > a {
    padding-left: 10px;
  }
}
.sp-sidemenu a {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 12px 40px 8px 30px;
}
@media (max-width: 767px) {
  .sp-sidemenu a {
    padding-left: 15px;
    font-size: 16px;
  }
}
.sp-sidemenu a:hover {
  color: #eda600;
}
.sp-sidemenu .sub-menu {
  display: none;
}
.sp-sidemenu .sub-menu li {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.sp-sidemenu .sub-menu a {
  padding-left: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .sp-sidemenu .sub-menu a {
    padding-left: 30px;
  }
}
.sp-sidemenu .sub-menu a:before {
  content: '';
  display: inline-block;
  margin-left: -15px;
  margin-right: 15px;
  vertical-align: 3px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: white;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .sp-sidemenu .sub-menu a:before {
    left: 17px;
    top: 18px;
  }
}
.sp-sidemenu .sub-menu a:hover:before {
  border-color: #eda600;
}
.sp-sidemenu .sub-menu .current-menu-item a {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .sp-sidemenu .sub-menu .current-menu-item a {
    padding-left: 25px;
  }
}
.sp-sidemenu .sub-menu .current-menu-item a:before {
  left: 26px;
}
@media (max-width: 767px) {
  .sp-sidemenu .sub-menu .current-menu-item a:before {
    left: 12px;
  }
}
.sp-sidemenu .sidemenu-expand {
  position: absolute;
  right: 11px;
  top: 14px;
}
@media (max-width: 991px) {
  .sp-sidemenu .sidemenu-expand {
    top: 10px;
  }
}

.sidemenu-expand {
  outline: none !important;
  padding: 0;
  border: none;
  background: transparent url(images/expand-pattern.jpg) left top repeat;
  border-radius: 3px;
  text-align: left;
  text-indent: -9999px;
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
}
.sidemenu-expand:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -1px;
  width: 2px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
}
.sidemenu-expand:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
}

.sidemenu-expand.open:before {
  content: none;
}

.sp-sidemenu-widgets {
  width: calc(100% + 15px);
  margin-top: 30px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 7px 0 rgba(216, 216, 202, 0.25);
}
@media (max-width: 1199px) {
  .sp-sidemenu-widgets {
    margin-top: 29px;
  }
}
@media (max-width: 991px) {
  .sp-sidemenu-widgets {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .sp-sidemenu-widgets {
    display: none;
  }
}

.sp-content {
  padding-bottom: 60px;
}
.sp-content *:last-child {
  margin-bottom: 0;
}

/*  CTA BOX WIDGET  */
.widget_cta_box a, .widget_cta_box img {
  display: block;
}
.widget_cta_box a {
  position: relative;
}
.widget_cta_box img {
  width: 100%;
  height: auto;
}
.widget_cta_box .titles, .widget_cta_box .title, .widget_cta_box .subtitle {
  display: block;
}
.widget_cta_box .titles {
  position: absolute;
  left: 0;
  top: 16px;
  width: 100%;
  text-align: center;
}
.widget_cta_box .title {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #372900;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget_cta_box .subtitle {
  font-family: 'HandofSean', serif;
  font-size: 20px;
  line-height: 30px;
  color: #022700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.icm-version-tlc .icm-zoom-buttons button {
  outline: none !important;
  background-color: #ffffff;
  margin-top: 0;
  padding: 0;
  width: 26px;
  height: 25px;
  position: relative;
}
.icm-version-tlc .icm-zoom-buttons .icm-zoom-in, .icm-version-tlc .icm-zoom-buttons .icm-zoom-out {
  border-radius: 0;
  background-image: none;
}
.icm-version-tlc .icm-zoom-buttons .icm-zoom-in.inactive, .icm-version-tlc .icm-zoom-buttons .icm-zoom-out.inactive {
  background-image: none;
}
.icm-version-tlc .icm-zoom-buttons .icm-zoom-in:before, .icm-version-tlc .icm-zoom-buttons .icm-zoom-in:after, .icm-version-tlc .icm-zoom-buttons .icm-zoom-out:before, .icm-version-tlc .icm-zoom-buttons .icm-zoom-out:after {
  background-color: #034110;
}
.icm-version-tlc .icm-zoom-buttons .icm-zoom-in:before, .icm-version-tlc .icm-zoom-buttons .icm-zoom-out:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 8px;
  top: 12px;
}
.icm-version-tlc .icm-zoom-buttons .icm-zoom-in:not(.inactive):hover, .icm-version-tlc .icm-zoom-buttons .icm-zoom-out:not(.inactive):hover {
  background-color: #ffffff;
}
.icm-version-tlc .icm-zoom-buttons .icm-zoom-in:not(.inactive):hover:before, .icm-version-tlc .icm-zoom-buttons .icm-zoom-in:not(.inactive):hover:after, .icm-version-tlc .icm-zoom-buttons .icm-zoom-out:not(.inactive):hover:before, .icm-version-tlc .icm-zoom-buttons .icm-zoom-out:not(.inactive):hover:after {
  background-color: #ebab2c;
}
.icm-version-tlc .icm-zoom-buttons .icm-zoom-in:not(.inactive):active, .icm-version-tlc .icm-zoom-buttons .icm-zoom-out:not(.inactive):active {
  background-color: #f5f5f5;
}
.icm-version-tlc .icm-zoom-buttons .icm-zoom-in:after {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  left: 12px;
  top: 8px;
}
.icm-version-tlc .icm-zoom-buttons .icm-zoom-out {
  height: 26px;
  border-top: 1px solid #e1e1e1;
}
.icm-version-tlc .icm-interactive-elements .icm-lightbox-overlay {
  background-color: rgba(41, 82, 0, 0.85);
}
.icm-version-tlc .icm-interactive-elements .icm-alt-overlay:after {
  background-image: url(images/icm-slick-close.svg);
}
.icm-version-tlc .icm-interactive-elements .icm-hover {
  border-radius: 100px;
  text-transform: none;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 600;
  padding: 10px 30px;
  background: url(images/icm-hover-pattern.jpg) left top repeat;
}
.icm-version-tlc .icm-interactive-elements .icm-lightbox .icm-close-x {
  width: 16px;
  height: 16px;
  background: url(images/icm-slick-close.svg) left top no-repeat;
  background-size: 100%;
}
.icm-version-tlc .icm-interactive-elements .icm-lightbox .icm-close-x:hover:after {
  content: none;
}
@media (max-width: 1119px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .icm-large-slider-photo {
    margin-left: 109px;
    margin-right: 109px;
  }
}
@media (max-width: 768px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .icm-large-slider-photo {
    margin-left: 102px;
    margin-right: 102px;
  }
}
@media (max-width: 760px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .icm-large-slider-photo {
    margin-left: 61px;
    margin-right: 61px;
    height: 204px;
  }
}
@media (max-width: 500px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .icm-large-slider-photo {
    height: 114px;
  }
}
@media (max-width: 500px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .icm-large-slider-caption {
    top: 45%;
  }
}
.icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-prev, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-next {
  outline: none !important;
  border: none;
  background-color: transparent;
  text-align: left;
  text-indent: -9999px;
  position: absolute;
  width: 54px;
  height: 54px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 760px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-prev, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-next {
    width: 30px;
    height: 30px;
  }
}
.icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-prev:hover:after, .icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-next:hover:after, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-prev:hover:after, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-next:hover:after {
  content: none;
}
.icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-prev {
  left: 40px;
  background: url(images/icm-slick-prev.svg) left top no-repeat;
  background-size: 100%;
}
@media (max-width: 1119px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-prev {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-prev {
    left: 20px;
  }
}
@media (max-width: 760px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-prev {
    left: 15px;
  }
}
.icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-next {
  right: 40px;
  background: url(images/icm-slick-next.svg) left top no-repeat;
  background-size: 100%;
}
@media (max-width: 1119px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-next {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-next {
    right: 20px;
  }
}
@media (max-width: 760px) {
  .icm-version-tlc .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-next {
    right: 15;
  }
}
.icm-version-tlc .icm-interactive-elements .icm-large-slider .icm-large-slider-caption, .icm-version-tlc .icm-interactive-elements .icm-small-slider .icm-large-slider-caption {
  font-size: 20px;
  line-height: 35px;
}
.icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-prev {
  left: 20px;
}
@media (max-width: 760px) {
  .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-prev {
    background-image: url(images/icm-slick-prev-dark.svg);
    left: auto;
    right: 35px;
  }
}
.icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-next {
  right: 20px;
}
@media (max-width: 760px) {
  .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-next {
    background-image: url(images/icm-slick-next-dark.svg);
    right: 0;
  }
}
@media (max-width: 760px) {
  .icm-version-tlc .icm-interactive-elements .icm-small-slider .icm-small-slider-photo {
    height: 279px;
  }
  .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-prev, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-next {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 296px;
  }
}
@media (max-width: 500px) {
  .icm-version-tlc .icm-interactive-elements .icm-small-slider .icm-small-slider-photo {
    height: 173px;
  }
  .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-prev, .icm-version-tlc .icm-interactive-elements .icm-small-slider .slick-next {
    top: 189px;
  }
}
.icm-version-tlc .icm-interactive-elements .icm-lightbox-photo-text {
  background-color: #ffffff;
}
.icm-version-tlc .icm-interactive-elements .icm-lightbox-photo-text .icm-close-x {
  position: fixed;
}
@media (max-width: 768px) {
  .icm-version-tlc .icm-interactive-elements .icm-lightbox-photo-text .icm-close-x {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .icm-version-tlc .icm-interactive-elements .icm-lightbox-photo-text .icm-text-col {
    margin-top: 20px;
  }
}
.icm-version-tlc .icm-interactive-elements .icm-lightbox-photo-text .icm-text-col h4 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #3f2a1f;
  letter-spacing: 2px;
}
.icm-version-tlc .icm-interactive-elements .icm-lightbox-photo-text .icm-text-col p {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
}
@media (max-width: 768px) {
  .icm-version-tlc .icm-interactive-elements .icm-video {
    width: 565px;
    height: 314px;
  }
}
@media (max-width: 760px) {
  .icm-version-tlc .icm-interactive-elements .icm-video {
    width: 359px;
    height: 199px;
  }
}
@media (max-width: 500px) {
  .icm-version-tlc .icm-interactive-elements .icm-video {
    width: 200px;
    height: 112px;
  }
}
.icm-version-tlc .icm-interactive-elements .icm-map-instructions .icm-map-instructions-close {
  background-image: url(images/quote-pattern.jpg);
}
.icm-version-tlc .icm-interactive-elements .icm-map-instructions h4 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  color: #262020;
}
.icm-version-tlc .icm-map-key-menu {
  padding-top: 0;
  border: none;
  background: url(images/icm-main-pattern.jpg) left top repeat;
}
.icm-version-tlc .icm-map-key-menu .icm-map-key-intro {
  padding: 15px 0 15px 16px;
  background: url(images/quote-pattern.jpg) left top repeat;
}
.icm-version-tlc .icm-map-key-menu .icm-map-key-intro h3 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 7090;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}
.icm-version-tlc .icm-map-key-menu .icm-map-key-list {
  margin-top: 0;
  border: none;
}
.icm-version-tlc .icm-map-key-menu .icm-map-key-list li {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  padding: 15px 0 15px 16px;
  border-top: none;
  border-bottom: 1px solid #27410b;
}
.icm-version-tlc .icm-map-key-menu .icm-map-key-list li:hover {
  background: none;
  color: #ebab2c;
  border-color: #27410b;
}
.icm-version-tlc .icm-map-key-menu .icm-map-key-buttons {
  margin-left: -5px;
}
.icm-version-tlc .icm-map-key-menu .icm-map-key-button {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 25px;
  height: 25px;
  color: #ffffff;
  background: url(images/quote-pattern.jpg) left top repeat;
}

.icm-version-tlw .icm-zoom-buttons button {
  outline: none !important;
  background-color: #ffffff;
  margin-top: 0;
  padding: 0;
  width: 26px;
  height: 25px;
  position: relative;
}
.icm-version-tlw .icm-zoom-buttons .icm-zoom-in, .icm-version-tlw .icm-zoom-buttons .icm-zoom-out {
  border-radius: 0;
  background-image: none;
}
.icm-version-tlw .icm-zoom-buttons .icm-zoom-in.inactive, .icm-version-tlw .icm-zoom-buttons .icm-zoom-out.inactive {
  background-image: none;
}
.icm-version-tlw .icm-zoom-buttons .icm-zoom-in:before, .icm-version-tlw .icm-zoom-buttons .icm-zoom-in:after, .icm-version-tlw .icm-zoom-buttons .icm-zoom-out:before, .icm-version-tlw .icm-zoom-buttons .icm-zoom-out:after {
  background-color: #3c2867;
}
.icm-version-tlw .icm-zoom-buttons .icm-zoom-in:before, .icm-version-tlw .icm-zoom-buttons .icm-zoom-out:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 8px;
  top: 12px;
}
.icm-version-tlw .icm-zoom-buttons .icm-zoom-in:not(.inactive):hover, .icm-version-tlw .icm-zoom-buttons .icm-zoom-out:not(.inactive):hover {
  background-color: #ffffff;
}
.icm-version-tlw .icm-zoom-buttons .icm-zoom-in:not(.inactive):hover:before, .icm-version-tlw .icm-zoom-buttons .icm-zoom-in:not(.inactive):hover:after, .icm-version-tlw .icm-zoom-buttons .icm-zoom-out:not(.inactive):hover:before, .icm-version-tlw .icm-zoom-buttons .icm-zoom-out:not(.inactive):hover:after {
  background-color: #a594ca;
}
.icm-version-tlw .icm-zoom-buttons .icm-zoom-in:not(.inactive):active, .icm-version-tlw .icm-zoom-buttons .icm-zoom-out:not(.inactive):active {
  background-color: #f5f5f5;
}
.icm-version-tlw .icm-zoom-buttons .icm-zoom-in:after {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  left: 12px;
  top: 8px;
}
.icm-version-tlw .icm-zoom-buttons .icm-zoom-out {
  height: 26px;
  border-top: 1px solid #e1e1e1;
}
.icm-version-tlw .icm-interactive-elements .icm-lightbox-overlay {
  background-color: rgba(56, 31, 96, 0.85);
}
.icm-version-tlw .icm-interactive-elements .icm-alt-overlay:after {
  background-image: url(images/icm-slick-close.svg);
}
.icm-version-tlw .icm-interactive-elements .icm-hover {
  border-radius: 100px;
  text-transform: none;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 600;
  padding: 10px 30px;
  background: url(images/icm-tlw-hover-pattern.jpg) left top repeat;
}
.icm-version-tlw .icm-interactive-elements .icm-lightbox .icm-close-x {
  width: 16px;
  height: 16px;
  background: url(images/icm-slick-close.svg) left top no-repeat;
  background-size: 100%;
}
.icm-version-tlw .icm-interactive-elements .icm-lightbox .icm-close-x:hover:after {
  content: none;
}
@media (max-width: 1119px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .icm-large-slider-photo {
    margin-left: 109px;
    margin-right: 109px;
  }
}
@media (max-width: 768px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .icm-large-slider-photo {
    margin-left: 102px;
    margin-right: 102px;
  }
}
@media (max-width: 760px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .icm-large-slider-photo {
    margin-left: 61px;
    margin-right: 61px;
    height: 204px;
  }
}
@media (max-width: 500px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .icm-large-slider-photo {
    height: 114px;
  }
}
@media (max-width: 500px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .icm-large-slider-caption {
    top: 45%;
  }
}
.icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-prev, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-next {
  outline: none !important;
  border: none;
  background-color: transparent;
  text-align: left;
  text-indent: -9999px;
  position: absolute;
  width: 54px;
  height: 54px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 760px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-prev, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-next {
    width: 30px;
    height: 30px;
  }
}
.icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-prev:hover:after, .icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-next:hover:after, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-prev:hover:after, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-next:hover:after {
  content: none;
}
.icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-prev {
  left: 40px;
  background: url(images/icm-slick-prev.svg) left top no-repeat;
  background-size: 100%;
}
@media (max-width: 1119px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-prev {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-prev {
    left: 20px;
  }
}
@media (max-width: 760px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-prev, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-prev {
    left: 15px;
  }
}
.icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-next {
  right: 40px;
  background: url(images/icm-slick-next.svg) left top no-repeat;
  background-size: 100%;
}
@media (max-width: 1119px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-next {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-next {
    right: 20px;
  }
}
@media (max-width: 760px) {
  .icm-version-tlw .icm-interactive-elements .icm-large-slider .slick-next, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-next {
    right: 15;
  }
}
.icm-version-tlw .icm-interactive-elements .icm-large-slider .icm-large-slider-caption, .icm-version-tlw .icm-interactive-elements .icm-small-slider .icm-large-slider-caption {
  font-size: 20px;
  line-height: 35px;
}
.icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-prev {
  left: 20px;
}
@media (max-width: 760px) {
  .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-prev {
    background-image: url(images/icm-slick-prev-dark.svg);
    left: auto;
    right: 35px;
  }
}
.icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-next {
  right: 20px;
}
@media (max-width: 760px) {
  .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-next {
    background-image: url(images/icm-slick-next-dark.svg);
    right: 0;
  }
}
@media (max-width: 760px) {
  .icm-version-tlw .icm-interactive-elements .icm-small-slider .icm-small-slider-photo {
    height: 279px;
  }
  .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-prev, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-next {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 296px;
  }
}
@media (max-width: 500px) {
  .icm-version-tlw .icm-interactive-elements .icm-small-slider .icm-small-slider-photo {
    height: 173px;
  }
  .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-prev, .icm-version-tlw .icm-interactive-elements .icm-small-slider .slick-next {
    top: 189px;
  }
}
.icm-version-tlw .icm-interactive-elements .icm-lightbox-photo-text {
  background-color: #ffffff;
}
.icm-version-tlw .icm-interactive-elements .icm-lightbox-photo-text .icm-close-x {
  position: fixed;
}
@media (max-width: 768px) {
  .icm-version-tlw .icm-interactive-elements .icm-lightbox-photo-text .icm-close-x {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .icm-version-tlw .icm-interactive-elements .icm-lightbox-photo-text .icm-text-col {
    margin-top: 20px;
  }
}
.icm-version-tlw .icm-interactive-elements .icm-lightbox-photo-text .icm-text-col h4 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #3c2867;
  letter-spacing: 2px;
}
.icm-version-tlw .icm-interactive-elements .icm-lightbox-photo-text .icm-text-col p {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
}
@media (max-width: 768px) {
  .icm-version-tlw .icm-interactive-elements .icm-video {
    width: 565px;
    height: 314px;
  }
}
@media (max-width: 760px) {
  .icm-version-tlw .icm-interactive-elements .icm-video {
    width: 359px;
    height: 199px;
  }
}
@media (max-width: 500px) {
  .icm-version-tlw .icm-interactive-elements .icm-video {
    width: 200px;
    height: 112px;
  }
}
.icm-version-tlw .icm-interactive-elements .icm-map-instructions .icm-map-instructions-close {
  background-image: url(images/icm-tlw-main-pattern.jpg);
}
.icm-version-tlw .icm-interactive-elements .icm-map-instructions h4 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  color: #262020;
}
.icm-version-tlw .icm-interactive-elements .icm-map-instructions .icon-move:after {
  background-image: url(images/icm-tlw-move.svg);
}
.icm-version-tlw .icm-interactive-elements .icm-map-instructions .icon-click:after {
  background-image: url(images/icm-tlw-click.svg);
}
.icm-version-tlw .icm-map-key-menu {
  padding-top: 0;
  border: none;
  background: url(images/icm-tlw-main-pattern.jpg) left top repeat;
}
.icm-version-tlw .icm-map-key-menu .icm-map-key-intro {
  padding: 15px 0 15px 16px;
  background: url(images/icm-tlw-title-pattern.jpg) left top repeat;
}
.icm-version-tlw .icm-map-key-menu .icm-map-key-intro h3 {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 7090;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}
.icm-version-tlw .icm-map-key-menu .icm-map-key-list {
  margin-top: 0;
  border: none;
}
.icm-version-tlw .icm-map-key-menu .icm-map-key-list li {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  padding: 15px 0 15px 16px;
  border-top: none;
  border-bottom: 1px solid #2d164f;
}
.icm-version-tlw .icm-map-key-menu .icm-map-key-list li:hover {
  background: none;
  color: #a594ca;
  border-color: #2d164f;
}
.icm-version-tlw .icm-map-key-menu .icm-map-key-buttons {
  margin-left: -5px;
}
.icm-version-tlw .icm-map-key-menu .icm-map-key-button {
  font-family: "jaf-bernino-sans-condensed", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 25px;
  height: 25px;
  color: #ffffff;
  background: url(images/icm-tlw-title-pattern.jpg) left top repeat;
}

.ytp-thumbnail {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* z-index: 12; */
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}



.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9;
}

.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}

.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e;
}
