.Clearfix{
	*zoom:1;
	&:before,
	&:after {
	    content:"";
	    display:table;
	}
	&:after {
	    clear:both;
	}
}

nav .country-ident{
    position: absolute;
    top: 27px;
    z-index: 5;
    right: 20px;
}

nav .country-ident .flag{
    box-shadow: 0 0 5px grey;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    width: 34px;
}

header .flag{
    width: 11.2%;
}

.ie .index .newsletter h2{
    font-size: 1.2em;
    font-weight: bold;
}

.ie .index .newsletter p{
	margin-bottom: 0.5em;
}

.ie .index .newsletter-form #CAT_Custom_358094,
.ie .index .newsletter-form #EmailAddress{
	margin-bottom: 1em;  
    border: 1px solid #a9a9a9;
    padding: 0.5em;
    border-radius: 3px;
}
    
.ie .index .newsletter-form #CAT_Custom_358094{
    float: left;
	margin-right: 2%;    
    width: 48%;
}

.ie .index .newsletter-form #EmailAddress{
    float: left;
    width: 50%;
}

.ie .index .newsletter-form .g-recaptcha{
    float: left;
}

.ie .index .newsletter-form,
.ie .index .newsletter-form form{
    .Clearfix();
}

.ie .index .newsletter .cat_button{
    font-size: 1em!important;
    margin: 0.5em 0!important;
}

@media (min-width: 43.75em){
    
    .ie .index .newsletter {
        padding: 1em 1.5em;
    }
    
}







