@charset "UTF-8";
/*
	This CSS is generated by a SASS Compiler - CodeKit.  Please do not add any styles here as it get's overwritten. 
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/***********
	Colors
************/
/*****************
	Breakpoints
******************/
/*****************
	Helpers
******************/
/***********
	PX to REM
************/
/*******************
	CTA - Background Animated - Left
********************/
@keyframes ctaAnimatedLeft {
  0% {
    background-position: 0 center;
  }
  50% {
    background-position: 7px center;
  }
  100% {
    background-position: 0 center;
  }
}
/*******************
	CTA - Background Animated - Right
********************/
@keyframes ctaAnimatedRight {
  0% {
    background-position: 0 center;
  }
  50% {
    background-position: 7px center;
  }
  100% {
    background-position: 0 center;
  }
}
/*******************
	Bounce - used on the arrow down hero
********************/
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0px);
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  overflow-x: hidden;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.no-scroll,
html.no-scroll {
  overflow: hidden !important;
}

.site-main > .vc_row {
  overflow: visible;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

/*******************************/
/* Make videos responsive */
/*******************************/
.iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.iframe object,
.iframe embed,
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  max-width: 100%;
}

/*******************************/
/* Text Reader */
/*******************************/
.sr-text,
.sr-only {
  display: none;
}

/*******************************/
/* Skip to Content */
/*******************************/
#skip {
  width: 100%;
  padding: 4px 20px;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  background-color: #0D233D;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  z-index: 200;
  -webkit-transition: top 2s ease-out, background 2s linear;
  transition: top 2s ease-out, background 2s linear;
}

#skip:focus,
#skip:hover {
  position: fixed;
  top: 0;
  -webkit-transition: top 0.2s ease-in, background 0.5s linear;
  transition: top 0.2s ease-in, background 0.5s linear;
}

#skip_menu {
  width: 150px;
  padding: 4px 20px;
  display: block;
  position: absolute;
  top: -200px;
  left: 200px;
  background-color: #0D233D;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  z-index: 200;
  -webkit-transition: top 2s ease-out, background 2s linear;
  transition: top 2s ease-out, background 2s linear;
}

#skip_menu:focus,
#skip_menu:hover {
  top: 0;
  -webkit-transition: top 0.2s ease-in, background 0.5s linear;
  transition: top 0.2s ease-in, background 0.5s linear;
}

.wpb_raw_code,
.wpb_raw_html {
  margin: 0;
}

/*******************************/
/* Focus */
/*******************************/
*:focus,
.hs-form-checkbox-display:focus-within,
.hs-form-checkbox-display:focus,
label:focus-within,
a.wpb_single_image:focus,
a.vc_single_image-wrapper:focus,
button.slick-arrow:focus {
  outline: 1px dotted #212121 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

a.wpb_single_image:hover,
a.vc_single_image-wrapper:hover {
  text-decoration: none;
}

.site-main:focus {
  outline: none !important;
}

/*******************************/
/* SUB/SUP */
/*******************************/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
* Icon Fonts Generated with IcoMoon. If you want to add more, please add them via icomoon app. The json file is in the folder. 
*/
@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/lucasgroup/assets/icomoon/fonts/icomoon.eot");
  src: url("/wp-content/themes/lucasgroup/assets/icomoon/fonts/icomoon.eot") format("embedded-opentype"), url("/wp-content/themes/lucasgroup/assets/icomoon/fonts/icomoon.ttf") format("truetype"), url("/wp-content/themes/lucasgroup/assets/icomoon/fonts/icomoon.woff") format("woff"), url("/wp-content/themes/lucasgroup/assets/icomoon/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icomoon-],
[class*=" icomoon-"],
.site-footer .footer-top .footer-contact .footer-contact-menu a::after,
.team-card .card-header .card-link:after,
.category-filter .filter__items li.current-cat-ancestor a::after,
.category-filter .filter__items li.current-cat a::after,
.category-filter .filter__toggle::after,
.inner-page-form .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span::before,
.hero .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span::before,
.image-overlay-banner-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span::before,
.mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span::before,
.sidebar .sidebar__items .sidebar__item .sidebar__item-link.is-active::after,
.sidebar .sidebar__items .sidebar__item .sidebar__item-link:hover::after,
.sidebar .sidebar__toggle::after,
.bullet-contents-wrapper .bullet .title::before,
.wrap-carousel-posts .carousel-posts-footer .all-posts::after,
.practice-area-card h3.title.hide-link::before,
.practice-area-card .title::before,
.slick-prev:before,
.slick-next:before,
#mobile-collapse-form-toggler .collapse-title::after,
.hero-wrapper .jump-anchor-wrapper .arrow-ellipse::after,
.wrap-pagination .pagination .pagination-previous a:before,
.wrap-pagination .pagination .pagination-next a:before,
.cta::after,
.btn::after,
.hs-button::after,
.accordion-wrapper .vox-accordion-toggler::after,
.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-angle-down:before {
  content: "";
}

.icomoon-plus:before {
  content: "";
}

.icomoon-facebook:before {
  content: "";
}

.icomoon-instagram:before {
  content: "";
}

.icomoon-linkedin:before {
  content: "";
}

.icomoon-twitter:before {
  content: "";
}

.icomoon-youtube:before {
  content: "";
}

.icomoon-accounting:before {
  content: "";
}

.icomoon-arrow-down:before {
  content: "";
}

.icomoon-arrow-right:before {
  content: "";
}

.icomoon-arrow-left:before {
  content: "";
}

.icomoon-checkmark:before {
  content: "";
}

.icomoon-finance:before {
  content: "";
}

.icomoon-hr:before {
  content: "";
}

.icomoon-it:before {
  content: "";
}

.icomoon-legal:before {
  content: "";
}

.icomoon-marketing:before {
  content: "";
}

.icomoon-operations:before {
  content: "";
}

.icomoon-sales:before {
  content: "";
}

.icomoon-search:before {
  content: "";
}

.icomoon-supply-chain:before {
  content: "";
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 35px;
  color: #1E4576;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 992px) {
  h1,
.h1 {
    font-size: 56px;
    line-height: 60px;
  }
}

h2,
.h2,
.wrap-single-post .single-post__header .single-post__header-title {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 992px) {
  h2,
.h2,
.wrap-single-post .single-post__header .single-post__header-title {
    font-size: 40px;
    line-height: 40px;
  }
}

h3,
.h3 {
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 992px) {
  h3,
.h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

h4,
.h4 {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 992px) {
  h4,
.h4 {
    font-size: 24px;
    line-height: 34px;
  }
}

h5,
.h5 {
  font-size: 22px;
  line-height: 30px;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 28px;
}

p,
.p {
  color: #606C7B;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 35px;
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  p,
.p {
    font-size: 18px;
    line-height: 28px;
  }
}
p.small, p small,
.p.small,
.p small {
  font-size: 16px;
  line-height: 24px;
}
p.lead,
.p.lead {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  p.lead,
.p.lead {
    font-size: 24px;
    line-height: 32px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #BE8B09;
  font-weight: 600;
}
a:hover {
  color: #1E6BA2;
  text-decoration: underline;
}

.wpb_content_element ul,
.wpb_content_element ol,
.wrap-single-post ul,
.wrap-single-post ol,
.wrap-single-post .single-post__body ul,
.wrap-single-post .single-post__body ol {
  list-style-position: outside;
  margin-bottom: 25px;
}
.wpb_content_element ul li,
.wpb_content_element ol li,
.wrap-single-post ul li,
.wrap-single-post ol li,
.wrap-single-post .single-post__body ul li,
.wrap-single-post .single-post__body ol li {
  color: #606C7B;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .wpb_content_element ul li,
.wpb_content_element ol li,
.wrap-single-post ul li,
.wrap-single-post ol li,
.wrap-single-post .single-post__body ul li,
.wrap-single-post .single-post__body ol li {
    font-size: 18px;
    line-height: 28px;
  }
}
.wpb_content_element ul ul, .wpb_content_element ul ol,
.wpb_content_element ol ul,
.wpb_content_element ol ol,
.wrap-single-post ul ul,
.wrap-single-post ul ol,
.wrap-single-post ol ul,
.wrap-single-post ol ol,
.wrap-single-post .single-post__body ul ul,
.wrap-single-post .single-post__body ul ol,
.wrap-single-post .single-post__body ol ul,
.wrap-single-post .single-post__body ol ol {
  margin-bottom: 0;
}
.wpb_content_element ul,
.wrap-single-post ul,
.wrap-single-post .single-post__body ul {
  margin-left: 20px;
  list-style-type: disc;
}
.wpb_content_element ol,
.wrap-single-post ol,
.wrap-single-post .single-post__body ol {
  margin-left: 20px;
  list-style: decimal;
}

@media (min-width: 1200px) {
  .wpb_text_column.vox-wider p {
    margin-left: -115px;
    margin-right: -115px;
  }
  .wpb_text_column.vox-wider h1, .wpb_text_column.vox-wider h2, .wpb_text_column.vox-wider h3, .wpb_text_column.vox-wider h4, .wpb_text_column.vox-wider h5, .wpb_text_column.vox-wider h6 {
    margin-left: -230px;
    margin-right: -230px;
  }
}

/*
	Old Grid, transitioning on a new grid based on flexbox
*/
.wrap, .single-news-wrap, .small-wrap, .medium-wrap {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.medium-wrap {
  max-width: 1055px !important;
}

.small-wrap {
  max-width: 720px !important;
  float: none;
}

.wrap .row, .single-news-wrap .row, .medium-wrap .row, .small-wrap .row {
  margin-left: -10px;
  margin-right: -10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 35px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row.no-margin, .row.margin-bottom-0 {
  margin-bottom: 0;
}
.row .col {
  float: left;
  padding: 0 10px;
  min-height: 1px;
}
.row .col.col-pad-20 {
  padding: 0 20px;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.xs1 {
  width: 8.3333333333%;
  min-width: 8.3333333333%;
}
.row .col.xs2 {
  width: 16.6666666667%;
  min-width: 16.6666666667%;
}
.row .col.xs3 {
  width: 25%;
  min-width: 25%;
}
.row .col.xs4 {
  width: 33.3333333333%;
  min-width: 33.3333333333%;
}
.row .col.xs5 {
  width: 41.6666666667%;
  min-width: 41.6666666667%;
}
.row .col.xs6 {
  width: 50%;
  min-width: 50%;
}
.row .col.xs7 {
  width: 58.3333333333%;
  min-width: 58.3333333333%;
}
.row .col.xs8 {
  width: 66.6666666667%;
  min-width: 66.6666666667%;
}
.row .col.xs9 {
  width: 75%;
  min-width: 75%;
}
.row .col.xs10 {
  width: 83.3333333333%;
  min-width: 83.3333333333%;
}
.row .col.xs11 {
  width: 91.6666666667%;
  min-width: 91.6666666667%;
}
.row .col.xs12 {
  width: 100%;
  min-width: 100%;
}
.row .col.pl-xs1 {
  padding-left: calc(8.3333333333% + 10px);
}
.row .col.pr-xs1 {
  padding-left: calc(8.3333333333% + 10px);
}
.row .col.offset-xs1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-xs1 {
  right: 8.3333333333%;
}
.row .col.push-xs1 {
  left: 8.3333333333%;
}
.row .col.pl-xs2 {
  padding-left: calc(16.6666666667% + 10px);
}
.row .col.pr-xs2 {
  padding-left: calc(16.6666666667% + 10px);
}
.row .col.offset-xs2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-xs2 {
  right: 16.6666666667%;
}
.row .col.push-xs2 {
  left: 16.6666666667%;
}
.row .col.pl-xs3 {
  padding-left: calc(25% + 10px);
}
.row .col.pr-xs3 {
  padding-left: calc(25% + 10px);
}
.row .col.offset-xs3 {
  margin-left: 25%;
}
.row .col.pull-xs3 {
  right: 25%;
}
.row .col.push-xs3 {
  left: 25%;
}
.row .col.pl-xs4 {
  padding-left: calc(33.3333333333% + 10px);
}
.row .col.pr-xs4 {
  padding-left: calc(33.3333333333% + 10px);
}
.row .col.offset-xs4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-xs4 {
  right: 33.3333333333%;
}
.row .col.push-xs4 {
  left: 33.3333333333%;
}
.row .col.pl-xs5 {
  padding-left: calc(41.6666666667% + 10px);
}
.row .col.pr-xs5 {
  padding-left: calc(41.6666666667% + 10px);
}
.row .col.offset-xs5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-xs5 {
  right: 41.6666666667%;
}
.row .col.push-xs5 {
  left: 41.6666666667%;
}
.row .col.pl-xs6 {
  padding-left: calc(50% + 10px);
}
.row .col.pr-xs6 {
  padding-left: calc(50% + 10px);
}
.row .col.offset-xs6 {
  margin-left: 50%;
}
.row .col.pull-xs6 {
  right: 50%;
}
.row .col.push-xs6 {
  left: 50%;
}
.row .col.pl-xs7 {
  padding-left: calc(58.3333333333% + 10px);
}
.row .col.pr-xs7 {
  padding-left: calc(58.3333333333% + 10px);
}
.row .col.offset-xs7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-xs7 {
  right: 58.3333333333%;
}
.row .col.push-xs7 {
  left: 58.3333333333%;
}
.row .col.pl-xs8 {
  padding-left: calc(66.6666666667% + 10px);
}
.row .col.pr-xs8 {
  padding-left: calc(66.6666666667% + 10px);
}
.row .col.offset-xs8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-xs8 {
  right: 66.6666666667%;
}
.row .col.push-xs8 {
  left: 66.6666666667%;
}
.row .col.pl-xs9 {
  padding-left: calc(75% + 10px);
}
.row .col.pr-xs9 {
  padding-left: calc(75% + 10px);
}
.row .col.offset-xs9 {
  margin-left: 75%;
}
.row .col.pull-xs9 {
  right: 75%;
}
.row .col.push-xs9 {
  left: 75%;
}
.row .col.pl-xs10 {
  padding-left: calc(83.3333333333% + 10px);
}
.row .col.pr-xs10 {
  padding-left: calc(83.3333333333% + 10px);
}
.row .col.offset-xs10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-xs10 {
  right: 83.3333333333%;
}
.row .col.push-xs10 {
  left: 83.3333333333%;
}
.row .col.pl-xs11 {
  padding-left: calc(91.6666666667% + 10px);
}
.row .col.pr-xs11 {
  padding-left: calc(91.6666666667% + 10px);
}
.row .col.offset-xs11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-xs11 {
  right: 91.6666666667%;
}
.row .col.push-xs11 {
  left: 91.6666666667%;
}
.row .col.pl-xs12 {
  padding-left: calc(100% + 10px);
}
.row .col.pr-xs12 {
  padding-left: calc(100% + 10px);
}
.row .col.offset-xs12 {
  margin-left: 100%;
}
.row .col.pull-xs12 {
  right: 100%;
}
.row .col.push-xs12 {
  left: 100%;
}
@media (min-width: 768px) {
  .row .col.sm1 {
    width: 8.3333333333%;
    min-width: 8.3333333333%;
  }
  .row .col.sm2 {
    width: 16.6666666667%;
    min-width: 16.6666666667%;
  }
  .row .col.sm3 {
    width: 25%;
    min-width: 25%;
  }
  .row .col.sm4 {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .row .col.sm5 {
    width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
  .row .col.sm6 {
    width: 50%;
    min-width: 50%;
  }
  .row .col.sm7 {
    width: 58.3333333333%;
    min-width: 58.3333333333%;
  }
  .row .col.sm8 {
    width: 66.6666666667%;
    min-width: 66.6666666667%;
  }
  .row .col.sm9 {
    width: 75%;
    min-width: 75%;
  }
  .row .col.sm10 {
    width: 83.3333333333%;
    min-width: 83.3333333333%;
  }
  .row .col.sm11 {
    width: 91.6666666667%;
    min-width: 91.6666666667%;
  }
  .row .col.sm12 {
    width: 100%;
    min-width: 100%;
  }
  .row .col.pl-sm1 {
    padding-left: calc(8.3333333333% + 10px);
  }
  .row .col.pr-sm1 {
    padding-left: calc(8.3333333333% + 10px);
  }
  .row .col.offset-sm1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-sm1 {
    right: 8.3333333333%;
  }
  .row .col.push-sm1 {
    left: 8.3333333333%;
  }
  .row .col.pl-sm2 {
    padding-left: calc(16.6666666667% + 10px);
  }
  .row .col.pr-sm2 {
    padding-left: calc(16.6666666667% + 10px);
  }
  .row .col.offset-sm2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-sm2 {
    right: 16.6666666667%;
  }
  .row .col.push-sm2 {
    left: 16.6666666667%;
  }
  .row .col.pl-sm3 {
    padding-left: calc(25% + 10px);
  }
  .row .col.pr-sm3 {
    padding-left: calc(25% + 10px);
  }
  .row .col.offset-sm3 {
    margin-left: 25%;
  }
  .row .col.pull-sm3 {
    right: 25%;
  }
  .row .col.push-sm3 {
    left: 25%;
  }
  .row .col.pl-sm4 {
    padding-left: calc(33.3333333333% + 10px);
  }
  .row .col.pr-sm4 {
    padding-left: calc(33.3333333333% + 10px);
  }
  .row .col.offset-sm4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-sm4 {
    right: 33.3333333333%;
  }
  .row .col.push-sm4 {
    left: 33.3333333333%;
  }
  .row .col.pl-sm5 {
    padding-left: calc(41.6666666667% + 10px);
  }
  .row .col.pr-sm5 {
    padding-left: calc(41.6666666667% + 10px);
  }
  .row .col.offset-sm5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-sm5 {
    right: 41.6666666667%;
  }
  .row .col.push-sm5 {
    left: 41.6666666667%;
  }
  .row .col.pl-sm6 {
    padding-left: calc(50% + 10px);
  }
  .row .col.pr-sm6 {
    padding-left: calc(50% + 10px);
  }
  .row .col.offset-sm6 {
    margin-left: 50%;
  }
  .row .col.pull-sm6 {
    right: 50%;
  }
  .row .col.push-sm6 {
    left: 50%;
  }
  .row .col.pl-sm7 {
    padding-left: calc(58.3333333333% + 10px);
  }
  .row .col.pr-sm7 {
    padding-left: calc(58.3333333333% + 10px);
  }
  .row .col.offset-sm7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-sm7 {
    right: 58.3333333333%;
  }
  .row .col.push-sm7 {
    left: 58.3333333333%;
  }
  .row .col.pl-sm8 {
    padding-left: calc(66.6666666667% + 10px);
  }
  .row .col.pr-sm8 {
    padding-left: calc(66.6666666667% + 10px);
  }
  .row .col.offset-sm8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-sm8 {
    right: 66.6666666667%;
  }
  .row .col.push-sm8 {
    left: 66.6666666667%;
  }
  .row .col.pl-sm9 {
    padding-left: calc(75% + 10px);
  }
  .row .col.pr-sm9 {
    padding-left: calc(75% + 10px);
  }
  .row .col.offset-sm9 {
    margin-left: 75%;
  }
  .row .col.pull-sm9 {
    right: 75%;
  }
  .row .col.push-sm9 {
    left: 75%;
  }
  .row .col.pl-sm10 {
    padding-left: calc(83.3333333333% + 10px);
  }
  .row .col.pr-sm10 {
    padding-left: calc(83.3333333333% + 10px);
  }
  .row .col.offset-sm10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-sm10 {
    right: 83.3333333333%;
  }
  .row .col.push-sm10 {
    left: 83.3333333333%;
  }
  .row .col.pl-sm11 {
    padding-left: calc(91.6666666667% + 10px);
  }
  .row .col.pr-sm11 {
    padding-left: calc(91.6666666667% + 10px);
  }
  .row .col.offset-sm11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-sm11 {
    right: 91.6666666667%;
  }
  .row .col.push-sm11 {
    left: 91.6666666667%;
  }
  .row .col.pl-sm12 {
    padding-left: calc(100% + 10px);
  }
  .row .col.pr-sm12 {
    padding-left: calc(100% + 10px);
  }
  .row .col.offset-sm12 {
    margin-left: 100%;
  }
  .row .col.pull-sm12 {
    right: 100%;
  }
  .row .col.push-sm12 {
    left: 100%;
  }
}
@media (min-width: 992px) {
  .row .col.md1 {
    width: 8.3333333333%;
    min-width: 8.3333333333%;
  }
  .row .col.md2 {
    width: 16.6666666667%;
    min-width: 16.6666666667%;
  }
  .row .col.md3 {
    width: 25%;
    min-width: 25%;
  }
  .row .col.md4 {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .row .col.md5 {
    width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
  .row .col.md6 {
    width: 50%;
    min-width: 50%;
  }
  .row .col.md7 {
    width: 58.3333333333%;
    min-width: 58.3333333333%;
  }
  .row .col.md8 {
    width: 66.6666666667%;
    min-width: 66.6666666667%;
  }
  .row .col.md9 {
    width: 75%;
    min-width: 75%;
  }
  .row .col.md10 {
    width: 83.3333333333%;
    min-width: 83.3333333333%;
  }
  .row .col.md11 {
    width: 91.6666666667%;
    min-width: 91.6666666667%;
  }
  .row .col.md12 {
    width: 100%;
    min-width: 100%;
  }
  .row .col.pl-md1 {
    padding-left: calc(8.3333333333% + 10px);
  }
  .row .col.pr-md1 {
    padding-left: calc(8.3333333333% + 10px);
  }
  .row .col.offset-md1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-md1 {
    right: 8.3333333333%;
  }
  .row .col.push-md1 {
    left: 8.3333333333%;
  }
  .row .col.pl-md2 {
    padding-left: calc(16.6666666667% + 10px);
  }
  .row .col.pr-md2 {
    padding-left: calc(16.6666666667% + 10px);
  }
  .row .col.offset-md2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-md2 {
    right: 16.6666666667%;
  }
  .row .col.push-md2 {
    left: 16.6666666667%;
  }
  .row .col.pl-md3 {
    padding-left: calc(25% + 10px);
  }
  .row .col.pr-md3 {
    padding-left: calc(25% + 10px);
  }
  .row .col.offset-md3 {
    margin-left: 25%;
  }
  .row .col.pull-md3 {
    right: 25%;
  }
  .row .col.push-md3 {
    left: 25%;
  }
  .row .col.pl-md4 {
    padding-left: calc(33.3333333333% + 10px);
  }
  .row .col.pr-md4 {
    padding-left: calc(33.3333333333% + 10px);
  }
  .row .col.offset-md4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-md4 {
    right: 33.3333333333%;
  }
  .row .col.push-md4 {
    left: 33.3333333333%;
  }
  .row .col.pl-md5 {
    padding-left: calc(41.6666666667% + 10px);
  }
  .row .col.pr-md5 {
    padding-left: calc(41.6666666667% + 10px);
  }
  .row .col.offset-md5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-md5 {
    right: 41.6666666667%;
  }
  .row .col.push-md5 {
    left: 41.6666666667%;
  }
  .row .col.pl-md6 {
    padding-left: calc(50% + 10px);
  }
  .row .col.pr-md6 {
    padding-left: calc(50% + 10px);
  }
  .row .col.offset-md6 {
    margin-left: 50%;
  }
  .row .col.pull-md6 {
    right: 50%;
  }
  .row .col.push-md6 {
    left: 50%;
  }
  .row .col.pl-md7 {
    padding-left: calc(58.3333333333% + 10px);
  }
  .row .col.pr-md7 {
    padding-left: calc(58.3333333333% + 10px);
  }
  .row .col.offset-md7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-md7 {
    right: 58.3333333333%;
  }
  .row .col.push-md7 {
    left: 58.3333333333%;
  }
  .row .col.pl-md8 {
    padding-left: calc(66.6666666667% + 10px);
  }
  .row .col.pr-md8 {
    padding-left: calc(66.6666666667% + 10px);
  }
  .row .col.offset-md8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-md8 {
    right: 66.6666666667%;
  }
  .row .col.push-md8 {
    left: 66.6666666667%;
  }
  .row .col.pl-md9 {
    padding-left: calc(75% + 10px);
  }
  .row .col.pr-md9 {
    padding-left: calc(75% + 10px);
  }
  .row .col.offset-md9 {
    margin-left: 75%;
  }
  .row .col.pull-md9 {
    right: 75%;
  }
  .row .col.push-md9 {
    left: 75%;
  }
  .row .col.pl-md10 {
    padding-left: calc(83.3333333333% + 10px);
  }
  .row .col.pr-md10 {
    padding-left: calc(83.3333333333% + 10px);
  }
  .row .col.offset-md10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-md10 {
    right: 83.3333333333%;
  }
  .row .col.push-md10 {
    left: 83.3333333333%;
  }
  .row .col.pl-md11 {
    padding-left: calc(91.6666666667% + 10px);
  }
  .row .col.pr-md11 {
    padding-left: calc(91.6666666667% + 10px);
  }
  .row .col.offset-md11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-md11 {
    right: 91.6666666667%;
  }
  .row .col.push-md11 {
    left: 91.6666666667%;
  }
  .row .col.pl-md12 {
    padding-left: calc(100% + 10px);
  }
  .row .col.pr-md12 {
    padding-left: calc(100% + 10px);
  }
  .row .col.offset-md12 {
    margin-left: 100%;
  }
  .row .col.pull-md12 {
    right: 100%;
  }
  .row .col.push-md12 {
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .row .col.lg1 {
    width: 8.3333333333%;
    min-width: 8.3333333333%;
  }
  .row .col.lg2 {
    width: 16.6666666667%;
    min-width: 16.6666666667%;
  }
  .row .col.lg3 {
    width: 25%;
    min-width: 25%;
  }
  .row .col.lg4 {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .row .col.lg5 {
    width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
  .row .col.lg6 {
    width: 50%;
    min-width: 50%;
  }
  .row .col.lg7 {
    width: 58.3333333333%;
    min-width: 58.3333333333%;
  }
  .row .col.lg8 {
    width: 66.6666666667%;
    min-width: 66.6666666667%;
  }
  .row .col.lg9 {
    width: 75%;
    min-width: 75%;
  }
  .row .col.lg10 {
    width: 83.3333333333%;
    min-width: 83.3333333333%;
  }
  .row .col.lg11 {
    width: 91.6666666667%;
    min-width: 91.6666666667%;
  }
  .row .col.lg12 {
    width: 100%;
    min-width: 100%;
  }
  .row .col.pl-lg1 {
    padding-left: calc(8.3333333333% + 10px);
  }
  .row .col.pr-lg1 {
    padding-left: calc(8.3333333333% + 10px);
  }
  .row .col.offset-lg1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-lg1 {
    right: 8.3333333333%;
  }
  .row .col.push-lg1 {
    left: 8.3333333333%;
  }
  .row .col.pl-lg2 {
    padding-left: calc(16.6666666667% + 10px);
  }
  .row .col.pr-lg2 {
    padding-left: calc(16.6666666667% + 10px);
  }
  .row .col.offset-lg2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-lg2 {
    right: 16.6666666667%;
  }
  .row .col.push-lg2 {
    left: 16.6666666667%;
  }
  .row .col.pl-lg3 {
    padding-left: calc(25% + 10px);
  }
  .row .col.pr-lg3 {
    padding-left: calc(25% + 10px);
  }
  .row .col.offset-lg3 {
    margin-left: 25%;
  }
  .row .col.pull-lg3 {
    right: 25%;
  }
  .row .col.push-lg3 {
    left: 25%;
  }
  .row .col.pl-lg4 {
    padding-left: calc(33.3333333333% + 10px);
  }
  .row .col.pr-lg4 {
    padding-left: calc(33.3333333333% + 10px);
  }
  .row .col.offset-lg4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-lg4 {
    right: 33.3333333333%;
  }
  .row .col.push-lg4 {
    left: 33.3333333333%;
  }
  .row .col.pl-lg5 {
    padding-left: calc(41.6666666667% + 10px);
  }
  .row .col.pr-lg5 {
    padding-left: calc(41.6666666667% + 10px);
  }
  .row .col.offset-lg5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-lg5 {
    right: 41.6666666667%;
  }
  .row .col.push-lg5 {
    left: 41.6666666667%;
  }
  .row .col.pl-lg6 {
    padding-left: calc(50% + 10px);
  }
  .row .col.pr-lg6 {
    padding-left: calc(50% + 10px);
  }
  .row .col.offset-lg6 {
    margin-left: 50%;
  }
  .row .col.pull-lg6 {
    right: 50%;
  }
  .row .col.push-lg6 {
    left: 50%;
  }
  .row .col.pl-lg7 {
    padding-left: calc(58.3333333333% + 10px);
  }
  .row .col.pr-lg7 {
    padding-left: calc(58.3333333333% + 10px);
  }
  .row .col.offset-lg7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-lg7 {
    right: 58.3333333333%;
  }
  .row .col.push-lg7 {
    left: 58.3333333333%;
  }
  .row .col.pl-lg8 {
    padding-left: calc(66.6666666667% + 10px);
  }
  .row .col.pr-lg8 {
    padding-left: calc(66.6666666667% + 10px);
  }
  .row .col.offset-lg8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-lg8 {
    right: 66.6666666667%;
  }
  .row .col.push-lg8 {
    left: 66.6666666667%;
  }
  .row .col.pl-lg9 {
    padding-left: calc(75% + 10px);
  }
  .row .col.pr-lg9 {
    padding-left: calc(75% + 10px);
  }
  .row .col.offset-lg9 {
    margin-left: 75%;
  }
  .row .col.pull-lg9 {
    right: 75%;
  }
  .row .col.push-lg9 {
    left: 75%;
  }
  .row .col.pl-lg10 {
    padding-left: calc(83.3333333333% + 10px);
  }
  .row .col.pr-lg10 {
    padding-left: calc(83.3333333333% + 10px);
  }
  .row .col.offset-lg10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-lg10 {
    right: 83.3333333333%;
  }
  .row .col.push-lg10 {
    left: 83.3333333333%;
  }
  .row .col.pl-lg11 {
    padding-left: calc(91.6666666667% + 10px);
  }
  .row .col.pr-lg11 {
    padding-left: calc(91.6666666667% + 10px);
  }
  .row .col.offset-lg11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-lg11 {
    right: 91.6666666667%;
  }
  .row .col.push-lg11 {
    left: 91.6666666667%;
  }
  .row .col.pl-lg12 {
    padding-left: calc(100% + 10px);
  }
  .row .col.pr-lg12 {
    padding-left: calc(100% + 10px);
  }
  .row .col.offset-lg12 {
    margin-left: 100%;
  }
  .row .col.pull-lg12 {
    right: 100%;
  }
  .row .col.push-lg12 {
    left: 100%;
  }
}

/********************
	Img
*********************/
.single-post__body img,
.img-responsive {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/********************
	Section Paddings
*********************/
.padding-top-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .padding-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.padding-top {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .padding-top {
    padding-top: 50px;
  }
}

.padding-bottom {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 50px;
  }
}

.padding-top-bottom-large {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .padding-top-bottom-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .padding-top-bottom-large {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.padding-top-large {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .padding-top-large {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .padding-top-large {
    padding-top: 90px;
  }
}

.padding-bottom-large {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .padding-bottom-large {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .padding-bottom-large {
    padding-bottom: 90px;
  }
}

/********************
	Section VC - Padding
*********************/
.vc_row-has-fill > .vc_column_container > .vc_column-inner .vc_row-has-fill + .vc_row.padding-top-bottom,
.vc_row-has-fill + .vc_row-full-width + .vc_row.padding-top-bottom,
.vc_row-has-fill.padding-top-bottom {
  padding-top: 0;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .vc_row-has-fill > .vc_column_container > .vc_column-inner .vc_row-has-fill + .vc_row.padding-top-bottom,
.vc_row-has-fill + .vc_row-full-width + .vc_row.padding-top-bottom,
.vc_row-has-fill.padding-top-bottom {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}

.vc_row-has-fill + .vc_row.padding-top-bottom-large,
.vc_row-has-fill + .vc_row-full-width + .vc_row.padding-top-bottom-large,
.vc_row-has-fill.padding-top-bottom-large {
  padding-top: 0;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .vc_row-has-fill + .vc_row.padding-top-bottom-large,
.vc_row-has-fill + .vc_row-full-width + .vc_row.padding-top-bottom-large,
.vc_row-has-fill.padding-top-bottom-large {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .vc_row-has-fill + .vc_row.padding-top-bottom-large,
.vc_row-has-fill + .vc_row-full-width + .vc_row.padding-top-bottom-large,
.vc_row-has-fill.padding-top-bottom-large {
    padding-top: 65px;
    padding-bottom: 100px;
  }
}

/********************
	Section Margins
*********************/
.margin-top-bottom {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .margin-top-bottom {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.margin-top {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .margin-top {
    margin-top: 45px;
  }
}

.margin-bottom {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .margin-bottom {
    margin-bottom: 45px;
  }
}

.margin-top-bottom-large {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .margin-top-bottom-large {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .margin-top-bottom-large {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.margin-top-large {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .margin-top-large {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .margin-top-large {
    margin-top: 90px;
  }
}

.margin-bottom-large {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .margin-bottom-large {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-large {
    margin-bottom: 90px;
  }
}

/********************
	Paddings
*********************/
/********************
	Paddings
*********************/
@media (max-width: 991px) {
  .xs-padding-top-0,
.xs-padding-top-0 .vc_column-inner {
    padding-top: 0px !important;
  }
}

@media (max-width: 1199px) {
  .sm-padding-top-0,
.sm-padding-top-0 .vc_column-inner {
    padding-top: 0px !important;
  }
}

.padding-top-auto {
  padding-top: auto;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

/********************
	Margins
*********************/
.margin-top-auto {
  margin-top: auto;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

/********************
	Colors
*********************/
.text-white,
.text-white * {
  color: #ffffff;
}
.text-white a,
.text-white * a {
  color: inherit;
}

/********************
	Text 
*********************/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 1;
}

.text-extra-bold {
  font-weight: 800;
}

.text-underline {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .text-center-sm-up {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-right-sm-up {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .text-left-sm-up {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-center-md-up {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-right-md-up {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text-left-md-up {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .text-center-lg-up {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-right-lg-up {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .text-left-lg-up {
    text-align: left;
  }
}

/*********************
  Media Query Classes
**********************/
@media (min-width: 768px) {
  .show-sm-and-up {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .show-md-and-up {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .show-lg-and-up {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .show-sm-only {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .show-md-only {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .hide-sm-and-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-md-and-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hide-md-and-down {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .center-sm-only {
    text-align: center;
  }
}

.hide-all {
  display: none !important;
}

.show-all {
  display: initial !important;
}

/********************
	White Space
*********************/
.nowrap,
.nowrap * {
  white-space: nowrap;
}

.white-space-wrap,
.white-space-wrap * {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/********************
	equal-height-content - Visual Composer
*********************/
.equal-height-content .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
}
.equal-height-content .vc_column-inner > .wpb_wrapper div {
  width: 100%;
}

/*****************************
	Background
******************************/
.background-bottom-right-container.background-bottom-right-container {
  background-position: right bottom !important;
  background-size: unset !important;
  background-repeat: no-repeat !important;
}

.background-bottom-container.background-bottom-container {
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.background-top-container.background-top-container {
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.background-right-center {
  background-position: right center !important;
}
@media (max-width: 767px) {
  .background-right-center {
    background: none !important;
  }
}

/*****************************
	Overflow
******************************/
.overflow-visible {
  overflow: visible !important;
}

/*****************************
	SWAP - Works only with 2 elements - Visual Composer
******************************/
@media (min-width: 992px) {
  .swap-md,
.inverse-md {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .swap-sm,
.inverse-sm {
    display: flex;
    flex-direction: row-reverse;
  }
}

.shadow-down {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label,
.label {
  display: block;
  color: #7C8FA7;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 10px;
}

fieldset {
  margin-bottom: 35em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  font-size: 14px;
  line-height: 20px;
  color: #1E4576;
  font-weight: bold;
  border: 2px solid #D7DFEE;
  border-radius: 0;
  display: block;
  padding: 20px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (min-width: 992px) {
  input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
    font-size: 16px;
    line-height: 20px;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #D7DFEE;
}

select {
  background-image: url("../img/select-bg.png");
  background-size: initial;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  cursor: pointer;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #D7DFEE;
}

input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  top: 4px;
  z-index: 1;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}

input, input::placeholder, select, select::placeholder {
  color: #1E6BA2;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1E6BA2;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1E6BA2;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1E6BA2;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #1E6BA2;
}

.hero .form-wrapper input[type=text],
.hero .form-wrapper input[type=email],
.hero .form-wrapper input[type=url],
.hero .form-wrapper input[type=password],
.hero .form-wrapper input[type=search],
.hero .form-wrapper input[type=number],
.hero .form-wrapper input[type=tel],
.hero .form-wrapper input[type=range],
.hero .form-wrapper input[type=date],
.hero .form-wrapper input[type=month],
.hero .form-wrapper input[type=week],
.hero .form-wrapper input[type=time],
.hero .form-wrapper input[type=datetime],
.hero .form-wrapper input[type=datetime-local],
.hero .form-wrapper input[type=color],
.hero .form-wrapper textarea,
.hero .form-wrapper select, .hero .hbspt-form input[type=text],
.hero .hbspt-form input[type=email],
.hero .hbspt-form input[type=url],
.hero .hbspt-form input[type=password],
.hero .hbspt-form input[type=search],
.hero .hbspt-form input[type=number],
.hero .hbspt-form input[type=tel],
.hero .hbspt-form input[type=range],
.hero .hbspt-form input[type=date],
.hero .hbspt-form input[type=month],
.hero .hbspt-form input[type=week],
.hero .hbspt-form input[type=time],
.hero .hbspt-form input[type=datetime],
.hero .hbspt-form input[type=datetime-local],
.hero .hbspt-form input[type=color],
.hero .hbspt-form textarea,
.hero .hbspt-form select, .mobile-collapse-form-wrapper .form-wrapper input[type=text],
.mobile-collapse-form-wrapper .form-wrapper input[type=email],
.mobile-collapse-form-wrapper .form-wrapper input[type=url],
.mobile-collapse-form-wrapper .form-wrapper input[type=password],
.mobile-collapse-form-wrapper .form-wrapper input[type=search],
.mobile-collapse-form-wrapper .form-wrapper input[type=number],
.mobile-collapse-form-wrapper .form-wrapper input[type=tel],
.mobile-collapse-form-wrapper .form-wrapper input[type=range],
.mobile-collapse-form-wrapper .form-wrapper input[type=date],
.mobile-collapse-form-wrapper .form-wrapper input[type=month],
.mobile-collapse-form-wrapper .form-wrapper input[type=week],
.mobile-collapse-form-wrapper .form-wrapper input[type=time],
.mobile-collapse-form-wrapper .form-wrapper input[type=datetime],
.mobile-collapse-form-wrapper .form-wrapper input[type=datetime-local],
.mobile-collapse-form-wrapper .form-wrapper input[type=color],
.mobile-collapse-form-wrapper .form-wrapper textarea,
.mobile-collapse-form-wrapper .form-wrapper select, .mobile-collapse-form-wrapper .hbspt-form input[type=text],
.mobile-collapse-form-wrapper .hbspt-form input[type=email],
.mobile-collapse-form-wrapper .hbspt-form input[type=url],
.mobile-collapse-form-wrapper .hbspt-form input[type=password],
.mobile-collapse-form-wrapper .hbspt-form input[type=search],
.mobile-collapse-form-wrapper .hbspt-form input[type=number],
.mobile-collapse-form-wrapper .hbspt-form input[type=tel],
.mobile-collapse-form-wrapper .hbspt-form input[type=range],
.mobile-collapse-form-wrapper .hbspt-form input[type=date],
.mobile-collapse-form-wrapper .hbspt-form input[type=month],
.mobile-collapse-form-wrapper .hbspt-form input[type=week],
.mobile-collapse-form-wrapper .hbspt-form input[type=time],
.mobile-collapse-form-wrapper .hbspt-form input[type=datetime],
.mobile-collapse-form-wrapper .hbspt-form input[type=datetime-local],
.mobile-collapse-form-wrapper .hbspt-form input[type=color],
.mobile-collapse-form-wrapper .hbspt-form textarea,
.mobile-collapse-form-wrapper .hbspt-form select, .banner-bar-outer-wrap .form-wrapper input[type=text],
.banner-bar-outer-wrap .form-wrapper input[type=email],
.banner-bar-outer-wrap .form-wrapper input[type=url],
.banner-bar-outer-wrap .form-wrapper input[type=password],
.banner-bar-outer-wrap .form-wrapper input[type=search],
.banner-bar-outer-wrap .form-wrapper input[type=number],
.banner-bar-outer-wrap .form-wrapper input[type=tel],
.banner-bar-outer-wrap .form-wrapper input[type=range],
.banner-bar-outer-wrap .form-wrapper input[type=date],
.banner-bar-outer-wrap .form-wrapper input[type=month],
.banner-bar-outer-wrap .form-wrapper input[type=week],
.banner-bar-outer-wrap .form-wrapper input[type=time],
.banner-bar-outer-wrap .form-wrapper input[type=datetime],
.banner-bar-outer-wrap .form-wrapper input[type=datetime-local],
.banner-bar-outer-wrap .form-wrapper input[type=color],
.banner-bar-outer-wrap .form-wrapper textarea,
.banner-bar-outer-wrap .form-wrapper select, .banner-bar-outer-wrap .hbspt-form input[type=text],
.banner-bar-outer-wrap .hbspt-form input[type=email],
.banner-bar-outer-wrap .hbspt-form input[type=url],
.banner-bar-outer-wrap .hbspt-form input[type=password],
.banner-bar-outer-wrap .hbspt-form input[type=search],
.banner-bar-outer-wrap .hbspt-form input[type=number],
.banner-bar-outer-wrap .hbspt-form input[type=tel],
.banner-bar-outer-wrap .hbspt-form input[type=range],
.banner-bar-outer-wrap .hbspt-form input[type=date],
.banner-bar-outer-wrap .hbspt-form input[type=month],
.banner-bar-outer-wrap .hbspt-form input[type=week],
.banner-bar-outer-wrap .hbspt-form input[type=time],
.banner-bar-outer-wrap .hbspt-form input[type=datetime],
.banner-bar-outer-wrap .hbspt-form input[type=datetime-local],
.banner-bar-outer-wrap .hbspt-form input[type=color],
.banner-bar-outer-wrap .hbspt-form textarea,
.banner-bar-outer-wrap .hbspt-form select, .image-overlay-banner-wrapper .form-wrapper input[type=text],
.image-overlay-banner-wrapper .form-wrapper input[type=email],
.image-overlay-banner-wrapper .form-wrapper input[type=url],
.image-overlay-banner-wrapper .form-wrapper input[type=password],
.image-overlay-banner-wrapper .form-wrapper input[type=search],
.image-overlay-banner-wrapper .form-wrapper input[type=number],
.image-overlay-banner-wrapper .form-wrapper input[type=tel],
.image-overlay-banner-wrapper .form-wrapper input[type=range],
.image-overlay-banner-wrapper .form-wrapper input[type=date],
.image-overlay-banner-wrapper .form-wrapper input[type=month],
.image-overlay-banner-wrapper .form-wrapper input[type=week],
.image-overlay-banner-wrapper .form-wrapper input[type=time],
.image-overlay-banner-wrapper .form-wrapper input[type=datetime],
.image-overlay-banner-wrapper .form-wrapper input[type=datetime-local],
.image-overlay-banner-wrapper .form-wrapper input[type=color],
.image-overlay-banner-wrapper .form-wrapper textarea,
.image-overlay-banner-wrapper .form-wrapper select, .image-overlay-banner-wrapper .hbspt-form input[type=text],
.image-overlay-banner-wrapper .hbspt-form input[type=email],
.image-overlay-banner-wrapper .hbspt-form input[type=url],
.image-overlay-banner-wrapper .hbspt-form input[type=password],
.image-overlay-banner-wrapper .hbspt-form input[type=search],
.image-overlay-banner-wrapper .hbspt-form input[type=number],
.image-overlay-banner-wrapper .hbspt-form input[type=tel],
.image-overlay-banner-wrapper .hbspt-form input[type=range],
.image-overlay-banner-wrapper .hbspt-form input[type=date],
.image-overlay-banner-wrapper .hbspt-form input[type=month],
.image-overlay-banner-wrapper .hbspt-form input[type=week],
.image-overlay-banner-wrapper .hbspt-form input[type=time],
.image-overlay-banner-wrapper .hbspt-form input[type=datetime],
.image-overlay-banner-wrapper .hbspt-form input[type=datetime-local],
.image-overlay-banner-wrapper .hbspt-form input[type=color],
.image-overlay-banner-wrapper .hbspt-form textarea,
.image-overlay-banner-wrapper .hbspt-form select {
  font-weight: 600;
  font-style: normal;
  border: none;
  padding: 17.5px 20px;
}
@media (max-width: 991px) {
  .hero .form-wrapper input[type=text],
.hero .form-wrapper input[type=email],
.hero .form-wrapper input[type=url],
.hero .form-wrapper input[type=password],
.hero .form-wrapper input[type=search],
.hero .form-wrapper input[type=number],
.hero .form-wrapper input[type=tel],
.hero .form-wrapper input[type=range],
.hero .form-wrapper input[type=date],
.hero .form-wrapper input[type=month],
.hero .form-wrapper input[type=week],
.hero .form-wrapper input[type=time],
.hero .form-wrapper input[type=datetime],
.hero .form-wrapper input[type=datetime-local],
.hero .form-wrapper input[type=color],
.hero .form-wrapper textarea,
.hero .form-wrapper select, .hero .hbspt-form input[type=text],
.hero .hbspt-form input[type=email],
.hero .hbspt-form input[type=url],
.hero .hbspt-form input[type=password],
.hero .hbspt-form input[type=search],
.hero .hbspt-form input[type=number],
.hero .hbspt-form input[type=tel],
.hero .hbspt-form input[type=range],
.hero .hbspt-form input[type=date],
.hero .hbspt-form input[type=month],
.hero .hbspt-form input[type=week],
.hero .hbspt-form input[type=time],
.hero .hbspt-form input[type=datetime],
.hero .hbspt-form input[type=datetime-local],
.hero .hbspt-form input[type=color],
.hero .hbspt-form textarea,
.hero .hbspt-form select, .mobile-collapse-form-wrapper .form-wrapper input[type=text],
.mobile-collapse-form-wrapper .form-wrapper input[type=email],
.mobile-collapse-form-wrapper .form-wrapper input[type=url],
.mobile-collapse-form-wrapper .form-wrapper input[type=password],
.mobile-collapse-form-wrapper .form-wrapper input[type=search],
.mobile-collapse-form-wrapper .form-wrapper input[type=number],
.mobile-collapse-form-wrapper .form-wrapper input[type=tel],
.mobile-collapse-form-wrapper .form-wrapper input[type=range],
.mobile-collapse-form-wrapper .form-wrapper input[type=date],
.mobile-collapse-form-wrapper .form-wrapper input[type=month],
.mobile-collapse-form-wrapper .form-wrapper input[type=week],
.mobile-collapse-form-wrapper .form-wrapper input[type=time],
.mobile-collapse-form-wrapper .form-wrapper input[type=datetime],
.mobile-collapse-form-wrapper .form-wrapper input[type=datetime-local],
.mobile-collapse-form-wrapper .form-wrapper input[type=color],
.mobile-collapse-form-wrapper .form-wrapper textarea,
.mobile-collapse-form-wrapper .form-wrapper select, .mobile-collapse-form-wrapper .hbspt-form input[type=text],
.mobile-collapse-form-wrapper .hbspt-form input[type=email],
.mobile-collapse-form-wrapper .hbspt-form input[type=url],
.mobile-collapse-form-wrapper .hbspt-form input[type=password],
.mobile-collapse-form-wrapper .hbspt-form input[type=search],
.mobile-collapse-form-wrapper .hbspt-form input[type=number],
.mobile-collapse-form-wrapper .hbspt-form input[type=tel],
.mobile-collapse-form-wrapper .hbspt-form input[type=range],
.mobile-collapse-form-wrapper .hbspt-form input[type=date],
.mobile-collapse-form-wrapper .hbspt-form input[type=month],
.mobile-collapse-form-wrapper .hbspt-form input[type=week],
.mobile-collapse-form-wrapper .hbspt-form input[type=time],
.mobile-collapse-form-wrapper .hbspt-form input[type=datetime],
.mobile-collapse-form-wrapper .hbspt-form input[type=datetime-local],
.mobile-collapse-form-wrapper .hbspt-form input[type=color],
.mobile-collapse-form-wrapper .hbspt-form textarea,
.mobile-collapse-form-wrapper .hbspt-form select, .banner-bar-outer-wrap .form-wrapper input[type=text],
.banner-bar-outer-wrap .form-wrapper input[type=email],
.banner-bar-outer-wrap .form-wrapper input[type=url],
.banner-bar-outer-wrap .form-wrapper input[type=password],
.banner-bar-outer-wrap .form-wrapper input[type=search],
.banner-bar-outer-wrap .form-wrapper input[type=number],
.banner-bar-outer-wrap .form-wrapper input[type=tel],
.banner-bar-outer-wrap .form-wrapper input[type=range],
.banner-bar-outer-wrap .form-wrapper input[type=date],
.banner-bar-outer-wrap .form-wrapper input[type=month],
.banner-bar-outer-wrap .form-wrapper input[type=week],
.banner-bar-outer-wrap .form-wrapper input[type=time],
.banner-bar-outer-wrap .form-wrapper input[type=datetime],
.banner-bar-outer-wrap .form-wrapper input[type=datetime-local],
.banner-bar-outer-wrap .form-wrapper input[type=color],
.banner-bar-outer-wrap .form-wrapper textarea,
.banner-bar-outer-wrap .form-wrapper select, .banner-bar-outer-wrap .hbspt-form input[type=text],
.banner-bar-outer-wrap .hbspt-form input[type=email],
.banner-bar-outer-wrap .hbspt-form input[type=url],
.banner-bar-outer-wrap .hbspt-form input[type=password],
.banner-bar-outer-wrap .hbspt-form input[type=search],
.banner-bar-outer-wrap .hbspt-form input[type=number],
.banner-bar-outer-wrap .hbspt-form input[type=tel],
.banner-bar-outer-wrap .hbspt-form input[type=range],
.banner-bar-outer-wrap .hbspt-form input[type=date],
.banner-bar-outer-wrap .hbspt-form input[type=month],
.banner-bar-outer-wrap .hbspt-form input[type=week],
.banner-bar-outer-wrap .hbspt-form input[type=time],
.banner-bar-outer-wrap .hbspt-form input[type=datetime],
.banner-bar-outer-wrap .hbspt-form input[type=datetime-local],
.banner-bar-outer-wrap .hbspt-form input[type=color],
.banner-bar-outer-wrap .hbspt-form textarea,
.banner-bar-outer-wrap .hbspt-form select, .image-overlay-banner-wrapper .form-wrapper input[type=text],
.image-overlay-banner-wrapper .form-wrapper input[type=email],
.image-overlay-banner-wrapper .form-wrapper input[type=url],
.image-overlay-banner-wrapper .form-wrapper input[type=password],
.image-overlay-banner-wrapper .form-wrapper input[type=search],
.image-overlay-banner-wrapper .form-wrapper input[type=number],
.image-overlay-banner-wrapper .form-wrapper input[type=tel],
.image-overlay-banner-wrapper .form-wrapper input[type=range],
.image-overlay-banner-wrapper .form-wrapper input[type=date],
.image-overlay-banner-wrapper .form-wrapper input[type=month],
.image-overlay-banner-wrapper .form-wrapper input[type=week],
.image-overlay-banner-wrapper .form-wrapper input[type=time],
.image-overlay-banner-wrapper .form-wrapper input[type=datetime],
.image-overlay-banner-wrapper .form-wrapper input[type=datetime-local],
.image-overlay-banner-wrapper .form-wrapper input[type=color],
.image-overlay-banner-wrapper .form-wrapper textarea,
.image-overlay-banner-wrapper .form-wrapper select, .image-overlay-banner-wrapper .hbspt-form input[type=text],
.image-overlay-banner-wrapper .hbspt-form input[type=email],
.image-overlay-banner-wrapper .hbspt-form input[type=url],
.image-overlay-banner-wrapper .hbspt-form input[type=password],
.image-overlay-banner-wrapper .hbspt-form input[type=search],
.image-overlay-banner-wrapper .hbspt-form input[type=number],
.image-overlay-banner-wrapper .hbspt-form input[type=tel],
.image-overlay-banner-wrapper .hbspt-form input[type=range],
.image-overlay-banner-wrapper .hbspt-form input[type=date],
.image-overlay-banner-wrapper .hbspt-form input[type=month],
.image-overlay-banner-wrapper .hbspt-form input[type=week],
.image-overlay-banner-wrapper .hbspt-form input[type=time],
.image-overlay-banner-wrapper .hbspt-form input[type=datetime],
.image-overlay-banner-wrapper .hbspt-form input[type=datetime-local],
.image-overlay-banner-wrapper .hbspt-form input[type=color],
.image-overlay-banner-wrapper .hbspt-form textarea,
.image-overlay-banner-wrapper .hbspt-form select {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}

.wpcf7-form-control .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  height: 30px;
}
@media (min-width: 992px) {
  .wpcf7-form-control .wpcf7-list-item {
    font-size: 16px;
    line-height: 28px;
  }
}
.wpcf7-form-control .wpcf7-list-item.first {
  margin-right: 35%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpcf7-form-control .wpcf7-list-item:not(.last) {
    margin-right: 70px;
  }
}
.wpcf7-form-control .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  content: "";
}
.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  left: 30px;
}
.wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  left: -30px;
  top: calc( 50% - 10px );
  padding: 2px;
  color: #7C8FA7;
}

.form-wrapper .btn, .form-wrapper .hs-button {
  margin-top: 35px;
  margin-bottom: 35px;
}

.form-wrapper-column {
  padding-top: 35px;
}
@media (min-width: 992px) {
  .form-wrapper-column {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.standalone-form .btn, .standalone-form .hs-button {
  display: block;
}
.standalone-form input, .standalone-form select, .standalone-form textarea {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .standalone-form input, .standalone-form select, .standalone-form textarea {
    padding: 10px !important;
  }
}
.standalone-form textarea {
  margin-bottom: 35px;
}
.standalone-form .wpcf7-list-item-label {
  color: #7C8FA7;
}
.standalone-form .wpcf7-list-item-label::before {
  border: 2px solid #D7DFEE;
  width: 22px !important;
  height: 22px !important;
  top: calc( 50% - 11px) !important;
}
.standalone-form .ajax-loader {
  display: none !important;
}

/* ============================================================
	WP CORE
   ============================================================ */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

section.vc_section {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  padding: 0 !important;
}
section.vc_section .vc_column-inner {
  padding: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  position: relative;
  padding: 17px 17px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger-box {
  width: 20px;
  height: 14px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hamburger-box {
    width: 30px;
  }
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
@media (min-width: 992px) {
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
  }
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.8571428571px, -4px, 0);
  opacity: 0;
}
@media (min-width: 992px) {
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.2857142857px, -8px, 0);
  }
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

#masthead .site-header.site-header--hover,
#masthead .site-header.site-header--shrink {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  #masthead .site-header.site-header--hover .site-navigation ul.master-menu > li.menu-item.current_page_item > a,
#masthead .site-header.site-header--hover .site-navigation ul.master-menu > li.menu-item.current-menu-item > a,
#masthead .site-header.site-header--hover .site-navigation ul.master-menu > li.menu-item.current-page-ancestor > a,
#masthead .site-header.site-header--hover .site-navigation ul.master-menu > li.menu-item.current-menu-ancestor > a,
#masthead .site-header.site-header--shrink .site-navigation ul.master-menu > li.menu-item.current_page_item > a,
#masthead .site-header.site-header--shrink .site-navigation ul.master-menu > li.menu-item.current-menu-item > a,
#masthead .site-header.site-header--shrink .site-navigation ul.master-menu > li.menu-item.current-page-ancestor > a,
#masthead .site-header.site-header--shrink .site-navigation ul.master-menu > li.menu-item.current-menu-ancestor > a {
    color: #1E4576;
  }
}
@media (min-width: 1200px) {
  #masthead .site-header.site-header--hover .site-navigation ul.master-menu > li.menu-item > a,
#masthead .site-header.site-header--shrink .site-navigation ul.master-menu > li.menu-item > a {
    color: #1E4576;
  }
}
#masthead .site-header.site-header--hover .hamburger-inner,
#masthead .site-header.site-header--hover .hamburger-inner::before,
#masthead .site-header.site-header--hover .hamburger-inner::after,
#masthead .site-header.site-header--shrink .hamburger-inner,
#masthead .site-header.site-header--shrink .hamburger-inner::before,
#masthead .site-header.site-header--shrink .hamburger-inner::after {
  background-color: #1E4576;
}

.home .site-navigation ul.master-menu > li.menu-item > a,
.search .site-navigation ul.master-menu > li.menu-item > a {
  opacity: 1;
}

.site-header--shrink {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .site-header--shrink .site-navigation ul.master-menu > li.menu-item > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.site-navigation {
  width: 100%;
  /*
  	This is the first submenu.
  */
  /*
  	This is the second submenu.
  */
}
@media (max-width: 1199px) {
  .site-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #1E4576;
  }
}
.site-navigation ul.master-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .site-navigation ul.master-menu {
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}
.site-navigation ul.master-menu > li.menu-item.menu-item-search {
  margin-left: auto;
  position: relative;
}
.site-navigation ul.master-menu > li.menu-item.menu-item-search .search-toggle {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  appearance: none;
}
@media (max-width: 1199px) {
  .site-navigation ul.master-menu > li.menu-item.menu-item-search .search-toggle {
    width: 100%;
    justify-content: center;
  }
}
.site-navigation ul.master-menu > li.menu-item.menu-item-search .search-toggle .search-text {
  display: block;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.site-navigation ul.master-menu > li.menu-item.menu-item-search .search-toggle .search-icon {
  height: 20px;
  width: 58px;
  display: block;
  background-image: url("/wp-content/themes/lucasgroup/assets/img/icons/search-icon-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .site-navigation ul.master-menu > li.menu-item.menu-item-search .search-toggle .search-icon {
    position: absolute;
    top: 19px;
    right: 0;
  }
}
.site-navigation ul.master-menu > li.menu-item.menu-item-search .search-form {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 0.25s ease, opacity 0.2s ease;
}
@media (min-width: 1200px) {
  .site-navigation ul.master-menu > li.menu-item.menu-item-search .search-form {
    right: 10px;
  }
}
.site-navigation ul.master-menu > li.menu-item.menu-item-search .search-form.is-active {
  opacity: 1;
  width: 100%;
}
@media (min-width: 1200px) {
  .site-navigation ul.master-menu > li.menu-item.menu-item-search .search-form.is-active {
    width: 500px;
  }
}
.site-navigation ul.master-menu > li.menu-item.menu-item-search .search-form.is-active button[type=submit] {
  z-index: 100;
}
.site-navigation ul.master-menu > li.menu-item.menu-item-search .search-form input[type=text] {
  padding: 15px 58px 15px 15px;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  background-color: #0D233D;
}
.site-navigation ul.master-menu > li.menu-item.menu-item-search .search-form button[type=submit] {
  display: none;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: -1;
  height: 58px;
  width: 58px;
  display: block;
  background-image: url("/wp-content/themes/lucasgroup/assets/img/icons/search-icon-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 39%;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  appearance: none;
  border: 0;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .site-navigation ul.master-menu > li.menu-item {
    border-bottom: 2px solid #143864;
    position: relative;
  }
}
.site-navigation ul.master-menu > li.menu-item.current_page_item > a, .site-navigation ul.master-menu > li.menu-item.current-menu-item > a, .site-navigation ul.master-menu > li.menu-item.current-page-ancestor > a, .site-navigation ul.master-menu > li.menu-item.current-page-parent > a {
  color: #ffffff;
}
.site-navigation ul.master-menu > li.menu-item.current_page_item > a:hover, .site-navigation ul.master-menu > li.menu-item.current-menu-item > a:hover, .site-navigation ul.master-menu > li.menu-item.current-page-ancestor > a:hover, .site-navigation ul.master-menu > li.menu-item.current-page-parent > a:hover {
  color: #BE8B09;
}
@media (min-width: 1200px) {
  .site-navigation ul.master-menu > li.menu-item.current_page_item > a, .site-navigation ul.master-menu > li.menu-item.current-menu-item > a, .site-navigation ul.master-menu > li.menu-item.current-page-ancestor > a, .site-navigation ul.master-menu > li.menu-item.current-page-parent > a {
    opacity: 1;
  }
}
.site-navigation ul.master-menu > li.menu-item > a {
  position: relative;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .site-navigation ul.master-menu > li.menu-item > a {
    padding-top: 13px;
    padding-bottom: 14px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-navigation ul.master-menu > li.menu-item > a {
    padding-top: 33px;
    padding-bottom: 34px;
    transition: padding 0.25s ease;
  }
}
.site-navigation ul.master-menu > li.menu-item .sub-menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 11;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background: none;
  border: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.site-navigation ul.master-menu > li.menu-item .sub-menu-toggle .icon {
  transition: transform 0.4s ease;
  display: block;
}
.site-navigation ul.master-menu > li.menu-item .sub-menu-toggle.is-active .icon {
  transform: scale(1, -1);
}
.site-navigation ul.master-menu > li.menu-item .sub-menu-toggle.is-active .icon .svg-icon {
  fill: #BE8B09;
}
@media (min-width: 1200px) {
  .site-navigation ul.master-menu > li.menu-item .sub-menu-toggle {
    display: none;
  }
}
.site-navigation ul.master-menu li {
  margin: 0;
  padding: 0px;
}
@media (min-width: 1200px) {
  .site-navigation ul.master-menu li {
    padding: 0 10px;
  }
}
.site-navigation ul.master-menu li a {
  padding: 0 20px;
  color: #ffffff;
  display: block;
  position: relative;
  z-index: 10;
}
.site-navigation ul.master-menu li a:hover {
  color: #BE8B09;
  opacity: 1;
}
@media (min-width: 1200px) {
  .site-navigation ul.master-menu > li.menu-item:hover > a, .site-navigation ul.master-menu > li.menu-item:focus > a, .site-navigation ul.master-menu > li.menu-item:active > a, .site-navigation ul.master-menu > li.menu-item.tab-active > a {
    color: #BE8B09 !important;
  }
  .site-navigation ul.master-menu > li.menu-item.menu-item-has-children:hover > a::after, .site-navigation ul.master-menu > li.menu-item.menu-item-has-children:focus > a::after, .site-navigation ul.master-menu > li.menu-item.menu-item-has-children:active > a::after, .site-navigation ul.master-menu > li.menu-item.menu-item-has-children.tab-active > a::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .site-navigation ul.master-menu > li.menu-item.menu-item-has-children:hover > .wrapper-sub-menu, .site-navigation ul.master-menu > li.menu-item.menu-item-has-children:focus > .wrapper-sub-menu, .site-navigation ul.master-menu > li.menu-item.menu-item-has-children:active > .wrapper-sub-menu, .site-navigation ul.master-menu > li.menu-item.menu-item-has-children.tab-active > .wrapper-sub-menu {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .site-navigation ul.master-menu > li.menu-item.menu-item-has-children:hover > .wrapper-sub-menu, .site-navigation ul.master-menu > li.menu-item.menu-item-has-children:focus > .wrapper-sub-menu, .site-navigation ul.master-menu > li.menu-item.menu-item-has-children:active > .wrapper-sub-menu, .site-navigation ul.master-menu > li.menu-item.menu-item-has-children.tab-active > .wrapper-sub-menu {
    display: block;
  }
}
.site-navigation .wrapper-sub-menu {
  width: 100%;
  min-width: 100%;
  background-color: #EDEFF2;
  background: linear-gradient(to right, white 50%, #edeff2 50%, #edeff2 100%);
}
@media screen and (min-width: 1200px) {
  .site-navigation .wrapper-sub-menu {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1199px) {
  .site-navigation .wrapper-sub-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .site-navigation .wrapper-sub-menu {
    position: absolute;
    z-index: 8;
    top: 100%;
    left: 0;
    right: 0;
  }
  .site-navigation .wrapper-sub-menu::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  }
}
.site-navigation ul.sub-menu-0 {
  display: flex;
  flex-flow: row nowrap;
}
.site-navigation ul.sub-menu-0 li {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .site-navigation ul.sub-menu-0 li {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .site-navigation ul.sub-menu-0 li {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .site-navigation ul.sub-menu-0 li {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.site-navigation ul.sub-menu-0 li .nav-section-header {
  color: #0D233D;
  text-transform: uppercase;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 768px) {
  .site-navigation ul.sub-menu-0 li .nav-section-header {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .site-navigation ul.sub-menu-0 li .nav-section-header {
    margin-bottom: 35px;
  }
}
.site-navigation ul.sub-menu-0.four-eight-sub-menu > li:first-child, .site-navigation ul.sub-menu-0.six-six-sub-menu > li:first-child {
  background-color: #ffffff;
  text-align: right;
  padding-left: 4.166666667%;
  padding-right: 4.166666667%;
}
@media (min-width: 1200px) {
  .site-navigation ul.sub-menu-0.four-eight-sub-menu > li:first-child, .site-navigation ul.sub-menu-0.six-six-sub-menu > li:first-child {
    padding-left: 0;
    padding-right: 8.3333333333%;
  }
}
.site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child, .site-navigation ul.sub-menu-0.six-six-sub-menu > li:last-child {
  padding-left: 4.166666667%;
  padding-right: 4.166666667%;
  background-color: #EDEFF2;
}
@media (min-width: 1200px) {
  .site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child, .site-navigation ul.sub-menu-0.six-six-sub-menu > li:last-child {
    padding-right: 0;
    padding-left: 8.3333333333%;
  }
}
.site-navigation ul.sub-menu-0.four-eight-sub-menu > li:first-child {
  width: 50%;
}
@media (min-width: 992px) {
  .site-navigation ul.sub-menu-0.four-eight-sub-menu > li:first-child {
    width: 33.3333333333%;
  }
}
.site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child {
  width: 50%;
}
@media (min-width: 992px) {
  .site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child {
    width: 66.666666667%;
  }
}
.site-navigation ul.sub-menu-0.six-six-sub-menu > li:first-child {
  width: 50%;
}
.site-navigation ul.sub-menu-0.six-six-sub-menu > li:last-child {
  width: 50%;
}
.site-navigation ul.sub-menu-1 {
  margin: 0;
  padding: 0;
}
.site-navigation ul.sub-menu-1 li {
  margin: 0;
  padding: 0;
}
.site-navigation ul.sub-menu-1 li a {
  color: #1E4576;
  opacity: 1;
  margin: 0;
  padding: 0;
  font-weight: 600;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .site-navigation ul.sub-menu-1 li a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .site-navigation ul.sub-menu-1 li a {
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child {
  margin-bottom: 0;
}
.site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child .sub-menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child .sub-menu {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child .sub-menu .menu-item {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child .sub-menu .menu-item {
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
  }
}
.site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child .sub-menu .menu-item a {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child .sub-menu .menu-item a {
    border-bottom: 1px solid #C1CCDD;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child .sub-menu .menu-item .icon {
  margin: 0 30px;
  width: 36px;
  height: 36px;
  display: none;
}
@media (min-width: 992px) {
  .site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child .sub-menu .menu-item .icon {
    display: block;
  }
}
.site-navigation ul.sub-menu-0.four-eight-sub-menu > li:last-child .sub-menu .menu-item .icon img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#masthead .site-header.site-header--hover .site-navigation ul.master-menu > li.menu-item.menu-item-search .search-toggle .search-text,
#masthead .site-header.site-header--shrink .site-navigation ul.master-menu > li.menu-item.menu-item-search .search-toggle .search-text {
  color: #BE8B09;
}
#masthead .site-header.site-header--hover .site-navigation ul.master-menu > li.menu-item.menu-item-search .search-toggle .search-icon,
#masthead .site-header.site-header--shrink .site-navigation ul.master-menu > li.menu-item.menu-item-search .search-toggle .search-icon {
  background-image: url("/wp-content/themes/lucasgroup/assets/img/icons/search-icon.svg");
}

#masthead .site-header.site-header--hover .site-title .site-logo--white,
#masthead .site-header.site-header--shrink .site-title .site-logo--white {
  display: none;
}
#masthead .site-header.site-header--hover .site-title .site-logo--blue,
#masthead .site-header.site-header--shrink .site-title .site-logo--blue {
  display: block;
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#masthead .site-header {
  padding: 0 30px;
  display: flex;
  flex-flow: row;
  align-items: center;
  transition: background-color 0.25s ease;
}
#masthead .site-header .site-title {
  padding-top: 15px;
  padding-bottom: 12px;
  width: 240px;
  height: auto;
  margin-right: 30px;
  position: relative;
  z-index: 10;
  transition: padding 0.25s ease;
}
@media (min-width: 768px) {
  #masthead .site-header .site-title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#masthead .site-header .site-title .site-link {
  display: block;
}
#masthead .site-header .site-title .site-logo {
  max-width: 160px;
  height: auto;
}
@media (min-width: 768px) {
  #masthead .site-header .site-title .site-logo {
    max-width: 100%;
  }
}
#masthead .site-header .site-title .site-logo--white {
  display: block;
}
#masthead .site-header .site-title .site-logo--blue {
  display: none;
}
#masthead .site-header--shrink {
  background-color: #ffffff;
}
#masthead .site-header--shrink .site-title {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  #masthead .site-header--shrink .site-title {
    padding-top: 22px;
    padding-bottom: 19px;
  }
}
#masthead .hamburger {
  display: block;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  #masthead .hamburger {
    display: none;
  }
}

.accordion-wrapper {
  border-top: 2px solid #D7DFEE;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.accordion-wrapper:last-of-type {
  border-bottom: 2px solid #D7DFEE;
}
.accordion-wrapper.active {
  padding-top: 35px;
  padding-bottom: 35px;
}
.accordion-wrapper.active .vox-accordion-toggler::after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  color: #1E4576;
}
@media (min-width: 768px) {
  .accordion-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .accordion-wrapper.active {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.accordion-wrapper .vox-accordion-toggler {
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 40px;
  color: #1E4576;
  text-decoration: none;
}
.accordion-wrapper .vox-accordion-toggler::after {
  content: "";
  font-size: 20px;
  position: absolute;
  color: #BE8B09;
  right: 0;
  top: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .accordion-wrapper .vox-accordion-toggler::after {
    top: 10px;
  }
}
.accordion-wrapper .vox-accordion-toggler .title {
  font-size: 20px;
  line-height: 28px;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .accordion-wrapper .vox-accordion-toggler .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.accordion-wrapper .accordion-collapse-wrapper {
  display: none;
  padding-top: 35px;
}
.accordion-wrapper .accordion-collapse-wrapper p, .accordion-wrapper .accordion-collapse-wrapper .content {
  max-width: 1200px;
}
.accordion-wrapper .accordion-collapse-wrapper ul {
  margin-top: -35px;
  list-style-type: disc;
  margin-left: 40px;
  color: #606C7B;
}
@media (min-width: 992px) {
  .accordion-wrapper .accordion-collapse-wrapper.location-accordion-wrapper .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.accordion-wrapper .accordion-collapse-wrapper.location-accordion-wrapper .location-accordion-image {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.accordion-wrapper .accordion-collapse-wrapper.location-accordion-wrapper .location-wrapper {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid #D7DFEE;
}
.accordion-wrapper .accordion-collapse-wrapper.location-accordion-wrapper .contact-wrapper {
  margin-bottom: 35px;
}
.accordion-wrapper .accordion-collapse-wrapper.location-accordion-wrapper .section-heading {
  font-size: 16px;
  line-height: 28px;
  color: #7C8FA7;
  margin-bottom: 5px;
}
.accordion-wrapper .accordion-collapse-wrapper.location-accordion-wrapper .section-content {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}

.faq-accordions-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  outline: none;
}
@media (min-width: 992px) {
  .faq-accordions-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .faq-accordions-wrapper .parent-title, .faq-accordions-wrapper .content_description {
    text-align: center;
  }
}
.faq-accordions-wrapper .parent-title {
  margin-bottom: 10px;
}
.faq-accordions-wrapper .content_description {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.faq-accordions-wrapper .vox-accordion-toggler::after {
  top: 0;
}
@media (min-width: 992px) {
  .faq-accordions-wrapper .vox-accordion-toggler::after {
    top: 2px;
  }
}
.faq-accordions-wrapper .vox-accordion-toggler .title {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .faq-accordions-wrapper .vox-accordion-toggler .title {
    font-size: 20px;
    line-height: 24px;
  }
}

#location-accordions-background {
  position: relative;
}
@media (min-width: 992px) {
  #location-accordions-background::before {
    content: "";
    width: 100vw;
    height: 700px;
    position: absolute;
    left: calc( ( 100vw - 100% ) / -2 );
    top: 0;
    background: url("../img/news-content-background.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}

.wpb_content_element blockquote p {
  font-style: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
/*Yoast SEO Breadcrumbs*/
#breadcrumbs {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
/*******************
	Buttons
********************/
.btn, .hs-button {
  color: #ffffff;
  display: inline-block;
  padding: 16px 75px 16px 25px;
  border: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
  position: relative;
  appearance: none;
  vertical-align: middle;
  user-select: none;
}
.btn::after, .hs-button::after {
  content: "";
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  margin-left: 20px;
  right: 25px;
  bottom: 13px;
}
.btn.grey, .grey.hs-button, .btn.btn--grey, .btn--grey.hs-button {
  background-color: #68757B;
}
.btn.grey:hover, .grey.hs-button:hover, .btn.btn--grey:hover, .btn--grey.hs-button:hover {
  color: #ffffff !important;
  background-color: #1E6BA2;
}
.btn.blue, .blue.hs-button, .btn.btn--blue, .btn--blue.hs-button {
  background-color: #1E6BA2;
}
.btn.blue:hover, .blue.hs-button:hover, .btn.btn--blue:hover, .btn--blue.hs-button:hover {
  color: #ffffff !important;
  background-color: #4B8EBF;
}
.btn.light-blue, .light-blue.hs-button, .btn.btn-light-blue, .btn-light-blue.hs-button {
  background-color: #4B8EBF;
}
.btn.light-blue:hover, .light-blue.hs-button:hover, .btn.btn-light-blue:hover, .btn-light-blue.hs-button:hover {
  color: #ffffff !important;
  background-color: #1E6BA2;
}
.btn.transparent, .transparent.hs-button {
  color: #BE8B09;
  font-size: 20px;
  line-height: 22px;
  padding-left: 0;
  padding-right: 50px;
}
.btn.transparent:hover, .transparent.hs-button:hover {
  color: #1E4576;
}
.btn.transparent:hover::after, .transparent.hs-button:hover::after {
  color: #1E4576;
}
.btn.transparent::after, .transparent.hs-button::after {
  bottom: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  right: auto;
  color: #BE8B09;
}
.btn.back-to-news, .back-to-news.hs-button {
  padding-left: 50px;
  padding-right: 0;
}
.btn.back-to-news:hover, .back-to-news.hs-button:hover {
  text-decoration: none;
}
.btn.back-to-news::after, .back-to-news.hs-button::after {
  transform: rotate(180deg);
  bottom: 12px;
  left: -20px;
}

.search-box {
  position: relative;
}
.search-box input[type=text] {
  padding-right: 70px;
}
.search-box button[type=submit] {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0;
  height: 62px;
  width: 62px;
  display: block;
  background-image: url("/wp-content/themes/lucasgroup/assets/img/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 39%;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  appearance: none;
  border: 0;
  border-radius: 0;
}

/*
*	CTAS
*/
.cta {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
  color: #1E6BA2;
  transition: color 0.5s;
  background-repeat: no-repeat;
  background-size: 101px 16px;
  position: relative;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .cta {
    font-size: 20px;
    line-height: 30px;
  }
}
.cta::after {
  content: "";
  font-size: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.cta.cta--yellow {
  color: #BE8B09;
}
.cta.cta--yellow:hover {
  color: #1E4576;
}
.cta.cta--blue {
  color: #1E6BA2;
}
.cta.cta--blue:hover {
  color: #BE8B09;
}

.wrap-pagination {
  display: block;
}
.wrap-pagination .pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (max-width: 576px) {
  .wrap-pagination .pagination .page-link {
    width: 26px;
    height: 26px;
    margin: 0 1px;
    border: 3px solid rgba(30, 107, 162, 0.2);
    border-radius: 100%;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #1E4576;
    margin-top: 13px;
  }
}
@media (min-width: 577px) {
  .wrap-pagination .pagination .page-link {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    border: 3px solid rgba(30, 107, 162, 0.2);
    border-radius: 100%;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 20px;
    font-weight: 600;
    line-height: 44px;
    color: #1E4576;
    padding-top: 2px;
  }
}
.wrap-pagination .pagination .page-link.page-dots, .wrap-pagination .pagination .page-link.page-dots:hover {
  border: 3px solid transparent;
  background-color: transparent;
  color: #1E4576;
}
.wrap-pagination .pagination .page-link.page-active, .wrap-pagination .pagination .page-link:hover {
  background-color: #1E6BA2;
  border: 3px solid #1E6BA2;
  color: #ffffff;
}
.wrap-pagination .pagination .page-link a {
  width: 100%;
  height: 100%;
  display: block;
  color: #1E4576;
}
.wrap-pagination .pagination .page-link a:hover {
  color: #ffffff;
}
.wrap-pagination .pagination .pagination-previous,
.wrap-pagination .pagination .pagination-next {
  width: 60px;
  height: 50px;
  cursor: pointer;
  text-decoration: none;
}
.wrap-pagination .pagination .pagination-previous[aria-disabled=true],
.wrap-pagination .pagination .pagination-next[aria-disabled=true] {
  opacity: 0.5;
  cursor: default;
  position: relative;
}
.wrap-pagination .pagination .pagination-previous[aria-disabled=true]::after,
.wrap-pagination .pagination .pagination-next[aria-disabled=true]::after {
  content: "";
  width: 100%;
  height: calc(100% + 15px);
  position: absolute;
  left: 0;
  top: 0;
}
.wrap-pagination .pagination .pagination-previous a,
.wrap-pagination .pagination .pagination-next a {
  display: block;
}
.wrap-pagination .pagination .pagination-previous a:hover, .wrap-pagination .pagination .pagination-previous a:focus,
.wrap-pagination .pagination .pagination-next a:hover,
.wrap-pagination .pagination .pagination-next a:focus {
  color: transparent;
  outline: none;
  background: transparent;
  text-decoration: none;
}
.wrap-pagination .pagination .pagination-previous a:hover:before,
.wrap-pagination .pagination .pagination-next a:hover:before {
  color: #BE8B09;
}
.wrap-pagination .pagination .pagination-previous a:before,
.wrap-pagination .pagination .pagination-next a:before {
  font-family: "slick";
  font-size: 60px;
  line-height: 1;
  color: #1E6BA2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.wrap-pagination .pagination .pagination-previous {
  margin-right: auto;
}
.wrap-pagination .pagination .pagination-previous a:before {
  content: "";
}
.wrap-pagination .pagination .pagination-next {
  margin-left: auto;
}
.wrap-pagination .pagination .pagination-next a:before {
  content: "";
}

/*
* Social Menu
* ul > li > a
*/
ul.social-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
ul.social-menu li {
  margin: 0 7px 0 0;
  padding: 0;
  width: 55px;
  height: 55px;
  background-color: #1E4576;
}
ul.social-menu li:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  ul.social-menu li {
    margin-right: 0;
    background-color: transparent;
  }
}
ul.social-menu li.facebook a {
  background-image: url("../img/social/facebook.svg");
}
ul.social-menu li.twitter a {
  background-image: url("../img/social/twitter.svg");
}
ul.social-menu li.linkedin a {
  background-image: url("../img/social/linkedin.svg");
}
ul.social-menu li.youtube a {
  background-image: url("../img/social/youtube.svg");
}
ul.social-menu li.instagram a {
  background-image: url("../img/social/instagram.svg");
}
ul.social-menu li a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -99em !important;
  font-size: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
}
ul.social-menu li a:hover {
  background-color: #1E6BA2;
}

/*******************
	Hero
********************/
.hero-wrapper {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.hero-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(13, 35, 61, 0.5);
}
.hero-wrapper .jump-anchor-wrapper {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.hero-wrapper .jump-anchor-wrapper .hero-jump-anchor {
  color: #ffffff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.hero-wrapper .jump-anchor-wrapper .hero-jump-anchor:hover {
  color: #4B8EBF;
}
.hero-wrapper .jump-anchor-wrapper .hero-jump-anchor:hover .arrow-ellipse {
  border-color: rgba(75, 142, 191, 0.2);
}
.hero-wrapper .jump-anchor-wrapper .hero-jump-anchor:hover .arrow-ellipse::after {
  color: #4B8EBF;
}
.hero-wrapper .jump-anchor-wrapper .arrow-ellipse {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin-right: 25px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
}
.hero-wrapper .jump-anchor-wrapper .arrow-ellipse::after {
  content: "";
  font-size: 30px;
  position: absolute;
  left: calc( 50% - 7.75px );
  top: calc( 50% - 15px);
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.hero {
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 450px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .hero {
    padding-top: 95px;
  }
}
@media (max-width: 991px) {
  .hero {
    padding-top: 125px;
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .hero.large {
    min-height: 905px;
  }
}
@media (min-width: 992px) {
  .hero.medium {
    min-height: 760px;
  }
}
@media (min-width: 992px) {
  .hero.small {
    min-height: 560px;
  }
}
.hero.xtra-small {
  min-height: 225px;
}
@media (min-width: 992px) {
  .hero.xtra-small {
    min-height: 360px;
  }
}
@media (max-width: 991px) {
  .hero.xtra-small {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
.hero.xtra-small .hero-title {
  margin-bottom: 0;
}
.hero .form-wrapper h2 {
  color: #ffffff;
}
@media (min-width: 992px) {
  .hero .row {
    display: flex;
    align-items: center;
  }
}
.hero .left br.hero-button-left-2 {
  display: none;
}
@media (max-width: 768px) {
  .hero .left br.hero-button-left-2 {
    display: inline-block;
  }
}
.hero .left a.hero-button-left-2 {
  margin-left: 20px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .hero .left a.hero-button-left-2 {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.hero .right .solo-btn {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .hero .right .solo-btn {
    margin-top: -35px;
    float: right;
  }
}
.hero .hero-title {
  color: #ffffff;
}
.hero .content {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.hero .content a {
  color: #ffffff;
  text-decoration: underline;
}
.hero .content a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .hero .content {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 28px;
  }
  .hero .content.large {
    width: 100%;
  }
  .hero .content.medium {
    width: 83%;
  }
  .hero .content.small {
    width: 67%;
  }
}
@media (min-width: 992px) {
  .hero .your-career-intel-hero-content .textwidget,
.hero .meet-our-team-hero .textwidget {
    margin-bottom: 50px;
    width: 67%;
  }
}
.hero .your-career-intel-hero-content p,
.hero .meet-our-team-hero p {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 991px) {
  .hero .your-career-intel-hero-content p,
.hero .meet-our-team-hero p {
    font-size: 16px;
    line-height: 24px;
  }
}

#mobile-collapse-form-toggler {
  cursor: pointer;
  padding: 25px 0 0 0;
  background-color: #68757B;
  color: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
#mobile-collapse-form-toggler .collapse-title {
  padding: 0 20px 25px 20px;
}
#mobile-collapse-form-toggler.active .collapse-title::after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
#mobile-collapse-form-toggler .mobile-collapse-form-wrapper {
  padding: 35px 20px;
  background-color: #1E4576;
  display: none;
  position: relative;
  width: 100%;
}
#mobile-collapse-form-toggler .mobile-collapse-form-wrapper .btn, #mobile-collapse-form-toggler .mobile-collapse-form-wrapper .hs-button {
  margin-bottom: 0;
}
#mobile-collapse-form-toggler .collapse-title {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  position: relative;
}
#mobile-collapse-form-toggler .collapse-title::after {
  content: "";
  font-size: 20px;
  position: absolute;
  color: #ffffff;
  right: 20px;
  top: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#mobile-collapse-form-toggler .hs-form-field .hs-input {
  width: 100%;
}

h4.form.form-title {
  color: #fff;
}

h4.form.form-title a {
  color: #fff;
  text-decoration: underline;
}

h4.form.form-title a:hover {
  color: #BE8B09;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.banner-bar-outer-wrap {
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1E4576;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.banner-bar-outer-wrap.form-banner {
  padding-top: 45px;
  padding-bottom: 45px;
}
.banner-bar-outer-wrap a {
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.banner-bar-outer-wrap a:hover {
  color: #BE8B09;
}
.banner-bar-outer-wrap .banner-bar-title {
  margin: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .banner-bar-outer-wrap .banner-bar-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .banner-bar-outer-wrap .banner-bar-title {
    margin-bottom: 15px;
  }
}
.banner-bar-outer-wrap .content {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .banner-bar-outer-wrap .content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.banner-bar-outer-wrap .wrap .row, .banner-bar-outer-wrap .single-news-wrap .row, .banner-bar-outer-wrap .medium-wrap .row, .banner-bar-outer-wrap .small-wrap .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .banner-bar-outer-wrap .wrap .row.sm-icons-wrapper, .banner-bar-outer-wrap .single-news-wrap .row.sm-icons-wrapper, .banner-bar-outer-wrap .medium-wrap .row.sm-icons-wrapper, .banner-bar-outer-wrap .small-wrap .row.sm-icons-wrapper {
    flex-wrap: wrap;
    padding: 30px 0 10px 0;
  }
}
.banner-bar-outer-wrap .cta-wrapper {
  text-align: right;
}
@media (max-width: 991px) {
  .banner-bar-outer-wrap {
    padding: 0;
  }
  .banner-bar-outer-wrap .cta-wrapper {
    text-align: left;
  }
  .banner-bar-outer-wrap .cta-wrapper .btn, .banner-bar-outer-wrap .cta-wrapper .hs-button {
    width: calc( 100% + 40px );
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    padding: 28px 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .banner-bar-outer-wrap .cta-wrapper .btn::after, .banner-bar-outer-wrap .cta-wrapper .hs-button::after {
    right: 20px;
  }
  .banner-bar-outer-wrap .cta-wrapper .social-menu {
    margin-left: -20px;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .banner-bar-outer-wrap .form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .banner-bar-outer-wrap .form-wrapper .btn, .banner-bar-outer-wrap .form-wrapper .hs-button, .banner-bar-outer-wrap .form-wrapper h2, .banner-bar-outer-wrap .form-wrapper input {
    margin: 0;
  }
  .banner-bar-outer-wrap .form-wrapper .wpcf7-form-control-wrap {
    margin-left: 5px;
    margin-right: 5px;
  }
  .banner-bar-outer-wrap .form-wrapper .btn, .banner-bar-outer-wrap .form-wrapper .hs-button {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    margin-left: 5px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .banner-bar-outer-wrap .form-wrapper .btn, .banner-bar-outer-wrap .form-wrapper .hs-button {
    min-width: 210px;
  }
}
@media (min-width: 992px) {
  .banner-bar-outer-wrap .form-wrapper h2 {
    margin-right: 30px;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .banner-bar-outer-wrap .form-wrapper h2 {
    min-width: 356px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-bar-outer-wrap .form-wrapper .btn, .banner-bar-outer-wrap .form-wrapper .hs-button {
    width: 275px;
  }
  .banner-bar-outer-wrap .form-wrapper h2 {
    margin-right: 10px;
    width: 480px;
  }
}
@media (min-width: 992px) {
  .banner-bar-outer-wrap .form-wrapper .ajax-loader {
    display: none;
  }
}

.mobile-collapse-form-wrapper .form-wrapper > h2 {
  display: none;
}
.mobile-collapse-form-wrapper .form-wrapper .btn, .mobile-collapse-form-wrapper .form-wrapper .hs-button {
  margin-top: 20px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/icons/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #BE8B09;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 60px;
  line-height: 1;
  color: #1E6BA2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.slick-prev {
  left: 0;
}

[dir=rtl] .slick-prev {
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
}

[dir=rtl] .slick-next {
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.content-image-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .content-image-wrapper {
    flex-direction: row;
  }
  .content-image-wrapper.image-right {
    flex-direction: row-reverse;
  }
  .content-image-wrapper.image-right .content-wrapper {
    text-align: right;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .content-image-wrapper.image-right .content-wrapper {
    margin-right: 135px;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 992px) {
  .content-image-wrapper.image-right .image-caption {
    justify-content: flex-end;
  }
}
.content-image-wrapper .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .content-image-wrapper .image-wrapper {
    width: 45%;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .content-image-wrapper .image-wrapper {
    width: 35%;
  }
}
.content-image-wrapper img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .content-image-wrapper img {
    object-fit: cover;
    max-height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-image-wrapper img {
    object-fit: cover;
    max-height: 360px;
  }
}
.content-image-wrapper .image-caption {
  height: 10%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 0 10px 5px 10px;
  display: flex;
  align-items: flex-end;
}
.content-image-wrapper .image-caption p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.content-image-wrapper .content-wrapper {
  padding: 20px;
  max-width: 785px;
}
@media (min-width: 992px) {
  .content-image-wrapper .content-wrapper {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .content-image-wrapper .content-wrapper {
    margin-left: 135px;
    padding: 0 20px 0 0;
  }
}
.content-image-wrapper .content-wrapper ul {
  margin-top: -35px;
  list-style-type: disc;
  margin-left: 40px;
  color: #606C7B;
}
.content-image-wrapper .content-wrapper .title {
  color: #1E4576;
}
@media (max-width: 991px) {
  .content-image-wrapper .content-wrapper .title {
    margin-bottom: 25px;
    margin-top: 20px;
  }
}
.content-image-wrapper .content-wrapper p a {
  color: #BE8B09;
  font-weight: 700;
}
.content-image-wrapper .content-wrapper .btn, .content-image-wrapper .content-wrapper .hs-button {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .content-image-wrapper .content-wrapper .btn, .content-image-wrapper .content-wrapper .hs-button {
    padding-top: 5px;
    padding-bottom: 25px;
  }
  .content-image-wrapper .content-wrapper .btn::after, .content-image-wrapper .content-wrapper .hs-button::after {
    bottom: 20px;
  }
}
.content-image-wrapper .content-wrapper .btn:last-child, .content-image-wrapper .content-wrapper .hs-button:last-child {
  margin-right: 0;
}

.two-callouts-wrapper .row {
  margin: 0;
}
@media (min-width: 768px) {
  .two-callouts-wrapper .row {
    display: flex;
  }
}
.two-callouts-wrapper .left, .two-callouts-wrapper .right {
  padding: 50px 20px 40px;
  margin: 0;
}
@media (min-width: 1200px) {
  .two-callouts-wrapper .left, .two-callouts-wrapper .right {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
@media (min-width: 768px) {
  .two-callouts-wrapper .left, .two-callouts-wrapper .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.two-callouts-wrapper .left {
  background-color: #1E4576;
}
@media (min-width: 768px) {
  .two-callouts-wrapper .left {
    text-align: right;
    padding-right: 50px;
  }
  .two-callouts-wrapper .left .btn, .two-callouts-wrapper .left .hs-button {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .two-callouts-wrapper .left .btn:first-of-type, .two-callouts-wrapper .left .hs-button:first-of-type {
    margin: 0 !important;
  }
  .two-callouts-wrapper .left .btn:last-of-type, .two-callouts-wrapper .left .hs-button:last-of-type {
    margin-left: 20px !important;
  }
}
@media (min-width: 1200px) {
  .two-callouts-wrapper .left {
    padding-right: 125px;
  }
  .two-callouts-wrapper .left .callout-inner-wrapper {
    margin-left: auto;
  }
}
.two-callouts-wrapper .left.embed {
  padding: 0 !important;
}
.two-callouts-wrapper .left.embed iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .two-callouts-wrapper .left.embed iframe {
    height: 300px;
    margin-bottom: -10px;
  }
}
.two-callouts-wrapper .right {
  background-color: #0D233D;
}
.two-callouts-wrapper .right.swap-color {
  background-color: #1E4576;
}
@media (min-width: 1200px) {
  .two-callouts-wrapper .right.swap-color {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .two-callouts-wrapper .right {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .two-callouts-wrapper .right {
    padding-left: 125px;
  }
}
.two-callouts-wrapper .callout-inner-wrapper {
  max-width: 550px;
}
.two-callouts-wrapper .callout-inner-wrapper .title, .two-callouts-wrapper .callout-inner-wrapper .content, .two-callouts-wrapper .callout-inner-wrapper p, .two-callouts-wrapper .callout-inner-wrapper a {
  color: #ffffff;
}
.two-callouts-wrapper .callout-inner-wrapper a:hover {
  color: #BE8B09;
}
.two-callouts-wrapper .callout-inner-wrapper .btn, .two-callouts-wrapper .callout-inner-wrapper .hs-button {
  margin: 0;
  display: table;
}
@media (max-width: 1299px) {
  .two-callouts-wrapper .callout-inner-wrapper .btn, .two-callouts-wrapper .callout-inner-wrapper .hs-button {
    margin-bottom: 10px;
  }
}
@media (min-width: 1300px) {
  .two-callouts-wrapper .callout-inner-wrapper .btn, .two-callouts-wrapper .callout-inner-wrapper .hs-button {
    display: inline-block;
  }
  .two-callouts-wrapper .callout-inner-wrapper .btn:first-of-type, .two-callouts-wrapper .callout-inner-wrapper .hs-button:first-of-type {
    margin: 0;
    margin-right: 20px;
  }
}

.image-overlay-banner-wrapper {
  position: relative;
  padding: 70px 0 50px;
  background-size: cover;
  background-position: left center;
}
@media (min-width: 992px) {
  .image-overlay-banner-wrapper {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.image-overlay-banner-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 35, 61, 0.5);
}
@media (min-width: 1200px) {
  .image-overlay-banner-wrapper .wpcf7, .image-overlay-banner-wrapper iframe {
    max-width: 80%;
  }
}
.image-overlay-banner-wrapper .wpcf7 .form-wrapper h3 {
  display: none;
}
.image-overlay-banner-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
}
.image-overlay-banner-wrapper .content-wrapper h1, .image-overlay-banner-wrapper .content-wrapper h2, .image-overlay-banner-wrapper .content-wrapper h3, .image-overlay-banner-wrapper .content-wrapper h4, .image-overlay-banner-wrapper .content-wrapper h5, .image-overlay-banner-wrapper .content-wrapper h6, .image-overlay-banner-wrapper .content-wrapper p {
  color: #ffffff;
}
.image-overlay-banner-wrapper .content-wrapper .logo-icon {
  margin-bottom: 20px;
}
.image-overlay-banner-wrapper .content-wrapper .content {
  font-weight: 600;
}
@media (max-width: 991px) {
  .image-overlay-banner-wrapper .content-wrapper .content {
    font-size: 16px;
    line-height: 24px;
  }
}
.image-overlay-banner-wrapper .content-wrapper a.btn, .image-overlay-banner-wrapper .content-wrapper a.hs-button {
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  div.image-overlay-banner-wrapper.newsletter {
    background-position: 25% 0%;
  }
}

.practice-areas-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .practice-areas-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .practice-areas-wrapper.three-columns .content_description,
.practice-areas-wrapper.three-columns .parent-title {
    margin-left: -115px;
    margin-right: -115px;
  }
}
@media (min-width: 992px) {
  .practice-areas-wrapper.three-columns .practice-area-card-wrapper {
    width: calc(33.3333333333% - 13.3333333333px) !important;
  }
  .practice-areas-wrapper.three-columns .practice-area-card-wrapper:nth-child(3n+2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.practice-areas-wrapper.four-columns .parent-title,
.practice-areas-wrapper.four-columns .content_description {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .practice-areas-wrapper.four-columns .practice-area-card-wrapper {
    width: calc(25% - 15px) !important;
    margin-right: 20px;
  }
  .practice-areas-wrapper.four-columns .practice-area-card-wrapper:nth-child(4n) {
    margin-right: 0;
  }
}
.practice-areas-wrapper.grey .card-hover-content {
  background-color: rgba(104, 117, 123, 0.9) !important;
}
.practice-areas-wrapper.blue .card-hover-content {
  background-color: rgba(30, 107, 162, 0.9) !important;
}
.practice-areas-wrapper.light-blue .card-hover-content {
  background-color: rgba(75, 142, 191, 0.9) !important;
}
@media (min-width: 992px) {
  .practice-areas-wrapper .parent-title,
.practice-areas-wrapper .content_description {
    text-align: center;
  }
}
.practice-areas-wrapper .parent-title {
  color: #1E4576;
  margin-bottom: 10px;
}
.practice-areas-wrapper .inner-areas-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .practice-areas-wrapper .inner-areas-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper {
    height: 110px;
    padding-top: 5px;
    background-color: #1e6ba2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper:nth-child(odd) {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-bottom: 20px;
  }
  .practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: linear-gradient(360deg, rgba(13, 35, 61, 0.75) 0%, rgba(13, 35, 61, 0) 100%);
  }
}
@media (max-width: 991px) {
  .practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(13, 35, 61, 0.75);
  }
}
.practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper#the-back-to-card {
  text-align: right;
}
.practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper#the-back-to-card:after {
  background: none;
}
.practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper#the-back-to-card .card-hover-content {
  background-color: rgba(30, 107, 162, 0.9) !important;
}
@media screen and (max-width: 404px) {
  .practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper#the-back-to-card .card-hover-content {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper#the-back-to-card .card-hover-content {
    justify-content: center;
  }
}
.practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper#the-back-to-card .card-hover-content .hover-title {
  margin-bottom: 20px;
}
.practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper#the-back-to-card .card-hover-content .title {
  flex-direction: row;
}
.practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper#the-back-to-card .card-hover-content .title::before {
  margin-left: 0;
  margin-right: 30px;
  transform: rotate(180deg);
}
.practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper#the-back-to-card .long-yellow-arrow {
  transform: rotate(180deg);
}
.practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper a.entire-card-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper a.entire-card-link:hover .card-hover-content {
  display: flex;
}
@media (hover: hover) {
  .practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper a.entire-card-link:hover .title {
    display: none;
  }
}
.practice-areas-wrapper .inner-areas-container .practice-area-card-wrapper div.entire-card-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.practice-area-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .practice-area-card {
    z-index: 1;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 90px;
  }
}
@media (min-width: 992px) {
  .practice-area-card {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    padding: 30px;
  }
}
.practice-area-card .title {
  color: #ffffff;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  align-items: center;
}
@media screen and (max-width: 1364px) {
  .practice-area-card .title {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .practice-area-card .title {
    align-items: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .practice-area-card .title::before {
    margin-left: 0 !important;
  }
}
.practice-area-card .title::before {
  content: "";
  color: #BE8B09;
  font-size: 30px;
  margin-left: 30px;
}
.practice-area-card h3.title.hide-link::before {
  content: "";
  color: transparent;
  font-size: 30px;
  margin-left: 30px;
}
.practice-area-card .card-hover-content {
  display: none;
  background-color: rgba(104, 117, 123, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  flex-direction: column;
  justify-content: flex-end;
}
@media (hover: none) {
  .practice-area-card .card-hover-content {
    display: none !important;
  }
}
.practice-area-card .card-hover-content .hover-title,
.practice-area-card .card-hover-content .hover-subtitle {
  color: #ffffff;
}
.practice-area-card .card-hover-content .hover-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 1364px) {
  .practice-area-card .card-hover-content .hover-title {
    font-size: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1140px) {
  .practice-area-card .card-hover-content .hover-title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1016px) {
  .practice-area-card .card-hover-content .hover-title {
    font-size: 18px;
    line-height: 18px;
  }
}
.practice-area-card .card-hover-content .hover-subtitle {
  margin-bottom: 20px;
}
@media screen and (max-width: 1364px) {
  .practice-area-card .card-hover-content .hover-subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}

.row-carousel-posts {
  background-color: #EDEFF2;
  margin-left: 0;
  margin-right: 0;
}
.row-carousel-posts .col {
  padding-left: 0;
  padding-right: 0;
}

.wrap-carousel-posts {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .wrap-carousel-posts {
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .wrap-carousel-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.wrap-carousel-posts .carousel-posts-header {
  margin-bottom: 60px;
  text-align: left;
}
@media (min-width: 768px) {
  .wrap-carousel-posts .carousel-posts-header {
    text-align: center;
  }
}
.wrap-carousel-posts .carousel-posts-header h2 {
  color: #1E4576;
  margin-bottom: 10px;
}
.wrap-carousel-posts .carousel-posts-header p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .wrap-carousel-posts .carousel-posts-header p {
    font-size: 24px;
    line-height: 32px;
  }
}
.wrap-carousel-posts .slick-list {
  margin-left: -10px;
}
@media (min-width: 992px) {
  .wrap-carousel-posts .slick-list {
    margin-left: -20px;
  }
}
.wrap-carousel-posts .slick-track {
  display: flex;
  flex-flow: row;
}
.wrap-carousel-posts .slick-track .slick-slide {
  margin-left: 10px;
  display: flex;
  flex-flow: column;
  height: auto;
}
@media (min-width: 992px) {
  .wrap-carousel-posts .slick-track .slick-slide {
    margin-left: 20px;
  }
}
.wrap-carousel-posts .carousel-posts-footer {
  position: relative;
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .wrap-carousel-posts .carousel-posts-footer {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .wrap-carousel-posts .carousel-posts-footer {
    margin-top: 60px;
  }
}
.wrap-carousel-posts .carousel-posts-footer .all-posts {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #1E6BA2;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: color 0.5s;
  padding-right: 40px;
  display: inline-block;
}
.wrap-carousel-posts .carousel-posts-footer .all-posts::after {
  content: "";
  font-size: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 767px) {
  .wrap-carousel-posts .carousel-posts-footer .all-posts {
    padding-right: 0px;
  }
  .wrap-carousel-posts .carousel-posts-footer .all-posts::after {
    display: none;
  }
}
.wrap-carousel-posts .carousel-posts-footer .all-posts:hover {
  color: #BE8B09;
  text-align: center;
}

.post-card {
  outline: 0;
}
.post-card .post-card-inner {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-card .post-header .post-link {
  display: block;
}
.post-card .post-header .post-author-thumb {
  margin: -40px 0 0 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #EDEFF2;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.post-card .post-header .post-author-thumb img {
  width: 100%;
  height: auto;
}
.post-card .post-header .post-title {
  padding: 20px 30px;
  min-height: 90px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #DFE5ED;
  color: #1E4576;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .post-card .post-header .post-title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
  }
}
.post-card .post-header .post-title a {
  color: #1E4576;
}
.post-card .post-header .post-sub-title {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #DFE5ED;
  color: #1E4576;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .post-card .post-header .post-sub-title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
  }
}
.post-card .post-body {
  padding: 20px 30px;
}
@media (min-width: 992px) {
  .post-card .post-body {
    padding: 25px 40px;
  }
}
.post-card .post-body .post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #1E4576;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .post-card .post-body .post-title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
  }
}
.post-card .post-body .post-title a {
  color: #1E4576;
}
.post-card .post-body .post-excerpt {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .post-card .post-body .post-excerpt {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }
}
.post-card .post-footer {
  border-top: 1px solid #DFE5ED;
  margin-top: auto;
  padding: 16px 30px;
}
@media (min-width: 992px) {
  .post-card .post-footer {
    padding: 16px 40px;
  }
}
.post-card .post-footer p {
  color: #606C7B;
  font-size: 14px;
  line-height: 24px;
}

.job-card {
  outline: 0;
}
.job-card .job-card-inner {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.job-card .job-header .job-link {
  display: block;
}
.job-card .job-header .job-author-thumb {
  margin: -40px 0 0 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #EDEFF2;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.job-card .job-header .job-title {
  padding: 10px 30px;
  min-height: 90px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #DFE5ED;
  color: #1E4576;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .job-card .job-header .job-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.job-card .job-header .job-sub-title {
  padding: 0px 30px 10px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #DFE5ED;
  color: #606C7B;
}
.job-card .job-header .job-sub-title .location-pin {
  display: inline;
  padding-right: 10px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .job-card .job-header .job-sub-title {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }
}
.job-card .job-body {
  padding: 20px 30px;
  height: 210px;
}
@media (min-width: 992px) {
  .job-card .job-body {
    padding: 25px 40px;
  }
}
.job-card .job-body .job-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #1E4576;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .job-card .job-body .job-title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
  }
}
.job-card .job-body .job-excerpt {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .job-card .job-body .job-excerpt {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }
}
.job-card .job-footer {
  border-top: 1px solid #DFE5ED;
  margin-top: auto;
  padding: 16px 30px;
}
@media (min-width: 992px) {
  .job-card .job-footer {
    padding: 16px 40px;
  }
}
.job-card .job-footer p {
  color: #606C7B;
  font-size: 14px;
  line-height: 24px;
}

.slick-list, .slick-list:focus, .slick-slide, .slick-slide:focus {
  outline: none !important;
}

.process-slider-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .process-slider-wrapper {
    padding: 120px 0 50px 0;
  }
}
.process-slider-wrapper .slides-wrapper {
  margin-bottom: 0 !important;
}
.process-slider-wrapper .process-slider-control-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .process-slider-wrapper .process-slider-control-wrapper {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .process-slider-wrapper .process-slider-control-wrapper {
    margin-top: 120px;
  }
}
.process-slider-wrapper .process-slider-control-wrapper .slick-arrow, .process-slider-wrapper .process-slider-control-wrapper .slick-dots {
  position: static;
  transform: none;
}
.process-slider-wrapper .process-slider-control-wrapper .slick-prev {
  order: 1;
}
.process-slider-wrapper .process-slider-control-wrapper .slick-next {
  order: 3;
}
.process-slider-wrapper .process-slider-control-wrapper .slick-dots {
  order: 2;
  display: none !important;
}
@media (min-width: 768px) {
  .process-slider-wrapper .process-slider-control-wrapper .slick-dots {
    display: block !important;
  }
}
.process-slider-wrapper .process-slider-control-wrapper .slick-dots li {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border: 3px solid rgba(30, 107, 162, 0.2);
  border-radius: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.process-slider-wrapper .process-slider-control-wrapper .slick-dots li.slick-active {
  background-color: #1E6BA2;
  border: none;
}
.process-slider-wrapper .process-slider-control-wrapper .slick-dots li.slick-active button {
  color: #ffffff;
}
.process-slider-wrapper .process-slider-control-wrapper .slick-dots li, .process-slider-wrapper .process-slider-control-wrapper .slick-dots li button {
  padding: 0;
}
.process-slider-wrapper .process-slider-control-wrapper .slick-dots li button {
  color: #1E4576;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: transparent;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  width: 100%;
  height: 100%;
  margin: 0;
}
.process-slider-wrapper .process-slider-control-wrapper .slick-dots li button::before {
  content: none;
}

.single-process-slide .slide-header {
  display: flex;
  margin-bottom: 35px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-process-slide .slide-header {
    align-items: center;
    flex-direction: row;
  }
}
.single-process-slide .slide-header .slide-number {
  color: #1E6BA2;
  border: 4px solid rgba(30, 107, 162, 0.2);
  border-radius: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-right: 35px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  width: 60px;
  height: 60px;
  padding-top: 6px;
  text-align: center;
}
@media (min-width: 992px) {
  .single-process-slide .slide-header .slide-number {
    font-size: 50px;
    line-height: 50px;
    width: 80px;
    height: 80px;
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  .single-process-slide .slide-header .slide-number {
    margin-bottom: 10px;
  }
}
.single-process-slide .slide-header .title {
  margin-bottom: 0;
  color: #1E4576;
}
.single-process-slide .slide-content .quote-text {
  font-style: italic;
  color: #1E6BA2;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 992px) {
  .single-process-slide .slide-content .quote-text {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .single-process-slide .slide-content .quote-text {
    margin-top: 35px;
  }
}
.single-process-slide .slide-content .btn, .single-process-slide .slide-content .hs-button {
  padding-top: 0;
}

.content-video-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 1200px) {
  .content-video-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-video-wrapper .row {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .content-video-wrapper .row {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .content-video-wrapper .video-embed-wrapper {
    margin-bottom: 35px;
  }
}
.content-video-wrapper .video-embed-wrapper .video-embed {
  position: relative;
}
.content-video-wrapper .video-embed-wrapper .video-embed .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 69, 118, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-video-wrapper .video-embed-wrapper .video-embed .video-overlay #play-button {
  cursor: pointer;
  width: 115px;
  height: 115px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .content-video-wrapper .video-embed-wrapper .video-embed .video-overlay #play-button {
    width: 45px;
    height: 45px;
  }
  .content-video-wrapper .video-embed-wrapper .video-embed .video-overlay #play-button img {
    margin-left: 5px !important;
    width: 16px;
  }
}
.content-video-wrapper .video-embed-wrapper .video-embed .video-overlay #play-button img {
  margin-left: 12px;
}
.content-video-wrapper .video-embed-wrapper .video-embed iframe {
  width: 100%;
  height: 170px;
  display: block;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .content-video-wrapper .video-embed-wrapper .video-embed iframe {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .content-video-wrapper .video-embed-wrapper .video-embed iframe {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .content-video-wrapper .video-embed-wrapper .video-embed iframe {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .content-video-wrapper .content-wrapper {
    padding-left: 60px;
  }
}
.content-video-wrapper .content-wrapper .title {
  color: #1E4576;
}
.white-papers-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}
@media (min-width: 992px) {
  .white-papers-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.white-papers-wrapper .parent-title {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .white-papers-wrapper .content_description {
    margin-bottom: 50px;
  }
}
.white-papers-wrapper .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .white-papers-wrapper .row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.white-papers-wrapper .container-btn {
  padding-top: 0px;
  padding-bottom: 0px;
}
.white-papers-wrapper .container-btn::after {
  bottom: -6px;
}
.white-papers-wrapper .white-paper-card-wrapper {
  text-align: left;
}
@media (min-width: 992px) {
  .white-papers-wrapper .white-paper-card-wrapper {
    margin-bottom: 25px;
  }
}
.white-papers-wrapper .white-paper-card-wrapper .image-wrapper {
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
}
.white-papers-wrapper .white-paper-card-wrapper .image-wrapper img {
  display: block;
}
.white-papers-wrapper .white-paper-card-wrapper .content-wrapper {
  padding: 20px;
}
@media (min-width: 1200px) {
  .white-papers-wrapper .white-paper-card-wrapper .content-wrapper {
    padding: 40px;
  }
}
.white-papers-wrapper .white-paper-card-wrapper .content-wrapper .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #1E4576;
}
.white-papers-wrapper .white-paper-card-wrapper .content-wrapper .title a {
  color: #1E4576;
}
.white-papers-wrapper .white-paper-card-wrapper .content-wrapper .btn, .white-papers-wrapper .white-paper-card-wrapper .content-wrapper .hs-button, .white-papers-wrapper .white-paper-card-wrapper .content-wrapper .btn::after, .white-papers-wrapper .white-paper-card-wrapper .content-wrapper .hs-button::after {
  color: #1E6BA2;
}

.bullet-contents-wrapper {
  background-color: #EDEFF2;
  padding-top: 35px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .bullet-contents-wrapper {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .bullet-contents-wrapper .parent-title, .bullet-contents-wrapper .content_description {
    text-align: center;
  }
}
.bullet-contents-wrapper .parent-title {
  margin-bottom: 10px;
}
.bullet-contents-wrapper .content_description {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .bullet-contents-wrapper .content_description {
    margin-bottom: 50px;
  }
}
.bullet-contents-wrapper .inner-bullets-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bullet-contents-wrapper .inner-bullets-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.bullet-contents-wrapper .bullet {
  padding-left: 50px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .bullet-contents-wrapper .bullet {
    padding-right: 50px;
    margin-bottom: 50px;
  }
}
.bullet-contents-wrapper .bullet .title {
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
.bullet-contents-wrapper .bullet .title::before {
  position: absolute;
  content: "";
  color: #BE8B09;
  font-size: 30px;
  left: -50px;
  bottom: -3px;
}

.four-content-wrapper {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .four-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .four-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .four-content-wrapper .north-west .four-content-inner-wrapper {
    padding-bottom: 120px;
    padding-right: 90px;
  }
}
@media (min-width: 1200px) {
  .four-content-wrapper .north-east .four-content-inner-wrapper {
    padding-bottom: 120px;
    padding-left: 90px;
  }
}
@media (min-width: 1200px) {
  .four-content-wrapper .south-west .four-content-inner-wrapper {
    padding-top: 120px;
    padding-right: 90px;
  }
}
@media (min-width: 1200px) {
  .four-content-wrapper .south-east .four-content-inner-wrapper {
    padding-top: 120px;
    padding-left: 90px;
  }
}
.four-content-wrapper .north-west {
  border-bottom: 2px solid #D7DFEE;
}
@media (min-width: 768px) {
  .four-content-wrapper .north-west {
    border-right: 2px solid #D7DFEE;
  }
}
.four-content-wrapper .north-east {
  border-bottom: 2px solid #D7DFEE;
}
@media (max-width: 767px) {
  .four-content-wrapper .south-west {
    border-bottom: 2px solid #D7DFEE;
  }
}
@media (min-width: 768px) {
  .four-content-wrapper .south-west {
    border-right: 2px solid #D7DFEE;
  }
}
.four-content-wrapper .four-content-inner-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .four-content-wrapper .four-content-inner-wrapper {
    padding: 30px 15px;
  }
}
@media (min-width: 992px) {
  .four-content-wrapper .four-content-inner-wrapper {
    padding: 60px;
  }
}

.events-list-wrapper {
  background-color: #EDEFF2;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .events-list-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .events-list-wrapper.base-visits .single-event-wrapper .col:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .events-list-wrapper.base-visits .single-event-wrapper .col:nth-child(2) p:last-child {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .events-list-wrapper.base-visits .single-event-wrapper .second-col {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .events-list-wrapper.base-visits .single-event-wrapper .last-col {
    padding-top: 0;
  }
}
.events-list-wrapper.base-visits .single-event-wrapper .last-col p {
  font-weight: 400 !important;
}
.events-list-wrapper.base-visits .single-event-wrapper .last-col p:first-child {
  display: none !important;
}
@media (max-width: 991px) {
  .events-list-wrapper.base-visits .single-event-wrapper .col:last-child {
    border-top: none !important;
  }
}
.events-list-wrapper .title {
  text-align: center;
}
@media (min-width: 992px) {
  .events-list-wrapper .title {
    margin-bottom: 50px;
  }
}
.events-list-wrapper .col-header {
  font-size: 20px;
  line-height: 24px;
  padding-left: 40px;
}
.events-list-wrapper .single-event-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .events-list-wrapper .single-event-wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .events-list-wrapper .single-event-wrapper .row {
    display: flex;
  }
}
@media (min-width: 992px) {
  .events-list-wrapper .single-event-wrapper .col {
    border-left: 1px solid #D7DFEE;
  }
}
@media (max-width: 991px) {
  .events-list-wrapper .single-event-wrapper .col {
    border-top: 1px solid #D7DFEE;
  }
}
.events-list-wrapper .single-event-wrapper .col:first-child {
  border: none;
}
.events-list-wrapper .single-event-wrapper .column-wrap {
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .events-list-wrapper .single-event-wrapper .column-wrap {
    padding: 20px 0 20px 30px;
  }
}
.events-list-wrapper .single-event-wrapper .column-wrap p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .events-list-wrapper .single-event-wrapper .column-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .events-list-wrapper .single-event-wrapper .first-col p {
    padding-left: 40px;
  }
}
.events-list-wrapper .single-event-wrapper .second-col p:first-child, .events-list-wrapper .single-event-wrapper .last-col p:first-child {
  color: #1E4576;
  font-weight: 600;
}
.events-list-wrapper .single-event-wrapper .second-col p:nth-child(2), .events-list-wrapper .single-event-wrapper .last-col p:nth-child(2) {
  font-weight: 600;
}
@media (min-width: 992px) {
  .events-list-wrapper .single-event-wrapper .second-col p:nth-child(2), .events-list-wrapper .single-event-wrapper .last-col p:nth-child(2) {
    margin-bottom: 10px;
  }
}
.events-list-wrapper .single-event-wrapper .location {
  position: relative;
  font-weight: 600;
}
@media (min-width: 992px) {
  .events-list-wrapper .single-event-wrapper .location {
    margin-bottom: 10px !important;
  }
}
.events-list-wrapper .single-event-wrapper .location img {
  position: absolute;
  left: 0;
}

.photography-wrapper {
  background-color: #EDEFF2;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .photography-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.photography-wrapper .parent-title {
  text-align: center;
}
@media (min-width: 992px) {
  .photography-wrapper .parent-title {
    margin-bottom: 50px;
  }
}
.photography-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
.photography-wrapper .single-photo-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .photography-wrapper .single-photo-wrapper {
    margin-bottom: 20px;
  }
}
.photography-wrapper .single-photo-wrapper img {
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .photography-wrapper .single-photo-wrapper .content-wrapper {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .photography-wrapper .single-photo-wrapper .content-wrapper {
    padding: 30px;
  }
}
.photography-wrapper .single-photo-wrapper .content-wrapper .title, .photography-wrapper .single-photo-wrapper .content-wrapper .btn, .photography-wrapper .single-photo-wrapper .content-wrapper .hs-button {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .photography-wrapper .single-photo-wrapper .content-wrapper .title, .photography-wrapper .single-photo-wrapper .content-wrapper .btn, .photography-wrapper .single-photo-wrapper .content-wrapper .hs-button {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .photography-wrapper .single-photo-wrapper .content-wrapper .title, .photography-wrapper .single-photo-wrapper .content-wrapper .btn, .photography-wrapper .single-photo-wrapper .content-wrapper .hs-button {
    font-size: 20px;
    line-height: 24px;
  }
}
.photography-wrapper .single-photo-wrapper .content-wrapper .title {
  color: #1E4576;
}
.photography-wrapper .single-photo-wrapper .content-wrapper .btn, .photography-wrapper .single-photo-wrapper .content-wrapper .hs-button, .photography-wrapper .single-photo-wrapper .content-wrapper .btn::after, .photography-wrapper .single-photo-wrapper .content-wrapper .hs-button::after {
  color: #1E6BA2;
}
.photography-wrapper .single-photo-wrapper .content-wrapper .btn::after, .photography-wrapper .single-photo-wrapper .content-wrapper .hs-button::after {
  bottom: -5px;
}
@media (max-width: 767px) {
  .photography-wrapper .single-photo-wrapper .content-wrapper .btn::after, .photography-wrapper .single-photo-wrapper .content-wrapper .hs-button::after {
    bottom: -1px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .photography-wrapper .single-photo-wrapper .content-wrapper .btn::after, .photography-wrapper .single-photo-wrapper .content-wrapper .hs-button::after {
    margin-left: 10px;
  }
}

.row-testimonials-carousel.vc_row {
  background-color: #1E6BA2;
  background-image: url("../img/testimonials-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.row-testimonials-carousel.vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 35px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .row-testimonials-carousel.vc_row > .vc_column_container > .vc_column-inner {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .row-testimonials-carousel.vc_row > .vc_column_container > .vc_column-inner {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.row-testimonials-carousel.vc_row .row-header {
  position: relative;
}
.row-testimonials-carousel.vc_row .row-header .testimonials-carousel-header h2 {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .row-testimonials-carousel.vc_row .testimonials-carousel.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .row-testimonials-carousel.vc_row .testimonials-carousel {
    padding-left: 8.333333333%;
    padding-right: 8.333333333%;
  }
}
.row-testimonials-carousel.vc_row .testimonials-carousel .testimonial-slider blockquote {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  font-style: italic;
  color: #ffffff;
}
.row-testimonials-carousel.vc_row .testimonials-carousel .testimonial-slider blockquote p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
.row-testimonials-carousel.vc_row .testimonials-carousel .testimonial-slider blockquote a:hover {
  color: #be8b09;
}
.row-testimonials-carousel.vc_row .testimonials-carousel .testimonial-slider blockquote footer {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  letter-spacing: 0.05em;
}
.row-testimonials-carousel.vc_row .testimonials-carousel .testimonial-slider blockquote footer .date {
  display: block;
}
@media (max-width: 991px) {
  .row-testimonials-carousel.vc_row .row-footer .testimonials-carousel-arrows {
    position: relative;
  }
}
.row-testimonials-carousel.vc_row .row-footer .testimonials-carousel-arrows .slick-prev:before,
.row-testimonials-carousel.vc_row .row-footer .testimonials-carousel-arrows .slick-next:before {
  color: #BE8B09;
}
.row-testimonials-carousel.vc_row .row-footer .testimonials-carousel-arrows .slick-prev:hover,
.row-testimonials-carousel.vc_row .row-footer .testimonials-carousel-arrows .slick-next:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  .row-testimonials-carousel.vc_row .row-footer .testimonials-carousel-arrows .slick-prev {
    left: 20px;
  }
}
@media (min-width: 1450px) {
  .row-testimonials-carousel.vc_row .row-footer .testimonials-carousel-arrows .slick-prev {
    left: 0;
  }
}
@media (min-width: 768px) {
  .row-testimonials-carousel.vc_row .row-footer .testimonials-carousel-arrows .slick-next {
    right: 20px;
  }
}
@media (min-width: 1450px) {
  .row-testimonials-carousel.vc_row .row-footer .testimonials-carousel-arrows .slick-next {
    right: 0;
  }
}
.row-testimonials-carousel.vc_row .row-footer .slick-dots {
  position: absolute;
  bottom: 50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.row-testimonials-carousel.vc_row .row-footer .slick-dots li {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.row-testimonials-carousel.vc_row .row-footer .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: transparent;
}
.row-testimonials-carousel.vc_row .row-footer .slick-dots li button:hover, .row-testimonials-carousel.vc_row .row-footer .slick-dots li button:focus {
  outline: none;
}
.row-testimonials-carousel.vc_row .row-footer .slick-dots li button:hover:before, .row-testimonials-carousel.vc_row .row-footer .slick-dots li button:focus:before {
  opacity: 1;
}
.row-testimonials-carousel.vc_row .row-footer .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  background-color: #ffffff;
}
.row-testimonials-carousel.vc_row .row-footer .slick-dots li.slick-active button:before {
  background-color: #BE8B09;
}

.share-buttons {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .share-buttons {
    position: absolute;
    top: 300px;
    left: -120px;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .share-buttons {
    border-bottom: 1px solid #D7DFEE;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .share-buttons {
    justify-content: space-between;
  }
}
.share-buttons .share-title {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .share-buttons .share-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .share-buttons .share-title {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .share-buttons .addtoany_shortcode {
    flex: 1 1 auto;
  }
}
.share-buttons .a2a_kit.a2a_kit_size_60.addtoany_list {
  line-height: 0 !important;
}
.share-buttons .addtoany_list {
  display: flex;
  align-items: center;
  line-height: auto !important;
}
@media (min-width: 1200px) {
  .share-buttons .addtoany_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .share-buttons .addtoany_list {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .share-buttons .addtoany_list a {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .share-buttons .addtoany_list a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.share-buttons .addtoany_list span {
  border-radius: 100% !important;
  padding: 14px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .share-buttons .addtoany_list span {
    width: 45px !important;
    height: 45px !important;
    padding: 10px;
  }
}

.sidebar {
  position: relative;
  margin-bottom: 20px;
}
.sidebar .sidebar__toggle {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  color: #7C8FA7;
  display: block;
  padding: 17px 75px 17px 20px;
  border: none;
  position: relative;
  background: #D7DFEE;
  appearance: none;
  text-align: left;
  width: 100%;
}
.sidebar .sidebar__toggle.is-active::after {
  transform: translateY(-50%) scale(-1);
}
.sidebar .sidebar__toggle::after {
  content: "";
  color: #5F7693;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .sidebar .sidebar__toggle {
    display: none;
  }
}
.sidebar .sidebar__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .sidebar .sidebar__items {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .sidebar .sidebar__items {
    background-color: #1E6BA2;
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
    z-index: 20;
  }
  .sidebar .sidebar__items.news-pr-sidebar-items {
    width: calc( 100% - 20px );
  }
}
.sidebar .sidebar__items .sidebar__item {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #3984BA;
}
@media (min-width: 992px) {
  .sidebar .sidebar__items .sidebar__item {
    border-bottom: 2px solid #D7DFEE;
  }
  .sidebar .sidebar__items .sidebar__item:first-child {
    border-top: 2px solid #D7DFEE;
  }
}
.sidebar .sidebar__items .sidebar__item .sidebar__item-link.is-active,
.sidebar .sidebar__items .sidebar__item .sidebar__item-link:hover {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .sidebar .sidebar__items .sidebar__item .sidebar__item-link.is-active,
.sidebar .sidebar__items .sidebar__item .sidebar__item-link:hover {
    background-color: #1E4576;
  }
}
@media (min-width: 992px) {
  .sidebar .sidebar__items .sidebar__item .sidebar__item-link.is-active,
.sidebar .sidebar__items .sidebar__item .sidebar__item-link:hover {
    color: #4B8EBF;
  }
}
.sidebar .sidebar__items .sidebar__item .sidebar__item-link.is-active::after,
.sidebar .sidebar__items .sidebar__item .sidebar__item-link:hover::after {
  content: "";
  color: #BE8B09;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}
@media (min-width: 992px) {
  .sidebar .sidebar__items .sidebar__item .sidebar__item-link.is-active::after,
.sidebar .sidebar__items .sidebar__item .sidebar__item-link:hover::after {
    font-size: 25px;
    vertical-align: middle;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 20px;
    content: "";
  }
}
.sidebar .sidebar__items .sidebar__item .sidebar__item-link {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  display: block;
  padding: 17px 75px 17px 20px;
  border: none;
  position: relative;
  background: none;
  appearance: none;
}
@media (min-width: 992px) {
  .sidebar .sidebar__items .sidebar__item .sidebar__item-link {
    font-size: 18px;
    line-height: 28px;
    padding-left: 0;
    padding-right: 0;
    color: #1E4576;
  }
}
@media (max-width: 991px) {
  .sidebar .news-pr-sidebar-widgets {
    display: none;
  }
}
.sidebar .news-pr-sidebar-widgets .textwidget {
  padding-top: 35px;
  padding-bottom: 35px;
}
.sidebar .news-pr-sidebar-widgets .textwidget p {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #1E4576;
}
.sidebar .news-pr-sidebar-widgets .textwidget:first-child {
  border-bottom: 2px solid #D7DFEE;
  margin-top: 40px;
}

.cards.cards--horizontal .cards__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cards.cards--horizontal .cards__items .card__item {
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cards.cards--horizontal .cards__items .card__item {
    margin: 0 0 20px;
  }
}
.cards.cards--horizontal .cards__items .card__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cards.cards--horizontal .cards__items .card__item .card__item-body, .cards.cards--horizontal .cards__items .card__item .card__item-footer {
  position: relative;
  z-index: 1;
}
.cards.cards--horizontal .cards__items .card__item .card__item-body {
  padding: 20px;
}
@media (min-width: 992px) {
  .cards.cards--horizontal .cards__items .card__item .card__item-body {
    padding: 50px;
  }
}
.cards.cards--horizontal .cards__items .card__item .card__item-body.card__item-body--testimonial p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .cards.cards--horizontal .cards__items .card__item .card__item-body.card__item-body--testimonial p {
    font-size: 24px;
    line-height: 30px;
  }
}
.cards.cards--horizontal .cards__items .card__item .card__item-footer {
  border-top: 1px solid #D7DFEE;
  padding: 20px;
}
@media (min-width: 992px) {
  .cards.cards--horizontal .cards__items .card__item .card__item-footer {
    padding: 30px 50px;
  }
}
.cards.cards--horizontal .cards__items .card__item .card__item-footer.card__item-footer--testimonial p {
  color: #1E4576;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.cards.cards--horizontal .cards__items .card__item .card__item-footer.card__item-footer--testimonial p.date {
  margin: 0;
}
@media (min-width: 992px) {
  .cards.cards--horizontal .cards__items .card__item .card__item-footer.card__item-footer--testimonial p {
    font-size: 18px;
    line-height: 24px;
  }
}
.cards.cards--horizontal .cards__items .card__item.news-pr-card-wrapper .card__item-body .entry-title {
  font-size: 20px;
  line-height: 24px;
  color: #1E4576;
}
.cards.cards--horizontal .cards__items .card__item.news-pr-card-wrapper .card__item-body .entry-title a {
  color: #1E4576;
}
.cards.cards--horizontal .cards__items .card__item.news-pr-card-wrapper .card__item-body .entry-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
}
.cards.cards--horizontal .cards__items .card__item.news-pr-card-wrapper .card__item-body .entry-read-more {
  color: #1E6BA2;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cards.cards--horizontal .cards__items .card__item.news-pr-card-wrapper .card__item-body .entry-read-more::after {
  bottom: -5px;
  color: #1E6BA2;
}
@media (min-width: 992px) {
  .cards.cards--horizontal .cards__items .card__item.news-pr-card-wrapper .card__item-footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cards.cards--horizontal .cards__items .card__item.news-pr-card-wrapper .card__item-footer .date {
  color: #7C8FA7;
  font-size: 14px;
  line-height: 24px;
}

fieldset.form-columns-1 textarea.hs-input,
fieldset.form-columns-1 input.hs-input {
  width: 100% !important;
}

legend.hs-field-desc,
legend.hs-field-desc,
input.hs-input,
textarea.hs-input,
form.hbspt-form * {
  font-family: canada-type-gibson, sans-serif;
}

.hbspt-form label {
  margin-top: 15px;
}

.hero .hbspt-form .hs-form-field label, .image-overlay-banner-wrapper .hbspt-form .hs-form-field label, .mobile-collapse-form-wrapper .hbspt-form .hs-form-field label {
  display: none;
}
.hero .hbspt-form .hs-fieldtype-checkbox label, .image-overlay-banner-wrapper .hbspt-form .hs-fieldtype-checkbox label, .mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox label {
  display: block;
  color: #ffffff;
}
.hero .hbspt-form .hs-fieldtype-checkbox > label, .image-overlay-banner-wrapper .hbspt-form .hs-fieldtype-checkbox > label, .mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox > label {
  display: none;
}
.hero .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox, .image-overlay-banner-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox, .mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  height: 30px;
}
@media (min-width: 992px) {
  .hero .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox, .image-overlay-banner-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox, .mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox, .image-overlay-banner-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox, .mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox {
    margin-right: 70px !important;
  }
  .hero .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox:last-of-type, .image-overlay-banner-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox:last-of-type, .mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox:last-of-type {
    margin-right: 0;
  }
}
.hero .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display, .image-overlay-banner-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display, .mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display {
  margin: 0;
}
.hero .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display input[type=checkbox]:checked + span::before, .image-overlay-banner-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display input[type=checkbox]:checked + span::before, .mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display input[type=checkbox]:checked + span::before {
  content: "";
}
.hero .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span, .image-overlay-banner-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span, .mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.hero .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span::before, .image-overlay-banner-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span::before, .mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: calc( 50% - 10px );
  padding: 2px;
  color: #7C8FA7;
}
.hero .hbspt-form input.hs-input, .image-overlay-banner-wrapper .hbspt-form input.hs-input, .mobile-collapse-form-wrapper .hbspt-form input.hs-input {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.hero .hbspt-form textarea.hs-input, .image-overlay-banner-wrapper .hbspt-form textarea.hs-input, .mobile-collapse-form-wrapper .hbspt-form textarea.hs-input {
  height: 155px;
  resize: none;
}
.hero .hbspt-form .hs-input.invalid, .image-overlay-banner-wrapper .hbspt-form .hs-input.invalid, .mobile-collapse-form-wrapper .hbspt-form .hs-input.invalid {
  border: 2px solid #dc3545;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.hero .hbspt-form .hs-error-msgs .hs-main-font-element, .image-overlay-banner-wrapper .hbspt-form .hs-error-msgs .hs-main-font-element, .mobile-collapse-form-wrapper .hbspt-form .hs-error-msgs .hs-main-font-element {
  color: #dc3545;
}

.mobile-collapse-form-wrapper .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span {
  display: block;
  line-height: 1em;
}

.inner-page-form .hbspt-form .hs-fieldtype-checkbox label {
  display: block;
  color: #7C8FA7;
}
.inner-page-form .hbspt-form .hs-fieldtype-checkbox > label {
  display: none;
}
.inner-page-form .hbspt-form .hs-fieldtype-checkbox .inputs-list {
  margin-top: 20px;
}
.inner-page-form .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  height: 30px;
}
@media (min-width: 992px) {
  .inner-page-form .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-form .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox {
    margin-right: 70px !important;
  }
  .inner-page-form .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox:last-of-type {
    margin-right: 0;
  }
}
.inner-page-form .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display {
  margin: 0;
}
.inner-page-form .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display input[type=checkbox]:checked + span::before {
  content: "";
}
.inner-page-form .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.inner-page-form .hbspt-form .hs-fieldtype-checkbox .inputs-list .hs-form-checkbox .hs-form-checkbox-display span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 2px solid #D7DFEE;
  position: absolute;
  left: 0;
  top: calc( 50% - 10px );
  padding: 0 1px;
  color: #7C8FA7;
}
.inner-page-form .hbspt-form input.hs-input {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.inner-page-form .hbspt-form textarea.hs-input {
  height: 155px;
  resize: none;
}
.inner-page-form .hbspt-form .hs-input.invalid {
  border: 2px solid #dc3545;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.inner-page-form .hbspt-form .hs-error-msgs .hs-main-font-element {
  color: #dc3545;
}

.hs-button {
  margin-bottom: 0;
  margin-top: 20px;
  background-color: #68757B;
  background-image: url("/wp-content/themes/lucasgroup/assets/img/Arrow.png");
  background-size: initial;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 25px);
  background-position-y: center;
  border-radius: 0;
}
.hs-button:hover {
  color: #ffffff;
  background-color: #1E6BA2;
}
@media (min-width: 992px) {
  .hs-button {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.newsletter input.hs-button.primary.large {
  color: #ffffff !important;
  background-color: #1E6BA2;
}
.newsletter input.hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #4B8EBF;
}
.newsletter input.hs-input {
  max-width: 400px;
}

@media screen and (min-width: 499px) {
  div.max-width-override-100 div.wpb_wrapper div.hbspt-form form fieldset {
    max-width: 100% !important;
  }
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("/wp-content/themes/lucasgroup/assets/img/icons/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/wp-content/themes/lucasgroup/assets/img/icons/ui-icons_444444_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/wp-content/themes/lucasgroup/assets/img/icons/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-default .ui-icon {
  background-image: url("/wp-content/themes/lucasgroup/assets/img/icons/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("/wp-content/themes/lucasgroup/assets/img/icons/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("/wp-content/themes/lucasgroup/assets/img/icons/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/wp-content/themes/lucasgroup/assets/img/icons/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.wrap-category-filter {
  background-color: #1E4576;
  overflow: visible !important;
}
.wrap-category-filter::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.wrap-category-filter > div {
  position: relative;
  z-index: 3;
}

.category-filter .filter__toggle {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  display: block;
  padding: 16px 75px 16px 20px;
  border: none;
  position: relative;
  background: #1E4576;
  appearance: none;
  text-align: left;
  width: 100%;
}
@media (min-width: 992px) {
  .category-filter .filter__toggle {
    display: none;
  }
}
.category-filter .filter__toggle::after {
  content: "";
  color: #BE8B09;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.category-filter .filter__toggle.is-active::after {
  transform: translateY(-50%) rotate(45deg);
}
.category-filter .filter__toggle .filter__toggle-tagline {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.category-filter .filter__toggle .filter__toggle-category-name {
  display: block;
}
.category-filter .filter__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-filter .filter__items.is-active {
  display: block;
}
@media (max-width: 991px) {
  .category-filter .filter__items {
    background-color: #1E6BA2;
    position: absolute;
    top: 100%;
    width: calc(100% + 40px);
    display: none;
    z-index: 20;
    left: -20px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .category-filter .filter__items {
    display: flex !important;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
}
.category-filter .filter__items li {
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 2px solid #3984BA;
}
@media (min-width: 992px) {
  .category-filter .filter__items li {
    border-bottom: 0;
    margin: 0 40px;
  }
}
.category-filter .filter__items li:hover a {
  color: #BE8B09;
}
@media (max-width: 991px) {
  .category-filter .filter__items li.current-cat-ancestor, .category-filter .filter__items li.current-cat {
    background-color: #1E4576;
  }
}
.category-filter .filter__items li.current-cat-ancestor a, .category-filter .filter__items li.current-cat a {
  color: #ffffff;
  position: relative;
}
.category-filter .filter__items li.current-cat-ancestor a::after, .category-filter .filter__items li.current-cat a::after {
  content: "";
  color: #BE8B09;
  font-size: 14px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}
@media (min-width: 992px) {
  .category-filter .filter__items li.current-cat-ancestor a::after, .category-filter .filter__items li.current-cat a::after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #1E4576;
  }
}
.category-filter .filter__items li a {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  color: #ccc;
  display: block;
  padding: 11px 75px 11px 40px;
  border: none;
  position: relative;
  background: none;
  appearance: none;
}
@media (min-width: 992px) {
  .category-filter .filter__items li a {
    font-size: 18px;
    line-height: 28px;
    padding: 36px 0;
  }
}

.wrap-extra-filter {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: visible !important;
}
@media (min-width: 992px) {
  .wrap-extra-filter {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.wrap-extra-filter::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.wrap-extra-filter > div {
  position: relative;
  z-index: 2;
}

.team-filter {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .team-filter {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.wrap-team {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .wrap-team {
    padding-top: 55px;
    padding-bottom: 35px;
  }
}
.wrap-team .team-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.wrap-team .team-header .all-results p,
.wrap-team .team-header .pagination-results p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #1E4576;
}
@media (max-width: 767px) {
  .wrap-team .team-header .pagination-results {
    display: none;
  }
}
.wrap-team .team-body {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.wrap-team .team-body .wrap-team-card {
  padding: 0 10px;
  flex: 0 1 100%;
}
@media (min-width: 576px) {
  .wrap-team .team-body .wrap-team-card {
    flex: 0 1 50%;
  }
}
@media (min-width: 992px) {
  .wrap-team .team-body .wrap-team-card {
    flex: 0 1 33.333333333%;
  }
}
@media (min-width: 1200px) {
  .wrap-team .team-body .wrap-team-card {
    flex: 0 1 25%;
  }
}
.wrap-team .team-footer .wrap-pagination {
  padding-top: 0px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .wrap-team .team-footer .wrap-pagination {
    padding-top: 70px;
    padding-bottom: 85px;
  }
}

@media (min-width: 992px) {
  .row-executive-team {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edeff2+50,ffffff+50 */
    background: #EDEFF2;
    /* Old browsers */
    background: -moz-linear-gradient(left, #edeff2 50%, white 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #edeff2 50%, white 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #edeff2 50%, white 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#edeff2", endColorstr="#ffffff",GradientType=1 );
    /* IE6-9 */
  }
}

.executive-team .executive-team-card {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .executive-team .executive-team-card {
    display: flex;
    align-items: stretch;
  }
}
.executive-team .executive-team-card .executive-card-header,
.executive-team .executive-team-card .executive-card-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .executive-team .executive-team-card .executive-card-header,
.executive-team .executive-team-card .executive-card-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .executive-team .executive-team-card .executive-card-header,
.executive-team .executive-team-card .executive-card-body {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.executive-team .executive-team-card .executive-card-header {
  background-color: #EDEFF2;
}
@media (max-width: 991px) {
  .executive-team .executive-team-card .executive-card-header {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
  }
  .executive-team .executive-team-card .executive-card-header::before {
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #EDEFF2;
    left: -25%;
    right: -25%;
  }
}
@media (min-width: 992px) {
  .executive-team .executive-team-card .executive-card-header {
    padding-right: 0;
  }
  .executive-team .executive-team-card .executive-card-header::before {
    content: "";
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #EDEFF2;
    left: -1950px;
  }
}
.executive-team .executive-team-card .executive-card-header > * {
  position: relative;
}
.executive-team .executive-team-card .executive-card-header .card-link {
  display: block;
}
.executive-team .executive-team-card .executive-card-header .card-link img {
  width: 100%;
  height: auto;
  display: block;
}
.executive-team .executive-team-card .executive-card-body {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .executive-team .executive-team-card .executive-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.executive-team .executive-team-card .executive-card-body .executive-card-name {
  margin-bottom: 0;
}
.executive-team .executive-team-card .executive-card-body .executive-card-position {
  color: #1E4576;
  font-weight: 600;
}

.team-card .card-header .card-link {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
  position: relative;
}
.team-card .card-header .card-link img {
  width: 100%;
  height: auto;
  display: block;
}
.team-card .card-header .card-link:after {
  font-family: "slick";
  content: "";
  font-size: 30px;
  line-height: 1;
  color: #BE8B09;
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.team-card .card-body {
  padding: 20px 0 40px;
}
@media (min-width: 992px) {
  .team-card .card-body {
    padding: 20px 0 60px;
  }
}
.team-card .card-body .card-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #1E4576;
  margin-bottom: 10px;
}
.team-card .card-body .card-position {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #7C8FA7;
  margin-bottom: 0;
}

.team-table {
  background-color: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .team-table {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.team-table .team-table__header {
  padding-bottom: 35px;
  text-align: center;
}
@media (min-width: 992px) {
  .team-table .team-table__header {
    padding-bottom: 60px;
  }
}
.team-table .team-table__member {
  border-bottom: 1px solid #D7DFEE;
}
.team-table .team-table__member:first-child {
  border-top: 1px solid #D7DFEE;
}
.team-table .team-table__member .team-table__member-inner {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .team-table .team-table__member .team-table__member-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .team-table .team-table__member .team-table__member-header {
    max-width: 360px;
  }
}
.team-table .team-table__member .team-table__member-header h3 {
  font-size: 24px;
  line-height: 34px;
}
.team-table .team-table__member .team-table__member-header h3, .team-table .team-table__member .team-table__member-header p {
  margin: 0;
}
.team-table .team-table__member .team-table__member-header p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.team-table .team-table__member .team-table__member-body {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .team-table .team-table__member .team-table__member-body {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.team-table .team-table__member .team-table__member-body .team-table__profile-url {
  display: block;
}
@media (min-width: 768px) {
  .team-table .team-table__member .team-table__member-body .team-table__profile-url {
    margin-right: 60px;
  }
}

/*****************************
Body Container
******************************/
.site-content,
.site-footer-wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.site-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0D233D;
  position: relative;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .site-footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 60px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(180deg);
}
.site-footer > div {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .site-footer .footer-top .col {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .site-footer .footer-top .col:after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 1px;
    background-color: #1E4576;
    top: 50%;
    transform: translateY(-50%);
  }
}
.site-footer .footer-top .footer-logo,
.site-footer .footer-top .footer-contact {
  position: relative;
  z-index: 2;
  background-color: #0D233D;
}
@media (min-width: 992px) {
  .site-footer .footer-top .footer-logo {
    padding-right: 20px;
  }
}
.site-footer .footer-top .footer-logo a {
  display: block;
}
.site-footer .footer-top .footer-logo a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .site-footer .footer-top .footer-logo a img {
    margin: 0;
  }
}
.site-footer .footer-top .footer-contact {
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-footer .footer-top .footer-contact .social-menu {
    margin: 0 auto;
  }
}
.site-footer .footer-top .footer-contact .footer-contact-menu {
  margin-left: 35px;
}
@media (max-width: 991px) {
  .site-footer .footer-top .footer-contact .footer-contact-menu {
    display: none;
  }
}
.site-footer .footer-top .footer-contact .footer-contact-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-top .footer-contact .footer-contact-menu ul li {
  margin: 0;
  padding: 0;
}
.site-footer .footer-top .footer-contact .footer-contact-menu a {
  color: #BE8B09;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  position: relative;
}
.site-footer .footer-top .footer-contact .footer-contact-menu a:hover {
  color: #ffffff;
}
.site-footer .footer-top .footer-contact .footer-contact-menu a::after {
  display: inline-block;
  margin-left: 20px;
  content: "";
}
.site-footer .footer-nav {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}
@media (min-width: 992px) {
  .site-footer .footer-nav {
    display: block;
  }
}
.site-footer .footer-nav .footer-navigation {
  display: flex;
  flex-flow: row wrap;
}
.site-footer .footer-nav .footer-navigation .col {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-nav ul li {
  margin: 0;
  padding: 0 0 5px;
}
.site-footer .footer-nav ul li:last-child {
  padding-bottom: 0;
}
.site-footer .footer-nav ul li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.site-footer .footer-nav ul li a:hover {
  color: #BE8B09;
}
.site-footer .footer-nav ul li:first-child {
  margin-bottom: 20px;
}
.site-footer .footer-nav ul li:first-child a {
  font-size: 18px;
  line-height: 22px;
}
.site-footer .site-info .col {
  display: flex;
  flex-flow: column;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .site-footer .site-info .col {
    border-top: 1px solid #1E4576;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
.site-footer .site-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  justify-content: center;
  border-bottom: 3px solid #1E4576;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .site-footer .site-info ul {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    justify-content: flex-start;
  }
}
.site-footer .site-info ul li {
  margin: 0 20px 0 0;
  padding: 0;
}
.site-footer .site-info ul li:last-child {
  margin-right: 0;
}
.site-footer .site-info a {
  text-decoration: none;
}
.site-footer .site-info a:hover {
  color: #BE8B09;
}
.site-footer .site-info p, .site-footer .site-info a {
  color: #EDEFF2;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer .site-info p, .site-footer .site-info a {
    text-align: left;
  }
}

.row-blog {
  background-color: #EDEFF2;
}
.row-blog .wrap-pagination {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .row-blog .wrap-pagination {
    padding-bottom: 80px;
  }
}

.wrap-posts {
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .wrap-posts {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (min-width: 992px) {
  .wrap-posts {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.wrap-posts .error-search {
  width: 100%;
}
.wrap-posts .post-card {
  padding: 0 10px 20px;
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .wrap-posts .post-card {
    flex: 0 1 50%;
  }
}
@media (min-width: 992px) {
  .wrap-posts .post-card {
    flex: 0 1 33.333333333%;
  }
}
.wrap-posts .post-card .post-card-inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wrap-posts .post-card .post-card-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.wrap-posts .post-card .post-card-inner > div {
  position: relative;
  z-index: 1;
}
.wrap-posts .post-card .post-card-inner .post-footer {
  margin-top: auto;
}

@media (min-width: 992px) {
  .row-single-post {
    background: url("../img/news-content-background.png");
    background-size: cover;
    background-position: top center;
  }
}

#breadcrumbs {
  margin-bottom: 15px;
  color: #ccc;
}
#breadcrumbs a {
  font-size: 14px;
  font-weight: 400;
  color: #eee;
}
#breadcrumbs a:hover {
  color: #fff;
}
#breadcrumbs .breadcrumb_last {
  font-size: 14px;
  color: #ccc;
}

.wrap-single-post {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .wrap-single-post {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .wrap-single-post {
    position: relative;
  }
}
.wrap-single-post .single-post__header {
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .wrap-single-post .single-post__header {
    margin-bottom: 50px;
  }
}
.wrap-single-post .single-post__header .single-post__header-author {
  display: flex;
  flex-flow: row;
  border-top: 1px solid #DFE5ED;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .wrap-single-post .single-post__header .single-post__header-author {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wrap-single-post .single-post__header .single-post__header-author .single-post__header-author-thumb {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  margin-right: 30px;
}
.wrap-single-post .single-post__header .single-post__header-author .single-post__header-author-thumb img {
  width: 80px;
  height: auto;
  display: block;
  border-radius: 50%;
}
.wrap-single-post .single-post__header .single-post__header-author .single-post__header-author-info {
  display: flex;
  align-items: center;
}
.wrap-single-post .single-post__header .single-post__header-author .single-post__header-author-info p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .wrap-single-post .single-post__header .single-post__header-author .single-post__header-author-info p {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-single-post .single-post__header .single-post__header-author .single-post__header-author-info p a {
  color: #BE8B09;
}
.wrap-single-post .single-post__header .single-post__header-author .single-post__header-author-info p a:hover {
  color: #1E4576;
}
.wrap-single-post .single-post__header .single-post__header-author .single-post__header-author-info p .entry-date {
  margin-top: 5px;
  display: block;
}
.wrap-single-post .single-post__header .single-post__header-thumbnail .single-post__header-thumbnail-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrap-single-post .single-post__header .share-buttons {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .wrap-single-post .single-post__header .share-buttons {
    position: absolute;
    top: 250px;
    left: -120px;
    flex-direction: column;
  }
}
.wrap-single-post .single-post__body {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .wrap-single-post .single-post__body {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .wrap-single-post .single-post__body {
    margin-bottom: 80px;
  }
}
.wrap-single-post .single-post__footer .single-post__footer-tags {
  border-top: 1px solid #DFE5ED;
  border-bottom: 1px solid #DFE5ED;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .wrap-single-post .single-post__footer .single-post__footer-tags {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wrap-single-post .single-post__footer .single-post__footer-tags p {
  padding-left: 40px;
  background-image: url(../img/icons/tag-icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .wrap-single-post .single-post__footer .single-post__footer-tags p {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-single-post .single-post__footer .single-post__footer-comments {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .wrap-single-post .single-post__footer .single-post__footer-comments {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .wrap-single-post .single-post__footer .single-post__footer-comments {
    margin-top: 70px;
  }
}

div.single-post__body div.video_embed_wrapper {
  text-align: center;
}

@media (min-width: 992px) {
  .row-wrap-member {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edeff2+50,ffffff+50 */
    background: #EDEFF2;
    /* Old browsers */
    background: #edeff2;
    /* Old browsers */
    background: -moz-linear-gradient(left, #edeff2 50%, white 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #edeff2 50%, white 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #edeff2 50%, white 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#edeff2", endColorstr="#ffffff",GradientType=1 );
    /* IE6-9 */
  }
}

.wrap-member {
  position: relative;
}
.wrap-member:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
}
.wrap-member .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .wrap-member .row {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edeff2+50,ffffff+50 */
    background: #EDEFF2;
    /* Old browsers */
    background: #edeff2;
    /* Old browsers */
    background: -moz-linear-gradient(left, #edeff2 50%, white 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #edeff2 50%, white 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #edeff2 50%, white 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#edeff2", endColorstr="#ffffff",GradientType=1 );
    /* IE6-9 */
  }
}
@media (min-width: 992px) {
  .wrap-member .row {
    flex-direction: row;
  }
}
.wrap-member .member-info,
.wrap-member .member-bio {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .wrap-member .member-info,
.wrap-member .member-bio {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .wrap-member .member-info,
.wrap-member .member-bio {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.wrap-member .member-info {
  background-color: #EDEFF2;
  position: relative;
}
.wrap-member .member-info::before {
  content: "";
  width: 2000px;
  height: 100%;
  position: absolute;
  left: -1000px;
  top: 0;
  background-color: #EDEFF2;
}
@media (min-width: 992px) {
  .wrap-member .member-info::before {
    left: -1950px;
  }
}
@media (min-width: 992px) {
  .wrap-member .member-info {
    padding-right: 0;
  }
}
.wrap-member .member-info > * {
  position: relative;
}
.wrap-member .member-bio {
  background-color: #ffffff;
}
.wrap-member .member-info .member__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #1E4576;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .wrap-member .member-info .member__name {
    font-size: 40px;
    line-height: 40px;
  }
}
.wrap-member .member-info .member__position {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #1E4576;
}
@media (min-width: 992px) {
  .wrap-member .member-info .member__position {
    font-size: 20px;
    line-height: 24px;
  }
}
.wrap-member .member-info .member__image {
  margin: 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  .wrap-member .member-info .member__image {
    margin: 35px 0;
  }
}
@media (min-width: 992px) {
  .wrap-member .member-info .member__image {
    margin: 60px 0;
  }
}
.wrap-member .member-info .member__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.wrap-member .member-info .member__image img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-member .member-info .member__meta {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #D7DFEE;
}
.wrap-member .member-info .member__meta:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .wrap-member .member-info .member__meta {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
.wrap-member .member-info .member__meta .meta__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: #7C8FA7;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .wrap-member .member-info .member__meta .meta__title {
    font-size: 16px;
    line-height: 28px;
  }
}
.wrap-member .member-info .member__meta .meta__info {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #1E4576;
}
@media (min-width: 992px) {
  .wrap-member .member-info .member__meta .meta__info {
    font-size: 20px;
    line-height: 28px;
  }
}
.wrap-member .member-info .member__meta .meta__info a {
  color: inherit;
}
.wrap-member .member-info .member__meta .meta__info a:hover {
  color: #BE8B09;
}
.wrap-member .member-bio .btn-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1200px) {
  .wrap-member .member-bio .btn-group {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
  }
}
.wrap-member .member-bio .btn-group .btn, .wrap-member .member-bio .btn-group .hs-button {
  margin: 5px 10px;
}

div#print_me {
  display: none;
}

@media print {
  .single-bios header#masthead,
.single-bios footer#colophon,
.single-bios div.btn-group,
.single-bios div.sgb_pgawvc_pdf,
.single-bios div.hero-outer-wrapper {
    display: none !important;
  }
  .single-bios div.member-info {
    width: 40% !important;
  }
  .single-bios div.member-bio {
    width: 50% !important;
  }
  .single-bios div.member__image {
    width: 100px !important;
    height: 100px !important;
  }
  .single-bios img {
    width: 30%;
    height: auto;
    display: block;
  }
}
@media (min-width: 992px) {
  .single-news-background {
    background: url("../img/news-content-background.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}

.single-news-wrap {
  max-width: 940px !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .single-news-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .single-news-wrap {
    position: relative;
  }
}
.single-news-wrap .single-news-header {
  padding-bottom: 30px;
  border-bottom: 1px solid #D7DFEE;
}
.single-news-wrap .single-news-header .title {
  margin-bottom: 10px;
}
.single-news-wrap .single-news-content-wrapper {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .single-news-wrap .single-news-content-wrapper {
    padding-top: 50px;
  }
}

.news-archive-background {
  background-color: #EDEFF2;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .news-archive-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.news-archive-background .wrap-pagination {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .news-archive-background .wrap-pagination {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .news-archive-background .wrap-pagination .page-link {
    display: none;
  }
}

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