/* apply a natural box layout model to all elements */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOWA.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_vOWA.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL8.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v16/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYCL8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype');
}
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 7%;
  position: relative;
}
.central.narrow {
  max-width: 1100px!important;
}
.central.x-narrow {
  max-width: 880px!important;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: 'Bitter', 'Georgia', serif;
}
.sans-serif {
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
body.page-template-custom-layout {
  background: #fff;
}
section.custom-section {
  padding: 100px 0 100px 0;
  position: relative;
  overflow: hidden;
}
section.custom-section .text-box {
  position: relative;
  z-index: 10;
}
section.custom-section .text-box.right {
  text-align: right;
}
section.custom-section .text-box.left {
  text-align: left;
}
section.custom-section .text-box.center {
  text-align: center;
}
section.custom-section .text-box.narrow {
  padding: 0 200px 0 200px!important;
}
section.custom-section .text-box h1 {
  font-family: 'Bitter', serif;
  font-size: 42px;
  color: inherit;
  margin: 0 0 25px 0;
}
section.custom-section .text-box h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  color: inherit;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  font-weight: 400;
}
section.custom-section .text-box h3 {
  font-family: 'Bitter', serif;
  font-size: 32px;
  color: inherit;
  margin: 0 0 25px 0;
}
section.custom-section .text-box h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color: inherit;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
section.custom-section .text-box h5 {
  font-family: 'Bitter', serif;
  font-size: 22px;
  color: inherit;
  margin: 0 0 25px 0;
}
section.custom-section .text-box h5.section-head {
  font-size: 60px;
}
section.custom-section .text-box ol {
  list-style-type: none; 
  counter-reset: my-counter;
  padding-left: 0!important;
  margin-left: 0;
}
section.custom-section .text-box ol > li {
  position: relative;
  padding-left: 30px!important;
  margin-bottom: 20px;
  padding-top: 5px;
}
section.custom-section .text-box ol > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 20px!important;
  height: 20px!important;
  line-height: 1!important;
  display: block;
  background: #025da1;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 20px!important;
  position: absolute;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: bold;
  top: 6px;
  left: 0;
}
section.custom-section .text-box ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}
section.custom-section .text-box ul > li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 12px 0;
}
section.custom-section .text-box ul > li i.fa-arrow-circle-right {
  position: absolute;
  left: 0;
  top: 2px;
  color: #025da1;
}
section.custom-section .text-box img {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
}
section.custom-section h5.section-head {
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
section.custom-section.blank {
  padding: 0!important;
  margin: 0!important;
  background: #fff!important;
  position: relative;
}

/**Backgrounds**/
.overlay:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 76, 148, 0.66);
}
.gray-bg {
  color: #04386f;
  background: #f1f1f1;
}
.gray-bg h5,
.gray-bg h6 {
  color: #04386f !important;
}
.gray-bg .section-widget.block {
  background: #fff;
}
.gray-bg .section-widget span.icon {
  color: #04386f;
}
.gray-bg .section-widget.stats span.stat-number {
  color: #ffbe02;
}
.gray-bg .section-widget.steps span.counter {
  background: #fff;
}
.gray-bg .toggler .trigger {
  background: #025da1;
}
.gray-bg .toggler .trigger h4 {
  color: #fff;
}
.gray-bg .toggler .trigger i {
  color: #fff;
}
.gray-bg .toggler .trigger:hover,
.gray-bg .toggler .trigger.active {
  background: #5e9900;
}
.blue-bg {
  background: #025da1;
  color: #fff;
}
.blue-bg a {
  color: #ffbe02;
}
.blue-bg h5,
.blue-bg h6 {
  color: #fff!important;
}
.blue-bg h5.section-head {
  color: #fff!important;
}
.blue-bg .section-widget.block {
  background: #fff;
  color: #04386f !important;
}
.blue-bg .section-widget.block span.icon {
  color: #025da1 !important;
}
.blue-bg .section-widget.block h6 {
  color: #04386f !important;
}
.blue-bg .section-widget span.icon {
  color: #fff;
}
.blue-bg .section-widget.stats span.stat-number {
  color: #ff9001;
}
.blue-bg .section-widget.stats span.text {
  color: #fff;
}
.blue-bg .section-widget.steps span.counter {
  background: #fff;
}
.blue-bg .toggler .trigger {
  background: #5e9900;
}
.blue-bg .toggler .trigger h4 {
  color: #fff;
}
.blue-bg .toggler .trigger i {
  color: #fff;
}
.blue-bg .toggler .trigger:hover,
.blue-bg .toggler .trigger.active {
  background: #ff9001;
}
.purple-bg {
  background: #724b8a;
  color: #fff;
}
.purple-bg h5,
.purple-bg h6 {
  color: #fff!important;
}
.purple-bg a.button {
  background: #d8d8d8 !important;
  color: #04386f !important;
}
.purple-bg a.button span {
  border-left: 2px dashed #cbcbcb;
  background: #e4e4e4 !important;
}
.purple-bg a.button i {
  color: #04386f !important;
}
.purple-bg a.button:hover {
  background: #e4e4e4 !important;
}
.purple-bg a.button:hover span {
  background: #f1f1f1 !important;
}
.purple-bg .section-widget.block {
  background: #fff;
  color: #04386f !important;
}
.purple-bg .section-widget.block span.icon {
  color: #025da1 !important;
}
.purple-bg .section-widget.block h6 {
  color: #025da1 !important;
}
.purple-bg .section-widget span.icon {
  color: #fff;
}
.purple-bg .section-widget.stats span.stat-number {
  color: #ff9001;
}
.purple-bg .section-widget.stats span.text {
  color: #fff;
}
.purple-bg .section-widget.steps span.counter {
  background: #fff;
}
.purple-bg .toggler .trigger {
  background: #f1f1f1;
}
.purple-bg .toggler .trigger h4 {
  color: #04386f;
}
.purple-bg .toggler .trigger i {
  color: #04386f;
}
.purple-bg .toggler .trigger:hover,
.purple-bg .toggler .trigger.active {
  background: #fff;
}
.light-green-bg{
  background: #94c34a;
  color: #fff;	
}
.green-bg {
  background: #5e9900;
  color: #fff;
}
.green-bg a, .blue-bg a, .purple-bg a, .red-bg a{
  color: white;
}
.green-bg h5,
.green-bg h6 {
  color: #fff!important;
}
.green-bg a.button {
  background: #ff9001!important;
}
.green-bg a.button span {
  background: #ffbe02!important;
}
.green-bg a.button:hover {
  background: #e78200 !important;
}
.green-bg a.button:hover span {
  background: #ff9001!important;
}
.green-bg .section-widget.block {
  background: #fff;
  color: #04386f !important;
}
.green-bg .section-widget.block span.icon {
  color: #025da1 !important;
}
.green-bg .section-widget.block h6 {
  color: #025da1 !important;
}
.green-bg .section-widget span.icon {
  color: #fff;
}
.green-bg .section-widget.stats span.stat-number {
  color: #ff9001;
}
.green-bg .section-widget.stats span.text {
  color: #fff;
}
.green-bg .section-widget.steps span.counter {
  background: #fff;
}
.green-bg .toggler .trigger {
  background: #fff;
}
.green-bg .toggler .trigger h4 {
  color: #025da1;
}
.green-bg .toggler .trigger i {
  color: #025da1;
}
.green-bg .toggler .trigger:hover,
.green-bg .toggler .trigger.active {
  background: #04386f;
}
.green-bg .toggler .trigger:hover h4,
.green-bg .toggler .trigger.active h4 {
  color: #fff;
}
.green-bg .toggler .trigger:hover i,
.green-bg .toggler .trigger.active i {
  color: #fff;
}
.yellow-bg {
  background: #ffbe02;
  color: #fff;
}
.yellow-bg h5,
.yellow-bg h6 {
  color: #fff!important;
}
.yellow-bg a.button {
  background: #ff9001!important;
}
.yellow-bg a.button span {
  background: #ffbe02!important;
}
.yellow-bg a.button:hover {
  background: #e78200 !important;
}
.yellow-bg a.button:hover span {
  background: #ff9001!important;
}
.yellow-bg .section-widget.block {
  background: #fff;
  color: #04386f !important;
}
.yellow-bg .section-widget.block span.icon {
  color: #025da1 !important;
}
.yellow-bg .section-widget.block h6 {
  color: #025da1 !important;
}
.yellow-bg .section-widget span.icon {
  color: #fff;
}
.yellow-bg .section-widget.stats span.stat-number {
  color: #ff9001;
}
.yellow-bg .section-widget.stats span.text {
  color: #fff;
}
.yellow-bg .section-widget.steps span.counter {
  background: #fff;
}
.yellow-bg .toggler .trigger {
  background: #fff;
}
.yellow-bg .toggler .trigger h4 {
  color: #025da1;
}
.yellow-bg .toggler .trigger i {
  color: #025da1;
}
.yellow-bg .toggler .trigger:hover,
.yellow-bg .toggler .trigger.active {
  background: #04386f;
}
.yellow-bg .toggler .trigger:hover h4,
.yellow-bg .toggler .trigger.active h4 {
  color: #fff;
}
.yellow-bg .toggler .trigger:hover i,
.yellow-bg .toggler .trigger.active i {
  color: #fff;
}
.white-bg h5,
.white-bg h6 {
  color: #04386f !important;
}
.white-bg .toggler .trigger {
  background: #04386f;
}
.white-bg .toggler .trigger h4 {
  color: #fff;
}
.white-bg .toggler .trigger i {
  color: #fff;
}
.white-bg .toggler .trigger:hover,
.white-bg .toggler .trigger.active {
  background: #025da1;
}
.white-bg .toggler .trigger:hover h4,
.white-bg .toggler .trigger.active h4 {
  color: #fff;
}
.white-bg .toggler .trigger:hover i,
.white-bg .toggler .trigger.active i {
  color: #fff;
}
/**Widgets**/
.section-widget-wrap {
  margin-top: 25px;
}
.section-widget {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 15px;
  margin: 25px;
}
.section-widget img {
  border: none!important;
  outline: none!important;
  max-width: 100px;
  display: inline-block;
  vertical-align: top;
  box-shadow: none!important;
  margin-bottom: 20px;
}
.section-widget span.icon {
  font-size: 42px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.section-widget.block {
  text-align: left;
  background: #f1f1f1;
  padding: 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.section-widget.block img {
  max-width: 50%;
}
/**Headers**/
h5.custom-section-title {
  font-family: 'Bitter', serif;
  font-size: 32px;
  color: inherit;
  margin-bottom: 30px;
}
h5.custom-section-title.large {
  font-size: 48px!important;
}
h5.banner-section-title {
  font-family: 'Bitter', serif;
  font-size: 50px;
  line-height: 1.2;
  color: inherit;
  margin-bottom: 30px;
}
h6.section-widget-title {
  font-family: 'Bitter', serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
}
/**Modules**/
.custom-section a.button {
  margin-top: 12px;
}
.hero-banner {
  padding: 300px 0 300px 0;
}
.hero-banner.full-height {
  height: 100vh;
}
.hero-banner.full-height .text-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hero-banner .text-box.right {
  text-align: right;
  padding-left: 40%!important;
}
.hero-banner .text-box.left {
  text-align: left;
  padding-right: 40%!important;
}
.hero-banner .text-box.center {
  text-align: center;
}
.hero-banner .text-box .section-widget {
  text-align: center;
}
.hero-banner.image-bg {
  color: #fff;
}
.hero-banner.image-bg h5.section-head {
  color: #fff!important;
}
.hero-banner.video-bg {
  color: #fff;
}
.hero-banner.video-bg h5.section-head {
  color: #fff!important;
}
.hero-banner.video-bg video.bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(images/tour-poster.jpg) no-repeat;
  background-size: cover;
}
.standard-banner {
  padding: 200px 0 120px 0;
  min-height: 300px;
}
.standard-banner .text-box {
  position: relative;
}
.standard-banner .text-box h1.banner-title {
  font-size: 65px;
}
.standard-banner .text-box.right {
  text-align: right;
  padding-left: 40%!important;
}
.standard-banner .text-box.left {
  text-align: left;
  padding-right: 40%!important;
}
.standard-banner .text-box.center {
  text-align: center;
}
.standard-banner.image-bg {
  color: #fff;
}
.standard-banner.image-bg h5.section-head {
  color: #fff!important;
}
.call-to-action h5 {
  text-transform: none!important;
  font-size: 28px!important;
}
.text-image-split {
  padding: 0!important;
}
.text-image-split .text-box {
  padding-top: 80px;
  padding-bottom: 80px;
}
.text-image-split .text-box.left {
  padding: 80px 40px 80px 15%;
}
.text-image-split .text-box.right {
  padding: 80px 15% 80px 40px;
}
.slider-widgets {
  position: relative;
}
.slider-widgets .section-widget.block {
  margin: 0;
}
.slider-widget-wrap {
  padding: 0 40px 0 40px!important;
}
.slide-section .slide-in {
  opacity: 0;
  transform: translateY(30px);
}
.section-widget.stats {
  max-width: 200px;
}
.section-widget.stats span.stat-number {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
  color: inherit;
  color: #04386f;
}
.section-widget.stats span.text {
  text-transform: uppercase;
  font-family: 'Bitter', serif;
  font-size: 15px;
  letter-spacing: .05em;
  color: #444;
}
.section-widget.stats span.icon {
  margin-bottom: 5px;
}
.section-widget.steps {
  max-width: 200px;
  text-align: center;
}
.section-widget.steps span.counter {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  font-weight: bold;
  font-family: 'Bitter', serif;
  font-size: 40px;
  line-height: 80px;
  color: #04386f;
  background: #f1f1f1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-bottom: 12px;
}
/**Responsiveness**/
@media only screen and (max-width: 768px) {
  section.custom-section .text-box.narrow {
    padding: 20px!important;
  }
  .text-image-split .text-box {
    text-align: center;
    padding: 40px!important;
  }
  h5.custom-section-title {
    font-family: 'Bitter', serif;
    font-size: 24px;
  }
  h5.banner-section-title {
    font-family: 'Bitter', serif;
    font-size: 24px;
  }
  h6.section-widget-title {
    font-family: 'Bitter', serif;
    font-size: 16px;
  }
}
/**Forms**/
.custom-section .gform_wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/* .custom-section .gform_wrapper label {
  display: none!important;
} */
.custom-section .gform_wrapper ul.gform_fields li {
  padding: 0!important;
}
.custom-section .gform_wrapper ul.gform_fields li i {
  display: none!important;
}
.custom-section .gform_wrapper ul.gform_fields li input[type=text],
.custom-section .gform_wrapper ul.gform_fields li textarea {
  border: 1px solid #f1f1f1 !important;
  outline: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding: 12px!important;
  background: rgba(255, 255, 255, 0.2);
  color: #04386f;
}
.custom-section .gform_wrapper ul.gform_fields li input[type=text]:focus,
.custom-section .gform_wrapper ul.gform_fields li textarea:focus {
  background: #fff;
}
.custom-section .gform_wrapper ul.gform_fields li input[type=text]:focus::-webkit-input-placeholder,
.custom-section .gform_wrapper ul.gform_fields li textarea:focus::-webkit-input-placeholder {
  color: #04386f;
}
.custom-section .gform_wrapper ul.gform_fields li input[type=text]:focus:-moz-placeholder,
.custom-section .gform_wrapper ul.gform_fields li textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #04386f;
}
.custom-section .gform_wrapper ul.gform_fields li input[type=text]:focus::-moz-placeholder,
.custom-section .gform_wrapper ul.gform_fields li textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #04386f;
}
.custom-section .gform_wrapper ul.gform_fields li input[type=text]:focus:-ms-input-placeholder,
.custom-section .gform_wrapper ul.gform_fields li textarea:focus:-ms-input-placeholder {
  color: #04386f;
}
.custom-section .gform_wrapper ul.gform_fields li input[type=text]::-webkit-input-placeholder,
.custom-section .gform_wrapper ul.gform_fields li textarea::-webkit-input-placeholder {
  color: #fff;
}
.custom-section .gform_wrapper ul.gform_fields li input[type=text]:-moz-placeholder,
.custom-section .gform_wrapper ul.gform_fields li textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.custom-section .gform_wrapper ul.gform_fields li input[type=text]::-moz-placeholder,
.custom-section .gform_wrapper ul.gform_fields li textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.custom-section .gform_wrapper ul.gform_fields li input[type=text]:-ms-input-placeholder,
.custom-section .gform_wrapper ul.gform_fields li textarea:-ms-input-placeholder {
  color: #fff;
}
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  border: none!important;
  max-width: 100%!important;
  background: transparent!important;
  padding: 0!important;
}
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) label,
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) .gfield_description {
  color: #5e9900 !important;
}
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) input,
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) textarea {
  border: 1px solid #ff9001 !important;
}
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) input::-webkit-input-placeholder,
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) textarea::-webkit-input-placeholder {
  color: #5e9900;
}
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) input:-moz-placeholder,
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #5e9900;
}
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) input::-moz-placeholder,
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #5e9900;
}
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) input:-ms-input-placeholder,
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) textarea:-ms-input-placeholder {
  color: #5e9900;
}
.custom-section .gform_wrapper ul.gform_fields li.gfield_error:not(.gf_left_half):not(.gf_right_half) .validation_message {
  font-family: 'Bitter', serif;
  font-size: 16px;
  color: #5e9900 !important;
  font-weight: 300!important;
  font-style: italic;
  padding-top: 6px!important;
}
.custom-section .gform_wrapper .validation_error {
  border: none!important;
  color: #ff9001 !important;
  font-family: 'Bitter', serif;
  font-size: 18px;
  font-weight: 400;
}
.custom-section .gform_footer {
  margin-top: 25px!important;
}
.custom-section.blue-bg button.submit {
  background: #fff;
  color: #04386f !important;
}
.custom-section.blue-bg button.submit:hover {
  background: #ff9001;
  color: #fff!important;
}
.custom-section.blue-bg button.submit:hover i {
  color: #fff!important;
}
.custom-section.gray-bg .gform_wrapper ul.gform_fields li i {
  display: none!important;
}
.custom-section.gray-bg .gform_wrapper ul.gform_fields li input[type=text],
.custom-section.gray-bg .gform_wrapper ul.gform_fields li textarea {
  border: 1px solid #f1f1f1 !important;
  outline: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  background: rgba(255, 255, 255, 0.4);
  color: #04386f;
}
.custom-section.gray-bg .gform_wrapper ul.gform_fields li input[type=text]:focus,
.custom-section.gray-bg .gform_wrapper ul.gform_fields li textarea:focus {
  background: #fff;
}
.custom-section.gray-bg .gform_wrapper ul.gform_fields li input[type=text]::-webkit-input-placeholder,
.custom-section.gray-bg .gform_wrapper ul.gform_fields li textarea::-webkit-input-placeholder {
  color: #04386f;
}
.custom-section.gray-bg .gform_wrapper ul.gform_fields li input[type=text]:-moz-placeholder,
.custom-section.gray-bg .gform_wrapper ul.gform_fields li textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #04386f;
}
.custom-section.gray-bg .gform_wrapper ul.gform_fields li input[type=text]::-moz-placeholder,
.custom-section.gray-bg .gform_wrapper ul.gform_fields li textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #04386f;
}
.custom-section.gray-bg .gform_wrapper ul.gform_fields li input[type=text]:-ms-input-placeholder,
.custom-section.gray-bg .gform_wrapper ul.gform_fields li textarea:-ms-input-placeholder {
  color: #04386f;
}
.custom-section.white-bg .gform_wrapper ul.gform_fields li i {
  display: none!important;
}
.custom-section.white-bg .gform_wrapper ul.gform_fields li input[type=text],
.custom-section.white-bg .gform_wrapper ul.gform_fields li textarea {
  border: 1px solid #f1f1f1 !important;
  outline: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  background: rgba(8, 25, 51, 0.9);
  color: #fff;
}
.custom-section.white-bg .gform_wrapper ul.gform_fields li input[type=text]:focus,
.custom-section.white-bg .gform_wrapper ul.gform_fields li textarea:focus {
  background: #081933;
}
.custom-section.white-bg .gform_wrapper ul.gform_fields li input[type=text]::-webkit-input-placeholder,
.custom-section.white-bg .gform_wrapper ul.gform_fields li textarea::-webkit-input-placeholder {
  color: #fff;
}
.custom-section.white-bg .gform_wrapper ul.gform_fields li input[type=text]:-moz-placeholder,
.custom-section.white-bg .gform_wrapper ul.gform_fields li textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.custom-section.white-bg .gform_wrapper ul.gform_fields li input[type=text]::-moz-placeholder,
.custom-section.white-bg .gform_wrapper ul.gform_fields li textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.custom-section.white-bg .gform_wrapper ul.gform_fields li input[type=text]:-ms-input-placeholder,
.custom-section.white-bg .gform_wrapper ul.gform_fields li textarea:-ms-input-placeholder {
  color: #fff;
}
.custom-section.white-bg button.submit:hover {
  background: #ff9001;
  color: #fff!important;
}
.custom-section.white-bg button.submit:hover i {
  color: #fff!important;
}
.image-gallery .gallery-wrap a {
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: auto;
}
.image-gallery .gallery-wrap a:hover .play-btn {
  color: #ffffff;
}
.image-gallery .gallery-wrap img {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.image-gallery .gallery-wrap img:hover {
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
}
.image-gallery .gallery-wrap .play-btn {
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding: 0;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (min-width: 641px) {
  .custom-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
  }
}

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