/*
LAFCA - Main CSS
By Adam Jones - www.adam-makes-websites.com
Created: 2/8/19
Updated: 30/8/19

/*
FONT REF

@font-face {
font-family:"source-sans-pro";
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"source-sans-pro";
font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
font-family:"source-sans-pro";
font-display:auto;font-style:italic;font-weight:700;
}

@font-face {
font-family:"source-sans-pro";
font-display:auto;font-style:normal;font-weight:300;
}
*/



/*! normalize.css v8.0.1 | MIT License |co github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


img {
    image-orientation: from-image;
}

body, html {
	font-family:"source-sans-pro";
	font-display:auto;
	font-style:normal;
	font-weight:400;
}
a {
	color:#edb400;
}
.link {
    text-transform: uppercase;
}
.upper {
    text-transform: uppercase;
}

/* colours */
.yellow {
    color:#edb400;
}

#header {
	height:120px;
	background-color: #272727;
	text-align: center;
}
#header img {
	margin-top:10px;
	width:auto;
	height:100px;
}
@media only screen and (max-width: 440px) {
    /* make items full width */
    #header {
    	height:auto;
    }
    #header img {
        margin-bottom:10px;
        width:90%;
        height:auto;
    }
}
#footer {
    position:fixed;
    bottom:0px;
    width:100%;
    background-color: #272727;

    text-align: center;
    color:#777777;
    font-size:18px;
    text-transform: uppercase;
    padding:18px 0;
}
#menu {
	display:block;
	background-color:#000;
	text-align: center;
	padding:5px 0px;
	margin:0px;
}
#menu li {
	display:inline-block;
    line-height:40px;
	margin:0px 18px;
}
#menu a {
	color:#fff;
	font-weight:700;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:hover, .menuSelected {
	color:#edb400 !important;
}





.innerWrapper {
    font-size:18px;
    line-height: 36px;

    margin:70px auto 120px auto;
    width:92%;
    max-width:1100px;
}
@media only screen and (max-width: 490px) {
    .innerWrapper {
        margin:50px auto 120px auto;
    }
}

.innerClear {
    clear:both;
    height:60px;
}
.content50 {
    width:47%;
    vertical-align: top;
}
.content50:nth-of-type(1) {
    margin-right:30px;
    float:left;
}
.content50:nth-of-type(2) {
    margin-left:30px;
    float:right;
}
@media only screen and (max-width: 1090px) {
    .content50 {
        width:45%;
    }
}

.content100 {
    width:100%;
}
.content70 {
    width:62%;
    vertical-align: top;
    margin-right:30px;
    float:left;
}


.content30 {
    width:27%;
    vertical-align: top;
    margin-left:30px;
    float:right;
}
@media only screen and (max-width: 700px) {
    /* make items full width */
    .content50, .content70, .content30 {
        width:100%;
        float:none;
        margin-left:0px;
        margin-right:0px;
    }
}


/* lists */
.listX1 {
    margin:0px;
    padding:0px;

    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.listX2 {
    margin:0px;
    padding:0px;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.listX3 {
    margin:0px;
    padding:0px;

    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.listX1 li, .listX2 li, .listX3 li {
    list-style:none;
    margin:0px;
    padding:0px;
}





.yellowColor{
    color:#edb400;
     font-size:20px;
 
}

.title {
    font-size:28px;
    line-height:normal;
    text-transform: uppercase;
    position:relative;
    clear:both;
}
.topTitleSpacer {
    margin-top:36px;
}



.underline {
    /* will change item to a block! */
    display:block;
    border-bottom:5px solid #edb400;
    margin-bottom:20px;
}
.centre {
    text-align:center;
}
.right {
    text-align: right;
}



/* top image banners */

.topWrapper{
     position:relative; 
}

.topBit{
     height:40vh !important;
}

.topBanner {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;

    height:40vh !important;
    width:100%;
	position:relative;

}

.topBanner2 {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;

    height:40vh !important;
    width:100%;
position:absolute;
top:0;
  
}
#topBannerHome {

 
    background-image:url("../res/home/top-banner-sample.jpg");
}

#topBannerHome2 {
     
    background-image:url("../res/home/top-banner-sample2.jpg");
}

.topBannerNav a {
    color:#fff;
    text-decoration: none;
    margin:0px 15px;
    font-weight:bold;
}
.arrowNav {
    width:15px;
    height:auto;
}
.bannerAnnounce {
    position:absolute;
    bottom:0;
    background-color:#edb400;
    padding:18px 50px;

    color:#fff;
    font-size:18px;
    line-height:26px;

    text-align: center;
    text-transform:uppercase;
        text-decoration: none;
}
.bannerAnnounce a {
     text-decoration: none;
    display:block;
    color:#000;
}



.sectionsTitle {
    position:absolute;
    bottom:0;
    background-color:#000;
    padding:10px 30px;

    color:#fff;
    font-size:18px;
    line-height:26px;
    text-decoration: none;
    text-align: center;
    text-transform:uppercase;
}

.sectionsTitle a {
     text-decoration: none;
    display:block;
    color:#edb400;
}



#feeddiv {
	height:310px;

}



.boldText{
	font-weight: bold;	
}

.fullWidthImg {
    width:100%;
    height:30vw;
    min-height:200px;
    position:relative;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



/* yellow top banners */
.callOutYellow {
    background-color:#edb400;
    padding:30px 20px;
    text-align: center;
    font-size:25px;
    line-height:normal;
    text-transform: uppercase;
	   color:#fff;
	
	
}
.callOutYellow a:link{
   color:#fff;
	 text-decoration: none;
	
}

.callOutYellow a:visited{
   color:#fff;
	 text-decoration: none;
	
}




/* yellow top banners */
.topBannerYellow {
    background-color:#edb400;
    padding:30px 20px;
    text-align: center;
    font-size:25px;
    line-height:normal;
    text-transform: uppercase;
	
}





.topBannerYellowTight {
    padding:20px 20px !important;
}




.titleImageWrap {
    position:relative;
    text-align: center;
}


/* homepage */
#twitterIcon {
    position:absolute;
    top:-10px;
    margin:0 auto;

    width:45px;
    height:auto;
}
.timeline-Header-title {
    display:none !important;
}


/* awards */
.awardYearsWrap {
    padding:0px 30px;
    margin:0px;
}
.awardYears {
    padding:0px 0px 0px 2%;
    height:24px;
    width: auto;
    list-style: none;
    text-align: left;
}
.awardYears:after {
    content: '';
    width: 100%; /* Ensures justification for single lines */
    display: inline-block;
}
.awardYears li {
    list-style:none;
	width:9.5%;
    margin:0px;
    padding:0px;
	text-align:center;
    display:inline-block;
    line-height:24px;
    font-size:24px;
}
.awardYears li a {
    color:#000;
    text-decoration: none;
}
@media only screen and (max-width: 950px) {
    .awardYears {
        height:20px;
    }
    .awardYears li {
        line-height:20px;
        font-size:20px;
    }

	.awardYears {
		padding:0px 0px 0px 1%;
	}
	.awardYears li {
		width:9%;
	}
}
@media only screen and (max-width: 720px) {
    .awardYears {
        height:16px;
    }
    .awardYears li {
        line-height:16px;
        font-size:16px;
    }
    .awardYearsWrap {
        padding:0px 20px;
    }
}
@media only screen and (max-width: 540px) {
    .awardYears {
        height:14px;
    }
    .awardYears li {
        line-height:14px;
        font-size:14px;
    }
}


/* individual award year */
.awardBox {
    background-color:#f7f7f7;
    position:relative;
    border-top:5px solid #edb400;
    margin-bottom:40px;
}
.awardBoxThumbs {
    padding:9px;
    line-height:0px;
    float:left;
    width:380px;
}
.awardBoxThumbs img {
    height:235px;
    width:auto;
    margin-right:5px;
}
.awardBoxTitleWrap {
    display:table;
    width:auto;
    margin: 9px auto 0 auto;
}
.awardBoxTitles {
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    line-height:26px;
    height:235px;
}
@media only screen and (max-width: 720px) {
    .awardBoxThumbs {
        width:260px;
    }
    .awardBoxThumbs img, .awardBoxTitles {
        height:175px;
    }
    .awardBoxTitles {
        font-size:16px;
    }
}
@media only screen and (max-width: 610px) {
    .awardBoxThumbs, .awardBoxTitles {
        width:auto;
        float:none;
    }
    .awardBoxThumbs {
        text-align: center;
    }
    .awardBoxThumbs img {
        margin:10px;
    }
    .awardBoxTitles {
        position:relative;
        top:-15px;
    }
}
