/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

#top {
	font-family: brix-slab, serif;
	line-height: 1.5;
}

/************************************************************ Header */

#header .header_bg {
    background: url(/wp-content/uploads/2022/02/Path-1026.png) center no-repeat;
    height: 210px;
    background-size: cover;
	transition: none;
}
#header.header-scrolled {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
#header.header-scrolled .header_bg {
    background: white;
    height: 100%;
}
#header .av-logo-container {
    height: 100px !important;
    line-height: 100px !important;
}
#header_main .logo a {
    display: flex;
    align-items: center;
    height: 100px;
    max-height: 100px !important;
}
#header_main .logo a img,
#header_main .logo a svg {
    max-height: 65px !important;
}
#header_main .inner-container {
    display: flex;
    align-items: flex-end;
}
#header_main .inner-container .main_menu {
    height: auto;
}
#header #header_main .main_menu li {
    margin-left: 40px;
}
#header #header_main .main_menu li:first-child {
    margin-left: 0px;
}
#header #header_main .main_menu li a {
    height: auto !important;
    line-height: 1 !important;
    font-weight: 600;
    font-size: 17px;
    padding: 12px 0px;
    text-transform: uppercase;
    font-family: 'argumentum', sans-serif;
    color: #222222;
}
#header #header_main .main_menu li a:before {
    content: " ";
    width: 0;
    height: 3px;
    background: #41AFBE;
    position: absolute;
    top: 0;
    left: 50%;
	border-radius: 25px;
	transition: .4s all;
}
#header #header_main .main_menu li:hover > a:before,
#header #header_main .main_menu li.current-menu-item > a:before,
#header #header_main .main_menu li.current-menu-ancestor > a:before {
    width: 100%;
	left: 0;
}
#header #header_main .sub-menu {
    background: #fff;
    padding: 10px 0px;
    border-radius: 8px;
    margin-left: 50%;
    transform: translate(-50%, 0px);
    box-shadow: 1px 1px 12px rgba(0,0,0,.1);
    border: 1px solid #ccc !important;
	min-width: 230px;
}
#header #header_main .sub-menu li {
    margin: 0px;
}
#header #header_main .sub-menu li a {
    color: #666;
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 7px 20px 10px;
    line-height: 1.2 !important;
    transition: .4s all;
    text-transform: none;
    text-align: center;
    font-weight: 400;
}
#header #header_main .sub-menu li a:before {
	display: none;
}
#header #header_main .sub-menu li:hover > a,
#header #header_main .sub-menu li.current-menu-item > a,
#header #header_main .sub-menu li.current-menu-ancestor > a {
	background: #f5f5f5;
}

/************************************************************ Content */

#top #main {
    padding-top: 0px !important;
}
#main .avia_textblock {
    line-height: 1.5;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main ul,
#main ol,
#main p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#main h1 {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.25;
	font-family: 'argumentum', sans-serif;
}
#main h2 {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 1.1;
    font-family: 'argumentum', sans-serif;
}
#main h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
	font-family: 'argumentum', sans-serif;
}
#main h4 {
    text-transform: none;
    font-size: 24px;
    font-family: 'argumentum', sans-serif;
}
#main .avia_textblock > *:last-child {
	margin-bottom: 0px;
}
#main .white-text * {
	color: white;
}
#main .image-overlay {
	display: none !important;
}
#main .avia_image {
    border-radius: 0px;
}
#top #main .small-spacing .av-flex-placeholder {
    width: 35px;
}
#main .avia-image-container {
    margin-bottom: 0px;
}
#top #main .avia-button {
    background: #41AFBE;
    border: 2px solid #41AFBE;
    border-radius: 0px;
    padding: 14px 35px;
    text-transform: none;
    font-weight: 700;
    font-size: 20px;
    transition: .4s all;
    font-family: 'argumentum', sans-serif;
}
#top #main .avia-button:hover {
    background: #005776;
    border-color: #005776;
	opacity: 1;
}
#top #main .button-arrow .avia-button {
    background: transparent;
    color: #41AFBE;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    font-size: 26px;
}
#top #main .button-arrow .avia-button:hover {
    margin-left: 5px;
}
#top #main .button-arrow .avia-button:before {
    width: 70px;
    height: 70px;
    display: block;
    content: " ";
    background: url(/wp-content/uploads/2022/02/Component-122-–-1.svg) center no-repeat;
    background-size: contain;
    margin: 0px 25px 0px 0px;
}
#top #main .button-arrow.version-two .avia-button:before {
    width: 55px;
    height: 55px;
    background-image: url(/wp-content/uploads/2022/02/Component-30-–-1.svg);
    margin-right: 20px;
}
#top #main .button-arrow .avia-position-center.avia-button {
    justify-content: center;
}
#main strong {
	color: inherit;
}
#main .avia-section {
    position: relative;
}
#main .video-caption {
    font-family: "Argumentum";
    font-size: 20px;
    font-weight: 500;
    padding: 0px 25px;
}
#main .avia-video {
    margin: 0px;
    border: 1px solid #B2CBCE;
    border-radius: 5px;
    overflow: hidden;
}
#main .avia_video video {
    background: white;
}
#main .column-blue-circle {
    padding-left: 100px;
    margin-bottom: 70px;
}
#main .column-blue-circle:last-child {
    margin-bottom: 0px;
}
#main .column-blue-circle:before {
    content: " ";
    width: 33%;
    position: absolute;
    padding-bottom: 33%;
    background: url(/wp-content/uploads/2022/02/Ellipse-602.svg) center no-repeat;
    visibility: visible;
    background-size: contain;
    top: 50%;
    transform: translate(-100px, -50%);
}
#main .table-circle-left .flex_column_table:before {
    content: " ";
    width: 60%;
    position: absolute;
    padding-bottom: 60%;
    background: url(/wp-content/uploads/2022/02/Ellipse-602.svg) center no-repeat;
    visibility: visible;
    background-size: contain;
    top: 60%;
    transform: translate(-100px, -50%);
}
#main .large-text {
    font-family: 'argumentum';
    font-weight: 500;
}
#main .contain-large {
    max-width: 850px;
    margin: 0 auto;
}
#main .quote-text {
    color: #005776;
    font-size: 2rem;
}
#main .border-box {
    border-right: 1px solid #B2CBCE;
    padding: 30px 50px;
}
#main .border-box:first-child {
    border-left: 1px solid #B2CBCE;
}
#main .border-box .avia-image-overlay-wrap {
    display: flex;
    height: 150px;
    align-items: center;
	justify-content: center;
    margin-bottom: 30px;
}
#main .border-box img {
    max-width: 150px;
    max-height: 150px;
	width: 100%;
}
#top #wrap_all #main .map-row .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px;
}
#top #wrap_all #main .map-row iframe {
    margin-bottom: -10px;
}
#main .list-jobs ul {
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
}
#main .list-jobs ul li {
    padding: 0px;
    margin: 0px;
	border-top: 1px solid #B2CBCE;
}
#main .list-jobs ul li:last-child {
	border-bottom: 1px solid #B2CBCE;
}
#main .list-jobs ul li a {
    color: #444;
    display: block;
    padding: 15px 65px 15px 0px;
    position: relative;
}
#main .list-jobs ul li a:after {
    content: " ";
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2022/02/Component-30-–-1.svg) center no-repeat;
    position: absolute;
    right: 0px;
    top: calc(50% - 20px);
    background-size: contain;
}
#main .image-with-border img {
    border: 1px solid #B2CBCE;
    border-radius: 5px;
    overflow: hidden;
}

/* Page Banner */

#main .page-banner {
    position: relative;
    min-height: 550px;
	background: url(/wp-content/uploads/2022/02/Component-72-–-1.png) bottom center;
    background-size: cover;
}
#main .page-banner .banner-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    max-height: 550px;
}
#main .banner-background img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}
#top.admin-bar #main .page-banner .banner-background {
    top: 32px;
}
#main .page-banner .banner-content {
    padding-top: 170px;
    padding-bottom: 50px;
}
#main .page-banner .textblock > *:last-child {
    margin-bottom: 0px;
}
#main .page-banner .textblock h1,
#main .page-banner .textblock .banner-title {
    color: #005776;
    font-size: 55px;
    line-height: 1.15;
    margin-bottom: 20px;
	font-family: "Argumentum";
    font-weight: 400;
}
#main .page-banner .textblock p {
    font-size: 24px;
    color: #444444;
    line-height: 1.5;
}
#main .page-banner .textblock > p:first-child {
    color: #7FA9AE;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    font-family: "Argumentum";
}
#main .page-banner .banner-content a {
    color: #AC2B53;
 	font-weight: 700;
}
#main .page-banner + .av-layout-grid-container,
#main .page-banner + .avia-section,
.single-post #main .page-banner + .container_wrap_first {
    padding-top: 5.8vw;
}
#main .page-banner + .av-layout-grid-container:before,
#main .page-banner + .avia-section:before,
.single-post #main .page-banner + .container_wrap_first:before {
    content: " ";
    width: 100%;
    height: auto;
    position: absolute;
    padding-bottom: 11.8vw;
    background: url(/wp-content/uploads/2022/02/Group-3234.png) center no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    transform: translate(0px, -50%);
}
#main .page-banner.short-banner {
    min-height: 500px;
}
#main .page-banner.short-banner .banner-background {
    max-height: 500px;
}

@media screen and (min-width: 1500px) {
	#main .page-banner {
		min-height: 675px;
	}
	#main .page-banner .banner-background {
		max-height: 675px;
	}
}

@media screen and (max-width: 1500px) {
	#main .page-banner .banner-content {
		padding-top: 150px;
	}
	#main .page-banner .textblock h1,
	#main .page-banner .textblock .banner-title {
		font-size: 45px;
	}
	#main .page-banner .textblock p {
		font-size: 20px;
	}
	#main .page-banner.short-banner {
		min-height: 400px;
	}
	#main .page-banner.short-banner .banner-background {
		max-height: 400px;
	}
}


@media screen and (max-width: 1200px) {
	#main .banner-background img {
		max-width: 45%;
		object-position: bottom right;
	}
	#main .page-banner .textblock {
		max-width: 60%;
	}
	#main .page-banner .textblock h1,
	#main .page-banner .textblock .banner-title {
		font-size: 40px;
	}
	#main .short-banner .banner-background img {
		object-fit: cover;
		object-position: center left;
	}
}

@media screen and (max-width: 989px) {
	#main .page-banner {
		display: flex;
		min-height: unset;
		flex-wrap: wrap;
	}
	#main .page-banner .banner-content {
		order: 1;
		padding-top: 50px;
		padding-bottom: 0px;
	}
	#main .page-banner .textblock {
		max-width: 100%;
		width: 100% !important;
	}
	#main .page-banner .banner-background {
		position: relative;
		height: auto;
		order: 2;
		max-width: 100%;
	}
	#main .banner-background img {
		max-width: 50%;
		position: relative;
		float: right;
	}
	#main .page-banner.short-banner {
		min-height: unset;
	}
	#main .page-banner.short-banner .banner-background {
		max-height: unset;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#main .short-banner .banner-background img {
		max-width: 75%;
	}
	#main .page-banner.short-banner .banner-content {
		padding-bottom: 65px;
	}
	#main .page-banner.short-banner .textblock {
		max-width: 82%;
	}
	#main .news-feed .pt-cv-content-item .pt-cv-title {
		font-size: 24px;
	}
	#main .news-feed .pt-cv-content-item .pt-cv-content {
		font-size: 19px;
	}
	#main .news-feed .pt-cv-readmore {
		font-size: 19px;
	}
}

@media screen and (max-width: 767px) {
	#main .page-banner .textblock h1,
	#main .page-banner .textblock .banner-title {
		font-size: 32px;
	}
	#main .banner-background img {
		max-width: 100%;
	}
}

/* Cookie Consent */

#top .avia-cookie-consent {
    background: #41AFBE;
}
#top .avia-cookie-consent .container {
    padding-right: 200px !important;
    position: relative;
    max-width: 1110px;
}
#top .avia-cookie-consent .avia_cookie_text {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
	color: white;
    line-height: 1.5;
}
#top .avia-cookie-consent .avia_cookie_text a {
	color: white;
	text-decoration: underline;
}
#top .avia-cookie-consent .avia-cookie-consent-button {
    background: transparent;
    color: white;
    text-transform: none;
    font-size: 20px;
    border: 1px solid white;
    padding: 12px 30px 13px;
    font-weight: 500;
    border-radius: 5px;
    transition: .4s all;
    letter-spacing: 0px;
    font-family: 'argumentum';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}
#top .avia-cookie-consent .avia-cookie-consent-button:hover {
	background: white;
	border-color: white;
	color: #444444;
}

/* News Feed */

#main .news-feed {
    max-width: 1000px;
    margin: 0 auto;
}
#main .news-feed .pt-cv-content-item {
    padding-bottom: 30px;
}
#main .news-feed .pt-cv-content-item .pt-cv-ifield {
    border-bottom: 1px solid #B2CBCE;
    padding-bottom: 30px;
}
#main .news-feed .pt-cv-content-item:first-child .pt-cv-ifield {
    border-top: 1px solid #B2CBCE;
    padding-top: 30px;
}
#main .news-feed .pt-cv-content-item .pt-cv-meta-fields {
    font-size: 18px;
    font-family: "Argumentum";
    color: #444;
    margin: 0px 0px 10px;
}
#main .news-feed .pt-cv-content-item .pt-cv-meta-fields span,
#main .news-feed .pt-cv-content-item .pt-cv-meta-fields time {
    color: inherit;
    font-size: inherit;
}
#main .news-feed .pt-cv-content-item .pt-cv-title {
    font-size: 28px;
    margin: 0px 0px 10px;
}
#main .news-feed .pt-cv-content-item .pt-cv-content {
    margin: 0px;
    font-size: 24px;
    line-height: 1.5;
}
#main .news-feed .pt-cv-readmore {
    display: flex;
    align-items: center;
    background: transparent;
    font-size: 22px;
    font-family: "Argumentum";
    font-weight: 600;
    padding: 0px;
    margin: 15px 0px 0px;
	transition: .4s all;
}
#main .news-feed .pt-cv-readmore:hover {
    margin-left: 5px;
    opacity: 1;
}
#main .news-feed .pt-cv-readmore:before {
    width: 40px;
    height: 40px;
    display: block;
    content: " ";
    background: url(/wp-content/uploads/2022/02/Component-30-–-1.svg) center center / contain no-repeat;
    margin: 0px 10px 0px 0px;
}
#top #main .pt-cv-more {
    font-size: 24px;
    color: #41AFBE !important;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0px;
    background: transparent !important;
    font-family: "Argumentum";
    font-weight: 600;
	transition: .4s all;
}
#top #main .pt-cv-more:hover {
	opacity: .8;
}
#top #main .pt-cv-more:before {
    content: " ";
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2022/02/Component-122-–-4.svg) center no-repeat;
    background-size: contain;
    margin-right: 15px;
}
#main .pt-cv-more .caret {
    display: none;
}

/* Forms */

#main .gform_wrapper {
	margin: 0px;
}
#main .gform_wrapper form {
	margin: 0px;
}
#top #main .gfield {
	padding: 0px;
	margin: 0px;
}
#top #main .gfield_label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px 0px 5px;
}
#top #main .gfield input[type="text"],
#top #main .gfield input[type="tel"],
#top #main .gfield input[type="email"],
#top #main .gfield select,
#top #main .gfield textarea {
    background-color: #fff;
    padding: 10px;
    border: none;
    font-size: 16px;
    font-family: "Open Sans";
    border-radius: 0px;
	margin: 0px;
}
#top #main .gfield input[type="text"],
#top #main .gfield input[type="email"],
#top #main .gfield input[type="tel"],
#top #main .gfield select {
	height: 45px;
}
#top #main .gform_button {
    background: transparent;
    text-transform: uppercase;
    color: white;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    padding: 12px 30px;
    transition: .4s all;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 2px solid white;
    line-height: 1;
    margin: 0px;
    font-family: "Bank Gothic";
}
#top #main .gform_button:hover {
    background: white;
	color: black;
}
#top #main .gform_validation_errors {
    background: transparent;
    border-color: inherit;
    border-radius: 0px;
}
#top #main .gform_validation_errors h2 {
    font-size: 24px;
    margin: 0px;
    line-height: 1.2;
}
#top #main .gfield .validation_message {
    background: transparent;
    border: none;
    padding: 0px;
    font-weight: 600;
}

/* Blog */

#main .container_wrap {
    border: none;
}
#top #main .template-blog .entry-content-wrapper {
    max-width: 1000px;
    text-align: unset;
    font-size: inherit;
    line-height: inherit;
}
#top #main .template-blog .entry-content-wrapper > * {
    max-width: 100%;
}
#top #main .template-blog .entry-content-wrapper .post-title {
    max-width: 100%;
}
#top #main .template-blog .post-meta-infos {
    margin: 0px 0px 25px;
    font-size: 20px;
}
#main .template-blog .post_delimiter {
    display: none;
}

/* Grid */

#main .grid-image {
    padding: 50px 0px;
}
#main .grid-image * {
    width: 100%;
}
#main .grid-content .flex_column {
    padding: 70px 10vw;
}

/********************************************** Popups */

/* Team Section */

#main .flex-row .entry-content-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#main .bio-holder,
#main .external-bio-holder {
    width: calc(100% / 3 - 50px);
    margin: 50px 25px 0px;
}
#main .bio-holder h4,
#main .external-bio-holder h4 {
    margin-bottom: 3px;
}
#main .open-popup {
    cursor: pointer;
	transition: .4s all;
}
#main .open-popup:hover {
	opacity: .8;
}
#main .bio-holder img,
#main .external-bio-holder img {
    margin-bottom: 25px;
    border-radius: 50%;
    max-width: 250px;
    box-shadow: 0px 0px 80px rgb(127 169 174 / 50%);
}
#main .bio-holder:hover img,
#main .external-bio-holder:hover img {
    transform: scale(1.03);
	opacity: 1;
}

/* Popups */

#top.popup-open #header {
    z-index: 0;
}
.popup-content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}
.popup-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	opacity: 1;
    background: #005776;
}
#top .popup-content.open {
    display: block;
}
#top .popup-inner {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}
#top .popup-inner a {
    color: #00afef;
}
#top .popup-aligner {
    padding: 0px;
    border-radius: 5px;
    max-height: 80vh;
    display: flex;
    position: relative;
    width: 100%;
    box-shadow: 20px 20px 20px rgb(0 0 0 / 16%);
    overflow: hidden;
    background: white;
}
.popup-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #41AFBE;
    top: 15px;
    z-index: 999;
    border-radius: 50%;
    right: 15px;
    cursor: pointer;
    transition: .4s all;
}
.popup-close-inner:before {
    content: " ";
    width: 20px;
    height: 2px;
    background: white;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
.popup-close-inner:after {
    content: " ";
    width: 20px;
    height: 2px;
    background: white;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 1px);
    transform: rotate(-45deg);
}
.popup-close:hover {
	opacity: .8;
}
#top .popup-inner-content {
    display: flex;
    overflow-y: scroll;
    position: relative;
    padding: 65px;
}
#top .popup-aligner .popup-inner-content:before {
    content: " ";
    width: 56%;
    height: auto;
    background: url(/wp-content/uploads/2022/02/Subtraction-1.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 0px;
    padding-bottom: 39%;
}
#top .popup-aligner .popup-inner-content:after {
    content: " ";
    width: 45%;
    height: auto;
    background: url(/wp-content/uploads/2022/02/Group-2931.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 30px;
    padding-bottom: 81px;
}
#top .popup-inner-content::-webkit-scrollbar {
	width: 0px;
}
#top .popup-aligner .popup-left {
    width: 300px;
	position: relative;
}
#top .popup-aligner .popup-right {
    width: calc(100% - 300px);
    padding-left: 15px;
    color: #444444;
    padding-top: 75px;
    position: relative;
}
#top .popup-aligner .popup-right p {
    font-size: 24px;
    line-height: 1.5;
    margin: 0px 0px 15px;
}
#top .popup-right h2 {
    font-size: 35px;
    font-weight: 700;
    color: #005776;
    margin: 0px 0px 10px;
}
#top .popup-right h4 {
    font-weight: 400;
    margin: 0px 0px 25px;
}
#top .popup-image {
    position: relative;
}
#top .popup-image img {
    position: relative;
    z-index: 99;
    box-shadow: 2px 3px 12px rgb(127 169 174 / 10%);
    border-radius: 50%;
}

/* Responsive */

@media screen and (max-width: 1310px) {
	#top .popup-inner {
		max-width: 100%;
		padding: 0px 50px;
	}
	#top .popup-aligner .popup-left {
		width: 225px;
	}
	#top .popup-aligner .popup-right {
		width: calc(100% - 225px);
		padding-left: 35px;
	}
}

@media screen and (max-width: 767px) {
	#top .popup-inner {
		padding: 0px 7.5%;
	}
    #top .popup-aligner {
		max-width: 90vw !important;
		max-height: 90vh;
        flex-direction: column;
	    background: white;
	}
	.popup-close {
		width: 30px;
		height: 30px;
		top: 10px;
		right: 10px;
	}
	#top .popup-inner-content {
		flex-direction: column;
	}
	#top .popup-aligner .popup-left {
		width: 100%;
		text-align: center;
	}
	#top .popup-aligner .popup-right {
		padding-left: 0px;
		width: 100%;
		text-align: center;
	}
	#top .popup-aligner .popup-right {
		width: 100%;
		padding-top: 0px;
	}
	#top .popup-inner-content {
		padding: 35px;
	}
	#top .popup-image img {
		margin-bottom: 20px;
		max-width: 75%;
	}
	#top .popup-right h2 {
		font-size: 1.5rem;
	}
	#top .popup-aligner .popup-right p {
		font-size: 17px;
	}
}

/************************************************************ Home */

#main .slide-text {
    padding: 0px 0px 50px 50px !important;
}
#main .slide-text h1 {
    color: white;
    font-size: 3.6rem !important;
    line-height: 1.1 !important;
    font-weight: 400 !important;
    max-width: 400px !important;
    min-width: 375px !important;
    white-space: normal;
    margin: 0px !important;
}

/* FW Image and Paddings */

#main .overlap-top {
    transform: translate(0px, -50%);
    position: relative;
    z-index: 10;
    background: transparent;
    margin-bottom: -2vw;
}
#top #main .small-padding-bottom .content {
    padding-bottom: 25px;
}
#top #main .no-padding-top .content {
    padding-top: 0px !important;
}
#top #main .fw-row .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px;
}
#top #main .fw-img,
#top #main .fw-img * {
    width: 100%;
}
#main .section-bottom-image {
    padding-bottom: 19vw;
}
#main .section-bottom-image.version-two {
    padding-top: 70px;
    padding-bottom: 5vw;
    background-position: 50% 5%;
}
#main .section-bottom-image.version-two .flex_column {
    background: rgba(255,255,255,.9);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 80px rgb(0 87 118 / 20%);
}
#main .section-bottom-image.version-three {
    background-position: 50% 100%;
    padding-bottom: 30vw;
	background-size: 100% auto;
}
#main .section-bottom-image.version-three .content {
    padding-bottom: 0px;
}

/************************************************************ Footer */

#top #footer {
    border: none;
    padding: 135px 0px 35px;
}
#top #footer:before {
    content: " ";
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
    padding-bottom: 9.34vw;
    background: url(/wp-content/uploads/2022/02/Component-124-–-1.png) center no-repeat;
    background-size: cover;
    top: 0px;
    transform: translate(0px, -50%);
}
#top #footer .widget {
    margin: 0px 0px 20px;
    font-size: 19px;
    line-height: 1.5;
    color: white;
    font-family: 'argumentum', sans-serif;
}
#top #footer .widget:last-child {
    margin-bottom: 0px;
}
#footer .widgettitle {
    font-size: 19px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 800;
}
#main #footer .textwidget strong {
    text-transform: uppercase;
}
#top #footer .widget p {
    margin-bottom: 7px;
}
#footer ul li {
    padding: 0px;
    margin: 0px 0px 7px;
	text-transform: uppercase;
}
#top #footer .widget a {
    color: white;
    transition: .4s all;
}
#top #footer .widget a:hover {
    color: white;
}
#footer .footer-socials a {
    font-size: 32px;
    margin-left: 20px;
}
#footer .footer-socials a:first-child {
    margin-left: 0px;
}
#top #socket {
    margin: 0px;
    border: none;
}
#top #socket .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#top #socket .copyright {
    text-align: center;
    width: 100%;
    font-size: 19px;
    color: white;
    padding: 25px 0px;
    line-height: 1.35;
    font-family: 'argumentum', sans-serif;
}

/************************************************************ Responsive */

@media screen and (max-width: 1400px) {
	#main .slide-text {
		padding-bottom: 125px !important;
	}
	#main .slide-text h1 {
		font-size: 2.8rem !important;
		min-width: 330px !important;
		max-width: 330px !important;
	}
}

@media screen and (max-width: 1200px) {
	#main h2 {
		font-size: 2.35rem;
	}
	#top {
		font-size: 20px;
	}
	#main .grid-content .flex_column {
		padding: 50px;
	}
}

@media screen and (max-width: 989px) {
	#top #header #header_main li.av-burger-menu-main > a {
    	height: 100px !important;
   		line-height: 100px !important;
		padding: 0px !important;
	}
	#header .av-hamburger-inner,
	#header .av-hamburger-inner:before,
	#header .av-hamburger-inner:after {
    	background: #41afbe !important;
	}
	#top #header .av-burger-overlay-scroll {
    	background: #005776;
	}
	#top #header #header_main li {
		margin-left: 0px;
	}
	#top #header #header_main li a {
    	font-size: 18px;
    	padding: 17px 30px;
    	color: white !important;
    	border: none;
	}
	#header_main li a:before {
		display: none;
	}
	#top #header #header_main .sub-menu {
    	width: 100%;
    	margin: 0px;
    	background: rgba(255,255,255,.1);
    	padding: 10px 0px;
    	border-radius: 0px;
        transform: none;
	}
	#top #header #header_main .sub-menu li a {
    	font-size: 17px;
    	border: none;
    	padding: 12px 20px 12px 70px;
    	font-family: inherit;
	}
	#top #header #header_main .sub-menu li a .avia-bullet {
    	background: white;
	}
	#top #header #header_main #av-burger-menu-ul li:hover > a {
    	background: rgba(255,255,255,.1) !important;
	}
	#main .slide-text {
		padding-bottom: 75px !important;
	}
	#top #footer {
		padding-top: 85px;
	}
	#main .section-bottom-image {
		padding-bottom: 44vw;
	}
	#main .section-bottom-image.version-two .flex_column {
		padding: 30px;
	}
	#top #main .button-arrow .avia-button {
		font-size: 20px;
	}
	#top #main .button-arrow .avia-button:before {
		width: 55px;
		height: 55px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	#top #wrap_all #main .flex_column {
        margin-bottom: 35px;
    }
    #top #wrap_all #main .flex_column:last-child {
    	margin-bottom: 0px;
	}
	#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    	margin-top: 35px;
	}
	#top #main .avia-section .content {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	#header .header_bg {
		height: 100px;
	}
	#main .slide-text {
		padding-bottom: 50px !important;
		padding-left: 7.5vw !important;
	}
	#main .slide-text h1 {
		font-size: 1.8rem !important;
		min-width: 200px !important;
		max-width: 200px !important;
	}
	#main .overlap-top {
    	min-height: unset;
		margin-bottom: 0px;
	}
	#main .overlap-top .content {
		padding: 0px !important;
	}
	#main h2 {
		font-size: 2rem;
	}
	#main .fw-row {
		min-height: unset;
	}
	#main .avia-section.avia-section-no-padding .content {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	#header_main .logo a img,
	#header_main .logo a svg {
		max-height: 50px !important;
	}
	#top #footer {
		padding-top: 65px;
	}
	#top #footer .widget {
		text-align: center;
	}
	#main .section-bottom-image {
		padding-bottom: 15vw;
		background-size: contain !important;
	}
	#main .border-box {
		padding: 25px;
		border-bottom: 1px solid #B2CBCE;
		border-right: none;
	}
	#main .border-box:first-child {
		border-top: 1px solid #B2CBCE;
		border-left: none;
	}
	#top #wrap_all #main .flex_column.avia-builder-el-no-sibling {
		margin-bottom: 0px;
	}
	#main .grid-image {
		padding-bottom: 0px;
	}
	#main .grid-content .flex_column {
		padding: 50px 7.5%;
	}
	#top #wrap_all #main .no-mobile-padding-top .content {
		padding-top: 0px;
	}
	#top #wrap_all #main .av-columns-reverse .avia-builder-el-last {
		margin-bottom: 35px;
	}
	#top #wrap_all #main .av-columns-reverse .avia-builder-el-first {
		margin-bottom: 0px;
	}
	#main .video-caption {
		font-size: 18px;
		padding: 0px;
	}
	#main .column-blue-circle {
		padding-left: 0px;
	}
	#main .column-blue-circle:before {
		width: 85%;
		padding-bottom: 85%;
		transform: translate(-11.5vw, -28%);
		top: 0px;
	}
	#main .quote-text {
		font-size: 1.5rem;
	}
	#main .section-bottom-image.version-two {
		padding-top: 50px;
		padding-bottom: 50px;
		background-size: cover !important;
	}
	#main h3 {
		font-size: 1.65rem;
	}
	#top .avia-cookie-consent .container {
		padding-right: 0px !important;
	}
	#top .avia-cookie-consent .avia_cookie_text {
		text-align: center;
		margin-bottom: 15px;
		font-size: 18px;
	}
	#top .avia-cookie-consent .avia-cookie-consent-button {
    	position: relative;
		display: inline-block;
		top: auto;
		transform: none;
	}
	#main .table-circle-left .flex_column_table:before {
		display: none;
	}
	#main .border-box .avia-image-overlay-wrap {
		height: unset;
	}
	#top.single-post #main .post-title {
		font-size: 24px;
	}
}

@media screen and (max-width: 400px) {
	#main .slide-text h1 {
    	font-size: 1.6rem !important;
    	min-width: 180px !important;
		max-width: 180px !important;
	}
}