/* Global HTML */
html, *{	
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
	}
html {
	margin:0px 0px;
	padding:0px 0px;
	font-weight:normal;
	overflow-x:hidden;
	background:#003A6B;
	}

/* Import CSS Files */
@import url("/css/print.css") print;
@import url("/css/font-faces.css") screen;

/* Body Styling */
body {
	background:#FFF url(/images/design/Portal/topBg.png) repeat-x;
	}
	
/* Top of Page */
#headerBg {
	background:#FFF url(/images/design/Portal/bannerIMG.jpg) repeat-x;
	height:98px; width:100%; position:absolute; top:0; left:0;
	}
#logoBox {
	background:url(/images/design/Portal/roots-and-wings-inc-logo.jpg) no-repeat;
	width:344px; height:158px; margin:70px auto; display:block;
	}

/* HeaderRow */
#headerRow-1 {height:250px}
#headerRow-2 {font-size:15px}
#headerRow-2 h2 {
	font-family:'PT Sans', sans-serif;
	font-size:25px;
	}
#headerRow-3 a {
	padding:12px 28px;
	background-color:#6A90B1;
	text-decoration:none;
	color:#FFF;
	}
#headerRow-3 a:hover {
	color:#EDEDED;
	background:#004477;
	}
#headerRow-3 .leftSide {float:left}
#headerRow-3 .rightSide{float:right}

/* Body / Portal Links */
#lftIMG, #rghtIMG {position:relative}
#lftIMG {
	left:25px;
	top:20px;
	}
#rghtIMG {
	left:100px;
	top:46px;
	}
#leftPortalInner {
	border-top:solid 8px #004477;
	}
#rightPortalInner {
	border-top:solid 8px #CC1122;
	}
#leftPortalInner:after, #rightPortalInner:after {
	display:block;
	content:"";
	}
#leftPortalInner:after {
	background:transparent url(/images/design/Portal/left-boy-holding.png);
	width:471px;
	min-height:317px;
	margin-top:-216px;
	margin-left:9px;
	}
#rightPortalInner:after {
	background:transparent url(/images/design/Portal/right-girl-holding.png);
	width:446px;
	min-height:276px;
	margin-top:-144px;
	margin-left:-153px;
	}

/* Gradients */
.rightGradient {
	background:rgb(245,244,243); /* Old browsers */
	background:-moz-linear-gradient(left,  rgba(245,244,243,1) 0%, rgba(232,232,232,1) 74%, rgba(228,228,228,1) 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(245,244,243,1)), color-stop(74%,rgba(232,232,232,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(left,  rgba(245,244,243,1) 0%,rgba(232,232,232,1) 74%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(left,  rgba(245,244,243,1) 0%,rgba(232,232,232,1) 74%,rgba(228,228,228,1) 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(left,  rgba(245,244,243,1) 0%,rgba(232,232,232,1) 74%,rgba(228,228,228,1) 100%); /* IE10+ */
	background:linear-gradient(to right,  rgba(245,244,243,1) 0%,rgba(232,232,232,1) 74%,rgba(228,228,228,1) 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f3', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 */
	}
.leftGradient {
	background:rgb(228,228,228); /* Old browsers */
	background:-moz-linear-gradient(left,  rgba(228,228,228,1) 0%, rgba(232,232,232,1) 26%, rgba(245,244,243,1) 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(228,228,228,1)), color-stop(26%,rgba(232,232,232,1)), color-stop(100%,rgba(245,244,243,1))); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(left,  rgba(228,228,228,1) 0%,rgba(232,232,232,1) 26%,rgba(245,244,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(left,  rgba(228,228,228,1) 0%,rgba(232,232,232,1) 26%,rgba(245,244,243,1) 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(left,  rgba(228,228,228,1) 0%,rgba(232,232,232,1) 26%,rgba(245,244,243,1) 100%); /* IE10+ */
	background:linear-gradient(to right,  rgba(228,228,228,1) 0%,rgba(232,232,232,1) 26%,rgba(245,244,243,1) 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f5f4f3',GradientType=1 ); /* IE6-9 */
	}

/* Footer Area */
#footerRow-1 {
	background:#004477 url(/images/design/default/footerBg.png) repeat-x;
	min-height:140px;
	background-position:left bottom;
	padding-top:20px;
	}
#footerSection {
	float:left;
	display:block;
	color:#1379CC;
	}
#footerSection h2 {
	color:#FFF;
	font-size:24px;
	}
#footerNav {
	padding-top:20px; 
	float:right; 
	display:block; 
	text-align:right;
	color:#FFF;
	}
#footerNav li {
	list-style:none;
	float:left;
	border-right:1px solid #1279CD;
	color:#1279CD;
	padding:0px 10px;
	}
#footerNav li:last-child {
	border-right:none;
	}
#footerNav ul {float:right}
#footerNav  a:hover {
	background:none;
	color:#CCC;
	}
#footerSection h2 {margin-bottom:0px}

/* Enter buttons */
.enterRight, .enterLeft {position:relative}
.enterRight {top:163px; left:110px}
.enterLeft {top:60px; left:-15px}

/* Misc */
.redFont {color:#CC1120}
.blueFont {color:#004477}

/* Responsive Media CSS @ 1260px wide */
@media (max-width:1260px){
	#headerRow-2, #headerRow-3 {width:100%}
}

/* Responsive Media CSS @ 1200px wide */
@media (max-width:1200px){
	#headerRow-3 a {display:block}
	#leftPortalInner {padding-bottom:20px}
	#leftPortalInner, #rightPortalInner {text-align:center; margin-top:35px}
	#leftPortalInner:after, #rightPortalInner:after {background:none}
	#lftIMG, #rghtIMG {left:0px}
	.enterRight {top:71px}
	.enterLeft, .enterRight  {left:0px; width:50%; margin:auto auto; text-align:center}
}

/* Responsive Media CSS @ 480px wide */
@media (max-width:480px){
	#logoBox {
		background-size:100% 100%;
		width:235px;
		height:125px;
		/*box-shadow:2px 2px 4px 4px #000*/
	}
	#headerRow-1  {height:200px}
	#headerRow-3 a {padding:12px 24px}
	#lftIMG {width:80%}
}