body{
    margin:0px;
    padding:0px;
    font-size:100%;
}

div.v-spacer{
    clear:both;
    height:20px;
}

#strip{
    text-align:center;
    width:100%;
    height:250px;
    background-color:#f60;
    background-size:cover;
    background-image:url(../Images/atf_colourbg_large.jpg);
    background-position:50% 70%;
    box-sizing:border-box;
}

#strip h1{
    margin:0;
    padding-top:40px;
}

#strip h1 img{
    max-width:100%;
    height:auto;
}

#main-text-column{
    width:100%;
    padding:10px;
    box-sizing:border-box;
}

#main-nav{
    font-family: "avenir-heavy";
    text-transform:uppercase;
    list-style-type:none;
    margin:0px;
    padding:20px 0 0 0;
}

#main-nav li{
    display:inline-block;
}

#main-nav li a{
    color:#fff;
    text-decoration:none;
    padding:6px 8px 4px 8px;
    display:block;
    border-radius:4px;
    -webkit-transition:background-color 0.2s;
    transition:background-color 0.2s;
}

#main-nav li a:hover{
    background-color:rgba(255,255,255,0.3);
}

div.text{
    font-family: "chaparral-pro";
}

div.text p{
    font-weight:400;
    font-size:1.3em;
    color:#333;
}

div.text a{
    /* color:#fa512A; */
    color:#B44333;
    text-decoration:none;
}

div.text a:hover{
    text-decoration:underline;
}

div.text a i.fa{
    margin-right:6px;
}

div.text h1, div.text h2{
    /* font-family:'din', sans-serif; */
    margin: 0.2em 0 0.5em 0;
    font-family: "avenir-light";
}

div.text h2{
    font-size:2.5em;
    letter-spacing:0.05em;
}

figure.sm-attachment img{
	display:inline-block;
	/* -webkit-box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.63);
	-moz-box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.63);
	box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.63); */
}

#mc_embed_signup form{
    padding-left:0px!important;
}

div.centred{
    margin:0 auto;
    padding:10px 30px 40px 30px;
    width:calc(100vw - 30px);
    text-align:center;
    box-sizing:border-box;
}

div.centred iframe, div.centred div{
    margin:0 auto;
}

ul.logo-list{
    list-style-type:none;
    margin:5px 30px;
    padding:0;
    text-align:center;
}

ul.logo-list li{
    display:inline-block;
    margin-right:15px;
    margin-bottom:10px;
}

ul.logo-list li a{
    display:block;
    padding:10px 15px;
}

ul.logo-list li a img{
    max-height:45px;
    min-height:44px;
    width:auto;
}

.quote{
    padding:20px;
}

.quote.red{
    background-color:#B44333;
}

section.black{
	background-color:#111;
}

section h2{
    font-family: "avenir-heavy";
    text-transform:uppercase;
    font-size:1.1em;
    letter-spacing:0.1em;
    color:#B44333;
    text-align:center;
}

section.red h2{
    color:#fff;
    opacity:0.75;
}

section.black h2{
    color:#fff;
}

section h3{
    font-family: "avenir-heavy";
    text-transform:uppercase;
    font-size:1em;
    letter-spacing:0.1em;
    color:#B44333;
    text-align:center;
}

.quote.red div.text p, .quote.red div.text a{
    color:#fff;
}

@media screen and (min-width: 640px) {
    
    div.column{
        float:left;
        margin-right:15px;
        box-sizing:border-box;
    }
    
    div.column.last{
        margin-right:0;
    }
    
    div.column.half{
        width:calc(50% - 8px);
    }
    
    div.centred{
        
    }
    
}

@media screen and (min-width: 760px) {
    
    #strip h1 img{
        max-width:initial;
        height:110px;
        width:auto;
    }
    
    #main-text-column{
        margin-left:auto;
        margin-right:auto;
        width:750px;
        padding:0px;
    }
    
    .quote{
        padding:30px 120px;
    }
    
    div.quote-inner.text{
        text-align:center;
        font-size:1.6em;
    }
    
    div.centred{
        width:730px;
    }
    
}

@media screen and (min-width: 1000px) {
    
    .quote{
        padding:30px 150px;
    }
    
    div.centred{
        width:860px;
    }
    
}