html {
    font-family: 'PT Sans Narrow', sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

a {
    color: #F6BD16;
    text-decoration: none;
}

a:hover {
    color: #F6BD16;
    text-decoration: none;
}

header .top-nav {
    border-bottom: 1px solid #e9e9e9;
    background-color: #f6bd16;
    height: 36px;
    border-bottom: 0px solid #e5e5e5;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 12px;
    clear: both;
    /*padding-top: 5px;*/
}

header .top-nav .top-nav-container {
    /*margin: 0px 22px;*/
}

header .top-nav .top-nav-container .social-icons {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 0px;
}

header .top-nav .top-nav-container .social-icons li {
    list-style: none;
    display: inline-block;
}

header .top-nav .top-nav-container .social-icons li .social-link {
    background-image: url(img/social-sprite-0d6b868f769cad2469d881501367c517.png);
    background-repeat: no-repeat;
    display: inline-block;
    /*margin-left: 10px;*/
    margin-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 23px;
    height: 25px;
    opacity: 0.6;
}

header .top-nav .top-nav-container .social-icons li .social-link.social-link-twitter {
    background-position: -46px -23px;
}

header .top-nav .top-nav-container .social-icons li .social-link.social-link-twitter:hover {
    opacity: 1;
}

header .top-nav .top-nav-container .social-icons li .social-link.social-link-facebook {
    background-position: 0 -23px;
}

header .top-nav .top-nav-container .social-icons li .social-link.social-link-facebook:hover {
    opacity: 1;
}

header .top-nav .top-nav-container .social-icons li .social-link.social-link-youtube {
    background-position: -69px -23px;
}

header .top-nav .top-nav-container .social-icons li .social-link.social-link-youtube:hover {
    opacity: 1;
}

header .top-nav .top-nav-container .social-icons li .social-link.social-link-instagram {
    background-position: -23px -23px;
}

header .top-nav .top-nav-container .social-icons li .social-link.social-link-instagram:hover {
    opacity: 1;
}

header .top-nav .top-nav-menu {
    margin-top: 5px;
}

header .top-nav .top-nav-menu li {
    display: inline-block;
    list-style: none;
    font-size: 11px;
    line-height: 26px;
    font-family: 'Helvetica', sans-serif;
    border-right: 1px solid #e9e9e9;
}

header .top-nav .top-nav-menu li:last-child {
    border-right: none;
}

header .top-nav .top-nav-menu li a {
    color: #FFFFFF;
    display: block;
    padding: 0 15px;
    -webkit-transition: color 0.2s, 400ms;
    -moz-transition: color 0.2s, 400ms;
    -o-transition: color 0.2s, 400ms;
    transition: color 0.2s, 400ms;
    text-decoration: none;
}

.page-head {
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    font-size: 44px;
    text-align: center;
    margin-top: 65px;
}

.page-content p {
    line-height: 1.6;
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
}

.font-ptsans {
    font-family: 'PT Sans Narrow', sans-serif;
}

.row-center {
    margin: 0 auto !important;
}

.top-space {
    margin-top: 65px !important;
}

.row-img-container {
    width: 90%;
}

.img-bottom-border {
    border-bottom: thick solid #F6BD16;
    border-radius: 4px;
    margin-bottom: 10px !important;
}

.back-ground-media {
    background: #eee;
}

.post-container {
    width: 90%;
    margin: 60px auto !important;
}

.insight-post-seperator {
    border: 0;
    height: 1px;
    margin: 20px 0 20px 0;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    width: 100%;
}

.img-with-caption .wpb_wrapper {
    position: relative;
}

.img-with-caption .wpb_wrapper .img-caption {
    position: absolute;
    width: 100%;
    bottom: 10px;
    font-size: 26px;
    color: #fff;
}

.page-content-container {
    width: 70%;
    margin: 0 auto !important;
    text-align: center;
    line-height: 1.6;
}

.remove-right-margin {
    margin-right: 0px !important;
}

.home-page-footer {
    margin-top: 35px;
    margin-bottom: 0px !important;
}

.partnerContent {
    width: 100%;
    clear: both;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    height: 300px !important;
    background: url(img/cta-getinvolved-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.partnerContent h2 {
    font-size: 44px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.partnerContent p {
    color: #fff;
    font-size: 20px;
}

.partnerText {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-align: center;
    padding-top: 70px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.linkButton {
    font-size: 15px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #515151;
    background: #fff;
    margin-top: 20px;
}

.row-margin-remove {
    /*margin-left: 0px !important;
    margin-right: 0px !important;*/
}

.row-margin-remove .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

footer {
    background-color: #000;
    color: #b1b1b1;
    font-size: 15px;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 0px;
    font-family: 'PT Sans Narrow', sans-serif;
}

footer h6 {
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}

footer h6 a {
    color: rgb(177, 177, 177);
    text-decoration: none;
}

footer h6 a:hover {
    color: rgb(177, 177, 177);
}

footer ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    color: rgb(177, 177, 177);
}

footer ul li a {
    color: rgb(177, 177, 177);
    text-decoration: none;
}

footer ul li a:hover {
    color: rgb(177, 177, 177);
}

footer .social-icons {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 0px;
}

footer .social-icons li {
    list-style: none;
    display: inline-block;
}

footer .social-icons li .social-link {
    background-image: url(img/social-sprite-0d6b868f769cad2469d881501367c517.png);
    background-repeat: no-repeat;
    display: inline-block;
    /*margin-left: 10px;*/
    margin-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 23px;
    height: 25px;
    opacity: 0.6;
}

footer .social-icons li .social-link.social-link-twitter {
    background-position: -46px -23px;
}

footer .social-icons li .social-link.social-link-twitter:hover {
    opacity: 1;
}

footer .social-icons li .social-link.social-link-facebook {
    background-position: 0 -23px;
}

footer .social-icons li .social-link.social-link-facebook:hover {
    opacity: 1;
}

footer .social-icons li .social-link.social-link-youtube {
    background-position: -69px -23px;
}

footer .social-icons li .social-link.social-link-youtube:hover {
    opacity: 1;
}

footer .social-icons li .social-link.social-link-instagram {
    background-position: -23px -23px;
}

footer .social-icons li .social-link.social-link-instagram:hover {
    opacity: 1;
}

footer .donatebutton {
    /*color: #fff;
    background: #eb1c24;
    font-weight: bold;*/
    position: fixed;
    text-transform: uppercase;
    right: 0;
    top: 30%;
    padding: 10px 0px 10px 40px;
    font-size: 18px;
    border-radius: 20px 0 0 20px;
    display: inline-block;
    z-index: 999;
    width: 200px;
}

.achievement-container {
    background: linear-gradient(115deg, #f6bd16 0%, #f6bd16 30%, #e9e9e9 30%);
}

.achievement-container .achievement-content-container {
    margin: 0px auto;
    width: 95%;
}

.achievement-container .achievement-content-container .un-employment-count {
    background-color: #ffffff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /*position: absolute;
    top: 100px;
    right: -60px;*/
    margin: 0 auto;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    padding: 19px 15px;
}

.achievement-container .achievement-content-container .achievement-left-content {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
}

.achievement-container .achievement-content-container .achievement-right-content {
    font-family: 'PT Sans Narrow', sans-serif;
}

.achievement-container .achievement-content-container .achievement-right-content .head-container {
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 15px;
}

.achievement-container .achievement-content-container .achievement-right-content .head-container h5 {
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 20px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.achievement-container .achievement-content-container .un-employment-count .number {
    color: #fe090a;
    font-size: 28px;
    font-weight: 700;
}

.achievement-container .achievement-content-container .achievement-content-cell {
    padding: 15px;
}

.achievement-container .achievement-content-container .achievement-content-cell img {
    width: 100%;
}

.achievement-container .achievement-content-container .achievement-content-cell h6 {
    width: 100%;
    margin-bottom: 0px;
    font-size: 26px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}

.achievement-container .achievement-content-container .achievement-content-cell p {
    width: 100%;
    margin-bottom: 0px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
}

.home-info-note {
    width: 95%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

.carousel-caption {
    transform: translateY(-50%);
    bottom: 0;
    top: 50%;
}

.carousel-caption h5 {
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 700;
}

.carousel-caption p {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.carousel-caption a {
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #515151;
    background-color: white;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 3px;
}

.vc_single_image-wrapper img {
    width: 100%;
}

.play-button {
    width: 50px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.embed-code {
    display: none;
}

.vc_tta-panel {
    background-color: #ffffff;
}

.vc_active a {
    background-color: #f7b700 !important;
    color: #ffffff !important;
}

.page-with-filter-content-background {
    background-color: #EEEEEE;
    padding-bottom: 65px;
    padding-left: 0px;
    padding-right: 0px;
}

.page-with-filter-content-background .container-holder {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.page-with-filter-content-background .left-side-content {
    margin-top: 60px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
}

.page-with-filter-content-background .right-side-content {
    margin-top: 60px;
}

.page-with-filter-content-background .left-side-content ul {
    padding-left: 0px;
}

.page-with-filter-content-background .left-side-content ul li {
    padding: 20px;
    list-style: none;
    display: list-item;
}

.page-with-filter-content-background .left-side-content ul li .item {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.page-with-filter-content-background .left-side-content ul li .item img {
    width: 100%;
}

.page-with-filter-content-background .left-side-content ul li .item h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 26px;
    line-height: 1.5;
    padding: 15px 10px 0px 0px;
    font-weight: 700;
    color: #101010;
    text-transform: uppercase;
}

.page-with-filter-content-background .left-side-content ul li .item .text {
    font-size: 17px;
}

.page-with-filter-content-background .left-side-content ul li .item a.btn {
    margin-top: 15px;
    color: #ffffff;
}

.page-with-filter-content-background .left-side-content ul li .item .date {
    color: #888;
    margin-bottom: 20px;
    font-size: 17px;
}

.page-with-filter-content-background .left-side-content .media-list .item {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.page-with-filter-content-background .left-side-content .media-list .item h3 {
    padding: 15px 10px 0px 0px;
    font-size: 18px;
    font-weight: 700;
}

.page-with-filter-content-background .left-side-content .media-list .item .date {
    padding: 8px 10px 30px 0px;
    color: #888;
    font-size: 14px;
}

.page-with-filter-content-background .left-side-content .media-list .item img {
    width: 100%;
}

.page-with-filter-content-background .left-side-content .media-list .item a {
    color: #101010;
    text-decoration: none;
}

.page-with-filter-content-background .left-side-content .media-list .item a:hover {
    color: #F6BD16;
    text-decoration: none;
}

.vc_post_date {
    margin-bottom: 20px;
    color: #888888;
    text-align: left;
    line-height: 1.5;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.contact-us-addressbox {
    text-align: left;
    background: #eee;
    padding: 20px;
    border-radius: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 1.5;
    font-size: 17px;
}

.contact-us-addressbox h3 {
    font-size: 26px;
}

.contact-us-addressbox a {
    background: transparent;
    text-decoration: none;
    color: #F6BD16;
}

span.wpcf7-list-item {
    display: block !important;
    margin: 0px !important;
}

.contact-form-en {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
}

.contact-form-en .form-control {
    width: 50%;
}

.contact-form-en .btn-warning {
    width: 25%;
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAJCAYAAAARml2dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjFGMDUwODMxNzJFMTFFNUFEOUY5M0FDRjdGMTE5RTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjFGMDUwODQxNzJFMTFFNUFEOUY5M0FDRjdGMTE5RTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMUYwNTA4MTE3MkUxMUU1QUQ5RjkzQUNGN0YxMTlFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMUYwNTA4MjE3MkUxMUU1QUQ5RjkzQUNGN0YxMTlFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtX7eWcAAAA+SURBVHjaYvj///98IOYCYgZkDCJA4CoQ62CTAIGvQJyATQIGwEYz/gdLY4CVOHUQtOMyEGuiuwqrPwACDAAdIqlUj3drhwAAAABJRU5ErkJggg==");
    background-position: 80% 50%;
    background-repeat: no-repeat;
}

footer .other-menus {
    text-transform: uppercase;
    font-weight: 700;
}

footer .other-menus li {
    margin-bottom: 15px;
}

.front-img {
    background-color: #000000;
}

.front-img a:hover {
    opacity: 0.5;
}

.img-text {
    margin-bottom: 35px;
    text-transform: uppercase;
}

.bord-member-row {
    padding: 30px 0 !important;
    border-bottom: 1px solid #ccc;
}

.page-head.leader {
    margin-top: 0px;
}

.grey {
    width: 100%;
    background-color: #efefef;
}

.grey div {
    padding: 25px;
}

.grey img {
    margin-bottom: 10px;
}

.grey .quote-text {
    color: #5c2f8c;
}

.width-90 {
    width: 90%;
}

.download-btn {
    background-color: #FDBE0E !important;
}

.download-btn img {
    height: 50px;
}

.download-btn h6 {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}

.download-btn small {
    color: #888;
    font-size: 15px;
    text-transform: uppercase;
}

.vc_post_tags {
    text-align: left;
}

.vc_post_tags span {
    font-weight: 700;
}

.vc_post_tags ul {
    display: inline;
    padding-left: 0px;
}

.vc_post_tags ul li {
    list-style: none;
    display: inline;
}

.vc_post_tags ul li::after {
    content: ", ";
    color: #aaa;
}

.vc_post_tags ul li:last-child::after {
    content: "";
    color: #aaa;
}

.vc_tta-tabs-list {
    text-align: center;
}

.map-container {
    height: 600px;
    border-bottom: 6px solid #F6BD16;
}

#content-map-applab {
    width: 300px;
}

#content-map-applab h1 {
    color: #8b4294;
    font-size: 20px;
}

@media screen and (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 22px;
        line-height: 24px;
    }

    .carousel-caption p {
        font-size: 18px;
        line-height: 22px;
    }

    .carousel-caption a {
        margin-top: 10px;
    }

    .achievement-container {
        background: none;
    }

    .achievement-container .achievement-content-container {
        width: 100%;
    }

    .achievement-container .achievement-content-container .achievement-left-content {
        background-color: #f6bd16;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .achievement-container .achievement-content-container .achievement-left-content p {
        width: 65%;
        text-align: center;
        margin-bottom: 1rem;
        margin: 0 auto 1rem auto;
    }

    .achievement-container .achievement-content-container .achievement-right-content {
        background: #e9e9e9;
    }

    .row-img-container {
        width: 100%;
    }

    .page-content-container {
        width: 100%;
    }

    .page-head {
        margin-top: 10px;
    }

    .partnerText {
        padding-top: 35px;
    }

    .partnerContent h2 {
        font-size: 32px;
    }

    .partnerContent p {
        font-size: 18px;
    }

    footer {
        text-align: center;
    }

    footer .social-icons.float-right {
        float: none !important;
    }

    footer .footer-with-donate-button {
        margin-bottom: 70px;
    }

    footer .donatebutton {
        width: 100%;
        border-radius: 0px;
        margin: 0px;
        text-align: center;
        bottom: auto;
        position: fixed;
        top: auto;
        padding: 10px 20px 10px 20px;
        z-index: 999;
    }
}

/*17122018*/

.achievement-container .achievement-content-container .achievement-content-cell img {
    width: auto;
    max-width: 80px;
    display: block;
    margin-right: 15px;
}

.achievement-container .achievement-content-container {
    align-items: center;
}

@media (max-width: 1199px) {
    .achievement-container .achievement-content-container .un-employment-count {
        position: relative;
        left: -30px;
    }
}

@media (max-width: 991px) {
    .achievement-container .achievement-content-container .un-employment-count {
        /*position: relative;*/
        left: auto;
    }

    .achievement-container {
        background: transparent;
    }

    .achievement-container .achievement-content-container .achievement-left-content {
        padding: 30px 0;
    }

    .achievement-wrapper {
        background: #f6bd16;
        text-align: center;
    }

    .achievement-container .achievement-content-container {
        width: 100%;
        overflow-x: hidden;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .achievement-wrapper {
        margin: 0 -15px;
    }
}
@media (max-width:767px) {
    .carousel-caption {
        transform: translateY(-50%);
        bottom: 0;
        top: 30%;
    }
    .carousel-caption {
        transform: translateY(-50%);
        bottom: 0;
        top: 30%;
    }
}
.content-search{
    min-height: 100vh;
}

#menu-item-1863 {
    background-color: #eb1c24;
}

#menu-item-1863 a {
    color: #ffffff;
}

@media (max-width: 991px) {
    body .headerContainer .logoContainer {
        float: left;
        width: 240px;
        position: relative;
        margin-right: 10px;
    }
    header .donatebutton {
        max-width: 80px;
        display: inline-block;
        position: relative;
        margin-right: 10px;
        top: 5px;
    }
    header.sticky .donatebutton {
        top: 1px;
    }
}
@media (min-width: 992px) and (max-width: 1320px) {
    body .logoContainer a,
    body .headerContainer.sticky .logoContainer a {
        padding-top: 28px;
    }
    body .logo.colorLogo,
    body .sticky .logo.whiteLogo {
        width: 130px;
    }
    body .headerContainer .mainMenuBar .menu-main-menu-container > ul > li, .mainMenu .topMenu ul li {
        font-size: 12px;
    }
    body .headerContainer .mainMenuBar .menu-main-menu-container > ul > li > a, .mainMenu .topMenu ul li a {
        padding: 0 10px;
    }
    body .headerContainer .mainMenuBar .menu-main-menu-container > ul {
        padding-left: 0;
    }
    body .headerContainer .searchContainer {
        width: 165px;
    }
}
