/*----------------------------------------------------------------
------------------------------------------------------------------
--------------------------- MAIN + RESETS ------------------------
------------------------------------------------------------------
----------------------------------------------------------------*/
* { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

::-moz-selection { background: #00428B; color: white; text-shadow: none; }

::selection { background: #00428B; color: white; text-shadow: none; }

html, body, div, span, object, iframe, h1, h2, h3, .widget-container.sitemap-widget .sitemap-list > li > a, 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: "Montserrat", sans-serif; font-size: 1.4rem; font-weight: 300; line-height: 2.8rem; letter-spacing: 0.07rem; color: #191919; background: #fff; overflow-x: hidden; }
@media (max-width: 767px) { body { font-size: 1.3rem; } }

a { color: #00428B; 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 #00428B; margin: 1em 0; padding: 0; }

pre { overflow: auto; }

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

/* Forms */
fieldset { border: 1px solid #00428B; 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: #00428B; 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; }

.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-tab-mob { flex-direction: column; } }

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

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

@media (max-width: 991px) { .flex-align-center-tab-mob { align-items: center !important; } }

@media (min-width: 768px) and (max-width: 991px) { .flex-align-center-tab { align-items: center !important; } }

@media (max-width: 767px) { .flex-align-center-mob { align-items: center !important; } }

.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: 991px) { .flex-justify-center-tab-mob { justify-content: center !important; } }

@media (min-width: 768px) and (max-width: 991px) { .flex-justify-center-tab { justify-content: center !important; } }

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

.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: inherit; background: #00428B; }

.bg-secondary { background: #e6ecf2; }

.bg-grey { background: #EDEDED; }

.bg-fallback { background: #EDEDED; }

.text-white { color: white !important; }
.text-white h1, .text-white .h1, .text-white h2, .text-white .h2, .text-white h3, .text-white .widget-container.sitemap-widget .sitemap-list > li > a, .widget-container.sitemap-widget .text-white .sitemap-list > li > a, .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: #000000; }

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

@media (min-width: 768px) and (max-width: 991px) { .text-center-tab { 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; display: block; }

.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(to top right, black 0%, transparent 80%); transition: all 1s ease; }

.text-links a:not(.text-button):not(.button) { color: #191919; border-bottom: 1px solid #191919; }
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: 20px; height: auto; fill: white; }
.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: .5; }
.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(880px + 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: "Geomanist"; src: url("../fonts/geomanist/geomanist-light-webfont.woff2") format("woff2"), url("../fonts/geomanist/geomanist-light-webfont.woff") format("woff"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "Geomanist"; src: url("../fonts/geomanist/geomanist-book-webfont.woff2") format("woff2"), url("../fonts/geomanist/geomanist-book-webfont.woff") format("woff"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Geomanist"; src: url("../fonts/geomanist/geomanist-regular-webfont.woff2") format("woff2"), url("../fonts/geomanist/geomanist-regular-webfont.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Geomanist"; src: url("../fonts/geomanist/geomanist-medium-webfont.woff2") format("woff2"), url("../fonts/geomanist/geomanist-medium-webfont.woff") format("woff"); font-weight: 500; font-style: normal; font-display: swap; }
.header .container-fluid { z-index: 3; position: relative; max-width: none; padding-top: 20px; padding-bottom: 20px; background: #fff; }
@media (max-width: 767px) { .header .container-fluid { padding-top: 15px; padding-bottom: 15px; } }
.header .logo { z-index: 4; position: relative; margin-right: auto; }
.header .logo img { display: block; height: auto; }
@media (max-width: 767px) { .header .logo img { width: 40px; } }
.header .mob-menu-btn { display: none; z-index: 4; padding: 10px; margin-right: -10px; }
@media (max-width: 1199px) { .header .mob-menu-btn { display: flex; } }
.header .mob-search-btn { display: none; z-index: 4; padding: 10px; margin-right: 5px; }
@media (max-width: 1199px) { .header .mob-search-btn { display: flex; } }
.header ul { margin: 0; padding: 0; list-style: none; }

footer { padding: 80px 0; font-size: 1.2rem; font-weight: 400; background: #00428B; }
@media (max-width: 767px) { footer { padding: 60px 0; } }
footer > .container-fluid { max-width: none; }
footer ul { margin: 0; padding: 0; list-style: none; }
footer a { color: white; }
body.nonTouchDevice footer a:hover { opacity: .6; }
footer .footer-top { position: relative; color: white; }
@media (max-width: 991px) { footer .footer-top > div { width: 100%; }
  footer .footer-top > div + div { margin-top: 40px; } }
footer .footer-top h2 { text-transform: none; letter-spacing: 0.07rem; }
footer .footer-top .footer-contact a { margin-top: 5px; }
footer .footer-top .footer-logo { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (max-width: 991px) { footer .footer-top .footer-logo { position: relative; left: auto; top: auto; -webkit-transform: translate(0, 0); transform: translate(0, 0); text-align: center; margin: 40px 0; } }
footer .footer-top .footer-logo svg { width: 254px; height: auto; max-width: 125px; }
@media (max-width: 767px) { footer .footer-top .footer-logo svg { width: 180px; } }
footer .footer-top .social-media { margin-left: -5px; }
footer .footer-top .social-media li { margin: 0 10px; }
@media (max-width: 767px) { footer .footer-top .social-media li { margin: 10px; } }
footer .footer-top nav { margin: 0 -15px; }
footer .footer-top nav ul { display: flex; }
footer .footer-top nav a { display: block; padding: 0 15px; }
footer .footer-top .footer-creds { margin: 4px -10px 0; }
footer .footer-top .footer-creds > span { padding: 0 10px; }

.hero-multi { z-index: 0; position: relative; overflow: hidden; }
.hero-multi--fullscreen .text { z-index: 3; position: absolute; bottom: 0; left: 0; right: 0; padding: 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--background-colour .slide, .hero-multi--background-colour-short .slide { position: relative; background: #00428B; }
.hero-multi--background-colour .slide .text, .hero-multi--background-colour-short .slide .text { z-index: 3; padding: 60px; }
@media (min-width: 768px) and (max-width: 1199px) { .hero-multi--background-colour .slide .text, .hero-multi--background-colour-short .slide .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 767px) { .hero-multi--background-colour .slide .text, .hero-multi--background-colour-short .slide .text { padding: 60px 30px; } }
.hero-multi--background-colour .slide .text .text-inner, .hero-multi--background-colour-short .slide .text .text-inner { max-width: 410px; }
.hero-multi--background-colour .slide .text .logo svg, .hero-multi--background-colour-short .slide .text .logo svg { height: auto; min-height: 150px; max-width: 250px; }
@media (max-width: 767px) { .hero-multi--background-colour .slide .text .logo svg, .hero-multi--background-colour-short .slide .text .logo svg { width: 90%; max-width: 200px; } }
.hero-multi--background-colour .slide .text .subtitle + .logo, .hero-multi--background-colour .slide .text * + h1, .hero-multi--background-colour-short .slide .text .subtitle + .logo, .hero-multi--background-colour-short .slide .text * + h1 { margin-top: 55px; }
.hero-multi--background-colour .slide .image, .hero-multi--background-colour-short .slide .image { opacity: .2; }
.hero-multi--background-colour .slide:after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 120px; background-color: white; }
.hero-multi--split .slide .image-wrap { width: 50%; position: relative; overflow: hidden; }
@media (max-width: 991px) { .hero-multi--split .slide .image-wrap { width: 100%; min-height: 50vh; } }
.hero-multi--split .slide .text { width: 50%; padding: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .hero-multi--split .slide .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 991px) { .hero-multi--split .slide .text { width: 100%; align-items: center; } }
@media (max-width: 767px) { .hero-multi--split .slide .text { padding: 80px 25px; } }
.hero-multi--short .slide { background: #EDEDED; }
.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 .scroll-down-link { z-index: 4; position: absolute; bottom: 60px; right: 60px; width: 60px; height: 60px; font-size: 25px; color: #00428B; border: 2px solid #00428B; border-radius: 50%; }
@media (max-width: 767px) { .hero-multi .scroll-down-link { right: 25px; bottom: 25px; width: 40px; height: 40px; font-size: 20px; } }
.hero-multi + .main-body > .line-divider-widget--vertical:first-child { padding-top: 0 !important; }

.img-zoom .image { overflow: hidden; }
.img-zoom .image .img { transition: all .5s ease; -webkit-transform: scale(1); transform: scale(1); }
body.nonTouchDevice .img-zoom:hover .image .img { -webkit-transform: scale(1.15); transform: scale(1.15); }

.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); }

.breadcrumb-wrap { z-index: 3; position: absolute; bottom: 25px; right: 80px; left: 80px; }
@media (min-width: 992px) and (max-width: 1199px) { .breadcrumb-wrap { left: 60px; right: 60px; } }
@media (max-width: 991px) { .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: 700; color: #191919; }
.breadcrumb-wrap .breadcrumbs li:not(:last-child):after { content: '/'; margin: 0 5px; font-weight: 400; }
.breadcrumb-wrap .breadcrumbs li a { font-weight: 400; color: #191919; border-bottom: 1px solid transparent; }
body.nonTouchDevice .breadcrumb-wrap .breadcrumbs li a:hover { border-color: inherit; }

.masthead-slider + .text + .breadcrumb-wrap > .breadcrumbs li, .masthead-slider + .text + .breadcrumb-wrap > .breadcrumbs li a { color: white; }

.button { margin-top: 35px; padding: 14px 40px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; position: relative; border-radius: 5px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.16em; background: #00428B; color: white; transition: all .25s ease; }
@media (max-width: 767px) { .button { margin-top: 30px; padding: 12px 25px; } }
body.nonTouchDevice .button:hover { background: #005abe; }

.text-button { margin-top: 40px; display: inline-block; text-transform: uppercase; font-size: 1.6rem; line-height: 3.2rem; font-weight: 400; letter-spacing: 0.16em; }
@media (max-width: 767px) { .text-button { margin-top: 30px; } }
.text-button--underlined { position: relative; display: inline-block; padding-bottom: 5px; }
.text-button--underlined:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left center; transform-origin: left center; transition: transform 0.3s cubic-bezier(0.75, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.2, 1); background-color: #00428B; }
.text-button--underlined:hover:after { -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right center; transform-origin: right center; }

.cookie-policy-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.75); z-index: -1; visibility: hidden; opacity: 0; transition: opacity .35s ease, visibility .35s ease; pointer-events: none; }
body.gdpr-infobar-visible .cookie-policy-overlay { z-index: 2; visibility: visible; opacity: 1; }

#moove_gdpr_cookie_info_bar { z-index: 199 !important; border: 0 !important; left: 50% !important; bottom: 40px !important; right: auto !important; width: calc(100% - 40px) !important; max-width: 788px !important; background-color: #fff !important; border-radius: 5px !important; transform: translateX(-50%) !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar { bottom: 20px !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-cookie-notice { padding-right: 20px; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p a { color: #191919 !important; font-size: 1.2rem !important; line-height: 2.6rem !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder { margin-top: 0 !important; padding-left: 0 !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder { margin-top: 30px !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton { opacity: 1 !important; padding: 11px 20px !important; margin: 0 !important; font-size: 1.2rem !important; font-weight: 300 !important; text-transform: uppercase !important; letter-spacing: 1.4px !important; border-radius: 5px !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton { width: 100% !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all { background: #00428B !important; color: white !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all:hover { background: #e6ecf2 !important; color: #00428B !important; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn { background: #e6ecf2 !important; color: #00428B !important; margin-left: 10px !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn { margin-left: 0 !important; margin-top: 10px !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn:hover { background: #00428B !important; color: white !important; }

body #moove_gdpr_cookie_modal { border-radius: 5px !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content { transform: none !important; border-radius: 5px !important; max-width: 800px !important; padding-top: 40px !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-right-content { background: white !important; padding: 0 0 82px !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-right-content { padding-bottom: 162px !important; } }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .main-modal-content { max-height: calc(80vh - 178px) !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 40px !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: 1.1rem !important; font-family: "Montserrat", sans-serif !important; font-weight: 400 !important; letter-spacing: 0.16em !important; text-transform: uppercase; color: #00428B !important; margin-bottom: 0 !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: 1rem !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-title { height: auto !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-title .tab-title { font-size: 1.6rem !important; letter-spacing: 0.16em !important; margin-bottom: 10px !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .tab-title { padding-right: 0 !important; padding-left: 68px !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-tab-main .moove-gdpr-tab-main-content { padding-right: 0 !important; overflow: visible !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: #191919 !important; font-size: 1rem !important; line-height: 2.4rem !important; letter-spacing: .25px !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: 0; }
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; } }
body #moove_gdpr_cookie_modal .moove-gdpr-status-bar { position: absolute !important; padding: 0 !important; width: auto !important; top: -20px !important; right: auto !important; left: 0 !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-status-bar { top: -25px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-status-bar.checkbox-selected .cookie-switch .cookie-slider:before { background-color: #00428B !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-status-bar.checkbox-selected .cookie-switch .cookie-slider:after { background-image: url("/../../img/check.svg"); transform: translateX(20px); background-size: 10px !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 { width: 48px !important; height: 26px !important; background-color: #EDEDED !important; }
body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch .cookie-slider:before { width: 20px !important; height: 20px !important; left: 4px !important; bottom: 3px !important; background-color: #d52229 !important; border: 0 !important; box-shadow: none !important; }
body #moove_gdpr_cookie_modal .gdpr-cc-form-wrap .cookie-switch .cookie-slider:after { content: "" !important; background-image: url("/../../img/x.svg"); background-size: 6px; background-repeat: no-repeat; background-position: center; width: 20px !important; height: 20px !important; filter: invert(1) !important; top: 3px !important; left: 4px !important; right: auto !important; transition: all .4s ease; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { background: #fff !important; border-radius: 0 !important; height: 82px !important; align-items: flex-start !important; border-radius: 5px !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { bottom: 40px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder { padding: 0 !important; width: 100% !important; justify-content: flex-start !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton { opacity: 1 !important; padding: 11px 20px !important; margin: 0 !important; font-size: 1.2rem !important; font-weight: 300 !important; text-transform: uppercase !important; letter-spacing: 1.4px !important; border-radius: 5px !important; border: 0 !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton { width: 100% !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all { background: #00428B !important; color: white !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:hover { background: #e6ecf2 !important; color: #00428B !important; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings { background: #e6ecf2 !important; color: #00428B !important; margin-left: 10px !important; }
@media (max-width: 767px) { body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings { margin-left: 0 !important; margin-top: 10px !important; } }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover { background: #00428B !important; color: white !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; }
body #moove_gdpr_cookie_modal .moove-gdpr-modal-close { display: none !important; }

#ui-datepicker-div { background: #00428B; 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; } }
#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: 1rem; }
#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: "Montserrat", sans-serif; font-size: 1.4rem; 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: #002a58; }
#ui-datepicker-div table td a.ui-state-active { color: #00428B !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: "Montserrat", sans-serif; font-size: 1rem; color: white; }

.fancybox-caption { bottom: 60px; padding: 0 !important; margin: 0 !important; background: none !important; color: white; font-size: 1.4rem; -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: #00428B; }
.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: #00428B; }

.form-group { position: relative; }
.form-group.border-input label { display: block; margin-bottom: 10px; }
.form-group.border-input.filled input[type="text"], .form-group.border-input.filled input[type="email"], .form-group.border-input.filled input[type="number"], .form-group.border-input.filled input[type="tel"], .form-group.border-input.filled input[type="password"], .form-group.border-input.filled textarea, .form-group.border-input.filled .select-wrap, .form-group.border-input.filled .file-upload { color: #000000; }

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: 5px; border: 0; color: rgba(0, 0, 0, 0.4); background: #EDEDED; font-weight: 400; font-size: 1.4rem; letter-spacing: 0.07rem; height: 60px; padding: 30px !important; filter: none !important; box-shadow: none !important; transition: all .3s ease; -webkit-appearance: none; }
@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: 55px; padding: 0 20px !important; } }
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(0, 0, 0, 0.4); 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(0, 0, 0, 0.4); 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(0, 0, 0, 0.4); 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(0, 0, 0, 0.4); opacity: 1; }
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: #EDEDED !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 !important; }

textarea { resize: none; display: block; height: 240px; line-height: 2.8rem; overflow: auto; padding: 30px !important; -webkit-appearance: none; }
@media (max-width: 767px) { textarea { height: 180px; padding: 20px !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: rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 0 0px 1000px #EDEDED inset; box-shadow: 0 0 0px 1000px #EDEDED inset !important; transition: background-color 50000s ease-in-out 0s; }

.select-wrap, .date-picker-wrap { position: relative; overflow: hidden; padding: 0 !important; }
.select-wrap .fa-icon, .date-picker-wrap .fa-icon { z-index: 2; position: absolute; top: 50%; right: 30px; 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: 20px; } }

.select-wrap select { position: relative; z-index: 2; padding: 0 30px; height: 60px; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; background: transparent; border: 0; }
@media (max-width: 767px) { .select-wrap select { padding: 0 20px; height: 55px; } }
.select-wrap select:focus::-ms-value { background-color: transparent; color: rgba(0, 0, 0, 0.4); }
.select-wrap select::-ms-expand { display: none; }
@-moz-document url-prefix() { .select-wrap select { text-indent: -2px; } }
@supports (-ms-ime-align: auto) { .select-wrap select { text-indent: -2px; } }
.select-wrap .fa-icon { height: 18px; }

.date-picker-wrap input { cursor: pointer; }
.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: 24px; margin: 0; padding: 0; opacity: 0; position: absolute !important; }
input[type="checkbox"] + label, input[type="radio"] + label { cursor: pointer; position: relative; display: flex; align-items: center; font-weight: 400; font-size: 1.2rem !important; line-height: 1.4 !important; width: 100%; min-height: 60px; color: #00428B; letter-spacing: 0.07rem; padding: 10px 30px 10px 84px !important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background: #e6ecf2; border-radius: 5px; }
@media (max-width: 767px) { input[type="checkbox"] + label, input[type="radio"] + label { padding: 10px 20px 10px 64px !important; } }
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: 24px; height: 24px; background: #fff; border: 0 solid #00428B; border-radius: 50%; left: 30px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { input[type="checkbox"] + label:before, input[type="radio"] + label:before { left: 20px; } }
input[type="checkbox"]:hover + label:before, input[type="checkbox"]:checked + label:before, input[type="radio"]:hover + label:before, input[type="radio"]:checked + label:before { border-color: #00428B; }
input[type="checkbox"]:hover + label:after, input[type="checkbox"]:checked + label:after, input[type="radio"]:hover + label:after, input[type="radio"]:checked + label:after { opacity: 1; }

/* checkbox checked icon */
input[type=checkbox] + label:after { color: #00428B; top: 50%; left: 42px; width: 12px; height: 12px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: url("../img/check.svg") no-repeat; background-size: contain; opacity: 0; }
@media (max-width: 767px) { input[type=checkbox] + label:after { left: 32px; } }
input[type=checkbox]:hover + label:after, input[type=checkbox]:checked + label:after { color: #00428B !important; }

/* radio checked icon */
input[type=radio] + label:after, input[type=radio] + label:before { border-radius: 50%; }
input[type=radio] + label:after { width: 24px; height: 24px; position: absolute; top: 50%; left: 30px; -webkit-transform: scale(0.4) translate(0, -50%); transform: scale(0.4) translate(0, -50%); -webkit-transform-origin: top; transform-origin: top; opacity: 0; background: #00428B; }
@media (max-width: 767px) { input[type=radio] + label:after { left: 20px; } }
input[type=radio]:hover + label:after, input[type=radio]:checked + label:after { background: #00428B !important; }

/* radio/checkbox hover and selected styles */
.checkbox-cont:hover input[type=radio] + label:after, .checkbox-cont: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, .file-upload * { position: relative; cursor: pointer; }
.file-upload input { z-index: 2; width: 100%; height: 60px; opacity: 0; }
@media (max-width: 767px) { .file-upload input { height: 55px; } }
.file-upload .fa-icon { width: 14px; height: auto; }
.file-upload .fake-input { z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; line-height: calc(60px - 0); color: rgba(0, 0, 0, 0.4); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 30px; padding-right: 120px !important; }
@media (max-width: 767px) { .file-upload .fake-input { padding-left: 20px; line-height: calc(55px - 0); } }
.file-upload .upload, .file-upload .remove { z-index: 4; position: absolute; right: 30px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.file-upload .remove { display: none; }
.file-upload.filled { border-color: #00428B !important; }
.file-upload.filled .fake-input .fa-icon { opacity: 0; }
.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: 1.6rem; color: #00428B; 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.4rem; } }

.hamburger { width: 24px; height: 18px; cursor: pointer; position: relative; -webkit-tap-highlight-color: transparent; }
@media (max-width: 767px) { .hamburger { width: 20px; height: 16px; } }
.hamburger-line { height: 2px; position: absolute; right: 0; left: 0; background-color: #00428B; 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); }
.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: 7px; } }
.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: all .25s ease; }
.fa-icon[data-fill="primary"] path { fill: #00428B; }
.fa-icon[data-fill="secondary"] path { fill: #e6ecf2; }
.fa-icon[data-fill="dark"] path { fill: #000000; }
.fa-icon[data-fill="light"] path { fill: #EDEDED; }
.fa-icon[data-fill="white"] path { fill: white; }

.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, .map-widget ul, .map-widget 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, .map-widget ul li, .map-widget ol li { padding: 5px 0 5px 25px; position: relative; }
.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, .map-widget ul li:before, .map-widget 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, .map-widget ul li:before { content: ''; top: 17px; width: 4px; height: 4px; background: #00428B; border-radius: 50%; }
.standard-widget ol, .faq-widget ol, .image-text-widget ol, .image-text-fullwidth-widget ol, .tabs-widget ol, .map-widget 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, .map-widget 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, .map-widget ol li:before { content: counter(ol-counter) "."; color: #00428B; }

.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: #d52229; -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: #d52229; 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 #d52229; 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: #d52229; font-weight: bold; text-transform: uppercase; line-height: 1; }
.warning.show { position: absolute; left: 0; bottom: -15px; font-size: 65%; }

.pagination { margin-top: 60px; }
@media (max-width: 767px) { .pagination { margin-top: 30px; } }
.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 20px; }
.pagination ul.page-numbers li.prev-li a, .pagination ul.page-numbers li.next-li a { color: #191919; }
body.nonTouchDevice .pagination ul.page-numbers li.prev-li a:hover, body.nonTouchDevice .pagination ul.page-numbers li.next-li a:hover { color: #00428B; }
@media (max-width: 767px) { .pagination ul.page-numbers li.prev-li span.text, .pagination ul.page-numbers li.next-li span.text { display: none; } }
.pagination ul.page-numbers li.prev-li div.disabled, .pagination ul.page-numbers li.next-li div.disabled { pointer-events: none; color: #00428B !important; }
.pagination ul.page-numbers li.prev-li i, .pagination ul.page-numbers li.next-li i { font-size: 2rem; }
.pagination ul.page-numbers li.number-li a, .pagination ul.page-numbers li.number-li span { color: #191919; padding: 5px 15px; display: block; position: relative; }
.pagination ul.page-numbers li.number-li a:before, .pagination ul.page-numbers li.number-li span:before { content: ''; border: 2px solid transparent; border-radius: 50%; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all .25s ease; }
body.nonTouchDevice .pagination ul.page-numbers li.number-li a:hover, body.nonTouchDevice .pagination ul.page-numbers li.number-li span:hover { color: #00428B; }
.pagination ul.page-numbers li.number-li span.current { color: #00428B; }
.pagination ul.page-numbers li.number-li span.current:before { border-color: #00428B; }

.site-search { position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: auto; opacity: 0; z-index: -1; visibility: hidden; transition: opacity .25s ease; background: #EDEDED; }
body.show-site-search .site-search { opacity: 1; }
body.raise-search-overlay .site-search { z-index: 80; visibility: visible; }
.site-search .container-fluid { max-width: none; }
.site-search .search-form { padding: 0 15vw; }
.site-search .search-form input { background: none; border: none; padding: 0 50px 0 0 !important; height: 60px; font-size: 2.5rem; color: #000000; border-bottom: 1px solid #000000; }
.site-search .search-form input::-webkit-input-placeholder { color: #000000; }
.site-search .search-form input:-moz-placeholder { color: #000000; }
.site-search .search-form input::-moz-placeholder { color: #000000; }
.site-search .search-form input:-ms-input-placeholder { color: #000000; }
@media (max-width: 767px) { .site-search .search-form input { height: 40px; font-size: 2rem; } }
.site-search .search-form input:-webkit-autofill, .site-search .search-form input:-webkit-autofill:hover, .site-search .search-form input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0px 1000px #EDEDED inset; box-shadow: 0 0 0px 1000px #EDEDED inset !important; }
.site-search .search-form button { position: absolute; right: 0; bottom: 15px; padding: 0; color: #000000; }
@media (max-width: 767px) { .site-search .search-form button { bottom: 7px; } }
.site-search .close-search { position: absolute; top: 20px; right: 30px; color: #000000; }
@media (max-width: 767px) { .site-search .close-search { top: 10px; right: 20px; } }
.site-search .close-search svg { height: 3rem; }

.site-search-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 255, 255, 0.6); z-index: -1; visibility: hidden; opacity: 0; transition: opacity .25s ease; }
body.show-site-search .site-search-overlay { opacity: 1; }
body.raise-search-overlay .site-search-overlay { z-index: 79; visibility: visible; }

.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; }
@media (min-width: 768px) { table:not(.ui-datepicker-calendar):not(.shop_table) { table-layout: fixed; } }
table:not(.ui-datepicker-calendar):not(.shop_table) th, table:not(.ui-datepicker-calendar):not(.shop_table) td { text-align: left; padding: 20px; vertical-align: middle; }
table:not(.ui-datepicker-calendar):not(.shop_table) tr > td:first-child, table:not(.ui-datepicker-calendar):not(.shop_table) tr > th:first-child { padding-left: 40px; }
table:not(.ui-datepicker-calendar):not(.shop_table) tr > td:last-child, table:not(.ui-datepicker-calendar):not(.shop_table) tr > th:last-child { padding-right: 40px; }
table:not(.ui-datepicker-calendar):not(.shop_table) th { color: #00428B; background: #e6ecf2; text-transform: uppercase; }
table:not(.ui-datepicker-calendar):not(.shop_table) td { background: #fff; border-bottom: 1px solid #e6ecf2; }

h1, .h1, h2, .h2, h3, .widget-container.sitemap-widget .sitemap-list > li > a, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 0; text-transform: uppercase; font-family: "Montserrat", sans-serif; font-weight: 400; letter-spacing: 0.16em; color: #00428B; }

h1, .h1 { font-size: 1.8rem; line-height: 3.6rem; }
@media (max-width: 767px) { h1, .h1 { font-size: 1.6rem; line-height: 3.2rem; } }

h2, .h2 { font-size: 1.6rem; line-height: 3.2rem; }
@media (max-width: 767px) { h2, .h2 { font-size: 1.4rem; line-height: 2.8rem; } }

h3, .widget-container.sitemap-widget .sitemap-list > li > a, .h3, .subtitle { font-size: 1.4rem; line-height: 2.8rem; text-transform: uppercase; font-family: "Montserrat", sans-serif; font-weight: 400; letter-spacing: 0.16em; }
@media (max-width: 767px) { h3, .widget-container.sitemap-widget .sitemap-list > li > a, .h3, .subtitle { font-size: 1.2rem; line-height: 2.4rem; } }

h4, .h4 { font-size: 1.2rem; line-height: 2.4rem; }
@media (max-width: 767px) { h4, .h4 { font-size: 1.1rem; line-height: 2.2rem; } }

h5, .h5 { font-size: 1.1rem; line-height: 2.2rem; }
@media (max-width: 767px) { h5, .h5 { font-size: 1rem; line-height: 2rem; } }

h6, .h6 { font-size: 1rem; line-height: 2rem; }
@media (max-width: 767px) { h6, .h6 { font-size: 1rem; line-height: 2rem; } }

* + ul, * + ol, * + dl, * + p, * + blockquote, * + table, * + .description { margin: 30px 0 0; }
@media (max-width: 767px) { * + ul, * + ol, * + dl, * + p, * + blockquote, * + table, * + .description { margin: 25px 0 0; } }
* + h1, * + .h1, * + h2, * + .h2, * + h3, .widget-container.sitemap-widget .sitemap-list > li > * + a, * + .h3, * + h4, * + .h4, * + h5, * + .h5, * + h6, * + .h6 { margin: 30px 0 0; }
@media (max-width: 767px) { * + h1, * + .h1, * + h2, * + .h2, * + h3, .widget-container.sitemap-widget .sitemap-list > li > * + a, * + .h3, * + h4, * + .h4, * + h5, * + .h5, * + h6, * + .h6 { margin: 25px 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 { margin-top: 60px; }
@media (max-width: 767px) { .widget-container.sitemap-widget + .sitemap-widget { margin-top: 30px; } }
.widget-container.sitemap-widget ul { margin: 0; padding: 0; list-style: none; }
.widget-container.sitemap-widget h3 + .sitemap-list, .widget-container.sitemap-widget .sitemap-list > li > a + .sitemap-list { margin-top: 40px; }
.widget-container.sitemap-widget .sitemap-list > li { padding: 25px 0; border-bottom: 1px solid #00428B; }
@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 { display: block; padding: 3px 0; color: #00428B; }
body.nonTouchDevice .widget-container.sitemap-widget .sitemap-list > li a:hover { color: rgba(0, 66, 139, 0.5); }
.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.4rem; color: #191919; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul li a { padding-left: 20px; font-size: 1.3rem; } }
.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; } }

.widget-container { position: relative; width: 100%; }
.widget-container--grid { padding: var(--paddinglg) 0; }
@media (min-width: 768px) and (max-width: 991px) { .widget-container--grid { padding: var(--paddingsm) 0; } }
@media (max-width: 767px) { .widget-container--grid { padding: var(--paddingxs) 0; } }
.widget-container--grid.bg-default + .bg-default, .widget-container--grid.bg-grey + .bg-grey { padding-top: 0 !important; }

.widget-title { text-align: center; max-width: 800px; margin: 0 auto var(--marginlg); }
@media (min-width: 768px) and (max-width: 1199px) { .widget-title { margin-bottom: var(--marginsm); } }
@media (max-width: 767px) { .widget-title { margin-bottom: var(--marginxs); } }
.widget-title h2 { max-width: 560px; margin: auto; }

.contact-widget { position: relative; /* Send animation for button */ }
.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.form-divider hr { margin: 0; border-color: #e6ecf2; }
.contact-widget .contact-wrap form .form-group.form-subtitle + .form-description { margin-top: 5px !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: 10px; }
.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 .form-footer a { color: #00428B; border-bottom: 1px solid #00428B; }
body.nonTouchDevice .contact-widget .contact-wrap form .form-footer a:hover { border-color: transparent; }
.contact-widget .contact-wrap form .form-footer .button .spinner { opacity: 0; }
.contact-widget .contact-widget-sending { position: relative; }
.contact-widget .contact-widget-sending .button { pointer-events: none; }
.contact-widget .contact-widget-sending .button span { opacity: 0; }
.contact-widget .contact-widget-sending .button .spinner { opacity: 1 !important; }

.doc-down-widget .flex-list { margin: -40px -10px; }
@media (min-width: 768px) and (max-width: 991px) { .doc-down-widget .flex-list { padding: 0 120px; } }
@media (max-width: 767px) { .doc-down-widget .flex-list { margin: -30px 0; } }
.doc-down-widget .flex-list .flex-col { display: flex; flex-direction: column; text-align: center; padding: 40px 10px; width: 50%; }
@media (min-width: 768px) and (max-width: 991px) { .doc-down-widget .flex-list .flex-col { width: 100%; } }
@media (max-width: 767px) { .doc-down-widget .flex-list .flex-col { margin: 30px 0; width: 100%; } }
.doc-down-widget .flex-list .flex-col .image { position: relative; padding-top: 95%; }
.doc-down-widget .flex-list .flex-col .image img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.doc-down-widget .flex-list .flex-col h2 { min-height: 96px; }
@media (max-width: 991px) { .doc-down-widget .flex-list .flex-col h2 { min-height: 0; } }
.doc-down-widget .flex-list .flex-col h2 + p { margin-top: 20px; }
.doc-down-widget .flex-list .flex-col p { color: #191919; margin-bottom: auto; }
.doc-down-widget .flex-list .flex-col .text-button { align-self: center; }
.doc-down-widget--three .flex-list .flex-col { width: 33.33%; }
@media (min-width: 768px) and (max-width: 991px) { .doc-down-widget--three .flex-list .flex-col { width: 100%; } }
@media (max-width: 767px) { .doc-down-widget--three .flex-list .flex-col { width: 100%; } }
@media (min-width: 992px) and (max-width: 1199px) { .doc-down-widget--three .flex-list .flex-col .text { padding: 40px; } }

.line-divider-widget .line-divider { border: 0; }
.line-divider-widget--vertical .line-divider { margin: 0 auto; width: 1px; height: 120px; background-color: #00428B; }
.line-divider-widget--horizontal .line-divider { margin: 0; height: 1px; background: #00428B; }

.standard-widget blockquote { margin-bottom: 0; background: #EDEDED; padding: 25px 30px; }
@media (max-width: 767px) { .standard-widget blockquote { padding: 15px 20px; } }
body.wb-homepage .standard-widget .container-fluid { max-width: calc(560px + 160px); }

.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); } }
@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; } }
