@import url("reset.css");

/* COLORS */

.book_color {
	background: rgba(180,178,30,1); /* yellow */
	background: #b3b11e; /* yellow */
	background: rgba(70,80,116,1); /* light purple */
	background: #464f74; /* light purple */
	background: rgba(36,45,66,1); /* dark purple */
	background: #242d42; /* dark purple */
	background: rgba(3,153,154,1); /* blue highlight */
	background: #03999a; /* blue highlight */
	background: rgba(0,170,235,1); /* logo blue */
	background: #00aaeb; /* logo blue */
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	background-color: #666;
}

i, em {
	font-style: italic;
	white-space: nowrap;
}

#container {
	margin: 0 auto;
	width: 980px;
	background: rgba(62,74,130,1);
    box-shadow: 0 0 5px #000;
	overflow: hidden;
}

header {
	margin: 0 0 0 -130px;
	width: 1180px;
	height: 474px;
	background: rgba(62,74,130,1);
	z-index: 200;
	position: relative;
	float: left;
}

#yellow_header {
	width: 50%;
	height: 100%;
	background: #b3b11e;
	position: absolute;
}

#logo {
	width: 300px;
	height: 160px;
	top: 42%;
	right: 70px;
	position: relative;	
	float: right;
}

#logo h1 a {
	width: 300px;
	height: 160px;
	text-indent: -999em;
	background: url(../i/logo.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    overflow: hidden;
}

#subhead {
	top: 5px;
	left: 13px;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	opacity: 0;
	position: relative;
}

.subhead_fade {
	animation-name: subhead_anim;
	animation-duration: 1s; 
	animation-timing-function: ease-in; 
	animation-delay: 3.5s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes subhead_anim {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes subhead_anim {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

@-o-keyframes subhead_anim {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes subhead_anim {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

nav#large_nav {
	top: 42%;
	right: 450px;
	position: relative;
	float: right;
}

nav#large_nav ul li:hover, nav#large_nav ul li:focus, nav#small_nav ul li:hover, nav#small_nav ul li:focus {
	background: #00aaeb;
}

nav#large_nav ul li a	{
	padding: 0 20px;
	color: #fff;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 1.125em;
	line-height: 1.75em;
	font-weight: 400;	
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	display: block; 
}

nav#small_nav {
	display: none;
}

#bodyPhoto {
    margin: 490px 0 0 -203px;
    width: 1350px;
    height: 594px;
    background: url(../i/landing_main.jpg) no-repeat;
    background-size: cover;
}

section {
    margin: -290px 0 0;
    float: left;
}

.content {
    margin: 0;
    padding: 110px 60px 60px;
    max-width: 980px;
    background-color: #242d42;
    float: left;
    overflow: hidden;
}

.content h1, .content h2 {
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.content h1, .content h2, .content p {
    margin: 0 auto;
    max-width: 980px;
    color: #fff;
    text-align: right;
}

.content h1 {
    margin: 0 0 10px;
    font-size: 2em;
    clear: both;
}

.content h2 {
	margin: 0 0 10px;
	color: #b3b11e;
    font-size: 1.2em;
    font-weight: 700;
}

.content p {
    margin: 0 0 15px;
    font-size: 0.875em;
    line-height: 1.75em;
    font-weight: 300;
    clear: both;
}

.left_content, .right_content {
    margin: 0;
    width: 50%;
    max-width: 480px;
    float: left;
    overflow: hidden;
}

.left_content {
    padding: 0 30px 0 0;
}

.right_content {
    padding: 0 0 0 30px;
}

.left_content:first-of-type {
    margin: 110px 0 0;
}

.left_content a img, .right_content a img {
    margin: 0 0 15px 25px;
    width: 120px;
    background-color: #666;
    float: right;
}

.left_content a:last-of-type img {
	margin: 0 0 70px 25px;
}

.left_content p a, .right_content p a {
    color: #00aaeb;
    text-decoration: none;
}

.left_content p a:hover, .right_content p a:hover {
    text-decoration: underline;
}

.left_content > img, .right_content > img {
    margin: 0 0 10px;
    max-width: 480px;
    background-color: #000;
    float: right;
}

.left_content ul, .right_content ul {
    clear: both;
}

.left_content ul li, .right_content ul li {
    margin: 0 0 15px;
    width: 50%;
    float: right;
}

.left_content ul li p, .right_content ul li p {
    margin: 0;
}

.videowrapper {
    margin: 0 0 10px;
    padding: 25px 0 56.25%;
    height: 0;
    position: relative;
}

.videowrapper video {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

audio {
	margin: 0 0 30px;
	width: 400px;
	float: right;
}

#sliderContainer {
	height: 650px;
	margin: 250px 0 -300px -60px;
	width: 100%;
	max-width: 90%;
	float: right;
	z-index:1;
	position: relative;
	object-fit: contain;
	
}

img[src="../i/award_groupA_latest.png"] { 
	
	  width: 100%;
      max-width: 100%;
	  height: 120%;
	  max-height: 100%;
	  float: right;
	  object-fit: contain;
	
}

#slider {
	height: 100%;
	align-content: center;
}



.imgContainer {
	width: 100%;
	height: 230px;
	position: absolute;
}

#slide01 {
	opacity: 1;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

#slide02, #slide03 {
	opacity: 0;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.slideContent {
	top: 30%;
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	position: relative;
}

.slideContent2 {
	top: 35%;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
}

.footer {
	margin: 50px 0 0 -8px;
	padding: 0;
	width: 100%;
	height: 35px;
	bottom: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background: -webkit-linear-gradient(rgba(10,180,180,1), rgba(0,150,150,1));
	background: -o-linear-gradient(rgba(10,180,180,1), rgba(0,150,150,1));
	background: -moz-linear-gradient(rgba(10,180,180,1), rgba(0,150,150,1));
	background: linear-gradient(rgba(10,180,180,1), rgba(0,150,150,1));
	z-index: 200;
	position: fixed;
}

.rotate {
	-ms-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	transform-origin: top left;
}

#lightbox_overlay {
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(70,79,116,.9);
	z-index: 500;
	display: none;
	position: fixed;
}

#lightbox_content {
	top: 45%;
	left: 58%;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
	text-align: right;
	position: absolute;
	-ms-transform: rotate(-15deg) translate(-50%, -50%);
	-webkit-transform: rotate(-15deg) translate(-50%, -50%);
    transform: rotate(-15deg) translate(-50%, -50%);
	transform-origin: center;
}

#lightbox_content ul li a {
	padding: 0 20px;
	color: #fff;
	line-height: 1.6em;
	text-transform: uppercase;
	text-decoration: none;
}

#lightbox_content ul li:hover, #lightbox_content ul li:focus {
	background: #00aaeb;
	outline: none;
}

#lightbox_content a img {
	top: 6px;
	left: 190px;
	display: block;
	position: absolute;
}


@media screen and (max-width: 980px) {

	#container {
		width: 100%;
	}
	#slider {
		height:380px;
	}


	#sliderContainer {
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		padding-left: 19%;
		margin-right: auto;
		object-fit:contain;
		
		
	    
	}
	img[src="../i/award_groupA_latest.png"] { 
	
	  width: 100%;
      max-width: 100%;
	  height: 120%;
	  max-height: 100%;
	  float: right;
	  object-fit: contain;
	
		
	}


@media screen and (max-width: 940px) {

	#bodyPhoto {
	    margin: 540px 0 0 -355px;
	}

}


@media screen and (max-width: 800px) {

	header {
		margin: -20px 0 0 -130px;
		height: 260px;
	}

	#yellow_header {
		width: 27%;
	}

	#logo {
		width: 180px;
		height: 95px;
		top: 117px;
	    right: 24px;
	}

	#logo h1 a {
		width: 180px;
		height: 95px;
	}

	#subhead {
		top: 3px;
		left: 7px;
		font-size: 10.495px;
	}

	nav#large_nav {
		display: none;
	}

	nav#small_nav {
		top: 176px;
		left: 347px;
		width: 40px;
		background-color: transparent;
		display: block;
		z-index: 300;
		position: relative;
	}

	#bodyPhoto {
	    margin: 310px 0 0 -375px;
	    width: 1275px;
	    height: 530px;
	}

	section {
        float: none;
    }

    .content {
        padding: 0 15px 30px;
        float: none;
    }

    .left_content, .right_content {
        margin: 0 0 15px;
        padding: 0;
        width: 100%;
        float: none;
    }

    .left_content:first-of-type {
        margin: 0 0 15px;
    }

    .content h1, .content h2, .content p {
        text-align: left;
    }

    .content h1 {
        margin: 0 0 10px;
        font-size: 1.75em;
    }

    .content h2 {
        margin: 0 0 10px;
        font-size: 1.3em;
    }

    .content p {
        margin: 0 0 15px;
        font-size: 0.75em;
    }

    audio {
		margin: 0 0 30px;
		width: 100%;
		float: none;
	}

    .left_content a img, .right_content a img {
        margin: 0 25px 15px 0;
        float: left;
    }

    .left_content a:last-of-type img {
		margin: 0 25px 70px 0;
	}

    .left_content > img, .right_content > img {
        float: left;
    }

    .left_content ul li, .right_content ul li {
        float: left;
    }

	#sliderContainer {
	    margin: 250px 0 -250px -60px;
	}

	.slideContent {
		width: 100%;
	}

}


@media screen and (max-width: 690px) {

	#bodyPhoto {
	    margin: 572px 0 0 -1460px;
	    width: 2220px;
	    height: 655px;
	}

	#sliderContainer {
		margin: 150px 0 -250px -60px;
	}

}


@media screen and (max-width: 570px) {

	#sliderContainer {
		width: 120%;
	}

	#slider {
		margin: 0 0 0 60px;
		width: 80%;
	}

	.slideContent {
		width: 80%;
	}

	.slideContent2 {
		width: 80%;
	}

}


@media screen and (max-width: 515px) {

	#bodyPhoto {
        margin: 520px 0 0 -1208px;
        width: 1830px;
        height: 580px;
    }

	.imgContainer {
		width: 80%;
		height: 200px;
	}

	.slideContent {
		width: 100%;
		font-size: 30px;
	}

	.slideContent2 {
		top: 32%;
		width: 100%;
	}

}


@media screen and (max-width: 440px) {

	#sliderContainer {
		float: none;
		height:100%;
	}

}


@media screen and (max-width: 320px) {

	#bodyPhoto {
        margin: 520px 0 0 -1250px;
        height: 400px;
    }

	#sliderContainer {
		width: 125%;
		float: none;
		height:100%;
		
	}

	.imgContainer {
		height: 150px;
	}

	.slideContent {
		width: 100%;
		font-size: 24px;
	}

	.slideContent2 {
		width: 100%;
		font-size: 15px;
	}

	#lightbox_content {
		font-size: 25px;
	}

	#lightbox_content a img {
		top: 2%;
		left: 165px;
	}

}









}