html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #444444;
    font-size: 1.1rem;
}

.row {
    margin: 0;
}

.container-fluid,
.col-lg-3,
.col-lg-2,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-12 {
    padding: 0;
}

.top-bar-row {
    margin-top: 10px;
}

.top-bar-row,
.header-row {
    padding: 0 15%;
}

hr,
h1,
h2,
h3,
h4,
p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}


h5 {
    font-size: 1rem;
}

form {
    margin-bottom: 0;
}

/* =============================================================
    Top Bar
================================================================ */

.top-links-item {
    border: none;
    color: #444444;
}

    .top-links-item a {
        color: #14a084;
        font-weight: bold;
        font-size: 0.8rem;
    }

        .top-links-item a:hover {
            color: rgba(0, 105, 170, 1);
        }

#top-bar {
    border-bottom-width: 0;
}

#logo {
    margin-top: -7%;
}

.no-right {
    padding-right: 0;
}

/* =============================================================
    DROPDOWN MENU FOR OUR WORK IN ACTION
================================================================ */
.blue {
    background-color: rgba(0, 105, 170, 1);
}

.red {
    background-color: rgba(128, 38, 40, 1);
}

.purple {
    background-color: rgba(134, 54, 170, 1);
}

.green {
    background-color: rgba(54, 148, 134, 1);
}


.sub-menu-container .menu-item > .menu-link {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 0.9rem;
    /* padding: 10px; */
}

.menu-item a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sub-menu-container {
    margin: 0;
    border: none;
    padding: 0px !important;
    display: none;
}

/* Fix */
.menu-container div:hover {
    color: rgba(54, 148, 134, 1);
}

/* =============================================================
    Header
================================================================ */

#logo img {
    height: 120px;
}

/*********** Primary Navigation **********/
.menu-link {
    font-size: 0.9rem;
    color: #0069AA;
    /* padding: 15px 15px; */
}
    /* Added by Alain */
    .menu-link span {
        display: block;
    }

.btn-primary {
    background-color: #0069AA;
}

.btn {
    transition: 0.4s;
}

.accordion-header:hover, .accordion-header.active {
    opacity: 0.8;
}

.accordion-bg .accordion-header {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 1.25rem .75rem;
    font-size: 1.1rem;
}

.btn-brown {
    background-color: #d6ccc2 !important;
    color: #000000 !important;
    border-color: #d6ccc2 !important;
}

    .btn-brown:hover {
        background-color: #68afa4 !important;
    }

.search-box-container {
    margin: 0 15%;
    text-align: right;
    margin-top: 5px;
}



.search-box-group {
    width: 230px;
    text-align: right;
    /* position: absolute;
    top: 1.8%;
    right: 15%; */
    /* position: relative;
    right: -73%;
    bottom: 10px; */
}

.sub-search input {
    padding: 10px;
    width: 400px;
    border-radius: 0.25rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sub-search button {
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 105, 170, 1);
    border-radius: 6px;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

/* =============================================================
    Banners
================================================================ */
    .cream-gradient-background {
    background-image: url(../images/cream-gradient-background.png);
    background-size: cover;
}

.blue-gradient-background {
    background-image: url(../images/blue-gradient-background.png);
    background-size: cover;
}

.purple-gradient-background {
    background-image: url(../images/purple-gradient-background.png);
    background-size: cover;
}

.pink-gradient-background {
    background-image: url(../images/pink-gradient-background.png);
    background-size: cover;
}

.red-gradient-background {
    background-image: url(../images/red-gradient-background.png);
    background-size: cover;
}

.blue-gradient-background-short {
    background-image: url(../images/DIA-images/blue-gradient-background_SHORT.png);
    background-size: cover;
}

.parent-portal-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    color: #444444;
}

    .parent-portal-title span {
        border-bottom: 2px solid #0069AA;
    }

.portal-subpage-title {
    text-transform: uppercase;
    line-height: 1.2;
}

.blue-gradient-background .portal-subpage-title {
    color: #0069aa;
}

.red-gradient-background .portal-subpage-title {
    color: #802628;
}

.purple-gradient-background .portal-subpage-title {
    color: #8636AA;
}

.pink-gradient-background .portal-subpage-title {
    color: #860E55;
}

.blue-gradient-background .parent-portal-title span {
    border-bottom: 2px solid #0069aa;
}

.red-gradient-background .parent-portal-title span {
    border-bottom: 2px solid #802628;
}

.purple-gradient-background .parent-portal-title span {
    border-bottom: 2px solid #8636AA;
}

.pink-gradient-background .parent-portal-title span {
    border-bottom: 2px solid #860E55;
}

.title img {
    max-height: 100%;
    width: auto;
}

.banner .title img {
    max-height: 708px;
}

.title-left-wrap {
    position: absolute;
    z-index: 1;
}

.title-text {
    position: absolute;
    top: 50%;
    left: 25%;
    right: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #444444;
}

    .title-text h1 {
        font-weight: bold;
    }


.title-gradient {
    max-height: 100%;
    width: 100%;
    height: auto;
    /*visibility: hidden;*/
}

/* =============================================================
    Content
================================================================ */

.who-we-are-hr {
    border: 2px solid #444444;
    width: 228px;
    margin-bottom: 10px;
}

/* Portal Buttons */
.portal-buttons {
    background-color: transparent;
    text-align: center;
    position: absolute;
    z-index: 2;
}

.portal-button1:hover,
.portal-button2:hover,
.portal-button3:hover,
.portal-button4:hover {
    /* background-color: rgb(241, 241, 241); */
    font-weight: 600;
    color: white;
}

.portal-button1 {
    background-color: #369486;
    margin-right: 5px;
}

.portal-button2 {
    background-color: #802628;
}

.portal-button3 {
    background-color: #8636aa;
}

.portal-button4 {
    background-color: #0069aa;
}

.portal-link {
    padding: 0;
    border: none;
    position: relative;
    color: white;
    width: 280px;
    height: 70px;
    text-align: center;
    font-size: 1rem;
    border-radius: 0;
    box-shadow: 2px 4px 6px 1px #4b4b4ed8;
    margin: -30px 5px 0 5px;
    font-size: 1.2rem;
}

.portal-link-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

/*********** What is CAHMI **********/
.what-is-cahmi,
.powder-blue {
    background-color: rgba(0, 105, 170, 0.1);
}

.what-is-cahmi-content {
    padding: 6% 15% 4% 15%;
}

.wic-item {
    padding: 0 2%;
}

/* Highlights */
.highlights {
    padding: 4% 15% 2% 15%;
    text-align: left;
}

    .highlights h2 {
        padding-bottom: 30px;
    }

.card {
    border-radius: 0;
}

.card-body {
    text-align: left;
    padding: 20px 0 0 0;
}

.highlight-item {
    padding: 20px;
}

.card-title {
    font-weight: bold;
    line-height: 1.2;
}

/* Portal Description */
#portal-item1 {
    background-color: rgba(54, 148, 134, 1)
}

#portal-item2 {
    background-color: rgba(128, 38, 40, 1)
}

#portal-item3 {
    background-color: rgba(134, 54, 170, 1)
}

#portal-item4 {
    background-color: rgba(0, 105, 170, 1)
}

.portal-title {
    color: white;
}

.portal-content1 {
    padding: 5% 5% 5% 15%;
    margin: auto;
}

.portal-content2 {
    padding: 5% 15% 5% 5%;
    margin: auto;
}

    .portal-content1 a,
    .portal-content2 a {
        color: white;
        font-family: 'Open Sans', sans-serif;
    }

    .portal-content1 p,
    .portal-content2 p {
        color: white;
    }

.portal-img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.DIA-img {
    background-image: url('/img/portal_description_imgs/HP-what-is-DIA.jpg');
}

.MIA-img {
    background-image: url('/img/portal_description_imgs/HP-what-is-MIA.jpg');
}

.EIA-img {
    background-image: url('/img/portal_description_imgs/HP-what-is-EIA.jpg');
}

.FIA-img {
    background-image: url('/img/portal_description_imgs/HP-what-is-FIA.jpg');
}


/* =============================================================
    Footer
================================================================ */
#footer-mod {
    background-color: #d6ccc2;
    border: none;
    color: #444444;
}

.footer-content-top {
    padding: 3% 15% 0 15%;
}

.footer-header {
    padding-right: 8%;
    /* font-weight: bold; */
}

    .footer-header h4 {
        font-weight: 600;
    }

    .footer-header h3 {
        font-weight: bolder;
    }

.footer-content-bottom {
    padding: 0 15% 3% 15%;
}

.footer-button-news {
    background-color: rgba(0, 105, 170, 1);
    border-radius: 6px;
    border: none;
}

.footer-button-contact {
    background-color: rgba(54, 148, 134, 1);
    border-radius: 6px;
    border: none;
}

.footer-button-donate {
    background-color: rgba(134, 54, 170, 1);
    border-radius: 6px;
    border: none;
}

.footer-button-text {
    color: white;
    margin: 0;
}

.cahmi-address {
    font-size: 0.9rem;
}

.cta {
    padding-left: 2%;
    font-weight: 600;
    padding-bottom: 10px;
}

    .cta a,
    .social-media-content a {
        color: #444444;
    }

        .cta a:hover,
        .social-media-content a:hover {
            color: black;
        }

.social-media {
    font-weight: bold;
    padding-top: 30px;
}

.cahmi-logo-footer,
.innovative-logo-footer,
.jhu-logo-footer {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.cahmi-logo-footer-wrap,
.innovative-logo-footer-wrap,
.jhu-logo-footer-wrap {
    text-align: center;
    display: inline-block;
}

.jhu-logo-footer {
    width: 100%;
    max-width: 190px;
    height: auto;
    padding: 0 35px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin: 0 15px;
}

.fab {
    padding: 3px;
    padding-top: 12px;
}

.social-media-content {
    padding-left: 2%;
}

    .social-media-content a {
        /* width: 20px; */
    }

.CAHMI-address,
.CAHMI-address-assist {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.5;
}

.CAHMI-address-assist {
    margin-right: 30px;
}

.fund-statement {
    padding: 0 15% 3% 15%;
    font-size: 0.9rem;
    line-height: 1.5;
}

.pagination {
    margin-left: 15%;
}

    .pagination li {
        margin-right: 5px;
        min-width: 25px;
    }

        .pagination li a {
            text-decoration: none;
            color: #000000;
        }

            .pagination li a:hover {
                text-decoration: underline;
            }
/* =============================================================
    Basic Pages - Added by Alain
================================================================ */

.basic-page .sfContentBlock {
    padding: 60px 15% 30px 15%;
}

/* =============================================================
    Content Blocks - Added by Alain
================================================================ */

.bg-blue {
    background-color: rgba(0, 105, 170, 0.2);
}

.bg-beige {
    background-color: #d6ccc2;
}

.content-block-inner {
    padding: 5% 15% 3% 15%;
}

.accordion-header {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    .accordion-header:after {
        font-family: 'font-icons';
        content: "\e998"; /* chevron-down */
        float: right;
        transition: all 0.5s;
    }

    .accordion-header.accordion-active, .accordion-header:hover {
        background-color: #a05c5e;
    }

        .accordion-header.accordion-active:after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

/* =============================================================
    Global Pagination (non-MVC Widgets)
================================================================ */

.sf_pagerNumeric a:first-child,
.pagination li a:first-child {
    margin-left: 0;
}

.sf_pagerNumeric a.sf_PagerCurrent,
.sf_pagerNumeric a:hover,
.pagination li a:hover {
    background-color: rgba(54, 148, 134, 1);
    text-decoration: none;
}

.sf_pagerNumeric a,
.pagination li a {
    margin: 10px;
    background-color: #0069aa;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
}

.pagination li a {
    margin: 5px;
}


/* =============================================================
    Search
================================================================ */
.sfsearchResultTitle a, .sfsearchResultUrl a {
    color: #444444;
    text-decoration: none;
}

    .sfsearchResultTitle a:hover,
    .sfsearchResultUrl a:hover {
        text-decoration: underline;
    }

.search-itm {
    margin: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.search-res-text {
    font-weight: normal;
    font-size: 1.5rem;
}

    .search-res-text a {
        color: #444;
    }

.sfsearchResultSnippet {
    margin-bottom: 0;
}

.sfsearchResultSnippet:empty {
    display: none;
}

/* =============================================================
    Map 
================================================================ */
#map svg {
    width: 100%;
    height: 100%;
}

/* =============================================================
    About Us page content
================================================================ */
/* Who We Are */
.who-we-are {
    background-color: rgba(0, 105, 170, 0.2);
}

.who-we-are-content {
    padding: 5% 15% 3% 15%;
}

.meet-our-team-btn {
    border-radius: 0;
    background-color: #0069aa;
    color: white;
    box-shadow: 2px 4px 6px 1px #4b4b4ed8;
}

/* Our Mission and Values */
.our-mission-value {
    background-color: #d6ccc2;
}

.our-mission-value-content {
    padding: 3% 15%;
}

.our-values {
    text-align: center;
}

/* How We Work */
.how-we-work-content {
    padding: 3% 15%;
}

/* Our Approach */
.our-approach {
    background-color: rgba(0, 105, 170, 0.2);
}

.our-approach-content {
    padding: 3% 15%;
}

.meet-our-partners-btn {
    border-radius: 0;
    background-color: #8636aa;
    color: white;
    box-shadow: 2px 4px 6px 1px #4b4b4ed8;
}

/* Our Team */
/* Our Team */
#our-team {
    padding: 3% 15% 0% 15%;
}

.team-header {
    margin-top: 30px;
}

.team-header-text {
    margin-left: 30px;
}

.director-img,
.team-img {
    border-radius: 50%;
    padding: 9px;
    box-shadow: 0 5px 20px 0 rgba(173, 173, 173, 0.8);
}

.director-img {
    max-width: 300px;
}

.team-img {
    margin-top: 30px;
    max-width: 200px;
}

.bio-divider {
    border: solid 1px #c7c7c7;
    width: 100%;
    margin: 30px 0;
}

.team-bio-item {
    text-align: center;
    padding: 0 10px;
}

.team-bio-item-text {
    margin-top: 30px;
}

.intern-team {
    margin-top: 30px;
}

/* Our Partners */
.our-partners {
    background-color: rgba(0, 105, 170, 0.2);
}

.our-partners-content {
    padding: 3% 15%;
}

.team-header td {
    border: none;
}

/* =============================================================
    Data in Action page content
================================================================ */

.DIA-title-text {
    margin-top: -48%;
}

.title-header {
    text-transform: uppercase;
}

.DIA-title-text p {
    padding-top: 2%;
}

.DIA-quote {
    background-color: rgba(0, 105, 170, 1);
    color: white;
}

#quote-content {
    padding: 2% 10%;
    text-align: center;
}

/* Portal Boxes */
.portal-boxes {
    margin: 4% 15%;
}

.portal-box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
}

/* MIA boxes should appear as 2x2 for now */
.MIA > .portal-box-container {
    max-width: 800px;
}

.portal-box {
    height: 265px;
    width: 350px;
    display: inline-block;
    margin: 5% 0;
}

.portal-box-content {
    padding: 20px;
    text-align: center;
}

.MIA-highlights {
    height: 630px;
    text-align: left;
}

.portal-boxes a {
    color: #444444;
}

.blue-portal-box-hr,
.portal-boxes.DIA div.portal-box-content hr {
    border-top: 2px solid #0069AA;
}

.card-text {
    padding: 15px 0;
    line-height: 1.5;
}

    .card-text p {
        padding-top: 5px;
        font-size: small;
    }

a .card-text {
    color: black;
}

/* Portal Bar Links Common */

.portal-bar-links div.content-left,
/*DIA*/ .dark-blue-content, .light-green-content,
/*MIA*/ .dark-red-content, .light-orange-content,
/*EIA*/ .dark-purple-content, .light-grass-content,
/*FIA*/ .dark-berry-content, .light-aqua-content {
    padding: 3% 8% 3% 15%;
}

.portal-bar-links div.content-right,
/*DIA*/ .light-blue-content, .dark-green-content,
/*MIA*/ .dark-orange-content, .light-red-content,
/*EIA*/ .light-purple-content, .dark-grass-content,
/*FIA*/ .light-berry-content, .dark-aqua-content {
    padding: 3% 15% 3% 8%;
}


/* DIA Portal descriptions */
.dark-blue-content,
.portal-bar-links.DIA div.row:nth-child(odd) div.content-left {
    background-color: rgba(0, 105, 170, 1);
}

.light-blue-content,
.portal-bar-links.DIA div.row:nth-child(odd) div.content-right {
    background-color: rgba(0, 105, 170, 0.5);
}

.content-text,
.content-text h3,
.content-icon a {
    color: white !important;
}

.content-icon a {
    font-weight: 600;
}

.content-text {
    vertical-align: middle;
}

    .content-text h3 {
        margin-bottom: 15px;
    }


.dark-blue-content:after,
.portal-bar-links.DIA div.row:nth-child(odd) div.content-left:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: rgba(0, 105, 170, 1);
    border-width: 50px;
    margin-top: -50px;
    z-index: 1;
}

.content-icon {
    text-align: center;
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 12%;
}

    .content-icon a {
        text-transform: uppercase;
        margin-top: 15px;
    }

.content-text {
    color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.icon {
    max-height: 100px;
    margin-bottom: 10px;
}

.dark-green-content,
.portal-bar-links.DIA div.row:nth-child(even) div.content-right {
    background-color: rgba(54, 148, 134, 1);
}

.light-green-content,
.portal-bar-links.DIA div.row:nth-child(even) div.content-left {
    background-color: rgba(54, 148, 134, 0.7);
}

.dark-green-content:after,
.portal-bar-links.DIA div.row:nth-child(even) div.content-right:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(54, 148, 134, 0);
    border-right-color: rgba(54, 148, 134, 1);
    border-width: 50px;
    margin-top: -50px;
}

.DIA .btn {
    background-color: #369486;
    color: #FFFFFF;
    border-color: #369486;
}

.DIA .accordion-header {
    background-color: rgba(0, 105, 170, 1);
    color: #FFFFFF;
    border-color: rgba(0, 105, 170, 1);
}

.DIA .btn:hover {
    opacity: 0.8;
}

.DIA .btn-primary {
    border-radius: 0;
    font-weight: 700;
    margin: 1em 0;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
}

.DIA .btn-secondary {
    border-radius: 0;
    font-weight: 700;
    margin: 1em 0;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
    background-color: #0069AA;
    border-color: #0069AA;
}

.DIA a {
    color: #369486;
}

.DIA .panel a {
    color: rgba(0, 105, 170, 1);
}

/* =============================================================
    POPCORN BUTTONS
================================================================ */
#popcorn-buttons {
    z-index: 2;
    position: relative;
}

    #popcorn-buttons.DIA {
        background-color: #e1efed;
    }

        #popcorn-buttons.DIA #popcorn-buttons-content div.selected p {
            color: #0069AA;
        }

    #popcorn-buttons.MIA {
        background-color: #f5e9e2;
    }

        #popcorn-buttons.MIA #popcorn-buttons-content div.selected p {
            color: #802628;
        }

    #popcorn-buttons.FIA {
        background-color: #d9e9f2;
    }

        #popcorn-buttons.FIA #popcorn-buttons-content div.selected p {
            color: #860E55;
        }

    #popcorn-buttons.EIA {
        background-color: #e3ece4;
    }

        #popcorn-buttons.EIA #popcorn-buttons-content div.selected p {
            color: #8636AA;
        }

#popcorn-buttons-content {
    padding: 1% 15% 0 15%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    line-height: 0.5;
    justify-content: center;
}

.popcorn-button {
    margin-top: 10px;
    padding: 25px 15px;
    text-align: center;
    display: flex;
}

    /* make a divider */
    .popcorn-button.right-border:after {
        content: '';
        width: 1px;
        background-color: #808080;
        position: relative;
        left: 15px;
        top: 5px;
        height: 6.5em;
        flex-shrink: 0;
    }

    /* hide the existing border */
    .popcorn-button.right-border {
        border-right: 0 !important;
    }

        .popcorn-button.right-border.selected:after {
            content: none;
        }

    .popcorn-button > .popcorn-spacer-div {
        margin: auto;
    }

#popcorn-buttons-content p {
    color: #444444;
    line-height: 1.5;
}

#popcorn-buttons .selected {
    background-color: white;
    box-shadow: 0px -10px 6px 2px rgba(102, 101, 101, 0.1);
    /* hack to hide the border on the left of the selected menu item */
    left: -1px;
}


.side-borders {
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}

.left-border {
    border-left: 1px solid #666666;
}

.right-border {
    border-right: 1px solid #666666;
}


/* =============================================================
    DIA-DRC page
================================================================ */
.subpage-content {
    padding: 5% 15%;
}

    .subpage-content ul {
        padding-left: 40px;
    }

.subpage-icon {
    height: 100px;
    margin-right: 10px;
}

.subpage-content .portal-subpage-title {
    color: #444444;
    font-weight: bold;
    margin-top: 0.5em;
}

.subpage-title {
    margin-bottom: 1em;
}

.button-height {
    padding: 20px;
}

.ppdq-subpage-right {
    padding-top: 32%;
}

.portal-subpage-right-content {
    margin-left: 50px;
    border-left: 2px solid #0069aa;
}

.DRC-logo {
    margin-left: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.btn-map {
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 50px;
    background-color: inherit !important;
    color: #4d96c3 !important;
    box-shadow: 0 0 0 0 !important;
    border-color: rgba(0, 0, 0, 0) !important;
    margin: auto !important;
    display: flex;
}

.btn-map-container.right-border:after {
    content: '';
    width: 2px;
    background-color: #4d96c3;
    position: relative;
    height: 3em;
    flex-shrink: 0;
}

/* hide the existing border */
.btn-map-container.right-border {
    border-right: 0 !important;
}

.btn-map-container {
    display: flex;
    align-items: center;
}

.btn-pdf {
    background-image: url('../images/default-source/icons/save_as_pdf_icon_blue.png');
}

.btn-print {
    background-image: url('../images/default-source/icons/print_icon_blue.png');
}

.btn-email {
    background-image: url('../images/default-source/icons/email_icon_blue.png');
}

.badge {
    border-radius: 0;
    line-height: 1;
    padding: .375rem .5625rem;
    font-weight: bold;
    border-radius: 10rem;
    font-size: 1rem;
    color: white;
    background-color: #3387bb;
    margin-right: 15px;
}

/* =============================================================
DIA-PPDQ
================================================================ */



.PPDQ-steps-wrap {
    border-left: 2px solid #0069AA;
    padding-left: 20px;
    margin-left: 50px;
    margin-top: 30px;
}

.PPDQ-steps-table {
    margin-top: 10px;
}

.PPDQ-steps {
    background-color: #c2dfda;
    padding: 30px 30px 10px 30px;
}

    .PPDQ-steps tr {
        height: 50px;
        line-height: 1.2;
    }

.PPDQ-tool {
    font-size: 0.9rem;
    line-height: 1.5;
}

.PPDQ-data-source {
    color: #5c9e94;
    margin-bottom: 50px;
}

.PPDQ-tool-header {
    background-color: #68afa4;
    color: white;
    padding: 15px 30px;
    margin: 20px 0;
}

.green-badge {
    border-radius: 0;
    line-height: 1;
    padding: .375rem .5625rem;
    font-weight: bold;
    border-radius: 10rem;
    font-size: 1rem;
    color: white;
    background-color: #68afa4;
    margin-right: 15px;
}

.PPDQ-tool-white {
    background-color: #68afa4;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 50px;
}

.PPDQ-tool-menu .dropdown {
    padding: 0px;
}


/* =============================================================
    DIA-PPDQ-result
================================================================ */


/* Subtite and Citation */
.subtitle-content {
    padding: 3% 15% 0 15%;
}

.PPDQ-title-logo {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 10px 10px 0;
}

.PPDQ-title-logo-long {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 10px 10px 0;
}

.PPDQ-citation-wrap {
    padding-left: 30px;
}

.PPDQ-citation {
    background: #619cc7;
    padding: 20px 30px;
    color: white;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* PPDQ Tool */
.PPDQ-tool-content {
    padding: 3% 15%;
}

.data-source {
    padding: 20px 30px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.PPDQ-tool-result {
    background-color: #c2dfda;
    padding: 20px 0;
}

.PPDQ-tool-result-right {
    border-left: 1px solid #666666;
    padding-left: 30px;
}

.PPDQ-tool-result-left {
    padding: 0 30px;
}

    .PPDQ-tool-result-left > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .PPDQ-tool-buttons {
        padding-top: 30px;
    }

        

    .PPDQ-tool-button {
        background-color: #68afa4;
        border: none;
        border-radius: 0;
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 50px;
    }

.dropdown {
    padding: 0 20px;
}


/* Result Table */
.result-table-content {
    padding: 0% 15%;
}

.table-label {
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
    color: #2b69a3;
}

.result-table-content table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}

.PPDQ-result-table th {
    background-color: #88abcb;
    color: white;
    padding: 15px 0;
}

.result-table-content td {
    width: 20%;
    border: 1px solid #d6ccc2;
    padding: 15px 0;
    color: black;
}

/* top-left border-radius */
.PPDQ-result-table tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

/* top-right border-radius */
.PPDQ-result-table tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.PPDQ-result-table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.PPDQ-result-table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.data-highlight {
    background-color: #d6ccc2;
}

.table-legend {
    padding: 0 15%;
}

.CI {
    background-color: rgba(0, 105, 170, 0.70);
    color: white;
    padding: 20px 30px 20px 30px;
    border-radius: 6px;
    line-height: 1.5;
}

    .CI table {
        width: 100%;
    }

.caution-label {
    width: 35px;
    vertical-align: top;
}

.data-alert {
    border: 2px solid #d6ccc2;
    border-radius: 6px;
    margin-left: 30px;
    padding: 20px 30px;
    line-height: 1.5;
}

    .data-alert a {
        color: #88abcb;
        font-weight: bold;
    }

.graph {
    padding: 0 15%;
}

/* =============================================================
    Measurement in Action page content
================================================================ */

.MIA-quote {
    background-color: rgba(128, 38, 40, 0.9);
    color: white;
}

.red-portal-box-hr,
.portal-boxes.MIA div.portal-box-content hr {
    border: 1px solid rgba(128, 38, 40, 1);
}

.highlights-title {
    font-weight: bold;
    margin-bottom: 8px;
}

/* MIA Portal Descriptions */
.dark-red-content,
.portal-bar-links.MIA div.row:nth-child(odd) div.content-left {
    background-color: rgba(128, 38, 40, 1);
}

    .dark-red-content:after,
    .portal-bar-links.MIA div.row:nth-child(odd) div.content-left:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: rgba(128, 38, 40, 1);
        border-width: 50px;
        margin-top: -50px;
        z-index: 1;
    }

.light-red-content,
.portal-bar-links.MIA div.row:nth-child(odd) div.content-right {
    background-color: rgba(128, 38, 40, 0.7);
}

.dark-orange-content,
.portal-bar-links.MIA div.row:nth-child(even) div.content-right {
    background-color: rgba(190, 109, 63, 1);
}

    .dark-orange-content:after,
    .portal-bar-links.MIA div.row:nth-child(even) div.content-right:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(54, 148, 134, 0);
        border-right-color: rgba(190, 109, 63, 1);
        border-width: 50px;
        margin-top: -50px;
    }

.light-orange-content,
.portal-bar-links.MIA div.row:nth-child(even) div.content-left {
    background-color: rgba(190, 109, 63, 0.7);
}

.content-icon-assist {
    margin-top: 20px;
}

.MIA .btn,
.MIA .accordion-header {
    background-color: #802628;
    color: #FFFFFF;
    border-color: #802628;
}

    .MIA .btn:hover {
        opacity: 0.8;
    }

.MIA .btn-primary {
    border-radius: 0;
    font-weight: 700;
    margin: 1em 0;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
}

.MIA .btn-secondary {
    border-radius: 0;
    font-weight: 700;
    margin: 1em 0;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
    background-color: #AE6004;
    border-color: #AE6004;
}

.MIA a {
    color: #802628;
}

/* =============================================================
    Engagement in Action page content
================================================================ */
.EIA-quote {
    background-color: rgba(134, 54, 170, 1);
    color: white;
}

.purple-portal-box-hr,
.portal-boxes.EIA div.portal-box-content hr {
    border: 1px solid #8636aa;
}

/* EIA Portal Descriptions */
.dark-purple-content,
.portal-bar-links.EIA div.row:nth-child(odd) div.content-left {
    background-color: rgba(134, 54, 170, 1);
}

    .dark-purple-content:after,
    .portal-bar-links.EIA div.row:nth-child(odd) div.content-left:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: rgba(134, 54, 170, 1);
        border-width: 50px;
        margin-top: -50px;
        z-index: 1;
    }

.light-purple-content,
.portal-bar-links.EIA div.row:nth-child(odd) div.content-right {
    background-color: rgba(134, 54, 170, 0.7);
}

.dark-grass-content,
.portal-bar-links.EIA div.row:nth-child(even) div.content-right {
    background-color: rgba(71, 126, 74, 1);
}

    .dark-grass-content:after,
    .portal-bar-links.EIA div.row:nth-child(even) div.content-right:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(54, 148, 134, 0);
        border-right-color: rgba(71, 126, 74, 1);
        border-width: 50px;
        margin-top: -50px;
    }

.light-grass-content,
.portal-bar-links.EIA div.row:nth-child(even) div.content-left {
    background-color: rgba(71, 126, 74, 0.7);
}

#EIA-selected p {
    color: #8535aa;
}

.EIA-popcorn-buttons {
    background-color: #e0ebe2;
}

.EIA .btn,
.EIA .accordion-header {
    background-color: #8636AA;
    color: #FFFFFF;
    border-color: #8636AA;
}

    .EIA .btn:hover {
        opacity: 0.8;
    }

.EIA .btn-primary {
    border-radius: 0;
    font-weight: 700;
    margin: 1em 0;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
}

.EIA .btn-secondary {
    border-radius: 0;
    font-weight: 700;
    margin: 1em 0;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
    background-color: #477E4A;
    border-color: #477E4A;
}

.EIA a {
    color: #8636AA;
}

.dark-green-button {
    font-weight: bold;
    background-color: #2c8241;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
    width: 500px;
    height: 60px;
    margin: 80px 0 120px 0;
}

.COE-logo {
    padding: 35% 8%;
    border-left: 3px solid #8535aa;
    width: 100%;
    max-width: 500px;
    height: auto;
}

/* =============================================================
    Highlights and news
================================================================ */
.news-item {
    padding-right: 15%;
    padding-bottom: 5%;
}

.news-list-thumb {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 9em;
    max-width: 9em;
}

.news-list li {
    margin-bottom: 5%;
}

    .news-list li a {
        text-decoration: underline;
        color: #444444;
        transition: 0.3s;
    }

        .news-list li a:hover {
            color: #369486;
        }

.news-list-date {
    font-size: .9rem;
}

.news-item .news-date {
    padding-bottom: 1rem;
    font-size: .9rem;
    line-height: 1.0;
}

.news-item-box {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
}

    .news-item-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .news-item-box .card {
        margin: auto;
    }

.news-list-boxes {
    padding: 2em 10em;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.stay-connected .news-list-boxes {
    padding-bottom: 0;
}

    .news-list-boxes .card, .news-item-box .card {
        width: 300px;
        min-width: 300px;
    }

        .news-list-boxes .card a, .news-item-box .card a {
            margin: auto;
        }

        .news-list-boxes .card .card-text, .news-item-box .card .card-text {
            font-size: 11pt;
            line-height: 1.3;
            padding: 0;
        }

        .news-list-boxes .card .card-body, .news-item-box .card .card-body {
            display: flex;
            flex-direction: column;
        }

.card .bottom-link {
    font-size: 11pt;
    font-style: italic;
    margin-top: auto;
}

.news-holder {
    display: flex;
    justify-content: center;
}

.news-sum-fd {
    position: relative;
    height: 6.4em;
    margin: 0 0 1em 0;
    overflow: hidden;
    font-size: 11pt;
}

    .news-sum-fd::after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 70%;
        height: 1em;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    }

.news-event {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-top: 0%;
    box-shadow: none !important;
    border:none !important;
    padding: 0px !important;
}
.news-event-list {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1rem !important
}
.basic-page .sfContentBlock .events-detail p span {
    font-size: 1.2rem !important;
}
.basic-page .sfContentBlock .events-detail .sf-event-title .news-event-span{
    font-size:1.3rem;
    color:#444;
    font-weight:bold;
}
.basic-page .sfContentBlock .events-detail{
    color:#444 !important; 
    
}
.basic-page .sfContentBlock .events-detail .Events-addto {
    margin-left: 0px !important;
    font-size: 1.3rem;
    font-weight: bold;
    color: #444;
}
.basic-page .sfContentBlock .events-detail .Event-Time{
    font-size:1.2rem;
    color:#444;
}
.basic-page .sfContentBlock .events-detail .Description{
    font-size: 1.3rem;
    font-weight: bold;
}
.basic-page .sfContentBlock .events-detail .Summary{
    font-size: 1.3rem;
    font-weight: bold;
}
.basic-page .sfContentBlock .events-detail .Event-Address{
    font-size: 1.3rem;
    font-weight: bold;
}
.basic-page .sfContentBlock .events-detail div ul {
    margin-left: 34px !important;
    margin-top: 0px;
}
.basic-page .sfContentBlock .events-detail .Event-Desc{
    font-weight: bold;
    font-size: 1.2rem;
}
.basic-page .sfContentBlock .events-detail .Event-Contacts {
    color:#444;
    font-size: 1.2rem;
}
.news-event h3, .news-event h2 {
    color: rgba(0, 105, 170, 1);
    text-align: left;
}
.news-event a {
    color: #444;
    font-size:1.2rem;
}
.news-event p {
    color: #444;
    font-size: 1.2rem;
}
.news-event p strong{
    color: #444;
}
.news-event ul {
    margin: 10px;
}
.news-event li.sfarchiveListItem {
   list-style-type: none;
}
.events-list {
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 0%;
    margin-top: 0%;
}
.grid-8-4-padding {
    padding: 8% 13% 5% 13%;
}

.grid-8-4-padding-notopbottom {
    padding: 0 13%;
}

/* =============================================================
    Stay Connected
================================================================ */
.stay-connected {
    background-color: #d4e8f3;
}

    .stay-connected .form-group.row {
        margin-bottom: 1em;
    }

    .stay-connected legend {
        font-weight: bold;
    }

    .stay-connected ul {
        margin-left: 2%;
    }

        .stay-connected ul li {
            background-color: #d4e8f3;
        }
/*Styling for CheckboxesFields*/
ul li label {
    display: inline;
    font-size: 1rem;
}

/* position and pad our label for the fake checkbox were going to make */
ul li .checkbox-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    padding-top: 2px;
    color: #444444;
    display: block;
}

    /* create our new fake checkbox */
    ul li .checkbox-label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border: 0px solid;
        margin-top: 7px;
        -webkit-transition: .2s;
        transition: .2s;
        box-shadow: 2px 2px 1px 0px gray inset;
        background-color: white;
    }

/* check our new fake checkbox when the real one is checked */
ul li .checkbox-input:checked ~ .checkbox-label:after {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 7px;
    width: 3px;
    height: 10px;
    border: solid #666;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: content-box;
}

/* hide the old non styled checkbox */
ul li .checkbox-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.stay-connected input[type=text] {
    box-shadow: 2px 2px 5px 1px lightgray inset;
}

.stay-connected ::placeholder {
    color: #0069AA;
}

/* hack to get our input boxes looking right*/
.stay-connected input, .stay-connected {
    box-sizing: content-box;
}

    .stay-connected .legal-text {
        font-size: 0.9rem;
    }

/* =============================================================
    Flourishing in Action page content
================================================================ */
.FIA-quote {
    background-color: rgba(134, 14, 85, 0.9);
    color: white;
}


.fia-title {
    font-size: 2.5rem;
}

.berry-portal-box-hr,
.portal-boxes.FIA div.portal-box-content hr {
    border: 1px solid rgba(134, 14, 85, 1);
}

/* FIA Portal Descriptions */

.dark-berry-content,
.portal-bar-links.FIA div.row:nth-child(odd) div.content-left {
    background-color: rgba(134, 14, 85, 1);
}

    .dark-berry-content:after,
    .portal-bar-links.FIA div.row:nth-child(odd) div.content-left:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: rgba(134, 14, 85, 1);
        border-width: 50px;
        margin-top: -50px;
        z-index: 1;
    }

.light-berry-content,
.portal-bar-links.FIA div.row:nth-child(odd) div.content-right {
    background-color: rgba(134, 14, 85, 0.7);
}

.dark-aqua-content,
.portal-bar-links.FIA div.row:nth-child(even) div.content-right {
    background-color: #1484b3;
}

    .dark-aqua-content:after,
    .portal-bar-links.FIA div.row:nth-child(even) div.content-right:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(54, 148, 134, 0);
        border-right-color: #1484b3;
        border-width: 50px;
        margin-top: -50px;
    }

.light-aqua-content,
.portal-bar-links.FIA div.row:nth-child(even) div.content-left {
    background-color: #4fa3c6;
}

.FIA .btn,
.FIA .accordion-header {
    background-color: #860E55;
    color: #FFFFFF;
    border-color: #860E55;
}

    .FIA .btn:hover {
        opacity: 0.8;
    }

.FIA .btn-primary {
    border-radius: 0;
    font-weight: 700;
    margin: 1em 0;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
}

.FIA .btn-secondary {
    border-radius: 0;
    font-weight: 700;
    margin: 1em 0;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
    background-color: #0069AA;
    border-color: #0069AA;
}

.FIA a {
    color: #860E55;
}


@media (max-width: 1440px) {

    /* .cream-gradient-background,
    .blue-gradient-background,
    .purple-gradient-background,
    .pink-gradient-background,
    .red-gradient-background,
    .blue-gradient-background-short {
        background-image: none;
    } */

    /* .title-gradient {
        display: none;
    } */

    .portal-link {
        width: 250px;
        height: 50px;
        font-size: 1rem;
    }

    .title-header {
        font-size: 1.3rem;
    }

    #title-text-content p,
    #title-text-content strong {
        font-size: 0.8rem;
        line-height: 1.5;
        width: 500px;
    }

    .parent-portal-title {
        font-weight: bold;
        font-size: 1rem;
        color: #444444;
    }

    #popcorn-buttons-content p {
        font-size: 0.8rem;
    }

    .popcorn-button {
        margin-top: 10px;
        padding: 10px 15px;
        text-align: center;
        display: flex;
    }

        .popcorn-button > .popcorn-spacer-div {
            margin: auto;
        }

    .side-borders,
    .left-border {
        border: none;
    }

    #quote-content {
        font-size: 0.8rem;
    }
}

@media (max-width: 1240px) {
    .PPDQ-tool-buttons.second-row {
        padding-top: 0;
    }

    .portal-buttons {
        position: static;
    }

    .portal-link {
        position: static;
        margin: 5px;
        ;
    }

    .director-img {
        margin: auto;
        display: block;
    }

    body {
        font-size: 1rem;
    }

    #title-text-content {
        font-size: 1rem;
    }

    .top-links {
        border: none;
    }

    #logo {
        margin-top: 0;
        max-width: 400px;
    }
}

@media (max-width: 1100px) {


    .DRC-logo,
    .COE-logo {
        padding: 5% 0;
        border-left: none;
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .team-header td {
        display: table-row;
    }

    .team-header-text {
        margin-top: 30px;
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .search-box-group {
        position: static;
        width: 70%;
        margin: 1% 15% 0 15%;
    }


    .title-gradient {
        display: none;
    }

    .title-text,
    .title-left-wrap {
        position: static;
        transform: none;
    }

    .title-left-wrap {
        padding: 3% 15%;
    }

    .blue-gradient-background-short,
    .blue-gradient-background,
    .cream-gradient-background,
    .red-gradient-background,
    .purple-gradient-background,
    .pink-gradient-background,
    .red-gradient-background-short,
    .purple-gradient-background-short,
    .pink-gradient-background-short {
        background-size: 0 0;
    }

    .DRC-logo {
        margin-left: 0;
        position: static;
        top: 0;
        transform: translateY(0);
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .wic-item {
        padding: 1% 0;
    }

    .our-values {
        margin-top: 10px;
        text-align: left;
    }

    #quote-content {
        padding: 2% 8%;
    }

    #title-text-content p {
        font-size: 1rem;
        line-height: 1.8;
    }

    .PPDQ-assistant {
        background-color: #dfecee;
    }

    .side-borders {
        border-left: 0px;
    }

    .PPDQ-citation-wrap {
        padding-left: 0;
    }

    

    .data-alert {
        margin: 20px 0;
        padding: 20px 30px;
        line-height: 1.5;
    }

    .green-button,
    .dark-green-button {
        margin: 20px 0 20px 0
    }

    .PPDQ-steps-wrap {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        margin: 20px 0;
    }

    .cahmi-logo-footer-wrap,
    .innovative-logo-footer-wrap,
    .jhu-logo-footer-wrap {
        text-align: left;
    }

    .jhu-logo-footer {
        margin-top: 20px;
        border: none;
    }

    /* no more popcorn dividers at this size*/
    .popcorn-button.right-border::after {
        content: none;
    }
}

@media (max-width: 767px) {
    .portal-content1 {
        padding: 3% 15%;
    }

    .portal-content2 {
        padding: 3% 15%;
    }

    .dark-blue-content,
    .light-green-content,
    .light-blue-content,
    .dark-green-content,
    .dark-red-content,
    .light-red-content,
    .dark-orange-content,
    .light-orange-content,
    .dark-purple-content,
    .light-purple-content,
    .light-green-content,
    .dark-grass-content,
    .dark-berry-content,
    .light-berry-content,
    .light-aqua-content,
    .dark-aqua-content {
        padding: 3% 15% 3% 15%;
    }

        .dark-blue-content:after,
        .dark-green-content:after,
        .dark-red-content:after,
        .dark-orange-content:after,
        .dark-purple-content:after,
        .dark-grass-content:after,
        .dark-berry-content:after,
        .dark-aqua-content:after {
            display: none;
        }
}

@media (max-width: 500px) {

    .top-links-item > a {
        font-size: 0.6rem;
        padding: 2px 12px;
    }

    #logo img {
        max-width: 250px;
    }

    .jhu-logo-footer {
        border: none;
        padding: 0;
        margin: 20px 0;
    }

    .PPDQ-tool-result-right {
        border-left: none;
        padding-left: 0;
    }
}


@media print {
    #logo {
        margin: 0 auto;
    }

        #logo img {
            height: 80px;
        }

    ul {
        margin-bottom: 10px;
    }

    .container-fluid {
        margin: 0 !important
    }

    .no-print,
    .search-box-container,
    .top-links,
    .primary-menu,
    #top-bar,
    #primary-menu-trigger,
    #banner,
    #footer-mod,
    #popcorn-buttons,
    .btn-map-container {
        display: none
    }

    .subpage-title {
        margin-bottom: 0;
        margin: 0 auto;
    }
    .subpage-icon {
        display: none;
    }

    h2 {
        font-size: 20px;
    }

    .portal-subpage-title {
        margin: 0 auto;
    }

    /* Map */
    .subpage-content {
        padding: 0;
    }

    .map-content {
        padding: 10px 0 !important;
    }

    #mapInfo p {
        margin-left: 0 !important;
        text-align: center;
    }

    

    /* Hot Spotting */
    table#sortTable {
        border-width: 1px 0 0 1px !important;
        border-right: solid #000 !important;
    }

    table#sortTable th,
    table#sortTable td {
        border: solid #000 !important;
        border-width: 1px 0 0 1px !important;
    }
}

/* =============================================================
    General Styling
================================================================ */

/* Background Colors */
.light-blue-bg {
    background-color: rgba(0, 105, 170, 0.2);
}

/*Colors*/
.dark-blue {
    color: #0069AA;
}

/*Text*/
.section-title {
    font-size: 1.9rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.title {
    font-size: 1.9rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: normal;
}

.uppercase {
    text-transform: uppercase;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

/* Elements */
label {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 7px;
}

input[type="text"], input[type="email"], select, textarea {
    box-shadow: 2px 2px 5px 1px lightgray inset;
}

.dropdown-select {
    /*-webkit-appearance: none;
    appearance: none;*/ /* disabled due to request to make resources drop down clickable */
    width: 100%;
    font-size: 1.1rem;
    background-image: none;
    background-color: white;
    border: none;
    padding: 10px;
    padding-left: 25px;
    border-radius: 0;
    color: #444444d0;
}

/*Layout*/
.content-container {
    padding: 5% 15% 3% 15%;
}

.sub-search {
    padding: 10px 6px 10px 45px;
    height: inherit;
    display: inline-block;
    width: 100%;
    font-size: inherit;
}

    .sub-search::placeholder {
        color: #444444d0;
    }

.sub-search-div i {
    padding: 6px;
    padding-left: 10px;
    position: absolute;
    margin-top: 6px;
}

/* =============================================================
    Resources page content
================================================================ */
.resource {
    margin: 0 0 20px 30px;
}

    .resource a {
        color: #369486;
        font-size: 1.3rem;
    }

.resource-description {
    margin-left: 25px;
    font-size: 1.1rem;
    margin-top: 5px;
}

    .resource-description a {
        font-size: 1.1rem;
    }

.tag-filter-div {
    margin-bottom: 20px;
}

.arrow {
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 2px; /*new*/
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.filter-by-category-checkboxes {
    padding-left: 30px;
}

.resourceresults-container .section-title {
    background-color: #8636AA;
    color: #fff;
    padding: 10px;
}

.resourceresults-container .title {
    margin: 0 0 10px 30px;
    font-size: 1.5rem;
    /*color: rgba(134, 54, 170, 0.8);*/
}

.resources-container {
    background-color: rgba(0, 105, 170, 0.1);
}

.measurementinaction .resources-container {
    background-color: #f5e9e2;
}


.measurementinaction .resourceresults-container .section-title {
    background-color: rgba(128, 38, 40, 1.0);
}

.measurementinaction .resource a {
    color: #802628;
}

.measurementinaction .dark-blue {
    color: #802628;
}

.datainaction .resources-container {
    background-color: #e1efed;
}

.datainaction .resourceresults-container .section-title {
    background-color: rgba(0, 105, 170, 1.0);
}

.datainaction .resource a {
    color: #0069AA;
}

.datainaction .dark-blue {
    color: #0069AA;
}

.engagementinaction .resources-container {
    background-color: #e3ece4;
}

.engagementinaction .resourceresults-container .section-title {
    background-color: rgba(134, 54, 170, 1.0);
}

.engagementinaction .resource a {
    color: #8636AA;
}

.engagementinaction .dark-blue {
    color: #8636AA;
}

.flourishinginaction .resources-container {
    background-color: #d9e9f2;
}

.flourishinginaction .resourceresults-container .section-title {
    background-color: rgba(134, 14, 85, 1.0);
}

.flourishinginaction .resource a {
    color: #860E55;
}

.flourishinginaction .dark-blue {
    color: #860E55;
}

/* Side Nav Styling */

    .side-nav.shadow {
        box-shadow: 0.25rem 0.25rem 0.5rem 0.5rem rgb(0 0 0 / 15%) !important
    }

    .side-nav ul.back-links li {
        list-style: none;
    }

        .side-nav ul.back-links li::before {
            font-family: 'font-icons';
            content: "\e99a"; /* chevron-right */
            color: #369486;
        }

    .side-nav ul.main-links {
        list-style: none;
        margin-bottom: 0;
    }

        .side-nav ul.main-links li {
            padding: 15px;
        }

.side-nav ul.back-links li {
    padding: 15px;
    font-weight: bold;
}

    .side-nav ul.main-links li {
        border-bottom: 1px solid black;
    }

        .side-nav ul.main-links li.selected {
            background-color: #e1efed;
        }

        .side-nav ul.main-links li a {
            color: #000;
        }

        .side-nav ul.main-links li:hover {
            background-color: #e1efed;
        }

/* =============================================================
    Compare Possibilities widget page content
================================================================ */
.compare-tool-button {
    height: 200px;
    width: 275px;
    background-color: #e0d9d1;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .compare-tool-button.active {
        background-color: #3387bb;
        color: white;
        border-bottom: 0;
    }

    .compare-tool-button:not(.active):hover {
        background-color: lightblue;
    }

.compare-tool-card.active {
    background-color: #3387bb;
    color: white;
}

.compare-tool-card:not(.active):hover {
    background-color: lightblue;
}

.compare-tool-button-header {
    font-weight: bold;
    font-size: 1.1rem;
}

.compare-tool-submit {
    border-radius: 0;
    border: none;
    background-color: #369486;
    color: white;
    padding: 1em;
    width: 100%;
}

.compare-tool-button p {
    font-size: 1rem;
    line-height: 1.1 !important;
    padding-top: 10%;
}

.compare-tool-content {
    padding: 0 15%;
    margin-top: 1em;
    font-size: 1rem;
}

    .compare-tool-content label {
        font-size: 1rem;
        margin: 0;
    }

    .compare-tool-content.row {
        justify-content: center;
    }

    .compare-tool-content .col {
        padding-bottom: 2em;
        flex-grow: 0;
    }

.compare-tool-card {
    background-color: #e0d9d1;
    padding: 1em;
    margin: 0.5em 0;
}

.compare-tool-content .measure {
    padding-bottom: 2em;
    flex: 50%;
    min-width: 225px;
}

.compare-tool-content .measure-card {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1em;
    border: none;
}

.flex-label {
    display: flex;
    align-items: baseline;
}

    .flex-label input[type=radio] {
        margin-right: .25em;
    }

#tool-pick {
    padding-bottom: 0;
}

#measure1-choices, #measure2-choices {
    padding-top: 0;
}

#mapInfo p {
    margin-left: 30%;
    font-size: smaller;
}

#mapInfoLabel {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

#map {
    width: 850px;
    height: 600px;
    margin: auto;
}

.map-legend {
    display: flex;
    flex-direction: column;
}

    .map-legend p {
        font-size: small;
    }

    .map-legend br {
        display: block;
        margin: 10px 0;
    }

    .map-legend h5 {
        margin-bottom: 10px;
    }

.map-content {
    padding: 1% 15%;
}

.map-container {
    width: 850px;
}

    .map-container > .row {
        min-height: 625px;
    }

.map-legend-container {
    align-self: flex-end;
    margin-left: 25px;
}

.map-legend-block {
    padding-bottom: .25em;
}

.map-legend-box {
    float: left;
    width: 25px;
    height: 20px;
    margin-right: 3px;
    border: 1px solid rgba(0, 0, 0, .2)
}

p.map-legend-stat {
    font-size: 12.5px;
    padding-left: 1.5em;
}

.map-colorcode-1 {
    background-color: #f3faf9;
}

.map-colorcode-2 {
    background-color: #BFEDE9;
    /*background-image: url('../img/map-legend/map-colorcode-2.png');*/
}

.map-colorcode-3 {
    background-color: #52cfc3;
    background-image: url('../img/map-legend/map-colorcode-3.png');
}

.map-colorcode-4 {
    background-color: #009d88;
}

.map-colorcode-grey {
    background: lightgray;
}

.map-colorcode-green {
    background: #68afa4
}

.modal-footer-text {
    font-size: 65%;
}

.modal-main-grid {
    margin-bottom: 1em;
}

    .modal-main-grid,
    .modal-main-grid div {
        border: 1px solid rgba(0, 0, 0, .2);
    }

p#mapNotes {
    font-size: 12.5px;
}

/* Modal */

.modal-dialog.modal-xlg {
    max-width: 900px;
}

.data-query-results-modal {
    font-size: 12px;
}

    .data-query-results-modal a:not([href]):not([class]) {
        text-decoration: none;
        color: #369486;
        transition: 0.3s;
    }

        .data-query-results-modal a:not([href]):not([class]):hover, .data-query-results-modal a:not([href]):not([class]):active {
            text-decoration: underline;
            cursor: pointer;
        }

.modal-cahmi-data-query .modal-header button.close {
    position: absolute;
    right: 20px;
    top: 15px;
}

.modal-cahmi-data-query .modal-title #variableName {
    padding-right: 30px;
}


/* =============================================================
    Contact Us
================================================================ */
.Contact-Us-top {
    background-color: #d4e8f3;
    padding: 0% 0% 0% 0% !important;
}

    .Contact-Us-top .subpage-content {
        padding-bottom: 3% !important;
    }
/*Background Color */
.col-css {
    background-color: #d4e8f3;
    padding-left: 0px !important;
}

.Contact-Us {
    padding-bottom: 2%;
    padding-left: 25%;
    padding-right: 5%;
    background-color: #d4e8f3;
}

    .Contact-Us .form-group #CheckboxGroupLabel-1 {
        margin-left: -1.5em;
        line-height: 1.5rem;
        padding-top: 2%;
    }

    .Contact-Us .form-group .text-danger {
        font-size: .9rem;
        margin-left: -1.5em;
    }

.Contact-Us-right {
    background-color: #d4e8f3;
    padding-left: 8% !important;
    padding-top: 0% !important;
    padding-bottom: 2%;
    text-align: left;
    display: inline-block;
    font-size: .9rem;
}

    .Contact-Us-right strong {
        font-size: 1rem;
        font-weight: bold;
    }

.Contact-Us label {
    font-size: 0.9rem;
}

.Contact-Us p {
    margin-left: -1.5em;
    font-size: 0.9rem;
}

.Contact-Us strong {
    display: inline-block;
    margin-left: -1.5em;
}

.Contact-Us div label {
    margin-left: -1.5em;
    text-indent: 0.0em;
}
/*Custom Css for .Contact-us Checkboxes*/
.Contact-Us legend {
    font-weight: bold;
}
/*Keeps other areas of Sitefinty from breaking*/
.Contact-Us ul li {
    background-color: #d4e8f3;
}
/* hack to get our input boxes looking right*/
.Contact-Us input, .Contact-Us {
    box-sizing: content-box;
}


    .Contact-Us input[type=text], .Contact-Us input[type=email] {
        margin-left: -1.5em;
        height: 42px;
        box-shadow: 2px 2px 5px 1px lightgray inset;
    }

    .Contact-Us textarea {
        margin-left: -1.5em;
        box-sizing: content-box;
        min-height: 42px;
        max-height: 250px;
        box-shadow: 2px 2px 5px 1px lightgray inset;
    }

.basic-page .row .col-css .submitMessage {
    margin-left: 23% !important;
    margin-right: 6%;
    font-weight:bold;
}
.Contact-Us .alert-danger {
    margin-left: -1.5em;
}
.Contact-Us-right .sfContentBlock{
    padding-top: 25px;
}
@media(max-width: 1200px) {
    .Contact-Us {
        padding-left: 16% !important;
    }
    .Contact-Us-right {
        padding-left: 20% !important;
    }
    .Contact-Us-top .subpage-content .row {
        display: block;
    }
    .Contact-Us-top .subpage-content .row .col-lg-8 {
        max-width: 100% !important;
    }
    .Contact-Us-top .subpage-content .row .col-md-8 {
        max-width: 100% !important;
    }
    .basic-page .row .col-css .submitMessage {
        margin-left: 15% !important;
        margin-right: 15%;
    }
    .PPDQ-tool-button {
        margin: 5px 0;
    }
}
@media(max-width: 1100px) {
    .Contact-Us-right {
        padding-left: 21% !important;
    }
}
@media(max-width: 991px) {
    .Contact-Us {
        padding-left: 16%;
    }

    .Contact-Us .form-group {
        padding-left: 0%;
    }

    .Contact-Us ul li .checkbox-label {
        padding-left: 4%;
    }
    .Contact-Us-right {
        padding-left: 22% !important;
    }
}
@media(max-width: 890px) {

    .Contact-Us-right {
        padding-left: 22.5% !important;
    }
}
@media(max-width: 768px) {
    .Contact-Us ul li .checkbox-label {
        padding-left: 7%;
    }

    .Contact-Us .form-group #CheckboxGroupLabel-1 {
        padding-top: 3%;
    }

    .Contact-Us-right {
        padding-left: 23% !important;
    }
}
@media(max-width: 710px) {

    .Contact-Us-right {
        padding-left: 24.5% !important;
    }

    #logo img {
        max-width: 350px;
    }
}
@media(max-width: 575px) {

    .Contact-Us-right {
        padding-left: 26% !important;
    }

    #logo img {
        max-width: 250px;
    }

    .basic-page .sfContentBlock {
        padding: 60px 10% 30px 10%;
    }
}
@media(max-width: 475px) {

    .Contact-Us-right {
        padding-left: 28% !important;
    }

    #logo img {
        max-width: 225px;
    }

    

}

@media(max-width: 425px) {

    .Contact-Us-right {
        padding-left: 30% !important;
    }

    #logo img {
        max-width: 200px;
    }
}
@media(max-width: 375px) {

    .Contact-Us-right {
        padding-left: 35% !important;
    }
}
@media(max-width: 320px) {
    .Contact-Us ul li .checkbox-label {
        padding-left: 10%;
    }

    .Contact-Us .form-group #CheckboxGroupLabel-1 {
        padding-top: 5%;
    }

    .Contact-Us-right {
        padding-left: 38.5% !important;
    }
}

.Contact-Us button.btn {
    width: 110px;
    margin-left: -1.5em;
}

.Contact-Us .captcha .new-code {
    margin-left: 0em !important;
    margin-top: 5px;
}

.Contact-Us .captcha label {
    font-size: 1em;
    font-weight: bold;
}

.Contact-Us .captcha div label {
    display: block;
    margin-top: 10px;
    margin-left: 0;
}

.Contact-Us .captcha.sf-fieldWrp {
    margin-left: -1.5em;
}

.Contact-Us .captcha button {
    font-size: .7em;
}
@media(max-width: 398px) {
    .Contact-Us .captcha button {
        margin-left:0em !important; 
        margin-top:5px;
    }
}
.Contact-Us .captcha div p {
    margin-left: 0;
    color: #dc3545;
}

    .Contact-Us .captcha div p::before {
        content: "* ";
    }

.Contact-Us .captcha input[type="text"] {
    margin-left: 0em;
    height: 42px;
    box-shadow: 2px 2px 5px 1px lightgrey inset;
    box-sizing: content-box;
    width: 100%;
}
.Contact-Us .captcha{
    margin-left: -1.5em;
}
    .Contact-Us .captcha .form-inline {
        display: block;
        margin-right: 1.5em;
    }
.Contact-Us .captcha .form-inline .form-group{
   display:block;
}
/*PPDQ*/
.ppdq-subpage-desc {
    margin-left: 15%;
    margin-right: 2%;
    padding: 2% 2% 2% 6% !important;
    line-height: 1.5 !important;
}

    .ppdq-subpage-desc p {
        font-size: 1rem;
        line-height: 1.5 !important;
    }

    .ppdq-subpage-desc .ppdq-DataSource {
        font-size: 1rem;
        color: #0069AA;
    }

    .ppdq-subpage-desc h2 {
        padding-top: 2.45%;
        font-size: 30px !important;
    }

    .ppdq-subpage-desc .subpage-title {
        margin-bottom: 25px;
    }


.ppdq-subpage-right .portal-subpage-right-content {
    margin-right: 33%;
    margin-left: -8%;
    padding-bottom: 2%;
    padding-left: 3%;
    padding-top: 2%;
}

    .ppdq-subpage-right .portal-subpage-right-content .DataInSteps {
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 2%;
        padding-top: 2%;
        border-radius: 3px;
        background-color: #e1efed;
    }
ppdq-subpage-right .portal-subpage-right-content .DataInSteps div {
    float: left;
    padding: 2px;
}

.ppdq-subpage-right .portal-subpage-right-content .DataInSteps label {
    color: #444444;
    font-size: 1rem;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    text-overflow: clip;
    line-height: 1.8;
}

        .ppdq-subpage-right .portal-subpage-right-content .DataInSteps .badge {
            margin-right: 8px;
            margin-bottom: 4px;
            color: #2E7F73;
            background-color: white;
            float:left;
        }


    .ppdq-subpage-right .portal-subpage-right-content .DataInSteps-header label {
        color: #444444;
        font-size: 1.1rem;
        font-weight: 600;
    }


.dataquerytool {
    background-color: #e1efed;
    text-align: left;
    line-height: 1.5;
    color: #444444;
    font-size: 28px;
    font-weight: bold;
    margin-left: 21%;
    margin-right: 2%;
    padding: 2% 2% 2% 2%;
    border-radius: 3px;
}

.requestedcitation {
    background-color: #0069AA;
    text-align: left;
    line-height: 1.5;
    color: white;
    font-size: 1rem;
    margin-left: 21%;
    margin-right: 2%;
    padding: 2% 2% 2% 2%;
    border-radius: 3px;
}

.data-query-container {
    width: 100%;
    padding-top: 0%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 27%;
}

    .data-query-container .ppdq-section .expand-content .ppdq-parent-items label {
        font-family: 'Open Sans', sans-serif;
        line-height: 1.7;
        color: #2E7F73;
        padding-left: 1px;
        font-size: 1.1rem;
        font-weight: 600;
    }

    .data-query-container .ppdq-section .expand-content .ppdq-parent-items .question label {
        color: #2E7F73;
    }

    .data-query-container .ppdq-section .expand-content .ppdq-parent-items label input {
        margin-right: 6.9px;
    }

    .data-query-container .ppdq-section .expand-content .ppdq-parent-items span {
        font-family: 'Open Sans', sans-serif;
        line-height: 1.7;
        color: #444444;
        font-size: 1.1rem;
        font-weight: 600;
        display: flex;
        flex-direction: row;
        justify-content: left;
    }

    .data-query-container .ppdq-section .expand-content .ppdq-parent-items .parent-item .ppdq-child-items li label {
        margin-left: -1.75rem;
        color: #2E7F73;
        font-weight: 600;
    }

    .data-query-container .ppdq-section .expand-content .ppdq-parent-items .parent-item .ppdq-child-items {
        padding-left: 82px;
    }

    .data-query-container .ppdq-section .expand-area i {
        position: relative;
        float: right;
    }

    .data-query-container .ppdq-section .expand-area i {
        position: relative;
        float: right;
    }

    /* special topics starting point */
    .data-query-container .ppdq-section .area .expand-area i {
        position: relative;
        float: left;
    }

        .data-query-container .ppdq-section .expand-area i.far.fa-file-pdf {
            float: none;
            margin: 0;
            color: #444;
        }

    .data-query-container .ppdq-section .expand-content .ppdq-parent-items .parent-item .expand-area i {
        float: inherit;
        padding-top: 6px;
    }

    .data-query-container .ppdq-section .expand-content .ppdq-parent-items .parent-item .expand-area {
        margin-left: 28px !important;
    }

    .data-query-container .ppdq-section .subgroups .ppdq-parent-items .parent-item .expand-area {
        margin-left: 0px !important;
    }

    .data-query-container .ppdq-section .subgroups .ppdq-parent-items .parent-item .ppdq-child-items {
        padding-left: 54px;
    }

    .data-query-container .ppdq-section .subgroups .ppdq-parent-items span {
        display: initial;
    }

    .data-query-container .ppdq-section .badge-number i {
        float: left;
        padding-top: 16px;
        padding-left: 8px;
        background-color: #2e7f73;
        color: white;
        margin-left: -58px;
        width: 50px;
        margin-top: 10px;
        height: 50px;
    }

.info-box .info-header i {
    background-color: transparent;
}

.divInfoColumnContainer .sfContentBlock {
    padding: 22% 25% 30px 0% !important;
    margin-left: -40px;
}

#divInfoColumnPaddingTop {
    padding-top: 132px;
    padding-bottom: 132px;
}

#gttqItemDialog .container .notes-and-responses p {
    padding-bottom: 2%;
}

#gttqItemDialog .container .item-id {
    display: inline-block;
    vertical-align: top;
}

#divOutcomesFrameworks label {
    color: #444444;
    font-size: 1.1rem;
    font-weight: 600;
}

@media(max-width: 1200px) {
    .ppdq-subpage-desc {
        margin: 0%;
        padding: 2% 10% 2% 5% !important;
        margin-right: 2%;
    }

    .divInfoColumnContainer .sfContentBlock {
        padding: 0% 14% 30px 14% !important;
        margin-left: 0px;
    }

    .ppdq-subpage-right .portal-subpage-right-content {
        border-left: none;
        padding-left: 0%;
        padding-top: 0%;
        margin-left: 14%;
        margin-right: 14%;
        margin-bottom: 2%;
        margin-top: 2%;
    }

    .ppdq-subpage-desc h2 {
        font-size: 30px !important;
    }

    .ppdq-subpage-desc {
        padding: 2% 14% 2% 14% !important;
    }

    .requestedcitation {
        margin-left: 14%;
        margin-right: 14%;
    }

    #divInfoColumn {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }

    .ppdq-subpage-right {
        padding-top: 0%;
        padding-bottom: 2%;
    }

    #divInfoColumnPaddingTop {
        display: none;
    }

    .dataquerytool {
        margin-left: 14%;
        margin-right: 14%;
    }

    .data-query-container {
        padding-right: 14%;
        padding-left: 14%;
    }
}

@media(max-width: 991px) {
    .ppdq-subpage-desc h2 {
        font-size: 26px !important;
        margin-left: 0px !important;
    }

    .dataquerytool {
        font-size: 1rem !important;
    }

    .requestedcitation {
        font-size: 1rem !important;
    }

    .ppdq-subpage-desc .subpage-icon {
        display: none;
    }
}

@media(max-width: 675px) {
    .data-query-container .ppdq-section .expand-content .ppdq-parent-items .parent-item .ppdq-child-items {
        padding-left: 62px;
    }

    .data-query-container .ppdq-section .expand-content .ppdq-parent-items .parent-item span {
        padding-left: 0px;
        margin-left: 0px !important;
    }

    .data-query-container .ppdq-section .expand-content .ppdq-parent-items .parent-item .expand-area {
        margin-left: 14px !important;
    }

    .data-query-container .ppdq-section .subgroups .ppdq-parent-items .parent-item .expand-area {
        margin-left: 0px !important;
    }

    .data-query-container .ppdq-section .subgroups .ppdq-parent-items .parent-item .ppdq-child-items {
        padding-left: 54px;
    }

    .data-query-container .ppdq-section .subgroups .ppdq-parent-items .parent-item span {
        padding-left: 0px;
        margin-left: 0px !important;
    }
}

@media(max-width: 375px) {
    .ppdq-subpage-desc {
        margin-left: 2%;
        padding: 2% 4% 2% 3% !important;
        margin-right: 2%;
    }

    .ppdq-subpage-right .portal-subpage-right-content {
        border-left: none;
        padding-bottom: 4%;
        margin-bottom: 2%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 2%;
    }

    .ppdq-subpage-desc .ppdq-DataSource {
        width: 300px;
        height: 286px;
    }

        .ppdq-subpage-desc .ppdq-DataSource a {
            font-size: 12px;
        }

    .ppdq-subpage-desc h2 {
        font-size: 1rem;
    }

    .dataquerytool {
        margin-left: 5%;
        margin-right: 5%;
    }

    .requestedcitation {
        margin-left: 5%;
        margin-right: 5%;
    }

    .data-query-container .ppdq-section .expand-content .ppdq-parent-items .parent-item .ppdq-child-items {
        padding-left: 44px;
    }

    .data-query-container {
        padding-right: 5%;
        padding-left: 12%;
    }

    .divInfoColumnContainer .sfContentBlock {
        padding: 0% 10% 30px 10% !important;
    }

    .data-query-container .ppdq-section .badge-number i {
        margin-left: -38px;
        margin-top: 10px;
        padding-top: 10px;
        width: 36px;
        height: 36px;
    }
    #BasicPageContent_BasicPageContent_C050_Col01 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width: 340px) {
    .ppdq-subpage-desc .ppdq-DataSource {
        width: 260px;
        height: 365px;
    }

    .dataquerytool {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 1rem !important;
    }

    .requestedcitation {
        margin-left: 5%;
        margin-right: 5%;
    }

    .ppdq-subpage-desc h2 {
        font-size: 1.1rem !important;
        margin-left: 0px !important;
    }

    .ppdq-subpage-desc .ppdq-DataSource a {
        font-size: 12px;
    }
    .data-query-container {
        padding-right: 5%;
        padding-left: 12%;
    }

}

@media(max-width: 321px) {
    .ppdq-subpage-desc .ppdq-DataSource {
        width: 240px;
        height: 375px;
    }

    .ppdq-subpage-desc h2 {
        font-size: 1rem;
        margin-left: 0px !important;
    }
}

.data-query-container ul {
    list-style-type: none;
}

ul.ppdq-parent-items ul.ppdq-child-items {
    padding-left: 2%;
}

div#divOutcomesFrameworks a,
div#divQuestions a {
    color: black;
}

div.ppdq-section h3 {
    color: #4EB3A5;
}

.ppdq-parent-items .parent-item > span {
    cursor: pointer;
}

.ppdq-parent-items .parent-item .expand-area i {
    color: #4EB3A5;
    margin-right: 10px;
}

.ppdq-parent-items .parent-item span.collapsible {
    cursor: pointer;
}

.expand-area {
    cursor: pointer;
}

.expand-content {
    display: none;
}

.ppdq-section {
    margin-bottom: 25px;
}

    .ppdq-section > .expand-content {
        padding-top: 3%;
    }

    .ppdq-section > .expand-area,
    .ppdq-section > .section-title {
        background-color: #2E7F73;
        color: white;
        padding: 20px;
        border-radius: 3px;
        text-transform: none;
        font-size: 1.1rem;
        font-weight: normal;
        font-family: inherit;
    }

.ppdq-submit-section > button {
    background-color: #2E7F73;
    color: white;
    float: right;
}

    .ppdq-submit-section > button:disabled {
        opacity: 0.4;
    }

.ppdq-section ul li i {
    background-color: white;
    color: #66AEA3;
    cursor: pointer;
}

a.question-link.question-link-indicator {
    font-weight: 600;
    line-height: 1.7;
    font-size: 1.1rem;
}

#questions-container i.fa-info-circle {
    color: #66AEA3;
    margin-left: 5px;
}

.ppdq-section.section-1 select {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
}

    .ppdq-section.section-1 select:last-child {
        margin-bottom: 0;
    }

.ppdq-section .section-content {
    padding-top: 3%;
}

    .ppdq-section .section-content i {
        float: inherit;
        margin-right: 10px;
        color: #4EB3A5;
        padding-top: 6px;
    }

    .ppdq-section .section-content .expand-area {
        font-family: 'Open Sans', sans-serif;
        line-height: 1.7;
        color: #444444;
        font-size: 1.1rem;
        font-weight: 600;
        /*display: flex;
        flex-direction: row;
        justify-content: left;*/
    }

.ppdq-section #areas-container label span {
    margin-left: 5px;
}

.ppdq-section .sub-questions-container {
    margin-left: 24px;
    margin-top: 5px;
}

.ppdq-section .parent-question {
    font-weight: 600;
}

.info-box {
    background-color: #C2DFDA;
    padding: 5%;
    margin: 0% 5%;
}

.info-header {
    margin-bottom: 25px;
}

    .info-header i {
        color: #4EB3A5;
        background-color: white;
    }

.info-content {
    font-size: 0.9rem;
}

    .info-content p {
        margin-bottom: 10px;
    }

        .info-content p span a {
            color: #007bff !important;
            background-color: transparent;
            cursor: pointer !important;
        }

            .info-content p span a:hover {
                text-decoration: underline !important;
            }

#sectionSubgroups {
    display: none;
}

#gttqItemDialog .container {
    padding: 15px;
}

#gttqItemDialog .item-id {
    padding: 10px;
}

#gttqItemDialog .notes-and-responses {
    padding: 10px;
}

#gttqItemDialog table {
    width: 80%;
}

.compendium-detail {
    padding: 5% 15%;
}

    .compendium-detail p {
        padding-top: 1%;
    }

.compendium-measures {
    margin: 0 15% 5% 15%;
    padding: 1em;
    background-color: rgba(223, 189, 191, 1);
}

    .compendium-measures h3 {
        color: #802628;
        margin: 0 0 1em 0;
    }

.on-keyup-filter, .on-change-filter {
}

.filter-set {
    margin-bottom: 20px;
}

.compendium-measures .k-dropdown-wrap .k-input, .compendium-measures .k-numeric-wrap .k-input, .compendium-measures .k-picker-wrap .k-input {
    border-radius: 0;
}

.compendium-measures .k-datetimepicker .k-select + .k-select, .compendium-measures .k-dropdown-wrap .k-select, .compendium-measures .k-list-container.k-state-border-right, .compendium-measures .k-numeric-wrap .k-select, .compendium-measures .k-picker-wrap .k-select {
    border-radius: 0;
}

.compendium-measures .red-section .k-datetimepicker .k-select + .k-select, .compendium-measures .red-section .k-dropdown-wrap .k-select, .compendium-measures .red-section .k-list-container.k-state-border-right, .compendium-measures .red-section .k-numeric-wrap .k-select, .compendium-measures .red-section .k-picker-wrap .k-select {
    background-color: #802628;
}

.compendium-measures .red-section .k-block, .compendium-measures .red-section .k-widget {
    background-color: #802628;
}

.compendium-measures .k-autocomplete, .compendium-measures .k-block, .compendium-measures .k-calendar-container, .compendium-measures .k-colorpicker, .compendium-measures .k-combobox, .compendium-measures .k-datepicker, .compendium-measures .k-datetimepicker, .compendium-measures .k-drag-clue, .compendium-measures .k-dropdown, .compendium-measures .k-dropdown-wrap, .compendium-measures .k-editor-inline, .compendium-measures .k-grid .k-filter-options, .compendium-measures .k-grouping-header .k-group-indicator, .compendium-measures .k-inline-block, .compendium-measures .k-list-container, .compendium-measures .k-multiselect, .compendium-measures .k-numeric-wrap, .compendium-measures .k-numerictextbox, .compendium-measures .k-picker-wrap, .compendium-measures .k-slider-selection, .compendium-measures .k-slider-track, .compendium-measures .k-textarea, .compendium-measures .k-textbox, .compendium-measures .k-timepicker, .compendium-measures .k-touch-scrollbar, .compendium-measures .k-treeview .k-in, .compendium-measures .k-upload {
    border-radius: 0;
}

.compendium-measures .red-section .k-icon:before {
    color: #FFF;
}

.compendium-measures .red-section .k-dropdown-wrap > .k-input,
.compendium-measures .red-section .k-dropdown .k-dropdown-wrap .k-select,
.compendium-measures .red-section .k-list,
.compendium-measures .red-section .k-reset,
.compendium-measures .red-section .k-dropdown-wrap.k-state-focused,
.compendium-measures .red-section .k-dropdown-wrap.k-state-default {
    background-color: #802628;
    color: #FFFFFF;
}

    .compendium-measures .red-section .k-dropdown-wrap > .k-input::placeholder {
        color: white;
        opacity: 1;
    }

.k-dropdown-wrap > .k-i-close {
    right: calc(1em - 8px) !important;
}

.k-autocomplete .bigger-kendo-input, .k-combobox .k-state-default .bigger-kendo-input, .k-numeric-wrap.k-state-default .bigger-kendo-input, .k-picker-wrap.k-state-default .bigger-kendo-input, span.k-textbox {
    padding: .75em;
}

/*.compendium-measures .bigger-kendo-input {
        padding: .75em;
    }*/

.compendium-measures .k-grid-header .k-header {
    border-style: none;
}

/* pager buttons */
.compendium-measures .k-pager-wrap .k-link.k-state-selected, .compendium-measures .k-pager-wrap .k-link.k-state-selected:hover {
    color: #fff;
    background-color: #802628;
    border-color: #802628;
}

.compendium-measures .k-pager-wrap .k-link, .compendium-measures .k-dropdown-wrap .k-select {
    border-color: #ccc;
    color: #802628;
    background: #fff
}

    .compendium-measures .k-pager-wrap .k-link:hover {
        color: #802628;
        border-color: #ccc;
        background: #ebebeb
    }

/* dropdown selectors */
.bigger-kendo-input ~ .k-select > .k-icon, .bigger-kendo-input ~ .k-select > .k-tool-icon {
    margin-top: .75em;
}

.compendium-measures .k-textbox > input {
    border: 0;
}

span.wider-kendo-input {
    width: 98% !important;
}

span.wide-kendo-input {
    width: 50% !important;
    min-width: 12.4em;
}

.compendium-measures button {
    padding: .75em;
}

.compendium-measures p {
    font-size: 13pt;
    margin-bottom: 1em;
}

.compendium-measures fieldset {
    margin-bottom: 0;
}

/* =============================================================
    COLOR BLOCKS
================================================================ */
.Light-Green-ColorBlock {
    background-color: #369486;
    opacity: 0.3;
    text-align: left;
    line-height: 1.5;
    font-size: 1rem;
    color: white;
    padding: 2% 2% 2% 2%;
    border-radius: 3px;
}

.Dark-Green-ColorBlock {
    background-color: #369486;
    opacity: 0.8;
    text-align: left;
    line-height: 1.5;
    font-size: 1rem;
    color: white;
    padding: 2% 2% 2% 2%;
    border-radius: 3px;
}

.Light-Blue-ColorBlock {
    background-color: #0069AA;
    opacity: 0.6;
    text-align: left;
    line-height: 1.5;
    color: white;
    font-size: 1rem;
    padding: 2% 2% 2% 2%;
    border-radius: 3px;
}

.Dark-Blue-ColorBlock {
    background-color: #0069AA;
    opacity: 0.8;
    text-align: left;
    line-height: 1.5;
    color: white;
    font-size: 1rem;
    padding: 2% 2% 2% 2%;
    border-radius: 3px;
}

.Beige-ColorBlock {
    background-color: #D6CCC2;
    opacity: 0.75;
    text-align: left;
    line-height: 1.5;
    color: white;
    font-size: 1rem;
    padding: 2% 2% 2% 2%;
    border-radius: 3px;
}

.header-highlights {
    padding: 0 13% !important;
}

.header-highlights .sfContentBlock {
    padding-top: 60px !important;
    padding-left: 30px !important;
} 


/* Bootstrap tooltips */
.tooltip.top .tooltip-inner,
.tooltip.left .tooltip-inner,
.tooltip.right .tooltip-inner,
.tooltip.bottom .tooltip-inner {
    background-color: #fff;
    color: #000;
}

/* Data Modals */
.questiondata-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.questiondata-modal .modal-body {
    padding-top: .4rem;
}

.questiondata-survey.row {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.questiondata-modal .questiondata-survey .col-md-12 {
    padding-left: 0;
}
