/* ---------- Browser normalization ---------- */

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    border-bottom: 1px dotted #000;
    cursor: help;
}

html {
    overflow-y: scroll;
}

html.aui-dialog-iframe-root-node {
    overflow: auto;
}

body {
    background: #FFF;
    font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif;
}

body.portal-popup {
    background: none;
    padding: 10px;
}

body.aui-dialog-iframe-popup {
    padding-bottom: 0;
}

body.portal-iframe {
    padding: 0;
}

blockquote, ul, ol, dl {
    margin: 1em;
}

ol, ul, dl {
    margin-left: 2em;
}

ol {
    list-style: decimal outside;
}

ul {
    list-style: disc outside;
}

ul ul {
    list-style-type: circle;
}

ol ol {
    list-style-type: upper-roman;
}

dl dd {
    margin-left: 1em;
}

th {
    font-weight: bold;
}

caption {
    margin-bottom: 0.5em;
    text-align: center;
}

p {
    margin-bottom: 1em;
}

/* ---------- Links ---------- */

a {
}

a:hover {
}

a:visited {
}

/* ---------- Headers ---------- */

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.4em;
}

h1, h2, h3 {
    margin: 1em 0;
}

h4, h5, h6 {
    font-size: 1.1em;
}


/*
 * ========================================
 * GENERAL STYLES
 * ========================================
 */

body { 
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.715;
    background-color: #fff;
    color:#22404D;
    max-width: 100%;
}
#loginForm,
.btn,
.nav-link,
#gdprPopup p {
    font-family: "Montserrat", sans-serif !important;
}
*:last-child {
    margin-bottom: 0;
}
a {
    color:white;
    text-decoration:underline;
}
a:focus, a:hover {
    outline: 0;
    color:white;
    text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform:uppercase;
    color:#22404D;
    margin-bottom: 25px;
    line-height: 1.715;
    font-family: 'Montserrat',sans-serif;
    font-weight:600;
}
.subtitle, .description {
    text-transform:none;
    color:white;
}
img {
    max-width: 100%;
    height: auto;
}
p, ul, ol, address {
    margin-bottom: 25px;
}
iframe {
    max-width: 100%;
    border: none;
}

@media (min-width: 992px) {
  .navbar-nav {
    margin-top:0 !important;
  }
  .nav-item {
    padding-top:0 !important;
  }
}


.navbar {
    /*font-family: "Helvetica", sans-serif;*/
    font-size: 11px;
    line-height: 1.819;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position:relative;
}
.navbar > li {
    padding: 30px 15px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    display:flex;
}


.navbar a,
.navbar a:hover { 
    font-weight:normal;
    font-size:14px;
}
.navbar > li > a {
    padding: 0;
    position: relative;
    color: inherit;
    line-height: inherit;
    text-decoration:none;
}
.navbar > li > a,
.navbar-inverse .navbar > li > a {
    color: #ccc;
}
.nav-item> a {
    color: #444;
}
.navbar > li > a:focus, .navbar > li > a:hover {
    background-color: inherit;
}
.navbar > li > a:focus, .navbar > li > a:hover,
.navbar-inverse .navbar > li > a:focus, .navbar-inverse .navbar > li > a:hover {
    color: #fff;
}
.nav-item > a:focus, .nav-item> a:hover {
    color: #222;
}         
.nav-item> a.active {
    color: #fff;
}
.navbar > li > a.active:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 2px;
    width: 100%;
}
.navbar > li > a.active:after,
.navbar-inverse .navbar > li > a.active:after {
    background-color: #fff;
}
.nav-item> a.active:after {
    background-color: #222;
}
.navbar > li.header-action-button {
    padding: 20px 15px;
}
.navbar > li.header-action-button > a {
    padding: 9px 14px;
    display: inline-block;
}
.navbar > li.header-action-button > a,
.navbar-inverse .navbar > li.header-action-button > a {
    color: #fff;
}
.navbar > li.header-action-button > a.btn-primary,
.navbar-inverse .navbar > li.header-action-button > a.btn-primary {
    color: #fff;
}
.navbar-default .navbar > li.header-action-button > a.btn-primary {
    color: #222;
}
.navbar > li.current:not(.header-action-button) > a,
.navbar-inverse .navbar > li.current:not(.header-action-button) > a {
    color: #fff;
}
.navbar-default .navbar > li.current:not(.header-action-button) > a {
    color: #222;
}
.navbar > li.current:not(.header-action-button) > a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
}
.navbar > li.current:not(.header-action-button) > a:after,
.navbar-inverse .navbar > li.current:not(.header-action-button) > a:after {
    background-color: #fff;
}
.navbar-default .navbar > li.current:not(.header-action-button) > a:after {
    background-color: #222;
}
.navbar .open > a {
    background-color: inherit !important;
}
.navbar-logo {
    height: 80px;
    line-height: 80px;
    margin-left: 0 !important;
    /*padding: 12px 15px 18px;*/
}
.navbar-logo img {
    display: inline-block;
    vertical-align: middle;
    /*max-height: 80px;*/
    max-height: 120px;
    /*width:125px;*/
    width:190px;
    /*margin-top:-10px;*/
    margin-top:-10px;
}
.navbar-toggler {
    padding:12px !important;
}
.navbar-toggle {
    position: relative;
    z-index: 200;
    margin: 20px 15px;
    padding: 12px 10px;
    border-radius: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent !important;
}
.navbar-toggle, .navbar-inverse .navbar-toggle {
    border-color: rgba(255,255,255,0.25);
}
.navbar-toggle:hover, .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #222;
}
.navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar:hover, .navbar-inverse .navbar-toggle .icon-bar:focus {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #222;
}

.dropdown-menu {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu,
.navbar-inverse .dropdown-menu {
    border-radius: 0;
    border: none; 
    border: 1px solid rgba(255,255,255,0.1);
    font-size: inherit;
}
.navbar-default .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}
.dropdown-menu > li > a,
.navbar-inverse .dropdown-menu > li > a {
    color: #ccc;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
}
.navbar-default .dropdown-menu > li > a {
    color: #444;
}
.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
    color: #222;
    background-color: rgba(0,0,0,0.1);
}
.dropdown-toggle{  
    padding:0;
}
.nav-item{
    margin-left: 1rem;
    margin-right: 1rem;
    /* added 2019-10-25 */
    padding-top: 1em;
}
.nav-link{
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: inline;
    color: #444 !important; 
    text-decoration:none;
}
.navbar .active a{
    border-bottom: 2px solid #222;
}
.navbar .active .dropdown-menu a{
    border-bottom: 0px solid #222;
}
.navbar .active .dropdown-toggle{
    border-bottom: 0px solid #222;
}
.nav-link:hover{
    /*color: #222 !important; */
}
.navbar-light{
    background: rgba(255,255,255,0.85);
    box-shadow: 0 0 10px rgba(0,0,0,0.1); 
    min-height: 100px;
    padding-top: 10px;
    position:light;
}

.nav-item .btn {
    padding:8px 10px !important;   
    white-space:nowrap;
    border-radius:10px !important;
}
.nav-tabs .nav-item{
    margin-left: 0 !important;
    margin-right: .25em !important;
}
.nav-tabs .nav-link {
    padding-left: 1em !important;
    padding-right: 1em !important;
    display:block;
}

/* SECTION */

.section,
#how-it-works {
    background-color:#22404d;
    color:white;
    position:relative;
    padding:50px 0;
    overflow:hidden;
}

.section-brief {
    font-size: 18px;
}

.section-heading {
    position: relative;
    margin:0 0 25px;
    text-transform:uppercase;
    letter-spacing:0;
    text-align:left !important; 
    font-size:30px;
    background:transparent;
    padding:0px;
    color:white;
    display:inline-block;
    line-height:1;
    font-weight:700;
}
 
.section-heading.text-center:after {
    left: 50%;
    margin-left: -60px;
}

.section-heading-map.text-center:after {
    left: 50%;
    margin-left: -60px;
}

.section-dark .section-heading:after, .section-accent .section-heading:after {
    background-color: rgba(255, 255, 255, 0.2);
}

.sectionEndGradient {
    height:25px;
    width:100%;
    background:linear-gradient(90deg,rgba(0, 160, 174, 1) 0%, rgba(143, 196, 64, 1) 50%, rgba(227, 226, 79, 1) 100%);
}

@media (max-width: 992px){
    .nav-item {
        font-size:20px;
    }
    .dropdown-toggle {
        padding: 5px 10px !important;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 0.25rem;
        margin-left: 10px;
    }
    .dropdown-toggle::after {
        color:#666 !important;
    }
    .dropdown-item {
        font-size:16px;
        text-decoration:none;
    }
    .nav-item .btn { 
        display:inline-block;
        margin-bottom:10px;
        font-size:20px;
    } 
}

#yui-main-template {
    background:linear-gradient(90deg,rgba(0, 160, 175, 1) 0%, rgba(34, 64, 77, 1) 50%);
}
.homepage #yui-main-template {
    background:#22404D;
}
.yui-b-template {
    width:100%;
}
.bannerContainer {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    height:250px;
}
.headingContainer h1 {
    font-size:72px;
    color:white;
    font-weight:700;
    line-height:1;
    margin:0;
}

.homepage h1::after {
    display:none;
}
.homepage h1 {
    font-size:48px !important;
    text-shadow:0px 0px 20px black;
}
.homepage h1 .heading1 {
    font-weight:300;
    line-height:1;
}
.homepage h1 .heading2 {
    color:#E3E24F;
    font-style:italic;
    font-weight:700;
}
.homepage h1 .heading2 sup {
    font-size:50%;
    top:-1em;
    left:0.25em;
}
.homepage .headingContainer h2 {
    font-size:18px;
    line-height:1.4;
    color:white;
    font-weight:500;
}
.basicPageWithBanner.aboutPage .page-heading {
    color: #E3E24F;
    font-size: 32px;
    line-height: 1.4;
}
.basicPageWithBanner.aboutPage .subtitle {
    color: white;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
}


@media (min-width: 768px) {
    .basicPageWithBanner.aboutPage .bannerContainer {
        height:600px;
    }
    .basicPageWithBanner.aboutPage .desktopBannerImage {
        height:80%;
    }
    .homepage .bannerContainer {
        height:500px;
        justify-content:flex-start;
        position:relative;
    }
    .basicPage .bannerContainer,
    .detailPage .bannerContainer {
        padding-left:400px;
        height:auto;
        min-height:300px;
        background:url('https://global.ja.org/application/themes/ja-2026/images/bigarrow.png') no-repeat top left transparent;
    }
    .basicPageWithBanner .bannerContainer {
        height:400px;
        /*background:linear-gradient(90deg,rgba(0, 160, 175, 1) 0%, rgba(0, 160, 175, 1) 50%, rgba(34, 64, 77, 1) 100%);*/
    }
    .desktopBannerImage {
        display:block;
        width:auto;
        height:100%;
        align-self:flex-end;
    }
    .homepage .desktopBannerImage {
        display:block;
        width:100%;
        height:500px;
        background-size:contain;
        background-position:right center;
        background-repeat:no-repeat;
        position:absolute;
        right:0;
        bottom:0;
    }
    .headingContainer {
        padding:25px;
        padding-right:0;
        position:relative;
    }
    .homepage .headingContainer {
        z-index:1;
        width:550px;
    }
    .headingContainer h1 {
        font-size:72px;
    }
    .headingContainer h2 {
        font-size: 18px;
        line-height: 1.5rem;
        color:#22404D;
    }
    .mobileBannerImage {
        display:none;
    }
}

@media ( max-width: 767px) {
    .basicPageWithBanner.aboutPage .bannerContainer{
        height: 300px;
        margin-bottom: 25px;
    }
    .basicPageWithBanner #yui-main-template {
        display:flex;
        flex-direction:column;
        align-items:center;
        padding-top:25px;
    }
    .desktopBannerImage {
        display:none;
    }
    .mobileBannerImage {
        display:block;
    }
    .homepage .mobileBannerImage {
        display:block;
        width:100%;
        height:500px;
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
    }
}

.btn,
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active {
    text-transform:uppercase;
    text-decoration:none;
    background: white !important;
    color: #285F74 !important;
    font-weight: 700;
    border-radius: 5px;
    font-size:14px;
    border-color: #285F74;
}
.btn:hover,
.btn:focus,
.btn:active {
    outline:0 !important;
}
.btn:active, .btn.active {
   -webkit-box-shadow:none;
   box-shadow:none;
}

.btn-primary {
    padding:5px 25px;
}
.open > .dropdown-toggle.btn-primary {
    background-color:white !important;
}
.nav-link.btn-primary {
    background-color:#285F74 !important;
    color:white !important;
}


.cardArea {
    background:#22404D;
    color:white;
    padding-bottom:0;
}
.cardArea .section-heading {
    background:transparent;
    text-align:left;
    color:white;
    padding-right:150px;
    display:inline-block;
    line-height:1;
    font-weight:700;
    margin-bottom:25px !important;
}
.cardArea .container {
    background-image:url(https://global.ja.org/application/themes/ja-2026/images/bigarrow.png);
    background-repeat:no-repeat;
    background-size:100px;
    background-position:calc(100% - 25px) 0;
}
.cardArea .section-heading::before,
.ja-card .animation {
    display:none;
}
.cardArea .cardAreaDescription {
    font-weight:300;
    padding-right:150px;
}
.cardArea .row {
    align-items:stretch;
    margin-bottom:50px;
}
.cardArea .spacer,
.cardArea .ja-card {
    height:100%;
    background:transparent;
}
.cardColumn {
    display:flex;
    flex-direction:column;
    align-items:center;
}
.ja-card {
    background:#22404D;
    padding:25px;
}
.ja-card.hasRightBorder::after {
    content:" ";
    display:block;
    width:5px;
    height:100%;
    background:linear-gradient(180deg,rgba(227, 226, 79, 1) 0%, rgba(0, 192, 202, 1) 100%);
    position:absolute;
    right:0;
    top:0;
}
.ja-card h3 {
    color:white;
    margin-top:0;
    font-weight:700;
}
.cardArea .btn-primary,
.cardArea .btn-primary:hover, 
.cardArea .btn-primary:focus, 
.cardArea .btn-primary:active {
    margin-top:20px;
    background:white !important;
    color:#285F74 !important;
    font-weight:700;
    border-radius:5px;
    width:calc(100% - 50px);
}

/*.homepage .cardArea2 {
    background-color:#22404D;
    background-image:none;
    padding-bottom:0;
}
.homepage .cardArea2 .container {
    background:url('https://global.ja.org/application/themes/ja-2026/images/girlraisinghand.png');
    background-size:contain;
    background-position:bottom left;
    background-repeat:no-repeat;
}
.homepage .cardArea2 .cardAreaDescription {
    position:absolute;
    width:300px;
    height:150px;
    right:600px;
    top:175px;
}
.homepage .cardArea2 .row {
    flex-direction:column;
    width:400px;
    position:relative;
    left:calc(100% - 380px);
}
.homepage .cardArea2 .cardColumn {
    max-width:100%;
    flex:0 0 100%;
}
.homepage .cardArea2 .ja-card {
    background:linear-gradient(90deg,rgba(0, 160, 175, 1) 0%, rgba(0, 192, 202, 1) 50%, rgba(0, 160, 175, 1) 100%);
    text-align:center;
    padding:10px;
}
.homepage .cardArea2 .ja-card h3 {
    color:white !important;
    margin-bottom:0;
}
.homepage .cardArea2 .btn-primary,
.homepage .cardArea2 .btn-primary:hover, 
.homepage .cardArea2 .btn-primary:focus, 
.homepage .cardArea2 .btn-primary:active {
    margin:5px 0 20px;
}*/

.cardArea h3 {
    color:white;
}

/* from gdpr.css */
#gdprPopup {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 999;
    background-color: white;
    border-top: solid 1px rgba(1, 1, 1, 0.25);
    box-shadow: 0 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: .33em;
    padding-top: 12px;
    display: none;
}

@media only screen and (max-width: 768px) {
    #gdprPopup {
        text-align: center;
    }
    #gdprPopup a {
        margin-top: .75em;
    }
}

#gdprPopup container {
    max-width: 1200px;
}

#footer {
    background-color:#00A0AF !important;
    color:white;
    font-family:'Montserrat', sans-serif;
    overflow:visible;
    line-height:1.4;
    text-align:left;
    position:relative;
    padding-bottom:0;
    padding-top:0;
}
#footer > .row {
    margin:0;
}
#footer a {
    color:white;
    font-family:'Montserrat', sans-serif;
}
#footer h2 {
    margin:10px 0 0 0;
}
#footer h2,
#footer h2 a {
    color:white;
    font-family:'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration:none;
    text-transform:none;
}
#footer .footerAddressContainer a {
    text-decoration:underline;
}
#footer .col-md-4 {
    /*margin-bottom:20px;*/
}
#footer2 {
    background:white;
    color:#22404D;
}
#footer2 a {
    color:#22404D;
}
#footer2 .bottomLinks a {
    font-weight:600;
    font-size:13px;
    text-decoration:none;
}
.footerAddressContainer {
    background:#22404D;
    color:white;
    padding:50px;
    padding-right:55px;
    position:relative;
}
.footerAddressContainer::before {
    position:absolute;
    top:55px;
    right:20px;
    width:150px;
    height:188px;
    content:" ";
    background-image:url(https://global.ja.org/application/themes/ja-2026/images/arrowtm.png) !important;
    background-repeat:no-repeat;
    background-size:contain;
}
.footerAddressContainer::after {
    content:" ";
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    background:linear-gradient(360deg,rgba(0, 192, 202, 1) 0%, rgba(227, 226, 79, 1) 100%);
    width:5px;
    height:100%;
}
.footerAddressContainer .footer-logo {
    border:0;
    margin:0 0 20px !important;
    padding:0;
}
.footerAddressContainer .companyName,
.footerAddressContainer .facilityName {
    font-weight:700;
    font-size:20px;
    margin-bottom:5px;
    color:#E3E24F;
}
.footerAddressContainer .companyAddress {
    padding-right:115px;
}
.footerAddressContainer .facilityName {
    margin-top:20px;
}
.footerLinksContainer {
    padding: 30px 50px;
    margin: 0;
}

@media ( max-width: 992px) {
    .footerAddressContainer {
        position:relative;
        top:0;
        left:0;
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    #footer {
        padding-bottom:0 !important;
    }
    #footer .container {
        padding:0 40px;
    }
    #footer2 {
        padding:10px 0;
    }
    .footer-link-padded {    
        font-size:18px;
    }
}

.footer-link-padded {
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 2px;
    display: inline-block;
}
.satelliteDropdown {
    background: transparent;
    border: 0;
    cursor:pointer;
    position:relative;
}
.satelliteDropdown::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.satelliteDropdownMenu {
    display: none;
    position: absolute;
    width: 100%;
    height:250px;
    top: 40px;
    overflow: auto;
    border-radius:5px;
    background-color:white;
    border:2px solid gray;
    z-index:1;
}
.satelliteDropdownMenu a {
    display:block;
    margin: 10px;
    color: #22404D !important;
}
.ja-socialicon:focus span::before,
#ft-template a:focus {
    color:#999;
}
#socialSharing a:focus i::before {
    color:#999;
}
#donorScroll a:focus img {
    border:2px solid #008751;
}
.bottomLinks,
.socialFooterLinks {
    text-align:center;
}

/**
 * ========================================
 * TESTIMONIAL
 * ========================================
 */

.testimonial {
    padding: 30px;
    margin: 15px 0;
    background-color: #f6f6f6;
}

.section-gray .testimonial {
    background-color: #fff;
}

.section-dark .testimonial {
    background-color: #444;
}

.testimonial-quote {
    margin-bottom: 40px;
    padding: 0;
    border: none;
    font-size: 17px;
    font-style: italic;
}

.testimonial-ratings {
    font-size: 20px;
    margin-right: 10px;
}

.section-accent .testimonial-ratings {
    color: #444;
}

.testimonial-cite {
    position: relative;
    font-style: normal;
    font-size: 13px;
    padding-left: 30px;
/*  opacity: 0.6; */   /* removed for 508 compliance */
    white-space: nowrap;
}

.testimonial-cite:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    opacity: 0.4;
}

/**
 * ========================================
 * TESTIMONIAL SLIDER
 * ========================================
 */

.testimonial-slider-section {
    padding-bottom: 0;
}

.testimonial-slider-section .sponsors-row {
    margin: 90px 0 30px;
}

.testimonial-slide {
    text-align: center;
}

.testimonial-slider+.rslides_tabs {
    text-align: center;
}

.testimonial-slide .testimonial-quote {
    font-size: 20px;
    /*margin-bottom: 20px;*/
    height: 70px;
}

.testimonial-slide .testimonial-ratings {
    display: block;
    margin: 0 0 20px 0;
}

.testimonial-slide .testimonial-cite {
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 30px;
} 

.subheading {
    color:#E3E24F;
    text-transform:uppercase;
    margin-bottom:0;
}

/* credentials widget */
.headline-section {
    background:linear-gradient(270deg,rgba(0, 192, 202, 1) 0%, rgba(40, 95, 116, 1) 100%);
}
.headline-section .headline-text {
    margin-bottom:25px;
}  
.headline-section img {
    border:0px !important;
}

/* from blog.css */
.blog{
  padding-top: 0px !important; 
}
.blog > .container {
  margin-top: 0 !important;
}

.blog-body{
  padding-top:1.5em;
}

.blog-body > :first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.blog-body:first-child{
  padding-top: 0 !important;
}


.inline-list li {
  padding: 0;
  display: inline;
  font-size: 1.75em;
}

.no-bullet {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  font-size: 1.75em;
}

.no-wrap {
  white-space: no-wrap
}

.blog-image {
  display: inline-block;
  float: right;
  text-align: center;
  margin-left: 1em;
  /*margin-bottom: 1em;*/
}

.blog-image img {
  max-height: 400px;
  max-width: 100%;
  cursor: pointer;
}

.blog-image p {
  font-size: .9em;
  padding:.25em;
  background-color: #f6f6f6;
  max-width: 400px;
  margin: 0 auto;
  color:#22404d;
}

@media(max-width: 991px){
  .blog-image {
      text-align: center;
      float: none;
      display: block;
      margin-left: 0em;
  }
}


.article{
  padding: 0.5em 0;
}
.article h3{
  margin-top: 1em !important;
  margin-bottom: .5em !important;
} 
.article img {
  margin-top: 2em !important;
}
.article:nth-child(even){
  background-color: #fff;
}
.article:first-child{
  margin-top: 1em;
}



@media(max-width: 767px){
  .hidden-sm{
    display: none;
    visibility: hidden;
  }
}
@media(min-width: 768px){
  .hidden-md{
    display: none;
    visibility: hidden;
  }
}

@media(max-width: 768px){
  .article img { 
    width: 100%;
    margin-top: 1em;
  } 
}

/* from socialSharing.css */
#facebookShare{ 
    background-color: #3b5998;
  }
  #linkedinShare{ 
    background-color: #0077B5;
  }
  #twitterShare{ 
    background-color: #1da1f2;
  }
  #redditShare{
    background-color: #ff4301;
  }
  #pinterestShare{ 
    background-color: #C92228;
  }
  #emailShare{ 
    background-color: #424242;
  }
  #printShare{
    background-color: #333333;
  }
  
  .icon{
    font-size: 42px;
    padding: .12em .24em;
    display: inline;
  }
  #socialSharing>li{ 
    margin:0;
    padding:0;
  }
  #socialSharing>li:hover{
    filter: brightness(115%);
  }
  #socialSharing>li:active{
    filter: brightness(85%);
  }
  #socialSharing{
    color: #fff;
    list-style-type: none;
    padding: 0;
    position: fixed;
    right:0;
    top:50%;
    transform: translate(0,-50%);
    margin-bottom:2em;
    text-align: center;
  }
  
  #socialSharing a{
    color: #fff;
  }
  
  @media(max-width: 11250px){
    #socialSharing{
      position: static;
      right: auto;
      top: auto;
      transform: translate(0,0);
    }
    #socialSharing li{
      display: inline-block;
      margin-right:-5px;
    }
    .icon{
      font-size: 32px;
      padding: .33em;
      display: inline;
    }
  }
  @media only print{
    .hide-print{
      display: none;
    }
  }


/* temp styles */
@media (max-width: 992px) {
    .basicPage .bannerContainer,
    .detailPage .bannerContainer {
        padding-left:0;
        background:transparent;
    }
    .basicPage .headingContainer h1,
    .detailPage .headingContainer h1 {
        font-size:48px;
        padding:0 25px;
    }
}
.our-values-section .value {
    color:black;
}
.faq-item-icon {
    display: none;
}
section h2,
.faq-item-heading,
.about-section .benefit,
.about-section .boardDescription,
.spotlight-card-body h3,
.section .container .row .order-md-1 div,
.section > .container > .row > .col-md-3 > h3 {
    color: white;
}
.benefit-icon {
    display: none;
}
.contact-maps-section .col-md {
    color:black;
}
.testimonial-slider-section .section-heading {
    color:#22404D;
    padding:0 25px;
}
.numbers-item-counter {
    font-size: 36px;
    font-weight: 600;
}
/*.basicPageWithBanner .desktopBannerImage, */
.basicPageWithBanner .mobileBannerImage {
    display: none;
}
#programs {
    color: #22404D;
}
#programs .programTitle a {
    color: #22404D;
}
.container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.contact-maps-box > .row {
    flex-direction:column;
}
#how-it-works .col-md-2.text-center,
#how-it-works .hiw-item,
#how-it-works .hiw-item h3 {
    color: white !important;
}
#past-events .section-heading,
#past-events .hiw-item,
#past-events .hiw-item h3 {
    color:#22404D !important;
}
#yui-main-template > .container.mb-3 {
    padding: 50px 0;
}
#yui-main-template > .container.mb-3 h1, 
#yui-main-template > .container.mb-3 h2, 
.section .col-xs-12.col-md-8, 
.section .col-xs-12.col-md-8 h2,
.section .col-xs-12.col-md-8 h3 em,
.section .col-xs-12.col-md-8 h4 {
    color:white;
}
#qgivForm {
    background-color:white;
}