@charset "utf-8";

/*-HTML5 Reset :: style.css---------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements: 
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*, 
*:before, 
*:after {
	box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

img{/*display:block;*/ vertical-align:bottom;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover 
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }

li.clearfix {
	display: list-item;
}
/*Hide these rules from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
    *zoom: 1;
}  

/*-EndHTML5 Reset :: style.css-----------*/

/*-Helper classes------------------------*/

.uppercase {
		text-transform: uppercase;
}
.lowercase {
		text-transform: lowercase;
}
.boldcase {
		font-weight: bold;
}
.normalcase {
		font-weight: normal;
}
.textdec-underline {
		text-decoration: underline;
}
.textdec-normal {
		text-decoration: none;
}
.Text-Idnt {
		text-indent: -99999px;
}
.hidden {
		display: none !important;
		visibility: hidden;
}
.visuallyhidden {
		border: 0 none;
		clip: rect(0px, 0px, 0px, 0px);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
}
.invisible {
		visibility: hidden;
}
img {
		border: 0 none;
		height: auto;
		max-width: 100%;
}
img.floatleft {
		float: left;
		margin: 0 10px 0 0;
}
img.floatright {
		float: right;
		margin: 0 0 0 10px;
}
.floatleft {
		float: left;
}
.floatright {
		float: right;
}
a{
		
	  	color: #000000;
	  	text-decoration: none;
	  	-webkit-transition: all 0.5s ease-in-out;
	  	-moz-transition: all 0.5s ease-in-out;
	  	-o-transition: all 0.5s ease-in-out;
	  	transition: all 0.5s ease-in-out;
}
a:hover{
		text-decoration: underline;
}

/*---------------------------
	Colour Style
---------------------------*/


/*---------------------------
	Custom Styles
---------------------------*/

body {
	background:#00305c url(../images/domain.jpg) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
	font:normal 16px Myriad Pro, Arial, Helvetica, sans-serif;
	margin:0;
	text-align: left;
}
#content, #header, #footer{
	width:100%;
}
#content, #header{
	background:#fff;
}
#header{
	border-bottom:#00335f 3px solid;
}
.wrapper{
	position:relative;
	width:100%;
	max-width:1020px;
	padding:10px 15px;
	margin:0 auto;
}
.logo{
	position:relative;
	width:40%;
	float:left;
	padding:0 10px 0 0;
}
.companywrapper{
	position:relative;
	width:30%;
	float:left;
	color:#fff;
	background:#00305c;
	padding:6px 10px;
}
.companywrapper p{
	font:bold 15px/1.4 Arial, Helvetica, sans-serif;
}
.companywrapper ul{
	position:relative;
	list-style:none;
}
.companywrapper ul li{
	display:block;
	font:bold 15px/1.4 Arial, Helvetica, sans-serif;
	background:url(../images/bull-image.png) left 7px no-repeat;
	padding:0 0 0 12px;
}
.addresswrapper{
	position:relative;
	width:30%;
	float:left;
	font:normal 14px/1.25 Myriad Pro, Arial, Helvetica, sans-serif;
	color:#000;
	padding:6px 0 0 15px;
}
.addresswrapper a{
	text-decoration:none;
	color:#007ed2;
}
.addresswrapper a:hover{
	color:#000;
}

/*---------------------------
	footer
---------------------------*/

.footer{
	border-top: 2px solid #00305c;
	background: #00305c;
	padding: 25px 0;
}
ul.seokeywords{
	position: relative;
	list-style: none;
	margin:0 0 20px 0;
	text-align: center;
}
ul.seokeywords li{
	list-style: none;
	display: inline-block;
	border-right: 1px solid #fff;
}
ul.seokeywords li:last-child{
	border-right: none;
}
ul.seokeywords li a{
	font-size:14px;
	color: #fff;
	text-decoration:none;
	padding: 0 15px;
}
ul.seokeywords li a:hover{
	text-decoration: underline;
}
.copyright{
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

/*---------------------------
	Landing Styles
---------------------------*/

.landingstyle{
	position:relative;
	width:100%;
	/*max-width:500px;*/
	padding:30px 0;
}
.landingstyle p{
	font:normal 16px/1.25 Myriad Pro, Arial, Helvetica, sans-serif;
	padding:0 0 10px;
}
.landingstyle h1{
	font:normal 24px/1.25 Myriad Pro, Arial, Helvetica, sans-serif;
	color:#00305c;
	padding:10px 0;
}
.landingstyle h1 span{
	display:block;
	font:bold 24px/1.25 Myriad Pro, Arial, Helvetica, sans-serif;
	color:#00305c;
}
.landingstyle span{
	display:block;
}
a.entersite{
	display:block;
	width:120px;
	font:normal 24px/1.25 Myriad Pro, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#007ed2;
	padding:10px 10px;
	margin:20px 0 0;
	text-align:center;
	text-decoration:none;
}
a.entersite:hover{
	background:#006cb4;
}


.content {
	position: relative;
	font-size:64px;
	color:#fff;
	line-height:70px;
	text-align:center;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	margin-top:15%;
	padding:5px 10px;
}
.content span{
	position:relative;
	display:block;
	font-size:30px;
	font-weight:300;
}
.contact{
	position: relative;
	font-size:26px;
	color:#fff;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:5px 10px;
}
.contact a{
	color:#fff;
	text-decoration:underline;
}



/*------------------------------
	Media Queries
------------------------------*/

/*================(<980)================*/
@media only screen and (max-width: 61.1875em) {
	.logo{
		width:35%;
		padding:10px 10px 0 0;
	}
	.companywrapper{
		width:35%;
	}
	.addresswrapper{
		width:30%;
	}
}

/*================(<768)================*/
@media screen and (max-width: 47.9375em) {
	
	.logo{
		width:300px;
		padding:5px 0 0 10px;
	}
	.companywrapper{
		position:absolute;
		width:100%;
		bottom:0;
		left:0;
		text-align:center;
		padding:10px 0;
	}
	.addresswrapper{
		width:200px;
		float:right;
		border-left:#00335f 1px solid;
		font:normal 12px/1.25 Myriad Pro, Arial, Helvetica, sans-serif;
		padding:0 0 0 15px;
		margin:5px 0;
	}
	.companywrapper p{
		font:bold 12px/1.4 Arial, Helvetica, sans-serif;
	}
	.companywrapper ul li{
		font:bold 12px/1.4 Arial, Helvetica, sans-serif;
		display:inline-block;
	}
	#header .wrapper{
		padding:0 0 50px;
		border-top:#00335f 2px solid;
	}
	.landingstyle{
		padding:0 0;
	}
	a.entersite{
		margin:10px 0 0;
	}
	
}

/*================(640)================*/
@media screen and (max-width: 40em) {
	.logo{
		width:250px;
	}
	.addresswrapper{
		margin:5px 0 10px;
		
	}
	
.content {
	font-size:46px;
	line-height:52px;
	margin-top:30%;
	padding:5px 10px;
}
.content span{
	font-size:16px;
	line-height:20px;
	margin:25px 0 15px;
}
.contact{
	font-size:16px;
	line-height:16px;
}
	
}

/*================(480)================*/
@media screen and (max-width: 30em) {
	.logo{
		width:100%;
		text-align:center;
		padding:5px 0;
	}
	.logo img{
		width:200px;
	}
	.addresswrapper{
		width:100%;
		text-align:center;
		border-left:none;
		padding:5px 0;
		margin:0 0;
	}
	.companywrapper{
		position:relative;
	}
	#header .wrapper{
		padding:0 0;
		border-top:#00335f 2px solid;
	}
	#header{
		border-bottom:#00335f 1px solid;
	}
	.landingstyle{
		position:relative;
		width:100%;
		max-width:100%;
		text-align:center;
		padding:0 0;
	}
	.landingstyle p{
		font:normal 14px/1.25 Myriad Pro, Arial, Helvetica, sans-serif;
	}
	.landingstyle h1{
		font:normal 20px/1.25 Myriad Pro, Arial, Helvetica, sans-serif;
	}
	a.entersite{
		font:normal 20px/1.25 Myriad Pro, Arial, Helvetica, sans-serif;
		margin:10px auto 0;
	}

/*------------------------------
	footer
------------------------------*/

	ul.seokeywords{
		margin: 0 0 20px;
	}
	ul.seokeywords li{
		display: list-item;
		border:none;
		border-bottom:1px solid #fff;
	}
	ul.seokeywords li:last-child{
		border-bottom:none;
	}
	ul.seokeywords li a{
		display: list-item;
		border:none;
		padding: 8px 0;
	}
}
