/* Buttons */
html body#top div#main a.primary-button,
html body#top div#main button.primary-button
html body#top div#main .primary-button > a {
  padding: 0.75rem 2.25rem;
  border-radius: 4.6875rem;
  border-right: 0.375rem solid #00A0DF !important;
  border-bottom: none !important;
  border-top: none;
  background: #fff;
  font-family: "Libre Franklin", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  color: #510C76;
  transition: all 0.2s;
  margin-top: 0;
  margin-bottom: 0;
}

/*
Theme Name: August Bioservices
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.1
Author: Bytes Development
Author URI: https://www.bytesdevelopment.com
Template: enfold
*/

/* Fonts */

@font-face {
    font-family: 'Meta Book';
    src: url('fonts/MetaBook.eot');
    src: url('fonts/MetaBook.eot?#iefix') format('embedded-opentype'), url('fonts/MetaBook.woff2') format('woff2'), url('fonts/MetaBook.woff') format('woff'), url('fonts/MetaBook.svg#MetaBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meta';
    src: url('fonts/MetaBold.eot');
    src: url('fonts/MetaBold.eot?#iefix') format('embedded-opentype'), url('fonts/MetaBold.woff2') format('woff2'), url('fonts/MetaBold.woff') format('woff'), url('fonts/MetaBold.svg#MetaBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meta';
    src: url('fonts/Meta.eot');
    src: url('fonts/Meta.eot?#iefix') format('embedded-opentype'), url('fonts/Meta.woff2') format('woff2'), url('fonts/Meta.woff') format('woff'), url('fonts/Meta.svg#Meta') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'August';
    src:  url('fonts/August.eot?dumvnn');
    src:  url('fonts/August.eot?dumvnn#iefix') format('embedded-opentype'),
      url('fonts/August.ttf?dumvnn') format('truetype'),
      url('fonts/August.woff?dumvnn') format('woff'),
      url('fonts/August.svg?dumvnn#August') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'August' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
.icon-map:before {
    content: "\e900";
    color: #ffd100;
    font-size: 15px !important;
}


/* Header */

.av_minimal_header #header_main, .av_minimal_header #header_meta {
    padding-top: 20px
}

.logo svg {
    max-width: 222px
}

#top #searchform>* {
    opacity: 1 !important;
    display: block !important;
}


/* Search */

#menu-item-search {
    display: none;
}

.search .post-meta-infos, .header_color .ajax_search_excerpt, .search .entry-content, .ajax_search_response h4, .header_color .av_ajax_search_image {
    display: none !important;
}

.ajax_search_response {
    border-radius: 15px;
    background-color: rgba(237, 233, 241, .9);
}

.av_ajax_search_title {
    font-family: 'Meta Book';
    font-style: normal !important;
    color: #4f0974 !important;
    letter-spacing: .25px;
}

.av_ajax_search_entry.av_ajax_search_entry_view_all {
    color: #4f0974;
}

.av_ajax_search_image::before {
    color: #4f0974;
}

@media screen and (max-width:992px) {

.responsive #top .main_color .tabcontainer .active_tab, .responsive .top_tab .tab.fullsize-tab {
	font-size: 16px !important;
}
	
	.responsive #top .main_color .tabcontainer .active_tab {
		color: #fff !important;
		background-color: #652886;
	}
	}

@media screen and (max-width:992px) {
	
	.responsive .top_tab .tab.fullsize-tab {
		color: #652886;
		font-weight: 700;

	}
}

/* #top #searchsubmit {
    width: 40px;
    border-radius: 15px;
    min-width: 40px;
    font-size: 24px;
    color: #8e8b90
} */

#top .av_minimal_header #s {
    padding-left: 15px;
    border-radius: 15px;
}

.template-search {
    padding-top: 75px;
}

.search_form_field #searchsubmit {
    border-radius: 0 !important;    
    color: #ffffff !important;
}

#top .template-search.content .entry-content-wrapper {
    padding-bottom: 25px;
}

.template-search .post-entry .post-title {
    padding-top: 7px !important;
    padding-bottom: 0 !important;
}

.template-search .search-result-counter {
    background: #500d76 !important;
    color: #ffffff !important;    
}

.main_color .pagination .current {
    font-family: "Meta";
    background: #00a0e0 !important;
    color: #ffffff !important;
    font-size: 14px !important;
}

.main_color .pagination a {
    font-family: "Meta";
    color: #500d76;
    font-size: 14px !important;
}

.main_color .pagination span {
    font-family: "Meta";
    color: #500d76 !important;
    font-size: 14px !important;
}

/* Content */

.special_amp {
    font-family: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}

body .column-top-margin, div .av_one_fourth {
    margin-top: 10px !important;
}

.boxed-content {
    background-color: rgba(255, 255, 255, .9);
    padding: 35px 75px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.blue-header {
    color: #00a1e1 !important;
}

.blue-dot {
    white-space:normal;
}

.blue-dot:before {
    content: "•";
    color: #00a1e1 !important;
}

.bold-button a span {
    font-weight: 600 !important;
    font-size: 115% !important;
}

.yellow {
    color: #fcd113;
}

.come p {
    font-size: 1.6em !important;
    letter-spacing: 1px;
}

.smaller {
    font-size: 85%;
}

.come p a {
    font-size: 80%;
    color: #00a1e1 !important;  
    letter-spacing: 0;
}

#home-bottom .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0 !important;
}

#visit p {
    font-size: 1.4em;
    letter-spacing: 1px;
}

#visit p a {
    color: #009fdc !important;
    text-decoration: none !important;
}

#visit p a:hover {
    text-decoration: underline !important;
}

#map {
    border: none !important;
}

#map .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
}

#home-top .padded-text {
    padding-left: 9% !important;
    padding-right: 9% !important;
}

.padded-content {
    padding-left: 7% !important;
    padding-right: 7% !important;
}

.extra-padded-content {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

#top #wrap_all .av-special-heading .av-special-heading-tag {
    font-size: 4.75em;
    text-shadow: 1px 1px 10px rgba(255, 255, 255, .75), 0 0 25px rgba(255, 255, 255, .75), 0 0 5px rgba(255, 255, 255, .75);
}

sup {
    position: relative;
    top: -0.3em;
    font-size: 30%;    
}

.super {
    top: -.35em;
    left: .25em;
    font-size: 40%;
    font-weight: 600;
}

/* Breadcrumbs style */

.title_container .breadcrumb {
    font-family: "Meta";
    line-height: 15px;
    font-size: 15px;
    left: 50px;
    top: 50%;
    margin-top: 57px;    
}

.breadcrumb-trail .trail-end, .breadcrumb-trail span:nth-child(4) {
    display: none;
}

/* Title container background color */
/* .title_container { background-color: red!important; } */

/* Title color */
/* #top .alternate_color.title_container .main-title a { color: white; } */

/* Breadcrumb link color */
.breadcrumb-trail * { color: #009fdc!important; }

/* Hotspot image */

.august_row:after {
    content: "";
    display: table;
    clear: both;
}

.avia-tooltip {
    font-family: 'Meta' !important;
    background-color: transparent !important;
    width: 550px !important;
}

.av-hotspot-container .av-image-hotspot_inner {
    font-family: 'Meta Book' !important;
    font-weight: bold !important;
    font-size: 12px;
    line-height: 1.9 !important;
}

.avia-tooltip .avia-arrow {
    background-color: rgba(80, 13, 118, 1) !important;
}

.avia-tooltip .avia-arrow-wrap {
    width: 30px;
    height: 30px;
}

.avia-arrow {
    height: 12px;
    width: 12px;
}

.av-tt-hotspot .avia-arrow-wrap {
    bottom: -12px;
}

.avia-tooltip.av-tt-pos-right .avia-arrow {
    right: -5px;
}

.map1 {
    top: -70px;
    margin-right: -12px !important;
}

.map2 {    
    top: 21px !important;    
    left: 120px;
}

.map3 {
    margin-left: -12px !important;
    margin-top: -21px !important;
}

.map-indent {
    margin-top: -20px !important;
}

/* Elements */

.single-post #menu-item-1194 > a .avia-menu-text,
.archive.category #menu-item-1194 > a .avia-menu-text,
.single-post #menu-item-1312 > a .avia-menu-text,
.archive.category #menu-item-1312 > a .avia-menu-text {
    font-weight: bold;
}

.single-post #menu-item-1312 > a .avia-menu-fx,
.archive.category #menu-item-1312 > a .avia-menu-fx {
    opacity: 1;
    visibility: visible;   
}

.single.single-post .entry-content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
}

.single.single-post .avia_textblock p {
    font-size: 1.5em;
    overflow-wrap: inherit;
}

.justified {
    text-align: justify;
}

img.alignleft {
    margin: 4px 15px 10px 0;
}

.diagonal {
	background-color: #009fdf;
	transform: skewX(-15deg);
	transform-origin: top;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 3px 30px 6px 30px;
    font-family: 'Meta Book';
    font-weight: 600;
    font-size: 1.75em;
    line-height: 1.42;
    letter-spacing: 1px;
}

.shift {
    margin-left: 6px !important;
}

.main_color p {
    font-family: 'Meta Book';
    font-weight: 500;
    font-style: normal;
    font-size: 2.15em;
    line-height: 1.42;
    color: #4f0974;
    letter-spacing: 0.25px;
}

#wpcal-widget .widget-main .ribbon-mask, .bottom_powered_by {
    display: none !important;
}

.mapped {
    background-image: url('images/mapped.svg');
    background-position-y: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

#focus ul {
  display: flex;
  justify-content: center;
}

#focus ul li {
    display: list-item;    
    font-family: 'Meta Book';
    font-weight: 600;
    font-style: normal;
    font-size: 2.15em;
    line-height: 1.42;
    color: #4f0974;
    letter-spacing: 0.25px;
}

#focus ul li::marker {
    color: #009fdf !important;
    font-size: 1.25em;
}

#advantage .flex_column_div {
    padding: 20px 20px 5px 15px !important;
}

#media .avia-content-slider .slide-entry-wrap {
    margin-bottom: 20px;
}

/* Tab Section */

#top .av-tabsection-arrow.av-visible-prev > a.prev-slide, #top .av-tabsection-arrow.av-visible-next > a.next-slide {
    display: none !important;
}

.flex_column .avia-divider-svg-top svg {
    width: 1000px !important;
}
/* Heart beat */
  
.beat {
    animation: beat-animation 1s infinite alternate;
    transform-origin: center;
}

@keyframes beat-animation{
    to {         
        transform: matrix3d(1.04627, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);        
    }    
}

/* Slider */

.ls-v6 .ls-nav-prev {
    left: -5px !important;
}

.ls-v6 .ls-nav-next {
    right: -5px !important;
}

.ls-popup-close-button {
    left: auto !important;
    right: 10px;
    border: 0 !important;
}

.ls-popup-close-button:before, .ls-popup-close-button:after {
    width: 12px !important;
    left: 8px !important;
}

.ls-v6 .ls-nav-prev:after, .ls-v6 .ls-nav-next:after {
    margin-top: -10px !important;
    width: 12px !important;
    height: 12px !important;
    border: 4px solid transparent !important;
    border-top: 4px solid rgba(81, 21, 117, .7) !important;
    
}

.ls-v6 .ls-nav-prev:after {
    border-left: 4px solid rgba(81, 21, 117, .7) !important;
}

.ls-v6 .ls-nav-next:after {
    border-right: 4px solid rgba(81, 21, 117, .7) !important;
}

.ls-gui-element.ls-nav-prev, .ls-gui-element.ls-nav-next {
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}

body .ls-v6 .ls-nav-prev:hover:after {
    border-top-color: rgb(0, 159, 223) !important;
    border-left-color: rgb(0, 159, 223) !important;
}

body .ls-v6 .ls-nav-next:hover:after {
    border-top-color: rgb(0, 159, 223) !important;
    border-right-color: rgb(0, 159, 223) !important;
}

#ls-global .ls-nav-prev, #ls-global .ls-nav-next {
    background: rgba(255, 255, 255, 0) !important;
    border-radius: 50% !important;
    padding: 1px !important;
}

.ls-slidebar, .ls-progressbar {
    background-color: #511575 !important;
}

.ls-slidebar-slider {
    background-color: #511575 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px !important;
    box-shadow: 5px 0px #009fdf;
}

.ls-slidebar-slider:before {
    font-family: 'entypo-fontello';
    position: absolute;
    content: "\e834";
    color: rgba(255, 255, 255, .85);
    font-size: 32px;
    top: 20px;
    left: 15px;
}

/* Content Slider */

.custom-content-slider .no-content-slider-heading {
	position: absolute;
	top: -30px;
}

.custom-content-slider img {
	border-radius: 20px 20px 0 0;
}

.custom-content-slider .avia-slideshow-arrows a {
	background: transparent !important;
	color: #510C76 !important;
}

.custom-content-slider .avia-slideshow-arrows a::before {
		background: transparent !important;
}
	
	
.custom-content-slider .slide-entry-overview {
	display: flex;
	flex-direction: column-reverse;
}
	
.custom-content-slider .slide-entry-overview .entry-title {
padding: 24px;
color: #414344;
font-family: "Libre Franklin", serif;
font-size: 20px !important;
font-style: normal;
font-weight: 400;
line-height: 28px;
text-transform: none;
margin: 0 !important;
}

.custom-content-slider .slide-entry-overview p {
margin: 0 !important;
}

.custom-content-slider .slide-entry-overview img {
	max-height: 326px;
	height: 326px;
	width: 100%;
	object-fit: cover;
}

#top .custom-content-slider .avia-smallarrow-slider .avia-slideshow-arrows a {
	font-size: 18px !important;
}


#top .custom-content-slider .avia-smallarrow-slider .avia-slideshow-arrows {
	width: 100px;
}
	
	
#top .custom-content-slider .avia-slideshow-arrows a:before, #top .custom-content-slider .avia-slideshow-arrows a:after {
	font-weight: 700;
}

/* Team */
.avia-team-member .team-social {
    border: none !important;    
    background: rgba(255, 255, 255, 0.15) !important;
}

.main_color .team-social a {
    color: #eeeeee !important;
    background: #0077b5 !important;
    /* position: absolute;
    margin-top: 24%;
    right: 6%; */
}

.main_color .team-social a:hover {
    color: #ffffff !important;
}

.team-member-description ul li::marker {
    color: #00a0e0;
    font-size: 1.2em;
}

.team-member-description ul li {
    color: #500d76;
    font-weight: bold;
    font-size: 1.15em;
    line-height: 1.42;
    padding: 5px 0;
}

/* Careers */

#careers .flex_column_table {
    padding-left: 6%;
    padding-right: 6%;
}

.map-icon:before {
    font-family: 'August' !important;
    content: "\e900";
    color: #ffd100;
    font-size: 13px !important;
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

#careers .short-div {
    width: 7%;
}

/* Media */

#media .blog-categories.minor-meta, #media .more-link-arrow {
    display: none !important;
}

#media .slide-content {
    padding-left: 5px;
    padding-right: 5px;
}

#media .slide-entry-excerpt.entry-content {
    font-family: "Meta" !important;
    text-decoration: none;
    text-transform: none;
    font-size: 1.4em;    
    font-style: italic;
    color: #532e73;
    letter-spacing: 0;
    line-height: 1.42;
    overflow: inherit;
    /* min-height: 105px; */
}

#media .read-more-link {
    position: absolute;
    bottom: 0;
    left: 0;
    top: -5px;
}

#media .read-more-link a:hover{
    color: rgba(83, 46, 115, .8) !important;
}

#media .slide-meta {
    margin-top: 0;
    display: contents;
}

#media .slide-meta-time {
    font-family: "Meta" !important;
    font-size: 1.25em;
    font-weight: bold;
    font-style: normal;
    color: #009fdc;
    letter-spacing: .5px;
    margin-top: 5px;
    padding-left: 5px;
}

#media .slide-entry a {
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;    
}

.main_color .team-social a:before {
    font-size: .85em;
}

.main_color .team-social a {
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    padding: 0 10px 0 10px !important;
    background: #0270ad !important;
    margin: 3px;
    display: inline-block;
    height: 33px !important;
    line-height: 30px !important;
    width: 33px !important;
    border-color: #ffffff;
}

.main_color .team-social a:hover {
    color: #ffffff !important;
    background: #0077b5 !important;
}

.avia-team-member .team-social {
    border: 7px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    font-size: 19px;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    visibility: visible;
    top: -60%;
    left: 90%;
    right: 0;
    bottom: 0;
    text-align: center;
    border-radius: 3px;
}

.html_elegant-blog .avia-content-slider .read-more-link {
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 108px;
    height: 50px;    
    background-image: url('images/mapped.svg');
    background-position-y: 10px;
    background-repeat: no-repeat;
    background-size: contain;    
}

.html_modern-blog #media .more-link {
    font-family: "Meta";
    top: .55em;
    left: .85em;
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
    color: #532e83;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}
.html_modern-blog #top .custom-content-slider .avia-content-slider .slide-entry-title {
	padding: 24px;
	color: #414344;
	font-family: "Libre Franklin", serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-transform: none;
	margin: 0 !important;
}

.html_modern-blog #top .post-entry .post-title,{
    font-family: 'Meta Book';
    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.28;
    color: #4f0974;
    letter-spacing: 0.25px;
    padding-top: 5px;
    padding-bottom: 0;
}

.custom-content-slider .slide-entry-overview {
	display: flex;
	flex-direction: column-reverse;
}

.category.category-news .content {
    margin-top: 30px !important;
}

.category.category-news .blog-categories.minor-meta {
    display: none !important;
}

.category.category-news .template-blog .big-preview img {
    width: 356px !important;
    height: auto;
}

.date-container, .container .minor-meta {
    font-family: "Meta" !important;
    font-weight: bold;
    font-size: 16px;
    color: #009fdc !important;
}

#top .fullsize .flex_column .template-blog .post-title, #top .fullsize .flex_column .template-blog .post-meta-infos {
    text-align: center;
}

#news .av-tab-arrow-container span {
    background-color: #e2f1fa !important;
}

#news .av-tab-section-image {
    width: 100px;
    height: 100px;
}
    
#news .av-tab-arrow-container {
    width: 100px !important;
}
    
#news .av-inner-tab-title {
    width: 100px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

#news a[href$="#august-bioservices"] {
    display: table;
    margin: 0 auto;
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* RESEARCH & DEVELOPMENT | LABORATORY SERVICES | MANUFACTURING */

#custom_icon [data-av_icon]:before {
    font-family: 'August' !important;
    content: "\e900";
    color: #ffd100;
    font-size: 13px !important;
}

#gridder .flex_column_table {
    padding-left: 6%;
    padding-right: 6%;
}

/* Our Credo */

.credo-margin {
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: 90% !important;
    background-color: rgba(255, 255, 255, .9) !important;
}

/* Shared Values */

#shared-values .post-entry {
    margin: 0 auto;
    width: 90% !important;
}

/* Contact */ 

#contact .container {
    width: 100% !important; 
    max-width: none !important;
    padding: 0px;
}

#contact .av-special-heading {
    max-width: 1210px !important;
    margin: 50px auto 10px;
    padding-left: 50px;
    padding-right: 50px;
}

#contact .sfForm {
    max-width: 1000px !important;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

#contact .av-subheading p {
    font-family: "Meta" !important;
    font-size: 1.75em !important;
    font-style: italic !important;
    letter-spacing: 0 !important;
}

#contact .av-tab-section-image {
    width: 220px;
    height: 48px;
}

#contact .av-outer-tab-title {
    display: none !important;
}

/* Privacy Policy */

#privacy-policy ol {
    margin-left: 0 !important;
}

#privacy-policy p, #privacy-policy ul li, #privacy-policy ol li {
    font-family: 'Meta Book';
    font-weight: 500 !important;
    font-size: 1.5em;
    line-height: 1.42;
    color: #500d76;
}

#privacy-policy ol li ol li {
    font-size: 1em;    
}

#privacy-policy .textwidget p {
    line-height: 1.62;
}

/* Get a Quote | Speak With an SME | Submit a Request */

#sub-page .row, #contact-form .row {
    clear: none !important;
}

#contact-form .form-control.redNaoInputText.redNaoTwoColumns.redNaoInputFirstName, .form-control.redNaoInputText.redNaoTwoColumns.redNaoCity, .form-control.redNaoInputText.redNaoTwoColumns.redNaoZip {
    width: 94.5% !important;
}

.form-control.redNaoInputText.redNaoTwoColumns.redNaoInputFirstName, .form-control.redNaoInputText.redNaoTwoColumns.redNaoCity, .form-control.redNaoInputText.redNaoTwoColumns.redNaoZip {
    width: 94.5% !important;
}

.bootstrap-wrapper .form-control {
    height: 45px !important;
}

#top label {
    font-family: "Meta", Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #4f0974 !important;
}

.quote_form {
    margin-left: 7px !important;
}

#sub-page .column-top-margin {
    margin-top: -35px;
}

#sub-page {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    font-family: "Meta", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
}

.main_color input::placeholder, #contact-form input::placeholder {
    font-family: 'Meta' !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: rgba(81, 11, 118, 0.3) !important
}

#top .main_color textarea::placeholder, #contact-form textarea::placeholder {
    font-family: 'Meta' !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: rgba(81, 11, 118, 0.3) !important
}

#sub-page input[type='text'], #sub-page select, #sub-page textarea, #contact-form input[type='text'], #contact-form select, #contact-form textarea {
    font-family: 'Meta' !important;
    border: 2px solid #4f0974;
    background-color: #ffffff !important;
    color: #4f0974 !important;
    font-weight: 600;
    font-size: 14px !important;
    border-radius: 5px !important;
}

#sub-page select {
    background-color: #eee4ef !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

#sub-page .category_dropdown select {
    font-size: 17px !important;
}

#sub-page .category_dropdown select option:first-child, #sub-page .drug_dropdown select option:first-child, #sub-page .container_dropdown select option:first-child {
    display: none;
}

#sub-page .category_dropdown select option, #sub-page .address_dropdown select option, #sub-page .drug_dropdown select option, #sub-page .container_dropdown select option {
    background-color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

#sub-page .address_dropdown select option, #sub-page .drug_dropdown select option, #sub-page .container_dropdown select option {
    font-size: 14px !important;
}

.bootstrap-wrapper .form-group {
    margin-bottom: 0px !important;
}

.bootstrap-wrapper label {
    margin-bottom: 1px !important;
}

#sub-page .form-horizontal button, #contact-form .form-horizontal button, .main_color .scheduler input[type='submit'] {
    margin-top: 10px !important;
    font-weight: 600 !important;
    font-family: "Meta", Arial, Helvetica, sans-serif !important;
    letter-spacing: .5px !important;
    font-size: 1.1em !important;
    box-shadow: 0 0 0 4em #4f0974 inset, 0 0 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #4f0974 !important;
    color: #ffffff !important;
    border-radius: 9px !important;
    padding: .75em 2.5em !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row nowrap !important;
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
}

#contact-form .form-horizontal button {
    border-radius: 5px !important;
    letter-spacing: 0.5px;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 15px 40px !important;
}

.main_color .scheduler input[type='submit'] {
    font-size: 0.65em !important;
    padding: .5em 1.5em !important;
    text-transform: uppercase;
}

#sub-page .form-horizontal button:hover, #contact-form .form-horizontal button:hover, .main_color .scheduler input[type='submit']:hover {
    -webkit-transform: translateY(-1px) !important;
    -moz-transform: translateY(-1px) !important;
    -ms-transform: translateY(-1px) !important;
    transform: translateY(-1px) !important;
    -webkit-box-shadow: 0 0 0 4em #4f0974 inset, 0 5px 8px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 0 0 4em #4f0974 inset, 0 5px 8px rgba(0, 0, 0, .1) !important;
    background-color: #4f0974 !important;
    color: #fcd00b !important;
}

/* Schedule a Meeting */

#top .scheduler label {
    font-size: 0.62em;
}

.bootstrap-wrapper .extra_width .col-sm-6 {
    width: 100% !important;
}

/* Error */

#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
    border: 2px solid #DF653E !important;
}

.bootstrap-wrapper .has-error .form-control {
    border: 2px solid #a94442 !important;
    border-color: #a94442 !important;
}

/* Scroll to Top | Chat */

#scroll-top-link {
    background-color: #4f0974 !important;
    right: 30px;
    bottom: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

#scroll-top-link, #av-cookie-consent-badge {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

#scroll-top-link.avia_pop_class {
    opacity: 0.5;
}

#scroll-top-link:hover {
    border-color: #652886 !important;
    background-color: #4f0974 !important;
    color: #fcd10b !important;
    opacity: 0.75;
}

.zsiq_theme1.zsiq_floatmain {
    bottom: 130px;
    right: 10px;
}

.zsiq_theme1 .zsiq_cnt p {
    font-size: 11px !important;
}

.zsiq_theme1 div.zsiq_cnt {
    opacity: 0.8;
    padding: 5px 10px !important;
    height: 45px !important;
    left: -180px !important;
    width: 170px !important;
    min-width: 170px !important;
}

.zsiq_theme1 .zsiq_flt_rel {
    width: 50px !important;
    border-radius: 50px !important;
    height: 50px !important;
}

.zsiq_theme1 .siqico-chat:before {
    font-size: 23px !important;
    line-height: 50px !important;
}

/* Library */

#library-page .post-entry {
    margin: 0 auto;
    padding-left: 75px;
    padding-right: 75px;
    width: 90% !important;    
}

#library-page .container {
    width: 100%;
}

#library-page input[type='text'], #library-page textarea {
    border: 2px solid;
    border-radius: 5px !important;
    color: #4f0974 !important;
    font-family: 'Meta' !important;
    font-size: 15px !important;
}

#library-page .button {
    background-color: #4f0974;
    color: #ffffff;
    border-color: #4f0974;
    border-radius: 5px;
    font-family: 'Meta';
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 17px 10px 14px;
}

#library-page .button:hover {
    -webkit-transform: translateY(-1px) !important;
    -moz-transform: translateY(-1px) !important;
    -ms-transform: translateY(-1px) !important;
    transform: translateY(-1px) !important;
    -webkit-box-shadow: 0 0 0 4em #4f0974 inset, 0 5px 8px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 0 0 4em #4f0974 inset, 0 5px 8px rgba(0, 0, 0, .1) !important;
    background-color: #4f0974 !important;
    color: #fcd00b !important;
}

/* Footer */

#footer {
    padding: 15px 0 0 0 !important;
}

#footer.container_wrap.footer_color, .socket_color {
    border-top: 10px solid #ffffff !important;
}

.copyright {
    text-align: right;
}

#socket .sub_menu_socket li {
    font-size: 1em;
    line-height: 1.42;
    padding: 0 7px;
}

#socket .menu {
    margin-top: -1px;
    margin-right: 5px;
    float: right;    
}

#socket .menu .avia-menu-text {
    text-transform: lowercase !important;
    font-size: 13px;
}

#socket .copyright {
    font-family: 'Meta';
    float: right;
    margin-top: -4px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 600;
}

#top .widget ul {
    margin: 0.5em 2.75em 0 0;
}

.widget li {
    clear: none;
}

#top nav .social_bookmarks {
    float: right;
    top: -5px;
    padding-left: 5px;
    line-height: 1.75;
}

#top #wrap_all .social_bookmarks a {
    padding: 0 5px 5px 5px;
    width: 20px;
    height: 21px;
    display: inline-block;
    background: #419cca;
    color: #dddddd;
}

#top #wrap_all .social_bookmarks a:hover {
    text-decoration: none;
}

#socket .container {
    padding-top: 35px;
    padding-bottom: 0;
    background-color: #4f0974;
}

#socket .sub_menu_socket {
    line-height: 2;
}

#socket .social_bookmarks {
    margin-left: 10px;
}

.avia3-menu {
    font-size: 12px;
}

.avia3-menu li a:hover, .copyright a:hover {
    text-decoration: none;
}

.flex_column .widget .widgettitle, .content .widget .widgettitle, .textwidget p {
    font-family: 'Meta';
    font-size: 15px;
    letter-spacing: 0;
    margin: 0.35em !important;
    line-height: 1.42;
}

.flex_column .widget .widgettitle {
    text-transform: lowercase;
}

.textwidget .copyright {
    font-size: 13px;
    letter-spacing: 0;
}

footer div .first {
    width: 50% !important;
}

.team-member-description {
    padding-left: 5px;
    padding-right: 5px;
}

#leadership .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: '\e8fc';
    font-family: 'entypo-fontello';
}

#leadership .avia-image-overlay-wrap a.avia_image .image-overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#leadership .image-overlay .image-overlay-inside:before {
    background-color: #419cca !important;
    border-color: #419cca !important;
}

#leadership .image-overlay:hover { 
    background: rgba(255, 255, 255, .5) !important;
    opacity: 1 !important;    
}

#leadership .team-img-container {
    margin-bottom: 0;
}

.icon_linkedin .avia-menu-text:after {
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    font-weight: normal;        
    content: "\e8fc";    
    padding: 3px 5px;
    display: inline-block;
    background: #419cca;
    color: #dddddd;      
    margin-left: 7px;
    speak: never;  
}

#socket .sub_menu_socket li {
    line-height: 2.25;
    display: block !important;
    clear: both;
    float: right;
    border-left-style: none;
    border-left-width: 0;
    padding: 0;
}

#socket .menu-item-top-level-2 a {
    padding-top: 0 !important;
}

/* Media query */

@media only screen and (max-width: 1274px) {
    #top #header .menu li:nth-child(4) {
        margin-right: 1vw;
    }
}

@media only screen and (max-width: 1249px) {
    #wpcal_user_app.narrow #wpcal-widget .widget-main {
        max-width: 500px !important;
        min-width: 250px !important;
    }
}

@media only screen and (max-width: 1229px) {
    .container {
        width: 100% !important;
    }
    #menu-item-3260 .sub-menu {
        left: -50px !important;
    }
    #gridder .flex_column_table {
        padding-left: 0;
        padding-right: 0;
    }    
}

@media screen and (max-width:1180px) {
    .av-tab-section-tab-title-container {
      display:flex !important;
      flex-flow: row wrap;
      justify-content: space-around;
      align-items: center;
      width: 100vw !important;
      min-width: 0 !important;
      padding: 0;
      margin: 0;
      left: 0 !important;      
    }
    #top .av-section-tab-title {
      padding: 0 25px 0 5px !important;
      flex: 0 1 auto;
      min-width: 20%;
    }
    .av-outer-tab-title {
      display: inline-block;
    }
    .av-tab-section-image,
    .av-tab-arrow-container {
      background-position: center center;
      position: relative;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    .av-tab-section-icon {
      display: block;
      text-align: center;
      position: relative;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      padding-bottom: 40px;
    }
    #news a[href$="#august-bioservices"] {
        display: inline-block;
        margin: 0;
    }
}

@media only screen and (max-width: 1417px) {
    .break br {
        display: none !important;
    }
}

@media only screen and (max-width: 1109px) {
    #top #header .menu-item-top-level-1 {
        position: fixed;
        margin-top: 80px;
        left: 28px;
    }
    #top #header .menu .menu-item-top-level-2 {
        position: fixed;
        margin-top: 80px;
        left: 235px;
    }
    #top #header .menu-item-top-level-3 {
        position: fixed;
        margin-top: 80px;
        left: 408px;
    }
    #top #header .expansion {
        display: block !important;
        position: fixed !important;
        right: 50px !important;
        top: 95px !important;
    }
    #careers .short-div {
        width: 0;
        display: none;
    }
}

@media only screen and (max-width: 1075px) {
    .short {
        width: 8% !important;
    }
    #gridder .map-icon p {
        font-size: 1.95em;
    }
    #library-page .post-entry {
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;    
    }
}

@media only screen and (max-width: 989px) {
    .av-hotspot-container .av-image-hotspot_inner {
        font-size: 12px;
        line-height: 1.42 !important;
    }
    .team-img-container {
        margin-bottom: 0;
    }
    .responsive.av-no-preview #top .avia-team-member .team-social {               
        height: 30px;
        margin-top: 10px;        
    }
    .main_color .team-social a {
        line-height: 29px !important;
    }
}

@media only screen and (max-width: 939px) {
    #gridder .map-icon p {
        font-size: 1.75em;
    }
    #careers .flex_column_table {
        padding-left: 0;
        padding-right: 0;
    }
    #gridder .map-icon p {
        font-size: 1.65em;
    }
}

@media only screen and (max-width: 865px) {
    .short {
        width: 3% !important;
    }
    #gridder .map-icon p {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 849px) {
    #top #header .menu-item-top-level-1 {
        left: 18px;
    }
    #top #header .menu .menu-item-top-level-2 {
        left: 200px;
    }
    #top #header .menu-item-top-level-3 {
        left: 358px;
    }
    #top #header .expansion {
        right: 25px !important;
    }
    .container.av-logo-container {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 797px) {
    #gridder .map-icon p {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 767px) {    
    .responsive #top #wrap_all #header {
        position: fixed;
    }
    #top #header .av-main-nav li {
        margin-left: 5px;
        margin-right: 0;
    }
    #top #header .menu li:nth-last-child(3) {
        display: none !important;
    }
    #top #header .expansion {
        position: initial !important;
        right: 0 !important;
        top: 0 !important;
    }
    .expansion .avia-menu-text {
        font-size: .6em !important;
    }
    .responsive #top #main {
        padding-top: 65px !important;
    }    
    #top #header .menu li:nth-last-child(3) {
        display: none;
    }
    #top #searchform>div {
		display: block !important;
		opacity: 1 !important;	
	}
    /* .avia-section-large .content, .avia-section-large .sidebar {
        padding-top: 80px !important;
    } */
    #top #wrap_all .av-special-heading .av-special-heading-tag {
        font-size: 3.75em;
        line-height: 1.15;
    }   
    .flex_column_div {
        padding: 20px 50px !important;        
    }
    .home-header .av-special-heading-tag {
        font-size: 3.75em !important;
    }
    #shared-values .post-entry {
        width: 100% !important;
    }
    #credo p, #shared-values p {
        padding-left: 30px;
        padding-right: 30px;
    }    
    #leadership .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 0 !important;
    }
    #sub-page .av-special-heading .av-special-heading-tag {
        font-size: 3.25em !important;
    }
    #sub-page {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-bottom: 10px;
    }
    #wpcal_user_app.narrow #wpcal-widget .widget-main {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #contact .sfForm {
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-control.redNaoInputText.redNaoTwoColumns.redNaoInputFirstName, .form-control.redNaoInputText.redNaoTwoColumns.redNaoCity, .form-control.redNaoInputText.redNaoTwoColumns.redNaoZip {
        width: 100% !important;
    }
    .av-hotspot-fallback-tooltip-count {
        background-color: #4f0974 !important;
        border: 2px solid rgba(255, 255, 255, .3) !important;
        color: #ffffff;
        font-family: "Meta" !important;
        color: #ffffff !important;
        font-weight: 600;
        line-height: 33px;
    }
    .av-hotspot-fallback-tooltip div.avia-arrow {
        border: none;
    }
    .av-hotspot-fallback-tooltip-inner {
        margin: 0;
        border: none;
        padding: 0;
        background-color: transparent !important;
    }
    .av-hotspot-fallback-tooltip-inner img {
        max-width: 100%;
        width: 100%;
        height: auto;
        top: 0 !important;
        margin: 0 auto !important;
        padding: 0 !important;
        float: left;
    }
    .av-hotspot-image-container .av-hotspot-fallback-tooltip:last-child {
        padding-bottom: 50px;
    }
    .responsive .av-hotspot-fallback-tooltip {
        display: flex;
        justify-content: center;        
    }    
    .map2 {    
        left: 0;
    }    
    #home-top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 0;
    }
    .short-height {
        height: 0 !important;
    }
    #home-bottom .flex_column {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    #gridder .map-icon p {
        font-size: 2.15em;
    }
    #careers .short-div {
        width: 0;
        height: 0;
    }        
    footer .widget {
        padding-bottom: 0;
    }
    footer div .first {
        width: 100% !important;
    }
    #socket .copyright {
        padding-top: 0;
        padding-bottom: 20px;
        float: left;
    }
    .responsive #socket .sub_menu_socket {
        display: grid;
    }
    #socket .menu {
        margin: -5px 0 10px 13px;
        float: left;
    }
    #socket .copyright {
        text-align: left;
        margin-left: 19px;
    }
    #socket .sub_menu_socket li {
        float: left;
        padding: 5px 7px;
    }    
    .zsiq_theme1.zsiq_floatmain {
        bottom: 0;
        right: 0;
    }
    .sub_menu_socket .menu-item-top-level-1 {
        text-align: left !important;
    }    
    .flex_column_div {
        padding: 0 !important;
    }    
    #home-top .padded-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .boxed-content {
        padding: 15px 25px;
    }
    .ajax_search_response {
        border-radius: 0;
        background-color: #ffffff;
    }
    .av_ajax_search_title {
        padding-left: 10px;
    }    
    .non-responsive {
        display: none !important;
    }
    #top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 0;
    }
    #focus br {
        display: none !important;
    }
    .orphan {
        padding: 20px !important;
    }
}

@media only screen and (max-width: 609px) {  
    #top #wrap_all .av-special-heading .av-special-heading-tag {
        font-size: 3em !important;
        line-height: 1.15;
    }
    .main_color p, #advantage p {
        font-size: 1.75em;
    }
    .credo-margin {
        margin-left: 0 !important;
        margin-right: 5% !important;
        width: 100% !important;
    }
    #sub-page .av-special-heading .av-special-heading-tag {
        font-size: 2.5em !important;
    }
    #rnField11, #rnField13 {
        width: 100%;
        float: left;
    }    
    .bootstrap-wrapper .sfContainer .sfContainedField:not(:last-child) {
        padding-right: 0 !important;   
    }    
}

@media only screen and (max-width: 479px) {   
    .responsive #top #wrap_all .container {
        width: 90%;
        max-width: 90%;
    }   
    /* #top #main .avia-section .template-page {        
        padding-bottom: 0px;
    } */
    #media .avia-content-slider .slide-entry-wrap {
        margin-bottom: 0;
    }
    .ls-v6 .ls-nav-prev {
        left: -12px !important;
    }
    .ls-v6 .ls-nav-next {
        right: -12px !important;
    }
    .boxed-content {
        padding: 10px 5px;
        width: 100%;
        margin: 0 auto;
    }
    #media .slide-entry {
        margin-bottom: 25px !important;
    }
    #top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 0px;
    }
    .responsive #top #wrap_all .flex_column:empty {
        display: none;
    }
    .come p {
        letter-spacing: 0 !important;
    }
    #privacy-policy strong {
        white-space: nowrap !important;
        display: block;
    }
}

@media only screen and (max-width: 450px) {  
    #top #wrap_all .av-special-heading .av-special-heading-tag {
        font-size: 2.5em !important;
        line-height: 1.15;
    } 
    #sub-page .av-special-heading .av-special-heading-tag {
        font-size: 2.25em !important;
    }        
    .av-tab-content-auto .av-layout-tab-inner {
        width: 100vw !important;
    }    
}

@media only screen and (max-width: 350px) {
    .logo svg {
        max-width: 180px !important;
    }        
    .expansion .avia-menu-text {
        font-size: .5em !important;
    }
}

@media only screen and (max-width: 320px) {
    .logo svg {
        max-width: 160px !important;
    }    
}

@media only screen and (max-width: 299px) {
    .logo svg {
        max-width: 100% !important;
    }
    .responsive #top #wrap_all .main_menu {
        top: 60px;
    }   
}
/* Custom templates */

/* Headline and text */
.text-width {
	max-width: 872px;
	margin: 0 auto;
}

/* Icon Link */
.icon-link {
	position: absolute;
	bottom: 24px;
	display: flex;
	align-items: flex-start;
}
.icon-link a.avia-button {
	font-family: "Libre Franklin";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	position: relative;
	background: transparent;
	text-align: left;
	
}

.icon-link a.avia-button::before {
	content: url('/wp-content/uploads/2025/06/list.svg');
	position: absolute;
	height: 24px;
	width: 24px;
	left: -24px;
	bottom: 2px;
		top: 0;
}

@media only screen and (max-width: 768px) {
	.icon-link a.avia-button {
		font-size: 16px;
	}
}

.card-column section {
	padding:0 18px;
}

.small-text * {
	font-size: 16px !important;
	line-height: 18px !important;
}

/* Card Column */

.card-column, .card-column * {
	transition: all .3s ease-in-out;
}

.card-column:hover {
	background: linear-gradient(0deg, #510C76 0%, #510C76 100%), #FFF;
	box-shadow: 2px 6px 16px 0px rgba(170, 137, 188, 0.78), 2px 6px 16px 0px rgba(170, 137, 188, 0.12) !important;
	transition: all .3s ease-in-out;
}

.card-column:hover .icon-link a.avia-button::before {
		content: url('/wp-content/uploads/2025/06/list-white.svg');
}

.card-column:hover * {
	color: #fff !important;
	transition: all .3s ease-in-out;
}

.card-column:hover li::marker {
		color: #fff !important;

}

.card-column img {
	border-radius: 20px 20px 0 0;
	width: 100%;
}

.card-column .avia-image-container-inner {
	width: 100%;
}

.card-column {
	box-shadow: 2px 6px 16px 0px rgba(170, 137, 188, 0.12);
}
/* Custom Short Separator */

.hr.custom-short-separator {
	display: flex;
	justify-content: center;
}


.custom-short-separator .hr-inner {
	width: 72px;
	border: 2px solid #00A0DF;
		position: relative;

}

/* Secondary Masthead */
.secondary-masthead-mobile .container {
	max-width: 100% !important;
}

.secondary-masthead-mobile .container .content {
	vertical-align: bottom !important;
}

.secondary-masthead-mobile .secondary-masthead-text-column {
		padding: 25px 12px 13px 12px !important;

}

/* Global */

html body#top div#main {
    padding-top: 1344px;
}

.main_color strong {
	color: #510C76 !important;
	font-weight: 700;
}

.padding-24 {
	padding: 24px 24px 12px 24px;
}

.img-top-rounded {
	border-radius: 20px 0 20px 0;
	margin: 0;
}
.img-top-rounded img{
	border-radius: 20px 20px 0 0;
}

li::marker {
		color: #510C76 !important;
}

li:not(.menu-item) {
	margin-bottom: 10px !important;
	padding: 0 !important;
}

.list-image ul {
	list-style: none; 
 	padding-left: 0;
}

.list-image li {
position: relative;
  padding-left: 36px; 

}

.list-image li::before {
	content: '';
  position: absolute;
/*   top: 3px; */
  left: -36px;
  width: 26px;
  height: 26px;
  background-image: url('/wp-content/uploads/2025/06/CheckCircle.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.light-purple-shadow {
	box-shadow: 2px 6px 16px 0px rgba(170, 137, 188, 0.12);
}

@media(min-width: 1024px) {
	.small-container .container {
	max-width: 1020px !important;
}
	
/* Custom Accordion */

.custom-accordion .toggler {
	color: #510C76 !important;
	padding-left: 0;
	border-color: #414344;
	background: transparent !important;
}

.custom-accordion .toggle_content {
	background: transparent !important;
	padding-left: 0;

}

.custom-accordion .toggler::after {
	content: url('/wp-content/uploads/2025/06/Vector-3.svg');
	position: absolute;
	height: 21px;
	width: 11px;
	right: 16px;
	transition: .3s ease-in-out;
}

.custom-accordion .toggler.activeTitle::after {
	transform: rotate(-90deg);
	transition: .3s ease-in-out;
}

.custom-accordion .toggle_icon {
	display: none;
}
.custom-accordion .toggle_content * {
	color: #717070 !important;
	line-height: 28px;
}

/* Tab */

.custom-tab .tab_titles {
	display: flex;
	justify-content: space-between;
}

.tab-row {
	margin-top: 30px;

}

@media(max-width:1199px) {
.tab-row {
			display: flex;
			gap: 15%;

		}
}

@media(min-width:768px) {
	.tab-row {
			display: flex;

		}
}


	@media(min-width: 1200px) {
		.tab-row {
			gap: 25%;
			display: flex;
		}
	}





.tab-row *, .custom-tab p, .custom-tab li {
	color: #717070 !important;
	font-family: "Libre Franklin", serif !important;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 24px;
}


.custom-tab h3 {
	color: #414344 !important;
	font-family: "Libre Franklin", serif;
	font-size: 26px !important;
	font-weight: 700 !important;
	line-height: 30px;
}

.custom-tab ul {
	margin-bottom: 0;
}


.custom-tab .tab {
	border: none !important;
	background: transparent !important;
	color: #510C76 !important;
	font-family: "Libre Franklin", serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 20px !important; 
	text-align: center !important;
	width: 100% !important;
}
	
	@media(min-width: 992px) {
		.custom-tab .tab.active_tab {
		background-color: transparent !important;
	}
	}
	
	

@media(max-width: 992px) {
	.custom-tab .tab.active_tab {
		color: #fff !important;
	}
	
	
	.responsive #top .main_color .tabcontainer {
	border-radius: 0px 0px 20px 20px;
	border: 2px solid #CFCFCF !important;
	background: #FFF;
	box-shadow: 2px 6px 16px 0px rgba(170, 137, 188, 0.12);
	}
	
}

@media(min-width: 1400px) {
		.custom-tab .tab {
		font-size: 22px !important;
		line-height: 24px !important; 
	}
}


@media(max-width: 1024px) {
		.custom-tab .tab {
		font-size: 16px !important;
		line-height: 18px !important; 
	}
	.responsive #top .main_color .tabcontainer .active_tab {
		font-size: 16px !important;
		line-height: 18px !important; 
	}
}
	
	@media only screen and (max-width: 992px) {
    .responsive #top .main_color .tabcontainer .active_tab {
        font-size: 16px !important;
		line-height: 18px !important; 
    }
}

.custom-tab .tab.active_tab::after {
	content: "";
	background-color: #510C76;
	width: 100%;
	height: 9px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.custom-tab .responsive #top .main_color .tabcontainer .tab.active_tab {
	background-color: transparent;
	color: #fff !important;
}

.custom-tab .tab_content {
	border-radius: 0px 0px 20px 20px !important;
	border: 2px solid #CFCFCF !important;
	background: #FFF !important;
	box-shadow: 2px 6px 16px 0px rgba(170, 137, 188, 0.12) !important;
	padding: 0 30px !important;
}



/* Box Text */

}
.box-text {
	  border-left: 0.375rem solid #510C76;
	padding: 23px 23px 23px 30px;
box-shadow: 2.904px 11.616px 23.233px 0px rgba(170, 137, 188, 0.16);
}

.box-text * {
color: #717070;
font-family: "Libre Franklin";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 34px; 
}

/* Pills Column */
.pills-column img {
	border-radius: 4px;
}

.pills-column-body-content * {
	color:#414344;
font-family: "Libre Franklin";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

.pills-column-body-content {
	padding: 0 8px;
}

.pills-column-title {
	display: flex;
}
.pills-column-title p {
color: #510C76 !important;
font-family: "Libre Franklin";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.63px;
text-transform: uppercase;
border-radius: 100px;
background: #CBB6D6;
padding: 2px 16px;
margin: 0;
}

/* Video Masthead */

.masthead::before {
 content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45.83%;
	min-width: 835px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  background-image: url('/wp-content/uploads/2025/06/sign-1.svg');
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: left;
}

.js_active .av-minimum-height .container {
	z-index: 2 !important;
}

.masthead-mobile .container {
	padding:0;
}
.masthead-mobile-content-column::before {
	 content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('/wp-content/uploads/2025/06/sign-mobile.png');
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: top;
	visibility: visible;
}

.masthead-mobile-content-column {
    position: absolute !important;
    bottom: 0;
	min-height: 320px !important;
    display: flex;
    flex-direction: column;
    justify-content: end;
	
	
}
@media (max-width: 767px) {
		.masthead-mobile-content-column {
	padding: 0 0 50px 0 !important;

		}
	}
	
	@media (min-width: 768px) {
		.masthead-mobile-content-column {
				padding: 0 0 30px 70px !important;

		}
	}

@media (max-width: 991px) {
	.masthead-mobile-content-text {
		margin: 20px 20px 20px 30px;

}
}
.masthead-mobile-content-text {
	position: relative;
	z-index: 1;
}

.masthead-mobile-content-text h1 {
	margin-bottom: 8px;
}

/* Secondary Masthead */
.secondary-masthead {
	position: relative;
}
.secondary-masthead::before {
	 content: '';
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  background-image: url('/wp-content/uploads/2025/06/Subtract.webp');
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: right;
	visibility: visible;
	max-height: 490px;
}

/* Additional section */ 

@media(max-width: 768px){

	.additional-column .additional-content-wrapper {
		padding: 30px !important;
}
}

.container_wrap {
	border: none !important;
}

/* NEW STYLE */

/* Buttons */
html body#top div#main a.primary-button,
html body#top div#main button.primary-button,
html body#top div#main .primary-button > a {
  padding: 0.75rem 2.25rem;
  border-radius: 4.6875rem;
  border-right: 0.375rem solid #00A0DF !important;
  border-bottom: none !important;
  border-top: none;
  background: #fff;
  font-family: "Libre Franklin", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  color: #510C76;
  transition: all 0.2s;
  margin-top: 0;
  margin-bottom: 0;
}

html body#top div#main a.primary-button:hover,
html body#top div#main button.primary-button:hover,
html body#top div#main .primary-button > a:hover {
  background: #00A0DF;
  color: #fff;
}
html body#top div#main .primary-button.avia-button-wrap {
  margin: 0.3125rem 0;
}
html body#top div#main a.primary-button.purple,
html body#top div#main button.primary-button.purple,
html body#top div#main .primary-button.purple > a {
  background: #510C76;
  color: #fff;
}
html body#top div#main a.primary-button.purple:hover,
html body#top div#main button.primary-button.purple:hover,
html body#top div#main .primary-button.purple > a:hover {
  background: #00A0DF;
  color: #fff;
}
html body#top div#main a.secondary-button,
html body#top div#main button.secondary-button,
html body#top div#main .secondary-button > a, {
  font-family: "Libre Franklin", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: underline;
  text-decoration-color: #510C76;
  text-decoration-thickness: 0.1875rem;
  text-underline-offset: 0.5rem;
  background: none;
  border-radius: 0;
  border: none;
  color: #414344;
  margin: 0;
  padding: 0;
  transition: all 0.2s;
}
html body#top div#main a.secondary-button:hover,
html body#top div#main button.secondary-button:hover,
html body#top div#main .secondary-button > a:hover {
  text-decoration-color: transparent;
}

/* Typography */

html body div#main h1 {
  color: #414344;
  font-family: "Libre Franklin", serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 4.25rem;
  text-transform: none;
  margin: 0 0 1.5625rem 0;
}

@media (max-width: 992px) {
  html body div#main h1 {
    font-size: 1.75rem;
    line-height: 1.875rem;
    margin: 0 0 0.75rem 0;
  }
}
html body div#main h2 {
  color: #414344;
  font-family: "Libre Franklin", serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.625rem;
  text-transform: none;
  letter-spacing: unset;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 992px) {
  html body div#main h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
html body div#main h3 {
  color: #414344;
  font-family: "Libre Franklin", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin: 0 0 0.25rem 0;
}
@media (max-width: 992px) {
  html body div#main h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
html body div#main h4 {
  color: #414344;
  font-family: "Libre Franklin", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.7px;
}
@media (max-width: 992px) {
  html body div#main h4 {
    font-size: 1.125rem;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
}
html body div#main h5 {
  color: #414344;
  font-family: "Libre Franklin", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.63px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  html body div#main h5 {
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
}
html body div#main h6 {
  color: #414344;
  font-family: "Libre Franklin", serif;
}
html body div#main p {
  color: #414344;
  font-family: "Libre Franklin", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin: 0 0 0.75rem 0;
}
@media (max-width: 992px) {
  html body div#main p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
html body div#main p a {
  color: #510C76;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
html body div#main p a:hover {
  color: #00A0DF;
  text-decoration: none;
}
html body div#main p.small {
  font-size: 1rem;
  line-height: 1.25pxrem;
  letter-spacing: 0.48px;
}
@media (max-width: 992px) {
  html body div#main p.small {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

html body#top div#main {
  padding-top: 5.25rem;
}

/* Header */
html body#top header#header #header_main {
  padding: 0.5625rem 0;
}
html body#top header#header #header_main .container {
  height: auto;
  line-height: normal;
}
html body#top header#header #header_main .container .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body#top header#header .avia-menu.av-main-nav-wrap {
  float: none;
}
html body#top header#header nav.main_menu {
  position: static;
}
html body#top header#header nav.main_menu ul.menu {
  position: relative;
  display: flex;
  gap: 2.25rem;
  align-items: center;
}
@media (max-width: 992px) {
  html body#top header#header nav.main_menu ul.menu {
    gap: 0.9375rem;
  }
}
html body#top header#header nav.main_menu ul.menu > li {
  position: relative;
  float: none;
  height: auto;
  margin: 0;
  inset: auto;
}
html body#top header#header nav.main_menu ul.menu > li > a {
  height: auto;
  color: #414344;
  font-family: "Libre Franklin", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.375rem 0.75rem;
}
html body#top header#header nav.main_menu ul.menu > li > a * {
  color: #414344;
}
html body#top header#header nav.main_menu ul.menu > li ul.sub-menu {
  border-radius: 0 0 0.5rem 0.5rem;
  background: #fff;
  padding: 1.25rem 0 0 0;
  border: none;
}
html body#top header#header nav.main_menu ul.menu > li ul.sub-menu > li {
  padding: 0;
}
html body#top header#header nav.main_menu ul.menu > li ul.sub-menu > li > a {
  color: #fff;
  font-family: "Libre Franklin", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: capitalize;
  background: #510C76;
  transition: all 0.2s;
  padding: 0.3125rem 1.5rem;
  border-color: #EEEDED;
}
html body#top header#header nav.main_menu ul.menu > li ul.sub-menu > li > a:hover {
  background: #CBB6D6;
  color: #fff;
}
html body#top header#header nav.main_menu ul.menu > li ul.sub-menu > li:last-of-type a {
  border-radius: 0 0 0.5rem 0.5rem;
}
@media (max-width: 768px) {
  html body#top header#header nav.main_menu ul.menu a[data-av_iconfont=entypo-fontello] {
    font-size: 1.875rem;
    color: #510C76;
  }
  html body#top header#header nav.main_menu ul.menu a[data-av_iconfont=entypo-fontello]:before {
    color: inherit;
  }
}
html body#top header#header .logo {
  position: static;
  float: none;
}
html body#top header#header .logo svg {
  max-width: 11.75rem;
  max-height: 4.5rem;
}

/* Search */
html body#top header#header #menu-item-search-mobile {
  position: relative;
  display: flex;
  align-items: center;
/*   display: none !important; */
}
html body#top header#header #menu-item-search-mobile #toggle-search-form {
  background: url('/wp-content/uploads/2025/06/search.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
}
html body#top header#header #menu-item-search-mobile form {
  display: none;
  position: absolute;
  right: 0;
  width: 15.3125rem;
}
html body#top header#header #menu-item-search-mobile form.show {
  display: block;
}
html body#top header#header #menu-item-search-mobile form #searchsubmit {
  background: url('/wp-content/uploads/2025/06/search.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
html body#top header#header #menu-item-search-mobile form .ajax_search_response {
  position: absolute;
  top: 1.5625rem;
  border-radius: 0;
  padding-top: 1.25rem;
  width: 15.3125rem;
}

#top #searchsubmit {
	color: #510c76;
}
/* Footer */
html body#top .footer {
  border: none !important;
}
html body#top .footer__blocks {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  html body#top .footer__blocks {
    flex-direction: column;
    gap: 0.9375rem;
  }
}
html body#top .footer__blocks-contact p {
  color: #fff;
  font-family: "Libre Franklin", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
html body#top .footer__blocks-address p a {
  color: #fff;
  font-family: "Libre Franklin", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  text-decoration: underline;
  text-decoration-color: #00A0DF;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
html body#top .footer__blocks-social p {
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
html body#top .footer__blocks-social-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
html body#top .footer__footnote {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-top: 7.5rem;
  padding-bottom: 3.125rem;
  justify-content: end;
}
@media (max-width: 992px) {
  html body#top .footer__footnote {
    margin-top: 0.9375rem;
    justify-content: start;
    flex-direction: column;
    align-items: start;
  }
}
html body#top .footer__footnote * {
  color: #fff;
}
html body#top .footer__footnote p {
  margin: 0;
}
html body#top .footer__footnote p a {
  color: #fff;
  font-family: "Libre Franklin", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  text-decoration: underline;
  text-decoration-color: #00A0DF;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/* Old Masthead */

html body#top div#main #homepage-masthead .primary-button {
  margin-top: 2.25rem;
}
html body#top div#main #homepage-masthead-mobile .flex_column,
html body#top div#main .masthead-mobile .flex_column {
  margin: 0;
}

html body#top div#main #homepage-masthead-mobile .flex_column .av_textblock_section h1, html body#top div#main #homepage-masthead-mobile .flex_column .av_textblock_section h2, html body#top div#main #homepage-masthead-mobile .flex_column .av_textblock_section h3,

html body#top div#main .masthead-mobile .flex_column .av_textblock_section h2,
html body#top div#main .masthead-mobile .flex_column .av_textblock_section h3 {
  margin: 0;
}


html body#top div#main #homepage-masthead-mobile .flex_column .primary-button,
html body#top div#main .masthead-mobile .flex_column .primary-button {
  margin-left: 30px;
}
html body#top div#main #homepage-masthead-mobile .flex_column:empty,
html body#top div#main .masthead-mobile .flex_column:empty {
  display: block;
}
html body#top div#main #homepage-masthead-mobile .container,
html body#top div#main .masthead-mobile .container {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
html body#top div#main #homepage-masthead-mobile .template-page.content,
html body#top div#main .masthead-mobile .template-page.content {
  padding-top: 2.125rem;
}

/* Highlight Card */

html body#top div#main .highlight-card-block .left-column {
  border-radius: 62.5rem 0 0 62.5rem;
}
html body#top div#main .highlight-card-block .right-column {
  padding: 3.75rem 7rem 3.75rem 0;
  border-radius: 0 1.25rem 1.25rem 0;
  border-right: 0.75rem solid #00A0DF;
  position: relative;
  left: -1px;
}
@media (max-width: 1200px) {
  html body#top div#main .highlight-card-block .right-column {
    padding: 2.5rem;
  }
}
@media (max-width: 992px) {
  html body#top div#main .highlight-card-block .left-column,
  html body#top div#main .highlight-card-block .right-column {
    width: 100%;
    display: block;
    padding: 2.5rem;
    margin: 0 !important;
  }
  html body#top div#main .highlight-card-block .left-column {
    border-radius: 6.25rem 6.25rem 0 0;
  }
  html body#top div#main .highlight-card-block .right-column {
    border-right: none;
    border-bottom: 0.75rem solid #00A0DF;
    border-radius: 0 0 1.25rem 1.25rem;
    left: 0;
    top: -1px;
  }
}

/* Focus Area Card */

html body#top div#main .focus-area-card {
  position: relative;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 7px 4px 33.5px 0px rgba(0, 0, 0, 0.25);
  padding: 1.875rem 2.375rem 6.875rem 2.375rem !important;
}
@media (max-width: 768px) {
  html body#top div#main .focus-area-card {
    padding: 0.9375rem 1.25rem 1.25rem 1.25rem !important;
    width: 100% !important;
  }
}
html body#top div#main .focus-area-card h3 {
  margin-bottom: 1.5rem;
}
html body#top div#main .focus-area-card ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
html body#top div#main .focus-area-card ul li {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  align-items: start;
  font-family: "Libre Franklin", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: #414344;
}
html body#top div#main .focus-area-card ul li:before {
  content: url(../09fe8b9fac995ac5dc1e.svg);
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
html body#top div#main .focus-area-card .primary-button {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
@media (max-width: 768px) {
  html body#top div#main .focus-area-card .primary-button {
    position: static;
    margin: 2.1875rem auto 0 auto;
    transform: none;
    inset: unset;
  }
}


html body#top div#main .icon-header-text .left-column .icon-text-flex h2 {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  html body#top div#main .icon-header-text .left-column .icon-text-flex h2 {
    gap: 1.25rem;
  }
}

html body#top div#main .icon-text .icon-column {
  width: fit-content;
}
@media (max-width: 768px) {
  html body#top div#main .icon-text .icon-column {
    width: 100%;
  }
}

/* Info Card */

html body#top div#main .info-card {
  background: #fff;
  box-shadow: 3px 2px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  border-left: 0.375rem solid #510C76;
  padding: 1.25rem 2.3125rem;
  position: relative;
	padding-bottom: 80px;
}
html body#top div#main .info-card p,
html body#top div#main .info-card ul {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.48px;
}
@media (max-width: 992px) {
  html body#top div#main .info-card p,
  html body#top div#main .info-card ul {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
html body#top div#main .info-card .secondary-button {
  position: absolute;
	bottom: 20px;
	right: 24px;
}
html body#top div#main .info-card .secondary-button a {
  position: static;
	position: static;
    color: #414344;
    font-family: "Libre Franklin", serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    text-decoration: underline;
    text-decoration-color: #510C76;
    text-decoration-thickness: 0.1875rem;
    text-underline-offset: 0.5rem;
    background: none;
    border: none;
	
}
html body#top div#main .info-card .secondary-button a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

html body#top div#main .info-card .secondary-button a:hover {
	text-decoration: none;
}

/* Leadership */

html body#top div#main .leadership-card {
  padding: 1.375rem 1.5rem 1.375rem 11.5rem;
  border-radius: 1.25rem;
  border-top: 0.5rem solid #510C76;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
/* min-height: 620px; */
}
	
/* @media (max-width: 1440px) {
	html body#top div#main .leadership-card {
		min-height: 920px;

	}

} */

@media (max-width: 992px) {
  html body#top div#main .leadership-card {
    padding: 1.25rem !important;
  }
}
html body#top div#main .leadership-card:before, html body#top div#main .leadership-card:after {
  content: "";
  display: none;
}
html body#top div#main .leadership-card__image {
  position: absolute;
  top: 1.375rem;
  left: 1.5rem;
  width: 8.4375rem;
}
@media (max-width: 992px) {
  html body#top div#main .leadership-card__image {
    position: static;
  }
}
html body#top div#main .leadership-card .avia_textblock ul {
  list-style-type: none;
  margin: 24px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;

}
html body#top div#main .leadership-card .avia_textblock ul li {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  align-items: start;
  font-family: "Libre Franklin", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: #414344;
}
html body#top div#main .leadership-card .avia_textblock ul li:before {
  content: url('/wp-content/uploads/2025/06/CheckCircle.svg');
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
@media (max-width: 992px) {
  html body#top div#main .leadership-card .avia_textblock ul li {
    font-size: 1rem;
  }
}
html body#top div#main .leadership-card .avia_textblock a {
  display: block;
  margin-top: 1rem;
  color: #510C76;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}
html body#top div#main .leadership-card .avia_textblock a:hover {
  text-decoration: none;
  color: #00A0DF;
}
@media (max-width: 992px) {
  html body#top div#main .leadership-card .avia_textblock a {
    text-underline-offset: 2px;
  }
}

/* Bullets Card */

html body#top div#main .bullets-card {
  padding: 1.4375rem 1.9375rem !important;
  border-top: 0.5rem solid #00A0DF;
  border-radius: 1.25rem;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
}
html body#top div#main .bullets-card h3 {
  margin-bottom: 0.625rem;
}
html body#top div#main .bullets-card ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
html body#top div#main .bullets-card ul li {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  align-items: start;
  font-family: "Libre Franklin", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: #4F4F4F;
}
html body#top div#main .bullets-card ul li:before {
  content: url(../ac284edde84be79ecf2b.svg);
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

/* Blog Post */

html body#top div#main .blog-posts .slide-entry-wrap {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
}
@media (max-width: 992px) {
  html body#top div#main .blog-posts .slide-entry-wrap {
    flex-direction: column;
  }
}
html body#top div#main .blog-posts article.slide-entry {
  padding: 1.25rem 2.3125rem 3.5rem 2.3125rem;
  border-left: 0.375rem solid #510C76;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  margin-left: 0;
  width: 100%;
  margin-right: 3px !important;
  position: relative;
}
@media (max-width: 992px) {
  html body#top div#main .blog-posts article.slide-entry {
    padding: 1.25rem 1.25rem 3.5rem 1.25rem;
  }
}
html body#top div#main .blog-posts article.slide-entry span.blog-categories {
  display: none;
}
html body#top div#main .blog-posts article.slide-entry .entry-content-header h3 {
  color: #303030;
  font-family: "Libre Franklin", serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.7px;
  text-transform: none;
}
html body#top div#main .blog-posts article.slide-entry .read-more-link {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
}
html body#top div#main .blog-posts article.slide-entry .read-more-link a.more-link {
  color: #414344;
  font-family: "Libre Franklin", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: underline;
  text-decoration-color: #510C76;
  text-decoration-thickness: 0.1875rem;
  text-underline-offset: 0.5rem;
}
html body#top div#main .blog-posts article.slide-entry .read-more-link a.more-link:hover {
  text-decoration: none;
}
html body#top div#main .blog-posts article.slide-entry .read-more-link .more-link-arrow {
  display: none;
}
html body#top div#main .blog-posts article.slide-entry .slide-image img {
  width: 100%;
}
html body#top div#main .blog-posts article.slide-entry .slide-meta {
  padding: 0;
  margin: 0;
  position: static;
}
html body#top div#main .blog-posts article.slide-entry .slide-meta .slide-meta-time {
  position: absolute;
  top: auto;
  left: 2.3125rem;
  bottom: 1.5rem;
  color: #510C76;
  font-family: "Libre Franklin", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  html body#top div#main .blog-posts article.slide-entry .slide-meta .slide-meta-time {
    left: 1.25rem;
  }
	
	.custom-tab .tab_content h3 {
		margin-bottom: 15px !important;
		font-weight: 700 !important;
		font-size: 18px !important;
	}
	
	.js_active .tab {
		font-size: 16px !important;
		color: #510b76 !important;
	}
	
	.js_active .active_tab_content {
		padding: 0 30px;
	}
	
	.js_active .active_tab_content ul {
		margin-left: 20px;
	}
	
}

#hp-button-mobile {
	    margin-left: -5px !important;
}


