/* Minification failed. Returning unminified contents.
(386,1): run-time error CSS1019: Unexpected token, found '@import'
(386,9): run-time error CSS1019: Unexpected token, found 'url('header.css')'
(387,1): run-time error CSS1019: Unexpected token, found '@import'
(387,9): run-time error CSS1019: Unexpected token, found 'url('footer.css')'
(388,1): run-time error CSS1019: Unexpected token, found '@import'
(388,9): run-time error CSS1019: Unexpected token, found 'url('home.css')'
(389,1): run-time error CSS1019: Unexpected token, found '@import'
(389,9): run-time error CSS1019: Unexpected token, found 'url('sitenav.css')'
(390,1): run-time error CSS1019: Unexpected token, found '@import'
(390,9): run-time error CSS1019: Unexpected token, found 'url('navmobile.css')'
(391,1): run-time error CSS1019: Unexpected token, found '@import'
(391,9): run-time error CSS1019: Unexpected token, found 'url('rightcolumn.css')'
(392,1): run-time error CSS1019: Unexpected token, found '@import'
(392,9): run-time error CSS1019: Unexpected token, found 'url('carousel.css')'
(394,1): run-time error CSS1019: Unexpected token, found '@import'
(394,9): run-time error CSS1019: Unexpected token, found 'url('member.css')'
(395,1): run-time error CSS1019: Unexpected token, found '@import'
(395,9): run-time error CSS1019: Unexpected token, found 'url('basic.css')'
(396,1): run-time error CSS1019: Unexpected token, found '@import'
(396,9): run-time error CSS1019: Unexpected token, found 'url('news.css')'
(397,1): run-time error CSS1019: Unexpected token, found '@import'
(397,9): run-time error CSS1019: Unexpected token, found 'url('legalServer.css')'
(398,1): run-time error CSS1019: Unexpected token, found '@import'
(398,9): run-time error CSS1019: Unexpected token, found 'url('directory.css')'
(399,1): run-time error CSS1019: Unexpected token, found '@import'
(399,9): run-time error CSS1019: Unexpected token, found 'url('section.css')'
(400,1): run-time error CSS1019: Unexpected token, found '@import'
(400,9): run-time error CSS1019: Unexpected token, found 'url('mobile-navigation.css')'
 */
/*#region Basic*/
.basicBox { background-color: #B3B3B3; padding: 30px; margin-bottom: 30px; min-height: 310px; }
    .basicBox h4 { color: #531B53; font-weight: bold; font-size: 24px; }
    .basicBox .summary { color: #323232; }
    .basicBox .learnMore { border: solid 1px #7a7a7a; padding: 5px; margin-top: 25px; text-align: center; width: 150px; }
    .basicBox a:link, .basicBox a:visited { color: #fff !important; }

/*#endregion Basic*/

/*#region Carousel*/
.carousel .carousel-inner > .item { transition: transform 3.9s ease-in-out; }

.carousel .carousel-caption { background: rgba(0, 0, 0, 0.3); padding: 1rem 1.5rem; border-radius: 0.5rem; }

    .carousel .carousel-caption p { color: #fff; }

    .carousel .carousel-caption .text-bold { font-weight: 400; font-size: 1.5rem; text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8); }

.carousel .carousel-indicators {display: none; position: absolute; bottom: 10px; left: 20%; z-index: 15; width: 60%; padding-left: 0; margin-left: -32%; text-align: center; list-style: none; }
    .carousel .carousel-indicators li, .carousel-indicators .active { height: 15px; width: 15px; margin-left: 5px; border-radius: 10px; }

.carousel-control.left, .carousel-control.right { background-image: none; }
.carousel .left-side { position: relative; background-color: #531B53; color: #fff; }
    .carousel .left-side .description { position: absolute; height: 70%; margin: 10%; overflow: hidden; }
    .carousel .left-side .title { font-size: 28px; line-height: 40px; padding-bottom: 15px; }

.carousel .description { color: #fff; padding: 15px; }


    .carousel .description .mobileTitle { font-size: 20px; color: #7f7f7f; }

    .carousel .description .mobileSummary { font-size: 17px; color: #7f7f7f; }

    .carousel .description .btn-default { text-shadow: unset; /* background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); */ background-image: unset; /* background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); */ background-color: #b3b3b3; color: #fff; }


/*#endregion Carousel*/

.groupHeader { border-bottom: solid 1px #c1c1c1; margin-top: 30px; }

    .groupHeader h3 { }

.directory { margin-top: 20px; min-height: 520px; }

    .directory .name { font-size: 14px; }

    .directory .group { font-size: 14px; }

    .directory .title { font-size: 14px; }

    .directory .website { font-size: 14px; }

    .directory .email { font-size: 14px; }

    .directory .phone { font-size: 14px; }

.fullstaff { font-size: 14px; }




.footer-new { font: normal normal 400 18px/28px 'Montserrat'; color: #fff; background-color: #3C3A3A; }
    .footer-new .container { padding-top: 60px; padding-bottom: 60px; }
    .footer-new .first-row { display: flex; justify-content: space-between; }
    .footer-new p { padding-bottom: 15px; }
    .footer-new a { text-decoration: underline; color: #fff; }
    .footer-new .large { font-weight: 600; text-transform: uppercase;  }
    .footer-new .menu { font-weight: 600; text-transform: uppercase; text-align: right; }
        .footer-new .menu a { text-decoration: none; }
        .footer-new .menu p { padding-bottom: unset; }

    .footer-new .certifications { display: flex; justify-content: space-between; gap: 10%; align-items: center; margin-top: 30px; }
        .footer-new .certifications > * { flex-basis: 45%; }
        .footer-new .certifications img { width: 100% }

    .footer-new hr { margin: 70px 0; }

    .footer-new .second-row { display: flex; justify-content: space-around; }
        .footer-new .second-row .socials { display: flex; justify-content: space-between; }
            .footer-new .second-row .socials a { background-color: #b3b3b3; width: 30px; height: 30px; border-radius: 25px; margin-left: 10px; }
                .footer-new .second-row .socials a img { width: 20px; height: 20px; fill: #000; position: relative; top: 1px; left: 5px; }


@media (max-width: 991px) {
    .footer-new .first-row { flex-wrap:wrap; }
    .footer-new .first-row > *:nth-child(2) { order: 2; flex-basis:100%; padding-top:30px; }

    .footer-new .second-row { flex-wrap: wrap; }
        .footer-new .second-row > *:nth-child(3) { flex-basis: 50%; padding-top: 20px; }
}

@media (max-width: 767px) {
    .footer-new .first-row { flex-wrap: wrap;  }
        .footer-new .first-row > *:nth-child(1) { order: 1; font-size: .85em; }
        .footer-new .first-row > *:nth-child(2) { order: 2; font-size: .85em; }
        .footer-new .first-row > *:nth-child(3) { order: 0; text-align: center; margin-bottom:30px; flex-basis:100%; }

    .footer-new .certifications { margin: 30px 10% 0 10%; }

    .footer-new .second-row { flex-wrap: wrap; font-size: .85em; }
}

/****** header-1 comprises the logo, search box, donate button, hamburger ******/

#header-1 { display: flex; align-items: center; gap: 30px; margin-bottom: 10px; width: 100%; justify-content: space-between; }
    #header-1 > a:nth-child(1) { width: 280px; }
    #header-1 > form { flex-grow: 4; }
        #header-1 > form input { display: inline-block; width: 300px; }
        #header-1 > form button { background-color: #fff; border: 0; }

    #header-1 > a:nth-child(4) { padding: 5px 15px; background: #531B53; color: #fff; border: 3px solid #531B53; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; font: normal normal 600 16px/18px 'Montserrat'; text-transform: uppercase; }
    #header-1 #showMenu { cursor: pointer; }

@media (max-width: 991px) {
    #header-1 > form input { width: 115px; }
}

/****** header-2 comprises Legal Help and Google Translate ******/

/*#header-2 { display: flex; gap: 40px; align-items: baseline; justify-content: right; width: 100%; }
    #header-2 a { padding: 5px 15px; font-weight: 600; background: #0074AE; color: #fff; border: 3px solid #0074AE; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }
        #header-2 a:hover { text-decoration: none; filter: brightness(1.2); }*/

.legalHelp { display: flex; gap: 40px; align-items: baseline; justify-content: right; width: 100%; margin: 15px 0; }
    .legalHelp > a:first-child { padding: 5px 15px; background: #0074ae; color: #fff; border: 3px solid #0074ae; box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25); border-radius: 5px; font: normal normal 600 16px / 18px 'Montserrat'; text-transform: uppercase; }
        .legalHelp > a:first-child:hover { text-decoration: none; filter: brightness(1.2); }

@media (max-width: 767px) {
    .legalHelp { display: block; text-align: center; }
        .legalHelp a { width: 100%; display: block; margin-bottom: 15px; }
}

#popup-menu { position: absolute; background-color: #0074ae; border-radius: 5px; padding: 45px; top: 10px; left: 10px; right: 10px; color: #fff; box-shadow: 5px 5px 15px #888; z-index: 1; display: none; }
    #popup-menu .glyphicon-remove { position: absolute; top: 20px; right: 20px; font-size: 2em; }

    #popup-menu ul li { list-style: none; font-weight: normal; }
        #popup-menu ul li.selected { font-weight: bold; }
        #popup-menu ul li .expand { top: 4px; left: 7px; cursor: pointer; rotate: 0deg; transition: .2s all; }
    #popup-menu a { color: inherit; }
    #popup-menu ul li .collapse { display: none; }

    #popup-menu ul ul { margin-left: 30px; margin-top: 10px; display: none; }

    #popup-menu ul li.show-subsections ul { display: block; }
    #popup-menu ul li.show-subsections .expand { rotate: 180deg; transition: .2s rotate; }

/****** top nav ******/

nav.kfs { position: relative; }
    nav.kfs li { display: block; position: relative; }
    nav.kfs > ul { display: flex; justify-content: space-around; }
        nav.kfs > ul ul { display: none; }

    nav.kfs li:hover > ul { display: block; }

    nav.kfs ul ul { position: absolute; }

    /* style */
    nav.kfs ul ul { background-color: #f2f2f2; width: 250px; border: solid 1px #dedede; top: 100%; padding: 5px; margin: 0 -15px -10px -15px; font-size: 13px; z-index: 10; }
        nav.kfs ul ul ul { left: 100%; top: -1px; margin: 0; width: max-content; max-width: 250px; z-index: 20; }

    nav.kfs li { line-height: 1.3em; padding: 0 10px 10px 10px; text-transform: uppercase; color: #3C3A3A; font: normal normal 500 14px / 18px Montserrat; }
    nav.kfs ul ul li { padding-bottom: 0px; padding-left: 0px; font: normal normal 500 13px / 16px Montserrat; }

    nav.kfs li:has(ul)::after { content: url('/CMF/designs/Adv2025/images/down.png'); }
    nav.kfs ul ul li:has(ul)::after { content: ">"; position: absolute; right: 10px; top: 20%; }


#fadeInHeader { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: none; }
    #fadeInHeader .container { background-color: #f2f2f2; padding-bottom: 5px; border-bottom: 1px solid #bfbfbf; }
        #fadeInHeader .container > div { display: flex; justify-content: space-between; }
            #fadeInHeader .container > div a { flex-basis: 15%; }

@media (max-width: 1199px) {
    #fadeInHeader .container > div a { flex-basis: 15%; }
}

@media (max-width: 991px) {
    #fadeInHeader .container > div a { flex-basis: 20%; }
}

@media (max-width: 767px) {
    #fadeInHeader .container > div a { flex-basis: 50%; }
}


/****** first large purple box *******/

#full-box { display: flex; background-color: #531B53; }
    #full-box > * { flex: 1 1 50%; }
        #full-box > *:first-child { padding: 5%; color: #fff; font: normal normal 700 41px/52px 'Georgia'; }
            #full-box > *:first-child p { margin-bottom: 60px; }
                #full-box > *:first-child p:nth-child(2n) { font: normal normal 400 18px/32px 'Montserrat'; }
            #full-box > *:first-child .btn { font: normal normal 600 16px/18px 'Montserrat'; text-transform: uppercase; margin-right: 5%; margin-bottom: 30px; }
                #full-box > *:first-child .btn:nth-of-type(1) { background-color: #fff; border-color: #fff; color: #531B53; }

    #full-box > img { width: 0; }

@media (max-width: 1199px) {
    #full-box { flex-wrap: wrap; }
        #full-box > * { flex: 1 1 100%; }
            #full-box > *:first-child { order: 2; }
        #full-box > img { height: 385px; object-fit: cover; object-position: 0 30%; }
}

@media (max-width: 991px) {
    #full-box > img { height: 295px; }
}

@media (max-width: 767px) {
    #full-box > img { height: 132px; }
}

.centrered-bordered { font: normal normal 600 24px/28px 'Montserrat'; color: #3C3A3A; text-transform: uppercase; letter-spacing: 0.05em; padding-bottom: 22px; margin: 0 33% 5% 33%; border-bottom: solid 10px #3C3A3A; text-align: center; }

@media (max-width: 767px) {
    .centrered-bordered { margin: 0 5% 5% 5%; }
}

/****** news promo *******/

#news-promo { display: flex; color: #3C3A3B; margin-bottom: 100px; align-items: flex-start; }
    #news-promo > * { flex: 1 0 50%; }
        #news-promo > *:nth-child(2) { padding-left: 40px; }
            #news-promo > *:nth-child(2) p { margin-bottom: 30px; }
    #news-promo > div p:nth-child(1) { font: normal normal 600 24px/28px 'Montserrat'; }
    #news-promo > div p:nth-child(2) { font: normal normal 600 36px/44px 'Montserrat'; }
    #news-promo > div p:nth-child(3) { font: normal normal 400 18px/28px 'Montserrat'; }
    #news-promo > div p:nth-child(4) { font: normal normal 700 18px/22px 'Montserrat'; text-align: left; }
    #news-promo > div a { color: inherit; }

    #news-promo > img { width: 0; }

@media (max-width: 767px) {
    #news-promo { flex-wrap: wrap; margin-bottom: 60px; }
        #news-promo > * { flex: 0 0 100%; }
            #news-promo > *:nth-child(2) { padding: 5% 0; }
}

#color-boxes { background-image: url('/CMF/Designs/Adv2025/images/globe.svg'); background-repeat: no-repeat; color: #fff; margin-bottom: 60px; }
    #color-boxes > * { padding: 25px 25px 65px 65px; }
        #color-boxes > *:nth-child(1) { background-color: rgba(0, 116, 174, 0.9); }
        #color-boxes > *:nth-child(2) { background-color: rgba(28, 169, 153, 0.9); }
        #color-boxes > * p:nth-child(1) { font: normal normal 600 24px/58px 'Montserrat'; text-transform: uppercase; letter-spacing: 3px; }
        #color-boxes > * p:nth-child(2) { font: normal normal 700 48px/58px 'Georgia'; margin-bottom: 30px; }
        #color-boxes > * p:nth-child(3) { line-height: 28px; }
        #color-boxes > * p a { font: normal normal 600 18px/58px 'Montserrat'; color: inherit; font-weight: bold; text-decoration: underline; }

@media (max-width: 1199px) {
    #color-boxes > * p:nth-child(2) { font-size: 24px; line-height: 28px; }
}

@media (max-width: 767px) {
    #color-boxes > * { padding: 5%; }
}

/****** events ******/

#events-promo { display: flex; margin-bottom: 30px; justify-content: space-between; }
    #events-promo > div { flex: 0 0 30%; display: flex; flex-direction: column; font: normal normal 600 24px/28px 'Montserrat'; color: #3C3A3B; }

        #events-promo > div > img { width: 100%; margin-bottom: 15px; }
        #events-promo > div p:nth-of-type(1) { }
        #events-promo > div p:nth-of-type(2) { text-transform: uppercase; }
            #events-promo > div p:nth-of-type(2) a { color: inherit; }

.events-promo-more { font: normal normal 700 18px/22px 'Montserrat'; text-align: right; margin-bottom: 100px; }
    .events-promo-more a { color: inherit; }

@media (max-width: 767px) {
    #events-promo { flex-wrap: wrap; margin-bottom: 0; }
        #events-promo > div { flex: 0 0 100%; margin-bottom: 30px; }
    .events-promo-more { margin-bottom: 60px; }
}

/****** critical research & advocacy ******/

#cra-block { display: flex; margin-bottom: 100px; color: #3C3A3A; }
    #cra-block > * { flex: 1 0 50%; }
    #cra-block > img { width: 0; border-radius: 5px; }

    #cra-block > *:nth-child(1) { border-left: solid 10px #531B53; padding: 3%; }
        #cra-block > *:nth-child(1) p:nth-child(1) { font: normal normal 700 54px/58px 'Montserrat'; margin-bottom: 30px; }
        #cra-block > *:nth-child(1) p:nth-child(2) { font: normal normal 400 18px/28px 'Montserrat'; margin-bottom: 30px; }
        #cra-block > *:nth-child(1) p:nth-child(3) a { font: normal normal 700 18px/22px 'Montserrat'; color: #531B53; text-decoration: underline; }

@media (max-width: 1199px) {
    #cra-block > *:nth-child(1) p:nth-child(1) { font-size: 36px; line-height: 38px; }
}

@media (max-width: 991px) {
    #cra-block > *:nth-child(1) p:nth-child(1) { font-size: 30px; line-height: 32px; margin-bottom: 15px; }
    #cra-block > *:nth-child(1) p:nth-child(2) { font: unset; margin-bottom: 15px; }
}

@media (max-width: 767px) {
    #cra-block { flex-wrap: wrap; }
        #cra-block > * { flex: 1 0 100%; }
            #cra-block > *:first-child { order: 2; }
        #cra-block > img { border-radius: 0; margin-bottom: 0; }
        #cra-block > *:nth-child(1) p:nth-child(1) { font-size: 44px; line-height: 48px; margin-bottom: 30px; }
        #cra-block > *:nth-child(1) p:nth-child(2) { margin-bottom: 45px; }
}

/****** Making the right to education a reality ******/

#edu-block { position: relative; margin-bottom: 100px; color: #fff; }
    #edu-block > img { width: 100%; }
    #edu-block .overlay { position: absolute; top: 0; }
        #edu-block .overlay p:nth-child(1) { position: absolute; top: 34px; left: 100px; padding: 48px; width: 450px; font: normal normal 600 30px/40px 'Georgia'; background: rgba(0, 0, 0, 0.3); border-left: solid 10px #fff; }
        #edu-block .overlay p:nth-child(2) { position: absolute; top: 560px; left: 270px; padding: 48px; width: 750px; font: normal normal 500 20px/25px 'Montserrat'; background: rgba(0, 0, 0, 0.3); border-left: solid 10px #fff; }
        #edu-block .overlay p:nth-child(3) { position: absolute; top: 788px; left: 854px; width: max-content; font: normal normal 700 18px/22px 'Montserrat'; }
            #edu-block .overlay p:nth-child(3) a { color: inherit; }

@media (max-width: 1199px) {
    #edu-block > img { height: 475px; object-fit: cover; }

    #edu-block .overlay p:nth-child(1) { top: 70px; left: 30px; padding: 20px; width: 870px; font: normal normal 600 30px/40px 'Georgia'; }
    #edu-block .overlay p:nth-child(2) { top: 200px; left: 30px; padding: 20px; width: 870px; font: normal normal 500 18px/24px 'Montserrat'; }
    #edu-block .overlay p:nth-child(3) { top: 342px; left: 720px; }
}

@media (max-width: 991px) {
    #edu-block > img { height: 500px; }

    #edu-block .overlay p:nth-child(1) { width: 660px; }
    #edu-block .overlay p:nth-child(2) { width: 660px; }
    #edu-block .overlay p:nth-child(3) { top: 342px; left: 510px; }
}

@media (max-width: 767px) {
    #edu-block > img { height: 820px; object-position: left; }

    #edu-block .overlay p:nth-child(1) { width: 260px; }
    #edu-block .overlay p:nth-child(2) { width: 260px; top: 320px; }
    #edu-block .overlay p:nth-child(3) { top: 676px; left: 110px; }
}

/****** Priorities ******/

#priorities { display: flex; flex-wrap: wrap; margin-bottom: 100px; justify-content: space-between; }
    #priorities > * { flex: 0 0 30%; margin-bottom: 60px; }
        #priorities > * > img { margin-bottom: 30px; border-radius: 5px; }
        #priorities > * p:nth-of-type(1) { font: normal normal 600 36px/44px 'Montserrat'; color: #531B53; min-height: 60px; }

@media (max-width: 1199px) {
    #priorities > * p:nth-of-type(1) { min-height: 100px; }
}

@media (max-width: 991px) {
    #priorities > * p:nth-of-type(1) { min-height: 60px; }
    #priorities > * { flex: 1 1 45%; }
}

@media (max-width: 767px) {
    #priorities > * p:nth-of-type(1) { min-height: 0; }
    #priorities > * { flex: 1 1 100%; }
}

/****** legacy ******/

/*#region yearendbanner*/
.yearend { background-image: url('images/yearendbanner.png'); background-repeat: no-repeat; background-size: cover; min-height: 314px; }
    .yearend .donate { margin-right: 0px; padding: 5px 15px; background: #0074AE; color: #fff; border: 3px solid #0074AE; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }
        .yearend .donate a { border-radius: 5px; font: normal normal 600 16px/18px 'Montserrat'; text-transform: uppercase; color: #fff; }
            .yearend .donate a:hover { text-decoration: none; }

.medium .yearend { background-image: url('images/yearendbanner.png'); background-repeat: no-repeat; background-size: cover; min-height: unset; overflow: hidden; min-height: 260px; }
    .medium .yearend .donate { margin-right: 0px; padding: 5px 15px; background: #0074AE; color: #fff; border: 3px solid #0074AE; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }
        .medium .yearend .donate a { border-radius: 5px; font: normal normal 600 16px/18px 'Montserrat'; text-transform: uppercase; color: #fff; }
            .medium .yearend .donate a:hover { text-decoration: none; }

.small .yearend { background-image: url('images/yearendbanner.png'); background-repeat: no-repeat; background-size: cover; min-height: unset; overflow: hidden; min-height: 200px; }
    .small .yearend .donate { margin-right: 0px; padding: 1px 7px; background: #0074AE; color: #fff; border: 3px solid #0074AE; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }
        .small .yearend .donate a { border-radius: 3px; font: normal normal 600 13px/13px 'Montserrat'; text-transform: uppercase; color: #fff; }
            .small .yearend .donate a:hover { text-decoration: none; }

.extrasmall .yearend { background-image: url('images/yearendnowords.png'); background-repeat: no-repeat; background-size: cover; min-height: unset; overflow: hidden; min-height: 130px; }
    .extrasmall .yearend .text { text-decoration: none; font: normal normal 400 14px/18px 'Georgia'; color: #fff; padding-top: 25px; }
    .extrasmall .yearend .donate { margin-top: 8px; margin-right: 0px; padding: 1px 4px; background: #0074AE; color: #fff; border: 1px solid #0074AE; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); border-radius: 2px; }
        .extrasmall .yearend .donate a { border-radius: 2px; font: normal normal 600 12px/12px 'Montserrat'; text-transform: uppercase; color: #fff; }
            .extrasmall .yearend .donate a:hover { text-decoration: none; }

/*#endregion yearendbanner*/

@import url('header.css');
@import url('footer.css');
@import url('home.css');
@import url('sitenav.css');
@import url('navmobile.css');
@import url('rightcolumn.css');
@import url('carousel.css');

@import url('member.css');
@import url('basic.css');
@import url('news.css');
@import url('legalServer.css');
@import url('directory.css');
@import url('section.css');
@import url('mobile-navigation.css');


body { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 17px; color: #545454; }

h1, .h1 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 35px; letter-spacing: 0.25px; }
h2, .h2 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 30px; letter-spacing: 0.15px; color: #531b53; }
h3, .h3 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 25px; letter-spacing: 0.25px; color: #531b53; }
h4, .h4 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 20px; letter-spacing: 0.25px; color: #531b53; }
h5, .h5 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 17px; letter-spacing: 0.15px; color: #531b53; }
h6, .h6 { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 17px; letter-spacing: 0.15px; color: #531b53; }

.subtitle1 { font-family: 'Montserrat', sans-serif; font-weight: Normal; font-size: 17px; letter-spacing: 0.15px; }
.subtitle2 { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 16px; letter-spacing: 0.1px; }

.body1 { font-family: 'Montserrat', sans-serif; font-weight: Normal; font-size: 15px; letter-spacing: 0.5px; }
.body2 { font-family: 'Montserrat', sans-serif; font-weight: Normal; font-size: 13px; letter-spacing: 0.25px; }

.btn, .btn-default { padding: 8px 15px; background: #0074AE; border: solid 3px #0074AE; color: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }
    .btn:hover, .btn-default:hover { padding: 8px 15px; background: #0074AE; border: solid 3px #0074AE; color: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }
    .btn:focus, .btn-default:focus { padding: 8px 15px; background: #0074AE; border: solid 3px #0074AE; color: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }
    .btn:active, .btn-default:active { padding: 8px 15px; background: #0074AE; border: solid 3px #0074AE; color: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }

.btn, .btn-default-thin { padding: 4px 10px; font-size: 16px; background: #0074AE; border: solid 5px #0074AE; color: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }
    .btn:hover, .btn-default-thin:hover { padding: 4px 10px; font-size: 16px; background: #0074AE; border: solid 5px #0074AE; color: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }
    .btn:focus, .btn-default-thin:focus { padding: 4px 10px; font-size: 16px; background: #0074AE; border: solid 5px #0074AE; color: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }
    .btn:active, .btn-default-thin:active { padding: 4px 10px; font-size: 16px; background: #0074AE; border: solid 5px #0074AE; color: #fff; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }


.caption { font-family: 'Montserrat', sans-serif; font-weight: Normal; font-size: 12px; letter-spacing: 0.4px; }

.overline { font-family: 'Montserrat', sans-serif; font-weight: Normal; font-size: 10px; letter-spacing: 1.5px; }

.pointer { cursor: pointer; }

.body a { color: #660066; text-decoration: underline; }

svg#Layer_1 { border: solid 1px #000; }

.link { color: #660066; }
    .link:hover { text-decoration: underline; }

.icalLink { font-size: 11px; color: #ccc; }
    .icalLink a { color: #ccc; }

a[href^=tel] { text-decoration: inherit; color: inherit; }


.img-thumbnail { border-radius: 0px; }

div.imageContainer { xmin-width: 180px; min-height: 192px; }
    div.imageContainer img { box-shadow: 0 1px 2px rgba(0,0,0,.075); display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; }

.backingButton { background-color: #0074ae; min-height: 90px; text-align: center; padding: 15px; border-radius: 5px; color: #fff; margin-bottom: 15px; }
    .backingButton a, .backingButton a:link:hover { color: #fff; text-decoration: none !important; font-size: 19px; }

.enhanced-button { display: block; font-size: 17px; background-color: #0074ae; min-height: 45px; text-align: center; padding: 10px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; color: #fff; margin: 10px 0; }
    .enhanced-button:hover { filter: brightness(1.1); color: #fff; text-decoration: none; }
    .enhanced-button:visited { filter: brightness(1.1); color: #fff; text-decoration: none; }

.pbmaterial { min-height: 350px; padding: 0px; margin-bottom: 15px; }
    .pbmaterial .disposition { padding: 10px; background-color: #0074AE; text-transform: uppercase; color: #fff; font: normal normal 600 14px/18px Montserrat; min-height: 60px; }
    .pbmaterial .underHeader { background-color: #F2F2F2; padding: 15px; }
        .pbmaterial .underHeader .author { margin-top: 10px; color: #0074AE; font: normal normal 600 14px/18px Montserrat; min-height: 25px; }
        .pbmaterial .underHeader .description { margin-top: 15px; min-height: 150px; }
        .pbmaterial .underHeader .details { margin-top: 25px; color: #0074AE; font: normal normal 600 12px/14px Montserrat; }

/*** quick exit [#8492] ***/

.quick-exit { display: none; }

body.quick-exit { display: block; }
    body.quick-exit .quick-exit { display: block; }
    body.quick-exit #fadeInHeader { margin-top: 67px; }

@media (max-width: 767px) {
    body.quick-exit #fadeInHeader { margin-top: 70px; }
}


.legalServer { min-height: 350px; padding: 25px; margin-bottom: 15px;}
    .legalServer .disposition { padding: 10px; background-color: #0074AE; text-transform: uppercase; color: #fff; font: normal normal 600 14px/18px Montserrat; min-height: 60px; }
    .legalServer .underHeader {background-color: #F2F2F2; padding: 15px; }
        .legalServer .underHeader .caseNumber { margin-top: 10px; color: #0074AE; font: normal normal 600 14px/18px Montserrat; min-height: 25px;}
        .legalServer .underHeader .description { margin-top: 15px; min-height: 150px; }
        .legalServer .underHeader .details { margin-top: 25px; color: #0074AE; font: normal normal 600 12px/14px Montserrat; }



div .member { background-color: #000; padding: 25px; color: #fff; }

    div.member a { color: #fff; }

        div.member a:hover { color: #ff6600; text-decoration: none; }

    div.member div.member-heading { font-size: 15px; font-weight: bold; margin-bottom: 20px; }

    div.member div.member-subheading { border-bottom: dotted 2px #fff; }

    div.member div.member-links ul { list-style: none; }

        div.member div.member-links ul li { margin-left: -15px; padding: 5px 0px; }



            div.member div.member-links ul li.selected a { color: #ff6600; }


textarea, .promoCaption { font-size: 8pt; font-family: 'Droid Sans-Serif', sans-serif; }

.promoBlock { text-align: center; }

.myprofile h3 { margin: 0; }

.myprofile h4 { margin-top: 25px; margin-bottom: 0px; }

.mycu h3 { margin: 0; }

.mycu h4 { margin-top: 25px; margin-bottom: 0px; }



#fullSizeMenu { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 200; margin: 5px; display: none; color: #fff; overflow: scroll; }
  #fullSizeMenu .container { background-color: #0074AE; border: #0074AE solid 1px; border-radius: 5px; padding-bottom: 25px; }
  #fullSizeMenu ul ul { margin-left: 20px; display: none; }
  #fullSizeMenu li a { font-size: 18px; line-height: 30px; color: #fff; }
  #fullSizeMenu li li a { font-size: 16px; line-height: 24px; color: #fff; }

/*#region ddsmoothNavMobile*/
div .ddsmoothmobile { /* main mobile menu container */ background: #7f7f7f; color: #7f7f7f; position: fixed; top: 0; left: 0; width: 300px; /* width of mobile menu */ height: 400px; overflow: hidden; visibility: hidden; border-radius: unset; box-shadow: unset; }

    div.ddsmoothmobile a { color: white; text-decoration: none; font: normal normal 500 'Montserrat' 14px/18px; color: #3C3A3A; }

    div.ddsmoothmobile div.topulsdiv { /* Single DIV that surrounds all top level ULs before being flattened, or the ULs on the "frontpage" of the menu */ position: relative; background: #7f7f7f; overflow-y: auto; width: 100%; height: 100%; }


    div.ddsmoothmobile ul { /* style for all ULs in general inside mobile menu */ list-style: none; width: 100%; top: 0; left: 0; background: #7f7f7f; margin: 0; padding: 0; }

    div.ddsmoothmobile div.topulsdiv ul.submenu { /* top level ULs style */ }


    div.ddsmoothmobile ul.submenu { /* sub level ULs style */ position: absolute; height: 100%; overflow-y: auto; }

    div.ddsmoothmobile ul li { border-bottom: 1px solid gray; position: relative; font-size: 25px; font-weight: 100; padding: 5px 0; line-height: 32px; }

        div.ddsmoothmobile ul li.breadcrumb { /* breadcrumb LI that's added to the top of every sub level UL */ cursor: pointer; padding: 10px; background: black; color: #fff; font-weight: 100; font-family: 'Roboto', sans-serif; }

        div.ddsmoothmobile ul li a { display: block; padding: 6px; }

            div.ddsmoothmobile ul li a:hover { background: #7f7f7f; }



/*#endregion ddsmoothNav*/

/*#region News*/
.newsSummary .newsItem { padding-bottom: 25px; }
.newsSummary .newsItem { overflow: hidden; padding-bottom: 25px; }
    .newsSummary .newsItem div.lead { margin-bottom: 0px; padding-bottom: 0px; font-size: 24px; font-style: normal; }
        .newsSummary .newsItem div.lead a { color: rgb(255, 102, 0); font-family: arial; font-size: 20px; font-style: normal; font-weight: bold; }
    .newsSummary .newsItem div.date { font-style: italic; }


.newsImage { margin: 20px 0px; }
.newsSummary .newsItem .newsItemSummary { }
.newsSummary .newsItem .readMore { line-height: 1.5em; margin-top: 20px; margin-bottom: 10px; }
    .newsSummary .newsItem .readMore a { text-transform: uppercase; font-size: 14px; font-family: arial; text-decoration: none; color: #660066; font-weight: bold; }
.newsSummary .newsImage { margin: 10px 10px 10px 0; max-width: 200px; float: left; }
.newsFull .articleTitle { color: #7F7F7F; font-size: 24px; font-weight: 600; line-height: 30px; }
.newsFull .articleDate { padding-bottom: 20px; font-style: italic; font-size: 14px; }

.double-border-box-yellow { background-color: #fff; border-left: 1px solid #aaa; padding-left: 5px; }
    .double-border-box-yellow .inner { margin: 0; border-left: 1px solid #aaa; background-color: #F2F2F2; padding: 25px; }
    .double-border-box-yellow .image { padding-right: 0; margin-top: 3%; }
    .double-border-box-yellow .caption { background-color: #fff; padding: 5px; font: italic normal normal 11px/13px Poppins; }
    .double-border-box-yellow .headline { font: normal normal bold 32px/34px Zilla Slab; }
    .double-border-box-yellow .description { margin-top: 3%; }
    .double-border-box-yellow .text { font: normal normal normal 14px/22px Zilla Slab; }

.double-border-box-pullQuote { padding: 0 5px; margin-left: 10%; margin-right: 10%;}
    .double-border-box-pullQuote .inner { margin: 0; border-left: 3px solid #0074AE; border-right: 3px solid #0074AE; padding: 5px 25px 0px 25px; }
    .double-border-box-pullQuote .description { margin-top: 3%; }
    .double-border-box-pullQuote .text { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 25px; color: #545454; }

/*#endregion News*/

.rightColumn { background-color: #F2F2F2; background-size: cover; width: 100%; height: 100%; }
   .rightColumn .body { margin-bottom: 25px; }
        .rightColumn .body .text { }
            .rightColumn .body .text .divlink { border-left: solid 5px #f2f2f2; }
                .rightColumn .body .text .divlink:hover { border-left: solid 5px #0074AE; text-decoration: none; }
                .rightColumn .body .text .divlink.current { border-left: solid 5px #0074AE; text-decoration: none; }
                .rightColumn .body .text .divlink .text { font-size: 12px; color: #545454; padding-top: 10px; margin-left: 10px; margin-right: 30px; border-bottom: solid 1px #c9c9c9; text-decoration: none; }
                .rightColumn .body .text .divlink.current .text.showChild { border-bottom: solid 1px #f2f2f2; }
                .rightColumn .body .text .divlink .text a { font-size: 17px; color: #545454; padding-top: 10px; margin-right: 10px; text-decoration: none; }
                .rightColumn .body .text .divlink:last-child .text { border-bottom: solid 1px #f2f2f2; }
                    .rightColumn .body .text .divlink:last-child .text a { border-bottom: solid 1px #f2f2f2; }
            .rightColumn .body .text .linkSub { border-left: solid 5px #fff; text-decoration: none; background-color: #fff; }
                .rightColumn .body .text .linkSub:hover { border-left: solid 5px #0074AE; background-color: #fff; }
                .rightColumn .body .text .linkSub .textSub { font-size: 12px; color: #545454; padding-top: 8px; margin-left: 15px; margin-right: 30px; border-bottom: none; text-decoration: none; }
                    .rightColumn .body .text .linkSub .textSub a { font-size: 12px; color: #545454; padding-top: 10px; margin-right: 30px; border-bottom: none; text-decoration: none; text-align: left; }
                .rightColumn .body .text .linkSub.current { /*border-left: solid 5px #fff;*/ text-decoration: none; background-color: #fff; font-weight: bold; }
    .rightColumn .sidebarInner .panel { background-color: transparent; border: none; box-shadow: none; }
        .rightColumn .sidebarInner .panel .panel-heading { font-weight: bold; font-size: 17px; text-transform: none; line-height: 20px; color: #531B53; }
    .rightColumn .sidebarInner .panel-body { font-weight: normal; font-size: 15px; color: #545454; padding-top: 0px; }
    .rightColumn .sidebarInner .panel-buffer { font-weight: normal; font-size: 12px; color: #545454; padding-top: 0px; }


.sectionHeader { background-color: #f2f2f2; margin-bottom: 25px; color: #531B53; }
    .sectionHeader h1 { font: normal normal 400 44px/42px 'Georgia'; padding: 40px 15px; color: #531B53; text-align: left; margin: 0; }

.leftSidebar { background-color: #C1C1C1; background-size: cover; width: 100%; height: 100%; }

/*#region siteNav*/

/*Top Level*/
.siteNav .navbar { min-height: unset; margin-bottom:10px; }

.siteNav ul li { float: left; }
    .siteNav ul li a { padding: 8px 45px; font: normal normal 500 14px/18px Montserrat; }
        .siteNav ul li a:link { color: #3C3A3A; }
        .siteNav ul li a:visited {  color: #3C3A3A; }

    /**********   Pull Down Level   *********/
    .siteNav ul li ul { background-color: #f2f2f2; width: 250px; padding-bottom: 5px; padding-left: 0px; border: solid 1px #dedede; }

        .siteNav ul li ul li { width: 100% !important; }

            .siteNav ul li ul li a { font-size: 13px; text-align: left; width: 100%; padding-bottom: 5px; margin: 0; border-top-width: 0; border-bottom: none; text-decoration: none; background-color: transparent; }

        .siteNav ul li ul.dropdown li a:hover { font-size: 13px; }


@media (max-width: 1199px) {
    .siteNav ul li a { padding-left: 20px; }
}

@media (max-width: 991px) {
    .siteNav ul li a { padding-left: 3px; }
}

.breadcrumb { padding: 0px 0px 20px 0px; margin-bottom: 20px; list-style: none; background-color: #fff; border-radius: 4px; }
    .breadcrumb > li { display: inline-block; font-size: 13px; }
        .breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: ">"; }
    .breadcrumb > .active { color: #777; }


/*#endregion siteNav*/

/* this stylesheet contains styles used to format the rich text boxes in the Dashboard section edit page */

/* each style must be preceeded with the ".note-editor.note-frame .note-editing-area .note-editable" cascading class definition */

/* eg
.note-editor.note-frame .note-editing-area .note-editable { font-family: "Poppins", Arial; font-size: 20px; color: #333; }

.note-editor.note-frame .note-editing-area .note-editable h2 { font-size: 23px; }
*/

.note-editor.note-frame .note-editing-area .note-editable h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 93px;
    letter-spacing: -1.5px
}

.note-editor.note-frame .note-editing-area .note-editable h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: Light;
    font-size: 58px;
    letter-spacing: -0.5px;
}

.note-editor.note-frame .note-editing-area .note-editable h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: Normal;
    font-size: 46px;
    letter-spacing: 0px;
}

.note-editor.note-frame .note-editing-area .note-editable h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: Normal;
    font-size: 33px;
    letter-spacing: 0.25px;
}

.note-editor.note-frame .note-editing-area .note-editable h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: Normal;
    font-size: 27px;
    letter-spacing: 0px;
}

.note-editor.note-frame .note-editing-area .note-editable h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: Normal;
    font-size: 19px;
    letter-spacing: 0.15px;
}
