/*---------------Pop up css------------*/ #css-only-modals { position:fixed; pointer-events:none; left:0; top:0; right:0; bottom:0; z-index:10000000; text-align:center; white-space:nowrap; height:100%; } #css-only-modals:before { content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-.25em; } .css-only-modal-check { pointer-events:auto; display:none; } .css-only-modal-check:checked ~ .css-only-modal { opacity:1; pointer-events:auto; } .css-only-modal { width: 700px; background:#fff; z-index:1; display:inline-block; position:relative; pointer-events:auto; padding:25px; text-align:right; border-radius:4px; white-space:normal; display:inline-block; vertical-align:middle; opacity:0; pointer-events:none; max-width: 90%; } .css-only-modal h2 { text-align:center; } .css-only-modal p { text-align:left; } .btn-primary:hover { color:#fff; background-color:#999; border-color:#999; } .btn-primary { color:#fff; background-color:#777; border-color:#777; border-radius: 4px; padding: 6px 12px; } .css-only-modal-check:checked ~ #screen-shade { opacity:.5; pointer-events:none; } #modal1 { display: none; } #screen-shade { opacity:0; background:#000; position:absolute; left:0; right:0; top:0; bottom:0; pointer-events:none; transition:opacity .8s; } .css-only-modal-content {max-height:80vh; overflow-y:auto; } /*------------End pop up css------*/ 
#css-only-modals {
    display: none;
} 
@media (min-width: 992px) {
    .component_title_default, .section.seo-friendly .component h1, .section.seo-friendly .editable h1, .component__title, .search-a__page-title, .stats-a .stats-item .stat__title {
        font-size: 2.1rem;
        line-height: 2.75rem;
    }
}

.section--light .component__title, .section--light .search-a__page-title, .section--light .stats-a .stats-item .stat__title, .stats-a .stats-item .section--light .stat__title {
    color: #000000;
    margin-top: 15px;
}

.header-g .cta-a .cta__links-wrapper a:nth-child(2) {
    display: block;
}

.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__title, .section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__content p {
 
    font-size: 19px;
    font-weight: 700;
}

.section.fb-grid-a-title-overlaps-image .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    z-index: 3;
    border-radius: 10px;
    width: calc(100% - 48px);
    margin: -28px auto 0;
    padding: 15px 8px;
    position: relative;
}