﻿.page-intro .rte-content.component {
    padding-bottom: 1.25rem;
}
/*#region Basics*/
i {
    font-style: italic;
    line-height: inherit;
}

b {
    font-weight: bold;
    line-height: inherit;
}

.display-none {
    display: none !important;
}

.rte-content table {
    display: table;
}

.text-light-blue {
    color: #009ac7;
}

.text-white {
    color: #fff;
}

.text-mid-blue {
    color: #005DAA;
}

.text-dark-blue {
    color: #0e3853;
}

.text-blue-fade {
    color: rgba(14, 51, 80, 0.86);
}

.width-100 {
    width: 100%;
}

.table-row {
    display: table-row;
}

@font-face {
    font-family: 'InkBandits_Sans';
    src: url("../fonts/InkBandits_Sans/RS6670_RS4901_InkBandits_Sans.eot");
    src: url("../fonts/InkBandits_Sans/RS6670_RS4901_InkBandits_Sans.eot") format("embedded-opentype"), url("../fonts/InkBandits_Sans/RS6670_RS4901_InkBandits_Sans.woff2") format("woff2"), url("../fonts/InkBandits_Sans/RS6670_RS4901_InkBandits_Sans.woff") format("woff"), url("../fonts/InkBandits_Sans/RS6670_RS4901_InkBandits_Sans.ttf") format("truetype"), url("../fonts/InkBandits_Sans/RS6670_RS4901_InkBandits_Sans.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.blue-gradient form, .blue-gradient form .btn-more, .blue-gradient form .btn-email, .blue-gradient form .btn-download, .blue-gradient form button,
.blue-gradient .msc-label-download strong, .blue-gradient .msc-label-download .show-label label {
    color: #fff;
}

    .blue-gradient form a {
        color: #009ac7;
    }
.blue-gradient .msc-label-download .checkbox label:before, .blue-gradient .msc-label-download .sf-RadioButtons label:before {
    border-color: #fff;
}
/*#endregion Basics*/
/*#region Header*/
.top-main-links {
    float: left;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .top-main-links li {
        display: inline-block;
        padding: 0.95rem 1rem 0.6rem 1rem;
    }

        .top-main-links li:first-of-type {
            padding-left: 0;
        }

    .top-main-links a, .global-donate .header-btn a {
        color: #fff;
    }

        .top-main-links a:hover {
            color: #00b6de;
        }

.global-donate .header-btn a {
    padding: 0 2rem;
    line-height: 3rem;
    display: inline-block;
    background-color: #005daa;
}

.global-donate {
    margin-top: -0.25rem;
    position: absolute;
    top: 109px;
    right: -20px;
}

.body-donate .gbl-nav-container {
    z-index: 10;
}

.sfPageEditor .top-main-links {
    position: relative;
    opacity: 1;
}

.body-donate .gbl-utility-container .search-container.is-active {
    z-index: 10;
}
/*#endregion Header*/

/*#region Documents*/
.info-holder {
    margin-top: 10%;
}

.btn-blue {
    border: solid 2px #00b6de;
    background: #00b6de;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .btn-blue:hover, .btn-blue:focus {
        outline: none;
        background: #fff;
        color: #005092;
    }

.p-0 {
    padding: 0 !important;
}

.documents-box {
    margin-top: 1.875rem;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.14);
    padding: 1.25rem 0 1.25rem 1.875rem;
}

    .documents-box + .results-wrapper {
        margin-top: 1.875rem;
    }

.blue-icon {
    color: #00b6de;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-size: 25px;
    position: relative;
    line-height: 30px;
    padding: 0px 2px 0px 0;
}

.fa-question.blue-icon {
    border: 2px solid #00b6de;
}

.text-uppercase {
    text-transform: uppercase;
}

.inline-block {
    display: inline-block;
}

.documents-icons {
    padding: 0 10px;
    float: left;
    min-width: 80px;
}

    .documents-icons:last-of-type {
        padding-right: 0;
    }

    .documents-icons:first-of-type {
        padding-left: 0;
    }

    .documents-icons .document-download a {
        color: #0e3350;
        display: inline-block;
    }

    .documents-icons.document-download .fa-download {
        color: #fff;
        background-color: #00b6de;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-left: 5px;
    }

    .documents-icons.document-download .fa-check-circle {
        margin-bottom: 3px;
    }

    .documents-icons .check-icon, .documents-icons .archive-icon, .documents-icons .unknown-icon, .documents-icons .fa {
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center;
        display: block;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 6px;
        line-height: 35px;
    }

    .documents-icons span {
        display: block;
        line-height: 1;
        vertical-align: top;
        color: #0a0a0a;
    }

    .documents-icons .check-icon, .documents-icons .archive-icon, .documents-icons .unknown-icon {
    }

    .documents-icons .check-icon {
        background: transparent url(../img/icons/icon-active.svg) no-repeat 50% 50%;
    }

    .documents-icons .archive-icon {
        background: transparent url(../img/icons/icon-archive.svg) no-repeat 50% 50%;
    }

    .documents-icons .unknown-icon {
        background-image: url('../img/documentIcons/questionBoxBlue.png');
    }

    .documents-icons.document-download a {
        display: table;
    }

        .documents-icons.document-download a .doc-download {
            width: 60px;
            height: 60px;
            line-height: 60px;
            display: inline-block;
            background: #00b6de url('../img/icons/icon-download.svg')no-repeat 50% 50%;
            border: solid 2px #00b6de;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

        .documents-icons.document-download a:hover .doc-download {
            background: #fff url(../img/icons/icon-download-blue.svg) no-repeat 50% 50%;
        }

        .documents-icons.document-download a strong {
            color: #0e3350;
            line-height: 38px;
        }

    .documents-icons.document-download span, i.fa {
        display: table-cell;
        vertical-align: middle;
    }

.btn-more i.fa, .ftr-nav__item i.fa, .gbl-nav i.fa {
    display: inline-block;
    vertical-align: inherit;
}

.documents-icons.document-download span {
    padding: 0 10px 0 5px;
}

.dark-blue {
    color: #005DAA;
}

/*#region Simple List*/
.simple-document-list .documents-box {
    margin-top: 0.9375rem;
}

.simple-document-list .simple-doc-list-padding {
    padding: 0.9375rem 0 0.9375rem 0;
}

.simple-document-list .documents-icons.document-download a strong {
    line-height: 28px;
    font-size: 18px;
}

.simple-document-list .documents-icons .blue-icon:before {
    width: 20px;
    height: 25px;
}

.simple-document-list .documents-icons .check-icon, .simple-document-list .documents-icons .archive-icon, .simple-document-list .documents-icons .unknown-icon, .simple-document-list .documents-icons .fa {
    width: 27px;
    height: 27px;
    line-height: 27px;
    background-size: 27px;
}

.simple-document-list .documents-icons.document-download span {
    padding: 0 30px 0 5px;
}
/*#endregion Simple List*/
/*#endregion Documents*/

/*#region Hidden section*/
.toggle-section button {
    display: block;
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #0e3350;
    padding: 15px;
    margin-top: 10px;
    /*background-color: #f0f3f4;
    font-weight: 700;*/
    position: relative;
    outline: 0 !important;
    height: 48px;
}

    .toggle-section button:before {
        background-color: #0e3350;
        content: '';
    }

    .toggle-section button:before, .toggle-section button:after {
        position: absolute;
        right: -1px;
        top: -1px;
        height: 48px;
        line-height: 48px;
        width: 48px;
        text-align: center;
    }

    .toggle-section button:after {
        content: "\f078";
        color: #fff;
        font-family: FontAwesome;
        font-size: 20px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 400ms all ease-out;
        -webkit-transition: 300ms all ease-out;
        transition: 300ms all ease-out;
    }

.toggle-section.open-dropdown button:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hidden-section {
    padding-top: 2.5rem;
}
/*#endregion Hidden section*/

/*#region Breadcrumb*/
.breadcrumb ul li:last-of-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 315px;
}
/*#endregion Breadcrumb*/

/*#region Toggle filters*/
.custom--bottom-spacing {
    padding-bottom: 1.875rem;
}

.filters-slug-clickable {
    padding-left: 2.5rem;
    font-size: 1.25rem;
    color: #00b6de;
    font-weight: 700;
    display: inline-block;
}

    .filters-slug-clickable:hover {
        cursor: pointer;
    }

    .filters-slug-clickable:after {
        content: '...';
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .filters-slug-clickable.open-dropdown {
        padding-bottom: 0;
    }

        .filters-slug-clickable.open-dropdown:after {
            opacity: 0;
        }

.filters-wrp-cl {
    padding-bottom: 0;
    width: 100% !important;
}

.filters-list__item a {
    font-size: 1.5rem;
}


/*#region Spotlight with filter*/
.spotlight-filter {
    padding-top: 1.25rem;
}

    .spotlight-filter + .spotlight-filter-result .spotlight.icon, .spotlight-filter + .spotlight-filter-result .spotlight.double {
        margin-top: 0;
    }

    .spotlight-filter + .row-content {
        margin-top: 1.25rem;
    }

    .spotlight-filter .filters-list__item.active {
        background: transparent;
    }

        .spotlight-filter .filters-list__item.active .filters-subcontainer {
            background: #0e3350;
        }

    .spotlight-filter .filters-btn-wrapper {
        padding-top: 1.875rem !important;
    }

    .spotlight-filter .filters--resource .filters-list__item a {
        line-height: 58px;
        min-height: 58px;
        border: solid 1px #005DAA;
        color: #005DAA;
        padding: 0 80px 0 20px !important;
        font-size: 100%;
        font-weight: normal;
    }

    .spotlight-filter .filters-list__item a .filters-heading {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 58px;
        height: 58px;
        background-color: #00b6de;
        color: #fff;
        text-align: center;
        padding: 0;
        font-weight: 700;
        bottom: 0;
        margin: auto;
    }

        .spotlight-filter .filters-list__item a .filters-heading:after {
            position: relative;
            width: 100%;
        }

    .spotlight-filter .filters-subcontainer .form-group .fs-options .cb-label {
        padding: 0.5rem 0 0.5rem 3rem;
    }

        .spotlight-filter .filters-subcontainer .form-group .fs-options .cb-label span {
            right: auto;
            left: 0.1rem;
        }

    .spotlight-filter .fs-options .cb-label:before {
        border: solid 1px #0064af !important;
        left: 0 !important;
        right: auto !important;
        top: 2px;
        display: block;
    }

    .spotlight-filter .filters-list__item.active .filters-subcontainer {
        position: relative;
        top: 0;
    }

    .spotlight-filter .filters-subcontainer .form-group ul {
        -webkit-column-rule: none;
        column-rule: none;
    }

        .spotlight-filter .filters-subcontainer .form-group ul li:first-of-type {
            -webkit-column-span: all;
            column-span: all;
        }

        .spotlight-filter .filters-subcontainer .form-group ul li:not(:first-of-type) {
            margin: 0 0 0.5rem 0;
        }

    .spotlight-filter.all-selected .filters-subcontainer .form-group ul li:not(:first-of-type) span {
        opacity: 0.5;
    }

    .spotlight-filter.all-selected .filters-subcontainer .form-group ul li:not(:first-of-type):before {
        display: block;
        clear: both;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 39px);
        z-index: 9;
        background-color: transparent;
    }

.spotlight-filter-result .grid__item--wrapper {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.spotlight-filter-result .grid__item:nth-child(3n+1) {
    clear: none;
}

.spotlight-filter .filters--resource .filters-list__item {
    margin: 1.875rem;
}

    .spotlight-filter .filters--resource .filters-list__item.active {
        z-index: 0;
    }

.spotlight-filter .filters-options__wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.spotlight-filter .filter-tag {
    display: inline-block;
}

    .spotlight-filter .filter-tag + .filter-tag:before {
        content: ', ';
    }

.spotlight-filter-result .spotlight.sf-landing .spotlight-filter-region {
    padding-top: 1.25rem;
}

.spotlight-filter-result .spotlight.sf-landing .spotlight-filter-region {
    color: #fff;
}

@media screen and (min-width: 78.75em) {
    .spotlight-filter + .row-content {
        margin-top: 5.625rem;
    }
}

@media print, screen and (min-width: 64em) {
    .spotlight-filter {
        padding-top: 2.5rem;
    }
}

@media print, screen and (min-width: 40em) {
    .spotlight-filter .filters--resource .filters-list__item {
        margin: 2.5rem;
    }

    .spotlight-filter .filters-subcontainer .form-group ul {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .spotlight-filter-result .spotlight__item--content {
        padding: 1.5rem 2.5rem 5.625rem 2.5rem;
    }

    .spotlight-filter + .row-content {
        margin-top: 2.5rem;
    }
}

@media only screen and (max-width:39.9em) {
    .spotlight-filter .filters-subcontainer {
        padding: 1.875rem;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .spotlight-filter .filters-list {
        display: block;
    }
}
/*#endregion Spotlight with filter*/


/*#endregion Toggle filters*/

/*#region Search results*/
/*#region Filters dropdown*/
.filters-dropdown .k-widget.k-multiselect.k-header {
    border-color: #005DAA;
}

.filters-dropdown .k-multiselect-wrap {
    height: 58px;
    padding: 0;
    line-height: 58px;
    color: #005DAA;
    padding-left: 20px;
    position: relative;
}

    .filters-dropdown .k-multiselect-wrap:before {
        content: 'Choose a content type';
        z-index: -1;
    }

.k-multiselect-wrap.k-floatwrap:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 1rem;
    position: absolute;
    top: 0;
    right: 10px;
    visibility: visible;
    height: 100%;
    color: #005dab;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 400ms all ease-out;
    -webkit-transition: 300ms all ease-out;
    transition: 300ms all ease-out;
}

.k-state-border-down .k-multiselect-wrap.k-floatwrap:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filters-dropdown .k-multiselect-wrap .k-input {
    display: none;
}

.k-popup .k-list .k-state-focused {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-state-hover, .k-state-hover:hover {
    color: #fff !important;
}

    .k-state-hover, .k-state-hover:hover, .k-list > .k-state-selected {
        background-image: none !important;
        background-color: #005DAA !important;
        border-radius: 0 !important;
    }

.k-multiselect .k-button {
    border-color: transparent !important;
    color: #005DAA !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff !important;
    z-index: 1;
    margin: 0;
    width: 100%;
    line-height: 58px;
    text-align: left;
    padding-left: 20px;
}

.k-popup .k-list li.k-state-hover:hover, .k-popup .k-list li:hover {
    cursor: pointer;
}

.k-multiselect .k-button:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-multiselect .k-button .k-icon {
    display: none;
}

.filters-dropdown:hover, .filters-dropdown .k-multiselect-wrap.k-floatwrap:after {
    cursor: pointer;
}
/*#endregion Filters dropdown*/
/*#region filter By*/
.form-row select.userSortDropdown.ddl-sections:focus {
    outline: none;
}

.form-row label.search-sort-label {
    position: relative;
    left: 0;
}
/*#endregion filter By*/

/*#region Search results List*/
.sec-title {
    padding: 0 0 1.25rem 0;
}

.search-list {
    width: 100%;
}

.res-info-spacing {
    margin: 0 0 2.5rem 0;
}

.search-list .documents-icons-wrapper .fa-external-link {
    display: none;
}

.results-wrapper .search-list li.documents-box {
    margin: 0 0 2.25rem 0;
}

.documents-box .row {
    display: table;
    width: 100%;
}

    .documents-box .row .columns {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

        .documents-box .row .columns .info-holder {
            margin-top: 0;
        }
/*#endregion Search results List*/
/*#region autocomplete*/
.ui-autocomplete {
    max-width: 48.75rem;
    background-color: #fff;
}

    .ui-autocomplete li.ui-menu-item a {
        display: block;
        padding: 5px;
        overflow-x: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-autocomplete li.ui-menu-item:hover a {
        background-color: #005dab;
        color: #fff;
    }
/*#endregion autocomplete*/

/*#endregion Search results*/

/*#region Icons*/
/*#region Footer*/
.ftr-nav.arrows .ftr-nav__item i.fa-external-link:before, .ftr-nav__item a i.fa-external-link:before {
    content: '';
    display: inline-block;
    width: 17px;
    width: 1em;
    height: 17px;
    height: 1em;
    background: transparent url('../img/icons/icon-external-white.svg') no-repeat 0 0;
    background-size: 100%;
    background-size: cover;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ftr-nav.arrows .ftr-nav__item a:hover i:before, .ftr-nav__item a:hover i.fa-external-link:before {
    background: transparent url('../img/icons/icon-external-blue.svg') no-repeat 0 0;
    background-size: 100%;
    background-size: cover;
}
/*#endregion Footer*/
/*#region Navigation*/
.gbl-nav-container .nav-chev:after {
    display: none;
}

.gbl-nav-container .nav-chev:before {
    background: transparent url('../img/icons/icon-arrow-down.svg') no-repeat 0 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-size: 100%;
    background-size: cover;
    top: 25px;
    right: 21px;
    height: 12px;
    width: 19px;
}

.gbl-utility-container .gbl-utility__item.global-search a:before {
    background: transparent url(../img/icons/icon-search-white.svg) no-repeat 50% 50%;
    content: '';
    display: inline-block;
    width: 22px;
    width: 1em;
    height: 22px;
    height: 1em;
    background-size: 100%;
    background-size: cover;
}

.gbl-nav-container .gbl-nav__item--link.active .nav-chev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gbl-utility-container .gbl-utility__item.global-search.is-active a:before {
    background: none;
}

.gbl-nav-container .sub-nav-title .fa-external-link:before {
    background: transparent url('../img/icons/icon-external-white.svg') no-repeat 0 0;
}

.gbl-nav-container .sub-nav__item--link .fa-external-link:before {
    background: transparent url('../img/icons/icon-external-darkblue.svg') no-repeat 0 0;
}

.gbl-nav-container .sub-nav-title .fa-external-link:before, .gbl-nav-container .sub-nav__item--link .fa-external-link:before {
    content: '';
    display: inline-block;
    width: 17px;
    width: 1em;
    height: 17px;
    height: 1em;
    background-size: 100%;
    background-size: cover;
}
/*#endregion Navigation*/
/*#region AddThis*/
.add-this .addthis_inline_share_toolbox .at-style-responsive .at-share-btn.at-svc-pinterest_share {
    background-position: 0 0 !important;
}

.add-this .addthis_inline_share_toolbox .at-style-responsive .at-share-btn.at-svc-twitter {
    background-position: 0 2px !important;
}

.add-this .addthis_inline_share_toolbox .at-style-responsive .at-share-btn.at-svc-email {
    background-position: 0 5px !important;
}

.add-this .addthis_inline_share_toolbox .at-style-responsive .at-share-btn.at-svc-wechat {
    background: url('../img/icons/Wechat.svg') 0px 2px / contain no-repeat transparent !important;
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important;
    background-position: 0 5px !important;
}

/*#endregion AddThis*/
/*#region details pages*/
.sh-container .media-listing__item .grid__item--wrapper .fa-external-link:before, .rte-content a .fa-external-link:before {
    content: '';
    display: inline-block;
    width: 17px;
    width: 1em;
    height: 17px;
    height: 1em;
    background: transparent url('../img/icons/icon-external-darkblue.svg') no-repeat 0 0;
    background-size: 100%;
    background-size: cover;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
/*#endregion details pages*/
/*#region RSS*/
.rss-feed h3:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 22px;
    background: transparent url('../img/icons/icon-rss.svg') no-repeat 50% 50%;
    background-size: 34px 22px;
    margin-top: 1px;
}
/*#endregion RSS*/
/*#region Spotlight*/
.spotlight.home-label .spotlight__item .spotlight__item--content .fa-external-link:before {
    content: '';
    display: inline-block;
    width: 17px;
    width: 1em;
    height: 17px;
    height: 1em;
    background: transparent url('../img/icons/icon-external-darkblue.svg') no-repeat 0 0;
    background-size: 100%;
    background-size: cover;
}
/*#endregion Spotlight*/
/*#region typography*/
.btn-more:hover:after, .btn-download:hover:after {
    background-position: 50% 51%;
}
/*#endregion typography*/
/*#region Documents*/
.documents-icons .blue-icon:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 32px;
    background-size: cover;
}

.documents-icons .blue-icon.fa-file-word-o:before, .documents-icons .blue-icon.fa-file-pdf-o:before {
    background: transparent url('../img/documentIcons/Text.svg') no-repeat 0 0;
}

.documents-icons .blue-icon.fa-file-image-o:before {
    background: transparent url('../img/documentIcons/Image.svg') no-repeat 0 0;
}

.documents-icons .blue-icon.fa-file-archive-o:before {
    background: transparent url('../img/documentIcons/ZIP.svg') no-repeat 0 0;
}

.documents-icons .blue-icon.fa-music:before {
    background: transparent url('../img/documentIcons/Audio.svg') no-repeat 0 0;
}

.documents-icons .blue-icon.fa-file-excel-o:before {
    background: transparent url('../img/documentIcons/Excel.svg') no-repeat 0 0;
}

.documents-icons .blue-icon.fa-file-csv-o:before {
    background: transparent url('../img/documentIcons/CSV.svg') no-repeat 0 0;
}

.documents-icons .blue-icon.fa-file-powerpoint-o:before {
    background: transparent url('../img/documentIcons/PPT.svg') no-repeat 0 0;
}

.documents-icons .blue-icon.fa-code:before {
    background: transparent url('../img/documentIcons/XML.svg') no-repeat 0 0;
}

/*#endregion Documents*/
/*#endregion Icons*/

/*#region Recipe*/
.custom-recipe-list .recipe-info--timings, .custom-recipe-list .recipe-info--serving {
    padding-left: 50px;
    background-size: 40px;
}

.custom-recipe-list .recipe-info .video-icon {
    background-size: 35px;
    margin-left: 6px;
}
/*#endregion Recipe*/

/*#region Contact page*/
.contact-form--blue.contact-form {
    /*z-index: -2;*/
    position: relative;
}

.contact-form button {
    background: transparent url(../img/icons/icon-cta-blue.svg) no-repeat right top;
    background-size: contain;
    /*background: transparent url(../img/icons/icon-email-white.svg) no-repeat right 20px center;
    background-size: 20px;*/
    border: 0;
    width: auto;
    display: inline-block;
    padding: 0 5.625rem 0 0;
    margin: 0;
    color: #0e3350;
    font-weight: 700;
    font-size: 1.25rem;
    height: 3.75rem;
    position: absolute;
    right: 0;
}
/*.contact-form button:before {
    background: #01b6de;
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}*/
.contact-form--blue button, .contact-form--blue h2 {
    color: #fff;
}

.contact-form--blue .white-text, .contact-form--blue .white-text * {
    color: #fff;
}
/*#endregion Contact page*/

/*#region Language selector*/
.gbl-utility-container .gbl-utility__item .language-selector {
    padding: 0 10px;
}

    .gbl-utility-container .gbl-utility__item .language-selector select {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 1rem;
        margin: 0;
        background: transparent;
        background-size: cover;
        -webkit-appearance: none;
        /*Removes default chrome and safari style*/
        -moz-appearance: none;
        /* Removes Default Firefox style*/
        text-indent: 60px;
        /* Removes default arrow from firefox*/
        text-overflow: "";
        /*Removes default arrow from firefox*/
        border: 0;
        color: #fff;
    }

        .gbl-utility-container .gbl-utility__item .language-selector select:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .gbl-utility-container .gbl-utility__item .language-selector select option {
            background: #fff;
            color: #0e3853;
        }

            .gbl-utility-container .gbl-utility__item .language-selector select option:hover {
                background: red;
            }

        .gbl-utility-container .gbl-utility__item .language-selector select::-ms-expand {
            /*ie11 get rid of default dd arrow*/
            display: none;
        }
/*#endregion Language selector*/

/*#region Media Center*/
.spokepersons .spotlight__item--image-link {
    position: relative;
}

    .spokepersons .spotlight__item--image-link .spokeperson-name {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .spokepersons .spotlight__item--image-link .spokeperson-name .table {
            height: 100%;
        }

            .spokepersons .spotlight__item--image-link .spokeperson-name .table h3 {
                display: table-cell;
                vertical-align: bottom;
                color: #fff;
                padding: 20px;
            }

.top-line a + br + a {
    margin-top: 10px;
    display: inline-block;
}

.top-line {
    border-top: solid 2px #00b6de;
    /*margin: 2.5rem 0;*/
    padding: 1.25rem;
}

    .top-line .spotlight__item--content {
        -webkit-box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.14);
    }

    .top-line .spotlight.home-label .spotlight__item .spotlight__item--image-link:after {
        display: none;
    }

.img-holder {
    padding-right: 20px;
}

.text-holder {
    width: 80%;
    width: calc(100% - 125px);
    object-fit: cover;
    object-position: center;
}

.img-holder img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.img-holder, .text-holder {
    float: left;
}

    .text-holder .title {
        font-size: 20px;
        font-family: "FFMetaWebProBold",sans-serif;
        color: #005DAA;
    }

.table {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
}

.top-line .table-cell {
    vertical-align: middle;
}

    .top-line .table-cell.mail-cell {
        width: 100px;
    }

.top-line .rte-content {
    margin-top: 20px;
}

    .top-line .rte-content a {
        display: inline-block;
        margin-bottom: 10px;
    }

.top-line.bot-line {
    border-bottom: solid 2px #00b6de;
}

.btn-call {
    display: inline-block;
    color: #0e3350;
    font-weight: 700;
}

.media-social .fa {
    display: none;
}

.media-social li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    text-align: center;
    margin: 0.625rem;
}

    .media-social li:focus, .media-social li:hover {
        transform: translateY(-4px);
        text-decoration: none;
        cursor: pointer;
    }

    .media-social li:first-of-type {
        margin-left: 0;
    }

    .media-social li span {
        background-size: contain;
        width: 5rem;
        height: 5rem;
        margin: 0 auto;
        display: block;
    }

    .media-social li .yt {
        background: url(../img/icons/icon-youtube-blue.svg) no-repeat center/3rem;
    }

    .media-social li .gPlus {
        background: url(../img/icons/icon-google-blue.svg) no-repeat center/3rem;
    }

    .media-social li .int {
        background: url(../img/icons/icon-instagram-blue.svg) no-repeat center/3rem;
    }

    .media-social li .twtr {
        background: url(../img/icons/icon-twitter-blue.svg) no-repeat center/3rem;
    }

    .media-social li .fb {
        background: url(../img/icons/icon-facebook-blue.svg) no-repeat center/3rem;
    }

    .media-social li .pint {
        background: url(../img/icons/icon-pinterest-blue.svg) no-repeat center/3rem;
    }

    .media-social li .li {
        background: url(../img/icons/icon-linkedin-blue.svg) no-repeat center/3rem;
    }

    .media-social li a {
        display: inline-block;
    }

.media-news-press {
}

    .media-news-press .spotlight__item {
        margin-bottom: 20px;
    }

    .media-news-press video {
        max-width: 100%;
    }

/*#region MSC label download*/
.msc-label-download {
    padding-bottom: 60px;
}

    .msc-label-download input, .msc-label-download .form-group {
        margin-bottom: 20px;
    }

    .msc-label-download select {
        color: #005DAA;
    }

        .msc-label-download select option {
            color: #0a0a0a;
        }

    .msc-label-download .checkbox label, .msc-label-download .sf-RadioButtons label {
        position: relative;
        left: auto;
        padding: 0.625rem 0 0.625rem 2.5rem;
        margin: 0.625rem 0;
        display: block;
    }

        .msc-label-download .checkbox label:before, .msc-label-download .sf-RadioButtons label:before {
            content: "";
            display: table;
            clear: both;
            border: solid 1px #005DAA;
            position: absolute;
            top: 6px;
            left: 0;
            width: 30px;
            height: 30px;
        }

        .msc-label-download .sf-RadioButtons label:before {
            border-radius: 50%;
        }

    .msc-label-download .checkbox.is-checked label:before {
        content: "\f00c";
        font-size: 1.75rem;
    }

    .msc-label-download .sf-RadioButtons label.is-selected:before {
        content: "\f111";
        padding-left: 3px;
        padding-top: 1px;
        font-size: 1.6rem;
    }

    .msc-label-download .checkbox.is-checked label:before, .msc-label-download .sf-RadioButtons label.is-selected:before {
        color: #00b6de;
        font-family: FontAwesome;
    }

    .msc-label-download strong, .msc-label-download .show-label label {
        color: #005DAA;
    }

    .msc-label-download .form-hide-strong strong {
        display: none;
    }

    .msc-label-download .show-label label {
        position: relative;
        font-weight: 700;
        left: 0;
    }

    .msc-label-download button {
        background: transparent url(../img/icons/icon-cta-blue.svg) no-repeat right top;
        background-size: contain;
        border: 0;
        width: auto;
        display: inline-block;
        padding: 0 5.625rem 0 0;
        margin: 0;
        color: #0e3350;
        font-weight: 700;
        font-size: 1.25rem;
        height: 3.75rem;
        position: absolute;
        right: 0;
    }

.form-row input[type=tel], .form-row input[type=date] {
    display: block;
    border: 0;
    border: solid 1px #005DAA;
    height: 60px;
    padding: 0 20px;
}

.form-row input[type=date] {
    -moz-appearance: textfield;
    color: #005DAA;
}

    .form-row input[type=date]::-webkit-outer-spin-button, .form-row input[type=date]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
/*#endregion MSC label download*/

/*#endregion Media Center*/

/*#region News & Press Release*/
.standart-li ul, .standart-li ol {
    padding-left: 15px;
}

    .standart-li ul li {
        list-style-type: disc;
    }

    .standart-li ol li {
        list-style-type: decimal;
    }

.no-overlay .spotlight__item--image-link:after, .spotlight.home-label .spotlight__item .spotlight__item--image-link:after {
    display: none !important;
}
/*#endregion News & Press Release*/

/*#region Footer*/
.global-footer .row:after {
    width: 300px;
}
/*#endregion Footer*/

/*#region header with wrong Navigation*/
header .global-donate .top-bar, header .top-main-links .top-bar {
    display: none;
}
/*#endregion header with wrong Navigation*/

/*#region Spotlight*/
.fixed-height-grid .spotlight__item--image-link {
    height: 400px;
    overflow: hidden;
}

.fixed-height-grid.sf-landing .spotlight__item--image-link {
    height: 280px;
    overflow: hidden;
}

.spotlight-filter-result .fixed-height-grid.sf-landing .spotlight__item--image-link {
    height: 400px;
}
/*#endregion Spotlight*/

.bg-mid-blue .btn-load-more {
    color: #fff;
    background: transparent url(../img/icons/icon-wave-white.svg) no-repeat 50% bottom;
}

/*#region Process*/
.process-list {
    margin-top: 20px;
}

    .process-list .process {
        position: relative;
    }

        .process-list .process:not(:last-of-type) {
            padding-bottom: 2.5rem;
        }

            .process-list .process:not(:last-of-type):before {
                height: 100%;
                position: absolute;
                content: '';
                width: 2px;
                background-color: #cacaca;
                top: 1px;
                left: 9px;
            }

        .process-list .process .process-small-title {
            color: #00b6de;
            letter-spacing: 0.8px;
            font-style: normal;
        }

        .process-list .process .process-title, .process-list .process .process-small-title {
            padding-left: 40px;
            position: relative;
        }

        .process-list .process .process-small-title {
            line-height: 1.8rem;
        }

            .process-list .process .process-small-title:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background-color: #00b6de;
            }

        .process-list .process .process-item {
            padding-left: 80px;
        }

            .process-list .process .process-item .process-item-title {
                color: #005DAA;
            }

            .process-list .process .process-item .process-item-title {
                font-size: 1.25rem;
                line-height: 1.45rem;
                font-family: "FFMetaWebProBold",sans-serif;
            }

        .process-list .process:first-of-type:last-of-type .process-title, .process-list .process:first-of-type:last-of-type .process-small-title {
            padding-left: 0;
        }

        .process-list .process:first-of-type:last-of-type .process-item {
            padding-left: 40px;
        }

        .process-list .process:first-of-type:last-of-type .process-small-title:before {
            display: none;
        }
/*#endregion Process*/

/*#region Quiz*/
.quiz-banner {
    padding: 5rem 0;
    background: #c1e7f1 url(/images/default-source/quiz/banner-border.jpg) center bottom -1px no-repeat;
    background-size: 100% auto;
}

    .quiz-banner img {
        margin-bottom: 1.25rem;
    }

.quiz-sec-title, .quiz-form .quiz-table {
    padding: 1.25rem;
}

.quiz-form .quiz-table {
    margin-bottom: 1.25rem;
}

.quiz-sec-title {
    margin-bottom: 1.25rem;
    background-image: url(/images/default-source/quiz/top-section-bg.jpg), url(/images/default-source/quiz/bottom-section-bg.jpg);
    background-position: center top, center bottom -1px;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto;
    background-color: #06aca5;
}

.quiz-form .quiz-sec-title {
    margin-top: 1.25rem;
}

.quiz-sec-title .sec-title, .quiz-form .sec-title, .quiz-banner .sec-title {
    color: inherit;
    font-family: 'InkBandits_Sans';
    font-weight: 400;
}

    .quiz-sec-title .sec-title:last-child {
        padding: 0;
    }

.quiz-form .quiz-count-section {
    counter-reset: section;
}

    .quiz-form .quiz-count-section .sf-fieldWrp strong::before, .quiz-form .quiz-count-section .sf-fieldWrp > label::before {
        counter-increment: section;
        content: counter(section) ") ";
    }

.quiz-form .multichoice-img-wrp:before, .quiz-form .multichoice-img-wrp:after {
    display: table;
    content: " ";
    flex-basis: 0px;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.quiz-form .multichoice-img-wrp:after {
    clear: both;
}

.quiz-form .width-100 .multichoice-img-wrp {
    width: 100%;
}

.quiz-form .multichoice-img-option {
    text-align: center;
    float: left;
    width: 50%;
    margin: 0;
}

    .quiz-form .multichoice-img-option .multichoice-checked-ef {
        padding: 10px;
        border: 2px solid transparent;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .quiz-form .multichoice-img-option .multichoice-checked-ef:hover {
            cursor: pointer;
        }

    .quiz-form .multichoice-img-option input[type="radio"] {
        position: absolute;
        left: -9999999px;
    }

        .quiz-form .multichoice-img-option input[type="radio"]:checked + .multichoice-checked-ef {
            border-color: #00b6de;
        }

.quiz-form .multichoice-img-name {
    display: block;
}

.quiz-form .hide-multichoice-img-name .multichoice-img-name {
    display: none;
}

.quiz-form strong, .quiz-form label {
    display: block;
    color: #005caa;
    font-weight: normal;
    font-weight: unset;
}

.quiz-form label {
    left: auto;
    left: initial;
    position: relative;
}

.quiz-form input {
    margin-bottom: 21px;
    margin-top: 10px;
}

    .quiz-form input[type=number] {
        display: block;
        border: 0;
        border: solid 1px #005DAA;
        height: 60px;
        padding: 0 20px;
    }

.quiz-form .sf-fieldWrp + .sf-fieldWrp, .quiz-form .msc-label-download + .sf-fieldWrp, .quiz-form .sf-fieldWrp + .msc-label-download, .quiz-form .quiz-table + .sf-fieldWrp, .quiz-form .sf-fieldWrp + .quiz-table, .quiz-form .quiz-table + .msc-label-download, .quiz-form .msc-label-download + .quiz-table {
    margin-top: 1.25rem;
}

.quiz-form .msc-label-download {
    padding: 0;
}

.quiz-form .quiz-form-btn button {
    font-family: 'InkBandits_Sans';
    font-weight: 400;
    color: #fff;
    background-color: #005DAA;
    padding: 0.75rem 1.25rem 0.5rem 1.25rem;
    font-size: 1.75rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid transparent;
}

    .quiz-form .quiz-form-btn button:hover, .quiz-form .quiz-form-btn button:focus {
        color: #005092;
        border-color: #005092;
        background-color: #fff;
    }

.quiz-form .sf-RadioButtons label, .quiz-form .checkbox label {
    display: inline-block;
}

    .quiz-form .sf-RadioButtons label:hover, .quiz-form .checkbox label:hover {
        cursor: pointer;
    }

.quiz-form .quiz-table {
    border: 1px solid #005caa;
}

.quiz-form-wrp .form-submit-message {
    margin-top: 2.5rem;
    text-align: center;
}

.quiz-form .msc-label-download .checkbox label:before, .quiz-form .msc-label-download .sf-RadioButtons label:before, .quiz-form input, .quiz-form .quiz-form-btn button, .quiz-table {
    border-radius: 5px;
}

.quiz-form-wrp .form-error-msg {
    color: #FF5722;
}

.quiz-form .quiz-age-field {
    position: relative;
}

.quiz-form .quiz-age-after {
    position: absolute;
    left: 100%;
    top: auto;
    height: 20px;
    bottom: 23px;
    margin-left: 20px;
}
/*#endregion Quiz*/
/*#region Media Query*/
@media screen and (min-width: 78.75em) {
    /*.gbl-nav-container .gbl-nav__item--link {
        padding: 1.125rem 0.5rem;
        font-size: 1.1rem;
    }*/
    .gbl-nav-container .gbl-nav__item--link {
        padding: 1.125rem 0; /*1.875rem*/
        font-size: 1.1rem;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0;
    }

    .gbl-nav-container .gbl-nav__item:first-of-type > a {
        padding-left: 0 !important;
    }

    .gbl-nav-container .gbl-nav__item:last-of-type > a {
        padding-right: 0 !important;
    }

    .ui-autocomplete {
        width: 516.6px !important;
    }

    .media-news-press {
        padding-top: 3.375rem;
    }
}

@media print, screen and (min-width: 64em) {
    .gbl-nav-container .sub-nav-title:hover {
        text-decoration: underline;
        color: #005DAA;
    }

    .global-donate {
        position: relative;
        top: auto;
        top: initial;
        margin-top: -0.9375rem;
        right: auto;
        right: initial;
    }

    .gbl-utility-container .search-container {
        right: 4.5rem;
    }

    .gbl-nav-container .sub-nav-featured__link .fa-external-link:before {
        content: '';
        display: inline-block;
        width: 28px;
        width: 1em;
        height: 28px;
        height: 1em;
        background: transparent url('../img/icons/icon-external-white.svg') no-repeat 0 0;
        background-size: 100%;
        background-size: cover;
    }

    .media-listing__item .grid__item--wrapper:hover .btn-more:after {
        background: #fff url(../img/icons/icon-arrow-right-blue.svg) no-repeat 50% 51%;
    }

    .gbl-utility-container .gbl-utility__item .language-selector select {
        position: relative;
        padding: 0 1.5625rem 0 0.625rem;
        height: 1.625rem;
        /*width: calc(100% - 20px);*/
        width: 145px;
        float: left;
        font-size: 0.8125rem;
        line-height: 1.625rem;
        max-width: 9.0625rem;
        text-indent: 0.01px;
        background: transparent url("../img/icons/icon-arrow-down.svg") no-repeat right 6px;
        /* Removes default arrow from firefox*/
        /*Adds background-image*/
    }

    .spotlight.brief-statements .spotlight__item .spotlight__item--content {
        float: left;
        clear: none;
        width: calc(100% - 130px);
        margin: 20px 0 0 -20px;
    }

    .spotlight.brief-statements .spotlight__item .grid__item--wrapper:after, .spotlight.brief-statements .spotlight__item .grid__item--wrapper:before {
        content: "";
        display: table;
        clear: both;
    }

    .media-news-press .grid__item--wrapper {
        overflow: hidden;
    }

    .media-news-press video {
        width: 100%;
    }

    .media-news-press img, .media-news-press video {
        height: 325px !important;
        object-fit: cover;
    }

    .global-footer .row:after {
        width: 545px;
    }

    .gbl-utility-container .gbl-utility__item.global-search {
        min-height: 48px;
    }

    .simple-document-list .documents-icons.document-download a .doc-download {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .simple-document-list .info-holder .pull-right {
        display: table;
    }

    .simple-document-list .documents-icons {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

        .simple-document-list .documents-icons.document-download a .doc-download {
            display: table-cell;
            vertical-align: middle;
        }
}

@media print, screen and (max-width: 78.74em) {
    .top-main-links {
        opacity: 1;
        width: 100%;
        background: #0e3853;
        top: -350%;
        z-index: 11;
    }

    .not-active-top-links .top-main-links {
        top: -500% !important;
    }

    .top-main-links ul {
        display: block;
        width: 100%;
    }

    .not-active-top-links .gbl-nav-container:not(.mobile-active), .not-active-top-links .gbl-nav-container {
        top: -500% !important;
    }

    .top-main-links li {
        display: block;
        width: 100%;
        border-bottom: solid 1px #124969;
        padding: 0;
    }

        .top-main-links li a {
            display: inline-block;
        }

            .top-main-links li a:hover {
                color: #fff;
            }
}

@media print, screen and (min-width: 64em) and (max-width: 78.74em) {

    .top-main-links li a {
        padding: 1.125rem 3.75rem 1.125rem 1.875rem;
        font-size: 1.1875rem;
        font-weight: 700;
    }

    .ui-autocomplete {
        width: 436.6px !important;
    }

    /*.gbl-nav-container .gbl-nav__item--link {
        font-size: 1.05rem;
    }

    .global-header .msc-logo {
        width: 10rem;
    }

        .global-header .msc-logo img {
            padding: 15px 0px;
        }*/

    .gbl-utility-container .gbl-utility__item.mbl-brgr {
        display: block;
    }

    .gbl-nav-container {
        position: absolute;
        top: -350%;
        width: 100%;
    }

        .gbl-nav-container .gbl-nav {
            background: #0e3853;
        }

        .gbl-nav-container .gbl-nav__item {
            position: relative;
        }

        .gbl-nav-container .nav-chev {
            display: block;
        }

        .gbl-nav-container .gbl-nav__item:first-of-type {
            border-top: solid 1px #124969;
        }

        .gbl-nav-container .gbl-nav__item {
            border-bottom: solid 1px #124969;
            float: none;
        }

        .gbl-nav-container .gbl-nav__item--link {
            padding: 1.125rem 3.75rem 1.125rem 1.875rem !important;
        }

        .gbl-nav-container .sub-nav-group {
            padding: 0;
        }

        .gbl-nav-container .sub-nav-title {
            position: relative;
        }

        .gbl-nav-container .nav-toggle {
            display: block;
        }

        .gbl-nav-container .sub-nav-title {
            background: #005DAA;
            color: #fff;
            display: block;
            padding: 1.125rem 3.75rem 1.125rem 1.875rem;
            border-bottom: solid 1px #124969;
        }

    .global-header .grid-x > .large-3.full-width {
        width: 100%;
        max-width: 100%;
    }

    .gbl-nav-container .sub-nav-title {
        padding: 1.125rem 3.75rem 1.125rem 1.875rem;
        font-size: 100%;
    }

    .gbl-nav-container .sub-nav-featured {
        width: auto !important;
        height: auto !important;
    }

    .gbl-nav-container .sub-nav-featured__copy, .gbl-nav-container .sub-nav-featured {
        position: static !important;
        background-image: none !important;
    }

    .gbl-nav-container .sub-nav-featured__link {
        background: #005DAA !important;
        padding: 1.125rem 1.875rem 1.125rem 1.875rem;
        border-bottom: solid 1px #124969 !important;
        font-size: 100% !important;
        font-weight: 700 !important;
    }

    .gbl-nav-container .sub-nav__item--link {
        padding: 0 1.875rem 1.125rem 1.875rem !important;
    }

    .gbl-nav-container .sub-nav {
        padding-top: 1.125rem !important;
    }
}

@media print, screen and (max-width: 63.9375em) {
    /*#region Quiz*/
    .quiz-form .quiz-age-after {
        display: none;
    }
    /*#endregion Quiz*/

    .top-main-links li a {
        padding: 1.125rem 3.75rem 1.125rem 1.875rem;
        font-size: 100%;
        font-weight: 700;
        display: block;
    }

    /*#region Documents*/
    .documents-icons-wrapper {
        margin-top: 20px;
    }

        .documents-icons-wrapper .info-holder {
            margin-top: 0 !important;
            width: 100%;
        }

        .documents-icons-wrapper .document-download {
            float: right;
        }
    /*#endregion Documents*/

    /*#region Search results*/
    .filters-dropdown {
        padding-top: 20px;
    }

    /*.results-wrapper .search-list li.documents-box .row .columns, .results-wrapper .search-list li.documents-box .row {
        display: block;
    }*/
    /*#endregion Search results*/
    .gbl-utility-container .gbl-utility__item .language-selector {
        position: relative;
    }

        .gbl-utility-container .gbl-utility__item .language-selector:after {
            content: "\f1ab";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            pointer-events: none;
            z-index: -2;
            color: #fff;
            font-size: 20px;
            position: absolute;
            top: 2px;
            left: 15px;
        }
    /*#region Documents*/
    .documents-icons-wrapper {
        text-align: left;
        padding-right: 0;
    }

    .documents-box {
        padding: 1.5rem 0 1.5rem 1.5rem;
        margin: 0 0 5.9375rem 0 !important;
        position: relative;
    }

        .documents-box:first-of-type {
            margin-top: 1.875rem;
        }

    .documents-icons.document-download {
        position: absolute;
        margin: 0;
        padding: 0;
        right: 0;
        top: 100%;
    }

    .documents-box .columns:first-of-type {
        padding-right: 2.125rem;
    }

    .documents-icons {
        padding: 0 20px;
    }

        .documents-icons.document-download {
            width: 100%;
            text-align: right;
            /*margin-top: 20px;*/
            /*margin-top: 25px;*/
        }

            .documents-icons.document-download a {
                float: right;
            }
    /*#endregion Documents*/
}

@media print, screen and (max-width: 63.9em) and (min-width:40em) {
    .filters--resource .filters-list__item a {
        padding: 3.125rem 1rem 1.875rem;
        font-size: 1.1rem;
    }

    .filters--resource .filters-list__item:first-of-type a {
        padding: 3.125rem 1rem 1.875rem 2.5rem;
    }

    .filters--resource .filters-list__item:first-of-type.active a {
        padding: 3.125rem 1rem 1.875rem;
    }

    .filters-list__item a .filters-heading {
        padding: 0 2rem 0 0;
    }

    .media-news-press .grid__item--wrapper {
        overflow: hidden;
    }

    .media-news-press video {
        width: 100%;
    }

    .media-news-press img, .media-news-press video {
        height: 265px !important;
        object-fit: cover;
    }

    .fixed-height-grid .spotlight__item--image-link {
        height: 150px;
    }

    .spotlight-filter-result .fixed-height-grid .spotlight__item--image-link, .spotlight-filter-result .fixed-height-grid.sf-landing .spotlight__item--image-link {
        height: 250px;
    }
}

@media only screen and (min-width:49.91em) and (max-width: 63.9em) {
    .hero.narrow {
        min-height: 31.875rem;
    }
}

@media only screen and (max-width:49.9em) and (min-width:40em) {
    .hero.narrow {
        min-height: 37.875rem;
    }
}

@media only screen and (min-width:40em) {
    /*#region Quiz*/
    .quiz-banner {
        padding: 13rem 0 5rem 0;
    }

    .quiz-sec-title, .quiz-form .quiz-table {
        padding: 2.5rem;
    }

    .quiz-sec-title {
        margin-bottom: 2.5rem;
    }

    .quiz-form .quiz-sec-title {
        margin-top: 2.5rem;
    }

    .quiz-form .multichoice-img-wrp {
        display: table;
    }

    .quiz-form .multichoice-img-option {
        display: table-cell;
        float: none;
        width: auto;
    }

        .quiz-form .multichoice-img-option + .multichoice-img-option {
            margin-left: 20px;
        }

    .quiz-form .quiz-table .table-row + .table-row .table-cell {
        padding-top: 1.25rem;
    }

    .quiz-form .quiz-table .table-cell {
        min-width: 150px;
        vertical-align: top;
    }

        .quiz-form .quiz-table .table-cell + .table-cell {
            padding-left: 1.25rem;
        }
    /*#endregion Quiz*/

    .top-line {
        padding: 2.5rem 1.25rem;
    }

        .top-line .spotlight__item--image-link img {
            width: auto;
            height: 200px;
            object-fit: cover;
            min-width: 100%;
        }
    /*#region Documents*/
    .documents-icons-wrapper {
        padding-right: 0 !important;
    }
    /*#endregion Documents*/

    /*#region footer spotlight*/
    .spotlight.home-label .spotlight__item .spotlight__item--image-link {
        max-height: 355px;
        overflow: hidden;
    }

    /*#endregion footer spotlight*/
}

@media only screen and (max-width:49.9em) {

    /*#region Filters*/
    .filters-subcontainer .form-group ul li {
        margin: 0;
        padding: 0 0 1.25rem 0;
    }
    /*#endregion Filters*/
}

@media only screen and (max-width:39.9em) {
    .quiz-form .quiz-table .table-cell, .quiz-form .quiz-table .table-row, .quiz-form .quiz-table .table {
        display: block;
    }

        .quiz-form .quiz-table .table-row + .table-row {
            margin-top: 1.25rem;
        }

    .global-donate {
        top: 84px;
    }

    .media-social::before, .media-social::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .media-social::after {
        clear: both;
    }

    .media-social li {
        display: block;
        float: left;
        margin: 0 0 20px 0;
        width: 50%;
    }
}

@media only screen and (max-width: 1023px) {
    .ui-autocomplete {
        left: 0 !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 410px) {
    .ui-autocomplete {
        display: none !important;
    }
}

@media screen and (min-width: 78.75em) {
    .ui-autocomplete {
        width: 516.6px !important;
    }

    .top-line {
        padding: 5.625rem 0 2.5rem 0;
    }
}

@media only screen and (min-width: 640px) {
    .top-line .spotlight.home-label .spotlight__item--content h2, .top-line .results-wrapper.news-results-wrapper .spotlight__item--content h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 20px;
    }

    .top-line .spotlight.home-label .spotlight__item--content h2 {
        -webkit-line-clamp: 3;
        max-height: 140px;
        padding: 0;
    }

    .top-line .results-wrapper.news-results-wrapper .spotlight__item--content h3 {
        -webkit-line-clamp: 6;
        max-height: 205px;
    }
}
/*#endregion Media Query*/

/*#region IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        -ms-flex-direction: inherit;
        flex-direction: inherit;
    }

    #wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    body {
        display: block\9;
        -webkit-box-orient: inherit\9;
        -ms-flex-direction: inherit\9;
        flex-direction: inherit\9;
    }

    #wrapper {
        display: -webkit-box\9;
        display: -ms-flexbox\9;
        display: flex\9;
        -webkit-box-direction: normal\9;
        -webkit-box-orient: vertical\9;
        -ms-flex-direction: column\9;
        flex-direction: column\9;
    }

    .global-header {
        width: 100%\9;
    }

    .website-chooser__item img {
        max-width: 200px;
    }

    .website-chooser .container-logo {
        -ms-flex-direction: column\9;
        flex-direction: column\9;
    }
}

/*#endregion IE*/

/*#region Sponsors*/
.sponsors-list {
    margin-top: 2.5rem;
}

    .sponsors-list .sponsor-item {
        margin-bottom: 30px;
    }

        .sponsors-list .sponsor-item .table {
            height: 300px;
            padding: 0 15px;
        }

            .sponsors-list .sponsor-item .table:hover img {
                -webkit-transform: scale3d(1.1, 1.1, 1);
                transform: scale3d(1.1, 1.1, 1);
            }

        .sponsors-list .sponsor-item .table-cell {
            vertical-align: middle;
            text-align: center;
            border: 1px solid #d5d6d8;
            padding: 15px;
        }

        .sponsors-list .sponsor-item img {
            max-height: 260px;
            max-width: 100%;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            vertical-align: middle;
        }

        .sponsors-list .sponsor-item .sponsor-sum {
            padding: 10px 15px 0 15px;
            padding: 1rem 15px 0 15px;
        }
/*#endregion Sponsors*/
