body {
    display: flex;
    flex-direction: column;
}


h1 {
    font-family: 'avenir_nextdemi_bold', Arial, sans-serif !important;
    font-size: 34px !important;
    line-height: 42px !important;
}

h2 {
    font-family: 'avenir_nextdemi_bold', Arial, sans-serif !important;
    font-size: 26px !important;
    line-height: 32px !important;
}

h3 {
    font-size: 22px !important;
    line-height: 28px !important;
}

h4 {
    font-size: 18px !important;
    line-height: 22px !important;
}

.display {

    font-size: 38px !important;
    line-height: 44px !important;
}

fieldset {
    border-color: #93cf7c;
}

fieldset legend {
    background-color: #fff;
    font-size: 14px;
    position: relative;
    top: -16px;
    padding: 0 11px;
    display: inline;
    width: auto;
    margin-bottom: 0;
}

.light-green {
    background-color: #f0f8eb;
}

p,
ul,
ol,
dl,
figure,
table,
blockquote {
    margin-bottom: 30px;
}

#case-contact-form {
    margin-top: 7em;
}

.hidden-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.skip-link {
    position: absolute;
    top: -40px;
    /* Hides it off-screen initially */
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-link:focus {
    top: 10px;
}


.cms-component-411edc1a-select {
    width: calc(100% - var(--padding)* 2);
}


@media (max-width: 767px) {


    .row,
    .thumbnails {
        margin-left: -12px !important;
    }
}

.important-documents-list,
#important-documents-list h3 {
    max-width: 100% !important;
}

.important-documents-list ul li {
    padding-left: 0 !important;
}

.important-documents-list ul li .docimg {
    margin-right: 20px;
}

.container .container {
    width: 100% !important;
}

#main a,
#Footer a {
    border-width: 0;
    border-style: dotted;
    border-color: var(--pacific) !important;
    color: var(--pacific) !important;
    text-decoration: none;
}

#main a:hover,
#main a.hover,
#Footer a:hover,
#Footer a.hover {
    border-style: solid;
    border-color: var(--pacific-dark) !important;
    color: var(--pacific-dark) !important;
}

#main a:visited,
#main a.visited,
#Footer a:visited,
#Footer a.visited {
    border-color: var(--teal) !important;
    color: var(--teal) !important;
}

#main a:active,
#main a.active,
#Footer a:active,
#Footer a.active {
    border-style: solid;
    border-color: var(--navy) !important;
    color: var(--navy) !important;
}



#main div.bg-dark a {
    color: #58b764;
}

#main div.bg-dark a:hover,
#main div.bg-dark a:focus {
    color: #6cd87a;
}


#main {
    flex: 1;
}

#main .container .header {
    padding: 2em 0;
}

@media only screen and (max-width: 991px) {
    .desktopbreak {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .mobilePhone {
        display: none;
    }

    .desktopPhone {
        display: inline;
    }

}


@media only screen and (max-width: 991px) {
    .mobilePhone {
        display: inline;
    }

    .desktopPhone {
        display: none;
    }

    .container {

        max-width: none;

    }


}


.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #0072CE;
    cursor: pointer;
    color: #FFF;
}


.cms-form-confirmation {
    text-align: left !important;
}

/* Links
-----------------------------------------------------------*/
a {
    color: #2e6335;
    border-bottom: 1px dotted #2e6335;
    text-decoration: none;
    font-weight: normal;
}

a:hover,
a:focus {
    color: #7FB8E6;
    text-decoration: underline;
    border-bottom: 0px;
}

/* Header
-----------------------------------------------------------*/
#Header {
    background-color: #FFF;

}



#Header {
    border-bottom: 5px solid #20aa3f;
}

#HeaderContent h1 {
    margin: 1em;
}

#HeaderContent .Logo {
    margin: 3em 0 0 0;
}

#HeaderContent .headerTitle {
    margin: 1.5em 0 0 0;
    padding-left: 3em;
}

#HeaderContent .headerTitle h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

#HeaderContent .headerTitle h3 {
    margin-top: 0;
}




@media only screen and (max-width: 991px) {

    #HeaderContent .headerTitle {
        margin: 1em 0 0 0;
    }

    #Header {
        border-bottom: none;
    }

    #HeaderContent h1 {
        margin: .5em;
    }

    #HeaderContent .Logo {
        margin: 2em 0 0 0;
        padding-left: 2.25em;
    }

    #HeaderContent .Logo img {
        width: 260px;
    }



}

@media (max-width: 480px) {

    .cms-component-411edc1a-select {
        width: calc(100% - var(--padding)* 2) !important;
    }

    #HeaderContent .headerTitle {
        padding-left: .25em;
    }

    #Header {
        border-bottom: none;
    }

    #HeaderContent h1 {
        margin: .5em;
    }

    #HeaderContent .Logo {
        padding-left: .25em;
    }


}

.LanguageSwitcher {
    padding-top: .25em;
    padding-bottom: .625em;
    background: #f7f8f9;
    border-bottom: 1px solid #b4b5b6;
}

.LanguageSwitcher a {
    color: #5a5d61 !important;
    text-decoration: none;
    border-bottom: 0;
    font-size: .85em
}

.LanguageSwitcher a:hover,
.LanguageSwitcher a:focus {
    color: #0050b4 !important;
    text-decoration: none;
}



#HeaderContent {
    color: #101820;

}

#HeaderContent a {
    color: #101820;
    text-decoration: none;
}

#HeaderContent h1 {
    font-size: 2.25em;
}

#HeaderContent p {
    font-size: 0.813em;
    padding-top: 0.375em;
    margin-bottom: 0;
}


#HeaderContent .Logo a {
    border: 0;
}

.nav-item .activeItem {
    background-color: #fff;
    border-bottom: 6px solid #000000 !important;
}

/* Menu
-----------------------------------------------------------*/
/*Adjust Menu Font*/
.navbar {
    font-size: 1.1em;
}

.navbar .navbar-nav>li>a {
    text-decoration: none;
}



@media only screen and (min-width: 992px) {

    .navbar {
        font-size: 1.20em;
    }


    .navbar .navbar-nav li {
        padding-right: 50px;
    }


    .navbar .navbar-nav>li>a {
        padding-bottom: 19px;
    }


    .navbar-nav>li>a {
        padding-left: 0;
        padding-right: 0;
    }

    /*.navbar .navbar-nav>li>a {
        color: #101820;
        ffont-size: 18px;
    }*/

    .navbar .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus {
        background-color: #fff;
        border-bottom: 6px solid var(--gray-40);
        /* #b4b5b6 */
        color: #101820;
    }



}

/*END OF LARGE/X-LARGE SCREEN MENU*/

h2,
.h2 {}

#main .header h2 {
    font-size: 32px !important;
    font-weight: bold;
}

.important-documents-list {
    margin-top: 3em !important;
}

.important-documents-list ul li .title {
    font-size: 1em !important;
}


@media only screen and (max-width: 991px) {


    .navbar {
        background-color: #20aa3f;
        padding: 0.5rem 0 0.5rem 0;
    }

    .mb-3,
    .my-3 {
        margin-bottom: 0rem !important;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        color: #FFF;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }


    .navbar-collapse {
        margin-top: 10px;
        margin-bottom: 5px;
    }



    .navbar-nav>li {
        background-color: #FFF;
        border-bottom: 1px solid #DDD;
        border-left: 1px solid #DDD;
        border-right: 1px solid #DDD;
    }

    .navbar-nav>li>a {
        color: #111;
        display: block;
        padding: 1em 1em 1em 2em;
        font-weight: normal;
        color: #0072ce;
        font-size: 16px;
        line-height: 22px;
        text-decoration: none;
        border-bottom: 1px solid #b4b5b6;
    }


    .navbar-nav>li>a:last-child {
        border-bottom: none;
    }


    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus {
        color: #7eb7e8;
        background-color: #FFF;
    }

    .menuContainer {
        max-width: none !important;
        padding: 0 !important;
    }


    .menu {
        cursor: pointer;
    }
}

.faq-toggle-questions {
    border-bottom: none;
}

footer {

    padding-bottom: 2em;
}

footer .container .col-md-12 {
    padding: 0;
}

#main {
    padding-bottom: 3em;
    padding-top: 1em;
}

#main .header h2 {
    margin-bottom: 0;
}

.TitleWrapper {
    padding-top: 2.8125em;
    padding-bottom: 2.8125em;
    background-color: #E7E8E9;
    margin-bottom: 25px;
}

.activeItem {
    color: var(--green-dark) !important;
    font-weight: bold;
}

.faqs ul li {
    margin: 0 !important;
}

.faqs ul label {
    border: none !important;
    border-top: 1px solid var(--gray-40) !important;
    padding: 11px 35px 12px 16px !important;
}


/*.faqs ul label:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: auto !important;
    right: 15px !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5cb04a;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 1;
    font-family: 'BrandonGrotesque', sans-serif;
    font-weight: 700;
    background-color: var(--pacific) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

.faqs ul label:before {
    left: auto !important;
    right: 21px !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    top: 22px !important;
    line-height: 1;
    font-family: 'BrandonGrotesque', sans-serif;
    font-weight: 700;
    z-index: 1;
}

.faqs ul label.open:before {
    right: 23px !important;
}

.faqs ul label:after {
    content: '';
    position: absolute;
    top: 23px !important;
    left: auto !important;
    right: 15px !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--pacific);
    /* Circle background color */
    border-radius: 50%;
    width: 22px;
    /* Circle width */
    height: 22px;
    /* Circle height */
    z-index: 0;
}



.cms-component-411edc1a-button.a-btn {
    border-radius: .25em;
    padding: 12px 20px !important;
    font-size: 20px;
}

.cms-component-411edc1a-button.a-btn:hover {
    background-color: var(--pacific-dark) !important;
}

.cms-component-411edc1a-button.a-btn:focus {
    background-color: var(--pacific) !important;
    outline: 1px dotted var(--pacific);
    outline-offset: 1px;
}

.cms-component-411edc1a-button.a-btn:active {
    background-color: var(--navy) !important;
}

#Footer {
    width: 100%;
    padding-top: 20px;
    border-top: 5px solid #2cb34a;
}

#Footer a {
    font-weight: bold;
}

#Footer .navigationLinks {
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 0 20px 15px;
}


#Footer .navigationLinks li {
    float: left;
    padding-right: 30px;
    margin-top: 10px;
}

#Footer .lastLink {
    padding-right: 0 !important;
}


#Footer .Questions {
    padding: 20px 0 5px 15px;
}

#Footer .Bottom {
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
}

/* Modal Background */
#externalLinkModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    display: none;
    /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Ensure it appears above other elements */
    overflow: hidden;
    /* Prevent scrolling behind the modal */
}

/* Modal Content */
#externalLinkModal .modal-content {
    display: flex !important;
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 90%;
    /* Ensure responsiveness */
}


#externalLinkModal button {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#externalLinkModal #continue-btn {
    background-color: #3066bb;
    color: #fff;
    font-size: 18px;
}

#externalLinkModal #continue-btn:hover {
    background-color: var(--pacific-dark) !important;
}

#externalLinkModal #continue-btn:focus {
    background-color: var(--pacific) !important;
    outline: 1px dotted var(--pacific);
}

#externalLinkModal #continue-btn:active {
    background-color: var(--navy) !important;
}



#externalLinkModal #modal-text {
    margin-bottom: 10px;
}

#externalLinkModal #cancel-btn {
    background-color: #fff;
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#externalLinkModal button:hover {
    opacity: 0.9;
}

#externalLinkModal #external-url {
    display: block;
    word-break: break-all;
}


@media (max-width: 768px) {
    .navbar-nav>li>a:hover {
        border-left: 5px solid #20aa3f !important;
    }

    .nav-item .activeItem {
        color: #0072ce !important;
        font-weight: bold;
        border-left: 5px solid #000000 !important;
        border-bottom: none !important;
    }
}

@media (max-width:480px) {



    #Footer .container .pt-3 {
        display: block !important;
    }

    #Footer .container .pt-3 div {
        text-align: center !important;
    }

    #Footer .container .pt-3 div+div {
        margin-top: 1em;
    }

    #main .container .header {
        margin-bottom: 1em;
        padding: 1em;
    }

    /*.faqs ul label:before {
        top: 48% !important;
    }*/

    .faqs ul label {
        padding: 11px 40px 12px 16px !important;
    }
}