/* Minification failed. Returning unminified contents.
(260,1): run-time error CSS1019: Unexpected token, found '@import'
(260,9): run-time error CSS1019: Unexpected token, found 'url('header.css')'
(261,1): run-time error CSS1019: Unexpected token, found '@import'
(261,9): run-time error CSS1019: Unexpected token, found 'url('footer.css')'
(262,1): run-time error CSS1019: Unexpected token, found '@import'
(262,9): run-time error CSS1019: Unexpected token, found 'url('home.css')'
(263,1): run-time error CSS1019: Unexpected token, found '@import'
(263,9): run-time error CSS1019: Unexpected token, found 'url('sitenav.css')'
(264,1): run-time error CSS1019: Unexpected token, found '@import'
(264,9): run-time error CSS1019: Unexpected token, found 'url('navmobile.css')'
(265,1): run-time error CSS1019: Unexpected token, found '@import'
(265,9): run-time error CSS1019: Unexpected token, found 'url('rightcolumn.css')'
(266,1): run-time error CSS1019: Unexpected token, found '@import'
(266,9): run-time error CSS1019: Unexpected token, found 'url('carousel.css')'
(268,1): run-time error CSS1019: Unexpected token, found '@import'
(268,9): run-time error CSS1019: Unexpected token, found 'url('member.css')'
(269,1): run-time error CSS1019: Unexpected token, found '@import'
(269,9): run-time error CSS1019: Unexpected token, found 'url('basic.css')'
(270,1): run-time error CSS1019: Unexpected token, found '@import'
(270,9): run-time error CSS1019: Unexpected token, found 'url('news.css')'
(271,1): run-time error CSS1019: Unexpected token, found '@import'
(271,9): run-time error CSS1019: Unexpected token, found 'url('legalServer.css')'
(272,1): run-time error CSS1019: Unexpected token, found '@import'
(272,9): run-time error CSS1019: Unexpected token, found 'url('directory.css')'
(273,1): run-time error CSS1019: Unexpected token, found '@import'
(273,9): run-time error CSS1019: Unexpected token, found 'url('section.css')'
(274,1): run-time error CSS1019: Unexpected token, found '@import'
(274,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-indicators { 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; font-weight: bold; padding-bottom: 15px; }

.carousel .description { color: #fff; padding: 15px; }


    .carousel .description .mobileTitle { font-size: 20px; font-weight: bold; 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; }

.btn-default
/*#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-new { margin-bottom: 20px; }
    .header-new img { cursor: pointer; }
    .header-new > div:first-child { display: flex; width: 100%; align-items: center; gap: 30px; margin-bottom: 10px; }
        .header-new > div:first-child > *:first-child { flex-basis: 25%; }
        .header-new > div:first-child > *:nth-child(2) { flex-grow: 1; }

    .header-new form { width: 100%; }
        .header-new form input { width: 50%; display: inline; }
        .header-new form button { background-color: #fff; color: #337ab7; border: 0; }

    .header-new a.donate { 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-new a.donate:hover { text-decoration: none; filter: brightness(1.3); }

        .header-new a.donate.blue { background-color: #0074AE; border: 3px solid #0074AE; }

@media (max-width: 991px) {
    .header-new form input { width: 80%; display: inline; }
}

@media (max-width: 767px) {
    .header-new > div > *:first-child { flex-grow: 1; }
}

.header-new .legalHelp { display: flex; gap: 40px; align-items: baseline; justify-content: right; width: 100%; }
    .header-new .legalHelp > a:first-child { 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-new .legalHelp > a:first-child:hover { text-decoration: none; filter: brightness(1.2); }

@media (max-width: 767px) {
    .header-new .legalHelp { display: block; text-align: center; }
        .header-new .legalHelp > a { display: block; margin-bottom: 10px; }
}

#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%; }
}


/*#region box1*/
.box1 .left-side { background: #531B53; padding: 5%; }
    .box1 .left-side .header { font: normal normal 700 41px/52px 'Georgia'; color: #fff; text-align: left; }
    .box1 .left-side .summary { font: normal normal 400 18px/32px 'Montserrat'; color: #fff; text-align: left; padding-right: 15px; padding-top: 60px; }
    .box1 .left-side .buttons { padding-top: 70px; }
        .box1 .left-side .buttons .btn { padding: 10px 15px; border: none; margin-right: 5%; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; font: normal normal 600 16px/18px 'Montserrat'; text-transform: uppercase; }
        .box1 .left-side .buttons .btn-volunteer { background: #FFFFFF; color: #531B53; }
        .box1 .left-side .buttons .btn-help { background: #0074AE; color: #fff; }
    .box1 .left-side .m_header { font: normal normal 700 41px/52px 'Georgia'; color: #fff; text-align: left; }
    .box1 .left-side .m_summary { font: normal normal 400 16px/22px 'Montserrat'; color: #fff; text-align: left; padding-right: 15px; letter-spacing: 2px; }
/*#endregion box1*/

/*#region box2*/
.box2 .left-side { padding: 3%; border-left: solid 10px #531B53;}
    .box2 .left-side .header { font: normal normal 700 54px/58px 'Montserrat'; color: #3C3A3A; text-align: left; }
    .box2 .left-side .summary { font: normal normal 400 18px/28px 'Montserrat'; color: #3C3A3A; text-align: left; padding-right: 5px;}
    .box2 .left-side .learnMore {}
        .box2 .left-side .learnMore a { font: normal normal 700 18px/22px 'Montserrat'; color: #531B53; text-decoration: underline;}
    .box2 .left-side .m_header { font: normal normal 700 45px/48px 'Montserrat'; color: #3C3A3A; text-align: left; }
    .box2 .left-side .m_summary { font: normal normal 400 16px/22px 'Montserrat'; color: #3C3A3A; text-align: left; }
/*#endregion box2*/

/*#region colorBoxes*/
.boxLabel { padding: 25px 0px 0px 0px; font: normal normal 600 24px/58px 'Montserrat'; color: #fff; text-transform: uppercase; text-decoration: none; letter-spacing: 3px; }

.colorBoxes { background-image: url('/Content/designs/2023/images/globe.svg'); background-repeat: no-repeat; display: block; position: relative; padding-top: 0px; }
    .colorBoxes .blueBox { background-color: rgba(0, 116, 174, 0.9); padding: 25px 25px 65px 65px; }
    .colorBoxes .greenBox { background-color: rgba(28, 169, 153, 0.9); padding: 25px 65px 65px 65px; }      
    .colorBoxes .header { font: normal normal 700 48px/58px 'Georgia'; color: #fff; text-align: left; padding-top: 0px; }
    .colorBoxes .summary { font: normal normal 400 18px/28px 'Montserrat'; color: #fff; text-align: left; padding-right: 5px; }
    .colorBoxes .links a { font: normal normal 600 18px/58px 'Montserrat'; color: #fff; text-decoration: underline; }

.mobile .colorBoxes .blueBox { background-color: rgba(0, 116, 174, 0.9); padding: 5%;}
.mobile .colorBoxes .greenBox { background-color: rgba(28, 169, 153, 0.9); padding: 5%; }
.mobile .colorBoxes .header { font: normal normal 700 24px/28px 'Georgia'; color: #fff; text-align: left; padding-top: 0px; }
.mobile .colorBoxes .summary { font: normal normal 400 18px/28px 'Montserrat'; color: #fff; text-align: left; padding-right: 5px; }
.mobile .colorBoxes .links a { font: normal normal 600 18px/58px 'Montserrat'; color: #fff; text-decoration: underline; }
   
/*#endregion colorBoxes*/



.eventBlock {}
    .eventBlock .header { font: normal normal 600 24px/28px 'Montserrat'; color: #3C3A3A; text-transform: uppercase; letter-spacing: 0.05em; border-bottom: solid 10px #3C3A3A; text-align: center; }
    .eventBlock .caption { font: normal normal 600 20px/28px 'Montserrat'; color: #9D9C9C; text-transform: uppercase; padding-top: 6%; }
    .eventBlock .title { font: normal normal 600 24px/28px 'Montserrat'; color: #3C3A3A; text-transform: uppercase; }
    .eventBlock .learnMore {}
        .eventBlock .learnMore a { font: normal normal 700 18px/22px 'Montserrat'; color: #000; }


/*#region ukraine*/
.ukraine {background-image: url('images/peaceWomenTall2.png'); background-repeat: no-repeat; background-size: cover; min-height: 966px; }
    .ukraine .header { font: normal normal 600 30px/40px 'Georgia'; background: rgba(0, 0, 0, 0.3); color: #fff; text-align: left; border-left: solid 10px #fff; margin-top: 45px; }
    .ukraine .summary { font: normal normal 500 20px/25px 'Montserrat'; background: rgba(0, 0, 0, 0.3); color: #fff; text-align: left; margin-top: 350px; border-left: solid 10px #fff; }
    .ukraine .learnMore { }
        .ukraine .learnMore a { font: normal normal 700 18px/22px 'Montserrat'; color: #fff; }

.mobile .ukraine { background-image: url('images/peaceWomen.png'); background-repeat: no-repeat; background-size: cover; min-height: unset; overflow: hidden; }
    .mobile .ukraine .header { font: normal normal 600 30px/36px 'Georgia'; color: #fff; text-align: left; margin-top: 5px; }
    .mobile .ukraine .summary { font: normal normal 500 18px/24px 'Montserrat'; background: rgba(0, 0, 0, 0.3); color: #fff; text-align: left; margin-top: 15px; }
    .mobile.ukraine .learnMore { }
        .mobile .ukraine .learnMore a { font: normal normal 700 18px/22px 'Montserrat'; color: #fff; }

/*#endregion ukraine*/

.priorities {}
    .priorities .header { font: normal normal 600 24px/28px 'Montserrat'; color: #3C3A3A; text-transform: uppercase; letter-spacing: 0.05em; border-bottom: solid 10px #3C3A3A; text-align: center; }
    .priorities .item {}
        .priorities .item .icon img { background: #531B53; border-radius: 5px; }
        .priorities .item .title { font: normal normal 600 36px/44px 'Montserrat'; color: #531B53; text-align: left; min-height: 90px; }
        .priorities .item .summary { font: normal normal 400 18px/25px 'Montserrat'; color: #3C3A3A; text-align: left;}
    .priorities .learnMore {}
        .priorities .learnMore a { font: normal normal 700 18px/22px 'Montserrat'; color: #000; }

.news { background-color: #ffffff;}
    .news .header { font: normal normal 600 24px/28px 'Montserrat'; color: #0074AE; text-transform: uppercase; letter-spacing: 0.05em; padding-bottom: 22px; margin-bottom: 5%; border-bottom: solid 10px #0074AE; text-align: center; }
    .news .item .date { font: normal normal 600 24px/28px 'Montserrat'; color: #3C3A3B; text-align: left; line-height: 28px; }
    .news .item .title { font: normal normal 600 36px/44px 'Montserrat'; color: #3C3A3B; text-align: left; }
        .news .item .title a { font: normal normal 600 36px/44px 'Montserrat'; color: #3C3A3B; text-align: left; }
    .news .item .summary { font: normal normal 400 18px/28px 'Montserrat'; color: #3C3A3B;; text-align: left; }
    
    .news .learnMore {}
        .news .learnMore a { font: normal normal 700 18px/22px 'Montserrat'; color: #3C3A3B; }

/*#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: 46px; letter-spacing: 0px; }
h2, .h2 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 38px; letter-spacing: 0.25px; color: #531b53; }
h3, .h3 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 32px; letter-spacing: 0.15px; color: #531b53; }
h4, .h4 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 28px; letter-spacing: 0.25px; color: #531b53; }
h5, .h5 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 24px; letter-spacing: 0px; color: #531b53; }
h6, .h6 { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 20px; 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;
}
