body {
}
.country-location.countries {
    height: auto;
}
.page-centered .homeBtn{
    margin-right: 10px;
}

.search-form fieldset label:not(.dropdown-toggle) {
    margin: 5px;
}
/*.thankyou-confirm {
    min-height: auto;
}*/
.thankyou-confirm .page-container {
    margin: 0 auto;
}

/*.error-confirm {
    min-height: auto;
}*/

.error-confirm .page-container {
    margin: 0 auto;
}
.contact-modal2 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #191919;
    color: #f2f2f2;
    z-index: 3000
}

.contact-modal2 .modal-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-modal2 .modal-close {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    z-index: 100;
    color: #fff;
    font-size: 20px;
    opacity: 1
}
.contact-modal2.is-active .history, .contact-modal2.is-active a, .contact-modal2.is-active address, .contact-modal2.is-active h2 {
    opacity: 1;
    transform: translateY(0)
}
@media screen and (max-width: 600px) {
    .contact-modal2 .modal-close {
        right: 16px
    }
}


.offices li .office-links {
    text-transform: uppercase;
}

.offices li a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-family: big-caslon-fb,serif;
    line-height: 1.2;
    margin: 8px 0
}

.card-categories.white {
    color: white;
}

.country-location .country-select {
    width: 100%;
    background: #191919;
    text-indent: 15px;
    padding: 10px 3px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
    border: none;
    outline: none;
    display: inline-block;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    cursor: pointer;
    border-radius: 0;
    font-size: 12px;
}

    .country-location .country-select option {
        background: #f2f2f2;
        color: #191919;
    }

.select.dropdown.language-select.open ul li {
    color: #000;
}

.select.dropdown.language-select.open .dropdown-menu.language-menu {
    padding: 5px 0;
    opacity: 0.6;
    border: none;
}

.select.dropdown.language-select.open ::-webkit-scrollbar {
    width: 5px;
}

.select.dropdown.language-select.open ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.select.dropdown.language-select.open ::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

    .select.dropdown.language-select.open ::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.noted-nav__sub.noted-item a:first-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.noted-menu__featured .card h2 {
    font-size: 28px;
}



.card-categories.search-categories {
    color: white;
}

.searchBtn {
    display: none !important;
}

.mainSearchTxtBox {
    background-color: transparent;
    border: none;
}

    .mainSearchTxtBox:focus {
        border-color: #fff;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.0), 0 0 8px rgba(255,255,255,.0);
    }
/*
.predictiveSearchResults {
    position: absolute;
    z-index: 999999;
    background-color: hsl(0, 100%, 100%);
    width: 100%;
    border: 1px solid hsl(0, 1%, 60%);
}*/

.search .search-categories a {
    padding-right: 15px;
}

.predictiveSearchHolder {
    position: relative;
}

.predictiveSearchCategory {
    background: hsl(47, 100%, 89%);
}

/*.predictiveSearchResults .selectedResult {
    text-decoration: underline;
}

.predictiveSearchResults a {
    text-decoration: none;
}

.predictiveSearchResults > * {
    color: black;
    padding: 3px 4px;
}*/
/*@media screen and (min-width: 768px){
.push-menu{
	min-width:300px;
	width:30%;
}

.push-menu .push-container .push-container__col{
	width:100%;
}
}*/

@media screen and (max-width: 768px) {
    .country-location.countries {
        height: auto;
    }
    .intro {
        padding: 0;
    }
    .search-categories.sc-mobile {
        z-index: -1;
    }
    .footer-cta .cta-background img {
        width: auto;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: -1000%;
        bottom: -1000%;
        left: -1000%;
        right: -1000%;
        margin: auto;
        min-width: 100%;
        min-height: 100%;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .noted-menu__featured {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .push-menu {
        width: 85%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .push-menu {
        width: 85%;
    }
 
}

.form-join .button.submit-signup {
    border: 0;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    text-indent: 0px;
    border-bottom: 1px solid #f2f2f2;
}

.form-join .button.submit-signup:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    height: 1px;
    width: 99%;
    background: currentColor;
}

.form-container .alert-danger {
    text-align: left;
    border: 0;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px 10px 10px 0px;
    margin-bottom: 10px;
    text-indent: 20px;
}

.field-group .alert-danger {
    text-align: left;
    border: 0;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px 10px 10px 0px;
    margin-bottom: 10px;
    text-indent: 20px;
}

.field-group .alert-danger.alert-center {
    text-align: center !Important;
}

.form-submit .alert-danger {
    text-align: left;
    border: 0;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px 10px 10px 0px;
    margin-bottom: 10px;
    text-indent: 20px;
    display: block;
}

.form-submit .button.submit-signup {
    border: 0;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 30px 0 0 0;
    text-indent: 0px;
    border-bottom: 1px solid currentColor;
}

.dropdown .dropdown-toggle input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: currentColor !important;
    opacity: 1; /* Firefox */
}

    /* Cookie */
    /*.cookie-container {
    background-color: #1d2124;
    width: 100%;
    float: left;
    opacity: 0.8;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

.cookie-content {
    color: #fff;
    padding: 20px 0;
    float: left;
    width: 100%;
}

    .cookie-content h2 {
        color: #fff;
    }

    .cookie-content p {
        color: #fff;
        font-family: 'Futura Std Light';
        margin-bottom: 20px;
        font-size: 16px;
    }

    .cookie-content .button {
        border: 1px solid #fff;
        color: #fff;
        width: auto;
        padding: 10px 20px;
        line-height: 16px;
        height: auto;
        font-size: 14px;
        text-transform: uppercase;
        float: right;
        margin-top: 30px;
    }

        .cookie-content .button:hover {
            color: #1d2124;
            background-color: #fff;
            border: 1px solid #1d2124;
        }*/
    /* End of Cookie */


    /* New pages */

    .section.membership-feature figure {
        width: 100%;
        max-width: 1020px;
    }

        .section.membership-feature figure img {
            width: 100% !important;
            height: auto !important;
        }




    .section.membership-feature h2 {
        font-size: 46px;
        margin: 0 auto 1em;
        font-weight: 400;
    }

    .section .membership-apply {
        padding: 60px 0;
        text-align: center;
    }

    .articles-list .article-item {
        margin: auto;
        max-width: 90%;
        padding-top: 60px;
        padding-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .articles-list .article-item:nth-child(even) figure {
            order: 2;
        }

        .articles-list .article-item figure {
            width: 40%;
        }

    .articles-list .article-right {
        width: 35%;
    }

    .articles-list .article-item h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .articles-list .article-item p {
        font-family: big-caslon-fb, serif;
        color: #191919;
        max-width: 100%;
        margin: 1em auto;
        font-size: 16px;
    }

    .articles-list .article-item .button {
        margin-bottom: 12px;
        font-weight: 500;
        font-size: 14px;
        text-transform: none;
        font-style: italic;
    }

    .membership-highlights h2 {
        margin-bottom: 30px;
    }

    .membership-highlights h3 {
        font-size: 14px;
    }

    .membership-highlights.section-slider .slide__quote {
        margin-bottom: 0;
    }

    .header-intro {
        height: 30vw;
        min-height: 180px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 60px;
    }

        .header-intro .intro-title {
            color: #fff;
            margin: 0;
            font-size: 48px;
        }

    .local-office-header .buttons {
        margin-top: 30px;
    }

    .grid.our-agency-grid {
        width: 70%;
        margin: 0 auto;
    }

        .grid.our-agency-grid .grid__col {
            width: 100%;
        }

		.grid.our-contact-grid .grid__col {
            width: 30%;
        }

        .grid.our-agency-grid .services-card {
            text-align: center;
            margin-bottom: 200px;
        }

        .grid.our-agency-grid .card h2 {
            font-style:italic;
        }
            .philantropy-highlights {
        margin-top: 60px;
    }

        .philantropy-highlights h2 {
            margin-bottom: 30px;
        }

        .philantropy-highlights .slide_title {
            font-size: 22px;
            letter-spacing: 5px;
            margin-bottom: 30px;
        }

    .specialists-row .specialists-image-intro {
        padding: 0 20px;
        width: 100%;
        float: none;
        margin: 40px auto 90px;
    }


    .philantropy-grid .specialists-row .specialists-text {
        padding: 0;
        width: 80%;
        float: none;
        margin: 0 auto;
        text-align: justify;
        text-align-last: center;
    }


    .specialists-text-full {
        padding: 0;
        width: 80%;
        float: none;
        margin: 0 auto;
        text-align: justify;
        text-align-last: center;
    }

    @media screen and (max-width: 600px) {
        .section.membership-feature h2 {
            font-size: 24px;
        }

        .header-intro {
            margin-bottom: 0;
        }

            .header-intro .intro-title {
                font-size: 26px;
            }

        .philantropy-highlights .slide_title {
            font-size: 16px;
            line-height: 1.5;
        }
        .grid.our-agency-grid .card p {
            font-size: 20px;
            padding: 0 20px;
        }
    }

    @media screen and (max-width: 800px) {
        .articles-list .article-item:nth-child(even) figure {
            order: 0;
        }

        .articles-list .article-item {
            max-width: 100%;
            padding-bottom: 0;
            padding-top: 0;
            margin-bottom: 96px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .articles-list .article-item:last-child {
                margin-bottom: 0;
            }

            .articles-list .article-item figure {
                width: 100%;
            }

        .articles-list .article-right {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }

        .articles-list .article-item h2 {
            margin-top: 30px;
            margin-bottom: 15px;
        }


    }

    @media screen and (max-width: 1280px) {
        .grid.our-agency-grid {
            width: 100%;
            max-width: 820px;
        }

            .grid.our-agency-grid .services-card {
                text-align: center;
                margin-bottom: 150px;
            }

        .noted-menu__featured {
            padding: 32px;
        }
    }

@media screen and (min-width: 600px) {
    .mainSearchTxtBox {
         height: 65px; 
    }
    .grid.our-agency-grid .card p {
        max-width: 640px;
        font-family: big-caslon-fb,serif;
        font-size: 26px;
        line-height: 1.45;
        margin: 0 auto 40px;
    }
    .push-menu {
        width: 60%;
        min-width: 540px;
    }

    .noted-menu .noted-menu__logo {
        width: 100%;
        max-width: 229px;
    }

}

    /* END of new pages */
