@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-BookItalic.woff2') format('woff2'),
    url('../fonts/GothamHTF-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-Medium.woff2') format('woff2'),
    url('../fonts/GothamHTF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-Book.woff2') format('woff2'),
    url('../fonts/GothamHTF-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-LightItalic.woff2') format('woff2'),
    url('../fonts/GothamHTF-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-Bold.woff2') format('woff2'),
    url('../fonts/GothamHTF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html, body {
    font-family: 'Gotham HTF', sans-serif;
    scroll-behavior: smooth;
}
.page main#content{
    padding: 0;
}
.stat-sect .top-soc{
    position: absolute;
    top: 125px;
    right: 0;
    display: flex;
    flex-direction: column;
}

.stat-sect .top-soc .read_link{
    width: 100%;
}
.stat-sect .top-soc .read_link:nth-child(2){
    margin-top: 10px;
}
.stat-sect .top-soc .read_link .a2a_dd span{
    background: #192a67;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 10px;
}
.stat-sect .top-soc .read_link i{
    float: left;
    margin-right: 10px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    padding: 2px 9px;
    background: #192a67;
    border-radius: 50%;
    font-weight: bold;
}
.stat-sect .top-soc .read_link p{
    float: left;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 5px 10px;
    background: #192a67;
}
.h0{
    height: 0;
    margin: 0;
    opacity: 0;
    transition: 0.5s ease all;
    float: left;
    display: none;
}
.h-1{
    height: 100%;
    opacity: 1;
    transition: 0.5s ease all;
    display: block !important;
}
.search-page .searchStatisticsContent{
    float: left;
    width: 100%;
    padding: 0px 15px;
    min-height: auto;
    background-color: initial;
    background: rgba(255,255,255,0.9);
    position: relative;
    z-index: 9999;
}
.search-page .searchStatisticsContent .countries{
    width: 25%;
    float: left;
    user-select: none;
}
.search-page .searchStatisticsContent .countries .button{
    cursor: pointer;
    float: left;
}
.search-page .searchStatisticsContent .countries .button:hover > p{
    color: #cf0e3e;
    transition: 0.3s ease all;
}
.search-page .searchStatisticsContent .countries .button:hover > i{
    color: #cf0e3e;
    transition: 0.3s ease all;
}
.search-page .searchStatisticsContent .countries .button i{
    float: left;
    line-height: 50px;
    margin-right: 5px;
    color: #192a67;
    font-size: 17px;
    transition: 0.3s ease all;
}
.search-page .searchStatisticsContent .countries .button i.active{
    color: #cf0e3e;
}
.search-page .searchStatisticsContent .countries .button p{
    float: left;
    line-height: 50px;
    margin: 0;
    color: #192a67;
    font-weight: 600;
    font-size: 14px;
}
.search-page .searchStatisticsContent .countries .button p.active{
    color: #cf0e3e;
}
.search-page .searchStatisticsContent .SSselector{
    width: 50%;
    float: left;
    padding: 0;
}
.search-page .searchStatisticsContent .SSselector .SSselect{
    background: transparent;
    margin: 0;
}

.dropdown-menu .inner.show {
    background: #fff !important;
}
.search-page .searchStatisticsContent .SSselector .SSselect .dropdown-menu{
    margin: 0;
    background: transparent;
}
.search-page .searchStatisticsContent .SSselector .SSselect .dropdown-menu .bs-searchbox::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    position: absolute;
    top: 0;
    right: 20px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
    line-height: 50px;
}
.search-page .searchStatisticsContent .SSselector .SSselect .dropdown-menu .bs-searchbox{
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}
.search-page .searchStatisticsContent .SSselector .SSselect .dropdown-menu .bs-searchbox .form-control{
    background-color: transparent;
    height: 50px;
}
.search-page .searchStatisticsContent .SSselector .SSselect .dropdown-menu .bs-searchbox .form-control::-webkit-input-placeholder, .search-page .searchStatisticsContent .SSselector .SSselect .dropdown-menu .bs-searchbox .form-control::-moz-placeholder, .search-page .searchStatisticsContent .SSselector .SSselect .dropdown-menu .bs-searchbox .form-control:-ms-input-placeholder, .search-page .searchStatisticsContent .SSselector .SSselect .dropdown-menu .bs-searchbox .form-control:-moz-placeholder{
    color: #192a67;
}
.search-page .searchStatisticsContent .list_countries{
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    padding-left: 10px;
    list-style-type: none;
    padding-bottom: 15px;
}
.search-page .searchStatisticsContent .list_countries li a{
    color: #192a67;
    text-decoration: none;
    transition: 0.5s ease all;
}
.search-page .searchStatisticsContent .list_countries li a:hover{
    color: #cf0e3e;
    transition: 0.5s ease all;
}
.search-page .ssm{
    position: absolute;
    left: 0;
    right: 0;
    width: 65%;
    margin: auto;
    top: 0;
    bottom: 0;
    max-height: 120px;
    z-index: 999;
    min-height: initial;
    padding: 20px;
    background: rgb(226,223,225);
    background: -moz-linear-gradient(-45deg, rgba(226,223,225,0.8) 0%, rgba(226,223,225,0.1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(226,223,225,0.8) 0%,rgba(226,223,225,0.1) 100%);
    background: linear-gradient(135deg, rgba(226,223,225,0.8) 0%,rgba(226,223,225,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2dfe1', endColorstr='#e2dfe1',GradientType=1 );
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    border-radius: 2px;
}
.page .search-subtitle {
    display: none;
}
.page.search-page .search-subtitle {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.9);
    position: absolute;
    bottom: 10px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
}
.main.statistics_page{
    margin: 0;
}
.main.statistics_page .countries{
    width: 20%;
    float: left;
    user-select: none;
}
.main.statistics_page .countries .button i{
    float: left;
    line-height: 50px;
    margin-right: 5px;
    color: #192a67;
    font-size: 17px;
}
.main.statistics_page .countries .button i.active{
    color: #cf0e3e;
}
.main.statistics_page .countries .button{
    cursor: pointer;
    float: left;
}
.main.statistics_page .countries .button p{
    float: left;
    line-height: 50px;
    margin: 0;
    color: #192a67;
    font-weight: 600;
    font-size: 12px;
}
.main.statistics_page .countries .button p.active{
    color: #cf0e3e;
}
.main.statistics_page .stat-comparison{
    width: 100%;
    display: block;
}
.main.statistics_page .stat-comparison #statTab li:first-child{
    margin-right: 0;
    /*width: 100%;*/
}
.main.statistics_page .stat-comparison #statTab{
    margin: 0 auto;
    width: 100%;
    position: absolute;
    padding: 0px 30px;
}
.main.statistics_page .stat-sect .stat-short-desc{
    color: #fff;
}
.main.statistics_page .stat-sect .stat-short-desc ul{
    margin: 30px 0;
    text-align: left;
}
.main.statistics_page .SSselector{
    width: 60%;
    float: left;
}
.main.statistics_page .stat-comparison{
   /*background-color: rgba(25,42,103,0.8);*/
   margin-top: 125px;
}
.main.statistics_page .row-dyk .usef-links-cont {
    background-color: #192a67;
    padding: 35px 25px;
    color: #fff;
    height: 100%;
}
.main.statistics_page .row-dyk .usef-links-cont .usef-links-head{
    color: #fff;
    font-size: 14px;
}
.main.statistics_page .row-dyk .usef-links-cont .ul-cont ul{
    padding-left: 15px;
}
.main.statistics_page .row-dyk .usef-links-cont .ul-cont ul li{
    color: #fff;
}
.main.statistics_page .row-dyk .usef-links-cont .ul-cont ul li a{
    color: #fff;
    font-weight: 600;
}
.main.statistics_page .row-dyk .usef-links-cont .down-country-prof p{
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}
.main.statistics_page .row-dyk .usef-links-cont .down-country-prof img{
    width: 30%;
}
.main.statistics_page .row-dyk{
    margin-top: 125px;
}
.main.statistics_page .row-dyk .did-you-know-cont{
    padding: 35px 25px 60px 25px;
    background-color: rgba(255,255,255,0.85);
    height: 100%;
}
.main.statistics_page .row-dyk .did-you-know-cont span.state{
    font-weight: bold;
    color: #192a67;
    display: inline-block;
}
.main.statistics_page .row-dyk .did-you-know-cont p.state{
    font-weight: bold;
    color: #192a67;
    display: inline-block;
}
.main.statistics_page .row-dyk .did-you-know-cont p{
    color: #192a67;
}
.main.statistics_page .row-dyk .did-you-know-cont p.dyk-head{
    font-size: 14px;
}
.main.statistics_page .stat-comparison ul li.nav-item a{
    border: none;
    color: #fff;
}
.main.statistics_page .stat-comparison ul li.nav-item a.active{
    border: none;
}
.main.statistics_page .stat-comparison ul li.nav-item a#eu-country{
    background-color: #55C2E4;
}
.main.statistics_page .stat-comparison ul li.nav-item a#us-country{
    background-color: #cf0e3e;
}
.main.statistics_page .searchStatisticsContent{
    float: left;
    padding: 0px 15px;
    width: 100%;
}
.main.statistics_page .searchStatisticsContent .SSselector .dropdown-menu{
    margin: 0;
}
.main.statistics_page .searchStatisticsContent .SSselector .dropdown-menu .bs-searchbox::after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f002";
    position: absolute;
    top: 0;
    right: 20px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
    line-height: 46px;
}
.main.statistics_page .list_countries{
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    padding-left: 10px;
    list-style-type: none;
    padding-bottom: 15px;
}
.main.statistics_page .list_countries li a{
    color: #192a67;
    text-decoration: none;
}
.main.statistics_page .list_countries li a:hover {
    color: #cf0e3e;
}
.main.statistics_page .stat-sect .stat-title{
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 45px;
    background-color: rgba(85,194,228,0.7);
    margin-top: 30px;
}
.main.statistics_page .us_state .stat-title{
    background-color: rgba(207, 14, 62, 0.7);
}
.main.statistics_page .stat-sect .stat-short-desc{    
    text-align: center;
    background-color: rgba(25,42,103,0.7);
    padding: 0 5%;
}
.main.statistics_page .cont-stat{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    /*margin-top: 125px;*/
}
.main.statistics_page .stat-sect .next-sect{
    text-align: center;
}
.main.statistics_page .stat-sect .move-sect{
    text-decoration: none;
    margin-top: 100px;   
}
#cs3 {
    padding-bottom: 100px;
}
.main.statistics_page .stat-sect .next-sect p{
    color: #fff;    
    font-size: 20px;
    font-weight: 600;
}
.main.statistics_page .stat-sect i.far{
    font-size: 35px;
    color: #fff;
    margin-top: 50px;
}
.main.statistics_page .stat-sect .stat-short-desc p{
    margin: 20px 0;
    color: #fff;
}
.stat-sect{
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    position: relative;
    /*height: 100vh;*/

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.content {
    min-height: 300px;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #7e80ab;
}
header.navbar{
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
}
header.navbar .navbar-collapse .menu{
    width: 100%;
    margin: 0;
    text-align: right;
}
header.navbar .navbar-collapse .menu li {
    display: inline-block;
    margin-right: 20px;
}
header.navbar .navbar-collapse .menu li a{
    color: #7e80ab;
    text-decoration: none;
    font-weight: 600;
}
header.navbar .navbar-collapse .menu li:hover a {
	color: #192a67;
}
header.navbar .navbar-collapse .menu li:hover i {
	background-color: #192a67;	
}
header.navbar .navbar-brand {
    font-size: 32px;
    font-weight: bold;
    color: #192a67;
}
header.navbar .navbar-collapse i.fa-search{
    transform: rotate(90deg);
}
header.navbar .navbar-collapse i{
    font-size: 14px;
    margin-right: 5px;
    padding: 8px;
    background-color: #aeaecd;
    border-radius: 50%;
    color: #fff;
}
.footer{
    padding: 70px 0;
    color: #fafafa;
}
.footer .footer_text p{
    margin: 0;
    font-size: 14px;
}
.footer .footer_logo{
    /*display: flex;*/
    height: 100%;
    margin-bottom: 25px;
}
.footer .footer_logo img{
    align-self: flex-end;
}
.footer .foot_soc_cont{
    display: flex;
    height: 100%;
    float: right;
    margin: 20px 0 30px 0;
}
.footer .foot_soc_cont ul{
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-self: center;
}
.footer .foot_soc_cont ul li{
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.footer .foot_soc_cont ul li a{
    color: #fff;
    line-height: 45px;
}
#content{
    background-color: #f1f1f7;
}
.page-download-centre .articleBody{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    margin-bottom: 25px;
}
.page-11 #content{
    background-color: #f1f1f7;
}

.download #content ul {
    padding: 0;
    width: 100%;
}
.download #content ul li {
    list-style: none;
    padding: 0;
}
.download #content .articleBody a {
    color: #192a67;
    text-decoration: none;
    position: relative;
    display: block;
}
.download #content .articleBody a::before{
    content: '\f358';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;    
    color: #cf0e3e;
    padding-right: 20px;
}
.download #content a:hover {
    color: #cf0e3e;
}
#content h3{
    color: #192a67;
}
.author_details ul{
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
}
.author_details ul li{
    display: inline-block;
}
.page.download .article_header, .page.about .article_header{
    display: none;
}
.author_details ul li i{
    padding: 10px;
    color: #fff;
    border-radius: 50%;
}
.author_details ul li i.fa-envelope{
    background-color: #192a67;
}
.author_details ul li i.fa-twitter{
    background-color: #009fe3;
}
.author_details ul li i.fa-linkedin-in{
    background-color: #6C92CC;
}

.article_header{
    border-top: 15px solid #009fe3;
    position: relative;
    width: 100%;
    text-align: center;
}
.article_header img {
    object-fit: cover;
    width: 100%;
    max-height: 500px;
}
.article_header .article-buttons{
    width: 200px;
    position: absolute;
    top: 0;
    left: 70px;
    z-index: 999;
}
.article_header .article-buttons .article_category{
    width: 100%;
    background-color: #009fe3;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 5px 15px;
    margin-bottom: 5px;
}
.article_header .article-buttons .article_back{
    float: left;
    line-height: 40px;
    width: 95px;
    margin-right: 10px;
    text-align: center;
    background-color: #192a67;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.share-article .a2a_kit .a2a_dd{
    float: left;
    line-height: 40px;
    width: 95px;
    text-align: center;
    background-color: #192a67;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.page.snapshot .overlay-desc strong{
    background-color: #192a67;
}
.page.trade .overlay-desc strong{
    background-color: #00A685;
}
.page.investment .overlay-desc strong{
    background-color: #55C2E4;
}
.jobs .share-article{
    display: none;
}
.investment .share-article{
    display: none;
}
.trade .share-article{
    display: none;
}
.snapshot .share-article{
    display: none;
}
.share-article .a2a_kit span{
    display: none;
}
.share-article{
    margin-top: 30px; /* was 35px */
    padding-left: 35px;
}
.page.jobs .pageinside-item .col-9{
    align-self: center;
}
.page.investment .pageinside-item .col-9{
    align-self: center;
}
.page.trade .pageinside-item .col-9{
    align-self: center;
}
.page.snapshot .pageinside-item .col-9{
    align-self: center;
}
.page.trade #amcham-bann .amcham-bann .bann-overlay .overlay-desc{
    /*font-size: 22px;*/
}
.page.download .share-article{
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-top: 0px;
}
.page.download #amcham-featured .amcham-featured > .col-md-12{
    margin-left: -15px;
}
.main.statistics_page .us_state .stat-comparison ul li.nav-item a#eu-country{
    background-color: #cf0e3e;
}
.article_header {
    border-top: 15px solid #192a67;
    margin-top: 73px;
}
.article_header.facts .article_category {
    background-color: #192a67;
}
.article_header.media {
    border-top: 15px solid #55c2e4;
}
.article_header.media .article_category {
    background-color: #55c2e4;
}
.article_header.local-impact {
    border-top: 15px solid #3e467e;
}
.article_header.local-impact .article_category {
    background-color: #3e467e;
}
.article_header.opinions {
    border-top: 15px solid #86cfeb;
}
.article_header.opinions .article_category {
    background-color: #86cfeb;
}
.article_header.us-bussiness-in-europe .article-buttons{
    background-color: #70BBD7;
}

#content .page-header{
    color: #192a67;
    padding: 0 35px;
}
#content .item-page {
    background-color: #fff !important;
    margin: 0px 0px 30px 0px;
}
#content .page-header h2{
    font-weight: bold;
}
#content .author_details{
    color: #192a67;
    padding: 30px 35px 0 35px;
}
#content .author_details .author_title{
    position: relative;
    display: inline;
    font-size: 19px;
    font-weight: 600;
}
#content .author_details .author_title:before{
    position: absolute;
    content:'';
    width: 110%;
    height: 2px;
    background-color: #192a67;
    top: -5px;
}
#content .item-page .page-header h2{
    margin-top: 30px;
}
#content .articleBody {
    color: #192a67; 
    padding: 25px 50px;
}
.page.search-page #content .articleBody {
    padding: 0;
}
#content .articleBody a{
    color: #03a7fc;
}
#content .author_details .author_name{
    margin-top: 15px;
}
#content .author_details .author_name p{
    font-weight: bold;
    margin-bottom: 0;
}
#content .author_details .author_function p{
    margin-bottom: 15px;
}
#content .articleBody p {
    font-size: 16px;
}

blockquote p {
    margin-bottom: 0;
}
#content .articleBody blockquote {
    padding-left: 15%;
    position: relative;    
    line-height: 30px;
}
#content .articleBody blockquote em {
    margin-bottom: 15px;
    display: block;
}
#content .articleBody blockquote i {
    font-size: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
#content .articleBody blockquote p:first-child{
    font-size: 25px;
    font-weight: lighter;
}
.page-1 #content .item-page{
    background-color: #f1f1f7;
}
.simple-page{
    background-color: #f1f1f7 !important;
}
.jobs_table tr td{
    background-color: #ffffff;
    border: 10px solid #f1f1f7;
    border-radius: 15px;
}
.jobs_table p {
    margin: 0;
}
.jobs_table img {
    max-width: 150px;
    padding: 10px;
    height: auto;
}
.snapshot .jobs_table img {
    max-width: 100px;
}
#content .articleBody .article-snapshot{
    background-color: #192a67;
    color: #fff;
    padding: 10px 35px;
    border-radius: 10px;
    margin-bottom: 30px;
}
#content .articleBody .article-snapshot p{
    margin-bottom: 0;
}
.menu-search.active{
    opacity: 1;
}
.menu-search {
    position: absolute;
    width: 200px !important;
    min-height: 0 !important;
    opacity: 0;
}
.menu-search .SSselector {
    background: none;
    padding: 0;
}
.menu-search .SSselect {
    height: 50px;
    border: 1px solid #000;
    margin-bottom: 0;
}

#navbarSupportedContent .menu-search {
    top: 60px;
}

.page.investment .articleBody img {
    filter: hue-rotate(203deg) saturate(300%);
}
.page.trade .articleBody img {
    filter: hue-rotate(190deg) saturate(250%);
}


header.navbar {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
p.dyk-head, p.usef-links-head {
    background-color: #55C2E4;
    font-size: 20px !important;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 5px 0;
}
p.usef-links-head {
    background-color: #cf0e3e;
}

.investments_cont {
    white-space: normal;
}



@media( min-width: 768px ){
    .page-download-centre .articleBody{
        /* column-count: 2; */
    }
}

@media(max-width: 1100px ){
    .search-page .ssm {
        width: 87%;
        padding: 10px;
    }
    .search-page .searchStatisticsContent .list_countries, .main.statistics_page .list_countries {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    .main.statistics_page .SSselector {
        width: 45%;
    }
    .main.statistics_page .countries {
        width: auto;
    }
    .statistics_page .ssm {
        width: 65%;
        left: -10%;
    }
}

@media(max-width: 768px ){
    .stat-sect {
        
        background-size: auto !important;
        background-position: center top !important;
    }
    .statistics_page .ssm {
        width: 65%;
        left: 0%;
    }
    header.navbar {
        padding: 10px;
    }
    header.navbar .navbar-brand {
        font-size: 20px;
        font-weight: 700;
    }
    #content .articleBody {
        padding: 0;
    }
    #amcham-bann .bann-overlay {
        width: 100% !important;
        padding: 60px 20px !important;
    }

    header.navbar .navbar-collapse .menu li {
        padding: 10px 0;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    
    td { 
        /* Behave  like a "row" */
        border: none;
        position: relative;
        /*padding-left: 50%; */
    }
    
    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 1;
    }
    .search-page .ssm {
        max-height: initial;
        top: 150px;
        width: 90%;
        /*position: relative;*/
        margin-bottom: 50px;
        padding: 10px;
    }
    .w-100 {
        height: 100% !important;
    }
    #carouselSearch {
        min-height: 500px;
    }
    .search-page .searchStatisticsContent .countries {
        width: 50%;
    }
    .search-page .searchStatisticsContent {        
        padding: 0px 10px;
        padding-top: 50px;
    }
    .search-page .searchStatisticsContent .SSselector {
        width: 100%;
        float: none;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .search-page .searchStatisticsContent .list_countries {
        padding: 0 0 20px 0;
        font-size: 14px;
    }
    .search-page .searchStatisticsContent .list_countries li {
        padding: 5px 0;
    }
    .search-page .searchStatisticsContent .list_countries {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .main.statistics_page .stat-comparison #statTab {
        padding: 0px 15px;
    }
    .statistics_page .tab-content .tab-pane {
        padding-top: 150px;
    }
    .main.statistics_page .SSselector {
        display: none;
    }
    .main.statistics_page .countries {
        width: 50%;
    }
    .main.statistics_page .list_countries {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        font-size: 14px;
        padding: 0 0 10px 0;
    }
    .main.statistics_page .list_countries li {
        padding: 5px 0;
    }
    .country-section-1, .country-section-2, .country-section-3 {
        padding-top: 75px;
    }
    .ccm {
        width: 92%;
    }
    .stat-sect .top-soc {
        top: 75px;
    }
    .statistics_page .ssm {
        top: 150px;
        width: 90%;
    }
}

@media( max-width: 476px){
    #content .articleBody img{
        margin-top: 20px;
    }
}
@media( min-width: 1400px) {
    .main.statistics_page .row-dyk .did-you-know-cont {
    padding: 35px 25px 100px 25px;
    }
}