.front .home-section-2.america,
.front .home-section-4.america,
.front .home-section-6.america{
	    background: #d4d4d4;
} 

#ns-country-selct{
	width: auto !important;
}

.ns-switcher {
   position: absolute;
   top: 0;
   right: 0;
   text-align: left;
   z-index: 99;
   font-size: 1.8em;
}

.ns-switcher input {
  display: none;
}

.ns-switcher label {
  cursor: pointer;
  display: inline-block;
  padding: 3px 23px 3px 10px;
  border: 1px solid;
  background: #c1002b;
  color: #FFF;
  font-family: Unit, Arial, sans-serif;
  -webkit-transition: background-color 0.1s, color 0.1s;
}

.ns-switcher label:hover {
  background: #e20119;
}

.ns-switcher_close {
  -webkit-transition: height .3s ease;
  height: 0;
  overflow: hidden;
  clear: both;
}

.ns-switcher input:checked + .ns-switcher_close {
  height: 41px;
}

.ns-switcher_selected {
  position: relative;
  float: right;
}

.ns-switcher_selected:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    clear: both;
    transition: .5s;
}

.ns-switcher--is-open:after {
  transform: rotate(-180deg);
  transition: .5s;
}

.america_selected {
	background: #27447d !important;
}

.site-header-top .ns-switcher {
    right: 11em;
    margin-top: 0.2em;
    font-size: 2em;
}

.site-header-top .ns-switcher label b {
		display: none;
	}
.site-header-top .ns-switcher label small {
    display: block;
    font-size: 100%;
}
.site-header-top .ns-switcher_selected:after {
    top: 13px;
}
.site-header-top .ns-switcher_selected:after {
    top: 13px;
}

.site-header-top .uk_edition{
	display:none;
}

/** Mobile login buttons next to Geo options **/
.mobile-login-container .ev-myaccount{
  display: none;
}

.mobile-login-container .ev-myaccount .ev-myaccount-list{
  background-color: #fefefe;
  padding: 5px;
  border: 1px solid #888;
  width: 4em;
  text-align: center;
}

.mobile-login-container .ev-myaccount ul{
  list-style-type: none;
  position: absolute;
  display: none;
}

.mobile-login-container .ev-myaccount a{
  text-decoration: none;
}

.mobile-login-container {
    float: right;
    display: none;
}

body.ev-is-loggedin .mobile-login-container button.tns-btn{
  display: none;
}

.mobile-login-container .ev-myaccount ul li:hover{
  background: #ededed;
}

.mobile-login-container button {
    background: none;
    /*padding-right: 0;*/
    font-size: 1em !important;
    font-weight: bold !important;
}

.mobile-login-container button[name="login"]:after {
    content: "\F007";
    font: 1.2em/1em fontawesome;
    /* position: absolute; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: black;
    text-indent: 0;
    colr: black;
}

body.ev-is-loggedin .mobile-login-container .ev-myaccount{
  display: block;
}

.show{
  display: block !important;
}

.content-links-toggle {
    padding: 0 2em !important;
}

.content-links-toggle:hover{
  cursor: pointer;
}

body.page-uk #nsfooter{
  background: white;
  z-index: 9;
}

body.page-uk .sidebar_home:hover, body.page-uk .sidebar_home:active{
  z-index: 10;
}

.fixed-top-ads{
    display: none;
    position: relative;
    padding: 2em;
    background: #fff;
    box-shadow: 0 0 3em 0 rgba(0,0,0,.2);
    z-index: 9;
    min-height: 19em;
    /*position: fixed;*/
    /*top: 8em;*/
    left: 0;
    right: 0;
    overflow: auto;
    text-align: center
}

.top-leaderboard{
  display: none;
}

.fixed-top-ads .close_iframe {
    position: absolute;
    right: 2em;
    top: 38px;
    width: 32px;
    height: 42px;
    line-height: 4;
    opacity: .9;
    font-size: 11px;
}

.fixed-top-ads .close_iframe span {
    background: white;
    padding: 0 2px;
}

.close_iframe:before, .close_iframe:after {
    left: 20px !important;
}


