/* 
    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: 60px;
    --element-spacing: calc(var(--space-between-elements) / 2) 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size:18px;
}

html {
    height: 100%;
}
body,
html {
    width: 100%;
}

body {
    font-family: "Work Sans" !important;
    color: var(--text-color);
    background-color: #fff;
    font-weight: 400 !important;
    font-size: var(--initial-font-size);
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "karmina", serif !important;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0 0 15px;
    line-height: 1.16;
    letter-spacing: -0.36px;
}



h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

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

.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;
}




/* 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-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "roc-grotesk" !important;
}

.btn-alt {
    color: var(--secondary-color);
    background-color: transparent;
    border: 2px solid var(--secondary-color);
    background-color: #C99700;
    color: #000;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    /* font: normal normal bold 20px / 30px Roc Grotesk; */
}

.btn-disabled {
    color: #d8d8d8;
    background-color: #536688;
    border: none;
}

.btn:hover {
    background-color: var(--primary-color-hover);
    /* text-decoration: underline; */
    color: black;
    
}

.btn-alt:hover {
    color: #fff;
    background-color: black;
    
}

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

.logged-in .header.pos-fixed {
    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: "roc-grotesk" !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: 16px !important;
    margin-top: 16px !important;
    font-weight: 900 !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: 999px) {
.hero-section .container {
    min-height: 10px !important;
            width: 100% !important;
            max-width: 100% !important;
}
h2{
    font-size: 25px;
}
.msnn{
    margin-top:30px;
}
}

.thanky .why-cards.has-background-image {
    margin-top: 17px;
}


.call-to-action-container.margin {
    margin-bottom: 0px;
}
.why-block.has-background-image.padding.msnn {
    padding: 0px;
}

.page-id-1366 .site-branding{
    margin:auto;
}
.page-id-1366 .btn-alt{
    border-radius: 0px !important;
    background-color: black;
    color: white;
    border: 0px solid var(--secondary-color);
}



.page-id-1366  .get-started-block .btn-alt:hover {
    background-color: var(--primary-color-hover) !important;
    /* text-decoration: underline; */
    color: black !important;
    
}

.page-id-1366 .btn-alt:hover {
    color: #fff;
    background-color: black;
    
}

.rn-options label,
.adn-options label {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-size: 16px;
}
.adn-options label {
    white-space: nowrap !important;
    margin-right: 25px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}
.footer-copyright, .footer-copyright a{
    color:#000 !important;
}


/* Global font family */
html, body {
    font-family: "karmina",serif;
}
html, body p{
   font-size: 16px !important;
}


@media (min-width: 1024px) {
  .aos-thumbnail-container {
    position: relative;
    padding-bottom: 90px; /* space for button */
  }

  .aos-thumbnail-container a,
  .aos-thumbnail-container button {
    position: absolute;
    bottom: 32px; /* adjust if needed */
    /* left: 32px;    */
  }
}


@media screen and (max-width: 768px) {
    .thank-you .get-started-block h2 {
        font-size: 28px !important;
    }
}