/*Custom CSS*/
/* * * * * * * * * * * * * * * * * * *
*
* GENERAL
*
* * * * * * * * * * * * * * * * * * */
/*.wrapper {
	overflow: visible!important;
}

body.single-our_journeys {
	overflow: visible!important;
}*/
h1 {
  color: #2E294E;
  font-size: 36px;
  font-weight: bold;
  text-transform: none;
  font-family: "Minion 3 Caption", serif;
  line-height: 52px;
}

h2,
h3,
h4,
h5,
h6 {
  color: #336699 !important;
  text-transform: none;
  font-weight: bold !important;
  font-family: "Helvetica Neue", sans-serif !important
}

/*
h2 {
	font-size: 24px!important;
}

h3 {
	font-size: 20px!important;
}

h4 {
	font-size: 18px!important;
}

h5 {
	font-size: 14px!important;
}

h6 {
	font-size: 10px!important;
}
*/
body {
  font-family: "PT Sans", sans-serif !important;
  font-size: 14px;
}

p {
  color: #2E294E;
}

section {
  padding: 40px 0;
}

.section-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-top {
  padding-top: 40px;
}

.section-bottom {
  padding-bottom: 40px;
}

.no-side-margin {
  margin-left: 0;
  margin-right: 0;
}

.side-margin {
  margin-left: 40px;
  margin-right: 40px;
}

.title h1 {
  display: none !important;
}

.full-width {
  width: 100%;
  margin: 0 auto;
}

.full-width-max {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
  box-sizing: border-box;
}

.mobile-only,
.mobile-only-flex {
  display: none;
}

.desktop-only-flex {
  display: flex;
}

.breadcrumbs-container {
  padding: 40px 20px 0;
  max-width: 1440px;
  box-sizing: border-box;
}

#breadcrumbs {
  font-size: 12px;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
}

#breadcrumbs a {
  color: #2E294E;
}

#breadcrumbs a:hover {
  color: #2E294E;
  text-decoration: underline;
}

#breadcrumbs i {
  padding: 0 5px;
}

.column2-image .column_inner,
.column2-image .column_inner div {
  height: 100%;
}

.column1-image .column_inner,
.column1-image .column_inner div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.two_columns_60_40 {
  width: 100%;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.two_columns_60_40>.column1 {
  width: 50%;
  float: left
}

.two_columns_60_40>.column1>.column_inner {
  padding: 0 30px 0 0
}

.two_columns_60_40>.column2 {
  width: 50%;
  float: left
}

.two_columns_60_40>.column2>.column_inner {
  padding: 0 0 0 30px
}

.two_columns_40_60 {
  width: 100%;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.two_columns_40_60>.column1 {
  width: 50%;
  float: left
}

.two_columns_40_60>.column1>.column_inner {
  padding: 0 30px 0 0
}

.two_columns_40_60>.column2 {
  width: 50%;
  float: left
}

.two_columns_40_60>.column2>.column_inner {
  padding: 0 0 0 30px
}

.slider-title {
  font-family: "Minion 3 Caption", serif;
}

.slider-subtitle {
  font-family: "Helvetica Neue", sans-serif;
}

.content-inner {
  /* margin-left: 7.5%;
  margin-right: 7.5%; */
  max-width: 1440px;
  padding: 40px 20px;
  box-sizing: border-box;
}

.title {
  display: none !important;
}

/* * * * * * * * * * * * * * * * * * *
*
* HEADER
*
* * * * * * * * * * * * * * * * * * */
.header_inner {
  background-color: #FFF;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

header.transition {
  background: #FFF;
}

#menu-main-menu>li>a {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", sans-serif;
}

/* #menu-main-menu>li:hover>a {
  border-bottom: 5px solid #2E294E;
} */
#menu-main-menu .second li {
  background-color: rgba(46, 41, 78, 0.6);
}

#menu-main-menu .second a {
  color: #FFF !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: normal;
}

#menu-main-menu .second li:hover {
  background-color: rgba(46, 41, 78, 1);
}

.drop_down .second .inner2 ul {
  padding: 0px !important;
  margin-top: 5px;
}

.drop_down .second .inner2 {
  background-color: transparent !important;
}

.header-phone {
  text-align: right;
  padding-top: 15px;
}

.header-phone span {
  display: inline-flex;
  align-items: center;
  border: 1px transparent #000;
  background-color: #efede8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.header-phone span i {
  margin: 0 auto;
}

.header-phone a {
  color: #2E294E;
  font-size: 24px;
  font-family: "Helvetica Neue", sans-serif;
}

.selectnav_button {
  background-color: #DB9D47;
  width: 80px;
  padding: 13px 0;
}

.selectnav_button span {
  margin: 0 auto;
}

#selectnav_button_text {
  color: #FFF;
  text-align: center;
  margin: 0;
  font-size: 11px;
}

.selectnav,
.selectnav ul {
  background-color: #336699 !important;
}

.selectnav ul li a {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  display: inline-block;
}

.header-phone-nav {
  padding-top: 15px;
}

.header-phone-nav span {
  display: inline-flex;
  align-items: center;
  border: 1px transparent #000;
  background-color: #FFBF00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.header-phone-nav span i {
  margin: 0 auto;
  color: #336699;
}

.header-phone-nav a {
  color: #FFF;
  font-size: 24px;
  font-family: "Helvetica Neue", sans-serif;
}

.contact-us-select {
  font-family: "Minion 3 Caption", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  color: #FFF;
  letter-spacing: 0.5px;
}

.mobile-menu-footer {
  display: none;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.mobile-menu-minus,
.mobile-menu-plus {
  display: none;
  color: #FFBF00;
  float: right;
  font-size: 30px;
  padding-right: 30px;
}

#mobile-menu li {
  clear: both;
}

.menu-item-has-children .mobile-menu-plus {
  display: inline-block;
}

.sub-menu .mobile-menu-plus,
.sub-menu .mobile-menu-minus {
  display: none !important;
}

.menu-item[state="0"] ul {
  display: none !important;
}

.menu-item[state="1"] ul {
  display: initial;
}

.rev_slider_wrapper {
  margin-top: 135px !important;
  margin-bottom: 0 !important;
}

/* * * * * * * * * * * * * * * * * * *
*
* HOMEPAGE
*
* * * * * * * * * * * * * * * * * * */
#homepage-banner-title-desktop,
#homepage-banner-title-mobile {
  font-family: "Minion 3 Caption", serif;
}

#homepage-banner-subtitle-desktop,
#homepage-banner-subtitle-mobile {
  font-family: "Helvetica Neue", sans-serif;
}

#homepage-banner-title-mobile,
#homepage-banner-subtitle-mobile {
  display: none;
}

/* .section-homepage {
  padding-top: 40px;
  padding-bottom: 40px;
} */
/* #section-homepage-1 .column1 .column_inner {
  padding-left: 40px;
} */
#section-homepage-1 .column2 .column_inner {
  text-align: right;
}

/* #section-homepage-3 {
  margin-left: 100px;
  margin-right: 100px;
} */
#section-homepage-3 img {
  max-width: 175px;
}

#section-homepage-5 .column_inner {
  padding-left: 0px;
  padding-right: 0px;
}

.homepage-title {
  font-size: 48px;
  line-height: 56px;
}

.homepage-subtitle {
  font-family: "Helvetica Neue", sans-serif;
  color: #336699;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

.homepage-text {
  line-height: 22px;
  font-size: 14px;
}

#section-homepage-1 .column1 .column_inner {
  text-align: left;
}

/* HOMEPAGE SCROLLER */
.homepage-scroller {
  font-size: 0px;
  white-space: nowrap;
  position: relative;
  right: calc(100%/6)
}

.homepage-scroller-item {
  display: inline-block;
  width: calc(100%/3.5)
}

.homepage-scroller-item:nth-child(2) {
  width: calc(100%/3);
  position: relative;
  top: 15px;
  /*background-image: url('../../../img/originals/clif.jpg');*/
  /*background-size: cover;*/
}

.scroller-item-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to right, rgba(46, 41, 78, 1), rgba(46, 41, 78, .25));
  display: none;
}

/*temp code while i add jquery + php*/
.homepage-scroller-item:nth-child(2) .scroller-item-overlay {
  display: block;
}

.scroller-item-overlay-inner-left {
  padding-left: 15px;
  position: relative;
  z-index: 50;
}

.scroller-item-overlay-inner-right {
  width: 15%;
  padding-left: 100%;
  white-space: normal;
  position: absolute;
  bottom: 0;
}

.scroller-arrow {
  display: flex;
  align-items: center;
  height: 50px;
  width: 50px;
}

.scroller-arrow i {
  font-size: 25px;
  margin: 0 auto;
}

.scroller-arrow-right {
  color: #2E294E;
  background-color: #FFBF00;
}

.scroller-arrow-left {
  color: #FFF;
  background-color: #2E294E;
}

.scroller-arrow:hover,
.testimonial-arrow:hover {
  cursor: pointer;
}

.scroller-item-overlay-inner-left>span {
  display: block;
  color: #FFF;
}

#scroller-text-1 {
  font-family: "Helvetica Neue";
  font-size: 18px;
  padding: 10px 0;
  padding-top: 20px;
  padding-bottom: 0px;
}

#scroller-text-2 {
  font-family: "Minion 3 Caption", serif;
  font-size: 30px;
  padding-bottom: 5px;
}

#scroller-text-3 {
  text-transform: uppercase;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  padding: 10px 0;
  display: block;
  color: #FFF;
  padding-bottom: 20px;
  padding-top: 0px;
}

#scroller-text-3:hover {
  text-decoration: none;
}

/* HOMEPAGE - TRICOLUMN */
#section-homepage-3 {
  text-align: center;
  padding-top: 80px;
}

.three-column-title {
  font-family: "Helvetica Neue", sans-serif;
  color: #336699;
  font-weight: 500;
  font-size: 18px;
}

.three-column-description {
  font-size: 14px;
  line-height: 22px;
}

/* TESTIMONIALS */
#section-homepage-4 {
  position: relative;
}

.testimonial-image-container {
  width: 66%;
  font-size: 0;
  position: relative;
}

.testimonial-inner {
  padding: 40px;
  /*border-left: 10px solid #FFBF00;*/
}

.testimonial-outer {
  width: 50%;
  position: absolute;
  bottom: 90px;
  right: 0;
}

#testimonial-image {
  width: 100%;
}

.testimonial-outer {
  background-color: #EFEDE8;
  border-left: 10px solid;
  border-image: linear-gradient(to bottom, #DB9D47 4%, #ffbf00 100%);
  border-image-slice: 1;
}

.testimonial-arrow {
  align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
}

.testimonial-arrow-left {
  right: 0;
}

.testimonial-arrow-right {
  right: -50px;
}

.testimonial-arrow-left-mobile {
  right: 50px;
  bottom: -50px;
}

.testimonial-arrow-right-mobile {
  right: 0px;
  bottom: -50px
}

.testimonial-arrow i {
  font-size: 25px;
  margin: 0 auto;
}

.testimonial-arrow-right {
  color: #2E294E;
  background-color: #FFBF00;
}

.testimonial-arrow-left {
  color: #FFF;
  background-color: #2E294E;
}

#testimonial-line-1 {
  font-family: "Helvetica Neue";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}

#testimonial-line-2 {
  font-style: italic;
  font-size: 24px;
  font-family: "Minion 3 Caption", serif;
  line-height: 34px;
  padding-bottom: 15px;
}

#testimonial-line-3 {
  color: #336699;
  font-family: "Helvetica	Neue", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-weight: bold;
}

.learn-more-arrow {
  color: #FFBF00;
  border: 1px solid #FFBF00;
  padding: 0;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
}

.learn-more-arrow i {
  margin: 0 auto;
}

/* PREFOOTER */
#section-homepage-5 {
  padding-bottom: 0;
}

#section-homepage-5 .two_columns_50_50 {
  font-size: 0;
}

.prefooter-item-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0;
  width: 100%;
}

.prefooter-item-container img {
  width: 100%;
}

.prefooter-center {
  position: absolute;
  width: 85%;
  padding: 0px 7.5%;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
}

.prefooter-button {
  margin: 0 auto;
  display: inline-block !important;
}

.prefooter-button:hover {
  background-color: #DB9D47;
}

.prefooter-text {
  padding-bottom: 25px;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

/* * * * * * * * * * * * * * * * * * *
*
* STANDARD INNER PAGE
*
* * * * * * * * * * * * * * * * * * */
.inner-page-section {
  padding: 20px 0;
}

.inner-page-subheader {
  text-transform: none;
}

.inner-page-image {
  display: block;
  margin: 0 auto;
}

.inner-page-image-caption {
  text-transform: uppercase;
  color: #2E294E;
  text-align: center;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
}

.inner-page-text {}

/* * * * * * * * * * * * * * * * * * *
*
* WHY CHAMBER
*
* * * * * * * * * * * * * * * * * * */
.section-why-chamber {
  padding: 20px 0;
}

.image-caption {
  text-transform: uppercase;
  color: #2E294E;
  text-align: center;
}

.section-why-chamber h2,
.section-why-chamber h1 {
  padding-bottom: 15px;
}

#why-chamber-image {
  width: 1000px;
  height: 300px;
}

/* TOGGLE/ACCORDION */
.page-id-18 .accordion_holder {
  padding: 40px 0px 80px;
}

.page-id-18 .accordion_holder.accordion h4 span.icon {
  float: right !important;
}

.page-id-18 .accordion_holder.accordion h4 span.text {
  padding-left: 0px !important;
  line-height: 23px;
}

.page-id-18 .accordion_holder.accordion div.accordion_content {
  padding-left: 0 !important;
}

.page-id-18 .accordion_holder h4.ui-state-default {
  border-bottom: 1px solid #2E294E;
  padding-bottom: 12px;
}

.page-id-18 h4.ui-state-active+.accordion_content {
  border-bottom: 1px solid #2E294E;
  margin-bottom: 12px !important;
}

/* GETTING STARTED */
.page-id-20 .accordion_holder.accordion h4 span.icon {
  float: right !important;
}

.page-id-20 .accordion_holder.accordion h4 span.text {
  padding-left: 0px !important;
}

.page-id-20 .accordion_holder.accordion div.accordion_content {
  padding-left: 0 !important;
}

.page-id-20 .ui-accordion-header {
  width: 200px;
}

.gform_body h2 {
  text-transform: none;
}

.getting-started-title {
  font-size: 36px;
  line-height: 52px;
}

/* Gravity Form 1 - */
#field_1_1,
#field_1_4,
#field_1_8,
#field_1_10,
#field_1_12,
#field_1_13 {
  background-color: #F9F8F5;
}

#gform_wrapper_1 label {
  color: #2E294E;
  font-weight: bold;
}

#gform_wrapper_1 .gfield_label {
  font-size: 18px !important;
  /* padding: 0px 25px; */
}

/* #gform_wrapper_1 .ginput_container {
  padding: 0 25px 0px 25px;
} */
#gform_wrapper_1 .ginput_container li {
  display: inline-block;
  padding-right: 25px !important;
  position: relative;
  /*for custom checkbox*/
}

#gform_wrapper_1 .gfield {
  margin: 0;
}

#gform_wrapper_1 .ginput_container label {
  display: inline;
}

#gform_wrapper_1 .gfield_html {
  margin-top: 50px;
}

#gform_wrapper_1 .gfield_html:first-child {
  margin-top: 30px;
}

#gform_submit_button_1:hover {
  background-color: #DB9D47;
}

#gform_submit_button_1 {
  white-space: normal;
}

#gform_wrapper_1 .accordion-toggle {
  max-width: 115px;
}

/*Style and soft-hide default browser checkbox/radio*/
#gform_wrapper_1 input[type=checkbox],
#gform_wrapper_1 input[type=radio] {
  margin: 0;
  position: absolute;
  /*for custom checkbox*/
  width: 25px !important;
  height: 25px !important;
  opacity: 0;
}

#gform_submit_button_1 {
  text-transform: none;
  background-color: #ffbf00;
  color: #2E294E;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: 0.5px;
  border-radius: 0 !important;
}

/* Custom Checkmark*/
.checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #2E294E;
  border-radius: 50%;
  margin-right: 10px;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a yellow background */
input:checked~label .checkmark {
  background-color: #FFBF00;
  border: none;
}

/* Middle Align Custom Check Box and Label */
#gform_wrapper_1 input[type=checkbox]~label>*,
#gform_wrapper_1 input[type=radio]~label>* {
  vertical-align: middle;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
input:checked~label .checkmark:after {
  display: inline-block;
}

/* Style the checkmark/indicator */
.checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gfield_radio .checkmark:after {
  left: 11px;
}

/* * * * * * * * * * * * * * * * * * *
*
* OUR JOURNEYS
*
* * * * * * * * * * * * * * * * * * */
.single-our_journeys .title {
  display: none;
}

.section-our-journeys {
  padding: 10px 0;
}

.section-our-journeys .three_columns {
  text-align: center;
}

.our-journeys-item-container {
  position: relative;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.our-journeys-item-container img {
  width: 100%;
}

.our-journeys-text {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Helvetica Neue", sans-serif;
}

/* Our Journeys Inner Page */
.our-journeys-inner {
  padding-left: 25px;
}

.our-jouneys-inner-title {
  font-size: 36px;
  line-height: 52px;
  padding-bottom: 15px;
}

.custom-sidebar li {
  background-color: rgba(46, 41, 78, 0.6);
  height: 40px;
  color: #FFF;
  border-top: 1px solid #FFF;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 18px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  margin: 0;
}

.custom-sidebar li:hover {
  background-color: rgba(46, 41, 78, 1) !important;
  color: #FFF !important;
}

.custom-sidebar-wrapper.element-is-sticky {
  width: 24% !important;
  max-width: 350px !important;
}

.our-journeys-inner {
  margin-right: 125px;
}

.acf-map {
  border: none !important;
}

.itinerary_title,
.extension_title {
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  line-height: 26px;
}

.itinerary .two_columns_33_66,
.extensions .two_columns_33_66 {
  padding: 10px 0;
}

.itinerary_description,
.extension_description {
  display: block;
  padding-bottom: 5px;
  margin-top: 0;
  color: #2E294E;
  font-weight: bold;
  line-height: 20px;
}

.days-overlay {
  position: absolute;
  background-color: #FFF;
  top: 0;
  margin: 10px;
  padding: 8px 12px;
  border: 1px solid #2E294E;
}

.days-title,
.days-number {
  color: #2E294E;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
}

.days-title {
  font-size: 18px;
  line-height: 23px;
}

.days-number {
  font-size: 30px;
  line-height: 37px;
}

.highlights {
  text-transform: none !important;
}

.highlights-list {
  color: #2E294E;
  list-style: disc !important;
  padding-left: 5px;
}

.highlights-list li {
  padding-left: 5px;
  padding-bottom: 5px;
}

.itinerary .column1 .column_inner,
.extensions .column1 .column_inner {
  position: relative;
}

/* Accommodations */
.accommodation_location,
.accommodation_name {
  display: block;
  text-align: left;
}

.accommodation_location {
  text-transform: uppercase;
  color: #336699;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", sans-serif;
  padding-top: 15px;
  padding-bottom: 5px;
  line-height: 24px;
}

.accommodation_name {
  color: #2E294E;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 29px;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
}

.accommodations .column1,
.accommodations .column2 {
  margin-bottom: 40px;
  font-size: 0;
}

/* Destinations  */
.destinations .column1,
.destinations .column2,
.destinations .column3 {
  margin-bottom: 25px;
}

.our-journeys-item-container-mobile,
.journeys-accommodations-item-container {
  padding-bottom: 50px;
}

.swiper-pagination-bullet {
  background-color: #2E294E;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #336699;
  position: relative;
}

#target-bullet {
  position: relative;
  right: 21px;
  bottom: -5px;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 3px solid #336699;
}

.swiper-pagination-1,
.swiper-pagination-2 {
  text-align: center;
  position: relative;
  bottom: 25px !important;
  margin: 20px 0;
}

/* Frequently Asked Questions */
.faqs .accordion_holder {
  padding: 0px 20px;
}

.accordion-plus,
.accordion-minus {
  font-size: 12px;
  line-height: 17px;
  color: #DB9D47;
  background-color: transparent !important;
  margin: 0;
  height: initial;
  width: initial;
  float: right;
  border: 1px solid;
  border-radius: 50%;
  padding: 0 4px;
}

.icon {
  height: initial !important;
  width: initial !important;
  margin: 0 !important;
}

.accordion-minus {
  display: none;
}

.accordion_holder .icon {
  background-color: transparent !important;
  margin: 0;
}

.accordion_content_inner {
  color: #2E294E;
  line-height: 22px;
  font-size: 14px;
}

.faqs .accordion_holder.accordion h4 span.icon {
  float: right !important;
}

.faqs .accordion_holder.accordion h4 span.text {
  padding-left: 0px !important;
  line-height: 23px;
}

.faqs .accordion_holder.accordion div.accordion_content {
  padding-left: 0 !important;
}

.faqs .accordion_holder h4.ui-state-default {
  border-bottom: 1px solid #2E294E;
  padding-bottom: 8px;
}

.faqs h4.ui-state-active+.accordion_content {
  border-bottom: 1px solid #2E294E;
  margin-bottom: 8px !important;
}

/* Get Details - Gravity Form */
.gform_wrapper {
  font-family: "Helvitca Neue", sans-serif;
}

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  color: #2E294E;
  font-weight: bold;
}

#gform_fields_2 .newListSelected {
  background-color: #EFEDE8;
}

#gform_wrapper_2 .gform_title {
  display: none;
}

#gform_fields_2 .gfield_label {
  color: #2E294E;
  margin-bottom: 0 !important;
}

#gform_fields_2 input,
#gform_fields_2 select,
#gform_fields_2 textarea {
  background-color: #EFEDE8;
  padding-left: 5% !important;
}

#input_2_8 {
  width: 100%;
}

#gform_fields_2 .stylish-select ul.newList a {
  color: #2E294E;
}

#gform_fields_2 .newListSelected ul.newList {
  background-color: #EFEDE8;
}

#gform_fields_2 input:focus,
#gform_fields_2 textarea:focus {
  background-color: rgba(239, 237, 232, 0.6);
}

/* Gravity Form 2 - Input Error */
#gform_fields_2 li.gfield_error {
  border: none !important;
  background-color: transparent !important;
  margin-bottom: 0px !important;
  padding-bottom: 5px;
  padding-top: 0px;
}

.gform_wrapper li.gfield_error input,
.gform_wrapper li.gfield_error textarea {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 3px solid #F00 !important;
}

.gform_wrapper .validation_message {
  color: #F00 !important;
  font-style: italic;
  padding-top: 3px !important;
}

/* Gravity Form 2 - Submit Button */
#gform_submit_button_2 {
  text-transform: none;
  background-color: #ffbf00;
  color: #2E294E;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: 0.5px;
  border-radius: 0 !important;
}

#gform_submit_button_2:hover {
  background-color: #DB9D47;
}

/* * * * * * * * * * * * * * * * * * *
*
* FINANCIAL PLANNING
*
* * * * * * * * * * * * * * * * * * */
.financial-title {
  text-align: center;
  font-size: 48px;
  line-height: 70px;
}

.financial-subtitle {
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 24px;
  text-transform: none;
  color: #2E294E !important;
  padding: 5px 0;
  line-height: 29px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.tricolumn-image {}

.tricolumn-title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  color: #336699;
  font-weight: bold;
  line-height: 23px;
}

.tricolumn-text {
  font-size: 14px;
  line-height: 22px;
  color: #2E294E;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.half-half-title {
  font-size: 48px;
  line-height: 56px;
}

.half-half-subtitle {
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.half-half-text {
  font-size: 14px;
  line-height: 22px;
}

.financial-tricolumn {
  text-align: center;
  padding: 25px 0;
}

.chamber-button {
  color: #2E294E;
  background-color: #FFBF00;
  padding: 15px 25px;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}

.chamber-button:hover {
  background-color: #DB9D47;
  color: #2E294E;
}

/* #financial-half-half-1 .column1 .column_inner {
  padding-left: 40px;
} */
#financial-half-half-1 .column2 .column_inner {
  text-align: right;
}

.half-half-text-container {
  padding-bottom: 15px;
}

/* #financial-half-half-2 .column2 .column_inner {
  padding-right: 40px;
} */
.financial-prefooter {
  text-align: center;
  padding: 60px 20px 80px;
  max-width: 1080px;
  margin: 0 auto;
}

.financial-prefooter .half-half-title {
  padding-bottom: 15px;
}

/* * * * * * * * * * * * * * * * * * *
*
* ABOUT US
*
* * * * * * * * * * * * * * * * * * */
.section-about-us {
  padding: 20px 0;
}

.our-staff-section .column_inner {
  text-align: center;
}

#about-us-h1 {
  text-transform: none;
  padding-bottom: 15px;
  color: #2E294E;
}

.our-staff-title {
  font-size: 36px;
  line-height: 52px;
}

.our-staff-name {
  color: #336699;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 3px;
}

.our-staff-position {
  color: #2E294E;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 17px;
  margin-top: 0;
}

.our-staff-section .three_columns {
  padding: 10px 0;
}

.our-staff-bio {
  display: none;
}

.our-staff-section {
  position: relative;
}

.our-staff-modal {
  display: none;
  position: absolute;
  top: 25px;
  background-color: #FFF;
  width: 70%;
  margin-left: 15%;
  z-index: 100;
}

.our-staff-modal-inner {
  padding: 30px;
}

.modal-img {
  float: left;
  padding-right: 30px;
  padding-bottom: 20px;
  max-width: 360px;
}

.modal-name {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 24px;
  color: #336699;
  font-weight: bold;
  line-height: 29px;
}

.modal-position {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #2E294E;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.modal-bio {
  font-size: 14px;
  line-height: 22px;
}

.modal-close {
  float: right;
  font-size: 35px;
  position: relative;
  bottom: 15px;
  color: #FFBF00;
}

.modal-close:hover {
  color: #DB9D47;
}

/* * * * * * * * * * * * * * * * * * *
*
* CONTACT US
*
* * * * * * * * * * * * * * * * * * */
.contact-us-side-item span {
  display: block;
}

#contact_us_company {
  padding-bottom: 8px;
}

/* * * * * * * * * * * * * * * * * * *
*
* RESOURCES POST (CUSTOM BLOG POST)
*
* * * * * * * * * * * * * * * * * * */
.post-section {
  padding: 20px 0;
}

.post-subheader {
  text-transform: none;
}

.post-image {}

.post-image-caption {
  text-transform: uppercase;
  color: #2E294E;
  text-align: center;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
}

.blog-left {
  display: inline-block;
  width: 70%;
}

.blog-left img {
  width: 100%;
}

.blog-right {
  display: inline-block;
  width: 29%;
  vertical-align: top;
}

.blog-right aside {
  padding-left: 30%;
}

.blog-date {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  font-weight: bold;
}

.blog-title {
  text-align: left;
  line-height: 29px;
}

.resources-subtitle,
.resources-subtitle a {
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
  color: #2E294E;
}

.resources-subtitle a:hover {
  color: #2E294E;
}

.blog_holder_inner .two_columns_50_50 {
  padding-bottom: 40px;
}

.blog_holder_inner article {
  background-color: transparent !important;
}

.blog-links {
  padding-bottom: 160px !important;
}

.blog-links a[rel="prev"] {
  float: left;
}

.blog-links a[rel="next"] {
  float: right;
  text-align: right;
}

.blog-links a:hover .article-border {
  background-color: #DB9D47;
  width: 20px;
}

.blog-links a:hover .article-border i {
  display: block;
}

.article-border {
  width: 10px;
  background-color: #FFBF00;
  display: inline-flex;
  align-items: center;
  /* height: 78px; */
  vertical-align: top;
}

.article-border i {
  color: #FFF;
  margin: 0 auto;
  display: none;
}

.previous-article-container {
  padding-left: 20px;
  /* display: inline-block; */
}

.next-article-container {
  padding-right: 20px;
  /* display: inline-block; */
}

.previous-article-text,
.next-article-text {
  font-family: "Minion 3 Caption", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
}

.previous-article-title,
.next-article-title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.pagination ul li span,
.pagination ul li a {
  font-family: "Helvetica Neue", sans-serif !important;
  color: #2E294E;
  font-weight: bold;
}

.pagination ul li a:hover {
  background-color: #2E294E;
  color: #FFF;
}

.pagination ul li:first-child a:hover,
.pagination ul li:last-child a:hover {
  background-color: transparent;
  color: #2E294E;
}

.pagination ul li[class="active"] span {
  background-color: #ffbf00;
}

.pagination ul li.prev a,
.pagination ul li.next a {
  background-image: none !important;
}

#searchform {
  border: 1px solid #2E294E;
  padding-bottom: 0;
  color: #2E294E;
}

#searchsubmit {
  background-color: #FFBF00;
  font-weight: bold;
  text-transform: none;
  color: #2E294E;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  border-radius: 0;
  height: 40px;
  width: 32%;
}

#searchsubmit:hover {
  background-color: #DB9D47;
}

#search-3,
#categories-3 {
  border-bottom: none;
}

#categories-3 h5 {
  font-size: 24px !important;
  text-transform: none;
}

#categories-3 .cat-item a {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  color: #2E294E;
  font-family: "Helvetica Neue", sans-serif;
}

#categories-3 .cat-item {
  border-bottom: 1px solid #2E294E;
  padding: 10px 0;
}

#categories-3 .cat-item:first-child {
  border-top: 1px solid #2E294E;
}

/* * * * * * * * * * * * * * * * * * *
*
* FOOTER
*
* * * * * * * * * * * * * * * * * * */
.footer_top .column2,
.footer_top .column3,
.footer_top .column4 {
  border-left: none !important;
}

#menu-footer-menu li {
  display: inline-block;
}

.footer_top ul {
  text-align: right;
  text-transform: uppercase;
  font-family: "Helvetica Neue";
  font-weight: 500;
  letter-spacing: 1px;
}

.footer_top ul li a {
  padding: 0 25px;
}

.footer_top ul li a:hover {
  color: #FFF;
}

.footer_top ul li:last-child a {
  padding-right: 0px;
}

.footer_top .column2 span {
  text-align: right;
}

.footer_top .column2 .column_inner {
  text-align: right;
}

.footer-social {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  background-color: #FFBF00;
  color: #2E294E;
  border-radius: 50%;
  margin: 0 5px;
}

.footer-social:hover {
  background-color: #FFBF00;
  color: #2E294E !important;
}

.footer-social i {
  margin: 0 auto;
  font-size: 20px;
}

.footer_top {
  padding: 50px 20px;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.footer-row {
  padding: 10px 0;
}

.mobile-footer-menu {
  display: none;
}

.desktop-footer-menu {
  display: block;
}

/*  */
.rev_slider {
  height: 100% !important;
}

.small-container {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 20px 50px;
}

.middle-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px;
}

.our-staff-image {
  width: 100%;
  height: auto;
}

.itinerary .column1 .column_inner img,
.extensions .column1 .column_inner img {
  width: 100%;
}

.contact-us-side-item h4 {
  color: #2E294E !important;
  text-transform: uppercase;
}

.contact-us-side-item a,
.contact-us-side-item span {
  color: #2E294E;
}

#menu-main-menu>li:hover>a {
  color: #336699;
  position: relative;
}

#menu-main-menu>li:hover>a::before,
.main_menu li.current-menu-item>a::before {
  position: absolute;
  content: "";
  height: 5px;
  right: 10px;
  left: 10px;
  bottom: 0;
  background: #2E294E;
}

.drop_down .second {
  top: 85px !important;
}

.blog-links a {
  display: flex;
  margin: 10px 0;
  width: 50%;
}

.description_below .accordion-plus,
.description_below .accordion-minus {
  margin-top: 10px;
}

#gform_wrapper_1 #field_1_13 .ginput_container {
  height: 40px;
}

#gform_wrapper_1 .gform_body>ul>li:not(.gfield_html) {
  margin: 25px !important;
  padding: 0;
}

.footer_top .two_columns_25_75>.column1 {
  width: 20%;
}

.footer_top .two_columns_25_75>.column2 {
  width: 80%;
}

#section-homepage-1 .two_columns_60_40 {
  padding: 20px 0;
}

.homepage-scroller-item:hover .scroller-item-overlay #scroller-text-3 {
  color: #FFBF00;
  font-weight: bold;
}

.main_menu li.current-menu-item>a {
  border: none !important;
}

/** Slider CSS */
.slick-slide .content a {
  text-transform: uppercase;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  display: block;
  color: #FFF;
  line-height: 17px;
  position: relative;
  padding: 10px 0;
}

.slick-slide .content a i {
  color: #FFBF00;
  margin-left: 10px;
  font-size: 20px;
  top: 8px;
  position: absolute;
}

.slick-list {
  padding: 0 20% 0 0;
}

.slick-initialized .slick-slide {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  transition: 0.4s ease-in-out;
}

.slick-initialized .slick-slide img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.slick-slide .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to right, rgba(46, 41, 78, 1), rgba(46, 41, 78, .25));
  padding: 25px 15px;
}

.slick-slide .content h6 {
  font-size: 18px;
  color: #fff !important;
  font-weight: 400 !important;
  line-height: 23px;
}

.slick-slide .content {
  opacity: 0;
}

.slick-slide .content h5 {
  font-family: "Minion 3 Caption", serif !important;
  font-size: 36px;
  color: #fff !important;
  line-height: 52px;
}

.slick-slide .content:hover a {
  color: #FFBF00;
  font-size: 15px;
}

.slick-slider {
  height: 500px;
}

@media screen and (min-width: 769px) {

  /* .slick-slide:not(.first) .content {
    opacity: 0;
  }

  .slick-slide.first {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    z-index: 9;
    overflow: hidden;
    margin-top: 30px;
  }

  .slick-slide.first img {
    position: absolute;
    top: 0;
    height: 100%;
  } */
  .slick-slide:hover .content {
    opacity: 1;
  }

  .slick-slide:hover {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 9;
    overflow: hidden;
    margin-top: 30px;
  }

  .slick-slide:hover img {
    position: absolute;
    top: 0;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .slick-initialized .slick-slide {
    height: 300px;
  }

  .slick-slider {
    height: 300px;
  }

  .slick-initialized .slick-slide img {
    height: 230px;
  }

  .slick-slide:not(.slick-center) .content {
    opacity: 0;
  }

  .slick-slide .content {
    opacity: 1;
  }

  .slick-slide.slick-center {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    z-index: 9;
    overflow: hidden;
  }

  .slick-slide.slick-center img {
    position: absolute;
    top: 0;
    height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .slick-slide .content h6 {
    font-size: 14px;
    line-height: 17px;
  }

  .slick-slide .content h5 {
    font-size: 24px;
    line-height: 31px;
  }
}

button.slick-arrow {
  display: none !important;
}