
* { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

::-moz-selection { background: #4C667E; color: white; text-shadow: none; }

::selection { background: #4C667E; color: white; text-shadow: none; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

html { font-size: 62.5%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-overflow-style: -ms-autohiding-scrollbar; }

body { margin: 0; position: relative; font-family: "Satoshi", sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 3rem; letter-spacing: 0; color: #555; background: #fff; }
@media (max-width: 767px) { body { font-size: 1.4rem; line-height: 2.6rem; } }

a { color: #4C667E; cursor: pointer; outline: 0 !important; transition: all .25s ease; }
a:hover, a:focus { text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

/* Embedded content */
img { border: 0; margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

svg:not(:root) { overflow: hidden; }

/* Grouping content */
figure { margin: 15px 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; display: block; height: 1px; border: 0; border-top: 1px solid #ADADAD; margin: 1em 0; padding: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 100%; }

/* Forms */
fieldset { border: 1px solid #EAEAEA; margin: 0; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

optgroup { font-weight: normal; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; outline: 0; }

button { overflow: visible; background: none; border: 0; box-shadow: none !important; outline: none !important; transition: all .25s ease; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

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

input { line-height: normal; }

/* HTML5 / MISC */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }

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

ins { background-color: #4C667E; color: white; text-decoration: none; }

del { text-decoration: line-through; }

.stop-scrolling { overflow: hidden; }

.no-cursor { pointer-events: none; }

.no-anim, .no-anim * { transition: none !important; }

.no-anim-single { transition: none !important; }

@media (max-width: 991px) { .block-tab-mob { display: block !important; } }

.flex-list { display: flex; flex-wrap: wrap; }

.flex { display: flex; }

.flex-inline { display: -webkit-inline-box; display: inline-flex; }

.flex-direction-column { flex-direction: column; }

@media (max-width: 991px) { .flex-direction-column-mob { flex-direction: column; } }

.flex-align-center { align-items: center; }

.flex-align-start { align-items: flex-start; }

.flex-align-end { align-items: flex-end; }

.flex-align-stretch { align-items: stretch; }

.flex-align-self-start { align-self: flex-start; }

.flex-align-self-end { align-self: flex-end; }

.flex-align-self-center { align-self: center; }

.flex-justify-center { justify-content: center; }

@media (max-width: 767px) { .flex-justify-center-mob { justify-content: center; } }

.flex-justify-start { justify-content: flex-start; }

.flex-justify-end { justify-content: flex-end; }

.flex-space-between { justify-content: space-between; }

.flex-nowrap { flex-wrap: nowrap; }

.flex-grow-shrink { flex: 1; }

@media (min-width: 768px) and (max-width: 991px) { .flex-wrap-tablet { flex-wrap: wrap; } }

@media (max-width: 767px) { .flex-wrap-mob { flex-wrap: wrap; } }

.p-relative { position: relative; }

.p-absolute { position: absolute; }

.ml-auto { margin-left: auto; }

.mr-auto { margin-right: auto; }

.mt-auto { margin-top: auto; }

.mb-auto { margin-bottom: auto; }

.w-100 { width: 100%; }

.h-100 { height: 100%; }

.o-hidden { overflow: hidden; }

.nopadding { padding: 0; }

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

.bg-primary { color: white; background: #4C667E; }
.bg-primary.text-links a:not(.text-button):not(.button), .bg-primary .text-links a:not(.text-button):not(.button) { color: white; border-bottom-color: white; }
.bg-primary .text-button { color: white; }
.bg-primary .text-button .fa-icon { fill: white; }
.bg-primary h1, .bg-primary .h1, .bg-primary h2, .bg-primary .h2, .bg-primary h3, .bg-primary .h3, .bg-primary h4, .bg-primary .h4, .bg-primary h5, .bg-primary .h5, .bg-primary h6, .bg-primary .h6 { color: white; }

.bg-secondary { color: #EAEAEA; background: #213747; }
.bg-secondary.text-links a:not(.text-button):not(.button), .bg-secondary .text-links a:not(.text-button):not(.button) { color: white; border-bottom-color: white; }
.bg-secondary .text-button { color: white; }
.bg-secondary .text-button .fa-icon { fill: white; }
.bg-secondary h1, .bg-secondary .h1, .bg-secondary h2, .bg-secondary .h2, .bg-secondary h3, .bg-secondary .h3, .bg-secondary h4, .bg-secondary .h4, .bg-secondary h5, .bg-secondary .h5, .bg-secondary h6, .bg-secondary .h6 { color: white; }

.bg-tertiary { color: white; background: #78A9CC; }
.bg-tertiary.text-links a:not(.text-button):not(.button), .bg-tertiary .text-links a:not(.text-button):not(.button) { color: white; border-bottom-color: white; }
.bg-tertiary .text-button { color: white; }
.bg-tertiary .text-button .fa-icon { fill: white; }
.bg-tertiary .subtitle { color: #4C667E; }
.bg-tertiary h1, .bg-tertiary .h1, .bg-tertiary h2, .bg-tertiary .h2, .bg-tertiary h3, .bg-tertiary .h3, .bg-tertiary h4, .bg-tertiary .h4, .bg-tertiary h5, .bg-tertiary .h5, .bg-tertiary h6, .bg-tertiary .h6 { color: white; }

.bg-extra { color: white; background: #4492AA; }
.bg-extra.text-links a:not(.text-button):not(.button), .bg-extra .text-links a:not(.text-button):not(.button) { color: white; border-bottom-color: white; }
.bg-extra .text-button { color: white; }
.bg-extra .text-button .fa-icon { fill: white; }
.bg-extra .subtitle { color: #EAEAEA; }
.bg-extra h1, .bg-extra .h1, .bg-extra h2, .bg-extra .h2, .bg-extra h3, .bg-extra .h3, .bg-extra h4, .bg-extra .h4, .bg-extra h5, .bg-extra .h5, .bg-extra h6, .bg-extra .h6 { color: white; }

.bg-grey { background: #EAEAEA; }

.text-white { color: white !important; }
.text-white h1, .text-white .h1, .text-white h2, .text-white .h2, .text-white h3, .text-white .h3, .text-white h4, .text-white .h4, .text-white h5, .text-white .h5, .text-white h6, .text-white .h6 { color: white !important; }

.text-black { color: #4C667E; }

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

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

@media (max-width: 767px) { .text-center-mob { text-align: center; } }

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

.img { width: 100%; height: 100%; object-fit: cover; }

.image-absolute { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.gradient-overlay:after { content: ''; z-index: 2; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: linear-gradient(233deg, #213747 0%, #213747 100%); transition: all 1s ease; opacity: .7; }

.social-media li { display: inline-block; margin: 0 10px; }

.text-links a:not(.text-button):not(.button) { color: #4C667E; border-bottom: 1px solid #4C667E; font-weight: 700; }
body.nonTouchDevice .text-links a:not(.text-button):not(.button):hover { border-color: transparent; }

/* SLIDERS */
.slider .slide { position: relative; overflow: hidden; display: none; }
.slider .slide:first-child { display: block !important; }
.slider .slide .img { z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.slick-slider .slide { display: block; }
.slick-slider .slick-arrow { z-index: 5; position: absolute; top: 50%; width: 100px; height: 100px; cursor: pointer; display: flex; align-items: center; justify-content: center; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .slick-slider .slick-arrow { width: 50px; height: 50px; } }
.slick-slider .slick-arrow svg { width: 14px; height: auto; fill: #4C667E; }
.slick-slider .slick-arrow.slick-prev { left: 0; }
.slick-slider .slick-arrow.slick-next { right: 0; }
.slick-slider .slick-arrow.slick-disabled { pointer-events: none; opacity: .2; }
.slick-slider .slick-dots { margin: 0; padding: 0; list-style: none; position: absolute; left: 50%; bottom: 30px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
@media (max-width: 767px) { .slick-slider .slick-dots { bottom: 20px; } }
.slick-slider .slick-dots li { float: left; margin: 0 5px; }
.slick-slider .slick-dots button { padding: 0; text-indent: -9999px; position: relative; width: 14px; height: 14px; border: 2px solid white; border-radius: 50%; background: transparent; }
.slick-slider .slick-dots .slick-active button { background: white; }

.ajax-loader { transition: opacity 0.3s ease; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #fff; z-index: 40; opacity: .9; visibility: visible; }
.ajax-loader.disabled { z-index: -1; opacity: 0; visibility: hidden; }

.ajax-results { position: relative; }

/* amending the default bootstrap 15px gutters */
.container, .container-fluid { padding-left: 80px; padding-right: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .container, .container-fluid { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .container, .container-fluid { padding-left: 25px; padding-right: 25px; } }

.container-fluid { max-width: calc(1280px + 160px); }
.container-fluid--med { max-width: calc(1120px + 160px); }
.container-fluid--sml { max-width: calc(960px + 160px); }
.container-fluid--xsml { max-width: calc(800px + 160px); }

.row { margin-left: -80px; margin-right: -80px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 80px; padding-right: 80px; }

/* Add any custom fonts here */
@font-face { font-family: "Satoshi"; src: url("../fonts/satoshi/Satoshi-Regular.woff2") format("woff2"), url("../fonts/satoshi/Satoshi-Regular.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("../fonts/satoshi/Satoshi-Medium.woff2") format("woff2"), url("../fonts/satoshi/Satoshi-Medium.woff") format("woff"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("../fonts/satoshi/Satoshi-Bold.woff2") format("woff2"), url("../fonts/satoshi/Satoshi-Bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
.header { position: absolute; top: 0; left: 0; right: 0; z-index: 1000; padding: 0; /* Desktop Nav */ /* MD Nav */ /* Mobile/Tablet Nav */ }
@media (min-width: 768px) and (max-width: 991px) { .header { padding: 25px 0; } }
@media (max-width: 767px) { .header { padding: 15px 0; } }
.header .container-fluid { position: relative; max-width: none; padding: 0 40px; }
@media (max-width: 767px) { .header .container-fluid { padding: 0 20px; } }
.header .header-top { margin-top: 25px; }
.header .logo-wrap { z-index: 4; position: relative; margin-right: auto; }
.header .logo { display: none; }
.header .logo img { display: block; height: auto; }
@media (max-width: 767px) { .header .logo img { width: 164px; } }
body.hero-multi--background-dark  { display: block;  }
body.hero-multi--background-light { display: block; }
.header .header-button { margin-left: 70px; }
@media (min-width: 992px) and (max-width: 1199px) { .header .header-button { margin-left: 30px; } }
@media (max-width: 991px) { .header .header-button { position: fixed; bottom: 20px; left: 50%; transform: translate(-50%, 80px); margin-left: 0; min-width: 200px; transition: transform .25s ease; }
  body.is-scrolling .header .header-button { transform: translate(-50%, 0); } }
.header .header-button .button { margin-top: 0; }
.header .search-btn { margin-left: 10px; }
.header .mob-menu-btn { z-index: 4; padding: 10px; margin-right: -10px; display: none; }
@media (min-width: 992px) and (max-width: 1199px) { .header .mob-menu-btn { padding: 45px 10px; } }
@media (max-width: 1199px) { .header .mob-menu-btn { display: flex; } }
.header .close-mob-menu-btn { z-index: 4; position: absolute; right: 20px; top: 20px; font-size: 25px; }
@media (min-width: 992px) and (max-width: 1199px) { .header .close-mob-menu-btn { right: 40px; top: 40px; } }
.header .mob-search-btn { display: none; z-index: 4; padding: 10px; color: #4C667E; margin-right: 10px; font-size: 20px; }
@media (max-width: 991px) { .header .mob-search-btn { display: flex; } }
@media (max-width: 767px) { .header .mob-search-btn { margin-right: 5px; font-size: 18px; } }
.header ul { margin: 0; padding: 0; list-style: none; }
.header .main-nav li a span { display: flex; align-items: center; }
.header .main-nav .menu-image { max-width: 20px; }
@media (min-width: 1200px) { .header .drawer { position: relative; z-index: 2; }
  .header .header-bottom { float: right; }
  .header .main-nav { margin-right: -15px; position: relative; z-index: 2; }
  body.raise-menu-overlay .header .main-nav:before { content: ""; position: absolute; top: 100%; left: 0; right: 0; z-index: 2; height: 40px; }
  .header .main-nav > ul > li { float: left; display: flex; position: relative; /* Drodpdowns */ }
  .header .main-nav > ul > li:after { z-index: 2; position: absolute; content: ''; left: 0; right: 0; bottom: -20px; position: absolute; height: 20px; }
  .header .main-nav > ul > li > a { display: block; position: relative; padding: 10px 5px; font-size: 1.6rem; font-weight: 400; }
  .header .main-nav > ul > li > a > span { position: relative; z-index: 2; border-radius: 5px; padding: 10px; pointer-events: none; }
  body.nonTouchDevice .header .main-nav > ul > li > a:hover > span { background: #78A9CC; }
  body.hero-multi--background-dark .header .main-nav > ul > li > a { color: white; }
  body.hero-multi--background-light .header .main-nav > ul > li > a { color: #4C667E; }
  .header .main-nav > ul > li > .icon { display: none; position: absolute; right: 5px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
  .header .main-nav > ul > li > .icon .fa-icon { height: 2rem; }
  body.hero-multi--background-dark .header .main-nav > ul > li > .icon .fa-icon path { fill: white; }
  .header .main-nav > ul > li > ul { display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; z-index: 2; position: fixed; top: 107px; left: 40px; right: 40px; padding: 40px; width: auto; background: white; transition: all .3s ease; visibility: hidden; opacity: 0; border-radius: 5px; -webkit-transform: translateY(-40px); transform: translateY(-40px); pointer-events: none; }
  .header .main-nav > ul > li > ul > li { flex: 1; flex-basis: calc(100% / 6); -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 16px; padding-right: 16px; }
  .header .main-nav > ul > li > ul > li + li { border-left: 1px solid #EAEAEA; } }
@media (min-width: 1200px) and (min-width: 1200px) { .header .main-nav > ul > li > ul > li:nth-child(1), .header .main-nav > ul > li > ul > li:nth-child(7) { padding-left: 0; border-left: 0; }
  .header .main-nav > ul > li > ul > li:nth-child(6), .header .main-nav > ul > li > ul > li:nth-child(12) { padding-right: 0; }
  .header .main-nav > ul > li > ul > li:nth-child(n+7) { margin-top: 20px; } }
@media (min-width: 1200px) { .header .main-nav > ul > li > ul > li > .icon + a { font-size: 1.5rem; font-weight: 500; color: #4C667E; line-height: normal; }
  .header .main-nav > ul > li > ul > li > .icon + a > span { align-items: flex-start; }
  .header .main-nav > ul > li > ul > li > .icon + a > span > .menu-image { margin-top: 6px; }
  .header .main-nav > ul > li > ul > li > ul { margin-top: 8px; }
  .header .main-nav > ul > li > ul > li > ul > li { padding-top: 6px; }
  .header .main-nav > ul > li > ul > li > ul > li + li { margin-top: 8px; }
  .header .main-nav > ul > li > ul > li > ul > li > a { font-size: 1.2rem; font-weight: 500; color: #78A9CC; line-height: normal; }
  .header .main-nav > ul > li.menu-item-has-children.show > a > span { background: #78A9CC; }
  .header .main-nav > ul > li.menu-item-has-children.show > a + ul { visibility: visible; opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); pointer-events: auto; }
  .header .menu-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: black; opacity: 0; z-index: -5; visibility: hidden; transition: all .3s ease-in-out; }
  body.raise-menu-overlay .header .menu-overlay { opacity: .8; z-index: 1; visibility: visible; } }
@media (min-width: 992px) and (max-width: 1199px) { .header .drawer .drawer-inner { padding-top: 108px !important; }
  .header .drawer .drawer-inner .drawer-top { height: 108px !important; padding-left: 40px !important; padding-right: 40px !important; }
  .header .drawer .drawer-inner .main-nav > ul > li > a { padding-left: 40px !important; padding-right: 40px !important; }
  .header .drawer .drawer-inner .main-nav > ul > li.menu-item-has-children > .icon.show + a + ul { padding-left: 40px !important; padding-right: 40px !important; } }
@media (max-width: 1199px) { .header .drawer { position: fixed; left: 0; right: 0; top: 0; bottom: 0; overflow: auto; z-index: -1; opacity: 0; visibility: hidden; background: white; transition: all .5s ease; }
  body.show-mob-menu .header .drawer { opacity: 1; -webkit-overflow-scrolling: touch; }
  body.raise-mob-overlay .header .drawer { visibility: visible; z-index: 100; }
  .header .drawer .drawer-inner { overflow: auto; padding-top: 72px; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; justify-content: space-between; }
  .header .drawer .drawer-inner .drawer-top { position: fixed; top: 0; left: 0; right: 0; display: flex; justify-content: space-around; align-items: center; width: 100%; height: 72px; background: white; padding-left: 20px; padding-right: 20px; z-index: 10; }
  .header .drawer .drawer-inner .drawer-top .logo { display: block !important; }
  .header .drawer .drawer-inner .drawer-top .close-mob-menu-btn .fa-icon { height: 2.8rem; }
  .header .drawer .drawer-inner .drawer-top .close-mob-menu-btn .fa-icon path { fill: #78A9CC; }
  .header .drawer .drawer-inner .main-nav { width: 100%; }
  .header .drawer .drawer-inner .main-nav > ul > li { position: relative; border-bottom: 1px solid #EAEAEA; }
  .header .drawer .drawer-inner .main-nav > ul > li:first-child { border-top: 1px solid #EAEAEA; }
  .header .drawer .drawer-inner .main-nav > ul > li > a { display: block; padding: 37px 50px 37px 20px; font-size: 1.6rem; color: #4C667E; }
  .header .drawer .drawer-inner .main-nav > ul > li > .icon { display: none; align-items: center; justify-content: center; position: absolute; top: 34px; right: 20px; width: 50px; height: 28px; background-color: #EAEAEA; margin: 0; }
  .header .drawer .drawer-inner .main-nav > ul > li > .icon:before, .header .drawer .drawer-inner .main-nav > ul > li > .icon:after { content: ""; position: absolute; width: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; }
  .header .drawer .drawer-inner .main-nav > ul > li > .icon:before { bottom: 100%; border-bottom: 14px solid #EAEAEA; }
  .header .drawer .drawer-inner .main-nav > ul > li > .icon:after { top: 100%; width: 0; border-top: 14px solid #EAEAEA; }
  .header .drawer .drawer-inner .main-nav > ul > li > .icon .fa-icon { height: 2rem; }
  .header .drawer .drawer-inner .main-nav > ul > li > .icon .fa-icon path { color: #78A9CC; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul { display: none; padding: 0 20px; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul li .icon { display: none; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul > li { border-bottom: 1px solid #EAEAEA; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul > li:last-child { border-bottom: 0; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul > li > a { display: block; padding: 25px 0 20px; font-size: 1.5rem; font-weight: 500; color: #4C667E; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul > li > ul { display: block; padding-bottom: 25px; }
  .header .drawer .drawer-inner .main-nav > ul > li > ul > li > ul > li > a { font-size: 1.2rem; font-weight: 500; color: #78A9CC; }
  .header .drawer .drawer-inner .main-nav > ul > li.menu-item-has-children > .icon { display: flex !important; }
  .header .drawer .drawer-inner .main-nav > ul > li.menu-item-has-children > .icon.show { background-color: white; }
  .header .drawer .drawer-inner .main-nav > ul > li.menu-item-has-children > .icon.show:before { border-bottom-color: white; }
  .header .drawer .drawer-inner .main-nav > ul > li.menu-item-has-children > .icon.show:after { border-top-color: white; }
  .header .drawer .drawer-inner .main-nav > ul > li.menu-item-has-children > .icon.show .fa-icon { transform: scaleY(-1); }
  .header .drawer .drawer-inner .main-nav > ul > li.menu-item-has-children > .icon.show + a { background: #4492AA; color: white; }
  .header .drawer .drawer-inner .main-nav > ul > li.menu-item-has-children > .icon.show + a + ul { display: block; }
  .header .drawer .drawer-inner .button-wrap { padding-bottom: 20px; }
  .header .drawer .drawer-inner .button-wrap .button { margin-top: 20px; padding: 15px 28px; }
  .header .drawer .drawer-inner .button-wrap .button .fa-icon { height: 1.6rem; margin-right: 20px; } }
@media screen and (max-width: 1199px) and (max-width: 270px) { .header .drawer .drawer-inner .button-wrap .button .fa-icon { display: none; } }
@media (max-width: 1199px) { body.nonTouchDevice .header .drawer .drawer-inner .button-wrap .button:hover .fa-icon { margin-left: 40px; }
  .header .close-menu { z-index: 10; position: absolute; padding: 20px 30px; font-size: 25px; color: #4C667E; transition: opacity .35s ease; } }
.header .mob-menu-overlay { position: fixed; opacity: 0; z-index: -1; pointer-events: none; left: 0; top: 0; right: 0; bottom: 0; transition: opacity .3s ease; }
body.show-mob-menu .header .mob-menu-overlay { pointer-events: auto; }

footer { background: #2C4150; color: white; font-size: 1.4rem; }
@media (max-width: 767px) { footer { font-size: 1.2rem; } }
footer > .container-fluid { max-width: none; }
footer.no-margin { margin-top: 0 !important; }
footer ul { margin: 0; padding: 0; list-style: none; }
footer a { padding: 3px 0; color: white; }
footer a svg { margin-right: 19px; }
footer p { margin-top: 0; margin-bottom: 10px; }
footer .highlight { color: #78A9CC; font-weight: bold; }
footer .footer-top .footer-contact .div > span, footer .footer-top .footer-contact a > span { transition: all .25s ease; }
footer .footer-top .footer-contact .div > span + span, footer .footer-top .footer-contact a > span + span { margin-left: 5px; }
body.nonTouchDevice footer .footer-top .footer-contact a span:not(.highlight):hover { opacity: .5; }
@media (max-width: 767px) { footer .footer-top .footer-button { text-align: center; } }
footer .footer-top .footer-button .button { margin-top: 0; padding: 30px 40px; font-size: 1.8rem; font-weight: 500; }
@media (min-width: 768px) and (max-width: 991px) { footer .footer-top .footer-button .button { margin-top: 30px; } }
@media (max-width: 767px) { footer .footer-top .footer-button .button { margin-top: 30px; font-size: 1.6rem; padding: 15px 40px; display: inline-block; } }
@media screen and (max-width: 280px) { footer .footer-top .footer-button .button { padding-left: 15px; padding-right: 15px; } }
footer .footer-top .footer-button .button span { justify-content: center; }
footer .footer-top .footer-button .button .fa-icon { margin-left: 0; margin-right: 20px; height: 1.6rem; }
@media screen and (max-width: 280px) { footer .footer-top .footer-button .button .fa-icon { display: none; } }
body.nonTouchDevice footer .footer-top .footer-button .button:hover .fa-icon { transform: translateX(-6px); }
footer .footer-middle { padding-top: 70px; }
@media (max-width: 767px) { footer .footer-middle { padding-top: 30px; } }
footer .footer-middle nav ul { display: flex; }
@media (max-width: 767px) { footer .footer-middle nav ul { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; } }
@media (min-width: 768px) { footer .footer-middle nav ul li + li { padding-left: 40px; } }
body.nonTouchDevice footer .footer-middle nav ul li a:hover { opacity: .5; }
footer .footer-main { padding-top: 80px; padding-bottom: 80px; }
@media (max-width: 767px) { footer .footer-main { padding: 60px 30px; } }
footer .footer-main .social-media { margin-top: 10px; margin-left: -5px; }
@media (max-width: 767px) { footer .footer-main .social-media { justify-content: center; margin-top: 28px; margin-left: 0; } }
footer .footer-main .social-media li { margin: 0 5px; }
footer .footer-main .social-media li .fa-icon path { fill: #78A9CC; }
body.nonTouchDevice footer .footer-main .social-media li a:hover { opacity: .5; }
footer .footer-bottom { background: #213747; padding-top: 44px; padding-bottom: 44px; }
@media (max-width: 767px) { footer .footer-bottom { padding-bottom: 120px; } }
footer .footer-bottom.container-fluid:before, footer .footer-bottom.container-fluid:after { display: none; }
footer .footer-bottom, footer .footer-bottom a { color: white; }
body.nonTouchDevice footer .footer-bottom a:hover { opacity: .5; }

.hero-multi { z-index: 0; position: relative; overflow: hidden; }
.hero-multi .graphic svg { width: 45%; position: absolute; top: -5%; right: -2.5%; opacity: .5; }
@media (max-width: 767px) { .hero-multi .graphic svg { width: 120%; top: auto; right: auto; transform: translate(40%, -38%); } }
.hero-multi--fullscreen { background: #213747; }
.hero-multi--fullscreen .graphic { z-index: 1; }
.hero-multi--fullscreen .graphic svg path { fill: #4492AA; }
.hero-multi--fullscreen h1 { color: white; }
.hero-multi--fullscreen .text { z-index: 3; position: absolute; bottom: 0; left: 0; right: 0; padding: 120px 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .hero-multi--fullscreen .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .hero-multi--fullscreen .text { padding: 60px 25px; } }
@media (min-width: 1200px) { .hero-multi--fullscreen .text .text-inner { max-width: 60%; } }
@media (min-width: 992px) and (max-width: 1199px) { .hero-multi--fullscreen .text .text-inner { max-width: 80%; } }
.hero-multi--fullscreen .text .button { margin-top: 56px; }
.hero-multi--fullscreen .animated-gradient { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; opacity: .7; background: #213747; background: radial-gradient(at center at center, #adadad, #213747); }
.hero-multi--short.hero-multi--background-dark { background: #4C667E; }
.hero-multi--short.hero-multi--background-dark h1 { color: white; }
.hero-multi--short.hero-multi--background-dark .graphic svg path { fill: #78A9CC; }
.hero-multi--short.hero-multi--background-light { background: rgba(234, 234, 234, 0.9); }
.hero-multi--short.hero-multi--background-light .graphic svg path { fill: #ADADAD; }
.hero-multi--short .slide .text { z-index: 3; position: relative; min-height: 400px; padding: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .hero-multi--short .slide .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .hero-multi--short .slide .text { min-height: 300px; padding: 60px 25px; } }
@media (min-width: 1200px) { .hero-multi--short .slide .text .text-inner { max-width: 70%; } }
.hero-multi--short .graphic svg { width: 33%; top: -13%; }
@media (max-width: 767px) { .hero-multi--short .graphic svg { width: 110%; transform: translate(40%, -8%); } }
.hero-multi .event-cta { display: none; position: absolute; right: 0; bottom: 0; width: 480px; padding: 40px; border-top-left-radius: 10px; z-index: 5; }
@media (max-width: 767px) { .hero-multi .event-cta { width: auto; left: 0; padding: 30px 20px; } }
.hero-multi .event-cta.show { display: block; }
.hero-multi .event-cta .close-event-btn { position: absolute; top: 44px; right: 44px; z-index: 2; cursor: pointer; }
@media (max-width: 767px) { .hero-multi .event-cta .close-event-btn { top: 34px; right: 20px; } }
.hero-multi .event-cta.event-cta--background-white { background: white; }
.hero-multi .event-cta.event-cta--background-white .close-event-btn .fa-icon { fill: #4C667E; }
.hero-multi .event-cta.event-cta--background-white .image:before { background: linear-gradient(90deg, #eaeaea 0%, white 25%, rgba(255, 255, 255, 0.4) 100%); }
.hero-multi .event-cta.event-cta--background-white .subtitle { color: #4C667E; }
.hero-multi .event-cta.event-cta--background-white h4, .hero-multi .event-cta.event-cta--background-white .content p { color: #555; }
.hero-multi .event-cta.event-cta--background-white .text-button { color: #4C667E !important; }
.hero-multi .event-cta.event-cta--background-white .text-button .fa-icon { fill: #4C667E !important; }
.hero-multi .event-cta.event-cta--background-blue { background: #4C667E; }
.hero-multi .event-cta.event-cta--background-blue .close-event-btn .fa-icon { fill: #78A9CC; }
.hero-multi .event-cta.event-cta--background-blue .image:before { background: linear-gradient(90deg, #4c667e 0%, #4c667e 25%, rgba(76, 102, 126, 0.4) 100%); }
.hero-multi .event-cta.event-cta--background-blue .subtitle { color: #78A9CC; }
.hero-multi .event-cta.event-cta--background-blue h4, .hero-multi .event-cta.event-cta--background-blue .content p { color: white; }
.hero-multi .event-cta.event-cta--background-green { background: #4492AA; }
.hero-multi .event-cta.event-cta--background-green .close-event-btn .fa-icon { fill: white; }
.hero-multi .event-cta.event-cta--background-green .image:before { background: linear-gradient(90deg, #4492aa 0%, #4492aa 25%, rgba(68, 146, 170, 0.4) 100%); }
.hero-multi .event-cta.event-cta--background-green .subtitle { color: #ADADAD; }
.hero-multi .event-cta.event-cta--background-green h4, .hero-multi .event-cta.event-cta--background-green .content p { color: white; }
.hero-multi .event-cta.event-cta--background-green .text-button { color: white; }
.hero-multi .event-cta.event-cta--background-green .text-button .fa-icon { fill: white; }
.hero-multi .event-cta .image { overflow: hidden; border-top-left-radius: 10px; }
.hero-multi .event-cta .image img { opacity: .4; }
.hero-multi .event-cta .image:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: transparent; z-index: 1; }
.hero-multi .event-cta .text-wrap { position: relative; z-index: 1; }
.hero-multi .event-cta * + h4 { margin-top: 9px; }
.hero-multi .event-cta .button-wrap { margin-top: 26px; }
@media (max-width: 767px) { .hero-multi .event-cta .button-wrap { margin-top: 7px; } }
.hero-multi .event-cta .button-wrap .text-button, .hero-multi .event-cta .button-wrap .button { margin-top: 0; }

.sign-up-drawer { position: fixed; left: 0; right: 0; top: 0; bottom: 0; overflow: auto; z-index: -1; opacity: 0; visibility: hidden; transition: all .5s ease; z-index: 1001 !important; }
body.show-sign-up-drawer .sign-up-drawer { opacity: 1; visibility: visible; -webkit-overflow-scrolling: touch; }
body.show-sign-up-drawer .sign-up-drawer .drawer-inner { transform: translate(-50%, -50%); }
.sign-up-drawer .sign-up-drawer-overlay { content: ""; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #000; opacity: .8; }
.sign-up-drawer .drawer-inner { width: 100%; max-width: 470px; padding: 50px 70px; background: #213747; border-radius: 10px; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -60%); transition: transform .4s ease; }
@media (max-width: 767px) { .sign-up-drawer .drawer-inner { max-width: none; padding: 50px; top: 0; bottom: 0; left: 0; right: 0; transform: translate(0, 0) !important; border-radius: 0; display: flex; align-items: center; justify-content: center; }
  .sign-up-drawer .drawer-inner .newsletter-widget { width: 100%; } }
.sign-up-drawer .drawer-inner .newsletter-title h2 { color: #78A9CC; }
.sign-up-drawer .drawer-inner .newsletter-title .description { font-size: 1.3rem; margin-top: 7px; }
.sign-up-drawer .drawer-inner form { margin-top: 33px; }
.sign-up-drawer .drawer-inner form .single-checkbox { margin-top: 15px; }
.sign-up-drawer .drawer-inner form .single-checkbox label { font-size: 1.2rem !important; font-weight: 400; }
.sign-up-drawer .drawer-inner form .single-checkbox label p { margin-bottom: 0; }
.sign-up-drawer .drawer-inner form .single-checkbox label p a { font-weight: 400; }
.sign-up-drawer .drawer-inner form .form-group--button { margin-bottom: 0; }
.sign-up-drawer .drawer-inner form .form-group--button .button { margin-top: 15px; }
.sign-up-drawer .drawer-inner .success-message { color: white; }
.sign-up-drawer .sign-up-btn { position: absolute; top: 26px; right: 46px; z-index: 1; }
@media (max-width: 767px) { .sign-up-drawer .sign-up-btn { top: 6px; right: 26px; } }
.sign-up-drawer .sign-up-btn .fa-icon { height: auto; width: 2.4rem; margin-right: 0; }

.img-zoom .image { overflow: hidden; background: black; }
.img-zoom .image .img { transition: all 1s ease; -webkit-transform: scale(1); transform: scale(1); backface-visibility: hidden; -webkit-backface-visibility: hidden; }
body.nonTouchDevice .img-zoom:hover .image .img { opacity: .85; -webkit-transform: scale(1.1); transform: scale(1.1); }

.link-zoom-img .image, .link-zoom-img .video-mask { transition: all .65s ease; }
.link-zoom-img.hover .image, .link-zoom-img.hover .video-mask { -webkit-transform: scale(1.15); transform: scale(1.15); }

.animate-layer { width: 100%; height: 100%; }
@media (max-width: 991px) { .animate-layer { transform: none !important; } }

[data-show-move-left] { visibility: hidden; opacity: 0; -webkit-transform: translate(30px, 0); transform: translate(30px, 0); -moz-transition: all 0.75s ease; -o-transition: all 0.75s ease; -ms-transition: all 0.75s ease; -webkit-transition: all 0.75s ease; transition: all 0.75s ease; }
@media (max-width: 767px) { [data-show-move-left] { -webkit-transform: translate(0, 40px); transform: translate(0, 40px); -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } }
[data-show-move-left].scroll-show { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-move-up] { visibility: hidden; opacity: 0; -webkit-transform: translate(0, 40px); transform: translate(0, 40px); -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
[data-show-move-up].scroll-show { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-move-down] { visibility: hidden; opacity: 0; -webkit-transform: translate(0, -40px); transform: translate(0, -40px); -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
[data-show-move-down].scroll-show { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

[data-show-fade] { visibility: hidden; opacity: 0; -moz-transition: all 0.75s ease; -o-transition: all 0.75s ease; -ms-transition: all 0.75s ease; -webkit-transition: all 0.75s ease; transition: all 0.75s ease; }
[data-show-fade].scroll-show { visibility: visible; opacity: 1; }

@media (min-width: 992px) { [data-show-delay] { transition-delay: .3s !important; } }

@media (min-width: 992px) { [data-show-delay-multi]:nth-child(2) { -moz-transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
  [data-show-delay-multi]:nth-child(3) { -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
  [data-show-delay-multi]:nth-child(4) { -moz-transition-delay: 0.4s; -o-transition-delay: 0.4s; -ms-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
  [data-show-delay-multi]:nth-child(5) { -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; -ms-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
  [data-show-delay-multi]:nth-child(6) { -moz-transition-delay: 0.6s; -o-transition-delay: 0.6s; -ms-transition-delay: 0.6s; -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }
  [data-show-delay-multi]:nth-child(7) { -moz-transition-delay: 0.7s; -o-transition-delay: 0.7s; -ms-transition-delay: 0.7s; -webkit-transition-delay: 0.7s; transition-delay: 0.7s; }
  [data-show-delay-multi]:nth-child(8) { -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; -ms-transition-delay: 0.8s; -webkit-transition-delay: 0.8s; transition-delay: 0.8s; } }

@media (min-width: 1200px) { .breadcrumb-wrap { width: 140%; } }
@media (max-width: 767px) { .breadcrumb-wrap { display: none; } }
body.wb-404-2 .breadcrumb-wrap { display: none; }
.breadcrumb-wrap .breadcrumbs { margin: 0; padding: 0; list-style: none; display: flex; }
.breadcrumb-wrap .breadcrumbs li { font-weight: 500; color: #ADADAD; }
.breadcrumb-wrap .breadcrumbs li:not(:last-child):after { content: ""; display: inline-block; background-image: url(../img/chevron-right.svg); width: .9rem; height: 1.4rem; background-size: contain; margin: 0 15px; vertical-align: middle; }
.breadcrumb-wrap .breadcrumbs li a { font-weight: 400; color: #ADADAD; border-bottom: 1px solid transparent; }
body.nonTouchDevice .breadcrumb-wrap .breadcrumbs li a:hover { border-color: inherit; }
.breadcrumb-wrap + h1, .breadcrumb-wrap + .h1, .breadcrumb-wrap + h2, .breadcrumb-wrap + .h2, .breadcrumb-wrap + h3, .breadcrumb-wrap + .h3, .breadcrumb-wrap + h4, .breadcrumb-wrap + .h4, .breadcrumb-wrap + h5, .breadcrumb-wrap + .h5, .breadcrumb-wrap + h6, .breadcrumb-wrap + .h6 { margin: 12px 0 0; }

.masthead-slider + .text + .breadcrumb-wrap > .breadcrumbs li, .masthead-slider + .text + .breadcrumb-wrap > .breadcrumbs li a { font-weight: 500; color: #ADADAD; }

.button { margin-top: 35px; padding: 15px 28px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; position: relative; color: white; background: #4C667E; border-radius: 5px; transition: all .25s ease; font-size: 1.6rem; }
@media (max-width: 767px) { .button { margin-top: 25px; } }
.button:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: transparent; background: linear-gradient(90deg, #4c667e 0%, #213747 100%); opacity: 0; transition: all .25s ease; border-radius: 5px; }
.button span { position: relative; z-index: 1; display: flex; align-items: center; }
.button .fa-icon { position: relative; top: 1px; fill: white; margin-left: 13px; height: 1.6rem; z-index: 1; transition: all .25s ease; }
body.nonTouchDevice .button:hover .fa-icon { transform: translateX(6px); }
body.nonTouchDevice .button:hover:after { opacity: 1; }
.button-light { background: #4492AA; }
.button-light:after { background: linear-gradient(90deg, #4492aa 0%, #51667c 100%); }
.button-orange { background: #BA7D2B; }
.button-orange:after { background: linear-gradient(90deg, #ba7d2b 0%, #ba7d2b 100%); }

.text-button { position: relative; display: inline-block; margin-top: 28px; color: #4C667E; }
@media (max-width: 767px) { .text-button { margin-top: 18px; } }
.text-button span { position: relative; z-index: 1; display: flex; align-items: center; }
.text-button .fa-icon { position: relative; top: 1px; fill: #4C667E; margin-left: 13px; height: 1.6rem; z-index: 1; transition: all .25s ease; }
.text-button-light { color: #78A9CC; }
.text-button-light .fa-icon { fill: #78A9CC; }
.text-button-tertiary { color: #78A9CC !important; }
.text-button-tertiary .fa-icon { fill: #78A9CC !important; }
body.nonTouchDevice .text-button:hover .fa-icon { transform: translateX(6px); }

.card { display: flex; overflow: hidden; border-radius: 10px; }
.card .card-image { position: relative; overflow: hidden; }
.card .card-image .img, .card .card-image .video-mask { position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: transform .5s ease; }
.card .card-text { flex: 1; position: relative; padding: 40px; }
@media (max-width: 767px) { .card .card-text { padding: 30px; } }
.card .card-text:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #4C667E; background: linear-gradient(196deg, #4c667e 0%, #213747 100%); opacity: 0; transition: all .5s ease; }
.card .card-text .card-text-inner { z-index: 1; position: relative; }
.card .card-text h2, .card .card-text p, .card .card-text .text-button, .card .card-text .fa-icon { transition: all .5s ease; }
.card .card-text.bg-grey p, .card .card-text.bg-white p { color: #555; }
.card .card-text.bg-secondary:before { background: #EAEAEA; }
.card.card-portrait { flex-direction: column; }
.card.card-portrait .card-image { height: 200px; }
@media (max-width: 767px) { .card.card-portrait .card-image { height: 180px; } }
@media (max-width: 767px) { .card.card-landscape { flex-direction: column; } }
.card.card-landscape .card-image { width: 220px; }
@media (max-width: 767px) { .card.card-landscape .card-image { width: 100%; height: 180px; } }
@media (max-width: 991px) { .card.card-lg { flex-direction: column; } }
.card.card-lg .card-image { width: 400px; }
@media (max-width: 991px) { .card.card-lg .card-image { width: 100%; height: 300px; } }
@media (max-width: 767px) { .card.card-lg .card-image { height: 220px; } }
.card.card-lg .card-text { padding: 80px; }
@media (max-width: 767px) { .card.card-lg .card-text { padding: 40px; } }

body.nonTouchDevice a.card:hover .card-text h2, body.nonTouchDevice a.card:hover .card-text p, body.nonTouchDevice a.card:hover .card-text .text-button { color: white; }
body.nonTouchDevice a.card:hover .card-text .text-button .fa-icon { fill: white; }
body.nonTouchDevice a.card:hover .card-text:before { opacity: 1; }
body.nonTouchDevice a.card:hover .card-text.bg-secondary h2, body.nonTouchDevice a.card:hover .card-text.bg-secondary .text-button { color: #4C667E; }
body.nonTouchDevice a.card:hover .card-text.bg-secondary p { color: #555; }
body.nonTouchDevice a.card:hover .card-text.bg-secondary .text-button .fa-icon { fill: #4C667E; }
body.nonTouchDevice a.card.card-portrait:hover .card-image .img, body.nonTouchDevice a.card.card-portrait:hover .card-image .video-mask { -webkit-transform: scale(1.1); transform: scale(1.1); }

.gdpr_lightbox { background: rgba(0, 0, 0, 0.8) !important; }

#moove_gdpr_cookie_info_bar { width: auto !important; border-radius: 10px; left: 20px !important; max-width: 810px !important; }
@media (min-width: 768px) and (max-width: 991px) { #moove_gdpr_cookie_info_bar { width: 80% !important; } }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar { left: 10px !important; right: 10px !important; } }
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom { bottom: 20px !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom { bottom: 10px !important; } }
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme { background-color: #555555 !important; border-top: 0 !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container { padding: 30px !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content { padding: 0 !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a { font-size: 1.6rem !important; line-height: 3rem !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a { font-size: 1.4rem; line-height: 2.6rem !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a { font-weight: 700; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton { border-radius: 5px !important; border: 0 !important; box-shadow: none !important; padding: 20px 30px !important; font-size: 1.6rem !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton { width: 100%; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-settings-btn { order: 1 !important; opacity: 1 !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-settings-btn:hover { background-color: transparent !important; color: white !important; opacity: .5 !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-allow-all { position: relative; order: 2 !important; padding-right: 50px !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-allow-all span { position: relative; z-index: 1; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-allow-all:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: transparent; background: linear-gradient(90deg, #4c667e 0%, #213747 100%); opacity: 0; transition: all .25s ease; border-radius: 5px; z-index: -1; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-allow-all:after { content: "" !important; display: block !important; position: absolute; right: 28px; top: 50%; transform: translateY(-50%); background-image: url(../icons/thin/chevron-right.svg); width: 1rem; height: 1.7rem; background-size: contain; filter: invert(1); transition: all .25s ease; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-allow-all:hover { background-color: transparent !important; color: white !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-allow-all:hover:before { opacity: 1; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .moove-gdpr-infobar-allow-all:hover:after { transform: translate(6px, -50%); }

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content { transform: none !important; padding-top: 30px !important; border-radius: 0 !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-content { padding-top: 15px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-right-content { background: white !important; border-radius: 0 !important; padding: 0 0 130px !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-right-content { padding: 0 0 80px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-title, body #moove_gdpr_cookie_modal .main-modal-content, body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { padding: 0 80px !important; }
@media (min-width: 768px) and (max-width: 991px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-title, body #moove_gdpr_cookie_modal .main-modal-content, body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { padding: 0 60px !important; } }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-title, body #moove_gdpr_cookie_modal .main-modal-content, body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { padding: 0 30px !important; } }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-title { height: 60px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-title, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main { margin-bottom: 0 !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-title .tab-title, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .tab-title { font-size: 2rem !important; font-family: "Satoshi", sans-serif !important; font-weight: 700 !important; letter-spacing: 0 !important; color: #4C667E !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-title .tab-title, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .tab-title { font-size: 1.5rem !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content p, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content a { color: #555 !important; font-size: 1.6rem !important; line-height: 3rem !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content p, body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content a { font-size: 1.4rem !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover { text-decoration: none !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main + .moove-gdpr-tab-main { padding-top: 30px; border-top: 1px solid #ddd; }
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main + .moove-gdpr-tab-main .moove-gdpr-tab-main-content { padding-top: 10px; }
@media (max-width: 991px) { body #moove_gdpr_cookie_modal .moove-gdpr-tab-main:first-child .moove-gdpr-tab-main-content { padding-right: 0 !important; } }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap { margin-top: 5px !important; margin-bottom: 0 !important; } }
body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch .cookie-slider { background-color: #ba7d2b; }
body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch .cookie-slider:after { color: #ba7d2b; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { background: #EAEAEA !important; border-radius: 0 !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { height: 80px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder { padding: 0 !important; width: 100% !important; justify-content: space-between !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton { padding: 15px 35px !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content:before { content: none !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-branding-cnt, body #moove_gdpr_cookie_modal .moove-gdpr-company-logo-holder { display: none !important; }

#ui-datepicker-div { background: #4C667E; padding: 20px 30px; border: none; width: 100%; max-width: 300px; z-index: 99 !important; display: none; }
@media (max-width: 767px) { #ui-datepicker-div { max-width: 275px; left: 50% !important; transform: translateX(-50%) !important; } }
#ui-datepicker-div * { color: white !important; text-align: center; }
#ui-datepicker-div .ui-datepicker-header { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 5px; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-year { font-size: 1.4rem; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title { border-bottom: 1px solid; }
#ui-datepicker-div .ui-datepicker-header a { opacity: 1; cursor: pointer; background: none !important; }
#ui-datepicker-div .ui-datepicker-header a:before { content: ''; background-size: contain; width: 18px; height: 18px; display: block; filter: invert(1); }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev:before { background: url("../icons/regular/angle-left.svg") no-repeat; background-position: left center; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next { order: 3; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:before { background: url("../icons/regular/angle-right.svg") no-repeat; background-position: right center; }
#ui-datepicker-div .ui-datepicker-header a span { display: none; }
#ui-datepicker-div .ui-datepicker-header select { padding: 0 15px 0 0 !important; height: 32px; background: transparent !important; color: white; font-family: "Satoshi", sans-serif; font-size: 1.6rem; border: 0; border-radius: 0; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAW0lEQVQImXWPwQmAMBRDn+KlB6+O4pSCWxTcoRM4hWdnECIRLUXaQPif5F3SSTqACbioawDOHkhAAMaG3SUk2avaWsx8oB0rrLOnL0F7KyD/ufOY/4T9vXNOgBsi5nUKn/r7/wAAAABJRU5ErkJggg==") !important; background-size: 10px auto !important; background-position: right center !important; background-repeat: no-repeat !important; -moz-appearance: none; -webkit-appearance: none; appearance: none; cursor: pointer; }
#ui-datepicker-div table { width: 100%; margin: 0; font-size: 1.6rem; }
#ui-datepicker-div table th { padding: 15px 0 10px; text-transform: uppercase; }
#ui-datepicker-div table td { background: none !important; }
#ui-datepicker-div table td span, #ui-datepicker-div table td a { line-height: 2; }
#ui-datepicker-div table td.ui-state-disabled span, #ui-datepicker-div table td.ui-state-disabled a { opacity: .5; }
#ui-datepicker-div table td a { position: relative; background: none !important; }
#ui-datepicker-div table td a:before { content: ''; position: absolute; left: 50%; top: 50%; z-index: -1; width: 30px; height: 30px; border-radius: 50%; opacity: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all .25s ease; }
#ui-datepicker-div table td a:hover:before { opacity: 1; background: #394c5e; }
#ui-datepicker-div table td a.ui-state-active { color: #4C667E !important; opacity: 1; }
#ui-datepicker-div table td a.ui-state-active:before { opacity: 1; background: white; }

.fancybox-is-open .fancybox-bg { opacity: 1; }

.fancybox-bg { background: rgba(0, 0, 0, 0.9); }

.fancybox-is-modal .fancybox-content { padding: 0; }
.fancybox-is-modal .fancybox-slide { padding: 40px !important; }
@media (max-width: 767px) { .fancybox-is-modal .fancybox-slide { padding: 20px !important; } }

.fancybox-slide { padding: 120px 13vw !important; }
@media (max-width: 991px) { .fancybox-slide { padding: 0 !important; } }

.fancybox-infobar { top: 60px; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); mix-blend-mode: normal; font-family: "Satoshi", sans-serif; font-size: 1.4rem; color: white; }

.fancybox-caption { bottom: 60px; padding: 0 !important; margin: 0 !important; background: none !important; color: white; font-size: 1.6rem; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); }

.fancybox-navigation .fancybox-button { height: 60px; width: 60px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0 !important; background: none; }
@media (max-width: 991px) { .fancybox-navigation .fancybox-button { display: none; } }
.fancybox-navigation .fancybox-button div { padding: 0; }
.fancybox-navigation .fancybox-button i { font-size: 50px; color: #4C667E; }
.fancybox-navigation .fancybox-button--arrow_left { left: 5vw; }
.fancybox-navigation .fancybox-button--arrow_right { right: 5vw; }

.fancybox-button--close { top: 20px; right: 20px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: none; }
.fancybox-button--close i { font-size: 30px; color: #4C667E; }

.form-group { position: relative; }
.form-group:not(.form-subtitle):not(.form-description):not(.single-checkbox):not(.check-input):not(.file-upload):not(.form_validation_container):not(.form-group--button):not(.form-divider) { background: white; padding: 4px 20px 8px; border-radius: 5px; }
.form-group:not(.form-subtitle):not(.form-description):not(.single-checkbox):not(.check-input):not(.file-upload):not(.form_validation_container):not(.form-group--button):not(.form-divider) input { color: #213747; }
.form-group:not(.form-subtitle):not(.form-description):not(.single-checkbox):not(.check-input):not(.file-upload):not(.form_validation_container):not(.form-group--button):not(.form-divider) .warning { top: 0; bottom: 0; left: 0; right: 0; background: white; border-radius: 5px; border: 3px solid #ba7d2b; align-items: flex-end; padding: 12px 18px; }
.form-group:not(.form-subtitle):not(.form-description):not(.single-checkbox):not(.check-input):not(.file-upload):not(.form_validation_container):not(.form-group--button):not(.form-divider) .warning.show { display: flex !important; }
.form-group .label { font-size: 1.2rem; font-weight: 500; color: #78A9CC; position: relative; z-index: 10; }

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, .select-wrap, .file-upload { outline: 0; width: 100%; border-radius: 0; border: 0 solid #EAEAEA; color: #555; background: #fff; box-shadow: none !important; font-size: 1.6rem; font-weight: 500; height: auto; filter: none !important; padding: 0 0 !important; transition: border-color .3s ease; -webkit-appearance: none; }
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .select-wrap::-webkit-input-placeholder, .file-upload::-webkit-input-placeholder { color: rgba(85, 85, 85, 0.65); opacity: 1; }
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, .select-wrap:-moz-placeholder, .file-upload:-moz-placeholder { color: rgba(85, 85, 85, 0.65); opacity: 1; }
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, .select-wrap::-moz-placeholder, .file-upload::-moz-placeholder { color: rgba(85, 85, 85, 0.65); opacity: 1; }
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, .select-wrap:-ms-input-placeholder, .file-upload:-ms-input-placeholder { color: rgba(85, 85, 85, 0.65); opacity: 1; }
@media (max-width: 767px) { input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, .select-wrap, .file-upload { height: auto; padding: 0 0 !important; } }
input[type="text"].edge-autofilled, input[type="text"].edge-autoSuggestFieldFilled, input[type="email"].edge-autofilled, input[type="email"].edge-autoSuggestFieldFilled, input[type="number"].edge-autofilled, input[type="number"].edge-autoSuggestFieldFilled, input[type="tel"].edge-autofilled, input[type="tel"].edge-autoSuggestFieldFilled, input[type="password"].edge-autofilled, input[type="password"].edge-autoSuggestFieldFilled, textarea.edge-autofilled, textarea.edge-autoSuggestFieldFilled, .select-wrap.edge-autofilled, .select-wrap.edge-autoSuggestFieldFilled, .file-upload.edge-autofilled, .file-upload.edge-autoSuggestFieldFilled { background: #fff !important; }
input[type="text"]::-ms-clear, input[type="email"]::-ms-clear, input[type="number"]::-ms-clear, input[type="tel"]::-ms-clear, input[type="password"]::-ms-clear, textarea::-ms-clear, .select-wrap::-ms-clear, .file-upload::-ms-clear { display: none; }

textarea { resize: none; height: 160px; line-height: 3rem; overflow: auto; padding: 0 !important; -webkit-appearance: none; }
@media (max-width: 767px) { textarea { height: 120px; padding: 0 !important; } }

/* Restyle webkit autofill  */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-text-fill-color: #555; -webkit-box-shadow: 0 0 0px 1000px #fff inset; box-shadow: 0 0 0px 1000px #fff inset !important; transition: background-color 50000s ease-in-out 0s; }

.select-wrap .fa-icon, .date-picker-wrap .fa-icon { z-index: 2; position: absolute; top: 50%; right: 0; pointer-events: none; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .select-wrap .fa-icon, .date-picker-wrap .fa-icon { right: 0; } }

.select-wrap { position: relative; overflow: hidden; padding: 0 !important; color: rgba(85, 85, 85, 0.75); }
.select-wrap select { position: relative; z-index: 2; padding: 0 0; height: calc(auto - 0); cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; background: transparent; border: 0; }
.select-wrap select:focus::-ms-value { background-color: transparent; color: #555; }
.select-wrap select::-ms-expand { display: none; }
@-moz-document url-prefix() { .select-wrap select { text-indent: -2px; } }

@media (max-width: 767px) { .select-wrap select { padding: 0 0; height: calc(auto - 0); } }
.select-wrap .fa-icon { height: 18px; }

.date-picker-wrap { position: relative; border: 0 solid #EAEAEA; }
.date-picker-wrap input { cursor: pointer; border: 0; }
.date-picker-wrap input::-ms-clear { display: none !important; }
.date-picker-wrap .fa-icon { height: 16px; }

.radio-check-list { margin: 0; padding: 0; list-style: none; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; width: 28px; margin: 0; padding: 0; opacity: 0; position: absolute !important; }
input[type="checkbox"] + label, input[type="radio"] + label { position: relative; display: flex; align-items: center; line-height: 1.4 !important; min-height: 28px; color: #555; font-size: 1.6rem !important; font-weight: 500; cursor: pointer; padding: 0 0 0 43px !important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
input[type="checkbox"] + label:after, input[type="checkbox"] + label:before, input[type="radio"] + label:after, input[type="radio"] + label:before { position: absolute; content: ''; transition: all .2s ease; }
input[type="checkbox"] + label:before, input[type="radio"] + label:before { width: 28px; height: 28px; border: 0 solid #EAEAEA; border-radius: 50%; background: white; left: 0; top: 50%; transform: translateY(-50%); }
.bg-secondary input[type="checkbox"] + label, .bg-secondary input[type="radio"] + label { color: white !important; }
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background: #78A9CC; }
input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after { opacity: 1; }

/* checkbox checked icon */
input[type=checkbox] + label:after { color: white; left: 14px; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 14px; height: 14px; background: url("../img/check.svg") no-repeat; background-size: contain; opacity: 0; }
input[type=checkbox]:checked + label:after { filter: invert(1); }

/* radio checked icon */
input[type=radio] + label:after, input[type=radio] + label:before { border-radius: 50%; }
input[type=radio] + label:after { width: 28px; height: 28px; position: absolute; left: 0; top: 50%; transform: translateY(-50%) scale(0.43); opacity: 0; background: #213747; }
input[type=radio]:checked + label:after { background: white; }

/* radio/checkbox hover and selected styles */
.checkbox-cont:hover input[type=radio] + label:after, .checkbox-cont:hover input[type=checkbox] + label:after, .single-checkbox:hover input[type=checkbox] + label:after { opacity: 1; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

.file-upload { background: none; }
.file-upload, .file-upload * { position: relative; cursor: pointer; }
.file-upload label { display: none; }
.file-upload input { z-index: 2; width: 100%; height: 60px; opacity: 0; }
@media (max-width: 767px) { .file-upload input { height: 140px; } }
body.nonTouchDevice .file-upload input:hover + .fake-input .button .fa-icon { margin-left: 33px; }
body.nonTouchDevice .file-upload input:hover + .fake-input .button:after { opacity: 1; }
.file-upload .fake-input { display: flex; z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; line-height: calc(auto - 0); color: #555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 0; padding-right: 0 !important; }
@media (max-width: 767px) { .file-upload .fake-input { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-left: 0; line-height: calc(auto - 0); } }
.file-upload .fake-input > span { background: white; height: 60px; width: 100%; border-radius: 5px; margin-left: 20px; padding: 10px 28px; display: flex; align-items: center; }
@media (max-width: 767px) { .file-upload .fake-input > span { margin-left: 0; order: 1; } }
.file-upload .fake-input .button { margin-top: 0; }
@media (max-width: 767px) { .file-upload .fake-input .button { order: 2; margin-top: 20px; } }
.file-upload .remove { display: none; z-index: 4; position: absolute; right: 20px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .file-upload .remove { top: 30px; } }
.file-upload .remove .fa-icon { width: 14px; height: auto; }
.file-upload .remove .fa-icon path { fill: #78A9CC; }
.file-upload.filled { border-color: #4C667E !important; }
.file-upload.filled .remove { display: flex; }

.form-complete { position: relative; }
.form-complete form { pointer-events: none !important; }

.success-message { display: block; position: absolute; padding: 0 25px; text-align: center; font-size: 2rem; color: #4C667E; left: 0; right: 0; top: 50%; max-width: 720px; margin: 0 auto !important; -webkit-transform: translateY(-50%); transform: translateY(-50%); transition: all .2s ease; }
@media (max-width: 767px) { .success-message { font-size: 1.8rem; } }

.hamburger { width: 24px; height: 18px; cursor: pointer; position: relative; -webkit-tap-highlight-color: transparent; }
@media (max-width: 767px) { .hamburger { width: 28px; height: 22px; } }
.hamburger-line { height: 2px; position: absolute; right: 0; left: 0; background-color: white; transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); border-radius: 10px; }
.hamburger-line-top { top: 0; transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345); }
.hamburger-line-middle { top: 8px; transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345); }
@media (max-width: 767px) { .hamburger-line-middle { top: 10px; } }
.hamburger-line-bottom { bottom: 0; transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345); }
.hamburger.open .hamburger-line-top, .hamburger.open:hover .hamburger-line-top { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); top: -2px; left: 1px; width: 20px; }
@media (max-width: 767px) { .hamburger.open .hamburger-line-top, .hamburger.open:hover .hamburger-line-top { width: 17px; } }
.hamburger.open .hamburger-line-middle, .hamburger.open:hover .hamburger-line-middle { opacity: 0; }
.hamburger.open .hamburger-line-bottom, .hamburger.open:hover .hamburger-line-bottom { -webkit-transform: rotateZ(-45deg); transform: rotateZ(-45deg); width: 20px; }
@media (max-width: 767px) { .hamburger.open .hamburger-line-bottom, .hamburger.open:hover .hamburger-line-bottom { width: 17px; } }

body.nonTouchDevice .mob-menu-btn:hover .hamburger .hamburger-line-middle { right: 6px; }
body.nonTouchDevice .mob-menu-btn:hover .hamburger .hamburger-line-bottom { right: 12px; }

.fa-icon { width: auto; height: 2rem; }
.fa-icon path { transition: fill .25s ease; }
.fa-icon[data-fill="primary"] path { fill: #4C667E; }
.fa-icon[data-fill="secondary"] path { fill: #213747; }
.fa-icon[data-fill="dark"] path { fill: #4C667E; }
.fa-icon[data-fill="light"] path { fill: #78A9CC; }
.fa-icon[data-fill="white"] path { fill: white; }
.fa-icon[data-fill="grey"] path { fill: #ADADAD; }

.standard-widget ul, .standard-widget ol, .faq-widget ul, .faq-widget ol, .image-text-widget ul, .image-text-widget ol, .image-text-fullwidth-widget ul, .image-text-fullwidth-widget ol, .tabs-widget ul, .tabs-widget ol, .rich-text-widget ul, .rich-text-widget ol, .call-to-action-widget ul, .call-to-action-widget ol, .screenshot-widget ul, .screenshot-widget ol, .widget-title ul, .widget-title ol { list-style: none; padding-left: 0; }
.standard-widget ul li, .standard-widget ol li, .faq-widget ul li, .faq-widget ol li, .image-text-widget ul li, .image-text-widget ol li, .image-text-fullwidth-widget ul li, .image-text-fullwidth-widget ol li, .tabs-widget ul li, .tabs-widget ol li, .rich-text-widget ul li, .rich-text-widget ol li, .call-to-action-widget ul li, .call-to-action-widget ol li, .screenshot-widget ul li, .screenshot-widget ol li, .widget-title ul li, .widget-title ol li { padding: 5px 0 5px 25px; position: relative; text-align: left !important; }
.standard-widget ul li:before, .standard-widget ol li:before, .faq-widget ul li:before, .faq-widget ol li:before, .image-text-widget ul li:before, .image-text-widget ol li:before, .image-text-fullwidth-widget ul li:before, .image-text-fullwidth-widget ol li:before, .tabs-widget ul li:before, .tabs-widget ol li:before, .rich-text-widget ul li:before, .rich-text-widget ol li:before, .call-to-action-widget ul li:before, .call-to-action-widget ol li:before, .screenshot-widget ul li:before, .screenshot-widget ol li:before, .widget-title ul li:before, .widget-title ol li:before { position: absolute; left: 0; }
.standard-widget ul li:before, .faq-widget ul li:before, .image-text-widget ul li:before, .image-text-fullwidth-widget ul li:before, .tabs-widget ul li:before, .rich-text-widget ul li:before, .call-to-action-widget ul li:before, .screenshot-widget ul li:before, .widget-title ul li:before { content: ''; top: 2rem; width: 4px; height: 4px; background: #ba7d2b; border-radius: 50%; transform: translateY(-50%); }
@media (max-width: 767px) { .standard-widget ul li:before, .faq-widget ul li:before, .image-text-widget ul li:before, .image-text-fullwidth-widget ul li:before, .tabs-widget ul li:before, .rich-text-widget ul li:before, .call-to-action-widget ul li:before, .screenshot-widget ul li:before, .widget-title ul li:before { top: 1.8rem; } }
.standard-widget ol, .faq-widget ol, .image-text-widget ol, .image-text-fullwidth-widget ol, .tabs-widget ol, .rich-text-widget ol, .call-to-action-widget ol, .screenshot-widget ol, .widget-title ol { counter-reset: ol-counter; }
.standard-widget ol li, .faq-widget ol li, .image-text-widget ol li, .image-text-fullwidth-widget ol li, .tabs-widget ol li, .rich-text-widget ol li, .call-to-action-widget ol li, .screenshot-widget ol li, .widget-title ol li { counter-increment: ol-counter; }
.standard-widget ol li:before, .faq-widget ol li:before, .image-text-widget ol li:before, .image-text-fullwidth-widget ol li:before, .tabs-widget ol li:before, .rich-text-widget ol li:before, .call-to-action-widget ol li:before, .screenshot-widget ol li:before, .widget-title ol li:before { content: counter(ol-counter) "."; color: #ba7d2b; }
.standard-widget.bg-extra ul li:before, .faq-widget.bg-extra ul li:before, .image-text-widget.bg-extra ul li:before, .image-text-fullwidth-widget.bg-extra ul li:before, .tabs-widget.bg-extra ul li:before, .rich-text-widget.bg-extra ul li:before, .call-to-action-widget.bg-extra ul li:before, .screenshot-widget.bg-extra ul li:before, .widget-title.bg-extra ul li:before { background: #fff; }
.standard-widget.bg-extra ol li:before, .faq-widget.bg-extra ol li:before, .image-text-widget.bg-extra ol li:before, .image-text-fullwidth-widget.bg-extra ol li:before, .tabs-widget.bg-extra ol li:before, .rich-text-widget.bg-extra ol li:before, .call-to-action-widget.bg-extra ol li:before, .screenshot-widget.bg-extra ol li:before, .widget-title.bg-extra ol li:before { color: #fff; }

.modal-link { opacity: 0; display: none; }

.modal-pop { display: none; position: relative; width: 100%; max-width: 1040px; background: #fff; }
.modal-pop .text { position: relative; padding: 80px; flex: 1; }
@media (max-width: 767px) { .modal-pop .text { padding: 40px 30px; } }
.modal-pop .image { position: relative; width: 50%; }
@media (max-width: 991px) { .modal-pop .image { width: 100%; display: none; } }
@media (min-width: 768px) and (max-width: 991px) { .modal-pop .image { padding-top: 65%; } }
@media (max-width: 767px) { .modal-pop .image { padding-top: 90%; } }
.modal-pop .image .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.modal-pop .modal-close-btn { position: absolute; z-index: 100; position: absolute; top: 0; right: 0; width: 60px; height: 60px; cursor: pointer; }
@media (max-width: 767px) { .modal-pop .modal-close-btn { width: 50px; height: 50px; } }

.notification { position: fixed; cursor: pointer; top: 0; left: 0; right: 0; z-index: 9999; text-align: center; padding: 20px; font-size: 2rem; color: white; background-color: #ba7d2b; -webkit-transform: translate(0, -101%); transform: translate(0, -101%); }
@media (max-width: 767px) { .notification { padding: 15px; font-size: 1.6rem; } }
.notification, .notification * { transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; }
.notification:after { content: 'Got it'; line-height: 1; text-align: center; position: absolute; left: 50%; bottom: 50%; opacity: 0; transition: all .2s ease-in-out; -webkit-transform: translate(-50%, 200%); transform: translate(-50%, 200%); }
.notification.show { -webkit-transform: translate(0, 0); transform: translate(0, 0); transition: all .2s ease-in-out; }
.notification.show:hover p { -webkit-transform: translate(0, -100%); transform: translate(0, -100%); opacity: 0; }
.notification.show:hover:after { -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); opacity: 1; }

.error-tooltip { text-align: center; position: absolute; width: 30px; height: 30px; background: #ba7d2b; left: -40px; top: 50%; opacity: 0; z-index: 99; transition: all .2s ease; -webkit-transform: translateY(-50%) scale(0, 0); transform: translateY(-50%) scale(0, 0); }
@media (max-width: 767px) { .error-tooltip { width: 20px; height: 20px; left: -25px; } }
.error-tooltip svg { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 10px; height: auto; fill: white; }
@media (max-width: 767px) { .error-tooltip svg { width: 8px; } }
.error-tooltip:after { content: ''; position: absolute; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #ba7d2b; right: -5px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.error-tooltip.show { opacity: 1; -webkit-transform: translateY(-50%) scale(1, 1); transform: translateY(-50%) scale(1, 1); }

.warning { display: none; color: #ba7d2b; font-size: 1.6rem; font-weight: 500; line-height: 1; }
@media (max-width: 767px) { .warning { font-size: 1.4rem; } }
.warning.show { position: absolute; left: 0; bottom: -20px; }
@media (max-width: 767px) { .warning.show { bottom: -15px; } }

.pagination { margin-top: 80px; }
@media (max-width: 767px) { .pagination { margin-top: 60px; } }
.pagination ul.page-numbers { margin: 0; padding: 0; list-style: none; display: flex; justify-content: center; align-items: center; width: 100%; }
.pagination ul.page-numbers li.prev-li, .pagination ul.page-numbers li.next-li { margin: 0 15px; }
.pagination ul.page-numbers li.prev-li .prev, .pagination ul.page-numbers li.prev-li .next, .pagination ul.page-numbers li.prev-li .disabled, .pagination ul.page-numbers li.next-li .prev, .pagination ul.page-numbers li.next-li .next, .pagination ul.page-numbers li.next-li .disabled { display: flex; }
body.nonTouchDevice .pagination ul.page-numbers li.prev-li .prev:hover .fa-icon path, body.nonTouchDevice .pagination ul.page-numbers li.prev-li .next:hover .fa-icon path, body.nonTouchDevice .pagination ul.page-numbers li.prev-li .disabled:hover .fa-icon path, body.nonTouchDevice .pagination ul.page-numbers li.next-li .prev:hover .fa-icon path, body.nonTouchDevice .pagination ul.page-numbers li.next-li .next:hover .fa-icon path, body.nonTouchDevice .pagination ul.page-numbers li.next-li .disabled:hover .fa-icon path { fill: #4492AA; }
.pagination ul.page-numbers li.prev-li .fa-icon, .pagination ul.page-numbers li.next-li .fa-icon { height: 1.6rem; }
.pagination ul.page-numbers li.prev-li div.disabled, .pagination ul.page-numbers li.next-li div.disabled { pointer-events: none; }
.pagination ul.page-numbers li.prev-li div.disabled .fa-icon path, .pagination ul.page-numbers li.next-li div.disabled .fa-icon path { fill: #EAEAEA; }
.pagination ul.page-numbers li.number-li a, .pagination ul.page-numbers li.number-li span { color: #ADADAD; padding: 5px 10px; margin: 0 7px; display: block; position: relative; border-radius: 5px; font-weight: 500; }
body.nonTouchDevice .pagination ul.page-numbers li.number-li a:hover { color: #4492AA; }
.pagination ul.page-numbers li.number-li span.current { color: white; background: #4492AA; }

.spinner { margin: 0 auto; width: 70px; text-align: center; position: absolute; top: 50%; left: 50%; transition: all 0.1s ease; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.spinner > div { width: 10px; height: 10px; background-color: #fff; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both; animation: sk-bouncedelay 1s infinite ease-in-out both; }
.spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
.spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); }
  40% { -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
  40% { -webkit-transform: scale(1); transform: scale(1); } }
table:not(.ui-datepicker-calendar):not(.shop_table) { border-spacing: 0; width: 100%; border-collapse: separate; }
table:not(.ui-datepicker-calendar):not(.shop_table) th, table:not(.ui-datepicker-calendar):not(.shop_table) td { text-align: left; padding: 25px 40px; min-width: 200px; }
@media (max-width: 991px) { table:not(.ui-datepicker-calendar):not(.shop_table) th, table:not(.ui-datepicker-calendar):not(.shop_table) td { padding: 20px; } }
table:not(.ui-datepicker-calendar):not(.shop_table) th { color: white; background: #213747; font-weight: 500; }
table:not(.ui-datepicker-calendar):not(.shop_table) tr:nth-child(odd) { background: rgba(234, 234, 234, 0.5); }
table:not(.ui-datepicker-calendar):not(.shop_table) tr:nth-child(even) { background: rgba(234, 234, 234, 0.25); }
table:not(.ui-datepicker-calendar):not(.shop_table) tr:first-child th:first-child { position: relative; border-top-left-radius: 10px; }
table:not(.ui-datepicker-calendar):not(.shop_table) tr:first-child th:last-child { position: relative; border-top-right-radius: 10px; }
table:not(.ui-datepicker-calendar):not(.shop_table) tr:last-child td:first-child { position: relative; border-bottom-left-radius: 10px; }
table:not(.ui-datepicker-calendar):not(.shop_table) tr:last-child td:last-child { position: relative; border-bottom-right-radius: 10px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 0; font-family: "Satoshi", sans-serif; letter-spacing: 0; color: #4C667E; }

h1, .h1 { font-size: 4.5rem; font-weight: 400; line-height: 6rem; }
@media (max-width: 767px) { h1, .h1 { font-size: 3rem; line-height: 5rem; } }

h2, .h2 { font-size: 3.5rem; font-weight: 500; line-height: 5rem; }
@media (max-width: 767px) { h2, .h2 { font-size: 2rem; line-height: 4rem; } }

h3, .h3 { font-size: 2.8rem; font-weight: 400; line-height: 4.2rem; }
@media (max-width: 767px) { h3, .h3 { font-size: 1.9rem; line-height: 3.2rem; } }

h4, .h4 { font-size: 2rem; font-weight: 700; line-height: 3.4rem; }
@media (max-width: 767px) { h4, .h4 { font-size: 1.8rem; line-height: 2.6rem; } }

h5, .h5 { font-size: 1.6rem; font-weight: 500; line-height: 2.6rem; }
@media (max-width: 767px) { h5, .h5 { font-size: 1.5rem; line-height: 2.3rem; } }

h6, .h6 { font-size: 1.4rem; font-weight: 700; line-height: 2.4rem; color: #78A9CC; }
@media (max-width: 767px) { h6, .h6 { font-size: 1.3rem; line-height: 2.2rem; } }

.subtitle { font-weight: 500; color: #ADADAD; }
.subtitle + h1, .subtitle + .h1, .subtitle + h2, .subtitle + .h2, .subtitle + h3, .subtitle + .h3, .subtitle + h4, .subtitle + .h4, .subtitle + h5, .subtitle + .h5, .subtitle + h6, .subtitle + .h6 { margin: 12px 0 0; }

* + ul, * + ol, * + dl, * + p, * + blockquote, * + table, * + .description { margin: 26px 0 0; }
@media (max-width: 767px) { * + ul, * + ol, * + dl, * + p, * + blockquote, * + table, * + .description { margin: 20px 0 0; } }
* + h1, * + .h1, * + h2, * + .h2, * + h3, * + .h3, * + h4, * + .h4, * + h5, * + .h5, * + h6, * + .h6 { margin: 35px 0 0; }

.video-mask { z-index: 0; position: relative; width: 100%; height: 100%; background: black; }
.video-mask iframe { z-index: 0; pointer-events: none; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.video-mask .img { z-index: 1 !important; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all .2s ease-in-out; }
.video-mask .img.video-ready { opacity: 0; }
.video-mask--absolute { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

@media (min-width: 768px) { .video-mobile-image { display: none; } }


.widget-container.sitemap-widget + .sitemap-widget { padding-top: 0 !important; margin-top: 60px; }
@media (max-width: 767px) { .widget-container.sitemap-widget + .sitemap-widget { margin-top: 40px; } }
.widget-container.sitemap-widget ul { margin: 0; padding: 0; list-style: none; }
.widget-container.sitemap-widget h3 + .sitemap-list { margin-top: 40px; }
.widget-container.sitemap-widget .sitemap-list > li { padding: 25px 0; border-bottom: 1px solid #EAEAEA; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li { padding: 15px 0; } }
.widget-container.sitemap-widget .sitemap-list > li:first-child { padding-top: 0; }
.widget-container.sitemap-widget .sitemap-list > li > a { font-size: 1.6rem; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li > a { font-size: 1.5rem; } }
.widget-container.sitemap-widget .sitemap-list > li a { display: block; padding: 3px 0; color: #4C667E; }
body.nonTouchDevice .widget-container.sitemap-widget .sitemap-list > li a:hover { color: #4C667E; }
.widget-container.sitemap-widget .sitemap-list > li ul { margin-top: 15px; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul { margin-top: 5px; } }
.widget-container.sitemap-widget .sitemap-list > li ul li { position: relative; }
.widget-container.sitemap-widget .sitemap-list > li ul li a { padding-left: 25px; font-size: 1.6rem; color: #555; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul li a { padding-left: 20px; font-size: 1.4rem; } }
.widget-container.sitemap-widget .sitemap-list > li ul li a:before { content: "-"; position: absolute; left: 0; top: 2px; }
.widget-container.sitemap-widget .sitemap-list > li ul li ul { margin: 5px 0; padding-left: 25px; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul li ul { padding-left: 20px; } }

.filter-category-links { margin-bottom: 80px; }
@media (max-width: 767px) { .filter-category-links { margin-bottom: 60px; } }
.filter-category-links .toggle-filters { padding-bottom: 15px; border-bottom: 1px solid #EAEAEA; }
.filter-category-links .toggle-filters .fa-icon { height: 1.5rem; }
.filter-category-links .toggle-filters.active .fa-icon { -webkit-transform: scaleY(-1); transform: scaleY(-1); }
@media (max-width: 767px) { .filter-category-links .category-links-wrap { display: none; } }
@media (min-width: 768px) { .filter-category-links .category-links-wrap { display: block !important; } }
.filter-category-links .category-links { margin-left: 30px; margin-right: 30px; }
@media (max-width: 767px) { .filter-category-links .category-links { margin: 0; width: 100%; } }
.filter-category-links .category-links a { color: #ADADAD; font-weight: 500; padding: 5px 10px; margin: 0 10px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
@media (max-width: 767px) { .filter-category-links .category-links a { margin: 0; width: 100%; } }
.filter-category-links .category-links a.selected { border-radius: 5px; color: white !important; background: #4492AA; }
body.nonTouchDevice .filter-category-links .category-links a:hover { color: #4492AA; }

.news-listing { position: relative; }
.news-listing .news-list { margin: -20px; }
@media (max-width: 767px) { .news-listing .news-list { margin: -10px; } }
.news-listing .news-list article { padding: 20px; }
@media (max-width: 767px) { .news-listing .news-list article { padding: 10px; } }

.widget-container { position: relative; width: 100%; }

.widget-container--grid.bg-default + .bg-default, .widget-container--grid.bg-grey + .bg-grey, .widget-container--grid.bg-primary + .bg-primary, .widget-container--grid.bg-secondary + .bg-secondary, .widget-container--grid.bg-tertiary + .bg-tertiary, .widget-container--grid.bg-extra + .bg-extra { padding-top: 0 !important; }

.widget-title { text-align: center; margin: 0 auto 75px; max-width: 800px; }
@media (max-width: 767px) { .widget-title { margin-bottom: 30px; } }
.widget-title * + p { margin-top: 32px; }

@media (max-width: 767px) { .button-wrap { display: table; margin-left: 0; } }
@media (max-width: 767px) { .button-wrap a { display: block; } }
.button-wrap a + a { margin-left: 40px; }
@media (max-width: 767px) { .button-wrap a + a { margin-left: 0; } }

.contact-widget { position: relative; /* Send animation for button */ }
@media (min-width: 768px) and (max-width: 1199px) { .contact-widget { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .contact-widget { padding-left: 25px; padding-right: 25px; } }
.contact-widget .container-fluid { border-radius: 10px; padding: 80px 160px; }
@media (min-width: 768px) and (max-width: 1199px) { .contact-widget .container-fluid { padding: 60px 80px; } }
@media (max-width: 767px) { .contact-widget .container-fluid { padding: 40px 25px; } }
.contact-widget .container-fluid.bg-secondary .success-message { color: white; }
.contact-widget .contact-wrap h1, .contact-widget .contact-wrap .h1, .contact-widget .contact-wrap h2, .contact-widget .contact-wrap .h2, .contact-widget .contact-wrap h3, .contact-widget .contact-wrap .h3, .contact-widget .contact-wrap h4, .contact-widget .contact-wrap .h4, .contact-widget .contact-wrap h5, .contact-widget .contact-wrap .h5, .contact-widget .contact-wrap h6, .contact-widget .contact-wrap .h6 { color: #78A9CC; }
.contact-widget .contact-wrap .widget-title { margin-bottom: 25px; }
.contact-widget .contact-wrap .widget-title * + p { margin-top: 15px; }
.contact-widget .contact-wrap form .flex-list { margin: 0 auto; max-width: 960px; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-box-pack: space-between; -ms-flex-pack: space-between; justify-content: space-between; }
.contact-widget .contact-wrap form .form-group { width: 100%; margin: 10px 0; /* Remove margin when description or checks follow subtitle */ /* Extra margin above subtitle, description fields */ /* Radio/checkbox style */ }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group { margin: 10px 0; } }
@media (min-width: 768px) { .contact-widget .contact-wrap form .form-group.half-input { width: calc(50% - 10px); } }
.contact-widget .contact-wrap form .form-group.filled input, .contact-widget .contact-wrap form .form-group.filled textarea, .contact-widget .contact-wrap form .form-group.filled .select-wrap, .contact-widget .contact-wrap form .form-group.filled .date-picker-wrap { border-color: #4C667E; color: #555; }
.contact-widget .contact-wrap form .form-group.one-column .radio-check-list .checkbox-cont { width: 100%; }
.contact-widget .contact-wrap form .form-group.dropdown .select-wrap { position: static; }
.contact-widget .contact-wrap form .form-group.dropdown .select-wrap .fa-icon { width: 12px; right: 20px; }
.contact-widget .contact-wrap form .form-group.dropdown .select-wrap .fa-icon path { fill: #78A9CC; }
.contact-widget .contact-wrap form .form-group.datepicker .date-picker-wrap { position: static; }
.contact-widget .contact-wrap form .form-group.datepicker .date-picker-wrap .fa-icon { width: 14px; right: 20px; }
.contact-widget .contact-wrap form .form-group.datepicker .date-picker-wrap .fa-icon path { fill: #78A9CC; }
.contact-widget .contact-wrap form .form-group.text-area { margin-top: 50px; margin-bottom: 50px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group.text-area { margin-top: 30px; margin-bottom: 30px; } }
.contact-widget .contact-wrap form .form-group.check-input { border-bottom: 1px solid #ADADAD; padding-top: 25px; padding-bottom: 45px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group.check-input { padding-top: 5px; padding-bottom: 25px; } }
.contact-widget .contact-wrap form .form-group.check-input .warning { bottom: 25px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group.check-input .warning { bottom: 10px; } }
.contact-widget .contact-wrap form .form-group.form-divider hr { margin: 0; }
.contact-widget .contact-wrap form .form-group.single-checkbox { border-bottom: 1px solid #ADADAD; padding-top: 25px; padding-bottom: 45px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group.single-checkbox { padding-top: 5px; padding-bottom: 25px; } }
.contact-widget .contact-wrap form .form-group.single-checkbox .warning.show { left: 43px; bottom: 15px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group.single-checkbox .warning.show { display: none !important; } }
.contact-widget .contact-wrap form .form-group.single-checkbox .error-tooltip { margin-top: -10px; }
.contact-widget .contact-wrap form .form-group.form-subtitle, .contact-widget .contact-wrap form .form-group.form-description { text-align: center; }
.contact-widget .contact-wrap form .form-group.form-subtitle + .form-description, .contact-widget .contact-wrap form .form-group.form-subtitle + .check-input, .contact-widget .contact-wrap form .form-group.form-description + .form-description, .contact-widget .contact-wrap form .form-group.form-description + .check-input { margin-top: 0 !important; }
.contact-widget .contact-wrap form .form-group + .form-subtitle, .contact-widget .contact-wrap form .form-group + .form-description, .contact-widget .contact-wrap form .form-group + .form-divider { margin-top: 50px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group + .form-subtitle, .contact-widget .contact-wrap form .form-group + .form-description, .contact-widget .contact-wrap form .form-group + .form-divider { margin-top: 20px; } }
.contact-widget .contact-wrap form .form-group .radio-check-list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.contact-widget .contact-wrap form .form-group .radio-check-list .checkbox-cont { margin: 15px 0; width: calc(50% - 10px); }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-group .radio-check-list .checkbox-cont { margin: 10px 0; width: 100%; } }
.contact-widget .contact-wrap form .form-group .radio-check-list .checkbox-cont:only-child { width: 100% !important; }
.contact-widget .contact-wrap form .border-input + .form-footer { border-top: 1px solid #ADADAD; padding-top: 60px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .border-input + .form-footer { padding-top: 40px; } }
.contact-widget .contact-wrap form .form-footer { margin-top: 50px; }
@media (max-width: 767px) { .contact-widget .contact-wrap form .form-footer { margin-top: 30px; flex-wrap: wrap; } }
.contact-widget .contact-wrap form .form-footer.no-privacy-checkbox > .button { margin: 0; }
.contact-widget .contact-wrap form .form-footer .single-checkbox { margin: 0; width: auto; border: none; padding-top: 0; padding-bottom: 0; }
.contact-widget .contact-wrap form .form-footer .single-checkbox input + label { font-size: 1.2rem !important; font-weight: 400; }
.contact-widget .contact-wrap form .form-footer .single-checkbox input + label p a { font-weight: 400; }
.contact-widget .contact-wrap form .form-footer .single-checkbox .error-tooltip { margin-top: 0; }
.contact-widget .contact-wrap form .form-footer .button .spinner { opacity: 0; }
.contact-widget .contact-widget-sending { position: relative; }
.contact-widget .contact-widget-sending .button span { opacity: 0 !important; }
.contact-widget .contact-widget-sending .button .spinner { opacity: 1 !important; }

.cta-columns-widget .layout-one { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 0px 0px; grid-template-areas: "Large Small-1" "Large Small-2"; }
@media (max-width: 767px) { .cta-columns-widget .layout-one { display: block; } }
@media (max-width: 767px) { .cta-columns-widget .layout-one .flex-col { min-height: 260px !important; } }
.cta-columns-widget .layout-one .flex-col:first-child { grid-area: Large; min-height: 100vh; }
.cta-columns-widget .layout-one .flex-col:nth-child(2) { grid-area: Small-1; }
.cta-columns-widget .layout-one .flex-col:nth-child(3) { grid-area: Small-2; }
.cta-columns-widget .layout-two .flex-col { min-height: 405px; }
@media (max-width: 767px) { .cta-columns-widget .layout-two .flex-col { min-height: 260px; } }
.cta-columns-widget .flex-col { position: relative; padding: 0; }
@media (max-width: 767px) { .cta-columns-widget .flex-col { width: 100%; padding: 0; } }
.cta-columns-widget .flex-col .image { overflow: hidden; }
.cta-columns-widget .flex-col .image .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.cta-columns-widget .flex-col .text { z-index: 2; position: relative; padding: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .cta-columns-widget .flex-col .text { padding: 60px; } }
@media (max-width: 767px) { .cta-columns-widget .flex-col .text { padding: 25px; } }
.cta-columns-widget .flex-col .text .subtitle { color: white !important; }

.ctas-widget .flex-list { margin: -20px; }
@media (max-width: 767px) { .ctas-widget .flex-list { margin: -10px 0; } }
.ctas-widget .flex-col { margin: 20px; }
@media (max-width: 767px) { .ctas-widget .flex-col { margin: 10px 0; width: 100% !important; } }
.ctas-widget .flex-col.card-landscape .video-wrap { overflow: hidden; border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.ctas-widget .flex-col.card-portrait .video-wrap { overflow: hidden; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.ctas-widget--two .flex-col { width: calc(50% - 40px); }
@media (max-width: 1199px) { .ctas-widget--two .flex-col { width: calc(100% - 40px); } }
.ctas-widget--three .flex-col { width: calc(33.33% - 40px); }
@media (min-width: 768px) and (max-width: 991px) { .ctas-widget--three .flex-col { width: calc(50% - 40px); } }

.call-to-action-widget { padding-left: 40px; padding-right: 40px; }
@media (max-width: 767px) { .call-to-action-widget { padding-left: 20px; padding-right: 20px; } }
.call-to-action-widget .flex-list { margin: -20px; }
@media (max-width: 767px) { .call-to-action-widget .flex-list { margin: -10px; } }
.call-to-action-widget .flex-list .cta { position: relative; width: calc(100% / 4 - 40px); background: #EAEAEA; border-radius: 10px; margin: 20px; padding: 30px 30px 60px; overflow: hidden; }
@media (min-width: 992px) and (max-width: 1199px) { .call-to-action-widget .flex-list .cta { width: calc(100% / 3 - 40px); } }
@media (min-width: 768px) and (max-width: 991px) { .call-to-action-widget .flex-list .cta { width: calc(100% / 2 - 40px); } }
@media (max-width: 767px) { .call-to-action-widget .flex-list .cta { width: calc(100% - 20px); margin: 10px; } }
.call-to-action-widget .flex-list .cta:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #4C667E; background: linear-gradient(196deg, #4c667e 0%, #213747 100%); opacity: 0; transition: all .5s ease; }
.call-to-action-widget .flex-list .cta .text { position: relative; z-index: 1; }
.call-to-action-widget .flex-list .cta .icon { position: relative; width: 180px; height: 103.92px; background-color: #fff; margin: 51.96px 0; transition: all .5s ease-in-out; }
.call-to-action-widget .flex-list .cta .icon:before, .call-to-action-widget .flex-list .cta .icon:after { content: ""; position: absolute; width: 0; border-left: 90px solid transparent; border-right: 90px solid transparent; transition: all .5s ease-in-out; }
.call-to-action-widget .flex-list .cta .icon:before { bottom: 100%; border-bottom: 51.96px solid #fff; }
.call-to-action-widget .flex-list .cta .icon:after { top: 100%; width: 0; border-top: 51.96px solid #fff; }
.call-to-action-widget .flex-list .cta .icon .fa-icon { height: 11rem; position: relative; z-index: 2; }
.call-to-action-widget .flex-list .cta .icon .fa-icon path { transition: all .5s ease-in-out; }
.call-to-action-widget .flex-list .cta .icon.is--svg .fa-icon path { fill: none !important; stroke: #78A9CC; }
.call-to-action-widget .flex-list .cta .icon.is--icon .fa-icon path { fill: #78A9CC; }
.call-to-action-widget .flex-list .cta .icon + .text { margin-top: 26px; }
body.nonTouchDevice .call-to-action-widget .flex-list a.cta:hover { color: white; }
body.nonTouchDevice .call-to-action-widget .flex-list a.cta:hover:before { opacity: 1; }
body.nonTouchDevice .call-to-action-widget .flex-list a.cta:hover .subtitle, body.nonTouchDevice .call-to-action-widget .flex-list a.cta:hover h4 { color: white; }
body.nonTouchDevice .call-to-action-widget .flex-list a.cta:hover .text-button { color: white; }
body.nonTouchDevice .call-to-action-widget .flex-list a.cta:hover .text-button .fa-icon path { fill: white; }
body.nonTouchDevice .call-to-action-widget .flex-list a.cta:hover .icon { background-color: #78A9CC; }
body.nonTouchDevice .call-to-action-widget .flex-list a.cta:hover .icon:before { border-bottom-color: #78A9CC; }
body.nonTouchDevice .call-to-action-widget .flex-list a.cta:hover .icon:after { border-top-color: #78A9CC; }
body.nonTouchDevice .call-to-action-widget .flex-list a.cta:hover .icon.is--svg .fa-icon path { fill: none !important; stroke: white; }
body.nonTouchDevice .call-to-action-widget .flex-list a.cta:hover .icon.is--icon .fa-icon path { fill: white; }

.alt-call-to-action-widget { padding-left: 40px; padding-right: 40px; }
@media (max-width: 767px) { .alt-call-to-action-widget { padding-left: 20px; padding-right: 20px; } }
.alt-call-to-action-widget .flex-list { margin: -20px; }
@media (max-width: 767px) { .alt-call-to-action-widget .flex-list { margin: -10px; } }
.alt-call-to-action-widget .flex-list .cta { position: relative; width: calc(100% / 2 - 40px); background: #EAEAEA; border-radius: 10px; margin: 20px; padding: 20px 30px; overflow: hidden; }
@media (max-width: 767px) { .alt-call-to-action-widget .flex-list .cta { width: calc(100% - 20px); margin: 10px; } }
.alt-call-to-action-widget .flex-list .cta:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #4C667E; background: linear-gradient(196deg, #4c667e 0%, #213747 100%); opacity: 0; transition: all .5s ease; }
.alt-call-to-action-widget .flex-list .cta .text { position: relative; z-index: 1; flex: 2; margin-left: 20px; }
.alt-call-to-action-widget .flex-list .cta .text .text-button { margin-top: 0; }
body.nonTouchDevice .alt-call-to-action-widget .flex-list .cta .text .text-button:hover .fa-icon { margin-left: 13px; }
.alt-call-to-action-widget .flex-list .cta .icon { position: relative; width: 70px; height: 40px; background-color: #fff; margin: 20px 0; transition: all .5s ease-in-out; }
.alt-call-to-action-widget .flex-list .cta .icon:before, .alt-call-to-action-widget .flex-list .cta .icon:after { content: ""; position: absolute; width: 0; border-left: 35px solid transparent; border-right: 35px solid transparent; transition: all .5s ease-in-out; }
.alt-call-to-action-widget .flex-list .cta .icon:before { bottom: 100%; border-bottom: 20px solid #fff; }
.alt-call-to-action-widget .flex-list .cta .icon:after { top: 100%; width: 0; border-top: 20px solid #fff; }
.alt-call-to-action-widget .flex-list .cta .icon .fa-icon { height: 2.2rem; }
.alt-call-to-action-widget .flex-list .cta .icon .fa-icon path { fill: #78A9CC; transition: all .5s ease-in-out; }
body.nonTouchDevice .alt-call-to-action-widget .flex-list a.cta:hover { color: white; }
body.nonTouchDevice .alt-call-to-action-widget .flex-list a.cta:hover:before { opacity: 1; }
body.nonTouchDevice .alt-call-to-action-widget .flex-list a.cta:hover .subtitle, body.nonTouchDevice .alt-call-to-action-widget .flex-list a.cta:hover h4 { color: white; }
body.nonTouchDevice .alt-call-to-action-widget .flex-list a.cta:hover .text-button { color: white; }
body.nonTouchDevice .alt-call-to-action-widget .flex-list a.cta:hover .text-button .fa-icon path { fill: white; }
body.nonTouchDevice .alt-call-to-action-widget .flex-list a.cta:hover .icon { background-color: #78A9CC; }
body.nonTouchDevice .alt-call-to-action-widget .flex-list a.cta:hover .icon:before { border-bottom-color: #78A9CC; }
body.nonTouchDevice .alt-call-to-action-widget .flex-list a.cta:hover .icon:after { border-top-color: #78A9CC; }
body.nonTouchDevice .alt-call-to-action-widget .flex-list a.cta:hover .icon .fa-icon path { fill: white; }

.doc-down-list-widget .widget-title { text-align: left; margin: 0 0 33px; }
.doc-down-list-widget .section + .section { margin-top: 74px; }
.doc-down-list-widget a { display: flex; margin: 25px 0; width: 100%; cursor: pointer; }
.doc-down-list-widget a h4 { flex: 1; margin-top: 0; margin-left: 20px; transition: color .2s ease-in-out; }
body.nonTouchDevice .doc-down-list-widget a:hover h4 { color: #78A9CC; }

.doc-down-blocks-widget .flex-list { justify-content: center; margin: -20px; }
@media (max-width: 767px) { .doc-down-blocks-widget .flex-list { margin: -10px; } }
.doc-down-blocks-widget .flex-list.row-show--one a { width: 100%; }
.doc-down-blocks-widget .flex-list.row-show--two a { width: calc(100% / 2 - 40px); }
@media (max-width: 991px) { .doc-down-blocks-widget .flex-list.row-show--two a { width: 100%; } }
.doc-down-blocks-widget .flex-list.row-show--five a { width: calc(100% / 5 - 40px); }
@media (min-width: 992px) and (max-width: 1199px) { .doc-down-blocks-widget .flex-list.row-show--five a { width: calc(100% / 4 - 40px); } }
@media (min-width: 768px) and (max-width: 991px) { .doc-down-blocks-widget .flex-list.row-show--five a { width: calc(100% / 3 - 40px); } }
@media (max-width: 767px) { .doc-down-blocks-widget .flex-list.row-show--five a { width: 100%; } }
.doc-down-blocks-widget .flex-list.row-show--five a .inner { flex-direction: column; justify-content: flex-start; text-align: center; padding-top: 30px; padding-bottom: 30px; }
.doc-down-blocks-widget .flex-list.row-show--five a .text { flex-direction: column; }
.doc-down-blocks-widget .flex-list.row-show--five a .text h4 { margin-top: 25px; margin-bottom: 20px; margin-left: 0; }
.doc-down-blocks-widget .flex-list a { position: relative; margin: 20px; overflow: hidden; }
.doc-down-blocks-widget .flex-list a .inner { position: relative; padding: 16px 30px; background: #EAEAEA; border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; }
@media (max-width: 767px) { .doc-down-blocks-widget .flex-list a .inner { flex-direction: column; justify-content: flex-start; text-align: center; padding-top: 30px; padding-bottom: 30px; } }
.doc-down-blocks-widget .flex-list a .inner:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #4C667E; background: linear-gradient(196deg, #4c667e 0%, #213747 100%); opacity: 0; transition: all .5s ease; }
.doc-down-blocks-widget .flex-list a .text { position: relative; z-index: 1; align-items: center; }
@media (max-width: 767px) { .doc-down-blocks-widget .flex-list a .text { flex-direction: column; } }
.doc-down-blocks-widget .flex-list a .text h4 { margin-top: 0; margin-left: 20px; flex: 1; }
@media (max-width: 767px) { .doc-down-blocks-widget .flex-list a .text h4 { margin-top: 25px; margin-bottom: 20px; margin-left: 0; } }
.doc-down-blocks-widget .flex-list a .icon { position: relative; width: 70px; height: 40px; background-color: #4C667E; margin: 20px 0; transition: all .5s ease-in-out; }
.doc-down-blocks-widget .flex-list a .icon:before, .doc-down-blocks-widget .flex-list a .icon:after { content: ""; position: absolute; width: 0; border-left: 35px solid transparent; border-right: 35px solid transparent; transition: all .5s ease-in-out; }
.doc-down-blocks-widget .flex-list a .icon:before { bottom: 100%; border-bottom: 20px solid #4C667E; }
.doc-down-blocks-widget .flex-list a .icon:after { top: 100%; width: 0; border-top: 20px solid #4C667E; }
.doc-down-blocks-widget .flex-list a .icon .fa-icon { height: 2rem; }
.doc-down-blocks-widget .flex-list a .icon .fa-icon path { transition: all .5s ease-in-out; }
.doc-down-blocks-widget .flex-list a .download.fa-icon { position: relative; z-index: 1; width: 1.4rem; }
.doc-down-blocks-widget .flex-list a .download.fa-icon path { transition: all .5s ease-in-out; }
body.nonTouchDevice .doc-down-blocks-widget .flex-list a:hover { color: white; }
body.nonTouchDevice .doc-down-blocks-widget .flex-list a:hover .inner:before { opacity: 1; }
body.nonTouchDevice .doc-down-blocks-widget .flex-list a:hover h4 { color: white; }
body.nonTouchDevice .doc-down-blocks-widget .flex-list a:hover .download.fa-icon path { fill: white; }
body.nonTouchDevice .doc-down-blocks-widget .flex-list a:hover .icon { background-color: #78A9CC; }
body.nonTouchDevice .doc-down-blocks-widget .flex-list a:hover .icon:before { border-bottom-color: #78A9CC; }
body.nonTouchDevice .doc-down-blocks-widget .flex-list a:hover .icon:after { border-top-color: #78A9CC; }

.link-list-widget .widget-title { text-align: left; margin: 0 0 33px; }
.link-list-widget .section + .section { margin-top: 74px; }
.link-list-widget a { display: flex; margin: 25px 0; width: 100%; cursor: pointer; }
.link-list-widget a .fa-icon { width: 1.8rem; height: auto; }
.link-list-widget a h4 { flex: 1; margin-top: 0; margin-left: 20px; transition: color .2s ease-in-out; }
body.nonTouchDevice .link-list-widget a:hover h4 { color: #78A9CC; }

.faq-widget { padding: 120px 160px; }
@media (min-width: 992px) and (max-width: 1199px) { .faq-widget { padding-left: 120px; padding-right: 120px; } }
@media (min-width: 768px) and (max-width: 991px) { .faq-widget { padding: 100px 60px; } }
@media (max-width: 767px) { .faq-widget { padding: 60px 25px; } }
.faq-widget > .container-fluid { padding: 80px 160px; background: #EAEAEA; border-radius: 10px; }
@media (min-width: 992px) and (max-width: 1199px) { .faq-widget > .container-fluid { padding-left: 80px; padding-right: 80px; } }
@media (min-width: 768px) and (max-width: 991px) { .faq-widget > .container-fluid { padding: 60px; } }
@media (max-width: 767px) { .faq-widget > .container-fluid { padding: 25px; } }
.faq-widget .accordion .accordion-group { position: relative; background: #fff; border-radius: 10px; }
.faq-widget .accordion .accordion-group:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; background: transparent linear-gradient(249deg, #213747 0%, #4C667E 100%); border-radius: 10px; -moz-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; -webkit-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; }
.faq-widget .accordion .accordion-group + .accordion-group { margin-top: 30px; }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group + .accordion-group { margin-top: 20px; } }
.faq-widget .accordion .accordion-group .accordion-btn, .faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { position: relative; z-index: 1; padding: 30px; }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-btn, .faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding: 20px; } }
.faq-widget .accordion .accordion-group .accordion-btn { color: #4C667E; font-family: "Satoshi", sans-serif; font-size: 1.6rem; width: 100%; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-btn { font-size: 1.5rem; } }
.faq-widget .accordion .accordion-group .accordion-btn h4 { padding-right: 40px; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
@media (min-width: 768px) and (max-width: 991px) { .faq-widget .accordion .accordion-group .accordion-btn h4 { padding-right: 20px; } }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-btn h4 { font-size: 1.6rem; line-height: 2.2rem; padding-right: 10px; } }
.faq-widget .accordion .accordion-group .accordion-btn .fa-icon { position: relative; top: 4px; width: 2.5rem; flex-shrink: 0; transition: all .2s ease; }
@media (max-width: 767px) { .faq-widget .accordion .accordion-group .accordion-btn .fa-icon { width: 2rem; } }
body.nonTouchDevice .faq-widget .accordion .accordion-group .accordion-btn:hover { color: #4C667E; }
body.nonTouchDevice .faq-widget .accordion .accordion-group .accordion-btn:hover .fa-icon { fill: #4C667E; }
.faq-widget .accordion .accordion-group .accordion-content { height: 0; overflow: hidden; transition: all .3s ease; }
.faq-widget .accordion .accordion-group .accordion-content .accordion-content-inner { padding-top: 0; transition: color .1s ease; }
body.nonTouchDevice .faq-widget .accordion .accordion-group:hover h4 { color: white; }
body.nonTouchDevice .faq-widget .accordion .accordion-group:hover:before { opacity: 1; }
body.nonTouchDevice .faq-widget .accordion .accordion-group:hover .accordion-btn .fa-icon path { fill: white; }
.faq-widget .accordion .accordion-group.active h4 { color: white; }
.faq-widget .accordion .accordion-group.active ul li:before { background: white; }
.faq-widget .accordion .accordion-group.active:before { opacity: 1; }
.faq-widget .accordion .accordion-group.active .accordion-btn .fa-icon { transform: scaleY(-1); }
.faq-widget .accordion .accordion-group.active .accordion-btn .fa-icon path { fill: white; }
.faq-widget .accordion .accordion-group.active .accordion-content { height: auto; }
.faq-widget .accordion .accordion-group.active .accordion-content-inner { color: white; }
.faq-widget .button.view-more { margin-top: 30px; width: 100%; text-align: left; justify-content: flex-start; font-size: 2rem; font-weight: 700; line-height: 3.4rem; padding: 30px; }
@media (max-width: 767px) { .faq-widget .button.view-more { margin-top: 20px; font-size: 1.8rem; line-height: 2.6rem; padding: 20px; } }
.faq-widget .button.view-more span { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.faq-widget .button.view-more span .fa-icon { top: 0; }

.image-slider-widget .widget-slider .slide { height: 100vh; min-height: 600px; overflow: hidden; }
.image-slider-widget .widget-slider .slide .image, .image-slider-widget .widget-slider .slide .video-mask { z-index: 1; }
.image-slider-widget .widget-slider .slide .text { z-index: 2; position: relative; padding: 36px; }
.image-slider-widget .widget-slider .slide .text .text-inner { max-width: 60%; }
@media (max-width: 991px) { .image-slider-widget .widget-slider .slide .text .text-inner { max-width: none; } }
.image-slider-widget .widget-slider .slide .text .description { font-size: 1.4rem; font-weight: 700; }
.image-slider-widget .widget-slider .slick-arrow svg { fill: white; }

.image-text-fullwidth-widget .text { position: relative; width: 50%; padding: 160px 120px; overflow: hidden; }
@media (min-width: 768px) and (max-width: 1199px) { .image-text-fullwidth-widget .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 991px) { .image-text-fullwidth-widget .text { width: 100% !important; } }
@media (max-width: 767px) { .image-text-fullwidth-widget .text { padding: 80px 25px; } }
.image-text-fullwidth-widget .text .text-inner { position: relative; z-index: 5; }
.image-text-fullwidth-widget.bg-secondary .graphic { opacity: .1; }
.image-text-fullwidth-widget.bg-secondary .graphic svg path { fill: #000000; }
.image-text-fullwidth-widget.bg-default .graphic { opacity: .06; }
.image-text-fullwidth-widget.bg-default .graphic svg path { fill: #ADADAD; }
.image-text-fullwidth-widget.bg-grey .graphic { opacity: .03; }
.image-text-fullwidth-widget.bg-grey .graphic svg path { fill: #000000; }
.image-text-fullwidth-widget.image-text-fullwidth-widget--right .graphic { transform: translate(-22%, -25%); }
.image-text-fullwidth-widget.image-text-fullwidth-widget--left .graphic { transform: translate(22%, -25%); }
.image-text-fullwidth-widget .image-wrap { position: relative; overflow: hidden; width: 50%; }
@media (max-width: 991px) { .image-text-fullwidth-widget .image-wrap { width: 100%; height: 65vw; } }
@media (max-width: 767px) { .image-text-fullwidth-widget .image-wrap { height: 90vw; } }
@media (min-width: 992px) { .image-text-fullwidth-widget--right .flex-list { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

@media (min-width: 1200px) { .screenshot-widget .container-fluid { padding-left: 150px; padding-right: 150px; } }
.screenshot-widget .screenshot { position: relative; display: flex; padding: 12px; border-radius: 15px; background: #EAEAEA; border: 2px solid #ADADAD; width: 53%; }
@media (max-width: 991px) { .screenshot-widget .screenshot { width: 100%; } }
@media (max-width: 767px) { .screenshot-widget .screenshot { padding: 10px; } }
.screenshot-widget .screenshot .screenshot-inner { position: relative; width: 100%; border: 2px solid #ADADAD; }
.screenshot-widget .screenshot .image { width: auto !important; height: 100%; }
.screenshot-widget .image { overflow: hidden; position: relative; width: 53%; }
@media (max-width: 991px) { .screenshot-widget .image { width: 100% !important; } }
@media (min-width: 768px) and (max-width: 991px) { .screenshot-widget .image { height: 0 !important; padding-bottom: 50%; } }
@media (max-width: 767px) { .screenshot-widget .image { height: 0 !important; padding-bottom: 60%; } }
.screenshot-widget .image img { height: auto; }
.screenshot-widget .image .button-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; }
.screenshot-widget .image .button-wrap a { border-bottom: 0; }
.screenshot-widget .image .button-wrap .fa-icon { height: 7.6rem; }
.screenshot-widget .image .button-wrap.play-button--black .fa-icon path { fill: black; }
.screenshot-widget .image .button-wrap.play-button--has-background .fa-icon { background: #4C667E; border-radius: 100%; padding: 10px; height: 10.6rem; }
.screenshot-widget--left .text, .screenshot-widget--right .text { display: flex; align-items: center; width: 47%; }
@media (max-width: 991px) { .screenshot-widget--left .text, .screenshot-widget--right .text { width: 100%; } }
.screenshot-widget--left .text .text-inner, .screenshot-widget--right .text .text-inner { padding: 20px 60px; }
@media (min-width: 768px) and (max-width: 991px) { .screenshot-widget--left .text .text-inner, .screenshot-widget--right .text .text-inner { padding: 20px 0 0; } }
@media (max-width: 767px) { .screenshot-widget--left .text .text-inner, .screenshot-widget--right .text .text-inner { padding: 20px 0 0; } }
.screenshot-widget--left .text .text-inner { padding-right: 0; }
@media (min-width: 992px) { .screenshot-widget--right .flex-list { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }
.screenshot-widget--right .text .text-inner { padding-left: 0; }

.screenshot-slider-widget .slide { margin: 0 80px; opacity: .2; transition: opacity .5s ease; }
@media (min-width: 768px) and (max-width: 991px) { .screenshot-slider-widget .slide { margin: 0 40px; } }
@media (max-width: 767px) { .screenshot-slider-widget .slide { margin: 0 10px; } }
.screenshot-slider-widget .slide .image { margin: 24px; }
@media (max-width: 767px) { .screenshot-slider-widget .slide .image { margin: 14px; } }
.screenshot-slider-widget .slide .image .button-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; }
.screenshot-slider-widget .slide .image .button-wrap a { border-bottom: 0; }
.screenshot-slider-widget .slide .image .button-wrap .fa-icon { height: 7.6rem; }
.screenshot-slider-widget .slide .image .button-wrap.play-button--black .fa-icon path { fill: black; }
.screenshot-slider-widget .slide .image .button-wrap.play-button--has-background .fa-icon { background: #4C667E; border-radius: 100%; padding: 10px; height: 10.6rem; }
.screenshot-slider-widget .slide img { position: relative !important; }
.screenshot-slider-widget .slide.slick-center, .screenshot-slider-widget .slide.slick-center .text { opacity: 1; }
.screenshot-slider-widget .slick-arrow { top: 50%; border-bottom: 0 !important; }
@media (max-width: 767px) { .screenshot-slider-widget .slick-arrow { display: none !important; } }
.screenshot-slider-widget .slick-arrow.slick-prev { left: calc(16% - 50px); }
@media (min-width: 768px) and (max-width: 991px) { .screenshot-slider-widget .slick-arrow.slick-prev { left: calc(10% - 50px); } }
.screenshot-slider-widget .slick-arrow.slick-next { right: calc(16% - 50px); }
@media (min-width: 768px) and (max-width: 991px) { .screenshot-slider-widget .slick-arrow.slick-next { right: calc(10% - 50px); } }
.screenshot-slider-widget .screenshot { position: relative; padding: 20px; border-radius: 20px; background: #EAEAEA; border: 2px solid #ADADAD; }
@media (max-width: 767px) { .screenshot-slider-widget .screenshot { padding: 10px; } }
.screenshot-slider-widget .screenshot .screenshot-inner { border: 2px solid #ADADAD; }
.screenshot-slider-widget .screenshot .screenshot-inner .image { margin: 0; }
@media (max-width: 767px) { .screenshot-slider-widget .screenshot .screenshot-inner .image { margin: 0; } }
@media (min-width: 768px) and (max-width: 1199px) { .screenshot-slider-widget.non-slider .slick-list { padding: 0 60px !important; } }
@media (max-width: 767px) { .screenshot-slider-widget.non-slider .slick-list { padding: 0 25px !important; } }
.screenshot-slider-widget.non-slider .slick-list .slick-track { -webkit-transform: none !important; transform: none !important; }
.screenshot-slider-widget.non-slider .slick-list .slick-track .slide { margin: 0 !important; }

.large-cta-widget { overflow: hidden; }
.large-cta-widget .cta-box { position: relative; z-index: 1; }
.large-cta-widget .cta-box .text { padding-right: 120px; }
@media (max-width: 991px) { .large-cta-widget .cta-box .text { padding-right: 0; } }
.large-cta-widget .cta-box .button { white-space: nowrap; }
@media (min-width: 992px) { .large-cta-widget .cta-box .button { margin-top: 0; } }
.large-cta-widget .graphic { width: 30%; position: absolute; top: 50%; right: 40px; -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: .1; }
@media (min-width: 992px) and (max-width: 1199px) { .large-cta-widget .graphic { width: 40%; } }
@media (min-width: 768px) and (max-width: 991px) { .large-cta-widget .graphic { width: 50%; } }
@media (max-width: 767px) { .large-cta-widget .graphic { width: 100%; right: -50%; } }
.large-cta-widget.bg-default .graphic { opacity: .3; }
.large-cta-widget.bg-default .graphic svg { fill: #78A9CC; }
.large-cta-widget.bg-primary .graphic { opacity: .3; }
.large-cta-widget.bg-primary .graphic svg { fill: #78A9CC; }

.line-divider-widget .line-divider { margin: 0; border: 0; height: 1px; background: #EAEAEA; }
.line-divider-widget .container-fluid { max-width: none; }

.logos-widget { padding: 40px 80px; }
@media (min-width: 768px) and (max-width: 991px) { .logos-widget { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .logos-widget { padding-left: 25px; padding-right: 25px; } }
.logos-widget .logo-slider { margin: 0 -40px; }
@media (max-width: 767px) { .logos-widget .logo-slider { margin-left: 0; margin-right: 0; } }
.logos-widget .slick-list { width: 100%; }
.logos-widget .slick-track { display: flex; align-items: center; justify-content: center; min-width: 100%; }
.logos-widget .slide { margin: 0 40px; }
@media (max-width: 767px) { .logos-widget .slide { margin-left: 20px; margin-right: 20px; } }
.logos-widget .slide .img { margin: auto; }
@media (min-width: 1200px) { .logos-widget.non-slider .slick-track { -webkit-transform: none !important; transform: none !important; } }

.map-widget { padding-left: 40px; padding-right: 40px; }
.map-widget .text { padding: 80px; }
@media (max-width: 767px) { .map-widget .text { padding: 80px 25px; } }
.map-widget .text dl .dl-row { padding: 15px 0; }
.map-widget .text dl .dl-row + .dl-row { border-top: 1px solid #EAEAEA; }
.map-widget .text dl dt, .map-widget .text dl dd { margin: 0; width: 50%; flex: 1; }
.map-widget .text dl dt { margin-right: 20px; font-weight: bold; }
.map-widget .text dl dd { text-align: right; }
.map-widget .text dl dd a { color: #555; border-bottom: 1px solid #555; }
body.nonTouchDevice .map-widget .text dl dd a:hover { border-color: transparent; }
.map-widget .map { min-height: 500px; }
.map-widget .map iframe { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }
.map-widget .acf-map { width: 100%; height: 600px; }
@media (max-width: 767px) { .map-widget .acf-map { height: 65vh; } }

.gm-style .gm-style-iw-c { border-radius: 0 !important; padding: 30px !important; min-width: 300px !important; max-width: 420px !important; }
@media (max-width: 767px) { .gm-style .gm-style-iw-c { max-width: 320px !important; } }
.gm-style .gm-style-iw-c .text-wrap { font-family: "Satoshi", sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 3rem; letter-spacing: 0; color: #555; }
.gm-style .gm-style-iw-c .text-wrap a { display: inline-block; font-weight: 700; }

.gm-style .gm-style-iw-t:after { box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.1) !important; }

.gm-ui-hover-effect { display: flex !important; justify-content: center; align-items: center; top: 0 !important; right: 0 !important; }
.gm-ui-hover-effect img { width: 20px !important; height: 20px !important; margin: 0 !important; }

.process-wheel-widget .container-fluid { z-index: 1; position: relative; }
.process-wheel-widget .wheel { position: relative; }
@media (max-width: 991px) { .process-wheel-widget .wheel { margin-left: auto; margin-right: auto; } }
@media (max-width: 600px) { .process-wheel-widget .wheel { width: 100%; display: flex; justify-content: center; } }
@media (max-width: 991px) { .process-wheel-widget .wheel .wheel-svg { margin: auto; } }
.process-wheel-widget .wheel .wheel-svg path { cursor: pointer; transition: fill .5s ease; }
.process-wheel-widget .wheel .wheel-svg path.active { fill: #4C667E; }
body.nonTouchDevice .process-wheel-widget .wheel .wheel-svg path:not(.active):hover { fill: #c7c7c7; }
.process-wheel-widget .wheel .step-title { z-index: 1; position: absolute; color: white; text-transform: uppercase; font-size: 14px; font-weight: bold; text-align: center; width: 100px; pointer-events: none; }

.process-wheel-widget .wheel .step-title-1 { top: 120px; left: 310px; }
.process-wheel-widget .wheel .step-title-2 { top: 310px; left: 330px; }
.process-wheel-widget .wheel .step-title-3 { top: 390px; left: 160px; }
.process-wheel-widget .wheel .step-title-4 { top: 250px; left: 20px; }
.process-wheel-widget .wheel .step-title-5 { top: 75px; left: 105px; }
.process-wheel-widget .wheel .step-icon { z-index: 1; position: absolute; height: 45px; pointer-events: none; }
.process-wheel-widget .wheel .step-icon-1 { top: 170px; left: 370px; }
.process-wheel-widget .wheel .step-icon-2 { top: 355px; left: 310px; }
.process-wheel-widget .wheel .step-icon-3 { top: 355px; left: 110px; }
.process-wheel-widget .wheel .step-icon-4 { top: 180px; left: 50px; }
.process-wheel-widget .wheel .step-icon-5 { top: 50px; left: 210px; }
@media (min-width: 1200px) { .process-wheel-widget .text { margin-left: 160px; } }
@media (min-width: 992px) and (max-width: 1199px) { .process-wheel-widget .text { margin-left: 80px; } }
@media (max-width: 991px) { .process-wheel-widget .text { width: 100%; margin: 80px 60px 0; } }
@media (max-width: 600px) { .process-wheel-widget .text { margin: 40px 0 0; } }
.process-wheel-widget .text .text-inner { position: relative; overflow: hidden; }
.process-wheel-widget .text .text-inner .process-step { max-height: 0; pointer-events: none; opacity: 0; }
.process-wheel-widget .text .text-inner .process-step .title-wrap .fa-icon { height: 4.5rem; margin-right: 20px; }
.process-wheel-widget .text .text-inner .process-step .title-wrap h2 { margin-top: 0; }
.process-wheel-widget .text .text-inner .process-step .buttons .button { margin-right: 60px; }
@media (max-width: 600px) { .process-wheel-widget .text .text-inner .process-step .buttons .button { margin-right: 30px; } }
.process-wheel-widget .text .text-inner .process-step .buttons .button .fa-icon { margin-left: 13px !important; }
.process-wheel-widget .text .text-inner .process-step .buttons .button + a { margin-left: 0; }
.process-wheel-widget .text .text-inner .process-step.active { max-height: 1000px; pointer-events: auto; opacity: 1; transition: opacity .5s ease; }
.process-wheel-widget .graphic { z-index: 0; position: absolute; width: 11vw; top: 80px; left: 0; bottom: 80px; display: flex; flex-direction: column; align-items: flex-end; opacity: .1; }
@media (max-width: 991px) { .process-wheel-widget .graphic { display: none; } }
.process-wheel-widget .graphic svg, .process-wheel-widget .graphic .img { height: 100%; width: auto; }

.quote-widget .container-fluid { position: relative; }
.quote-widget blockquote { text-align: center; padding: 0 44px; background: none; }
@media (max-width: 991px) { .quote-widget blockquote { padding: 0 20px; } }
.quote-widget blockquote h4 { margin-top: 55px; }
.quote-widget blockquote small { font-size: 1.6rem; font-weight: 500; color: #78A9CC; margin-top: 30px; }
.quote-widget blockquote small + small { margin-top: 0; }
.quote-widget blockquote small:before { display: none; }
.quote-widget .icon { position: relative; width: 70px; height: 40.41px; background-color: lightgray; margin: 20.21px auto; }
.quote-widget .icon .fa-icon { height: 2.5rem; }
.quote-widget .icon:before, .quote-widget .icon:after { content: ""; position: absolute; width: 0; border-left: 35px solid transparent; border-right: 35px solid transparent; }
.quote-widget .icon:before { bottom: 100%; border-bottom: 20.21px solid lightgray; }
.quote-widget .icon:after { top: 100%; width: 0; border-top: 20.21px solid lightgray; }
.quote-widget .slick-slider { position: static; }
.quote-widget .slick-slider .slick-track { display: table; }
.quote-widget .slick-slider .slick-track .slick-slide { display: table-cell !important; float: none; }
.quote-widget .slick-slider .slick-arrow { width: 136px; }
@media (min-width: 768px) and (max-width: 1199px) { .quote-widget .slick-slider .slick-arrow { width: 60px; } }
@media (max-width: 767px) { .quote-widget .slick-slider .slick-arrow { width: 25px; }
  .quote-widget .slick-slider .slick-arrow.slick-prev { left: 10px; }
  .quote-widget .slick-slider .slick-arrow.slick-next { right: 10px; } }
.quote-widget .slick-slider .slick-dots { bottom: 70px; }
@media (max-width: 767px) { .quote-widget .slick-slider .slick-dots { bottom: 40px; } }
.quote-widget .slick-slider .slick-dots button:after { color: #555; }

.quote-blocks-widget > .container-fluid { position: relative; }
.quote-blocks-widget .image-wrap .image { width: 27%; }
@media (max-width: 767px) { .quote-blocks-widget .image-wrap .image { width: 100%; height: 167px; } }
.quote-blocks-widget .image-wrap .image img { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
@media (max-width: 767px) { .quote-blocks-widget .image-wrap .image img { border-top-right-radius: 10px; border-bottom-left-radius: 0; } }
.quote-blocks-widget blockquote { width: 73%; text-align: center; padding: 40px 50px; background: none; margin-top: 0; margin-left: auto; position: relative; z-index: 5; }
@media (max-width: 767px) { .quote-blocks-widget blockquote { margin-top: 167px; padding: 20px; width: 100%; } }
.quote-blocks-widget blockquote h4 { margin-top: 55px; }
.quote-blocks-widget blockquote small { font-size: 1.6rem; font-weight: 500; color: #78A9CC; margin-top: 30px; }
.quote-blocks-widget blockquote small + small { margin-top: 0; }
.quote-blocks-widget blockquote small:before { display: none; }
.quote-blocks-widget .icon { position: relative; width: 70px; height: 40.41px; background-color: lightgray; margin: 20.21px auto; }
.quote-blocks-widget .icon .fa-icon { height: 2.5rem; }
.quote-blocks-widget .icon:before, .quote-blocks-widget .icon:after { content: ""; position: absolute; width: 0; border-left: 35px solid transparent; border-right: 35px solid transparent; }
.quote-blocks-widget .icon:before { bottom: 100%; border-bottom: 20.21px solid lightgray; }
.quote-blocks-widget .icon:after { top: 100%; width: 0; border-top: 20.21px solid lightgray; }
.quote-blocks-widget .slick-slider { position: static; margin-left: -20px; margin-right: -20px; }
@media (max-width: 767px) { .quote-blocks-widget .slick-slider { margin-left: 0; margin-right: 0; } }
.quote-blocks-widget .slick-slider .slick-track { display: table; }
.quote-blocks-widget .slick-slider .slick-track .slick-slide { display: table-cell !important; float: none; overflow: hidden; border-left: 20px solid white; border-right: 20px solid white; }
@media (max-width: 767px) { .quote-blocks-widget .slick-slider .slick-track .slick-slide { border-left: 10px solid white; border-right: 10px solid white; } }
.quote-blocks-widget .slick-slider .slick-track .slick-slide:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(234, 234, 234, 0.25); border-radius: 10px; }
.quote-blocks-widget .slick-slider .slick-arrow { width: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .quote-blocks-widget .slick-slider .slick-arrow { width: 60px; } }
@media (max-width: 767px) { .quote-blocks-widget .slick-slider .slick-arrow { width: 25px; }
  .quote-blocks-widget .slick-slider .slick-arrow.slick-prev { left: 10px; }
  .quote-blocks-widget .slick-slider .slick-arrow.slick-next { right: 10px; } }
.quote-blocks-widget .slick-slider .slick-dots { bottom: 70px; }
@media (max-width: 767px) { .quote-blocks-widget .slick-slider .slick-dots { bottom: 40px; } }
.quote-blocks-widget .slick-slider .slick-dots button:after { color: #555; }

.rich-text-widget .text { text-align: center; }
@media (max-width: 767px) { .rich-text-widget .button-wrap { margin-left: auto; margin-right: auto; }
  .rich-text-widget .button-wrap .text-button span { justify-content: center; } }

.standard-widget.two-column-layout .container-fluid { max-width: none; }
.standard-widget.two-column-layout .content { column-count: 2; column-gap: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .standard-widget.two-column-layout .content { column-gap: 40px; } }
@media (max-width: 767px) { .standard-widget.two-column-layout .content { column-count: 1; column-gap: 0; } }
.standard-widget blockquote { margin-bottom: 0; background: #EAEAEA; padding: 25px 30px; }
@media (max-width: 767px) { .standard-widget blockquote { padding: 15px 20px; } }

.table-widget .widget-title { position: relative; z-index: 1; }
.table-widget .table-wrap { width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }
@media (max-width: 767px) { .table-widget .table-wrap { width: calc(100% + 25px); } }
.table-widget .table-wrap.text-align--center table th, .table-widget .table-wrap.text-align--center table td { text-align: center; }
@media (max-width: 767px) { .table-widget .table-wrap table { border-right: 25px solid #fff; } }
@media (max-width: 767px) { .table-widget .table-wrap table th, .table-widget .table-wrap table td { min-width: 240px; } }

.tabs-widget .tabs-container { display: flex; flex-wrap: wrap; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; overflow: hidden; /* Desktop */ /* Mobile */ }
.tabs-widget .tabs-container .tabs { display: flex; }
@media (max-width: 991px) { .tabs-widget .tabs-container .tabs { display: none; } }
.tabs-widget .tabs-container .tabs a { display: block; position: relative; flex-grow: 1; font-size: 2rem; font-weight: 700; color: #4492AA; text-align: center; padding: 22px 20px; border: 1px solid #EAEAEA; border-bottom: 0; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.tabs-widget .tabs-container .tabs a:hover, .tabs-widget .tabs-container .tabs a.active { background: #4492AA; color: white; border-color: #4492AA; }
.tabs-widget .tabs-container .tabs-mobile { display: none; border: 0; border-top-left-radius: 10px; border-top-right-radius: 10px; background: #4492AA; }
@media (max-width: 991px) { .tabs-widget .tabs-container .tabs-mobile { display: block; } }
.tabs-widget .tabs-container .tabs-mobile, .tabs-widget .tabs-container .tabs-mobile select { height: auto; }
.tabs-widget .tabs-container .tabs-mobile select { font-size: 2rem; font-weight: 700; color: white; padding: 17px 70px 17px 60px; white-space: normal; }
@media (max-width: 767px) { .tabs-widget .tabs-container .tabs-mobile select { padding-left: 40px; padding-right: 40px; } }
.tabs-widget .tabs-container .tabs-mobile .fa-icon { right: 60px; }
@media (max-width: 767px) { .tabs-widget .tabs-container .tabs-mobile .fa-icon { right: 40px; } }
.tabs-widget .tabs-container .tabs-content { flex: 1; padding: 80px; background: rgba(234, 234, 234, 0.25); border: 1px solid #EAEAEA; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
@media (max-width: 991px) { .tabs-widget .tabs-container .tabs-content { width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) { .tabs-widget .tabs-container .tabs-content { padding: 60px; } }
@media (max-width: 767px) { .tabs-widget .tabs-container .tabs-content { padding: 80px 40px; } }
.tabs-widget .tabs-container .tabs-content .tab-content-wrap { max-width: 800px; margin: 0 auto; }
.tabs-widget .tabs-container .tabs-content div:not(.tab-content-wrap) { visibility: hidden; overflow: hidden; height: 0; opacity: 0; transition: opacity .5s ease; }
.tabs-widget .tabs-container .tabs-content div:not(.tab-content-wrap).active { visibility: visible; overflow: visible; height: auto; opacity: 1; }

.video-quote-widget { background: rgba(234, 234, 234, 0.25); }
.video-quote-widget .video-container { min-height: 700px; }
@media (max-width: 767px) { .video-quote-widget .video-container { min-height: 500px; } }
.video-quote-widget .video-container .image { width: 50%; }
@media (max-width: 767px) { .video-quote-widget .video-container .image { width: 100%; height: 220px; } }
.video-quote-widget .video-container .image .button-wrap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 3; display: block !important; }
.video-quote-widget .video-container .image .button-wrap a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.video-quote-widget .video-container .image .button-wrap .fa-icon { height: 7.6rem; transition: transform .25s ease; }
body.nonTouchDevice .video-quote-widget .video-container .image .button-wrap:hover a .fa-icon { transform: scale(1.1); }
.video-quote-widget .video-container .video-mask { overflow: hidden; }
.video-quote-widget .video-container .text { z-index: 3; position: relative; width: 50%; padding: 120px 80px; margin-left: auto; }
@media (max-width: 767px) { .video-quote-widget .video-container .text { margin-top: 220px; padding: 80px 25px; width: 100%; } }
.video-quote-widget .video-container blockquote { text-align: center; background: none; max-width: 374px; margin: 0 auto; }
.video-quote-widget .video-container blockquote h4 { margin-top: 30px; }
.video-quote-widget .video-container blockquote small { font-size: 1.6rem; font-weight: 500; color: #78A9CC; margin-top: 60px; }
.video-quote-widget .video-container blockquote small + small { margin-top: 0; }
.video-quote-widget .video-container blockquote small:before { display: none; }
@media (max-width: 767px) { .video-quote-widget .video-container .button-wrap { margin-left: auto; margin-right: auto; } }
.video-quote-widget .video-container .text-button .fa-icon { margin-left: 0; margin-right: 13px; }
body.nonTouchDevice .video-quote-widget .video-container .text-button:hover .fa-icon { transform: translateX(-6px); }
.video-quote-widget .video-container .icon { position: relative; width: 70px; height: 40.41px; background-color: lightgray; margin: 20.21px auto; }
.video-quote-widget .video-container .icon .fa-icon { height: 2.5rem; }
.video-quote-widget .video-container .icon:before, .video-quote-widget .video-container .icon:after { content: ""; position: absolute; width: 0; border-left: 35px solid transparent; border-right: 35px solid transparent; }
.video-quote-widget .video-container .icon:before { bottom: 100%; border-bottom: 20.21px solid lightgray; }
.video-quote-widget .video-container .icon:after { top: 100%; width: 0; border-top: 20.21px solid lightgray; }

.video-widget .video-container { overflow: hidden; }
.video-widget .video-container .text { z-index: 3; position: relative; width: 50%; padding: 120px; }
@media (max-width: 767px) { .video-widget .video-container .text { width: 100%; } }
@media (min-width: 768px) and (max-width: 1199px) { .video-widget .video-container .text { padding-left: 80px; padding-right: 80px; } }
@media (max-width: 767px) { .video-widget .video-container .text { padding: 80px 25px; margin-top: 220px; } }
.video-widget .video-container .text .text-inner { position: relative; z-index: 4; }
.video-widget .video-container .text .button-wrap .button .fa-icon { margin-left: 0; margin-right: 13px; }
body.nonTouchDevice .video-widget .video-container .text .button-wrap .button:hover .fa-icon { transform: translateX(-6px); }
.video-widget .video-container .graphic { transform: translate(-32%, -25%); opacity: .05; }
.video-widget .video-container .image { width: 50%; left: auto; }
@media (max-width: 767px) { .video-widget .video-container .image { width: 100%; height: 220px; } }
.video-widget .video-container .image .button-wrap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 3; display: block !important; }
.video-widget .video-container .image .button-wrap a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.video-widget .video-container .image .button-wrap .fa-icon { height: 7.6rem; transition: transform .25s ease; }
body.nonTouchDevice .video-widget .video-container .image .button-wrap:hover a .fa-icon { transform: scale(1.1); }
.video-widget .video-container .video-mask { overflow: hidden; }



.logo-menu {
    float: left;
    display: block;
    margin-top: 12px;
    margin-left: 15px;
    overflow: hidden
        
}

.logo-menu img {
    width: 195px;
    filter: hue-rotate(90deg);
}
