:root {
	--blue: #00567d;
    --gray: #95969a;
    --deep-gray: #000000;
    --maroon: #852d2c;
    --green: #68813c;
    --round: 25px;
    --circle: 100%;
    --yellow: #cea349;
    --light-yellow: #fffaf2;
}

/* Custom Hide Menu on Certain Width */

@media (min-width: 1101px) {
	.desktop-hide {
    	display: none !important;
    }
}
@media (max-width: 1100px) {
    .main_menu .menu-item-top-level {
        display: none !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
    
    #header_meta {
        display: none !important;
    }
}

@media (min-width: 990px) and (max-width: 1100px) {
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 90px !important;
    }
}

/* TEMP CSS Area - Starts */

.flex_column.avia-full-stretch {
    border-radius: var(--round) !important;
}

#footer .menu a {
    font-size: 16px;
}

#header .three.units {
    left: 0;
}

.hbspt-form label span {
    color: #fff !important;
    text-transform: capitalize;
}
.hbspt-form .input input {
    margin-bottom: 0 !important;
    border-radius: 5px !important;
}
.hs-submit {
    margin-top: 15px !important;
}
.hs-submit input[type="submit"] {
    background-color: var(--maroon) !important;
    color: #fff !important;
    width: auto;
	min-width: 180px;
    border-radius: 5px;
	padding-block: 12px;
}
.hbspt-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}
.hbspt-form .hs_submit,
.hbspt-form .hs_email {
    grid-column: span 2;
}
/* TEMP CSS Area  - Ends */

.inner-text-heading h3 {
    color: var(--yellow) !important;
    font-size: 22px;
}

.wd-hybrid-box strong,
.single .entry-content strong,
.avia_textblock strong {
    color: #333 !important;
}

/* Menu- Starts */

#header_meta {
    background-color: #852D2B;
}

#header_meta .sub_menu ul li a {
    font-size: 14px !important;
    font-weight: 700;
    color: #fff !important;
    line-height: 10px;
}

.menu li .avia-menu-text {
    font-size: 17px;
    line-height: 80px;
    font-weight: 600;
}

.sub-menu li .avia-menu-text {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.sub-menu .menu-item-has-children:nth-child(n+2) {
    border-left: 1px dotted #959595;
    padding-left: 30px;
}

.icon-top a:before {
    font-family: 'entypo-fontello';
    padding-right: 5px;
}

.icon-contact a:before {
    content: '\e83b';
}

.icon-quote a:before {
    content: '\e86c';
}

.icon-news a:before {
    content: '\e8d2';
}

.logo img {
    width: 220px !important;
}

@media (min-width: 768px){
        .logo img {
            margin-top: 15px !important;
            width: 300px !important;
        }
}
/* Menu- Ends */

.hero-title .av-special-heading-tag {
    font-weight: bold !important;
    text-transform: none !important;
    line-height: 1.25 !important;
}

.hero-button .avia-button{
    text-transform: uppercase;
    font-size: 18px !important;
    letter-spacing: 1px;
    border: 2px solid #fff !important;
    border-radius: 50px;
    padding: 16px 35px !important;
    color: #fff !important;
    font-weight: normal !important;
    background-color: #cea349;
    
}

.section-title .av-special-heading-tag {
    font-weight: bold;
    text-transform: capitalize !important;
}

.section-title .av-subheading_below {
    margin-top: 15px !important;
}

@media (min-width: 768px) {
	.section-title .av-special-heading-tag {
    	font-size: 35px;
    }
}

/*.program-icon-list .wd-image-box-image svg,
.program-icon-list .wd-image-box-image svg path {
    fill: var(--maroon) !important;
    width: 70px;
    height: auto;
    margin: 0 auto 25px;
}

.program-icon-list .wd-image-box-title h2 {
    font-size: 18px;
    text-align: center;
    color: #666666;
    text-transform: none;
}*/

.program-icon-list .wd-hybrid-box-svg svg,
.program-icon-list .wd-hybrid-box-svg svg path {
    fill: #000 !important;
    width: auto;
    height: 50px;
}

.program-icon-list .wd-hybrid-box-svg {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 2px solid var(--yellow);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}

.program-icon-list .wd-hybrid-box-title h2 {
    font-size: 18px;
    text-align: center;
    color: #666666;
    text-transform: none;
}

.learn-more-btn .avia-button {
    background-color: var(--maroon) !important;
    margin-top: 15px;
    margin-bottom: 0;
    border: none !important;
   	border-radius: 50px;
}

.dual-button .avia-button:last-child {
    background-color: var(--yellow);
}

.regular-button a {
    border: none !important;
    font-size: 16px !important;
}

@media (min-width: 768px) {
    .alt-four-col .flex_column {
        width: 22% !important;
    }
    
    .alt-four-col .flex_column_table {
        display: flex !important;
        justify-content: center;
    }
}

.error404 .title_container,
.search .title_container,
.archive .title_container,
.single .title_container {
    display: none;
}

/* Team Wrap CSS - Starts */

.team-wrap .facetwp-template-static,
.team-wrap .facetwp-template {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.team-wrap .team-card {
    width: 100%;
    border-radius: var(--round);
}

@media (min-width: 481px) {
    .team-wrap .team-card {
        width: calc(50% - 15px);
    }
}

@media (min-width: 990px) {
    .team-wrap .team-card {
        width: calc(33.33% - 20px);
    }
}

@media (min-width: 1251px) {
    .team-wrap .team-card {
        width: calc(25% - 22.5px);
    }
}

.team-card {
    text-align: center;
    padding: 25px 25px 40px;
    background-color: #f8f8f8;
    position: relative;
    transition: .5s;
}

.team-card:hover {
    transform: translateY(-5px) !important;
}

.team-featured-image img {
    display: block;
    filter: grayscale(1);
    transition: .5s;
    border-radius: var(--circle);
}

.team-card:hover img {
    filter: grayscale(0);
}

.team-card-title {
    color: var(--maroon) !important; 
    margin: 20px 0 10px !important;
    transition: .5s;
}

.team-card:hover .team-card-title {
    color: var(--green) !important;
}

.job-title {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin-top: 5px;
}

.company-title {
    font-weight: bold;
}

.info-block {
    position: relative;
    padding-top: 20px;
    margin-top: 15px;
}

.info-block:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    top: 0;
    left: calc(50% - 60px);
    background-color: var(--yellow);
}

.team-card .title-block:after {
    left: calc(50% - 60px);
}

.team-phone {
    margin-top: 10px;
}

.email-icon:before {
    content: '\e805';
    font-family: 'entypo-fontello';
    font-size: 20px;
    position: relative;
    top: 2px;
}

.linkedin-icon:before {
    content: '\e8fc';
    font-family: 'entypo-fontello';
    font-size: 20px;
}

.team-social-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.team-card .team-social-wrap {
    margin-top: 15px;
}

a.column-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.team-social-wrap a {
    position: relative;
    z-index: 9;
}

.facetwp-type-pager {
    text-align: center;
}

button.facetwp-load-more {
    font-size: 16px;
    padding: 13px 30px;
    border-radius: 50px;
    border: none;
    background-color: var(--maroon);
    color: #fff;
    letter-spacing: 0.5px;
}

button.facetwp-load-more:hover {
    opacity: .9;
    cursor: pointer;
}

/* Team Wrap CSS - Ends */

/* Single Term Sheet CSS Start */
.single-term_sheet .section-title .av-special-heading-tag {
    border-bottom: 2px solid var(--maroon) !important;
    margin-bottom: 20px;
    text-transform: uppercase !important;
}

.single-term_sheet .section-title .av-subheading {
    font-size: 22px !important;
}

.term-sheet-meta-wrap {
    margin-top: 30px !important;
    border-bottom: 2px solid var(--yellow) !important;
}

@media(min-width: 768px) {    
    .term-sheet-meta-wrap {
        display: flex;
        justify-content: space-between;
    }

    .term-sheet-meta-wrap:before, .term-sheet-meta-wrap:after {
        display: none !important;
    }
    
	.term-sheet-meta-title {
        width: 320px;
    }
    
    .term-sheet-meta-wrap .av_textblock_section {
        width: calc(100% - 350px) !important;
    }
}

.term-sheet-meta-desc ol, .term-sheet-meta-desc ul {
    margin-left: 0 !important;
}

.single-term_sheet h1 {
	padding-bottom: 20px !important
}

.term-h1 h1 {
    color: var(--yellow) !important;
    text-transform: uppercase !important;
    font-size: 35px !important;
}

.term-h1.term-sub-above h1 {
    padding-bottom: 20px !important;
}

.term-sheet-meta-title .av-special-heading-tag {
    font-weight: 600;
}

.term-sheet-meta-desc p:first-child {
    margin-top: 0 !important;
}

.term-sheet-meta-container .entry-content-wrapper .term-sheet-meta-wrap:first-child {
    margin-top: 0 !important;
}

.term-sheet-meta-container .entry-content-wrapper .term-sheet-meta-wrap:last-child {
    border-bottom:  none !important
}

/* Single Term Sheet CSS End */


/* Property Wrap CSS - Starts */

.properties-post-wrap,
.pro-wrap .facetwp-template {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .properties-post-wrap,
    .pro-wrap .facetwp-template {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1151px) {
    .properties-post-wrap,
    .pro-wrap .facetwp-template {
        grid-template-columns: repeat(3, 1fr);
    }
}

.property-column {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    width: 100% !important;
    background-color: var(--maroon);
    border-radius: var(--round);
}

.property-img {
    background-position: center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: var(--round) 0 0 var(--round);
}

.property-image-wrap {
    margin: 0 !important;
    width: 45%;
    height: 100%;
}

.property-column .property-content {
    width: 55% !important;
}

.property-features {
    color: var(--yellow) !important;
    margin: 5px 0 15px;
    line-height: 1.7;
}

.type-property {
    line-height: 1.5;
}

.property-amount {
    font-weight: normal;
    font-size: 35px;
    margin-bottom: 0;
    line-height: 1.2 !important;
    color: #fff !important;
}

.property-state {
    color: #fff;
}

.property-content {
    padding: 20px;
    font-size: 14px;
}

@media (max-width:890px) {
    .property-column {
        display: grid !important;
        grid-template-columns: 1fr;
    }
    
    .property-content,
    .property-image-wrap {
        width: 100%;
    }
    
    .property-img {
        height: 200px;
		border-radius: var(--round) var(--round) 0 0;
    }
}
/* Property Wrap CSS - END */

.avia-button {
    border-radius: 50px !important;
}

.avia-video {
    margin-bottom: 0 !important;
}

.tick-list ul {
    margin-bottom: 0;
    list-style-type: none;
}

.tick-list ul li {
    margin-left: 0;
    position: relative;
    padding-left: 30px;
    font-weight: bold;
}

.tick-list ul li:nth-child(n+2) {
    margin-top: 8px;
}

.tick-list ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 30px;
    color: var(--maroon);
}

.section-title-alt .av-special-heading-tag {
    color: var(--yellow);
}

.avia_button_icon_right {
    padding-left: 5px;
}

.icon-career a:before {
    content: '\e8bb';
}

.logo-list {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.logo-list li {
    margin: 0;
    padding: 0;
}

@media (min-width: 990px) {
    #footer .container {
        display: grid;
        grid-template-columns: 2fr 2fr 2fr 3fr;
        gap: 30px;
    }
    
    #footer .flex_column {
        width: 100% !important;
        margin: 0;
    }
}
@media (min-width: 768px) {    
    #footer .flex_column:last-child section {
        margin: 0 !important;
    }    
    #footer .flex_column:last-child:after,
    #footer .flex_column:last-child:before {
        display: none;
	}    
    #footer .newsletter-form form {
        margin-bottom: 20px;
    }
}

#footer .flex_column:last-child {
    margin-top: 30px;
}

#footer .widgettitle {
    font-size: 18px;
    color: #fff;
}
.term-sheet-list li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-left: 0;
}
.term-sheet-list li::before {
    content: "\e87d";
    position: absolute;
    font-family: 'entypo-fontello';
    font-size: 16px;
    left: 0;
    visibility: visible;
    color: var(--maroon);
}
.term-sheet-list li a:hover {
    color: var(--yellow) !important;
}
.alternate_color .smaller-iconbox-col{
	background-color: #fff !important;
}
.smaller-iconbox-col {
    background-color: #f8f8f8;
    padding: 25px;
    text-align: center;
    transition: all .5s;
    box-shadow: 0 0 8px 3px rgb(239 239 239);
    border-radius: var(--round) !important;
    border: 1px solid #e9e9e9 !important;
}

.smaller-iconbox-col svg,
.smaller-iconbox-col svg path {
    fill: var(--maroon) !important;
}

.smaller-iconbox-col svg {
    width: auto;
    height: 70px;
    margin: 0 auto 20px;
    fill: var(--maroon) !important;
}

.smaller-iconbox-col:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 8px 4px #e1e1e1;
}

.inner-text-heading h2 {
    text-transform: none !important;
}

.single-press-releases footer.entry-footer {
    display: flex;
    flex-direction: column;
}

.pr-button {
    display: flex;
    width: 800px;
    max-width: 100%;
    margin: 25px auto;
    justify-content: center;
    order: -1;
}

.pr-button a {
    border: 1px solid var(--maroon);
    display: inline-block;
    padding: 10px 30px;
    border-radius: 25px;
    letter-spacing: 0.5px;
    transition: .5s;
    position: relative;
    color: #000;
}

.pr-button a:hover {
    background-color: var(--maroon);
    color: #fff !important;
}

.pr-button a:after {
    content: '\e879';
    font-family: 'entypo-fontello';
    padding-left: 8px;
}

#top.single .fullsize .template-blog .post .entry-content {
    text-align: initial !important;
    max-width: initial !important;
}

.light-bold .av-special-heading-tag {
    font-weight: 400;
}

/* CS Area CSS - Starts */

.cs-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 280px;
}

.cs-content {
    padding: 25px 25px 30px;
    background-color: #f8f8f8;
}


.financial-amount {
    color: var(--yellow);
    font-weight: bold;
    line-height: 1.8;
}

.cs-column {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #efefef !important;
}

@media (min-width: 768px) {
    .cs-column {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-content {
        padding: 40px;
    }
}
/* Round Corners */
.cs-column {
    border-radius: var(--round);
}
@media (min-width: 990px) {
    .cs-img {
        border-top-left-radius: var(--round) !important;
        border-bottom-left-radius: var(--round) !important;
    }
    .cs-content {
        border-top-right-radius: var(--round) !important;
        border-bottom-right-radius: var(--round) !important;
    }    
}
@media (max-width: 989px) {
    .cs-img {
        border-top-left-radius: var(--round) !important;
        border-top-right-radius: var(--round) !important;
    }
    .cs-content {
        border-bottom-left-radius: var(--round) !important;
        border-bottom-right-radius: var(--round) !important;
    }
}
/* Round Corners - End */
.alternate_color .cs-content {
    background-color: #fff !important;
}

#top .cs-link {
    display: inline-block;
    margin-top: 20px;
    background-color: #222;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 50px;
    text-transform: none;
    letter-spacing: 0.5px;
}

.cs-location {
    margin-top: 10px;
}

#top .cs-link:hover {
    opacity: .9;
}

.cs-wrap .facetwp-template {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
}

.cs-details {
    margin-top: 40px;
}

.financial-amount p {
    margin: 0;
}

.cs-name {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.cs-name:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 380px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--yellow);
}

h3.total-amount {
    font-size: 45px;
    font-weight: 500;
}

.amount-label {
    font-weight: bold;
}

.single-cs-column .amount-wrap-financial {
    margin-top: 15px;
}

.single-cs-column .total-amount {
    font-size: 30px;
    display: block;
    padding: 12px 0 10px;
    font-weight: bold;
}

.cs-details ul {
    list-style-type: disc;
}

.cs-details ul li {
    margin-left: 10px;
}

.cs-video {
    max-width: 800px;
    margin: 50px auto 0;
}

@media(min-width: 768px) {
    .cs-img {
        border-right: 1px solid #efefef !important;
    }
}

@media(max-width: 767px) {
    .cs-img {
        border-bottom: 1px solid #efefef !important;
    }
    
    .footer-logo {
        width: 100px;
    }

    .single-case-study .cs-name {
        font-size: 27px;
    }

    .single-cs-column .total-amount {
        font-size: 22px;
    }

    h3.total-amount {
        font-size: 35px;
    }
}

/* Review Area CSS - Starts */

.review-block .avia-testimonial-meta-mini{
   
    margin: 0!important;
}

.review-block .avia-testimonial-meta {
    display: block;
    text-align: center !important; 
}

.review-block .avia-testimonial_inner {
    position: relative;
}

.review-block .avia-testimonial_inner:before {
    content: "\e808\e808\e808\e808\e808";
    font-size: 30px;
    font-family: 'entypo-fontello';
    display: block;
    color:var(--yellow);
    width: 100%;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.review-block .avia-testimonial-content {
    font-size: 18px !important;
    line-height: 1.8 !important;
}

.review-block .avia-testimonial-subtitle,
.review-block .avia-testimonial-name {
    padding-left: 10px;
    margin-top: 8px !important
}

.review-block .avia-testimonial-subtitle {
    display: block;
    text-align: center !important;
}

.review-block .avia-testimonial-name {
    color: var(--maroon) !important;
    font-size: 20px !important;
}


.review-block .avia-testimonial-name {
    font-weight: 700;
    margin-top: 0 !important;
}

/* Review Area CSS - Ends */

/* Extra Footer CSS - Start */
@media (min-width: 768px) {
    #top .title_container .main-title a {
        font-size: 40px !important;
    }
}

#extra_footer .section-title .av-special-heading-tag {
    color: #fff !important;
    font-size: 28px !important;
}

@media (min-width: 768px) {
    #extra_footer .section-title .av-special-heading-tag {
        font-size: 35px !important;
    }
}

@media (max-width: 767px) {
    #extra_footer .section-title {
        margin-bottom: 25px !important;
    }

    #extra_footer .flex_column {
        margin: 0 !important;
    }

    .flex_column.avia-full-stretch {
        margin-bottom: 30px !important;
    }
}

.single-solid-area .template-page {
    padding: 35px 0;
}

@media (min-width: 990px) {
    .single-solid-area .flex_column {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .single-solid-area .av-special-heading {
        width: auto;
        padding-bottom: 0 !important;
        padding-right: 30px;
    }
}

.avia-button {
    border-radius: 50px !important;
}

.avia_button_icon_right {
    padding-left: 4px;
}

.regular-button .avia-button {
    font-size: 16px !important;
    padding: 14px 35px;
    border: none !important;
}

/* Extra Footer CSS - Ends */

/* CS Area CSS - Ends */

@media (min-width: 990px) {
    .mobile-cta {
        display: none;
    }
}

@media (max-width: 989px) {
    #socket .container {
        padding-bottom: 60px !important;
    }
}

.mobile-cta a {
    background-color: #111;
    width: 100% !important;
    display: inline-block;
    padding: 12px;
    text-align: center;
    color: #fff;
    position: relative;
    letter-spacing: 0.5px;
}

.mobile-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.mobile-cta a:before {
    content: '\e83b';
    color: #fff !important;
    font-family: 'entypo-fontello';
    padding-right: 8px;
}

.inner-posts a.slide-image {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    border-radius: 15px;
}
.inner-posts a.slide-image img {
	aspect-ratio: 3/2;
	object-position: center;
	object-fit: cover;
}

.inner-posts .slide-meta {
    display: none;
}

.single-video .big-preview.single-big {
    display: none;
}

.single-video .standard-content span.post-meta-infos {
    display: none;
}

.single-video .standard-content .entry-content-header {
    margin-bottom: 50px;
}

#top .avia-slider-testimonials.av-slideshow-ui.av-control-default .avia-slideshow-arrows a {
    top: calc(50% - 30px) !important;
}

.faq-content .toggler {
    border: 1px solid var(--maroon) !important;
    border-radius: 5px !important;
    padding: 20px 40px 20px 30px !important;
    margin-bottom: 2px;
}

.faq-content .toggle_icon,
.faq-content .vert_icon,
.faq-content .hor_icon {
    border-color: var(--maroon);
    opacity: 1 !important;
}

.faq-content .av_toggle_section:nth-child(n+2) {
    margin-top: 15px;
}

.faq-content .toggle_content {
    border: none;
    font-size: 16px;
    line-height: 1.7;
}

.faq-content .toggler:focus {
    outline: none;
}

.inner-submenu .avia-menu-text:hover {
    color: var(--yellow) !important;
}

.inner-submenu .avia-menu-text {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    letter-spacing: 0.5px;
    transition: .5s;
}

.inner-submenu li a {
    border-color: #959595 !important;
}

hr {
    margin-block: 30px !important;
}

.bolder-title .av-special-heading-tag {
    font-weight: bold;
}

.landing-heading .av-subheading_above p {
    text-transform: uppercase !important;
    font-weight: bold;
    line-height: 1.8;
}

/* Whitepaper Template CSS - Starts */
.single-whitepaper .avia-data-table-wrap {
    background-color: var(--maroon) !important;
    padding: 25px!important;
    display: flex;
}
@media (min-width: 768px) {
	.single-whitepaper .avia-data-table-wrap {
	    padding: 30px 40px !important;
	}
}
.inner-table {
	margin: 0 !important;
}
.inner-table tbody {
	background-color: var(--maroon) !important;
    font-size: 16px !important;
    border: none !important;
}
.inner-table tbody tr:not(:last-child){
    border-bottom: 2px solid var(--yellow);
}

.inner-table tbody td{
    font-size: 16px;
     border: none !important;
    text-align: left !important;
        color: #fff !important;
    
}

.inner-table tr:first-child td {
    color: var(--yellow) !important;
    font-weight: 900;
}

.inner-table tr td:first-child{
    font-weight: 900;    
}

.project-image {
    width: 800px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.info-box {
    width: 300px;
    max-width: 100%;
    background-color: var(--maroon);
    text-align: center;
    padding: 30px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0 50%);
    margin: 0 auto;
}

.usda-project-list .info-box h2 {
    color: var(--yellow);
    font-size: 35px;
    margin-bottom:0 !important;
}

.usda-project-list .info-box h3,
.usda-project-list .info-box p em{
    color: #fff;
}


.usda-project-list .info-box p strong{
    font-weight: 400;
    letter-spacing: 2px;
    color: #A2979D !important;
}

.usda-project-list .toggle_content h2:first-child {
    color: var(--maroon);
    font-weight: bold;
    margin-bottom: 20px !important;
    
}

.project-header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    column-gap: 40px;
    row-gap: 20px;
}

@media (min-width: 990px) {
    .project-header {
        grid-template-columns: 4fr 1fr;
    }
}

#top .flex_cell.avia-full-stretch {
    margin-bottom: 0 !important;
}

/* Whitepaper Template CSS - Ends */

p.gform_required_legend {
    display: none;
}

/* Center Four Col - Center */
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Four Col - Center - END */

@media (min-width: 768px) {
    .center-form {
        border: 1px solid #e8e8e8 !important;
        border-radius: var(--round) !important;
        background: #fff !important;
        padding: 40px;
        max-width: 950px;
        margin: 0 auto;
        box-shadow: 0 0 7px 4px #e6e6e6 !important;
    }
}

/* CASE STUDY CSS */
.cs-title-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 30vh;
}

.landing-heading .av-subheading_above {
    border-bottom: 1px solid var(--yellow);
    padding-bottom: 10px;
}

.cs-location .av-special-heading-tag {
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (min-width: 990px) {
    .inline-logobox {
        display: grid;
        align-items: center;
        grid-template-columns: 4fr 1fr;
        gap: 40px;
    }
    
    .inline-logobox .wd-hybrid-box-content {
        order: -1;
    }
}

.avia_textblock.stat-content strong {
    color: #fff !important;
    font-size: 1.1em;
    display: block;
}

.avia_textblock.stat-content {
    position: relative;
    padding-top: 5px;
    font-size: 16px !important;!i;!;
}

.avia_textblock.stat-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 2px;
    background: var(--yellow);
}
.narrow-center-quote .flex_column_table {
    width: 900px !important;
    max-width: 100% !important;
    margin-inline: auto;
}
.link-cs {
    display: block;
    background-color: var(--yellow);
    color: #fff !important;!i;!;
    text-align: center;
    margin-top: 15px;
    border-radius: 25px;
    padding: 2px 5px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.link-cs:hover {
    opacity: .9;
}
/* CASE STUDY CSS - ENDS */
.contact-form .gform_footer input[type=submit] {
    width: 220px;
    max-width: 100% !important;
    padding: 13px 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 18px;
    border-radius: var(--round);
}
.avia_textblock ul ul {
    list-style-type: circle;
}
.avia_textblock ul ul li {
    margin: 0;
}
.single-whitepaper .section-title .av-subheading_below {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.8;
}
/* Single Post Style */
.big-preview.single-big {
    width: 800px;
    max-width: 100% !important;
    margin-inline: auto;
}
.single-post header.entry-content-header {
    margin-bottom: 40px;
}
#top.single .fullsize .template-blog .post .entry-content h2 {
    font-size: 22px;
    color: var(--maroon);
}
/* END of Single Post Style */
.big-preview.single-big img {
    border-radius: var(--round);
}

.has-metadata .av-subheading p {
    line-height: 1.8;
}
/* Single Spotlight CSS */
.spotlight-pdf .avia-button {
    border: none;
    background-color: var(--maroon);
    color: #fff;
    font-size: 16px;
}
.spotlight-intro ul {
    margin: 0;
    list-style-type: none;
}
.spotlight-intro ul li {
    margin-left: 0;
    padding-block: 12px;
}
.spotlight-intro ul li:not(:last-child) {
    border-bottom: 2px solid var(--yellow);
}
.spotlight-intro ul li strong {
    font-size: 0.95em;
    color: var(--maroon) !important;
}
.spotlight-testimonial .avia-slideshow-arrows {
    display: none !important;
}
.spotlight-testimonial .avia-testimonial-name {
    color: var(--maroon) !important;
    margin: 0 0 10px !important;
    font-size: 22px !important;
}
.spotlight-testimonial .avia-testimonial-meta {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.spotlight-testimonial span.avia-testimonial-subtitle {
    color: #666;
    font-size: 14px;
}
.spotlight-testimonial .avia-testimonial-image {
    width: 100px !important;
    height: 100px !important;
    margin: 0 !important;
}
.spotlight-testimonial .avia-testimonial-row {
    height: auto !important;
}
.spotlight-featured .post-featured {
    border-radius: 20px;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}
#spotlight_header main.template-page {
    padding-block: 40px;
}
/* Single Spotlight CSS - END */
a#scroll-top-link {
    display: flex;
    justify-content: center;
}
.promo-box {
    background-color: var(--yellow);
    padding: 25px;
    color: #fff !important;
    margin-block: 25px !important;
    display: block;
}
#top .promo-box strong {
    color: #fff !important;
}
a.custom-button {
    background-color: var(--maroon);
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    margin-inline: auto;
    border-radius: 50px;
    line-height: 1.3 !important;
    font-size: 16px;
    width: 140px;
    max-width: 100%;
}
.main_menu #menu-item-search a {
    display: flex !important;
    align-items: center;
    font-size: 20px;
}
.avia-search-tooltip #searchform .av_searchform_search.avia-svg-icon {
    align-items: center;
    margin-top: 15px;
}
.yellow-bg { background-color: var(--light-yellow); }
.single .standard-content table td {
    color: #333;
    font-size: 15px;
    line-height: 2em;
}
.single .standard-content table th {
    color: #fff;
	background-color: var(--maroon);
    font-size: 15px;
}
.av-content-full > .comment-entry,
.single-post.post_tag-podcast .big-preview {
    display: none !important;
}
#top .avia_playpause_icon {
    background-color: rgb(133 45 43 / 85%) !important;
    border-radius: 100%;
}
#top .avia_playpause_icon:before {
    font-size: 60px !important;
}