/*
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: "ff-good-web-pro", sans-serif !important;
}

.medium-font-weight-text{
	font-weight:600;
}

#top .avia-video .mejs-container, #top .avia-video .mejs-container video,  #top .avia-video{
	border-radius:20px;
}
/************************************************************ 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;
}
#main h2 a,#main h3 a {
	color:#00873E;
}
/************************************************************ Header */
#header .header_bg {
    background: transparent;
}
#header.header-scrolled {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	background: white;
	padding-bottom:20px;
}
.header-widget, .av-main-nav-wrap{
	padding-top: 10px;
}
.header-widget {
    display: flex;
    align-items: center;
}
.header-widget a {
    color: #444444 !important;
    font-weight: 500;
    font-size: 17px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.header-widget a:hover {
	color: var(--enfold-main-color-primary) !important;
}
.header-widget a:last-child{
	margin-right:0px;
}
.header-widget a:not(:last-child):hover .link-icon{
	padding-right:10px;
}
.header-widget .link-icon {
    padding-right: 10px;
    height: 100%;
    transition: .4s all ease;
    line-height: 0;
}
.header-widget .link-icon img {
    height: 21px;
    margin-top: -2px;
}
#header .location-switcher {
    display: flex;
	font-size: 17px;
    align-items: center;
}
#header .location-switcher span, #header .location-switcher a {
    font-size: inherit;
}
#header .header-widget .location-switcher a {
    color: #00873E !important;
}
.header-widget .top-button {
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 80px;
    background: rgb(20, 184, 96);
    background: radial-gradient(circle, rgba(20, 184, 96, 1) 0%, rgba(0, 135, 62, 1) 100%);
    line-height: 1;
    font-weight: 600;
}
.header-widget .top-button:hover {
    background: #005EB8;
	color: white !important;
}
#header .av-logo-container {
    height: 100px !important;
    line-height: 100px !important;
}
#header_main .logo a {
    display: flex;
    align-items: flex-end;
    height: 100px;
    max-height: 100px !important;
}
#header_main .logo a img,
#header_main .logo a svg {
    max-height:77px !important;
    height: 77px !important;
	width:290px;
}
#header_main .inner-container {
    display: flex;
    align-items: center;
	padding-top:10px;
}
#header_main .inner-container .main_menu {
    height: auto;
	display:flex;
	align-items:flex-end;
	flex-direction:column-reverse;
}
#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: 700;
    font-size:20px;
    padding: 12px 0px;
	color:#444444 !important;
    text-transform: none;
}
#header #header_main .main_menu li:not(.av-menu-button) a:after {
    content: " ";
    width: 0;
    height: 3px;
    background: #00873E;
    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: 10px 0px;
    border-radius: 10px;
    margin-left: -20px;
	width: auto;
    border: none;
    min-width: unset;
}
#header #header_main .main_menu li#menu-item-989 .sub-menu {
    left: auto;
    right: 0px;
}
#header #header_main .sub-menu li {
    margin: 0px !important;
}
#header #header_main .sub-menu li a {
    color: #444444;
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 8px 20px;
    line-height: 1.2 !important;
    transition: .4s all;
    text-transform: none;
	white-space: nowrap;
    text-align: left;
    font-weight: 400;
}
#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 {
	color: #00873E !important;
}
#header .location-switcher {
    display: flex;
    font-size: 17px;
    align-items: center;
    gap: 8px;
    margin-right: 20px;
}
#header .location-switcher span, #header .location-switcher a {
    font-size: inherit;
}
#header .header-widget .location-switcher a {
    color: #00873E !important;
}
#header .location-switcher .link-icon {
    padding-right: 0px;
}

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

#top #main {
    padding-top: 0px !important;
}
#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: 3.9rem;
    font-weight: 700;
    line-height: 1.25;
}
#main h2 {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
	letter-spacing: 0px;
}

#main .small-h2 h2{
	font-size:2.8rem;
}
#main h3 {
    font-size: 1.65rem;
    line-height: 1.2;
    font-weight: 500;
}
#main h4 {
    text-transform: uppercase;
    font-size: 17px;
}
#top #main .section-no-padding-top .content {
    padding-top: 0px;
}
#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 {
    text-transform: none;
    font-weight: 700;
    font-size: 20px;
	transition: .4s all;
	background: #005EB8;
	color: #fff !important;
	padding:15px 45px;
	border-radius:80px;
	position:relative;
	z-index:55;
}
#top #main .avia-button:after{
	content:'';
	width:100%;
	height:100%;
	background: radial-gradient(circle, rgba(20,184,96,1) 0%, rgba(0,135,62,1) 100%);
	position:absolute;
	top:0;
	left:0;
	border-radius:80px;
	transition:.4s all ease;
	opacity: 1;
	z-index: -1;
}
#top #main .avia-button:hover {
	opacity: 1;
}
#top #main .avia-button:hover:after{
	opacity: 0;
}
#main .video-holder {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
#main .video-holder .custom-poster {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#main .video-holder .custom-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main .video-holder .custom-poster .play-button {
    background: #005EB8;
    border: none;
    outline: none;
    padding: 20px 15px 20px 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
	transition: .4s all;
	cursor: pointer;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main .video-holder .custom-poster .play-button img {
    object-fit: contain;
}
#main .video-holder .custom-poster:hover .play-button {
	opacity: .8;
}
#top.single-resource .post-content {
    max-width: 800px;
    margin: 0 auto;
}
#main .wp-block-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: block;
}
#main .wp-block-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#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 .list-2col ul {
    -webkit-column-count: 2;
    column-count: 2;
}
#main .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
}
#main .flex-wrapper .flex_column {
    width: calc(100% / 3 - 30px);
    margin: 0px 15px;
}
.caption-text {
    font-size: 14px;
    line-height: 1.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_codeblock {
	line-height: 0;
}
#main .avia-slideshow .avia-slideshow-inner {
    margin-bottom: 0px;
}
#main .avia-slideshow .avia-slide-wrap {
    position: relative;
    display: block;
    height: auto;
    padding-bottom: 535px;
    overflow: hidden;
}
#main .avia-slideshow li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:20px;
}
#top #main .flex_column_table + .flex_column_table {
    margin-top: 35px;
}
#main strong {
    color: inherit;
}
#main .contain-large {
    max-width: 850px;
    margin: 0 auto;
}
#main .avia-section.avia-section-default .content {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Careers List */

#main .careers-list ul {
    margin: 0px;
}
#main .careers-list li {
    margin: 0px 0px 15px;
    padding: 0px;
    list-style: none;
}
#main .careers-list li a {
    font-size: 22px;
    font-weight: 600;
    padding: 18px 80px 18px 35px;
    border: none;
    margin: 0px;
    border-radius: 12px;
    outline: none;
    transition: .4s all;
    background-color: rgba(234, 242, 249, 0.5);
    font-family: inherit;
	display: block;
	position: relative;
	color: inherit;
}
#main .careers-list li a:hover {
	background: #1d418a;
	color: white;
}
#main .careers-list li a:after {
    content: " ";
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2025/01/next.svg) center no-repeat;
    position: absolute;
    right: 35px;
	transition: .4s all;
    top: calc(50% - 15px);
    background-size: contain;
}
#main .careers-list li a:hover:after {
	filter: brightness(0) invert(1);
}

/* Grid Content */

#main .grid-img {
    padding: 0px;
}
#main .grid-img * {
    width: 100%;
}
#main .grid-img.contain-img .avia-image-container {
    padding-left: 100px;
}
#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;
}
#top #main h2:has(img) {
    display: flex;
    align-items: center;
}
#top #main h2:has(img) img {
    width: 115px;
    height: auto;
    flex-shrink: 0;
    margin: 15px 10px 0px 0px;
}
#main .image-shadow .avia-image-overlay-wrap {
    box-shadow: 20px 20px 0px rgba(0, 94, 184, .08);
    border-radius: 50%;
}

/* 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;
}
#main .learn-more-link {
    color: #00873E;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0px 0px;
}
#main .learn-more-link:hover {
    color: #005EB8;
}

/* 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;
	justify-content:center;
}
#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;
}
#main .av-layout-tab .avia-image-container * {
    width: 100%;
}

@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 .career-form {
	max-width:900px;
	margin:0 auto;
}
#main .gform_wrapper {
	margin: 0px;
}
#main .gform_wrapper form {
	margin: 0px;
}
#main .gform_required_legend {
    display: none;
}
#top #main .gfield {
	padding: 0px;
	margin: 0px;
}
#top #main .gfield_label {
    font-size: 18px;
    font-weight: 400;
    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;
}
#top #main .gform_required_legend span {
    font-size: inherit;
    color: inherit;
    padding: 0px 2px;
}
#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: 1px solid #A2A4A7;
    font-size: 16px;
    font-family: inherit;
    border-radius: 10px;
	margin: 0px;
	color:#444444;
}
#top #main .gfield input[type="text"],
#top #main .gfield input[type="email"],
#top #main .gfield input[type="tel"],
#top #main .gfield select {
	height: 55px;
}
.gform_wrapper.gravity-theme .gform_footer{
	text-align:center;
}
#top #main .gform_button {
    background: radial-gradient(circle, rgba(20,184,96,1) 0%, rgba(0,135,62,1) 100%);
    text-transform: none;
    color: white;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    padding: 15px 30px;
    transition: .4s all;
    letter-spacing: 0px;
    border-radius: 80px;
    border: 2px solid white;
    line-height: 1;
    margin: 0px;
    font-family: inherit;
}
#top #main .gform_button:hover {
    background: #005EB8;
	color: white;
}
#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;
}

input::placeholder{
	font-weight:400 !important;
	color:rgb(68,68,68) !important;
	opacity:1 !important;
}
/* 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;
}

#top .avia-slideshow-arrows a {
	color:#00873E;
	
}
.avia-slideshow-arrows a:before{
	background:#FFFFFF;
	border-radius:100%;
}
/* 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;
}

/**************************** Paid Memberships Pro */

#main #resetpassform .pmpro_cols-2 {
    flex-direction: column;
}
#main #resetpassform .pmpro_cols-2 .pmpro_form_field {
    width: 100% !important;
}
#main #resetpassform .pmpro_form_submit {
    margin-top: 5px;
}
#top .pmpro_form label,
#top .pmpro_login_wrap label {
    margin: 0px 0px 8px;
    font-size: 17px;
    text-transform: none;
	font-weight: 400;
}
#top .pmpro_form input[type="text"],
#top .pmpro_form input[type="password"],
#top .pmpro_form input[type="email"],
#top .pmpro_form input[type="date"],
#top .pmpro_form select,
#top .pmpro_form textarea,
#top .pmpro_login_wrap input[type="text"],
#top .pmpro_login_wrap input[type="password"],
#top .pmpro_login_wrap input[type="email"] {
    background-color: #EAF2F9;
    border: none;
    padding: 15px;
    font-size: 15px;
    width: 100%;
}
#top .pmpro_submit hr,
#top .pmpro_login_wrap hr {
    height: 0px !important;
    background: transparent;
    display: block !important;
}
#top .select2-container .select2-selection {
    border: none;
    background-color: #fff;
    padding: 10px 15px 0px;
    border-radius: 5px;
    min-height: unset;
}
#top #main .select2-container .select2-selection__rendered {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#top .select2-container .select2-selection__rendered li {
    margin: 0px;
    padding: 0px;
}
#top .select2-container .select2-selection__rendered .select2-search input {
    border: none;
    background: transparent;
    margin: 0px;
    padding: 0px;
}
#top .select2-container .select2-selection__rendered .select2-selection__choice {
    background: #005EB8;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    margin: 0 5px 5px 0px;
}
#top .select2-container .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: white;
    margin-right: 5px;
}
#main .pmpro_btn {
    font-family: inherit;
    font-weight: 400;
}
#top .pmpro_submit input[type="submit"],
#top .pmpro_submit input[type="button"],
#top .pmpro_login_wrap input[type="submit"],
#top .pmpro_login_wrap input[type="button"] {
	color: #fff !important;
    padding: 14px 55px 12px !important;
    border-radius: 80px !important;
    background: rgb(20, 184, 96);
    background: radial-gradient(circle, rgba(20, 184, 96, 1) 0%, rgba(0, 135, 62, 1) 100%);
    line-height: 1;
    font-weight: 600 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px !important;
    font-family: inherit;
    transition: .4s all !important;
    border: none !important;
    width: auto;
}
#top .pmpro_submit input[type="submit"]:hover,
#top .pmpro_submit input[type="button"]:hover,
#top .pmpro_login_wrap input[type="submit"]:hover,
#top .pmpro_login_wrap input[type="button"]:hover {
	background: #005EB8 !important;
	color: white !important;
}
#top .pmpro_form .pmpro_submit .pmpro_btn-cancel,
#top .pmpro_login_wrap .pmpro_submit .pmpro_btn-cancel {
    background: transparent !important;
    color: #005EB8;
}
#top .pmpro_form .pmpro_submit .pmpro_btn-cancel:hover,
#top .pmpro_login_wrap .pmpro_submit .pmpro_btn-cancel:hover {
    background: #005EB8;
    color: #fff;
}
#main .pmpro_checkout .pmpro_checkout-h2-name {
    display: block;
    width: 100%;
    margin: 0px;
}
#top  .pmpro_checkout .pmpro_checkout-h2-msg {
    font-size: 17px;
}
#top  .pmpro_checkout .pmpro_checkout-h2-msg a {
    color: #005EB8;
}
#top  .pmpro_checkout h2 {
    line-height: 1;
    margin: 0px 0px 15px;
}
#top  .pmpro_asterisk {
    display: none;
}
#top  .pmpro_checkout-field:has(.pmpro_asterisk) label:after {
    content: "*";
	color: #005EB8;
	margin-left: 3px;
}
#pmpro_pricing_fields {
    display: none;
}
#pmpro_user_fields > hr {
    display: none;
}
#top .pmpro_form_field-checkbox .pmpro_form_label {
    font-weight: 400;
    margin-bottom: 0px;
}
#main .pmpro_form_fields .md-do-box-second {
    margin-top: -15px;
}
#main .pmpro_form_fields .pmpro_form_field-radio-item label {
    margin-bottom: 0px;
    font-weight: 400;
}
#top #main textarea {
    height: 100px;
}
#main #pmpro_login .pmpro_card,
#main #change-password .pmpro_card {
    padding: 0px;
}
#main #pmpro_login .pmpro_card .pmpro_card_content,
#main #change-password .pmpro_card .pmpro_card_content {
    padding: 0px !important;
}
#pmpro_login {
    max-width: 550px;
    margin: 0 auto;
}
#loginform .login-submit {
    justify-content: center;
    display: flex;
}
#main .pmpro_section #loginform .input {
    border: 1px solid #EAF2F9;
    border-radius: 5px;
    width: 100% !important;
    max-width: 100%;
    padding: 0px 10px;
    height: 50px;
    outline: none;
    background-color: #EAF2F9;
    transition: .4s border-color;
}
#main .pmpro_section #loginform .input:focus {
	border-color: #005EB8;
}
#top .pmpro_login_wrap .login-remember input {
    margin-right: 5px;
}
#main #pmpro_login .pmpro_card_actions {
    margin: 20px 0px 0px;
    border: none;
    border-radius: 0px;
    padding: 20px;
    text-align: center;
    background: transparent;
    border-top: 2px solid #ccc;
    font-weight: 600;
}
#main .pmpro_form_submit .pmpro_btn,
#main #change-password .pmpro_form_submit .pmpro_btn,
#top #main .pmpro_content_message .pmpro_btn {
    border-radius: 0px;
    box-shadow: none;
    background: #005EB8;
	color: white;
    border: none;
    padding: 15px 50px;
}
#main .pmpro_form_submit .pmpro_btn:hover,
#main #change-password .pmpro_form_submit .pmpro_btn:hover,
#top #main .pmpro_content_message .pmpro_btn:hover {
	background: #005EB8;
}
#change-password .pmpro_form_field {
    padding: 0px 5px;
}
#main #change-password .pmpro_form_submit {
    margin-top: 0px;
}
#main #change-password .pmpro_form_submit .pmpro_btn.pmpro_btn-cancel {
    background: #EAF2F9;
    color: #444;
}
#main #lostpasswordform .pmpro_form_submit {
    justify-content: center;
}
#pmpropp_select_payment_plan h2 {
    margin-bottom: 20px !important;
	padding-top: 20px;
}

/* Account */

#top #pmpro_account .pmpro_box {
    border: none;
    margin: 0px 0px 25px;
    padding: 0px;
}
#pmpro_account-invoices {
    display: none;
}
#top  .pmpro_table th {
    border: none;
    text-align: left;
    background: #006898;
    color: white;
    padding: 15px;
}
#top  .pmpro_table tr:nth-child(even) {
    background: #EDF7FA;
}
#top  .pmpro_table td {
    padding: 15px;
}
#top  .pmpro_table .pmpro_actionlinks {
    display: none;
}
#top  .pmpro_table p {
    margin: 0px 0px 15px;
}
#top  .pmpro_table p:last-child {
    margin-bottom: 0px !important;
}
#pmpro_actionlink-levels {
    display: none;
}
#top  #pmpro_account-profile li {
    margin-bottom: 0px;
}
#top  #pmpro_account-membership th:nth-child(2),
#top  #pmpro_account-membership td:nth-child(2) {
    display: none;
}

/* Edit Profile */

#main .pmpro_card {
    box-shadow: none;
    border: none;
    margin: 0px;
	border-radius: 0px;
}
#main #member-profile-edit .pmpro_card,
section[id*="pmpro_level"] #pmpro_form .pmpro_card {
    padding: 0px;
    background: rgb(51 106 147 / 10%);
}
#main #member-profile-edit .pmpro_form_fieldset,
section[id*="pmpro_level"] #pmpro_form .pmpro_form_fieldset {
    padding: 15px 0px 0px 0px;
    box-shadow: none;
    margin: 0px;
    background: transparent;
    border-radius: 5px;
}
#main #member-profile-edit .pmpro_card .pmpro_spacer,
section[id*="pmpro_level"] #pmpro_form .pmpro_card .pmpro_spacer {
    display: none;
}
#main #member-profile-edit .pmpro_form_fieldset:last-child,
section[id*="pmpro_level"] #pmpro_form .pmpro_form_fieldset:last-child {
	margin-bottom: 0px;
}
#main #member-profile-edit h2,
section[id*="pmpro_level"] #pmpro_form h2 {
    font-size: 22px;
    margin: 0px;
	position: relative;
	cursor: pointer;
	padding-right: 50px;
}
#main #member-profile-edit .pmpro_form_fieldset .pmpro_form_legend + .pmpro_form_fields {
    display: none;
    margin: 0px 0px 20px;
    background: rgba(0, 0, 0, .05);
    padding: 20px 5px;
    border-radius: 5px;
    flex-direction: row;
	column-gap: 0px;
    flex-wrap: wrap;
}
section[id*="pmpro_level"] #pmpro_form .pmpro_form_fieldset .pmpro_form_legend + .pmpro_form_fields {
	display: flex;
	margin: 0px 0px 20px;
    background: rgba(0, 0, 0, .05);
    padding: 20px 5px;
    border-radius: 5px;
    flex-direction: row;
	column-gap: 0px;
    flex-wrap: wrap;
}
#main #member-profile-edit .pmpro_form_fieldset .pmpro_form_legend:has(.open) + .pmpro_form_fields {
    display: flex;
}
#main #member-profile-edit .pmpro_form_fieldset .pmpro_form_legend.open + .pmpro_form_fields {
    display: flex;
}
#main #member-profile-edit .pmpro_form_fieldset .pmpro_form_legend + .pmpro_form_fields > .pmpro_form_fields-description {
    padding: 0px 15px;
}
#main #member-profile-edit .pmpro_form_fieldset .pmpro_form_legend + .pmpro_form_fields .pmpro_form_field,
section[id*="pmpro_level"] #pmpro_form .pmpro_form_fieldset .pmpro_form_legend + .pmpro_form_fields .pmpro_form_field {
    width: 100%;
	padding: 0px 15px;
}
#top .pmpro_form .pmpro_display-field-checkbox,
#top .pmpro_form .pmpro_checkout-field-radio-item {
    display: flex;
    align-items: flex-start;
}
#top .pmpro_form .pmpro_checkout-field-radio-item input,
#top .pmpro_form .pmpro_checkout-field-checkbox input {
    margin-right: 8px;
    margin-top: 6px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
	accent-color: #2F9CCC;
}
#top .pmpro_form .pmpro_checkout-field-radio-item label,
#top .pmpro_form .pmpro_checkout-field-checkbox label {
    font-weight: 400;
    margin-bottom: 0px;
}
#main .pmpro_checkout-field .pmpro_display-field-date {
    display: flex;
}
#main .select2-container {
    width: 100% !important;
}
#member-profile-edit .pmpro_submit hr {
    display: none !important;
}
#top #member-profile-edit.pmpro_form input[type="text"],
#top #member-profile-edit.pmpro_form input[type="password"],
#top #member-profile-edit.pmpro_form input[type="date"],
#top #member-profile-edit.pmpro_form input[type="email"],
#top #member-profile-edit.pmpro_form input[type="number"],
#top #member-profile-edit.pmpro_form select,
#top #member-profile-edit.pmpro_form textarea,
section[id*="pmpro_level"] #pmpro_form input[type="text"],
section[id*="pmpro_level"] #pmpro_form input[type="password"],
section[id*="pmpro_level"] #pmpro_form input[type="date"],
section[id*="pmpro_level"] #pmpro_form input[type="email"],
section[id*="pmpro_level"] #pmpro_form input[type="number"],
section[id*="pmpro_level"] #pmpro_form select,
section[id*="pmpro_level"] #pmpro_form textarea {
	background-color: white;
}
#main .pmpro_form_submit {
    justify-content: center;
}
#main .pmpro_form_submit .pmpro_btn-submit-update-profile {
    background: #005EB8;
    border-radius: 0px;
    border: none;
    font-weight: 600;
    box-shadow: none;
    padding: 16px 40px;
}
#main .pmpro_form_submit .pmpro_btn-cancel {
    background: #fff;
	color: #444;
    border-radius: 0px;
    border: none;
    font-weight: 600;
    box-shadow: none;
    padding: 16px 40px;
}
#main .pmpro_form_submit .pmpro_btn-submit-update-profile:hover,
#main .pmpro_form_submit .pmpro_btn-cancel:hover {
	opacity: .8;
}
#main .md-do-box-first:before {
    content: "Credentials";
    font-weight: 600;
}
#main #member-profile-edit .pmpro_form_fieldset .pmpro_form_legend + .pmpro_form_fields .pmpro_form_field.form-callout,
section[id*="pmpro_level"] #pmpro_form .pmpro_form_fieldset .pmpro_form_legend + .pmpro_form_fields .pmpro_form_field.form-callout {
    background: #F4B841;
    padding: 15px;
    margin: 0px 15px;
}
#main .pmpro_cols-2 {
    width: 100%;
    column-gap: 0px;
}
#main section[id*="pmpro_level"] #pmpro_form .pmpro_payment-expiration,
#main section[id*="pmpro_level"] #pmpro_form .pmpro_payment-cvv {
    width: 50%;
}
#main .pmpro_cols-2 .pmpro_form_field {
    width: 50% !important;
}
#pmpro_btn-submit {
    background: #005EB8;
    border-radius: 0px;
    border: none;
    font-weight: 600;
    box-shadow: none;
    padding: 16px 40px;
    transition: .4s all;
}
#pmpro_btn-submit:hover {
    background: #005EB8;
}

/* Account Adjustments */

#top #main .pmpro_card .pmpro_card_content ul {
    list-style: none;
    margin: 0px;
}
#pmpro_account-membership .pmpro_card_actions {
    display: none;
}
#pmpro_account-membership .pmpro_card_content {
    display: none;
}
#pmpro_account-membership .pmpro_card_title {
    font-size: 20px;
    margin-bottom: 0px;
}
#pmpro_account-orders .pmpro_card_content,
#pmpro_order_list .pmpro_card_content {
    padding: 0px;
}
#pmpro_account-orders .pmpro_card_content tbody tr th,
#pmpro_order_list .pmpro_card_content tbody tr th {
    background: #EAF2F9;
    color: #444;
}
#pmpro_account-orders .pmpro_card_content tbody tr th a,
#pmpro_order_list .pmpro_card_content tbody tr th a {
    color: inherit;
}
#main .pmpro_checkout-fields .pmpro_checkout-field:has(input[type="radio"]) {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}
#main .pmpro_checkout-fields .pmpro_checkout-field:has(input[type="radio"]) input {
    margin: 8px 0px 0px;
}

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

#top #footer {
    border: none;
    padding: 65px 0px 0;
	font-size:18px;
	position:relative;
	z-index:50;
	border-top-left-radius:180px;
}
#top #footer:before {
    content: '';
    width: 100%;
    height: 341px;
    position: absolute;
    top: 0px;
    right: 0;
    background: url(/wp-content/uploads/2024/11/footer-curve-right-one.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(0px, -100%);
    background-position: bottom right;
    pointer-events: none;
}
#main .social-icon img {
    width: 40px;
    height: 40px;
}
#top #footer .widget {
    margin: 0px 0px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
}
#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-page ul {
    margin-left: 0px;
    list-style: none;
}
#footer-page ul li a {
    color: inherit;
    font-weight: 500;
	transition: .4s all;
}
#footer-page ul li a:hover {
    color: var(--enfold-main-color-secondary);
}
#footer ul li {
    padding: 0px;
    margin: 0px 0px 15px;
}
#top #footer .widget a {
    color: #444444;
    transition: .4s all;
	font-weight:600;
	font-size:18px;
	line-height:1;
}
#top #footer .widget a:hover {
    color: #008fdd;
}
#main .footer-dual-polymer {
    margin-left: -25px;
    margin-top: -35px;
    margin-bottom: 10px;
}
#main .footer-dual-polymer img {
    max-width: 120px;
}
#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;
}
#top #main #footer-page .avia-section .template-page {
    padding-bottom: 35px;
}
.bottom-modified-date {
    clear: both;
    background: #EAF2F9;
    text-align: center;
    padding: 0px 0px 15px;
}
.bottom-modified-date p {
    margin-bottom: 0px !important;
}
#footer .copyright-text a {
	color:inherit !important;
}
#top #socket {
    margin: 0px;
    border: none;
    background: #EAF2F9;
}
#top #socket .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#top #socket .copyright {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #444;
    padding: 0px 0px 20px;
    border-top: none;
    line-height: 1.35;
}

/************************************************************ To fix underlined links */

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}


/*Home*/


.slider-text{
	min-width: 1000px !important;
    width: 1000px !important;
    white-space: normal !important;
	margin: 0 auto !important;
	position:relative;
	z-index:3;
}
.slider-text h1 {
	font-size:5.7rem !important;
	line-height:1 !important;
	letter-spacing:-2.2px;
	text-align:center !important;
	font-family: "ff-good-web-pro", sans-serif !important;
}
.slider-text p{
	color:#444 !important;
	font-weight:600 !important;
	font-size:30px !important;
	font-family: "ff-good-web-pro", sans-serif !important;
	letter-spacing: 0px !important;
	text-align:center !important;
}

*grid row*/
#main .career-cta-grid {
	position: relative;
}
#main .grid-img {
    padding: 0px;
}
#main .small-width-img img {
	width: 55%;
	padding-top: 20px;
}
.small-right-align-width-img img {
	width: 80%;
}
#top .grid-content {
    padding: 0px !important;
}
.grid-content .flex_cell_inner {
    width: 100%;
    max-width: 819px;
    padding: 45px 0 45px 25px;
    overflow: hidden;
}
#main .grid-content.av_three_fifth .flex_cell_inner {
    padding: 50px;
    float: left;
    padding-right: calc(50vw - 665px);
    max-width: 100%;
	padding-left:100px;
}
#main .grid-content.av_three_fifth.avia-builder-el-first .flex_cell_inner{
	padding: 70px;
	padding-top:70px;
	padding-bottom: 70px;
    float: left;
    padding-left: calc(50vw - 655px);
    max-width: 100%;
}
#main .grid-content.av_one_half .flex_cell_inner {
    max-width: 100%;
    padding: 50px;
    padding-right: calc(50vw - 665px);
    padding-left:100px;
}
#main .grid-content.avia-builder-el-first.av_one_half .flex_cell_inner {
    max-width: 100%;
    padding-left: calc(50vw - 630px);
    padding-right: 35px;
}
.grid-img.huge-padding-right .ribbon-shape {
	padding-right: 110px !important;
}

#main .grid-content.extra-padding-bottom.av_one_half .flex_cell_inner{
	padding-top:10px;
	padding-bottom:70px;
}
#main .huge-padding-top.grid-img {
	padding-top:100px;
}
.padding-left-img-grid {
	padding-left: 150px;
}

.margin-left-image-grid img{
	margin-left:50px;
}

.grid-img .avia-image-container:not(.ribbon-shape , .top-right-image), .no-grid-img-cl .avia-image-container:not(.ribbon-shape) {
	position: relative;
	z-index: 7;
}
.ribbon-shape-grid-img .ribbon-shape {
	position:absolute;
	bottom:0px;
	z-index: 6;
	padding-right: 
}
.ribbon-shape-grid-img .ribbon-shape img{
	position: absolute;
    width: 100% !important;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 10% 50%;
       object-position: 10% 50%;
    display: block;
    height: auto;
	bottom:0;
}  
#main .left-bottom-bubble{
	position:absolute;
	bottom:0;
}
#main .left-bottom-bubble img {
	width:auto;
	left:60px;
}
#main .small-top-left-shape{
	top:0;
	left:-20px;
	width:55%;
}
#main .small-top-left-shape img{
	width:55%;
	top:0;
}

#main .padding-bottom-grid{
	padding-bottom:100px;
}
/*Unset rows*/
#main .unset-row {
	position: relative;
	z-index: 4;
}
#main .higher-index-section{
	z-index:44;
}
#main .unset-row .container, #main .unset-row .content {
    position: unset;
}

.top-overlap-bubble {
    position: absolute;
    left: 50vw;
    top: -85px;
    width: auto;
    z-index: 5;
    transform: translate(-300px, 0px) !important;
}
.top-overlap-bubble *{
	width: auto;
	height:192px;
}

.top-right-offset-img{
	position: absolute;
    right: calc(((100% - 1520px) / 2) + 150px);
    top: 30px;
    width: auto;
	z-index: 5;
}
.top-right-offset-img *{
	width: auto;
	height:135px;
}
.top-middle-right-offset-img{
	position: absolute;
    right: calc(((100% - 1000px) / 2) + 100px);
    top: -60px;
    width: auto;
}
.top-middle-right-offset-img *{
	width: auto;
	height:156px;
	z-index:25;
}
.top-left-offset-img{
	position: absolute;
    left: -20px;
    top: 100px;
    width: auto;
}
.top-left-offset-img *{
	width: auto;
	height:443px;
}
.first-section-curve-shape-top {
    margin-top: -5vw;
}
.gradient-bg-container{
position:relative;}
.gradient-bg-container:before {
	background-image: url(/wp-content/uploads/2024/08/Rectangle-1825.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top left;
	content:'';
	width:calc(100% - 100px);
	height:calc(100% - 100px);
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%,0);
	border-top-left-radius:50px;
	border-top-right-radius:50px;
} 
.gradient-bg-container .container .entry-content-wrapper {
    padding: 0px 50px;
}
.border-radius-top .container{
	border-top-left-radius:50px;
	border-top-right-radius:50px;
}

.wide-container .container{
	max-width:calc(100% - 100px);
} 
.huge-padding-content .content {
	padding:100px 70px!important;
	box-sizing: border-box;
}
.bubble-image-and-text-flex{
	display:flex;
	align-items:stretch;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.bubble-image-and-text-flex .av_textblock_section{
	width:50%;
	margin-bottom:30px;
	display:flex;
	justify-content:center;
}
.bubble-image-and-text {
	 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width:50%;
}
.bubble-image-and-text .static-image a, .bubble-image-and-text .hover-image a{
	display:flex;
	justify-content:center;
	transition:.4s all ease;
	color:#444444 !important;
	font-weight:500;
}
.avia_textblock.bubble-image-and-text .static-image,
.avia_textblock.bubble-image-and-text .hover-image {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: calc(50% - 100px);
	transition: .4s all;
}
.avia_textblock.bubble-image-and-text .hover-image {
    opacity: 0;
}
.avia_textblock.bubble-image-and-text:hover .hover-image {
    opacity: 1;
}
.avia_textblock.bubble-image-and-text:hover .static-image {
    opacity: 0;
}
.avia_textblock.bubble-image-and-text{
	width:100%;
	display:flex;
	padding-top: 200px;
	position: relative;
}
.title-bubble{
	padding-top:15px;
}
.bubble-image-and-text .title-bubble h3 {
	position:relative;
	padding-right:15px;
	color:#444444 !important;
	font-weight:600 !important;
	margin-top:-20px;
	display:inline-block;
	font-size:24px !important;
}
#main  .title-bubble h3 a{
	color:inherit !important;
}

.bubble-image-and-text .title-bubble h3:after{
	content:'';
	width:14px;
	height:18px;
	background:url(/wp-content/uploads/2024/08/Component-32-–-3.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	right:-10px;
	top:calc(50% - 8px);
	transition:.4s all ease;
}

.bubble-image-and-text .hover-image{
	display:none;
}
.bubble-image-and-text:hover .static-image{
	display:none;
}
.bubble-image-and-text:hover .hover-image{
	display:flex;
}
.bubble-image-and-text:hover .title-bubble h3:after{
	right:-15px;
}
.grid-huge-padding{
	padding-top:100px;
	padding-bottom:100px;
}
/*Page Banner*/
#top.search-results .page-banner:not(.search-banner) {
    display: none;
}

.single-post-banner{
}
#main .single-post-banner h1{
	font-size:2.93rem !important;
}

/* Page Banner */

#main .page-banner {
    position: relative;
    min-height: 580px;
    background:#EAF2F9;
	padding-bottom:90px;
 /*   z-index: 99;*/
}
#main .page-banner .banner-content:after{
	content:'';
	width: 100%;
    height: 247px;
    background: url(/wp-content/uploads/2024/11/banner-right-curve.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 44;
	pointer-events:none;
}
#main .page-banner.page-banner-with-image.icon-and-image-banner, #main .page-banner.page-banner-with-image.circle-image-banner{
	padding-bottom:150px;
} 
#main .page-banner-with-image.icon-and-image-banner .banner-content:after,#main .page-banner-with-image.circle-image-banner .banner-content:after{
	bottom: -50px;
}
#banner-icon {
    position: absolute;
    right: 0px;
    top: 50px;
    height: 100%;
	z-index: 20;
	width: 100%;
}
#banner-icon img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: contain;
    object-position: center right;
}
#main .page-banner.page-banner-with-full-edge-image #banner-icon {
    height: 85%;
    top: 15%;
}
.page-banner-with-image #banner-icon {
   position:absolute;
	right: 0px;
    height: 96%;
    z-index: 20;
    width: 40%;
    bottom: 0px;
	top: auto;
	pointer-events:none;
}
.page-banner-with-image #banner-icon img{
    position: absolute;
    right: 0px;
    height: calc(100% - 100px);
	bottom: 0;
}

.page-banner-with-image.icon-and-image-banner #banner-icon {
    width: 45%;
    height: 90%;
}
.page-banner-with-image #banner-icon img.banner-right-shape-image{
	bottom: 100px;
	height:calc(100% - 200px);
}
.page-banner-with-image .banner-image-right {
    object-fit: contain;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: auto;
    top: 50px;
    z-index: 33;
    width: 40%;
    max-width: 600px;
}
.page-banner-with-image.icon-and-image-banner .banner-image-right, #main .page-banner.page-banner-with-image.circle-image-banner .banner-image-right{
	right:calc((100% - 1510px) / 2);
}
#main .page-banner.page-banner-with-image.circle-image-banner .banner-image-right{
	top: 170px;
}
.page-banner-with-image:not(.icon-and-image-banner) .banner-image-right{
	right:80px;
	bottom:0;
	width:419px;
	height:419px;
	border-radius:100%;
	box-shadow:20px 20px 0px rgb(216 230 243 / 100%) !important;
}
 .drop-shadow-img img{
	border-radius:100% !important;
	box-shadow:20px 20px 0px rgb(216 230 243 / 60%) !important;
}

.top-right-shape-offset{
	position:absolute;
	right:0;
	top:100px;
}

.banner-offset-bottom{
	position:absolute;
	bottom:-50px;
	right:0;
	z-index:44;
}
#main .page-banner.page-banner-with-full-edge-image{
	position:relative;	
	min-height: 650px;
}

#main .page-banner.page-banner-with-full-edge-image #banner-icon {
    padding-top: 30px;
    max-width: 45%;
}
#main .page-banner.page-banner-with-full-edge-image .banner-content img:first-child{
	position:absolute;
	right:0;
	z-index:20;
	pointer-events:none;
	bottom:0;
	width:45%;
}
#main .page-banner.page-banner-with-full-edge-image .banner-content{
	display:flex;
	padding-bottom: 70px;
}
#main .page-banner.page-banner-with-full-edge-image .banner-content .container{
	display:flex;
	align-items:flex-start;
	height:inherit;
	flex-grow:1;
}
#main .page-banner .banner-content {
    padding-top: 170px;
    padding-bottom: 70px;
	min-height:inherit;
	height:inherit;
	position:relative;
}
#main .page-banner .textblock > p:not(:first-child) {
    line-height: 1.5;
    font-size: 23px;
    font-weight: 500;
}
.page-banner-with-icon #banner-icon .txt-graphic {
    height: 250px !important;
}
#main .page-banner .textblock h1,
#main .page-banner .textblock .banner-title {
	color:#1D428A !important;
    font-size: 55px;
	line-height:1.1;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

#main .page-banner .textblock > p:first-child {
    color: #005EB8;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 21px;
	letter-spacing:-1.12px;
}

#main .page-banner .textblock h4, .country-name h4{
	 color: #00558C;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
	text-transform: none;
}
#main .page-banner a {
    color: #00873E;
}

#main .page-banner a.avia-button {
	color: #fff;
}
#main .page-banner .banner-content .link-arrow {
	background: transparent;
    color: #33AD7A;
    border: none;
    padding: 0px;
    font-family: inherit;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 30px;
    position: relative;
}
#main .page-banner .banner-content .link-arrow:after {
    content: " ";
    width: 19px;
    height: 17px;
    background: url(/wp-content/uploads/2022/08/Combined-Shape.png) center no-repeat;
    position: absolute;
    right: 0px;
    top: 9px;
    transition: .4s all;
}
#main .page-banner .banner-content .link-arrow:hover:after {
    right: -5px;
}
.page-banner-icon {
    width: 200px;
    flex-shrink: 0;
}
.page-banner-with-icon  #banner-icon{
    height: 100%;
    bottom: -18px;
    top: auto !important;
    display: flex;
    align-items: flex-end;
}
.page-banner-with-icon #banner-icon img{
	height: 160px !important;
}

.page-banner-with-icon .banner-columns {
	display: flex;
	align-items: center;
}

/* Circle Image Aligner */

#main .circle-image-aligner {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    padding-top: 170px;
    text-align: center;
}
#main .circle-image-aligner img {
    height: auto;
    width: auto;
    max-width: 90%;
    max-height: 100%;
    position: relative;
    right: auto !important;
    top: auto !important;
    object-fit: unset !important;
}

/*about banner*/
.banner-image-overlap-bubble .banner-content{
padding-bottom:100px !important;}
.banner-image-overlap-bubble .banner-content .container{
	display:flex;
	justify-content:space-between;
	position:relative;
	z-index:22;
}
.banner-image-overlap-bubble #banner-icon{
	bottom:50px;
	width:50%;
	right:0;
	top:auto;
	height:80%;
}
.banner-image-overlap-bubble #banner-icon img {
	height:80%;
	position:absolute;
	right:0;
	padding-top:50px;	
}

.banner-image-overlap-bubble #banner-overlapicon {
    position: absolute;
    bottom: 0;
    right: 500px;
	z-index:111;
}
.banner-image-overlap-bubble .banner-content img:first-child{
	position:absolute;
	z-index:45;
	right: 100px;
}
.sub-menu-top-row{
	margin-top:-110px;
}
#top.single-resource .post-date {
    display: none;
}
#top.single-resource #main .container_wrap {
    padding-bottom: 100px;
}
.resource-icon-height{
	height:210px !important; 
}
.sub-nav-links{
	margin-top:-110px !important;
	display:block;
}
.sub-nav-links ul {
	display: flex;
    align-items: stretch;
    justify-content: flex-start;
    list-style: none;
    margin-left: 0;
}
.sub-nav-links ul li {
    padding: 0px;
    border-right: 1px solid white;
	margin-left:0px;
	min-width:200px;
	text-align:center;
	 background: #1D428A;
}
.sub-nav-links ul li:last-child{
	border-right:0px;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
}
.sub-nav-links ul li:first-child{
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
}
.sub-nav-links ul li a {
	color:#fff;
	font-weight:500;
	display:block;
	padding: 15px 40px;
}

.sub-nav-links ul li.active-page,.sub-nav-links ul li:hover{
	background:#005EB8;
	cursor:pointer;
}
.sub-nav-links ul li:hover a {
	color:#fff;
}

#after_tab_section_1 .content {
	padding-top:0px;
}
@media screen and (min-width: 1500px) {
	#main .page-banner {
		min-height: 600px;
	}
}

#top #main .page-banner.short-banner {
    min-height: 430px;
	background-image: url(/wp-content/uploads/2023/03/short-banner.png);
	padding-bottom: 0px;
}
#top #main .page-banner.short-banner .banner-content {
    padding-bottom: 50px;
    height: auto;
    display: flex;
    align-items: flex-start;
}
#top #main .page-banner.short-banner #banner-icon {
    position: absolute;
    right: 0px;
 	bottom: -42px;
    height: auto;
	top: auto;
}
#top #main .avia-section-huge .content {
    padding-top: 70px;
    padding-bottom: 70px;
}
#top #main .avia-testimonial-wrapper {
    margin: 0px;
}
#main .page-banner.short-banner .textblock h1, #main .page-banner.short-banner .textblock .banner-title {
}
#top #main .page-banner.extra-short-banner {
    min-height: 175px;
	background-image: url('/wp-content/uploads/2022/08/Group-871.png');
}
#top #main .page-banner.extra-short-banner .banner-content {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 175px;
    display: flex;
    align-items: flex-start;
}
#top #main .page-banner.extra-short-banner #banner-icon {
    position: absolute;
    right: 0px;
    top: -85px;
    height: calc(100% + 85px);
}

#breadcrumbs {
	padding-bottom: 20px;
	font-size: 18px;
}

.breadcrumb_last {
	text-decoration:underline;
	color: #000;
}
#breadcrumbs a {
	color: #000 !important;
}

#after_revolutionslider_1 .content {
	padding: 20px 0 0;
}

#main .border-top-left-radius {
	border-top-left-radius:140px;
	position:relative;
	z-index:44;
	margin-top:-100px;
}

.bubble-image-decor-left-bottom{
	position:absolute;
	left:-60px;
	bottom:0px;
	z-index:2;
}

.contain-text{
	max-width:860px;
	margin:0 auto;
}
.contain-text-large{
	max-width:990px;
	margin:0 auto;
}
.title-bubble-icon-box{
	padding-top:10px;
	text-align:center;
}
.title-bubble-icon-box h3{
	position: relative;
    padding-right: 15px;
    color: #444444 !important;
    font-weight: 700 !important;
    display: inline-block;
    font-size: 24px !important;
}
.title-bubble-icon-box h3:after{
	content: '';
    width: 14px;
    height: 18px;
    background: url(/wp-content/uploads/2024/08/Component-32-–-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -10px;
    top: calc(50% - 8px);
    transition: .4s all ease;
}
#main .product-logo-row .content{
	padding:0 !important;
}

.light-blue-bg{
	position:relative;
}

.light-blue-bg:before {
	background-image: url(/wp-content/uploads/2024/09/Rectangle-1825.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    content: '';
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.related-resource-row .container{
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	padding:0 100px;
}
.product-logo-row .container {
    padding: 50px;
    border-radius: 120px;
    margin-top: 35px;
    margin-bottom: 35px;
    max-width: 1350px;
    width: calc(100% - 100px);
}
.light-purple-bg .container{
	background:rgba(92,6,140,0.05);
}

.light-orange-bg .container{
	background:rgba(216,66,4,0.05);
}
.light-cyan-bg .container{
	background:rgba(0,140,160,0.05);
}
#main .product-logo-sponsor .slide-entry {
    padding: 0 2% !important;
    width: auto;
}

.product-logo-sponsor .slide-entry-wrap{
	display:flex;
	align-items:center;
	justify-content: center;
}
#main .avia-logo-element-container .slide-entry img {
    width: 245px;
    height: 65px;
    max-height: 120px;
    object-fit: contain;
    object-position: center;
}
.heading-and-link-flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.heading-and-link-flex h2{
	margin-bottom:0px;
}
.heading-and-link-flex a{
	font-weight:700;
}
#main .av-tab-section-outer-container {
    max-height: unset !important;
}
#main .av-layout-tab-inner {
    height: auto !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;
}
#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: 30px 0px 70px;
    max-width: 1450px;
    overflow: visible;
}
#main .leftside-tabs .av-tab-section-inner-container .av-layout-tab {
    background: url(/wp-content/uploads/2024/09/Rectangle-1890.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 50px;
    padding: 0px !important;
    box-shadow: none;
    border-top-right-radius: 50px;
}
#main .leftside-tabs .av-tab-section-tab-title-container {
    flex-direction: column;
    width: 300px;
    margin-right: 0px;
    padding: 0 !important;
    flex-shrink: 0;
    padding-top: 50px !important;
}
#main .leftside-tabs .av-tab-section-tab-title-container .av-section-tab-title{
	font-size: 22px;
    font-family: inherit;
    font-weight: 400;
    border: none;
    position: relative;
    padding: 15px 45px 15px  35px !important;
    transition: .4s all;
    border-radius: 0px 0px 0px 0px;
    background: transparent;
    margin-bottom: 15px !important;
	color:#1D428A !important;
	font-weight:500;
	width:100%;
	margin-left:0px !important;
	justify-content:flex-end;
}
#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:#1D428A !important;
	font-size: 22px !important;
    font-family: inherit !important;
    font-weight: 400 !important;
	text-align:right;
}
 #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: 65px;
    height: 29px;
    background:url(/wp-content/uploads/2024/09/Component-83-–-1.png);
	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: #5C068C !important;
    background:transparent;
	opacity:1;
	z-index:9;
	 font-weight:700 !important;
}
 #main .leftside-tabs .av-tab-section-tab-title-container .av-active-tab-title .av-inner-tab-title{
	color:#5C068C !important;
	 font-weight:700 !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 .leftside-tabs.orange-color-tabs .av-tab-section-tab-title-container .av-active-tab-title .av-outer-tab-title:after{
	background:url(/wp-content/uploads/2024/09/Component-45-–-9.svg);
}
#main .leftside-tabs.cyan-color-tabs .av-tab-section-tab-title-container .av-active-tab-title .av-inner-tab-title{
	color:#008CA0 !important;
}
#main .leftside-tabs.cyan-color-tabs .av-tab-section-tab-title-container .av-active-tab-title .av-outer-tab-title:after{
	background:url(/wp-content/uploads/2024/09/cyan-tab.png);
}
#main .leftside-tabs.blue-color-tabs .av-tab-section-tab-title-container .av-active-tab-title .av-inner-tab-title{
	color: #1D428A !important;
}
#main .leftside-tabs.blue-color-tabs .av-tab-section-tab-title-container .av-active-tab-title .av-outer-tab-title:after{
	background:url(/wp-content/uploads/2024/11/blue-icon.svg);
}
#main .no-padding-tabs.leftside-tabs .av-tab-section-outer-container{
	padding:0px 0 70px 0;
}
.extra-padding-bottom{
	padding-bottom:100px;
}
.extra-padding-bottom-tab {
	padding-bottom: 200px;
}

.offset-top-section {
	margin-top:-200px;
}

.cta-text p {
	max-width:420px;
}

.contain-row-grid{
	padding:0 50px;
}

.black-heading h4{
	color:#000;
	text-transform:none !important;
}
.reference-text {
	font-size: 17px;
}
#main .reference-text ol {
    margin-left: 0px;
}

/* Grid Builder Facets */

#top #main .wpgb-facet {
    display: flex;
    align-items: center;
    max-width: unset;
    flex: unset;
	padding: 0px;
}
#top #main .wpgb-facet fieldset {
    margin-bottom: 0px;
}
#top #main .wpgb-facet .wpgb-facet-title {
    margin: 0px 15px 0px 0px;
    white-space: nowrap;
    width: 165px;
    text-align: right;
    min-width: 165px;
    font-weight: 500;
}
#main .wpgb-facet .wpgb-clear-button {
    right: 20px;
	display: none;
}
#top #main .wpgb-search-facet .wpgb-input,
#top #main .wpgb-date-facet .wpgb-input {
    margin: 0px;
    height: 45px;
    border-radius: 3px;
    padding: 10px;
    font-family: inherit;
	font-weight: 300 !important;
}
.wpgb-facet-4 {
	padding-bottom: 50px !important;
	padding-left: 0 !important;
}
#top #main .wpgb-search-facet .wpgb-input-icon,
#top #main .wpgb-date-facet .wpgb-input-icon {
    left: auto;
    right: 0px;
	display: none;
}
#top #main .wpgb-facet select {
    height: 45px;
    margin: 0px;
    font-family: inherit;
    border-radius: 3px;
    min-width: 200px;
	background-color: white !important;
	font-weight: 300 !important;
}
#top #main .wpgb-facet .wpgb-select-controls {
    color: inherit;
    font-size: inherit;
	display: none;
}
#top #main .wpgb-button-facet ul {
    column-gap: 0px;
    row-gap: 30px;
    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: 20px;
    font-weight: 400;
    color: #00873E;
	border-right: 1px solid #000000;
	padding: 0 15px;
}
#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: #000000;
}
#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;
}
.menu-footer-menu-container li {
	border-bottom:none !important;
}
.menu-footer-menu-container li:first-child a {
padding-top:0px;}

.ft-third-col {
	width:38% !important;
	margin-left:3% !important;
}
.menu-footer-menu-container li a {
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.small-ft-text p{
	font-size: 17px;
}

/* Resources Feed */

#main .resources-feed .resource {
    padding: 30px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .16);
    border-radius: 15px;
    margin-bottom: 20px;
}
#main .resources-feed .resource .resource-primary {
    display: flex;
}
#main .resources-feed .resource .resource-primary .resource-content-right {
    width: 100%;
}
#main .resources-feed .resource .resource-primary .resource-content-right h3 {
    color: #444444;
    font-size: 20px;
}
#main .resources-feed .resource .terms .term-icon-and-title {
    padding-bottom: 0px;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
#main .resources-feed .resource .terms .term-icon-and-title:after {
    content: " ";
    width: 1px;
    height: 14px;
    background: #444;
    position: absolute;
    right: 0px;
    top: calc(50% - 7px);
}
#main .resources-feed .resource .terms .term-icon-and-title:last-child:after {
    display: none;
}
#main .resources-feed .resource .terms {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 12px;
}
#main .term-icon-and-title.related-products {
    column-gap: 10px;
}
#main .term-icon-and-title.related-products img {
    height: 30px;
}
#main .resources-feed .resource .terms .term-icon-and-title.resource-types,
#main .resources-feed .resource .terms .term-icon-and-title.resource-categories {
    color: #1D428A;
}
#main .resources-feed .resource .terms .term-icon-and-title.resource-types img {
    height: 25px;
    width: auto;
}
#main .resources-feed .resource-cta a {
    font-weight: 700;
}
#main .resources-feed .product-type-image {
    width: 64px;
    height: 64px;
    background: url(/wp-content/uploads/2024/12/Icon-Drop.svg) center no-repeat;
    background-size: contain;
}
#main .resources-feed .product-type-image {
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2024/12/Icon-Drop.svg) center no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    padding-left: 2px;
}
#main .resources-feed .product-type-image img {
    width: 25px;
    height: 25px;
}
.resource-thumbnail {
    width: 170px;
    flex-shrink: 0;
    margin-right: 30px;
}
.resource-thumbnail .thumbnail-inner {
    display: flex;
    justify-content: center;
}
.resource-thumbnail img {
    border: 1px solid #D3D3D3;
    max-height: 170px;
    width: auto;
}

/* Resources Search */

#main .filters-toggle {
    display: none;
}
#main .resource-search-bar {
    background: url(/wp-content/uploads/2024/12/Rectangle-1825.png) top center;
    background-size: 100%;
    border-radius: 20px 20px 0px 0px;
    padding: 30px;
}
#main .resource-search-bar .search-filter-base {
    margin-bottom: 30px;
}
#main .resource-search-bar .search-filter-label {
    margin-bottom: 10px;
    color: #444;
    font-size: 20px;
    font-weight: 700;
}
#main .resource-search-bar .search-filter-base + br {
    display: none;
}
#main .resource-search-bar .search-filter-input-checkbox {
    font-size: 18px;
    line-height: 1.3;
}
#main .resource-search-bar .search-filter-base .search-filter-input-group {
    margin-left: 0px;
}
#main .resource-search-bar .search-filter-base .search-filter-input-checkbox label,
#main .resource-search-bar .search-filter-base .search-filter-input-checkbox label span {
    font-size: inherit;
}
#main .resource-search-bar .resource-type-filter > .search-filter-input-group > .search-filter-input-checkbox > label {
    background: #1D428A;
    padding: 14px 15px 10px;
    border-radius: 5px;
}
#main .resource-search-bar .resource-type-filter > .search-filter-input-group > .search-filter-input-checkbox > label .search-filter-input-checkbox__control {
    display: none;
}
#main .resource-search-bar .resource-type-filter > .search-filter-input-group > .search-filter-input-checkbox > label span {
    color: white;
    font-weight: 600;
    padding: 0px;
}
#main .resource-search-bar .search-filter-input-text {
    padding: 10px;
    border: 1px solid #ccc;
}
#main .resource-search-bar .search-filter-input-text__input {
    border: none;
    background: transparent !important;
    margin: 0px;
}
#main .resource-search-bar .search-filter-input-checkbox--is-active .search-filter-input-checkbox__container svg {
    fill: #005EB8;
    color: #005EB8;
}
#main .search-filter-field--control-type-reset button {
    background: rgb(102, 102, 102);
    background: linear-gradient(0deg, rgba(102, 102, 102, 1) 0%, rgba(204, 204, 204, 1) 100%);
    border-radius: 35px;
    color: white;
    font-weight: 600;
    font-size: 19px;
    border: none;
    padding: 17px 35px;
    line-height: 1;
	transition: .4s all;
}
#main .search-filter-field--control-type-reset button:hover {
	opacity: .8;
}
#top #main .wp-pagenavi {
    display: flex;
    align-items: center;
    width: 100%;
}
#top #main .wp-pagenavi .pages {
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-right: auto;
}
#top #main .wp-pagenavi a,
#top #main .wp-pagenavi span {
    border: none;
    font-size: 18px;
    color: #00873E;
    font-weight: 700;
    box-shadow: none !important;
    width: auto;
    padding: 0px 5px;
    background: transparent;
    box-shadow: none !important;
}
#top #main .wp-pagenavi span.current {
    background: transparent !important;
    color: #444 !important;
}

/************************************************************  Mobile Menu */

#mobile-menu {
    display: none;
    margin-left: auto;
}
#mobile-menu .shiftnav-toggle {
    background: transparent;
    color: #1D428A;
    font-size: 34px;
    padding: 0px;
    line-height: 100px;
}
#mobile-menu .shiftnav-toggle i {
    margin-right: 0px;
}
#shiftnav-main {
    width: 320px;
}
#shiftnav-main:after {
	display: none;
}
#shiftnav-main .shiftnav-nav {
    padding-top: 75px;
    background: #1D428A;
}

#shiftnav-main .mm-quick-links li,
#shiftnav-main .mm-buttons li{
	list-style:none;
}
#shiftnav-main .shiftnav-nav li a {
    text-transform: none;
    font-weight: 500;
    font-size: 19px;
    color: white;
    padding: 10px 30px;
    font-family: inherit;
}
#shiftnav-main .shiftnav-panel-close {
    color: white;
}
#shiftnav-main .shiftnav-nav .shiftnav-submenu-activation {
    font-size: 12px;
    color: #fff;
	max-height: 52px;
	min-width: 80px;
}
#shiftnav-main .sub-menu {
    background: rgba(0,0,0,.1);
}
#shiftnav-main .sub-menu.shiftnav-sub-active {
    padding: 10px 0px;
}
#shiftnav-main .sub-menu li a {
    text-transform: none;
    font-weight: 400;
    font-size: 17px;
    padding: 8px 15px 8px 45px;
    font-family: inherit;
}
#shiftnav-main .sub-menu .sub-menu li a {
    padding: 6px 15px 6px 70px;
}
#shiftnav-main .sub-menu .sub-menu li a:before {
    content: " ";
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 45px;
    top: 17px;
    opacity: .5;
}
#shiftnav-main .sub-menu .menu-icon a {
    display: flex;
    align-items: flex-start;
}
#shiftnav-main .sub-menu .menu-icon a i {
    width: 30px;
    text-align: center;
    font-size: 19px;
    margin-right: 10px;
    transform: translate(0px, 2px);
}
#shiftnav-main .mm-quick-links {
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 30px;
    background: transparent;
    margin-top: 15px;
}
#shiftnav-main .mm-quick-links h4,
#shiftnav-main .mm-socials h4,
#shiftnav-main .mm-contact h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0px;
    margin: 0px 0px 15px;
    font-weight: 700;
    font-family: inherit;
}
#shiftnav-main .mm-quick-links li a {
    color: white;
    display: flex;
    font-size: 18px;
    padding: 8px 0px;
    text-transform: none;
    font-weight: 500;
}
#shiftnav-main .mm-quick-links li a .link-icon {
    padding-right: 10px;
    width: 30px;
    flex-shrink: 0;
}
#shiftnav-main .mm-buttons {
    background: rgba(0,0,0,.1);
    padding: 30px;
}
#shiftnav-main .mm-socials {
    padding: 30px;
    background: transparent;
    text-align: center;
}
#shiftnav-main .mm-socials a {
    color: #fff;
    font-size: 19px;
    border: 1px solid white;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    line-height: 35px;
    margin: 0px 3px;
}
#shiftnav-main .mm-buttons li {
    margin-bottom: 10px;
}
#shiftnav-main .mm-buttons li:last-child {
    margin-bottom: 0px;
}
#shiftnav-main .mm-buttons li a {
    display: block;
	    color: #fff !important;
    padding: 12px 32px;
    border-radius: 80px;
    background: rgb(20, 184, 96);
    background: radial-gradient(circle, rgba(20, 184, 96, 1) 0%, rgba(0, 135, 62, 1) 100%);
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

#main .no-padding-bottom-section .content {
	padding-bottom:0px !important;
}
@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;
    }
}

@media screen and (max-width: 1310px) {
    #main .leftside-tabs .av-tab-section-tab-title-container {
        width: 25%;
        min-width: 250px !important;
    }
}

/* 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: rgba(92,6,140,0.05);
    color: #000;
    border-radius: 35px;
    font-weight: 700;
	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: #5C068C;
    transform: rotate(45deg);
    position: absolute;
    bottom: -13px;
    top: auto;
    left: calc(50% - 13px);
	opacity: 0;
}
#main .mobile-tab-title.active-tab button {
    background: #5C068C;
    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: #5C068C !important;
}
#main .orange-color-tabs .mobile-tab-title button {
	background: rgba(216,66,4,0.05);
	color: #D86018;
}
#main .leftside-tabs.orange-color-tabs .mobile-tab-title .av-inner-tab-title {
	color: #D86018 !important;
}
#main .orange-color-tabs .mobile-tab-title.active-tab button,
#main .orange-color-tabs .mobile-tab-title button .av-tab-arrow-container {
	background: #D86018;
	color: #D86018;
}
#main .cyan-color-tabs .mobile-tab-title button {
	background: rgba(0,140,160,0.05);
	color: #008CA0;
}
#main .leftside-tabs.cyan-color-tabs .mobile-tab-title .av-inner-tab-title {
	color: #008CA0 !important;
}
#main .cyan-color-tabs .mobile-tab-title.active-tab button,
#main .cyan-color-tabs .mobile-tab-title button .av-tab-arrow-container {
	background: #008CA0;
	color: #008CA0;
}
#main .blue-color-tabs .mobile-tab-title button {
	background: #EAF2F9;
	color: #1D428A;
}
#main .leftside-tabs.blue-color-tabs .mobile-tab-title .av-inner-tab-title {
	color: #1D428A !important;
}
#main .blue-color-tabs .mobile-tab-title.active-tab button,
#main .blue-color-tabs .mobile-tab-title button .av-tab-arrow-container {
	background: #1D428A;
	color: #1D428A;
}
#top #main .leftside-tabs .mobile-tab-title.active-tab .av-inner-tab-title {
	color: white !important;	
}

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

#main .page-banner.small-size {
    min-height: 500px;
}
#main .page-banner.page-banner-with-image.icon-and-image-banner.small-size {
    padding-bottom: 50px;
}

@media screen and (max-width: 1710px) {
	.banner-image-overlap-bubble .banner-content img:first-child {
		width: 300px;
		top: 250px;
	}
	.banner-image-overlap-bubble #banner-overlapicon {
    	width: 150px;
		right: 400px;
	}
}

@media (max-width: 1600px){
	#main .page-banner .textblock h1, #main .page-banner .textblock .banner-title {
		font-size: 45px;
	}
	#main .page-banner.page-banner-with-full-edge-image {
		min-height: 600px;
	}
	#main h2 {
        font-size: 2.7rem;
    }
}

@media screen and (max-width:1400px) {
	.slider-text h1 {
        font-size: 4.55rem !important;
        max-width: 900px !important;
        margin: 0 auto;
    }
	#main h2{
		font-size:3rem;
	}
	.page-banner-with-image #banner-icon img.banner-right-shape-image {
		bottom: 0px;
		height: 100%;
		object-fit: contain;
	}
	.page-banner-with-image .banner-image-right {
   		width: 35%;
		right: 100px !important;
	}
	.banner-image-overlap-bubble .banner-content img:first-child {
        width: 250px;
        top: 200px;
    }
	.banner-image-overlap-bubble #banner-overlapicon {
        width: 100px;
        right: 300px;
        bottom: 50px;
    }
	.sub-nav-links ul li {
		min-width: 150px;
	}
}

@media screen and (max-width: 1450px) {
    #top #main .grid-content {
        padding-right: 50px;
        padding-left: 50px;
    }
	.slider-text h1{
		font-size:4.55rem !important;
	}
	.slider-text {
		min-width: 84vw !important;
		width: 84vw !important;
		padding-top:50px;
	}
	#header #header_main .main_menu li{
		margin-left:30px;
	}
	div .logo{
		width:290px;
	}
	#main .grid-content.av_one_half .flex_cell_inner {
        padding-right: 50px;
        padding-left: 50px;
    }
	#main .grid-content.extra-padding-bottom.av_one_half .flex_cell_inner {
		padding-top: 0px;
		padding-bottom: 50px;
	}
	#main .grid-content.avia-builder-el-first.av_one_half .flex_cell_inner {
		padding-left: 50px;
		padding-right: 50px;
	}
	#main .page-banner .textblock h1, #main .page-banner .textblock .banner-title {
		font-size: 40px;
	}
	#main .page-banner .textblock > p:not(:first-child) {
		font-size: 21px;
	}
	#main .page-banner .banner-content .textblock {
		max-width: 50%;
	}
	#main .page-banner.page-banner-with-full-edge-image .banner-content img:first-child {
		width: 52%;
	}
	#main h2 {
        font-size: 2.5rem;
    }
	#main .page-banner.small-size {
		min-height: 400px;
	}
	#main .grid-content.av_three_fifth .flex_cell_inner {
		padding-right: 50px;
	}
	#main .left-bottom-bubble img {
    	max-width: 150px;
		left: 10vw;
	}
	#main .circle-image-aligner {
		width: 50%;
	}
	#main .page-banner.page-banner-with-image.icon-and-image-banner,
	#main .page-banner.page-banner-with-image.circle-image-banner {
		padding-bottom: 75px;
	}
	#main .page-banner-with-image.icon-and-image-banner .banner-content:after,
	#main .page-banner-with-image.circle-image-banner .banner-content:after {
		bottom: 25px;
	}
	.top-overlap-bubble {
		transform: none !important;
		left: 30vw;
		top: -45px;
	}
	.top-overlap-bubble * {
		height: 135px;
	}
	#main .page-banner.page-banner-with-image.icon-and-image-banner.small-size .banner-content:after {
		bottom: -50px;
	}
}

@media screen and (max-width: 1200px) {
	.slider-text h1 {
        font-size: 3.55rem !important;
		max-width: 750px !important;
    }
	#main .grid-img.contain-img .avia-image-container {
		padding-left: 0px;
	}
}

@media screen and (max-width: 989px) {
	#header #header_main .main_menu li{
		margin-left:0px;
	}
	div .logo{
		width:220px;
	}
	#top #header #header_main li.av-burger-menu-main > a {
    	height: 100px !important;
   		line-height: 100px !important;
		padding: 0px !important;
	}
    #header #header_main .main_menu .av-burger-menu-main > a:after {
		display: none;
	}
	#header .av-hamburger-inner,
	#header .av-hamburger-inner:before,
	#header .av-hamburger-inner:after {
    	background: #fff !important;
	}
	#top #header .av-burger-overlay-scroll {
    	background: #274f74;
	}
    #top #av-burger-menu-ul {
        vertical-align: top;
    }
	#top #header #header_main li a {
    	font-size: 18px;
    	padding: 17px 10px;
    	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 .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;
	}
    #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;
	}
    #main .avia_textblock img.alignright,
	#main .avia_textblock img.alignleft,
    #main .wp-caption.alignleft,
	#main .wp-caption.alignright {
		max-width: 35%;
	}
	.slider-text h1{
		font-size:3.55rem !important;
	}
    .slider-text p {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
	.slider-text {
		padding-top:50px;
	}
	#main h2{
		font-size:2.2rem;
	}
	.huge-padding-content .content{
		padding:50px 0px !important;
	}
	.huge-padding-content .content .flex_column{
		padding:0 30px !important;
	}
	#mobile-menu{
		display:block;
	}
	.menu-item-avia-special{
		display:none !important;
	}
	.header-widget {
		display: none;
	}
	#top #header {
		position: absolute !important;
	}
	#header_main .inner-container {
		padding-top: 0px;
	}
	#header_main .logo a {
		align-items: center;
	}
	.padding-left-img-grid {
		padding: 0px 15vw;
	}
	#top #wrap_all #main .grid-img {
		overflow: visible;
	}
	#main .grid-content.av_three_fifth .flex_cell_inner {
		padding-left: 50px;
	}
}

@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;
	}
    #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 .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;
	}
	
	#footer{
		text-align:center;
	}
}

.image-drop-shadow img {
	border-radius:100% !important;
	box-shadow:20px 20px 0px rgba(0,94,184,0.08) !important;
}

/* Team Grid */

.team-holder {
    display: grid;
    justify-content: center;
	align-items: stretch;
	gap:30px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.team-holder .team-member {
	
}
.team-holder .team-member .team-member-inner {
    padding: 0px 30px;
}
.team-member-image,
.popup-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    box-shadow: 15px 15px 0px rgba(0, 94, 184, 0.08);
    margin: 0 auto;
    border-radius: 100%;
}


.team-member-image img,
.popup-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .4s all;
    object-fit: contain;
}

.team-member-content {
    text-align: center;
	padding-top:20px;
}
#main .team-member-content h4 {
    text-transform: none;
    margin-bottom: 5px;
	padding-top:25px;
	color:#444444!important;
	font-size:24px !important;
	font-weight:700 !important;
}
#main .team-member-content p {
    margin-bottom: 0px;
}
#main .team-member-content .subtext {
    font-size: 16px;
    line-height: 1.5;
}

/* 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: #0093D0;
}
#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-radius: 15px;
    max-height: 80vh;
    overflow-y: scroll;
    display: flex;
    position: relative;
    width: 100%;
    box-shadow: 20px 20px 20px rgb(0 0 0 / 16%);
    overflow: hidden;
}
.popup-close {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #ED174F;
    top: 20px;
	border-radius: 50%;
	z-index: 99;
    right: 20px;
    cursor: pointer;
    transition: .4s all;
}
.popup-close-inner:before {
    content: " ";
    width: 30px;
    height: 2px;
    background: white;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
.popup-close-inner:after {
    content: " ";
    width: 30px;
    height: 2px;
    background: white;
    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: 225px;
}
#top .popup-aligner .popup-right {
    width: calc(100% - 225px);
    padding-left: 50px;
}
#top .popup-right h4 {
    text-transform: none;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 25px;
}
#top .popup-aligner .popup-right p {
    font-size: 19px;
    line-height: 1.5;
    margin: 0px 0px 15px;
}
#top .popup-right h2 {
    font-size: 3rem;
    font-weight: 300;
}

/*********************************************************** Toggles */

#main .togglecontainer {
    margin: 0 auto;
}
#main .av_toggle_section {
    margin-bottom: 15px;
    overflow: hidden;
}
#main .toggler {
    font-size: 22px;
    font-weight: 600;
    padding: 18px 45px 18px 35px;
    border: none;
    margin: 0px;
    border-radius: 20px;
    outline: none;
    transition: .4s all;
    background-color: rgba(234,242,249,0.5);
    font-family: inherit;
    top: auto;
}
#main .toggler:before {
    content: " ";
    height: 18px;
    width: 4px;
    background: #00873E;
    position: absolute;
    right: 22px;
    top: calc(50% - 9px);
}
#main .toggler:after {
    content: " ";
    height: 4px;
    width: 18px;
    background: #00873E;
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
}
#main .toggler.activeTitle:before {
    opacity: 0;
}
#main .toggler:hover:before,
#main .toggler:hover:after {
	background: #00873E;
}
#main .toggler:hover {
    background:  rgba(91,143,181,0.1);
	color: #2F3340;
}
#main .toggler.activeTitle {
    background: #D9E6F2;
    color: #2F3340;
    border-radius: 20px 20px 0px 0px;
}
#main .toggler.activeTitle:after {
	background: #00873E;
}
#main .toggler .toggle_icon {
    display: none;
}
#main .toggle_content {
    border: none;
    padding: 25px 35px 25px 35px;
    margin: 0px;
	background-color: rgba(234,242,249,0.5);
	border-radius: 0px 0px 20px 20px;
	color: #333333;
}
#main .toggle_content .avia-button{
	color: #fff !important;
}
#main .toggle_content * {
	color: #333333;
}
#main .toggle_content > *:last-child {
    margin-bottom: 0px;
}
#main .toggle_content p:not(:last-child), #main .toggle_content ul {
	margin-bottom:30px;
}
#main .toggle_content h3 {
	font-size:22px !important;
}
/* File Upload */
#main .gfield--type-fileupload .gfield_label{
	font-size:18px !important;
	font-weight:400 !important;
}
#main .gfield .gform_drop_area {
    background: transparent;
    border: none;
    padding: 0px;
    overflow: hidden;
    text-align: left;
}
#main .gfield .gform_drop_area .gform_drop_instructions {
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
#main .gfield .gform_drop_area .gform_button_select_files {
    background: #A2A4A7;
    font-family: inherit;
    font-size: 19px;
    padding: 14px 24px 14px !important;
    display: inline-block;
    border-radius: 80px;
    font-weight: 600;
    line-height: 1;
}
#main .gfield .gform_drop_area .gform_button_select_files:hover {
	opacity: .8;
}
#main .gfield .ginput_container_fileupload .validation_message ul {
    margin: 0px;
}
.gform_fileupload_rules{
	display:none;
}

.purple-text .avia-single-number,.purple-text  .avia-no-number{
	color:#5C068C;
}
.green-text .avia-single-number,.green-text  .avia-no-number{
	color:#00873E;
}
.orange-text .avia-single-number,.orange-text  .avia-no-number{
	color:#D86018;
}
.cyan-text .avia-single-number,.cyan-text  .avia-no-number{
	color:#008CA0;
}

.avia-animated-number-content{
	padding-top:80px;
	position:relative;
	font-size:20px;
}
.avia-animated-number-content:before{
	content:'';
	width:65px;
	height:30px;
	position:absolute;
	left:50%;
	top:0;
	transform:translate(-50%,25px);
	background-repeat:no-repeat;
	background-size:contain;
}

.purple-text .avia-animated-number-content:before{
	background:url(/wp-content/uploads/2024/09/purple-block.svg);
}
.green-text .avia-animated-number-content:before{
	background:url(/wp-content/uploads/2024/09/green-block.svg);
}
.orange-text .avia-animated-number-content:before{
	background:url(/wp-content/uploads/2024/09/Component-45-–-9.svg);
}
.cyan-text .avia-animated-number-content:before{
	background:url(/wp-content/uploads/2024/09/Component-45-–-10.svg);
}

.avia-single-number,.avia-no-number{
	font-size:70px !important;
	font-weight:400 !important;
	
}
.avia-no-number{
	opacity:1;
}

/* Evidence */

#main .evidence-feeds .wpgb-viewport {
    height: auto !important;
}
#main .evidence-feeds .wpgb-card-media,
#main .evidence-feeds .wpgb-card-content {
    display: none;
}
#main .evidence-feeds .wpgb-card {
    height: auto !important;
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    left: 0px !important;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .16);
    margin-bottom: 15px;
	border-radius:20px !important;
}
#main .evidence-feeds .wpgb-card .wpgb-card-inner {
    height: auto;
    padding: 0px;
	border: none;
	border-radius:20px;
}
#main .evidence-feeds .wpgb-card-header {
    padding: 40px;
	cursor: pointer;
    display: flex;
    align-items: center;
}
#main .evidence-feeds .wpgb-card-header:after {
    content: " ";
    width: 42px;
    height: 42px;
    background: url(/wp-content/uploads/2024/09/Group-5482.svg) center no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: contain;
	transition: .4s all;
}
#main .evidence-feeds .wpgb-card .wpgb-card-inner h3 {
    margin-bottom: 0px;
    width: auto;
    margin-right: 15px;
}
#main .evidence-feeds .wpgb-card-header div[class*="wpgb-block"] {
    display: flex;
    align-items: center;
	width:100%;
	justify-content:flex-start;
}

#main .evidence-feeds .wpgb-card .wpgb-card-inner:has(.wpgb-card-media-thumbnail) .wpgb-card-header{
	padding-left:230px;
	padding-right:90px;
}
#main .evidence-feeds .wpgb-card .wpgb-card-inner .user-badge {
    width: 40px;
    height: 30px;
    background: #F4B841;
    margin: 0px;
    color: #000;
    text-align: center;
    font-weight: 600;
}
#main .evidence-feeds .wpgb-card .wpgb-card-inner .user-badge + .user-badge {
    margin-left: 10px;
}
#main .evidence-feeds .wpgb-card .wpgb-card-inner .user-badge.md-credential {
	background: #2F9CCC;
	color: #fff;
}
#main .evidence-feeds .wpgb-card.open .wpgb-card-content {
    display: block;
}
#main .evidence-feeds .wpgb-card .wpgb-card-body {
    margin-bottom: 0px;
	background: transparent;
}
#main .evidence-feeds .wpgb-card-content {
    padding: 20px 40px;
    background: #fff;
}
#main .evidence-feeds .wpgb-card .wpgb-card-inner h3 {
    margin-bottom: 0px;
}
#main .evidence-feeds .wpgb-card .wpgb-card-body div[class*="wpgb-block"] {
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 5px 0px;
    display: flex;
	background: transparent;
    align-items: flex-start;
}
#main .evidence-feeds .wpgb-card .wpgb-card-body div[class*="wpgb-block"]:before {
    width: 250px;
    display: block;
    margin: 0px;
    font-style: normal;
}
#main .evidence-feeds .wpgb-card .wpgb-card-inner.job-card h3 {
    font-size: 20px;
	font-weight:400;
}
#main .evidence-feeds .wpgb-card .job-card .wpgb-card-body div[class*="wpgb-block"] {
    border: none;
    padding: 0px;
    margin-bottom: 7px;
}
#main .evidence-feeds .wpgb-card.open .wpgb-card-header:after {
    background-image: url(/wp-content/uploads/2024/09/Group-5508.svg);
}
#main .term-icon-and-title {
    display: flex;
    align-items: center;
}
.product-term.term-icon-and-title img {
	width: 45px;
	height: 45px;
}
#main .term-icon-and-title.resource-type-term img {
    width: 30px;
    height: 30px;
    margin-top: -5px;
}

/* Grid Builder Facets */

#top #main .wpgb-facet {
    display: flex;
    align-items: center;
    max-width: unset;
    flex: unset;
    padding: 0px;
    width: calc(50% - 8px);
}
#top #main .wpgb-facet.wpgb-facet-2 {
    width: 100%;
}
#top #main .wpgb-facet.wpgb-facet-13,
#top #main .wpgb-facet.wpgb-facet-12 {
    width: auto;
}
#top #main .wpgb-facet fieldset {
    margin-bottom: 0px;
}
#top #main .wpgb-facet .wpgb-facet-title {
    margin: 0px 15px 0px 0px;
    white-space: nowrap;
    width: auto;
    text-align: right;
    min-width: unset;
    font-weight: 600;
    font-size: 19px;
}
#top #main .wpgb-area-top-2 .wpgb-facet {
    width: auto;
}
#top #main .wpgb-facet.wpgb-facet-4 {
    justify-content: center;
	width: 100%;
}
#main .wpgb-facet .wpgb-clear-button {
    right: 20px;
	display: none;
}
#top #main .wpgb-search-facet .wpgb-input,
#top #main .wpgb-date-facet .wpgb-input {
    margin: 0px;
    height: 50px;
    border-radius: 5px;
	padding: 0px 15px;
    border-color: #CCCCCC;
    font-family: inherit;
	font-weight: 300 !important;
}
.wpgb-facet-3 {
	padding-bottom: 30px !important;
	padding-left: 10px !important;
}
#top #main .wpgb-search-facet .wpgb-input-icon,
#top #main .wpgb-date-facet .wpgb-input-icon {
    left: auto;
    right: 0px;
	display: none;
}
#top #main .wpgb-facet select {
    height: 50px;
    margin: 0px;
    font-family: inherit;
    border-radius: 3px;
    min-width: 225px;
    background-color: white !important;
    font-weight: 300 !important;
    padding: 0px 15px;
    border-color: #CCCCCC;
}
#top #main .wpgb-facet .wpgb-select-controls {
    color: inherit;
    font-size: inherit;
	display: none;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox{
	margin-bottom:15px !important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox .wpgb-checkbox-label{ 
	font-size:18px !important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control{
	background:white;
}
#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: 22px;
    font-weight: 400;
    color: #00873e;
	border-right: 1px solid #000000;
	padding: 0 15px;
}
#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: #000000;
	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: 700;
    width: auto;
}
#top #main .wpgb-facet .wpgb-pagination li a[aria-current="true"] {
    background-color: transparent !important;
    color: #00873e !important;
}
#top #main .wpgb-area-top-2 {
    column-gap: 20px;
    margin-bottom: 35px;
}
#top #main .wpgb-reset {
    background: linear-gradient(90deg, #ccc 0%, #666 100%);
	display:inline-block;
    margin: 0px;
	margin-top:25px;
    color: #fff;
    font-family: inherit;
    border-radius: 80px;
    text-transform: none !important;
    font-size: 22px;
    font-weight: 600;
    height: 60px;
    line-height: 50px;
    padding: 10px 45px;
    opacity: 1;
	max-width:140px;
}
#top #main .evidence-sidebar {
    padding: 35px;
    background-image: url(/wp-content/uploads/2024/09/Rectangle-1887.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
    border-radius: 20px 20px 0px 0px;
}
#top #main .evidence-sidebar .wpgb-facet {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
	
}
#main .evidence-sidebar .hr {
    margin: 20px 0px 15px;
}
#top #main .evidence-sidebar .wpgb-facet h4 {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
	text-transform:none !important;
	color:#444!important;
}
#main .wpgb-checkbox-facet ul {
    margin-bottom: 0px;
}
#top #main .evidence-sidebar .wpgb-facet fieldset {
    width: 100%;
}
#top #main .evidence-sidebar .wpgb-facet select,
#top #main .evidence-sidebar .wpgb-facet input {
    width: 100%;
}
#top #main .evidence-sidebar .wpgb-reset {
    width: 100%;
    padding: 0px 20px;
}
.term-icon-and-title{
	display:flex;
	align-items:center;
}
.term-icon-and-title{
	padding-bottom:15px;
}

.term-title{
	font-weight:600 !important;
	font-size:18px !important;
}
.product-term {
	position:relative;
	padding-left:20px;
}
.product-term:before {
	content:"";
	width:2px;
	height:20px;
	background:#444;
	position:absolute;
	top:auto;
	left:15px;
}
.product-term{
	padding-left:25px !important;
}
.resource-type-term .term-title{
	color:#1D428A !important;
}
.term-icon-and-title:has(img) .term-title{
	padding-left:10px !important;
}

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

.contact-block .icon{
	width:33px;
}
.contact-text{
	padding-left:15px;
}

.black-heading h4 {
	color:#000;
	text-transform:none !important;
	padding-bottom:10px;
}

.social-link img {
	width:37px;
}

.contact-form .gform_footer{
	text-align:left !important;
}
#main .wp-grid-builder .wpgb-carousel {
    overflow: visible;
}

#main .grid-content.av_three_fifth.middle-grid-content .flex_cell_inner{
	padding-top:100px;
	padding-bottom:100px;
}
@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: 18px;
    }
}
/* Responsive */

@media screen and (max-width: 1600px) {
	#main .small-h2 h2 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 1400px) {
	#main .avia-logo-element-container .slide-entry img {
		width: 215px;
		height: 60px;
	}
}

@media screen and (max-width: 1310px) {
	#top .popup-inner {
		max-width: 100%;
		padding: 0px 50px;
	}
	.bubble-image-and-text .title-bubble h3 {
		font-size: 20px !important;
	}
	#main .av-layout-tab-inner h2 {
		font-size: 32px !important;
	}
	.team-holder {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.banner-image-overlap-bubble .banner-content img:first-child {
		width: 15vw;
		right: 10vw;
	}
	.banner-image-overlap-bubble #banner-overlapicon {
        width: 10vw;
        right: 12vw;
        bottom: 50px;
    }
	#main .evidence-feeds .wpgb-card-header {
		padding: 30px;
	}
	#main .wp-grid-builder .wpgb-card-11 .wpgb-card-media {
		width: 120px;
		top: 30px;
		left: 30px;
	}
	#main .evidence-feeds .wpgb-card .wpgb-card-inner:has(.wpgb-card-media-thumbnail) .wpgb-card-header {
		padding-left: 180px;
	}
	#main .evidence-feeds .wpgb-card-header div[class*="wpgb-block-3"] {
		flex-wrap: wrap;
		row-gap: 10px;
	}
	#main .small-h2 h2 {
		font-size: 2.2rem;
	}
	.resource-thumbnail {
		width: 125px;
	}
}

@media screen and (max-width: 1200px) {
	#main .avia-logo-element-container .slide-entry img {
		width: 175px;
		height: 50px;
	}
	#main h2 {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 989px) {
	#main .grid-content.av_one_half .flex_cell_inner {
        padding-right: 7.5vw !important;
        padding-left: 7.5vw !important;
	}
	#main .grid-content.extra-padding-bottom.av_one_half .flex_cell_inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	.top-middle-right-offset-img {
		right: 100px;
	}
	#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: 45px;
	}
	.team-holder {
		grid-template-columns: 1fr 1fr;
	}
	.sub-nav-links ul li {
        min-width: 135px;
    }
	.sub-nav-links ul li a {
		padding: 15px 30px;
	}
	#main .small-h2 h2 {
		font-size: 2rem;
	}
}

@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;
	}
	#top .grid-content, #top .grid-img, .responsive #top #wrap_all .av-flex-cells .no_margin.grid-img,.responsive #top #wrap_all .av-flex-cells .no_margin.grid-content {
    	padding: 0px !important;
	}
	#main .grid-content.avia-builder-el-first.av_one_half .flex_cell_inner {
        padding-left: 7.5vw;
        padding-right: 7.5vw;
        padding-top: 50px;
        padding-bottom: 50px;
    }
	#main .grid-content.av_one_half .flex_cell_inner{
		padding-right:50px;
	}
	
	#main h2{
		font-size:2rem;
	}
	.huge-padding-content .content{
		padding:50px 0px !important;
	}
	.huge-padding-content .content .flex_column{
		padding:0 30px !important;
	}
	.bubble-image-and-text .static-image, .bubble-image-and-text .hover-image{
		height:160px;
	}
	.bubble-image-and-text .title-bubble h3{
		font-size:22px !important;
	}
	#top #main .avia-button{
		padding:12px 25px;
	}
	.header-widget{
		display:none;
	}
	.title-bubble {
		padding-top: 0px;
	}
	div .logo{
		width:220px !important;
	}
	#header_main .inner-container{
		padding-top:0px;
	}
	#header{
		position:absolute !important;
	}
	.margin-left-image-grid img{
		margin-left:0px;
	}
	.product-logo-sponsor .slide-entry-wrap {
		flex-wrap: wrap;
	}
	.product-logo-row .container {
    	border-radius: 50px;
		margin: 50px auto 0px !important;
	}
	.product-logo-sponsor .slide-entry-wrap {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 30px;
	}
	.product-logo-sponsor .slide-entry {
		margin: 0px !important;
		padding: 0px 15px !important;
	}
	.gradient-bg-container:before {
		width: 85%;
		height: 100%;
		border-radius: 20px 20px 0px;
		background-position: top center;
	}
	.gradient-bg-container .container .entry-content-wrapper {
		padding: 0px 30px;
	}
	.slider-text h1{
		font-size:2.33rem !important;
	}
	.slider-text{
		padding-top: 0px;
	}
	#top #main .gradient-bg-container .content {
		padding-top: 30px;
	}
	.bubble-image-and-text-flex .av_textblock_section {
		width: 100%;
		margin-bottom: 15px;
	}
	.top-overlap-bubble {
        left: 40vw;
        width: 150px;
    }
	.ft-third-col {
		width: 100% !important;
		margin-left: 0% !important;
	}
	#main #footer-page .social-icon img {
		margin: 0 auto;
	}
	#main .center-mobile {
		text-align: center;
	}
	.avia-single-number, .avia-no-number {
		font-size: 50px !important;
	}
	.top-middle-right-offset-img {
		right: 25px;
		width: 100px;
		top: -45px;
	}
	.top-middle-right-offset-img img {
		height: auto;
	}
	#top #main .related-resource-row .content {
        padding: 30px;
        box-sizing: border-box;
    }
	#main .heading-and-link-flex {
		flex-direction: column;
	}
	#top #main .section-no-padding-top .content {
		padding-top: 0px;
	}
	#main .grid-content.av_three_fifth .flex_cell_inner {
		padding-left: 7.5vw;
		padding-right: 7.5vw;
	}
	.padding-left-img-grid {
        padding: 0px 7.5vw;
    }
	#main .left-bottom-bubble img {
        max-width: 100px;
		left: 10vw;
	}
	.light-blue-bg:before {
		width: 85%;
		height: 100%;
		border-radius: 25px 25px 0px 0px;
		background-position: top center;
	}
	#main .wp-grid-builder .wpgb-card-32 .wpgb-card-inner {
		padding: 25px;
	}
	#main .leftside-tabs .av-tab-section-tab-title-container {
		display: none;
	}
	#top #main .av-tab-section-inner-container {
		width: 100% !important;
	}
	#main .mobile-tab-title {
		display: block;
	}
	#main .leftside-tabs .av-inner-tab-title {
		text-align: center;
		font-size: 20px !important;
	}
	#main .leftside-tabs .av-tab-section-inner-container .av-layout-tab {
		border-radius: 25px 25px 0px 0px;
	}
	#top #main .av-tab-section-inner-container {
		height: auto !important;
	}
	.contain-row-grid {
		padding: 0px;
	}
	.team-holder {
		grid-template-columns: 1fr;
	}
	#main .circle-image-aligner {
		position: relative;
		width: 100%;
		padding-top: 0px;
		margin-bottom: 35px;
	}
	#main .circle-image-aligner img {
		width: 85%;
	}
	#main .page-banner .banner-content {
		padding-top: 125px;
		padding-bottom: 50px;
	}
	#main .page-banner .banner-content .textblock {
		max-width: 100%;
		width: 100% !important;
	}
	#main .page-banner.page-banner-with-image.icon-and-image-banner,
	#main .page-banner.page-banner-with-image.circle-image-banner {
		padding-bottom: 100px;
	}
	#main .page-banner-with-image.icon-and-image-banner .banner-content:after,
	#main .page-banner-with-image.circle-image-banner .banner-content:after {
		bottom: 0px;
	}
	#main .border-top-left-radius {
		border-top-left-radius: 75px;
	}
	#main .leftside-tabs .av-tab-section-outer-container {
		width: 85vw;
	}
	#main .page-banner .textblock h1,
	#main .page-banner .textblock .banner-title {
		font-size: 32px;
	}
	#main .page-banner .textblock > p:first-child {
		font-size: 22px;
	}
	#top #main .avia-section.avia-section-small .content {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#main .page-banner.page-banner-with-full-edge-image .banner-content img:first-child {
        width: 100%;
    }
	#main .page-banner.page-banner-with-full-edge-image .banner-content {
		padding-bottom: 60vw;
	}
	#main .wp-grid-builder .wpgb-card-33 .wpgb-card-inner {
		padding: 30px 30px 45px 30px;
	}
	#main .wp-grid-builder .wpgb-card-33 .wpgb-block-2 {
		bottom: -10px;
	}
	#top #main .wpgb-facet.wpgb-facet-4 {
		padding-bottom: 0px !important;
		margin-bottom: 0px;
	}
	#top #main .wpgb-facet.wpgb-facet-4 .wpgb-inline-list {
		justify-content: center;
	}
	.banner-image-overlap-bubble .banner-content img:first-child {
		display: none;
	}
	#main .page-banner {
		min-height: unset;
	}
	.banner-image-overlap-bubble #banner-icon {
        bottom: 0px;
        height: 100%;
        width: 100%;
        opacity: .5;
        animation: none !important;
    }
	.sub-nav-links {
		margin-top: 0px !important;
	}
	#main .sub-nav-links ul {
   		flex-direction: column;
		border-radius: 35px;
		overflow: hidden;
		background: #1D428A;
	}
	.sub-nav-links ul li {
		border-right: none;
		border-bottom: 1px solid white;
		border-radius: 0px !important;
	}
	.sub-nav-links ul li:last-child {
		border-bottom: none;
	}
	.banner-image-overlap-bubble .banner-content {
		padding-bottom: 50px !important;
	}
	.banner-image-overlap-bubble #banner-icon img {
		height: 300px;
		bottom: 0px;
		object-fit: contain;
	}
	.banner-image-overlap-bubble #banner-overlapicon {
        width: 20vw;
    }
	#main .toggler {
		font-size: 18px;
	}
	#main .evidence-feeds .wpgb-card .wpgb-card-inner:has(.wpgb-card-media-thumbnail) .wpgb-card-header {
		padding-left: 30px;
	}
	#main .wp-grid-builder .wpgb-card-11 .wpgb-card-header {
		padding-right: 30px !important;
		order: 2;
		align-items: flex-start;
	}
	#main .wp-grid-builder .wpgb-card-11 .wpgb-card-media {
		position: relative;
		width: 150px;
		margin-bottom: 15px;
		order: 1;
	}
	#main .evidence-feeds .wpgb-card-content {
		order: 3;
	}
	#main .evidence-feeds .wpgb-card .wpgb-card-inner.job-card h3 {
		font-size: 18px;
	}
	#main .evidence-feeds .wpgb-card-header:after {
		position: relative;
		right: auto;
		top: auto;
		margin: 10px 0px 0px;
	}
	.product-term:before {
		display: none;
	}
	#main .small-h2 h2 {
		font-size: 1.8rem;
	}
	.team-holder .team-member {
		max-width: 280px;
		margin: 0 auto;
		width: 100%;
	}
	.page-banner-with-image #banner-icon {
        width: 100%;
        bottom: auto;
        top: 150px;
    }
	#main .page-banner.page-banner-with-full-edge-image #banner-icon {
        max-width: 100%;
        top: auto;
        bottom: -100px;
        height: 50%;
    }
	.top-left-offset-img {
		max-width: 65%;
		top: 200px;
	}
	.top-left-offset-img * {
		width: 100%;
		height: auto;
	}
	.page-banner-with-image.icon-and-image-banner #banner-icon {
    	width: 100%;
	}
	#banner-icon img {
		object-position: top right;
	}
	#main .page-banner.page-banner-with-image.icon-and-image-banner.small-size {
		padding-bottom: 0px;
	}
	#main .page-banner.page-banner-with-image.icon-and-image-banner.small-size .banner-content:after {
		bottom: 0px;
	}
	#main .footer-dual-polymer {
		margin: 0px;
		width: 100%;
	}
	#main .footer-dual-polymer img {
		margin: 0 auto;
		padding: 0px 25px 0px 0px;
		max-width: 150px;
	}
	#main .resources-feed .resource .resource-primary {
		flex-direction: column;
	}
	.resource-thumbnail {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.resource-thumbnail img {
		max-height: 125px;
	}
	#main .resources-feed .resource .terms .term-icon-and-title {
		padding: 0px;
		margin: 0px 0px 10px;
		line-height: 1.5;
	}
	#main .resources-feed .resource .terms .term-icon-and-title:after {
		width: 14px;
		height: 1px;
		top: auto;
		bottom: 0px;
		left: calc(50% - 7px);
		display: none;
	}
	#main .resources-feed .resource .terms .term-icon-and-title:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	#main .resources-feed .resource .terms {
		flex-direction: column;
	}
	#main .resources-feed .resource .resource-primary .resource-content-right {
		text-align: center;
	}
	#top #main .wp-pagenavi {
		flex-wrap: wrap;
		justify-content: center;
	}
	#top #main .wp-pagenavi .pages {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#main .flex-wrapper {
		row-gap: 35px;
	}
	#main .flex-wrapper .flex_column {
		width: 100%;
		margin: 0px;
	}
	#main .avia-logo-element-container .slide-entry img {
		width: 150px;
		height: 40px;
	}
	#main .careers-list li a {
		font-size: 19px;
		padding: 16px 70px 16px 20px;
		line-height: 1.5;
	}
	#main .careers-list li a:after {
		right: 15px;
	}
	#main .filters-toggle {
		display: block;
	}
	#main .resource-search-bar {
		display: none;
	}
	#main .open .resource-search-bar {
		display: block;
	}
}