/*
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
*/

html,body{
	font-family:'Gothamssm' !important;
	font-weight:400;
}
body {
	border-top:4px solid #2d86c0;
}
#wrap_all{
	margin-top:-4px;
}

/************************************************************ Notification Bar */

#wpfront-notification-bar td {
    border: none;
}
#wpfront-notification-bar .wpfront-message {
    font-size: 17px;
    font-family: inherit;
    line-height: 1.2;
    padding: 12px 50px;
    font-weight: 400;
	width:100%;
	text-align:center;
	
}
#wpfront-notification-bar .wpfront-message  a{
	color:#fff;
}
#wpfront-notification-bar .wpfront-message p:last-child {
    margin-bottom: 0px;
}
#wpfront-notification-bar .wpfront-button {
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 30px;
    display: inline-block;
    margin-left: 30px;
    text-shadow: none;
}
#wpfront-notification-bar .wpfront-button:hover {
	opacity: .8;
	text-decoration: underline;
}
#wpfront-notification-bar-spacer #wpfront-notification-bar .wpfront-close {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    transform: translate(0px, -50%);
    right: 15px;
}

@media screen and (max-width: 767px) {
	#wpfront-notification-bar .wpfront-message {
		padding-bottom: 20px;
        padding-left: 30px;
		padding-right: 30px;
		text-align: center;
		display: block;
		font-size: 16px;
	}
	#wpfront-notification-bar .wpfront-button {
		margin-left: 0px;
    	margin-bottom: 10px;
    	font-size: 14px;
    	margin-top: 5px;
	}
    #wpfront-notification-bar-spacer #wpfront-notification-bar .wpfront-close {
        top: 10px;
        right: 10px;
        transform: none;
    }
}

/************************************************************ Top Bar */

#header_meta {
    height: 45px;
    background: #242424;
}
#header_meta .container {
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header_meta .container:after {
    display: none;
}
#top #header #header_meta .social_bookmarks {
    height: auto;
    overflow: hidden;
    display: flex;
    gap: 5px;
}
#top #header #header_meta .social_bookmarks li {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-right: 1px solid rgba(255,255,255,.4);
}
#top #header #header_meta .social_bookmarks li:first-child {
    border-left: 1px solid rgba(255,255,255,.4);
}
#top #header #header_meta .social_bookmarks li a {
    min-width: unset;
    line-height: 45px;
    width: inherit;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    color: white;
}
#top #header #header_meta .social_bookmarks li a:hover {
    background: #fff;
    color: #242424;
}
#top #header #header_meta .sub_menu {
    top: auto;
    padding: 0px;
}
#top #header #header_meta .sub_menu ul {
	display: flex;
}
#top #header #header_meta .sub_menu li {
    padding: 0px;
    border: none;
}
#top #header #header_meta .sub_menu li a {
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,.4);
    line-height: 45px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .4s all;
    align-items: center;
    color: white;
    letter-spacing: 1px;
}
#top #header #header_meta .sub_menu li:first-child a {
    border-left: 1px solid rgba(255,255,255,.4);
}
#top #header #header_meta .sub_menu li a:hover {
    background: #fff;
    border-color: #fff;
    color: #242424;
}

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

.header_bg{
	background:transparent !important;
}
#header.header-scrolled {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    background: white;
}
#header .av-logo-container {
    height: 130px !important;
    line-height: 130px !important;
    width: calc(100% - 100px) !important;
}
#header_main .logo a {
    display: flex;
    align-items: center;
    height: 130px;
    max-height: 130px !important;
	padding-top: 10px;
}
#header_main .logo a img,
#header_main .logo a svg {
    max-height: 90px !important;
    height: 90px !important;
}
#header_main .inner-container {
    display: flex;
    align-items: center;
}
#header_main .inner-container .main_menu {
    height: auto;
    display: flex;
    align-items: center;
}
#header #header_main .main_menu li {
    margin-left: 30px;
}
#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: 400;
    font-size: 15px;
    padding: 12px 0px;
    text-transform: uppercase;
	color:#023048;
}
#top #header .av-menu-button > a .avia-menu-text {
    color: #D8713B;
    border-color: #D8713B;
    padding: 12px 30px;
    border-width: 2px;
	transition: .4s all;
    border-radius: 0px;
}
#header #header_main .main_menu li:not(.av-menu-button) a:after {
    content: " ";
    width: 0;
    height: 2px;
    background: #2D86C0;
    position: absolute;
    top: 0;
    left: 50%;
	transition: .4s all;
}
#header #header_main .main_menu li:hover > a:after,
#header #header_main .main_menu li.current-menu-item > a:after,
#header #header_main .main_menu li.current-menu-ancestor > a:after {
    width: 100%;
	left: 0;
}
#header #header_main .sub-menu {
    background: #fff;
    padding: 8px;
    border-radius: 0px;
    margin-left: -16px;
    border: none;
    min-width: 260px;
}
#header #header_main .sub-menu li {
    margin: 0px !important;
}
#header #header_main .sub-menu li a {
    background: transparent;
    border: none;
    font-size: 15px;
    padding: 10px 8px;
    line-height: 1.3 !important;
    transition: .4s all;
    text-transform: none;
    font-weight: 300;
}
#header #header_main .sub-menu li a:after {
	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: #E7EFF6;
}
#header .header-widget {
    padding-left: 30px;
}
#header .desktop-phone {
    color: #D8713B;
    border: 2px solid #D8713B;
    padding: 14px 30px;
    border-width: 2px;
    transition: .4s all;
    border-radius: 0px;
    height: auto !important;
    line-height: 1 !important;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}
#header .mobile-phone {
	display: none;
}

/* Search */

#header .avia-search-tooltip {
    background: #f5f5f5;
    border: none;
}
#top #header #searchform div {
    border: none;
    border-radius: 0px;
}
#top #header #searchform #s {
    height: 40px;
    line-height: 40px;
    background: white;
    padding: 10px 40px 10px 10px;
    font-family: inherit;
    font-size: 15px;
}
#top #header #searchform #searchsubmit {
    background: #7B1C4D;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
#top #header #searchform .ajax_search_response {
    position: absolute;
    right: 0px;
    z-index: 999;
    background: white;
    border-radius: 0px;
    width: 100%;
}
#top #header #searchform .ajax_search_response h4 {
    padding: 12px 20px;
    background: #291b25;
    color: white;
    font-size: 18px;
    line-height: 1.2;
}
#top #header #searchform .ajax_search_response .av_ajax_search_entry {
    padding: 10px 20px;
}
#top #header #searchform .ajax_search_response .av_ajax_search_image {
    display: none;
}
#top #header #searchform .ajax_search_response .av_ajax_search_title {
    text-transform: none;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}
#top #header #searchform .ajax_search_excerpt {
    display: none;
}
#top #header #searchform .ajax_search_response .av_ajax_search_entry_view_all {
    background: #7B1C4D;
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    padding: 15px;
    transition: .4s all;
    line-height: 1 !important;
}
#top #header #searchform .ajax_search_response .av_ajax_search_entry_view_all:hover {
	background-color: #291b25;
}

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

body.home#top #main{
	padding-top:0px !important;
}
#top #main {
    padding-top: 130px !important;
	font-weight: 300;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main ul,
#main ol,
#main p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6{
	font-family: "Lora", serif !important;
}
#main h1 {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 1.25;
}
#main h2 {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2;
}
#main h3 {
    font-size: 1.625rem;
    line-height: 1.2;
    font-weight: 500;
}
#main h4 {
    text-transform: uppercase;
    font-size: 17px;
}
#main .avia_textblock > *:last-child {
	margin-bottom: 0px;
}
#main .white-text * {
	color: white;
}
#main .flex-row .entry-content-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#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: transparent;
	border:none;
    border-left: 5px solid #D56E22;
    border-radius: 0px;
    padding: 15px 25px;
    text-transform: none;
    font-weight: 700;
    font-size: 17px;
	transition: .4s all ease-in;
	color:#D8713B;
}
#top #main .avia-button:hover {
    background: #D56E22;
    border-color:#D56E22;
	opacity: 1;
	color:#fff;
}
#main ul ul {
    list-style: circle;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}
#main .list-checks ul li {
    position: relative;
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 8px;
}
#main .list-checks ul li:before {
    content: " ";
    width: 22px;
    height: 22px;
    background: url() center no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
    background-size: contain;
}
#main .white-text p a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
#main ul{
	list-style:square;
}
#main ul li::marker{
	color:#2D86C0;
	font-size:20px;
}
#main .list-2col ul {
    -webkit-column-count: 2;
    column-count: 2;
}
#top #main .av-masonry-load-more {
    background: #009778;
    border: 2px solid #009778;
    border-radius: 25px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
	transition: .4s all;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
#top #main .av-masonry-load-more:hover {
	background: #008fdd;
    border-color: #008fdd;
	opacity: 1;
}
#main .avia-table th {
    background: #058D8D;
    color: white;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0px;
    border-color: #058D8D;
    padding: 10px;
}
#main .avia-table td {
    font-size: 16px;
    letter-spacing: 0px;
    border-color: #e7e7e7;
    padding: 15px;
}
#main sup {
    font-size: 50%;
    line-height: 1;
}
#main .avia-slideshow .avia-slideshow-inner {
    margin-bottom: 0px;
}
#main .avia-slideshow .avia-slide-wrap {
    position: relative;
    display: block;
    height: auto;
    padding-bottom: 550px;
    overflow: hidden;
}
#main .avia-slideshow li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top #main .flex_column_table + .flex_column_table {
    margin-top: 35px;
}
#main strong {
    color: inherit;
	font-weight: 500;
}
#main .contain-large {
    max-width: 850px;
    margin: 0 auto;
}
#main .avia-section.avia-section-default .content {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Grid Content */

#main .grid-img {
    padding: 0px;
}
#main .grid-img * {
    width: 100%;
}
#main .grid-content .flex_cell_inner {
    width: 100%;
    padding: 100px 70px;
    overflow: hidden;
    padding-right: calc(50vw - 605px);
}
#main .grid-content.avia-builder-el-first .flex_cell_inner {
    padding-right: 70px;
    padding-left: calc(50vw - 615px);
    max-width: 100%;
    float: right;
}

/* Sidebar */

#main .sidebar .widget_nav_menu {
    background: #00B1B0;
    border-radius: 8px;
    padding: 20px 0px;
    -webkit-position: sticky;
    position: sticky;
    top: 100px;
}
#main .sidebar .widget_nav_menu .nested_nav {
    padding: 0px;
}
#main .sidebar .widget_nav_menu .nested_nav > li {
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 0px;
    top: auto;
    margin: 0px;
}
#main .sidebar .widget_nav_menu .nested_nav > li:first-child {
    border-top: none;
}
#main .sidebar .widget_nav_menu li a {
    color: white;
    font-family: "News Gothic";
    text-transform: uppercase;
    font-size: 20px;
    padding: 12px 25px;
	margin-right: 40px;
}
#main .sidebar .widget_nav_menu .nested_nav > li.current_page_item {
    background: #019695;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children {
    padding: 0px 0px 10px 30px;
	display: block;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li:before {
	display: none;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li a {
    font-family: 'Open Sans';
    text-transform: none;
    font-size: 16px;
    padding: 5px 20px;
	margin-right: 0px;
}
#top #main .sidebar .widget_nav_menu .nested_nav .children li a:hover {
    color: white;
    text-decoration: underline;
}

/* Grid Builder Facets */

#main .wpgb-card [class*="wpgb-block-"] {
    white-space: normal;
}
#top #main .wpgb-facet {
    display: flex;
    align-items: center;
    max-width: unset;
    flex: unset;
}
#top #main .wpgb-facet fieldset {
    margin-bottom: 0px;
}
#top #main .wpgb-facet .wpgb-facet-title {
    margin: 0px 20px 0px 0px;
    white-space: nowrap;
}
#top #main .wpgb-search-facet .wpgb-input {
    margin: 0px;
    height: 45px;
    border-radius: 3px;
    padding: 10px 10px 10px 35px;
    font-family: inherit;
}
#top #main .wpgb-search-facet .wpgb-input-icon {
    left: auto;
}
#top #main .wpgb-facet select {
    height: 45px;
    margin: 0px;
    font-family: inherit;
    border-radius: 3px;
    min-width: 200px;
    background: transparent;
}
#top #main .wpgb-facet .wpgb-select-controls {
    color: inherit;
    font-size: inherit;
}
#top #main .wpgb-button-facet ul {
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 0px;
}
#top #main .wpgb-button-facet li {
    margin: 0px;
}
#top #main .wpgb-button-facet li .wpgb-button {
    border: none;
    padding: 0px;
    background: transparent;
	outline: none;
}
#top #main .wpgb-button-facet li .wpgb-button .wpgb-button-label {
    padding: 0px;
    background: transparent;
    font-size: 23px;
    font-weight: 600;
    color: #00AC74;
}
#top #main .wpgb-button-facet li .wpgb-button[aria-pressed="true"] .wpgb-button-label {
    color: #333;
}
#top #main .wpgb-facet .wpgb-pagination {
    margin-bottom: 0px;
}
#top #main .wpgb-facet .wpgb-pagination li a {
    font-size: 23px;
}
#top #main .wpgb-facet .wpgb-pagination li a[aria-current="true"] {
    color: #333;
}
#top .flatpickr-month {
    height: 44px;
}
#top .flatpickr-current-month {
    display: flex;
    align-items: center;
    height: 44px;
}
#top .flatpickr-monthDropdown-months,
#top .flatpickr-current-month .numInputWrapper {
    width: 50%;
    margin: 0px 5px;
    font-family: inherit;
    font-size: 15px;
}
#top .flatpickr-current-month .numInputWrapper input {
    margin: 0px;
    font-family: inherit;
}
#main .wpgb-next-button[disabled],
#main .wpgb-prev-button[disabled] {
    display: none;
}
#main .wpgb-card *[class*="wpgb-block"] {
    font-family: inherit;
}
#main .wpgb-area-left {
    margin-left: -75px;
}
#main .wpgb-area-right {
    margin-right: -75px;
}
#main .avia_textblock:has(.wp-grid-builder) > p {
    margin: 0px;
}

/* HubSpot Forms */

#main .hsfc-Form {
    margin-bottom: 0px;
    font-family: inherit;
}
#main .hs-form-html .hsfc-Step__Content {
    padding: 0px;
}
#main .hs-form-html .hsfc-Row {
    margin-bottom: 15px;
}
#main .hs-form-html .hsfc-Step__Content input[type="text"],
#main .hs-form-html .hsfc-Step__Content input[type="tel"],
#main .hs-form-html .hsfc-Step__Content input[type="email"],
#main .hs-form-html .hsfc-Step__Content select,
#main .hs-form-html .hsfc-Step__Content textarea {
    background-color: rgba(0, 63, 95, 0.05);
    padding: 10px 20px;
    border: none;
    font-size: 16px !important;
    font-family: inherit;
    border-radius: 0px;
    margin: 0px;
	font-weight: 300;
    color: #231F20;
}
#main .hs-form-html .hsfc-Step__Content input[type="text"],
#main .hs-form-html .hsfc-Step__Content input[type="tel"],
#main .hs-form-html .hsfc-Step__Content input[type="email"],
#main .hs-form-html .hsfc-Step__Content select {
    height: 45px;
}
#main .right-webinar-col .hs-form-html .hsfc-Step__Content input[type="text"],
#main .right-webinar-col .hs-form-html .hsfc-Step__Content input[type="tel"],
#main .right-webinar-col .hs-form-html .hsfc-Step__Content input[type="email"],
#main .right-webinar-col .hs-form-html .hsfc-Step__Content select,
#main .right-webinar-col .hs-form-html .hsfc-Step__Content textarea,
#main .white-fields .hs-form-html .hsfc-Step__Content input[type="text"],
#main .white-fields .hs-form-html .hsfc-Step__Content input[type="tel"],
#main .white-fields .hs-form-html .hsfc-Step__Content input[type="email"],
#main .white-fields .hs-form-html .hsfc-Step__Content select,
#main .white-fields .hs-form-html .hsfc-Step__Content textarea {
	background-color: white;
}
#main .hs-form-html .hsfc-Step__Content textarea {
    height: 100px;
}
#main .hs-form-html .hsfc-PhoneInput__FlagAndCaret {
    height: 45px;
	border: none;
	background: #E8EEF3;
    border-right: 1px solid #ccc;
}
#main .white-fields .hs-form-html .hsfc-PhoneInput__FlagAndCaret,
#main .right-webinar-col .hs-form-html .hsfc-PhoneInput__FlagAndCaret {
	background-color: white;
}
#main .hs-form-html .hsfc-FieldLabel {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 7px;
    color: #003f5f;
    font-family: inherit;
    font-size: 16px;
}
#main .hs-form-html .hsfc-FieldLabel span {
    font-size: inherit;
	color: inherit;
	font-weight: inherit;
}
#main .hs-form-html .hsfc-FieldLabel .hsfc-FieldLabel__RequiredIndicator {
    color: #D8713B;
    margin-left: 3px;
}
#main .hs-form-html .hsfc-ErrorAlert {
    font-size: 14px;
    font-style: italic;
    padding: 3px 0px 0px;
}
#main .hs-form-html .hsfc-NavigationRow {
    margin-top: 15px;
}
#main .hs-form-html .hsfc-NavigationRow__Buttons {
    justify-content: flex-start;
}
#main .hs-form-html .hsfc-Button {
    font-size: 17px;
    padding: 16px 35px;
    transition: .4s all;
    background: #D8713B;
    text-transform: none;
    border-radius: 0px;
    font-family: inherit;
    font-weight: 500;
}
#main .hs-form-html .hsfc-Button:hover {
    background: #053048;
}
#main .hs-form-html .hsfc-RichText {
    font-family: 'Gothamssm';
}
#main .hs-form-html .hsfc-RichText span {
	font-family: inherit !important;
}

/********************************************** Team Members */

/* Team Grid */

.team-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.team-holder .team-member {
    background: transparent;
    width: 25%;
    padding: 0px 15px 30px;
}
.team-holder.two-columns .team-member {
    width: 50%;
}
.team-holder.three-columns .team-member {
    width: calc(100% / 3);
}
.team-holder.five-columns .team-member {
    width: 20%;
}
.team-holder .team-member .team-member-inner {
    padding: 0px 0px;
	cursor: pointer;
}
.team-member-image,
.popup-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
	width: 100%;
	height: auto;
	padding-bottom: 100%;
}
.team-member-image img,
.popup-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .4s all;
    object-fit: cover;
}
.team-member-image:hover img {
    transform: scale(1.05);
}
.team-member-content {
    text-align: left;
	padding-top:20px;
	font-size:16px !important;
}
#main .team-member-content h4 {
    text-transform: none;
	font-size:18px !important;
    margin-bottom: 15px;
	font-weight:500 !important;
	font-family:'Gothamssm' !important;
}

/* Popups */

#top.popup-open #header,
#top.popup-open .sidebar,
#top.popup-open .page-banner {
    z-index: 0;
}
.popup-open .container_wrap:has(.popup-content) {
    position: relative;
    z-index: 9999999;
}
.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: #003F5F;
}
#top .popup-content.open {
    display: block;
}
#top .popup-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}
#top .popup-inner a {
    color: #00afef;
}
#top .popup-aligner {
    padding: 65px;
    background: white;
	border-top:10px solid #2D86C0;
    border-radius: 0px;
    max-height: 80vh;
    overflow-y: scroll;
    display: flex;
    position: relative;
    width: 100%;
    box-shadow: 0px 50px 50px rgb(0 0 0 / 16%);
    overflow: hidden;
}
.popup-close {
    position: absolute;
    width: 50px;
    height: 50px;
    background: transparent;
    top: 20px;
	border-radius: 50%;
	z-index: 99;
    right: 20px;
    cursor: pointer;
    transition: .4s all;
}
.popup-close-inner:before {
    content: " ";
    width: 30px;
    height: 5px;
    background: #D8713B;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
.popup-close-inner:after {
    content: " ";
    width: 30px;
    height: 5px;
    background: #D8713B;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 1px);
    transform: rotate(-45deg);
}
.popup-close:hover {
	opacity: .8;
}
#top .popup-inner-content {
    display: flex;
    overflow-y: scroll;
}
#top .popup-inner-content::-webkit-scrollbar {
	width: 0px;
}
#top .popup-aligner .popup-left {
    width: 250px;
}
#top .popup-aligner .popup-right {
    width: calc(100% - 250px);
    padding-left: 50px;
}
#top .popup-right h4 {
    text-transform: none !important;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
	font-family:"Gothamssm" !important;
	color:#231F20;
}
#top .popup-aligner .popup-right p {
    line-height: 1.5;
    margin: 0px 0px 15px;
}
#top .popup-right h2 {
    font-size: 2.7rem;
       -webkit-font-smoothing: antialiased;	
}

.popup-contact-link{
	padding-top:15px;
}
/* Responsive */

@media screen and (max-width: 1310px) {
	#top .popup-inner {
		max-width: 100%;
		padding: 0px 50px;
	}
	.team-holder.five .team-member {
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 989px) {
	#main .team-holder .team-member {
		width: 50%;
	}
}

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

@media screen and (max-width: 1310px) {
	#main .wpgb-area-left {
		margin-left: -60px
	}
	#main .wpgb-area-right {
		margin-right: -60px
	}
}

@media screen and (max-width: 767px) {
	#top #main .wpgb-facet {
		width: 100%;
		flex-direction: column;
		margin-bottom: 15px;
	}
	#top #main .wpgb-facet .wpgb-facet-title {
		width: 100%;
		margin: 0px 0px 10px;
	}
	#top #main .wpgb-facet fieldset {
		width: 100%;
	}
    #top #main .wpgb-button-facet li .wpgb-button .wpgb-button-label {
        font-size: 20px;
    }
    #main .wpgb-area-left {
        margin-left: -40px;
    }
    #main .wpgb-area-right {
        margin-right: -40px;
    }
 }

/* Subpages Widget */

#main .sidebar .widget_subpages {
    padding: 30px;
    background: #008fdd;
}
#main .sidebar .widget_subpages .widgettitle {
    color: white;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 24px;
    font-weight: 700;
}
#main .sidebar .widget_subpages .widgettitle a {
    color: inherit !important;
}
#main .sidebar .widget_subpages ul {
    position: relative;
}
#main .sidebar .widget_subpages li:last-child {
    border-bottom: 2px solid rgba(255,255,255,.1);
}
#main .sidebar .widget_subpages li {
    border-top: 2px solid rgba(255,255,255,.1);
    line-height: 1.4;
    font-size: 17px;
}
#main .sidebar .widget_subpages li a {
    color: white;
    display: block;
    padding: 8px 40px 8px 0px;
    position: relative;
}
#main .sidebar .widget_subpages li a:after {
    content: "→";
    background-size: auto;
    right: 0px;
    top: calc(50% - 15px);
    position: absolute;
    font-size: 20px;
}
#main .sidebar .widget_subpages_current_page > a {
    font-weight: 600;
}
#main .sidebar .widget_subpages_current_page > a:after {
    opacity: 0;
    display: none;
}
#main .sidebar .widget_subpages ul ul {
    padding-bottom: 10px;
}
#main .sidebar .widget_subpages ul ul li {
    border: none !important;
    font-size: 15px;
    padding-left: 10px;
}
#main .sidebar .widget_subpages ul ul li a {
    padding: 6px 15px 6px 25px;
}
#main .sidebar .widget_subpages ul ul li a:after {
    content: " ";
    width: 12px;
    height: 2px;
    background: white;
    opacity: .3;
    left: 0px;
    top: 18px;
}

/* 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_label .gfield_required {
    font-size: inherit;
}
#top #main .gfield .ginput_container label {
    font-weight: 400;
}
#main .gform_required_legend {
    display: none;
}
.gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap:8px !important;
	grid-column-gap:1% !important;
}
#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: rgba(0,63,95,0.05);
    padding: 10px 20px;
    border: none;
    font-size: 16px !important;
    font-family: inherit;
    border-radius: 0px;
	margin: 0px;
	color:#231F20;
}
#top #main .gfield input[type="text"],
#top #main .gfield input[type="email"],
#top #main .gfield input[type="tel"],
#top #main .gfield select {
	height: 60px;
}
#top #main .gform_button {
    background: #D8713B;
    text-transform: none;
    color: white;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    padding: 16px 35px;
    transition: .4s all;
    letter-spacing: 0px;
    border-radius: 0px;
    border: 2px solid #D8713B;
    line-height: 1;
    margin: 0px;
    font-family: inherit;
}
#top #main .gform_button:hover {
    background: #053048;
	border-color:#053048;
}
#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;
}
#top #main .gform_required_legend {
    display: none;
}
/* Date Picker */

#top .ui-datepicker-header {
    background: #f5f5f5;
    font-family: "Poppins";
    color: #333;
    border: none;
    padding: 5px;
}
#top .ui-datepicker-title {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
}
#top .ui-datepicker-title select {
    margin: 0px 3px;
    width: 100%;
    text-align: left;
    text-align-last: left;
    font-family: "Poppins";
    font-size: 15px;
    background-position: 100% 50%;
}
#top .ui-datepicker .ui-datepicker-prev,
#top .ui-datepicker .ui-datepicker-next {
    top: 11px;
}
#top .ui-datepicker-header a {
    top: 5px;
}
#top .ui-datepicker-calendar th {
    font-family: "Poppins";
    padding: 5px;
    background: #1b1c4a;
    color: white;
    font-size: 15px;
}
#top .ui-datepicker-calendar th span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: 0px;
}
#top .ui-datepicker-calendar td {
    padding: 2px;
}
#top .ui-datepicker-calendar td a {
    background: transparent;
    border: none;
    text-align: center;
    font-size: 15px;
    font-family: "Poppins";
}
#top .ui-datepicker-calendar td a.ui-state-active {
    background: #0070B9;
}
#top .ui-datepicker-calendar td a:hover {
    background: #f5f5f5;
}
#top .ui-datepicker-calendar td.ui-state-disabled span {
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: .5;
}

/* Cookie Consent */

#top .avia-cookie-consent {
    background: #00558C;
    padding: 25px;
}
#top .avia-cookie-consent .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#top .avia-cookie-consent .avia_cookie_text {
    max-width: 472px;
    text-align: left;
    font-size: 1.2rem;
    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: 16px;
    border: 1px solid white;
    padding: 14px 35px;
    font-weight: 600;
    border-radius: 35px;
    transition: .4s all;
    letter-spacing: 0px;
}
#top .avia-cookie-consent .avia-cookie-consent-button:hover {
	background: white;
	border-color: white;
	color: #222;
}

/* Sub Navigation Element */

#top #main .av-submenu-container {
    border: none;
    background: #f5f5f5;
    padding: 10px 0px;
}
#top #main .av-submenu-container > .container > .av-subnav-menu {
    display: flex;
    justify-content: center;
}
#top #main .av-submenu-container li a {
    background: transparent;
    border: none;
	letter-spacing: 1px;
    font-size: 19px;
    text-transform: uppercase;
    padding: 0px 25px;
}
#top #main .av-submenu-container .sub-menu {
    background: #AE6D57;
    border: none;
    padding: 12px 0px;
    margin-left: 50%;
    transform: translate(-50%, 0px);
    width: auto;
}
#top #main .av-submenu-container .sub-menu li a {
    color: white;
    text-transform: none;
    font-weight: 100;
    padding: 13px 20px 8px;
    line-height: 1.2;
    text-align: center;
    transition: .4s all;
    letter-spacing: 0px;
    white-space: nowrap;
    font-size: 15px;
}
#top #main .av-submenu-container .sub-menu li:hover > a {
	background: rgba(255,255,255,.1);
}

@media screen and (max-width: 1200px) {
    #top #main .av-submenu-container li a {
		font-size: 15px;
		padding: 0px 15px;
	}
}

@media screen and (max-width: 989px) {
    #top #main .av-submenu-container .mobile_menu_toggle {
		background: transparent;
		border: none;
		text-transform: uppercase;
		color: #000;
		font-size: 20px;
		letter-spacing: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#top #main .av-submenu-container .mobile_menu_toggle span {
		font-size: inherit;
	}
	#top #main .av-submenu-container .mobile_menu_toggle:before {
		font-size: 28px;
	}
	#top #main .av-submenu-container > .container > .av-subnav-menu {
		flex-wrap: wrap;
	}
	#top #main .av-submenu-container > .container > .av-subnav-menu {
		display: none;
		justify-content: center;
	}
	#top #main .av-submenu-container > .container > .av-subnav-menu.av-open-submenu {
		display: block;
	}
	#top #main .av-subnav-menu > li {
		display: block;
		width: 100%;
		padding: 0px 25px;
		border: none;
	}
	#top #main .av-submenu-container li a {
		font-size: 18px;
		padding: 8px 0px;
		text-align: left;
		color: #333;
		position: relative;
	}
	#top #main .av-submenu-container li.menu-item-has-children > a:after {
		content: " ";
		width: 10px;
		height: 10px;
		border-right: 2px solid #ae6b57;
		border-bottom: 2px solid #ae6b57;
		position: absolute;
		transform: rotate(45deg);
		right: 2px;
		top: 8px;
	}
	#top #main .av-submenu-container li a:before {
		display: none;
	}
	#top #main .av-submenu-container .sub-menu {
		margin: 0px;
		transform: none;
		background: transparent;
		padding: 0px;
	}
	#top #main .av-submenu-container .sub-menu li {
		border: none;
	}
	#top #main .av-submenu-container .sub-menu li a {
		color: #333;
		text-align: left;
		padding: 8px 0px 8px 25px;
		font-size: 14px;
	}
	#top #main .av-subnav-menu .sub-menu li a:before {
		display: block;
		content: " ";
		width: 10px;
		height: 2px;
		background: #ae6b57;
		position: absolute;
		left: 5px;
		margin: 0px;
		top: 14px;
		opacity: .5;
	}
	#top .sticky_placeholder {
		display: none;
	}
}

/* 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 .post-meta-infos {
    margin: 0px 0px 25px;
    font-size: 20px;
}
#main .template-blog .post_delimiter {
    display: none;
}
#top #main .av-share-box ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#top #main .av-share-box ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    font-size: 20px;
    text-decoration: none;
}
#top #main .av-share-box ul li .avia-tt {
    display: none !important;
}

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

#top #footer {
    border: none;
    padding: 0px 0px;
}
#main #footer .flex_column_table .flex_column {
    width: auto;
}
#top #footer .widget {
    margin: 0px 0px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,.8);
}
#top #footer .widget:last-child {
    margin-bottom: 0px;
}
#footer .widgettitle {
    font-size: 19px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 800;
}
#footer .widget.widget_media_image {
    text-align: center;
}
#footer ul li {
    padding: 0px;
    margin: 0px 0px 7px;
}
#top #footer .widget a {
    color: rgba(255,255,255,.8);
    transition: .4s all;
}
#top #footer .widget a:hover {
    color: #008fdd;
}
#top #footer .footer-socials {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
#top #footer .footer-socials a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#top #footer .footer-socials a:hover {
    background: rgba(255,255,255,.2);
}
#top #footer .footer-socials a img {
    height: 20px;
}
#footer .footer-logo img {
    width: 420px;
    max-width: 100%;
}
#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: 16px;
    color: rgba(255,255,255,.8);
    padding: 25px 0px;
    border-top: 2px solid rgba(255,255,255,.1);
    line-height: 1.35;
}
#main #footer .flex_column_table {
    display: flex;
	margin-top: 0px;
    justify-content: space-between;
}
.ft-contactlink-col{
	display:flex;
	align-items:center;
	color:#fff;
	
}
#main .ft-contactlink-col {
    display: flex;
    width: auto;
}
.ft-contactlink-col .avia-image-container {
	width:83px;
	height:83px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#023048;
	margin: 0 20px 0px 0px;
}
.ft-contactlink-col a{
	color:#fff;
}
#footer{
	font-size:15px;
}
#footer h4{
	color:#2D86C0 !important;
	font-family:'Gothamssm' !important;
	font-size:18px;
	font-weight:500;
}
#footer h4 a{
	color:inherit;
	font-family:inherit;
	font-size:inherit;
}

#footer ul {
	list-style:none;
	color:#fff;
	margin-left:0;
}
#footer a{
	line-height:1.1;
}
#footer a, .copyright-tet a,.copyright-tet{
	color:#fff;
	font-size:15px;
}
.avia-slideshow-arrows{
	opacity:1 !important;
}
.prev-slide,.next-slide{
	top:auto !important;
	bottom:0 !important;
	color:#D8713B !important;
}
.prev-slide{
	right:30px;
}
/************************************************************ To fix underlined links */

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
#main .home-banner .content {
    padding-top: 11vw;
    padding-bottom: 11vw;
    max-height: 90vh;
}
.banner-content{
	max-width:700px;
}
#top.single .banner-content {
    max-width: 100%;
}
.banner-content p{max-width:550px;}
.banner-counter-box{
	padding: 35px;
	background:#003F5F;
	box-shadow: 30px 30px 0px rgba(0,63,95,0.15);
	font-size:25px;
	top:80px;
	margin-left:20% !important;
	width:21.5% !important;
	min-width: 250px;
}
.home-banner-counter{
	padding-top:10px;
}
.home-banner-counter .avia-animated-number-content{
	font-size:25px;
	text-align:left;
	padding-top:10px;
}
#main .home-banner-counter .avia-animated-number-content p {
    margin-bottom: 0px;
}
.home-banner-counter .avia-no-number{
	opacity:1;
}
.home-banner-counter{
	text-align:left !important; 
}
.avia-animated-number-title{
	font-size:70px;
	font-family:"Lora",serif !important;
	font-weight:700 !important;
}

.inner-text-wrap p {
	max-width: 772px;
	margin:0 auto;
}
.career-submit-col{
	max-width:772px;
	margin:0 auto;
}

.career-submit-col a {
	color:#D8713B !important;
}
/* Tabs */

#main .av-tab-section-outer-container {
    max-height: 10)% !important;
}
#main .av-layout-tab-inner {
    height: 100% !important;
}
#main .av-layout-tab-inner h2 {
	font-size:40px !important;
}
#main .av-tab-section-tab-title-container {
    padding: 0 50px !important;
    background: transparent;
    max-width: 1610px !important;
    min-width: 0px !important;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
	left: 0px !important;
    padding-left: 0px;
}
#main .av-tab-section-tab-title-container .av-section-tab-title {
    border: none;
    border-bottom: 1px solid #AF272F;
    margin: 0 15px;
    color: #AF272F;
    font-weight: 400;
    padding: 10px 0px !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    display: flex;
    width: 50%;
}
#main .av-tab-section-tab-title-container .av-section-tab-title:first-child {
    margin-left: 0px;
}
#main .av-tab-section-tab-title-container .av-section-tab-title:last-child{
	margin-right:0px;
}
#main .av-tab-section-tab-title-container .av-section-tab-title:hover, #main .av-tab-section-tab-title-container .av-section-tab-title.av-active-tab-title {
	border-bottom-width: 5px;
}
#main .av-tab-section-tab-title-container .av-section-tab-title.av-active-tab-title:after {
    display: none !important; 
}
#main .av-tab-section-tab-title-container .av-section-tab-title .av-outer-tab-title {
    padding: 0px;
}
#main .av-tab-section-tab-title-container .av-section-tab-title .av-outer-tab-title .av-inner-tab-title {
    margin: 0px;
    text-transform: none;
    font-size: 23px;
    width: auto;
    display: flex !important;
	padding-left:0px;
}
#main .av-tab-section-tab-title-container .av-section-tab-title .av-tab-arrow-container {
    display: none;
}
#main .av-tab-section-inner-container .av-layout-tab {
    padding: 0px;
}
#top #main .av-tab-section-inner-container {
    width: calc(100% - 100px) !important;
    transform: none !important;
    max-width: 1510px;
    display: block;
    margin: 0 auto;
	height: inherit !important;
}
#main .av-tab-section-inner-container .av-layout-tab {
    padding: 0px;
    display: none;
	width: 100%;
}
#main .av-tab-section-inner-container .av-layout-tab.av-active-tab-content {
    display: block;
}
#main .av-tab-section-inner-container .av-layout-tab .container {
    padding: 60px;
    background: transparent;
    max-width: 1710px;
    border-radius: 0px;
    display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}
#main .av-tab-section-inner-container .av-layout-tab .container sup {
	color: inherit;
	text-transform: uppercase;
	font-weight: 600;
}

/*Left side Tabs*/
#main .leftside-tabs {
	overflow: visible;
}
#main .leftside-tabs .av-tab-section-outer-container {
    display: flex;
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 0px 0px 70px;
    max-width: 1310px;
    overflow: visible;
}
#main .leftside-tabs .av-tab-section-inner-container .av-layout-tab {
    background: rgba(45,134,192,0.05);   
    border-top-left-radius: 0px;
    padding: 0px !important;
    box-shadow: none;
    border-top-right-radius: 0px;
	margin-left:15px;
	height: 100%;
}
#main .leftside-tabs .av-tab-section-inner-container .av-layout-tab h3 {
	font-family:'GothamSSm' !important;
	font-size:24px !important;
	font-weight:500 !important;
}
#main .leftside-tabs .av-tab-section-tab-title-container {
    flex-direction: column;
    width: 400px;
    margin-right: 0px;
    padding: 0 !important;
    flex-shrink: 0;
    padding-top: 0px !important;
	padding-right:10px !important;
}
.av-tab-section-image {
	height:40px;
	width:40px;
	opacity:1;
	flex-shrink: 0;
}
#main .leftside-tabs .av-tab-section-tab-title-container .av-section-tab-title{
	font-size: 20px;
    font-family: inherit;
    font-weight: 400;
    border: none;
    position: relative;
    padding: 15px !important;
    transition: .4s all;
    border-radius: 0px 0px 0px 0px;
    background:#003F5F;
    margin-bottom: 3px !important;
	color:#fff !important;
	font-weight:500;
	width:100%;
	margin-left:0px !important;
	justify-content:flex-start;
	align-items:center;
	gap:15px;
}
#main  .leftside-tabs .av-tab-section-tab-title-container:after {
    content: '';
    width: 12px;
    background: white;
    height: 90%;
    position: absolute;
    bottom: 0px;
    right: -15px;
    overflow: hidden;
    box-shadow: -16px -12px 20px 0px rgb(0 0 0 / 20%);
	display:none;
}
#main .leftside-tabs .av-inner-tab-title{
	color:#fff !important;
	font-size: 18px !important;
    font-family: inherit !important;
    font-weight: 400 !important;
	text-align:left;
	padding-left:0px !important;
	height:unset;
}
 #main .leftside-tabs .av-tab-section-tab-title-container .av-section-tab-title:last-child {
    margin-bottom: 0px !important;
}

#main .leftside-tabs .av-tab-section-tab-title-container .av-active-tab-title .av-outer-tab-title:after {
    content: " ";
    width: 39px;
    height: 30px;
    background:url(/wp-content/uploads/2025/02/Polygon-3.svg);
	background-repeat:no-repeat;
	background-size:contain;
    position: absolute;
    right: -38px;
    top: calc(50% - 14px);
    transition: .4s all;
}

 #main .leftside-tabs .av-tab-section-tab-title-container .av-active-tab-title {
    color: #fff !important;
    background:#2D86C0;
	opacity:1;
	z-index:9;
}
 #main .leftside-tabs .av-tab-section-tab-title-container .av-active-tab-title .av-inner-tab-title{
	color:#fff !important;
}

#main .leftside-tabs.orange-color-tabs .av-tab-section-tab-title-container .av-active-tab-title .av-inner-tab-title{
	color:#D86018 !important;
}

#main .no-padding-tabs.leftside-tabs .av-tab-section-outer-container{
	padding:0px 0 70px 0;
}
#main .av-tab-section-outer-container h3{
	font-weight:500;
}

.image-drop-shadow{
	box-shadow:30px 30px 0 0 rgba(0,63,95,0.10);
}
#main .offset-top-right-col .avia-image-container {
    margin-top: -60px;
    width: calc(100% + 90px);
    max-width: unset;
}

.icon-text-flex{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:15px;
}
.icon-text-flex .avia-image-container{
	width:70px;
	flex-shrink:0;
}
#top #main .icon-text-flex h3 {
    font-size: 20px !important;
    font-family: 'GothamSsm' !important;
    padding-left: 20px;
    font-weight: 500 !important;
}
.page-banner{
	position:relative;
}
#main .page-banner + .avia-section {
    padding-top: 50px;
}
#main .page-banner + .avia-section.no-extra-padding {
    padding-top: 0px;
}
.page-banner .entry-content-wrapper {
	display:flex !important;
	align-items:center;
}
#main .blue-background-content-image-overflow .flex_column_table {
    display: flex;
    align-items: center;
}
#main .blue-background-content-image-overflow .content-column {
    background: #003F5F;
    padding: 60px;
}
#main .blue-background-content-image-overflow .white-text strong {
    background: #2D86C0;
    padding: 4px 7px;
	display: inline-block;
}
#main .blue-background-content-image-overflow .image-column .avia-image-container {
    margin: 0px;
}
.banner-content-col{
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	padding-top:50px;
	padding-bottom:50px;
}
.banner-content-col p:first-child, .full-page-banner p:first-child{
	color:#2D86C0;
	font-size:15px;
}
.banner-content-col p:first-child a, .full-page-banner p:first-child a{
	color:inherit;
}
.page-banner .banner-offset-image-col{
	bottom:-60px;
	right:-50px;
}
.small-banner .banner-offset-image-col{
	position:absolute !important;
	top: 100px;
	right:-50px;
}


.banner-content-col h1{
	font-size:2.4rem !important;
}

.dark-blue-shadow{
	box-shadow:30px 30px 0px 0px #003F5F;
}
.small-text-wrap{
	max-width:700px;
}

.page-banner:after{
	content:'';
	width:390px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
}

.service-col .avia-image-container{
	width:200px;
	height:200px;
	background:#003F5F;
	box-shadow:20px 20px 0px 0px rgba(0,63,95,0.1);
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	transition:.4s all ease-in;
}

.service-col .av_textblock_section{
	padding-top:40px;
}
#main .service-col  h3{
	font-size:20px !important;
	font-family:'GothamSSm' !important;
}
.service-col:hover  .avia-image-container{
	background:#D8713B;
}
.service-col:hover  .avia-image-container img {
	filter:brightness(0) invert(1);
}

.link-with-arrow a{
 padding-right: 30px;
    position: relative;
	font-weight:700;
	text-transform: unset;
}
.link-with-arrow a:after {
    content: " ";
    width: 19px;
    height: 17px;
    background: url(/wp-content/uploads/2025/02/arrow-orange.svg) center no-repeat;
    position: absolute;
    right: 0px;
    top: 3px;
    transition: .4s all;
}
.link-with-arrow a:hover{
	color:#D8713B !important;
}
.link-with-arrow a:hover:after {
    right: -5px;
}
#main .wp-block-button a {
    background: transparent;
    border: none;
    border-left: 5px solid #D56E22;
    border-radius: 0px;
    padding: 15px 25px;
    text-transform: none;
    font-weight: 700;
    font-size: 17px;
	position: relative;
    transition: .4s all ease-in;
    color: #D8713B;
	text-decoration: none;
}
#main .wp-block-button a:hover {
	color: white;
}
#main .wp-block-button a:before {
    content: '';
    background: #D56E22;
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: -1;
    transition: .4s all ease-in-out;
}
#main .wp-block-button a:hover:before {
    width: calc(100% + 5px);
}
.featured-testimonial.light-blue-bg .post-entry{
	background:url(/wp-content/uploads/2025/02/career-test.png);
	background-repeat:no-repeat;
	background-size:cover;
	color:#2D86C0;
	padding-bottom:0px;
}
.featured-testimonial.light-blue-bg .post-entry:before {
    content: '';
    height: calc(100% - 50px);
    width: 4px;
    background: #D8713B;
    position: absolute;
    top: 0;
    left: 70px;
}
.career-quote .avia-testimonial-content{
	font-weight:300 !important;
	font-family:'Gothamssm', serif !important;
	font-size:20px !important;
}
.featured-testimonial .post-entry{
	background:#003F5F;
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
}
.featured-testimonial .post-entry:before{
	content:'';
	height:calc(100% - 116px);
	width:5px;
	background:#D8713B;
	position:absolute;
	top:0;
	left:70px;
}
#top .featured-testimonial .avia-testimonial-meta{
	margin-top:0;
	text-align:left;
	padding-right: 50px;
}
.featured-testimonial .avia-testimonial{
	text-align:left;
}
#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px 150px;
}
.avia-testimonial-content {
    font-weight: 400 !important;
    font-family: 'Lora', serif !important;
    font-size: 27px !important;
}
.avia-testimonial-content p:only-child{
	margin-bottom:0px !important;
}
#main .avia-testimonial-wrapper .prev-slide {
    display: none;
}
#top #main .avia-testimonial-wrapper .next-slide {
    opacity: 1;
}
.copyright-col-top{
	position: absolute !important;
    bottom: 70px;
	width: 50% !important;
}

.no-padding-top-section .content{
	padding-top:0px !important;
}

#main .gothamfont-heading h3{
	font-family:'Gothamssm' !important;
	font-weight:500 !important;
	font-size:19px !important;
}

.image-text-flex{
	display:flex;
	align-items:flex-start;
	gap:20px;
}

.image-text-flex .avia-image-container{flex-shrink:0;width:100px;}
#main .image-text-flex h3{
	font-weight:400;
}
.border-top-column h2{
	position:relative;
	padding-top:20px;
	margin:0 auto;
	width:max-content;
}

.border-top-column h2:before{
	content:'';
	height:5px;
	width:100%;
	background:#D8713B;
	position:absolute;
	top:-20px;
	left:50%;
	transform:translate(-50%,0);
}
.border-top-text-column{
	position:relative;
	padding-top:20px;
}
.border-top-text-column:before{
	content:'';
	height:5px;
	width:180px;
	background:#D8713B;
	position:absolute;
	top:-20px;
	left:0;
	overflow:visible;
	visibility:visible;
}
.slide-entry-wrap{
	display:flex;
	align-items:center;
	padding-bottom:40px;
	gap:40px;
}

.join-team-block .content {
	background:url(/wp-content/uploads/2025/02/join-team.png);
	background-repeat:no-repeat;
	background-size:cover;
	padding-left:0px !important;
	padding-right:0px !important;
}
.join-team-block .content .post-entry{
	padding-left:50px;
	padding-right:50px;
}

.heading-and-link-flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	padding:20px;
	background:rgba(0,063,95,0.05);
	margin-bottom:10px;
}
#main .heading-and-link-flex h4{
	margin-bottom:0 !important;
	font-family:"Gothamssm" !important;
	text-transform:none !important;
	font-size:20px !important;
}
.heading-and-link-flex:hover{
	background:#fff;
}

.small-text-col{
	font-size:15px;
	max-width:900px;
	margin:0 auto;
	font-weight:400;
}

.orange-link a {
	color:#D8713B !important;
}

.explore-career-text a{
	font-size:30px;
}

.contact-page-banner p:first-child{
	color:#2D86C0;
	font-size:15px;
}

.contact-block{
	display:flex;
	align-items:flex-start;
	padding-bottom:15px;
}

.contact-block .icon{
	width:43px;
	text-align:center;
}
.contact-text{
	padding-left:25px;
	color:#D8713B !important;
	font-size:20px;
}
#top #main .wpgb-button-facet ul {
    column-gap: 0px;
    row-gap: 0px;
    margin-bottom: 0px;
}
#top #main .wpgb-button-facet li {
    margin: 0px;
}
#top #main .wpgb-button-facet li .wpgb-button {
    border: none;
	border-radius:0;
    padding: 0;;
    background: transparent;
	outline: none;
}
#top #main .wpgb-button-facet li .wpgb-button .wpgb-button-label {
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    color: #D8713B;
	border-right: 1px solid #003F5F;
	padding: 0 15px;
}#top #main .wpgb-button-facet li:first-child .wpgb-button .wpgb-button-label{
	padding-left:0;
}
#top #main .wpgb-button-facet li:last-child .wpgb-button .wpgb-button-label {
	border-right:0;
}
#top #main .wpgb-button-facet li .wpgb-button[aria-pressed="true"] .wpgb-button-label {
    color: #003F5F;
	font-weight: 600;
}
#top #main .wpgb-facet .wpgb-pagination {
    margin-bottom: 0px;
}
#main .wpgb-facet .wpgb-pagination li {
    min-width: unset;
    margin: 0px 10px;
}
#top #main .wpgb-facet .wpgb-pagination li a {
    font-size: 18px;
    background-color: transparent;
    color: #444 !important;
    padding: 0px;
    font-weight: 500;
    width: auto;
}
#top #main .wpgb-facet .wpgb-pagination li a[aria-current="true"] {
    background-color: transparent !important;
    color: #D56E22 !important;
}

.wpgb-grid-3 .wpgb-card.wpgb-card-8:first-child .wpgb-card-inner,
.wpgb-grid-3 .wpgb-card.wpgb-card-9:first-child .wpgb-card-inner {
    flex-direction: row-reverse;
    border: 2px solid #EFF5F9;
}
.wpgb-grid-3 .wpgb-card.wpgb-card-8:first-child .wpgb-card-media,
.wpgb-grid-3 .wpgb-card.wpgb-card-9:first-child .wpgb-card-media {
    width: 50%;
    flex-shrink: 0;
	background: white;
}
.wpgb-grid-3 .wpgb-card.wpgb-card-8:first-child .wpgb-card-media div,
.wpgb-grid-3 .wpgb-card.wpgb-card-9:first-child .wpgb-card-media div {
    background-size: contain;
}
.wpgb-grid-3 .wpgb-card.wpgb-card-8:first-child .wpgb-card-inner,
.wpgb-grid-3 .wpgb-card.wpgb-card-9:first-child .wpgb-card-inner {
	padding-bottom:0px;
}
.wpgb-grid-3 .wpgb-card.wpgb-card-8:first-child .wpgb-card-content,
.wpgb-grid-3 .wpgb-card.wpgb-card-9:first-child .wpgb-card-content {
    width: 50%;
}
.wpgb-grid-3 .wpgb-card.wpgb-card-8:first-child .wpgb-block-5,
.wpgb-grid-3 .wpgb-card.wpgb-card-9:first-child .wpgb-block-5 {
	bottom:0;
}
.wpgb-grid-3 .wpgb-card.wpgb-card-8:nth-child(2) .wpgb-card-media,
.wpgb-grid-3 .wpgb-card.wpgb-card-9:nth-child(2) .wpgb-card-media {
    display: none;
}
#main .wpgb-card-9:nth-child(1) .wpgb-block-2,
.wpgb-card.wpgb-card-9:nth-child(2) .wpgb-block-2 {
    display: none;
}
#main .wpgb-card-9:nth-child(2) .wpgb-block-1 {
    min-height: unset;
}
#main .wpgb-card-9:nth-child(n+2) .wpgb-card-media {
    display: none;
}
#main .wpgb-card-9 .wpgb-block-1 {
    min-height: 110px;
    font-size: 23px;
}
#top #wrap_all #main .link-with-arrow .avia-button {
    padding: 0px 30px 0px 0px !important;
    width: auto;
	color: #D8713B !important;
    background: transparent;
}
#top #wrap_all #main .link-with-arrow .avia-button:after {
    content: " ";
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/02/arrow-orange.svg) center no-repeat;
    position: absolute;
    right: 0;
    top: calc(50% - 11px);
    left: auto;
    transition: .4s all;
}
#top #wrap_all #main .link-with-arrow .avia-button:hover:after {
    right: -5px;
}

/* Mobile Tab Styling */

#main .mobile-tab-title {
    display: none;
    margin: 0 auto 30px;
    max-width: 100%;
    width: 100%;
}
#main .mobile-tab-title button {
    border: none;
    font-family: inherit;
    font-size: 20px;
    padding: 25px;
    line-height: 1.3;
    height: auto;
    background: #003F5F;
    color: #fff;
    border-radius: 0px;
    font-weight: 500;
	text-align: center;
    width: 100%;
    position: relative;
}
#main .mobile-tab-title button span {
    font-size: inherit;
    width: 100%;
    margin: 0px;
}
#main .mobile-tab-title button .av-tab-arrow-container {
    width: 26px;
    height: 26px;
    background: #2D86C0;
    transform: rotate(45deg);
    position: absolute;
    bottom: -13px;
    top: auto;
    left: calc(50% - 13px);
	opacity: 0;
}
#main .mobile-tab-title.active-tab button {
    background: #2D86C0;
    color: white;
    background-size: cover;
}
#main .mobile-tab-title.active-tab button .av-tab-arrow-container {
    opacity: 1;
}
#main .mobile-tab-title.active-tab button span {
    color: white !important;
}
#main .mobile-tab-title button span {
    text-transform: none;
}
#main .leftside-tabs .mobile-tab-title .av-inner-tab-title {
	color: #fff !important;
}

#top #main .leftside-tabs .mobile-tab-title.active-tab .av-inner-tab-title {
	color: white !important;	
}
#top .av-large-testimonial-slider .avia-testimonial-name{
	font-weight:500 !important;
}
.avia-testimonial-content img {
    max-width: 230px;
    max-height: 100px;
    width: auto;
}
#main .image-text-flex h2{
	font-size:1.625rem;
}

.small-padding-bottom-section .content{
	padding-bottom:70px;
}
#main .wpgb-block-5 .avia-button{
	padding-left: 30px !important;
}

.right-webinar-col{
	background:url(/wp-content/uploads/2025/02/form-bg-hh.png);
	background-repeat:no-repeat;
	background-size:cover;
	padding:40px;
	position:relative;
}
.right-webinar-col h3{
	font-size:24px !important;
}

.right-webinar-col:before{
	content:'';
	width:5px;
	height:120px;
	position:absolute;
	top:0;
	left:0;
	background:#D8713B;
	visibility:visible;
}

.link-with-arrow.left-arrow a{
	padding-left:30px;
	padding-right:0;
}
.link-with-arrow.left-arrow a:after {
    right: auto;
    left: 3px;
    top: 2px;
    transform: scaleX(-1);
}
.link-with-arrow.left-arrow a:hover:after{
	left:-5px;
}

#main .avia-section.avia-section-default.small-padding-top-section .content{
	padding-top:50px;
}
/************************************************************ Responsive */

@media screen and (max-width: 1700px) {
	#header_main .logo a img,
	#header_main .logo a svg {
		max-height: 80px !important;
		height: 80px !important;
	}
}

@media screen and (max-width: 1610px) {
	#main .offset-top-right-col .avia-image-container {
		width: calc(100% + 60px);
	}
	.page-banner .banner-offset-image-col {
		right: -25px;
	}
}

@media screen and (max-width: 1500px) {
	#header_main .logo a img, #header_main .logo a svg {
		max-height: 75px !important;
		height: 75px !important;
	}
	#header #header_main .main_menu li {
		margin-left: 25px;
	}
	#header .header-widget {
		padding-left: 25px;
	}
	#header #header_main .main_menu li a {
		font-size: 14px;
	}
	#top #header .av-menu-button > a .avia-menu-text {
		padding: 12px 20px;
	}
}

@media screen and (max-width: 1410px) {
	#header_main .logo a {
		width:75%;
	}
	.page-banner .banner-offset-image-col {
		bottom:0;
		right:0;
	}
	.banner-counter-box {
		padding: 25px;
	}
	.avia-animated-number-title {
		font-size: 60px;
	}
	.home-banner-counter .avia-animated-number-content {
		font-size: 21px;
	}
	.page-banner:after {
		width: 150px;
	}
}

@media screen and (max-width: 1310px) {
    #top #main .grid-content {
        padding-right: 50px;
        padding-left: 50px;
    }
	#header #header_main .main_menu li{
		margin-left:20px;
	}
	#header .header-widget {
		padding-left: 20px;
	}
	#wpfront-notification-bar .wpfront-message{
		font-size:16px;
	}
	#main h1{
		font-size:2.4rem;
	}
	.banner-content-col h1 {
		font-size:2.2rem !important;
	}
	.avia-animated-number-title{
		font-size:3.7rem !important;
	}
	#main .leftside-tabs .av-tab-section-tab-title-container{
		width:350px;
	}
	
	
}
@media screen and (max-width: 1200px){
	.home-banner .content {
		padding-top:10rem !important;
		padding-bottom:3rem !important;
	}
	#main h2 {
		font-size:2rem;
	}
	.inner-text-wrap p{
		font-size:17px;
		line-height:30px;
	}
	#main .leftside-tabs .av-tab-section-tab-title-container {
		width:300px;
	}
	#main .leftside-tabs .av-inner-tab-title {
		font-size:16px !important;
	}
	#main .av-tab-section-inner-container .av-layout-tab .container {
		padding:40px;
	}
	#main .leftside-tabs .av-tab-section-inner-container .av-layout-tab h3 {
		font-size:20px !important;
	}
	#top #header #header_main li.av-burger-menu-main > a {
    	height: 120px !important;
   		line-height: 120px !important;
		padding: 0px !important;
	}
	.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special{
		display:block;
	}
    #header #header_main .main_menu .av-burger-menu-main > a:after,.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
		display: none;
	}
	#header .av-hamburger-inner,
	#header .av-hamburger-inner:before,
	#header .av-hamburger-inner:after {
    	background: #2D86C0 !important;
	}
	.slide-entry-wrap {
		gap: 15px;
	}
	.logo{
		display:flex;
		align-items:center;
	}
	.av-burger-overlay-active #top .av-hamburger-inner,.av-burger-overlay-active #top .av-hamburger-inner::before,.av-burger-overlay-active #top .av-hamburger-inner::after{
		background:#fff !important;
	}
	#top #header .av-burger-overlay-scroll {
    	background: #003F5F;
	}
    #top #av-burger-menu-ul {
        vertical-align: top;
    }
	#top #header #header_main li a {
    	font-size: 18px;
    	padding: 17px 30px;
    	color: white !important;
    	border: none;
	}
	#header_main li a:after {
		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 li {
		margin-left: 0px;
	}
	#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: 20px;
	}
	#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: rgba(255, 255, 255, .1);
	}
	#top #header #header_main #av-burger-menu-ul li:hover > a {
    	background: rgba(255,255,255,.1) !important;
	}
    #top #header #header_meta .sub_menu {
		width: 100%;
	}
	#top #header #header_meta .sub_menu ul {
		width: 100%;
		justify-content: center;
	}
    #top #wrap_all #header .social_bookmarks {
		display: none;
	}
	.small-banner .banner-offset-image-col {
		right:0;
	}
	.icon-text-flex h3{
		font-size:20px !important;
	}
	.blue-background-content-image-overflow .entry-content-wrapper{
		padding-top:30px;
	}
	.blue-background-content-image-overflow .entry-content-wrapper:before{
		top:30px;
	}
	#top {
		font-size: 17px;
	}
	#main .home-banner .content {
		max-height: unset;
	}
	#header_main .logo a {
		height: 120px;
		padding-top: 0px;
	}
	#top #header .av-menu-button > a .avia-menu-text {
		display: block;
		padding: 18px;
		border-radius: 0px;
		color:#fff;
		background:#D8713B;
	}
	.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover{
		background-color:transparent;
	}
	#top #header #header_main li a{
		font-size:16px !important;
	}
	#header .av-logo-container {
		height: 120px !important;
		line-height: 120px !important;
	}
}

@media screen and (max-width: 989px) {
	.banner-counter-box {
    	width: 35% !important;
		margin-left: 5% !important;
	}
    #main .avia_textblock img.alignright,
	#main .avia_textblock img.alignleft,
    #main .wp-caption.alignleft,
	#main .wp-caption.alignright {
		max-width: 35%;
	}
	#main .leftside-tabs .av-tab-section-tab-title-container {
		min-width: 170px !important;
	}
	#main .leftside-tabs .av-tab-section-tab-title-container .av-section-tab-title {
		padding: 12px 20px !important;
	}
	#main .leftside-tabs .av-tab-section-tab-title-container .av-active-tab-title .av-outer-tab-title:after {
    	width: 45px;
    	background-size: contain !important;
		background-repeat: no-repeat !important;
	}
	#main .av-tab-section-inner-container .av-layout-tab .container {
		padding: 0;
	}
	#header .header-widget {
		display: none;
	}
	#header .mobile-phone {
		display: block;
	}
	.home-banner{
		background-position:70% 100% !important;
		position:relative;
		z-index:55;
		margin-bottom:30px;
	}
	.banner-counter-box{
		position:relative;
		margin-bottom:-90px !important;
	}
	.copyright-col-top {
		position: relative !important;
		bottom: 0px;
		width: 100% !important;
		text-align: center;
	}
	#header_main .logo a{
		width:auto;
	}
	.responsive.html_mobile_menu_tablet body.home #wrap_all #header{
		position:absolute !important;
	}
	#main .av-layout-tab-inner{
		padding:45px;
	}
	#main .service-col h3{
		font-size:18px !important;
	}
	.page-banner:after {
		width:20%;
	}
	.icon-text-flex .avia-image-container {
		width: 50px;
	}
	#top #main .icon-text-flex h3 {
		font-size: 17px !important;
		padding-left: 10px;
	}
	.border-top-column h2{
		width:unset;
	}
	#main h1 br {
		display: none;
	}
}

@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;
	}
	#header .av-logo-container {
		width: 85% !important;
	}
	#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;
	}
    #main .avia-table .avia-heading-row {
        display: none;
    }
    #main .avia-table tr {
        padding-bottom: 10px;
    }
    #main .avia-table tr:nth-child(odd) {
        background: #f7f7f7;
    }
	#main h1 {
		font-size: 2rem;
	}
    #main .avia-table td {
        padding: 10px 10px 0px 10px;
        border: none;
    }
    #main .avia-table td:before {
        font-style: normal;
        font-size: inherit;
        font-weight: 700;
        line-height: 1.5;
        margin: 0px 0px 8px;
    }
    #top #wrap_all #main .av-columns-reverse .flex_column.avia-builder-el-last,
	#top #wrap_all #main .av-columns-reverse .flex_column:last-child {
		margin-bottom: 35px !important;
	}
	#top #wrap_all #main .av-columns-reverse .flex_column.avia-builder-el-first,
	#top #wrap_all #main .av-columns-reverse .flex_column:first-child {
		margin-bottom: 0px !important;
	}
    #top #main .flex_column_table {
    	margin-top: 0px;
		margin-bottom: 35px;
	}
    #top #wrap_all #main .flex_column.avia-builder-el-no-sibling {
		margin-bottom: 0px;
	}
	#top #main .flex_column_table:last-child {
		margin-bottom: 0px;
	}
    #top #wrap_all #main .sidebar {
        border: none;
        padding: 0px;
        margin-bottom: 35px;
    }
    #main img.alignright,
	#main img.alignleft,
	#main .wp-caption.alignleft,
	#main .wp-caption.alignright {
		float: none;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
    #main .list-2col ul {
        -webkit-column-count: 1;
        column-count: 1;
    }
    #top .avia-cookie-consent .avia_cookie_text {
		text-align: center;
	}
	#main .mobile-tab-title {
		display: block;
	}
	#main .av-tab-section-inner-container .av-layout-tab {
		display: none !important;
	}
	#main .av-tab-section-inner-container .av-layout-tab.open {
		display: block !important;
	}
	#main .leftside-tabs .av-inner-tab-title {
		text-align: center;
		font-size: 16px !important;
	}
	#main .leftside-tabs .av-tab-section-inner-container .av-layout-tab {
		border-radius: 0;
		margin-left:0px;
	}
	#main .av-layout-tab-inner{
		padding:45px 0;
	}
	#top #main .av-tab-section-inner-container {
		height: auto !important;
		width:100% !important;
	}
	#top {
		font-size: 16px;
	}
	#main .leftside-tabs .av-tab-section-tab-title-container{
		display:none;
	}
	#main .leftside-tabs .av-tab-section-outer-container {
		width: 85vw;
	}
	.home-banner {
		background-image:url(/wp-content/uploads/2025/03/HH-mobile-bg.png)!important;
		background-size:contain !important;
		background-position:top left !important;
		margin-bottom:35px;
	}
	.home-banner .flex_column:first-child{
		padding-top:100px;
	}
	.home-banner .content{
		padding-top:5rem !important;
	}
	#header_main .logo a {
		height: 100px;
	}
	#top #header #header_main li.av-burger-menu-main > a {
        height: 100px !important;
        line-height: 100px !important;
    }
	.responsive #top #wrap_all .home-banner .av-mobile-columns-flex{
		align-items:flex-end;
	}
	body.home#top #main{
		padding-top:100px !important;
	}
	.banner-counter-box{
		width:270px !important;
		margin-left:0 !important;
		top:0;
	}
	.home-banner-counter .avia-animated-number-content{
	}
	.avia-animated-number-title {
		font-size:4rem !important;
	}
	#top #main .avia-button{
		padding:13px 20px;
		font-size:16px;
	}
	.icon-text-flex{
		justify-content:flex-start;
	}
	.icon-text-flex .avia-image-container{
		margin:0;
		width:40px;
	}
	.av-tab-section-image{
		margin-bottom:10px !important;
	}
	#top #footer {
		text-align:center;
	}
	.ft-contactlink-col .avia-image-container{
		margin:0;
	}
	#main h3{
		font-size:1.554rem;
	}
	.ft-contactlink-col {
		flex-direction: column;
		row-gap: 15px;
		margin-bottom: 0px !important;
	}
	
	.icon-page-banner.page-banner:after{
		display:none;
	}
	.page-banner:after{
		width:100%;
		height: 100px;
		bottom:0;
		top:auto;
	}
	#main .page-banner .content {
		padding-bottom: 0px !important;
	}
	#main .icon-page-banner.page-banner .content{
		padding-bottom:20px !important;
	}
	.page-banner .entry-content-wrapper{
		flex-direction:column;
	}
	.banner-content-col{
		padding-top:0px;
		padding-bottom:0px;
	}
	.page-banner .banner-offset-image-col {
		top:0;
		right:0;
		width: 100% !important;
	}
	#main .avia-image-container.avia-align-right {
		margin-left: 0px;
	}
	#main .avia-image-container.avia-align-left {
		margin-right: 0px;
	}
	#main .page-banner + .avia-section {
		padding-top: 0px;
	}
	.image-drop-shadow{
		box-shadow:20px 20px 0 0 rgba(0,63,95,0.10);
		margin-bottom:30px !important;
	}
	.featured-testimonial .post-entry:before{
		left:40px;
	}
	.avia-testimonial-content{
		font-size:18px !important;
	}
	#main h2{
		font-size:1.7rem;
	}
	#top #main .gfield input[type="text"], #top #main .gfield input[type="email"], #top #main .gfield input[type="tel"], #top #main .gfield select{
		height:50px;
	}
	#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{
		font-size:14px !important;
	}
	.small-banner .banner-offset-image-col{
		position:relative !important;
	}
	.banner-content-col h1 {
		font-size:2rem !important;
	}
	#top .popup-right h2{
		font-size:1.7rem;
	}
	.join-team-block .content{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	#top #main .flex_column_table:last-of-type {
		margin-bottom: 0px;
	}
	#top #main .avia-section.no-padding-bottom-section .content {
		padding-bottom: 0px;
	}
	#top #wrap_all #main .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
		padding-right: 25px !important;
	}
	#top .av-large-testimonial-slider .avia-testimonial-name {
		font-size: 17px;
	}
	#main .avia-testimonial-wrapper {
		margin: 0px;
	}
	.join-team-block .post-entry{
		padding:0 20px;
	}
	.border-top-text-column:before {
		top:-5px;
	}
	.heading-and-link-flex h4{
		font-size:17px !important;
	}
	.link-with-arrow a{
		font-size:16px !important;
	}
	.career-submit-col a,.explore-career-text a{
		font-size:28px !important;
	}
	.featured-testimonial.light-blue-bg .post-entry:before{
		left:40px;
	}
	#main .offset-top-right-col .avia-image-container {
		width: 100%;
	}
	#main .leftside-tabs .av-tab-section-inner-container .av-layout-tab {
		height: auto;
	}
	.wpgb-grid-3 .wpgb-card.wpgb-card-8:first-child .wpgb-card-inner,
	.wpgb-grid-3 .wpgb-card.wpgb-card-9:first-child .wpgb-card-inner {
		flex-direction: column;
		padding-bottom: 40px;
	}
	.wpgb-grid-3 .wpgb-card.wpgb-card-8:first-child .wpgb-card-media,
	.wpgb-grid-3 .wpgb-card.wpgb-card-9:first-child .wpgb-card-media {
		width: 100%;
	}
	.wp-grid-builder .wpgb-card-8 .wpgb-block-5,
	.wp-grid-builder .wpgb-card-9 .wpgb-block-5 {
    	position: relative;
	}
	.wpgb-grid-3 .wpgb-card.wpgb-card-8:first-child .wpgb-block-5,
	.wpgb-grid-3 .wpgb-card.wpgb-card-9:first-child .wpgb-block-5 {
		bottom: -40px;
	}
	.wp-grid-builder .wpgb-card-8 .wpgb-card-footer,
	.wp-grid-builder .wpgb-card-9 .wpgb-card-footer {
		background: transparent;
	}
	#top #wrap_all #main .link-with-arrow .avia-button:after {
		top: calc(50% - 10px);
	}
	#top .avia-logo-grid .slide-entry-wrap {
		margin: 0;
		gap: 0px;
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 0px;
	}
	#top #wrap_all #main .slide-entry-wrap .flex_column {
		width: 100%;
		margin: 0px;
		padding: 15px;
	}
	.image-text-flex {
		flex-direction: column;
	}
	.heading-and-link-flex {
    	flex-direction: column;
		align-items: flex-start;
	}
	#main .heading-and-link-flex h4 {
		font-size: 18px !important;
	}
	.join-team-block .content .post-entry {
		padding-left: 30px;
		padding-right: 30px;
	}
	.join-team-block .content {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.career-quote .avia-testimonial-content {
		font-size: 17px !important;
	}
	#top #wrap_all #main .blue-background-content-image-overflow .flex_column_table .image-column {
		margin-bottom: 0px !important;
	}
	#top #wrap_all #main .blue-background-content-image-overflow .flex_column_table .image-column .avia-image-container {
		margin-bottom: 0px !important;
		box-shadow: none;
	}
	#main .blue-background-content-image-overflow .content-column {
		padding: 30px;
	}
	#top #main .ft-menu-col {
		text-align:left;
		margin-bottom:20px !important;
	}
	#footer h4{
		margin-bottom:10px;
		font-size:17px;
	}
	#footer ul li{
		margin-bottom:5px;
	}
	.mobile-space{
		height:20px !important;
	}
	.copyright-tet{
		text-align:center;
	}
	#main #footer .flex_column_table {
		display: block;
		margin-bottom: 0px;
	}
	#main .ft-contactlink-col .avia-image-container {
		margin: 0 auto 20px;
		float: none;
	}
	#main #footer .flex_column {
		text-align: center;
	}
	#top #main .footer-logo {
    	margin: 0 auto;
		float: none;
	}
	#main .ft-contactlink-col {
		margin-bottom: 30px !important;
	}
	#main .ft-contactlink-col:last-child {
		margin-bottom: 0px !important;
	}
	.ft-contactlink-col .avia-image-container{
		width:63px;
		height:63px;
	}
	.ft-contactlink-col .avia-image-container img {
		width:30px;
	}
	#main .offset-top-right-col .avia-image-container{
		margin-top:0px;
	}
	#main .leftside-tabs .av-tab-section-outer-container{
		padding-bottom:50px;
	}
	#top .hr.hr-invisible.av-m83f8xr4-75a5d6110c95c52a39c75515ab8e4166,#top .hr.hr-invisible.av-m83f8sgy-d8d2bd82f7e69b6746990478af3daeb9{
		height:30px !important;
	}
	.wpgb-grid-3 .wpgb-card.wpgb-card-8:first-child .wpgb-card-content, .wpgb-grid-3 .wpgb-card.wpgb-card-9:first-child .wpgb-card-content {
		width: 100%;
	}
	#main .wpgb-card-9 .wpgb-block-1 {
		min-height: unset;
	}
}

@media screen and (max-width:580px){
	.home-banner {		
		margin-bottom:0px !important;
	}
	.home-banner .content{
		padding-bottom:0;
	}
	.home-banner .flex_column:first-child{
		padding-top: 0px;
	}
}

@media screen and (max-width:480px){
	.banner-counter-box {
        width: 160px !important;
        box-shadow: 20px 20px 0px rgba(0, 63, 95, 0.15);
        min-width: 160px;
        background: rgb(0 63 95 / 80%) !important;
        padding: 20px;
		font-size: 19px;
    }
	.home-banner-counter {
		padding-top: 5px;
	}
	.home-banner-counter .avia-animated-number-content{
		font-size: 14px;
	}
	.avia-animated-number-title {
		font-size: 2.2rem !important;
	}
}