/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 1em;
}

/*================================*/
/*          Colours               */
/*                                */
/*                                */
/*                                */
/*                                */
/*================================*/

/*===== Fonts =====*/
@font-face {
    font-family: "opensans";
    src: url("../fonts/opensans-regular-webfont.eot");
    src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/opensans-regular-webfont.woff") format("woff"),
         url("../fonts/opensans-regular-webfont.ttf") format("truetype"), 
         url("../fonts/opensans-regular-webfont.svg#opensans-regular-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "opensans-bold";
    src: url("../fonts/opensans-bold-webfont.eot");
    src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/opensans-bold-webfont.woff") format("woff"),
         url("../fonts/opensans-bold-webfont.ttf") format("truetype"), 
         url("../fonts/opensans-bold-webfont.svg#opensans-bold-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*===== Main Styles =====*/
body {
background-color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1;
}

/*===== Divs =====*/
#logo {
width: 360px;
margin: 0 auto;
padding: 0;
text-align: left;
}

#login {
width: 360px;
margin: 0 auto;
padding: 0;
text-align: left;
}

#error {
width: 360px;
margin: 0 auto;
padding: 30px 0 0;
text-align: center;
}

#main-header {
background:url('../images/header-background.jpg') 50% 0 no-repeat #000000;
background-size: cover;
position: relative;
width: 100%;
max-height: 750px;
height: 750px;
margin: 0 auto;
padding: 0;
text-align: center;
}

#header-text {
width: 80%;
margin: 0;
padding: 0;
text-align: left;
}

#menu {
width: 100%;
max-width: 1020px;
margin: 0 auto;
padding: 40px 0 0 10px;
text-align: left;
}

#scroll-down {
bottom: 50px;
margin: 0 auto;
position: absolute;
text-align: center;
width: 100%;
}

#footer {
width: 100%;
max-width: 1020px;
margin: 0 auto;
padding: 40px 0;
text-align: center;
}

#top {
margin: 10px 0 0 0;
}

/*===== Containers =====*/
#wrapper {
max-width: 1020px;
width: 100%;
padding: 0px;
margin: 0px auto 0px auto;
}

#main-wrapper {
width: 100%;
padding: 0px;
margin: 0px auto 0px auto;
}

#header-wrapper {
width: 100%;
display: block;
margin: 0 auto;
padding: 20% 0 0;
text-align: center;
}

#header-text-wrapper {
width: 100%;
max-width: 1020px;
display: block;
margin: 0 auto;
padding: 10% 0 0 10px;
text-align: left;
}

#login-wrapper {
width: 100%;
margin: 0 auto;
padding: 0;
overflow: hidden;
}

#error-wrapper {
width: 100%;
margin: 0 auto;
padding: 0;
overflow: hidden;
}

#main-content-wrapper {
width: 100%;
max-width: 1020px;
display: block;
margin: 0 auto;
padding: 20px 0 0 10px;
text-align: left;
}

#tech-wrapper {
width: 100%;
margin: 0;
padding: 0;
}

#feature-wrapper {
width: 100%;
margin: 0;
padding: 40px 0 0;
overflow: hidden;
}

#deliverable-wrapper {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

#benefit-wrapper {
width: 100%;
margin: 0;
padding: 40px 0 0;
}

#why-wrapper {
width: 100%;
margin: 0;
padding: 40px 0 0;
}

#logos-wrapper {
width: 100%;
margin: 0 auto;
text-align: center;
padding: 30px 0 20px 0; 
overflow: hidden;
}

#image-wrapper {
width: 100%;
float: left;
display: block;
overflow: hidden;
margin: 0;
padding: 0 0 20px 0;
}

#footer-wrapper {
background-color: #000000;
width: 100%;
height: 260px;
margin: 40px 0 0;
padding: 0;
}

/*===== Columns =====*/
#login-labels {
display: block;
float: left;
width: 25%;
padding: 5px 0 0 0;
text-align: left;
}

#login-inputs {
display: block;
float: left;
width: 75%;
text-align: left;
}

#password-labels {
display: block;
float: left;
width: 60%;
padding: 5px 0 0 0;
text-align: left;
}

#password-inputs {
display: block;
float: left;
width: 40%;
text-align: left;
}


/*===== Div Separator =====*/
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

/* Dividers */
hr.main {
background: none repeat scroll 0 0 #000000;
border: 0 none;
height: 1px;
margin: 20px auto;
width: 80%;
}

hr.main-full {
background: none repeat scroll 0 0 #000000;
border: 0 none;
height: 1px;
margin: 20px auto;
width: 100%;
}

hr.white {
background: none repeat scroll 0 0 #ffffff;
border: 0 none;
height: 1px;
margin: 20px 0;
width: 80%;
}

/*===== Headers =====*/
h1 {
color: #000000;
font-size: 1.5em;
font-family: opensans-bold, sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
text-align: left;
text-transform: uppercase;
}

h2 {
color: #000000;
font-size: 1.2em;
font-family: opensans-bold, sans-serif;
margin: 0 0 20px 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h2.padded {
color: #000000;
font-size: 1.2em;
font-family: opensans-bold, sans-serif;
margin: 30px 0;
padding: 0;
display: block;
line-height: 1.5em;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #000000; 
font-size: 1.0em; 
font-family: opensans, sans-serif;
padding: 0 20px 0 0;
line-height: 1.5em;
}

p.main-text.upper {
text-transform: uppercase;
}

p.upper {       
color: #000000; 
font-size: 0.875em; 
font-family: opensans, sans-serif;
padding: 0;
line-height: 1.5em;
text-align: left;
text-transform: uppercase;
}

p.upper.white {
color: #ffffff;
text-shadow: 1px 1px #000000;
}

p.header-text {       
color: #ffffff; 
font-size: 1.1em; 
font-family: opensans, sans-serif;
padding: 0 10px 0 0;
line-height: 1.7em;
text-shadow: 2px 2px #000000;
animation-duration: 1.0s;
animation-name: fadeAndScale;
animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
-moz-animation-duration: 1.0s;
-moz-animation-name: fadeAndScale;
-moz-animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
-webkit-animation-duration: 1.0s;
-webkit-animation-name: fadeAndScale;
-webkit-animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
-o-animation-duration: 1.0s;
-o-animation-name: fadeAndScale;
-o-animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
} 

p.error-text {       
color: #E80501; 
font-size: 1.0em; 
font-family: opensans, sans-serif;
padding: 0 20px 0 0;
margin: 0;
line-height: 1.5em;
}

p.footer-text {       
color: #ffffff; 
font-size: 0.75em; 
font-family: opensans, sans-serif;
padding: 0;
line-height: 1.5em;
}

/*===== Spans =====*/
span.bold {
font-weight: 700;
}

/*===== Form Fields =====*/
input {       
background-color: #ffffff;
width: 150px;
height: 30px;
color: #000000;
font-family: opensans, sans-serif;
font-size: 0.9375em;
border: 1px solid #000000;
padding-left: 10px;
margin: 0 0 10px 0;
}

input.submit {
background: none repeat scroll 0 0 #ffffff;
border: 1px solid #000000;
height: 35px;
width: 80px;
color: #000000;
cursor: pointer;
font-family: opensans, sans-serif;
font-size: 0.8em;
font-weight: 400;
padding: 10px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
line-height: 1em;
opacity: 0.7;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.submit:hover {
opacity: 1;
}

/*===== Tables =====*/
table.contact_error {
width: 70%;
border: 0;
margin-top: 20px;
}

td.error_contact {      
width: 70%;
height: 40px;
color: #000000;
font-family: opensans, sans-serif;
font-size: 0.9375em;
text-align: center;
}

td.success_contact {    
width: 70%;
height: 40px;
color: #000000;
font-family: opensans, sans-serif;
font-size: 0.9375em;
text-align: center;
}

/*===== Buttons =====*/
a.button {
background: rgb(255, 255, 255); /* Fall back */
background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
border: 0 none;
width: 50%;
display: inline-block;
color: #000000;
cursor: pointer;
font-family: opensans, sans-serif;
font-size: 1em;
padding: 10px;
margin: 0 auto 10px auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-o-transition: background .05s ease-out, background .5s ease-in;
-ms-transition: background .05s ease-out, background .5s ease-in;
-moz-transition: background .05s ease-out, background .5s ease-in;
-webkit-transition: background .05s ease-out, background .5s ease-in;
transition: background .05s ease-out, background .5s ease-in;
}

a.button:hover {
background: rgb(56, 191, 238); /* Fall back */
background: none repeat scroll 0 0 rgba(56, 191, 238, 0.8);
}

/* Menu Buttons */
nav ul {
position: relative;
list-style: none outside none;
margin: 0;
padding: 0;
display: inline-table;
height: 50px;
z-index: 1001;
}

nav ul:after {
content: "";
clear: both;
display: block;
}

nav ul li {
position: relative;
float: left;
height: 50px;
margin: 0 10px 10px 0;
border: 1px solid #ffffff;
}

nav ul li a {
background-color: #000000;
color: #ffffff;
float: left;
font-size: 0.875em;
font-family: opensans, sans-serif;
font-weight: 400;
height: 50px;
line-height: 50px;
padding: 0 20px;
text-decoration: none;
text-transform: uppercase;
opacity: 0.7;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

nav ul li a:hover {
opacity: 1;
}

/*===== Links =====*/
a.link:link , a.link:visited, a.link:active {
color: #000000;
font-size: 1em; 
font-family: opensans, sans-serif;
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.blank:link , a.blank:visited, a.blank:active {
text-decoration: none;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.left {
float: left;
border: 0;
height: auto;
max-width: 100%;
margin: 20px 0 0;
}

img.left-padded {
float: left;
border: 0;
height: auto;
max-width: 100%;
margin: 0 20px 20px 0;
}

img.right {
float: right;
border: 0;
height: auto;
max-width: 100%;
margin: 0 0 20px 20px;
}

img.right-padded {
float: right;
border: 0;
height: auto;
max-width: 100%;
margin: 20px 0 20px 20px;
}

img.top {
opacity: 0.6;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

img.top:hover {
opacity: 1;
}

img.aff-logo {
border: 0;
height: auto;
max-width: 100%;
padding: 20px 0 0;
}

img.logo-first {
border: 0;
height: auto;
max-width: 100%;
margin: 0 10px 0 0;
}

/*===== Key Frames =====*/
@-webkit-keyframes fadeAndScale {
	from {
	opacity: 0;
	transform: scale(.9, .9);
	}
	to {
	opacity: 1;
	transform: scale(1, 1);
	}
}

@-moz-keyframes fadeAndScale {
	from {
	opacity: 0;
	transform: scale(.9, .9);
	}
	to {
	opacity: 1;
	transform: scale(1, 1);
	}
}

@-o-keyframes fadeAndScale {
	from {
	opacity: 0;
	transform: scale(.9, .9);
	}
	to {
	opacity: 1;
	transform: scale(1, 1);
	}
}

@keyframes fadeAndScale {
    from {
    opacity: 0;
    transform: scale(.9, .9);
    }
    to {
    opacity: 1;
    transform: scale(1, 1);
    }
}

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480px) 
			  and (min-width: 320px) {

#main-header {
height: 1000px;
}
			  
#header-text {
width: 90%;
}

#menu {
padding: 20px 0 0 10px;
}

p.upper.white {
padding: 0 10px 0 0;
}

p.header-text {
font-size: 0.975em;
}

nav ul {
height: 40px;
}

nav ul li {
height: 40px;
}			 

nav ul li a {
height: 40px;
line-height: 40px;
} 

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600px) 
			  and (min-width: 481px) {
			  
#header-text {
width: 90%;
}

p.upper.white {
padding: 0 10px 0 0;
}

			  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768px) 
			  and (min-width: 600px) {
			  

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024px) 
			  and (min-width: 768px) {
			  
			  
}