/* 
    Fonts: Use var(--primary-font) & var(--secondary-font)
    Color: Use var(--primary-color) & var(--primary-color-hover) & var(--secondary-color)
*/

:root {
    --initial-font-size: 18px;
    --space-between-elements: 100px;
    --element-spacing: calc(var(--space-between-elements) / 2) 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}
body,
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: var(--secondary-font);
    color: var(--text-color);
    background-color: #fff;
    padding-top: 120px;
    font-weight: 400;
    font-size: var(--initial-font-size);
    line-height: 1.5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--heading-color);
    margin: 0 0 15px;
    line-height: 1.16;
    letter-spacing: -0.36px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
    color:#014C43;
    text-transform: uppercase;
}

h3,
h4 {
    font-size: 24px;
}

.container {
    position: relative;
   
      max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


/* SPACING BETWEEN ELEMENTS | PADDING/MARGIN */

.padding,
.search .content-wrapper,
.article-content {
    padding: var(--element-spacing);
}

.margin {
    margin: var(--element-spacing);
}

/* PADDING OVERWRITES */

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pr-0 {
    padding-right: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.pt-x2 {
    padding-top: calc(var(--space-between-elements) * 2);
}

.pb-x2 {
    padding-bottom: calc(var(--space-between-elements) * 2);
}

/* END SPACING BETWEEN ELEMENTS */

.article-content {
    padding-top: 0;
    position: relative;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 286px;
    height: 64px;

    text-decoration: none;
    text-align: center;
    text-transform: uppercase;

    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;

    box-sizing: border-box;
    
}

.btn-alt {
    color: #014C43;
    background-color: #AED255;
    border-radius: 10px;
}
.btn-disabled {
    color: #d8d8d8;
    background-color: #536688;
    border: none;
}





.header.pos-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.admin-bar .header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .header {
        top: 46px;
    }
}

.primary-color {
    color: var(--primary-color);
}

.secondary-color {
    color: var(--secondary-color);
}

.primary-font {
    font-family: var(--primary-font);
}

.secondary-font {
    font-family: var(--secondary-font);
}

/* BreadCrumbs */
.breadcrumb {
    list-style: none;
    list-style-position: inside;
    display: flex;
    font-size: 15px;
}

.breadcrumb .seperator {
    margin: 0 5px;
}

.breadcrumb li a {
    color: var(--primary-color);
}

/* Search Results Page */
.search .container > h2 {
    margin-bottom: 0;
}

.search .container > p {
    font-size: 14px;
    font-style: italic;
}

.search .container .tease {
    padding: 25px 0;
}

.search .container .tease .read-more {
    color: var(--primary-color);
}

.search .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search .pagination ul {
    list-style: none;
    display: flex;
    gap: 15px;
    font-size: 14px;
}

/* Form CSS Overwrites */
.request-info {
    border: 1px solid #707070;
    padding: 30px 20px !important;
}

.request-info .form-header {
    font-family: var(--primary-font) !important;
    /* font-size: 48px !important; */
}

.request-info .disclaimer {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-top: 40px !important;
}

#eddyform .form-button {
    font-size: 32px !important;
    margin-top: 16px !important;
    font-weight: 500 !important;
}

#eddyform div.error {
    top: 5px !important;
}

#eddyform .error-message {
    right: -5px !important;
    width: calc(100% + 9px) !important;
}

#eddyform #rn-error {
    color: var(--secondary-color);
    text-align: left;
    margin-top: 25px;
}

#eddyform input::placeholder {
    color: #000;
}

#eddyform {
    .radio-group {
        .radio {
            gap: 5px;
            input {
                height: 11px;
                width: 11px;
            }
        }
    }
}

@media screen and (max-width: 999px) {
    :root {
        --initial-font-size: 18px;
        --space-between-elements: 50px;
    }
}

/* OVERWRITE */
.aos-with-thumbnails-block .inner .aos-thumbnails .aos-thumbnail {
    border: none !important;
}
@media screen and (max-width: 768px){
.btn-alt{
display:none;
}
}
.page-id-1365 .content-image-section,
.page-id-1367 .content-image-section,
 .page-id-1365 .why-husson,
 .page-id-1367 .why-husson
 {
  padding: 60px 20px;
  background: #fff;
}
.page-id-1365 .accordion-one-container 

{
    background-color: #F3F3F3; 
}
@media only screen and (max-width: 768px) {
   .page-id-1365 .accordion-heading {
       
       font-size: 30px;
        color: #014C43;
        text-transform: uppercase;
        text-align: center !important;
        margin: 33px auto 28px;
        width: auto;
    }
    
}
@media (max-width: 768px) {
     .page-id-1465 .banner-image-wrapper {
        position: relative !important;
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 0;
    }
	.page-id-1465 .banner-image-wrapper img {
        width: 100%;
        object-position: center center;
        max-width: 100% !important;
        object-fit: cover;
        display: block !important;
        margin: 0 auto;
    }

}
.page-id-1465 .testimonial-card{
background: #014C43;
}
.page-id-1465 .testimonial-text,
.page-id-1465 .testimonial-author
{
    color: #fff;
}
.page-id-90 #footer {
    margin-top: 0;
}
#scrollTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: url(../img/src/scrollTop.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
    text-indent: -999em;
    z-index: 99999;
    border-radius: 6px;
}