/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
 
#mobile-menu {
	display: none;}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
    font-family: "museo",serif;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/* === Preloader === */
#overlay-content {
	width: 150px;
	height: 200px;
	position: absolute;
	top: 20%;
	left: 50%;
	margin: 0px 0px 0px -75px;}
#logo-loader {
	display: block;
	position: relative;
	z-index: 9999;}
#initial-loader { 
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: -8px 0px 0px -8px;
	z-index: 9999;} 
#overlay { 
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	outline: 0 none;
	z-index: 9998;}
.white { 
	background:#FFF;}

/* Animated Logo */
#animated-logo {
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 50%;
	margin: 0px 0px 0px -75px;}
#animated-logo #dot {
	background: url('../images/animation/logo-dot.png') no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 52px;
	left: 32px;
	z-index: 50;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;}
#animated-logo #main {
	background: url('../images/animation/logo-top-alt.png') no-repeat;
	width: 111px;
	height: 111px;
	position: absolute;
	top: 2px;
	left: 18px;
	z-index: 10;}
#animated-logo #slogan {
	background: url('../images/animation/logo-youonline.png') no-repeat;
	width: 144px;
	height: 32px;
	position: absolute;
	bottom: 3px;
	left: 4px;
	opacity: 0;
	-webkit-backface-visibility: hidden;}

/* === Typography === */
/* .ONL Fonts:
  font-family: "museo",serif;
  font-family: "proxima-nova",sans-serif; */
  
a {
	text-decoration: none;	}

h1 {
	font-size: 30px;
	font-family: "proxima-nova",sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #0077c0;
	margin: 0px 0px 5px;}
h2 {
	}
h3 {
	font-size: 20px;
	font-family: "proxima-nova",sans-serif;
	font-weight: bold;
	color: #7BC143;
	margin: 10px 0px 2px;}
h4 {
	font-size: 16px;
	font-family: "proxima-nova",sans-serif;
	font-weight: bold;
	color: #555555;
	margin: 10px 0px 2px;}
h5 {
	font-size: 14px;
	font-family: "proxima-nova",sans-serif;
	font-weight: bold;
	color: #555555;
	margin: 10px 0px 2px;}
p {
	font-family: "museo",serif;
	color: #555555;
	font-size: 18px;
	line-height: 24px;}
.secondary p {
	font-size: 16px;
	line-height: 28px;
	margin: 5px 0px 15px;}
	
#content a {
	color: #0077C0;}
#content a:hover {
	text-decoration: underline;}

/* === Header === */
header {
	min-height: 170px;
	margin: 10px 0px 0px 0px;
	z-index: 100;
	position: absolute;
	width: 100%;
	background: url('../images/base/bg-header.png') repeat-x center;}
	
header .left-col {
	width: 39.667%;
	display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;}
header .right-col {
	width: 56.333%;
	display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;}

/* Logo */
#logo {
	display: block;
	width: 400px;
	height: 165px;
	/*position: relative;
	top: 25px;*/}
#logo img {
	width: 100%;
	height: 100%;}

/* Navigation */
#nav {
	width: auto;
	/*background: url('../images/base/icon-menu-new-shadow.png') no-repeat 0px 2px;*/
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 2%;
	top: 85px;
	z-index: 1000;
	padding-left: 10px;}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;}
#nav ul li {
	display: inline-block;
	margin: 0px 0px 0px 1em;}
#nav ul li a {
	transition: opacity 0.5s ease;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-weight: 500;
	font-size: 16px;}
#nav ul li a:hover {
	opacity: .7;}
	
	
/* Mobile Navigation */
#mobile-menu {
	display: none;}
#simple-menu {
	transition: opacity 0.5s ease;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	
	padding-left: 22px;
	background: url('../images/base/icon-menu-new-shadow.png') no-repeat 0px 1px;
	
	display: inline-block;
	position: absolute;
	z-index: 1000;
	right: 2%;
	top: 85px;}
#simple-menu a:hover {
	opacity: .7;}

/* === Page-Specific === */

/* = Home = */
#header-container {
	position: absolute;
	z-index: 100;}
.sequence-theme {
	position: relative;
	z-index: 5;
	width: 100%;
	height: auto;}
	
#content {
	position: relative;}
footer {
	position: relative;}

.band {
	width: 100%;
	padding: 40px 0px 40px;}
.sorting {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.sortby-text {
	margin-right: 10px;
	font-weight: 600;
}	
.sort-options {
	border-radius: 0px;
	border: 1px solid black;
	padding: 10px 5px;
	background-color: white;
	margin-bottom: 0px;
}
/* About */
#about {
	}
#register-now-btn {
	text-align: center;}
#register-now-btn a {
	display: inline-block;
	padding: 10px 20px 8px;
	font-family: 'museo', serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFF;
	background: #7ac142;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
#register-now-btn a:hover {
	background: #0077C0;
	text-decoration: none;}
	
/* Direct Registration */
#register {
	background: #0077C0;
	padding: 60px 0;
	position: relative;}
#register .getonl-bg {
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	width: 46%;
	height: 100%;
	background: url('../images/bg_getdirect.jpg') no-repeat 0 50%;
	background-position-y: 0%;
	background-size: cover;}
#register .container {
	z-index: 2;}
#register h1 {
	color: #FFFFFF;
	padding-top: 45px;
	background: url('../images/icon_click.png') no-repeat top left;}
#register p {
	color: #FFFFFF;}
#register .search-btn {
	display: inline-block;
	border: 1px solid white;
	background: transparent;
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 14px 16px 11px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;}
#register .search-btn:hover {
	text-decoration: none;
	background: #FFFFFF;
	color: #0077C0;}
	
	
/* Partners */
#partners {
	background: #f3f3f3;}
#partner-grid {
	/*width: 1020px;*/
	position: relative;
	margin: 15px auto 0px;
}
#partners h1 {
	text-align: center;
	font-size: 22px;
	padding-bottom: 15px;}
#partner-grid .row {}
#partner-grid .partner {
	/*width: 202px;
	height: 146px;
	display: inline-block;
	float: left;
	background: #F3F3F3;
	padding: 0px 2px 2px 0px;*/
	position: relative;
	background: #FFFFFF;
	margin-bottom: 2%;}
#partner-grid .partner.last {}

#partner-grid .partner img {
	width: 100%;
	height: auto;
	min-height: 100px;
	position: relative;
}
#partner-grid .partner a {
	position: relative;
	transition: opacity 0.5s ease;
	-moz-backface-visibility: hidden;
	opacity: 1;
	display: inline-block;
}
#partner-grid .partner a:hover {
	-moz-backface-visibility: hidden;
	opacity: .5;}

/* .grid_2 {
	min-height: 100px;
} */
/* === Secondary === */
.post-break {
    display: inline-block;
    float: none;
    line-height: 0;
    margin: 0px auto;
    max-width: 100% !important;
    min-width: 100% !important;
    position: relative;}
.header-image {
	background-attachment: fixed;
    background-color: #222222;
    background-position: center center;
    background-size: cover;/
    display: block;
    padding-bottom: 40%;
    position: relative;}

.about .header-image {
	background-image: url('../images/secondary/headers/about.jpg');}
.contact .header-image {
	background-image: url('../images/secondary/headers/contact.jpg');}
.marketing .header-image {
	background-image: url('../images/ONL_LogoStandards_2.jpg');}
.portal-page .header-image {
	background-image: url('../images/secondary/headers/portal.jpg');}
.policy .header-image {
	background-image: url('../images/secondary/headers/policies.jpg');}

/* About Us */
.about #about-steps {
	background: #F3F3F3;}
.about #about-steps .step {
	text-align: center;}
.about #about-steps .step span {
	color: #0077C0;
	font-family: 'proxima-nova', sans-serif;
	font-size: 20px;
	display: block;
	font-weight: bold;
	margin: 0px 0px 10px 0px;}
.about #about-steps .step p {
	padding: 0px 20px;}
.about #about-steps .step img {
	display: inline-block;
	margin: 0px 0px 10px 0px;}
.about #about-collage {
	width: 100%;
	height: auto;}
.about .mobile-about-image {
	display: none;
	margin: 0px 0px 20px 0px;}
.about .mobile-about-image img {
	width: 100%;
	height: auto;}
	
	
	
/* === Form Styling === */
form {}
form input[type="text"],
form input[type="password"],
form input[type="email"] {
	box-sizing: border-box;
	padding: 7px 2px;
	width: 98%;
	background: #F3F3F3;
	color: #555555;
	outline: none;
	border: none;
	margin: 0px 0px 5px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
input[type="password"] {
  font-family: Helvetica, Arial, sans-serif!important;}
form label {
	display: block;
	color: #A3A3A3;
	font-size: 14px;
	margin: 5px 0px 8px 0px;}
form textarea {
	box-sizing: border-box;
	padding: 7px;
	margin: 0px 0px 5px 0px;
	width: 98%;
	background: #F3F3F3;
	outline: none;
	border: none;
	font-family: 'museo', serif;
	font-size: 16px;
	color: #555555;
	height: 100px;}
form input[type="submit"]{
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 20px 8px;
	font-family: 'museo', serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFF;
	background: #7ac142;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none; border: none;
	cursor: pointer;
	float: right;
	margin: 10px 0px 0px 0px;
	}
form input[type="submit"]:hover {
	background: #0077C0;}
	
	
.statusMessage {
	display: none;
	color: #7BC143;
	font-size: 18px;}
	
/* Contact Form */
.error_message {
	display: block;
	color: #C00017;
	margin: 10px 0px;}
#success-page {
	margin: 20px 0px 0px 0px;}

	
	
/* === Registrar Portal === */
#sign-up-form,
#log-in-form {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
#sign-up-form {
	padding: 0px 40px 0px 0px;
	border-right: 1px solid #B8B8B8;}
#log-in-form {
	padding: 0px 0px 0px 20px;}
#err {
	color: red;}
	
#login-link {
	text-align: center;
	display: block;
	width: 100%;
	height: 400px;
	background: #d4e4ef; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4e4ef 0%, #86aecc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4e4ef), color-stop(100%,#86aecc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4e4ef 0%,#86aecc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */
	font-family: 'proxima-nova', sans-serif;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
	
/* === Registrar Downloads === */
.download {
	border: 1px solid #CDCCCD;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	height: 200px;
	margin-bottom: 2%;
	transition: background-color 0.5s ease;
	position: relative;}
.download:hover {
	background-color: #F6F6F6;}
.download img {
	position: relative;
	z-index: 100;
	display: block;
	margin: 60px auto 0px;}
.download span {
	display: block;
	margin: 10px 0px 0px 0px;
	font-family: 'proxima-nova', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #555555;
	position: relative;
	z-index: 100;}
.download a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;}
	
	
/* === Policies === */

.policy-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #D6D6D6;}
.policy-list .head { 
	display:block;
	padding: 14px 10px 10px 10px;
	font-size: 20px;
	border: 1px solid #D6D6D6;
	border-bottom: 0;
	position: relative;}
.policy-list .head:last-of-type { }
.policy-list .head span {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 38%;
	background: url('../images/secondary/icon-tinyarrow.png') no-repeat 0px 2px;}
.policy-list .head.open span {
	background: url('../images/secondary/icon-tinyarrow.png') no-repeat 0px -16px;}
.policy-list p {
	font-size: 13px;
	line-height: 18px;}
.policy-list .content {
	display: none;
	padding: 10px;
	border: 1px solid #D6D6D6;
	border-top: 0;
	border-bottom: 0;}
.policy-list ul {
	list-style-type: circle;
	font-size: 13px;
	line-height: 18px;
	color: #555555;}
.policy-list ol {
	font-size: 13px;
	line-height: 18px;
	color: #555555;}
.policy-list ul li,
.policy-list ol li {
	margin: 0px 0px 10px 0px;}
.footnotes {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #555555;}
.footnotes p {
	font-size: 13px;}
.policy-download {
	display: inline-block;
	min-height: 18px;
	padding: 3px 0px 0px 22px;
	background: url('../images/secondary/icon-arrow-16px.png') no-repeat 0px 2px;
	font-size: 14px;
	margin: 0px 0 15px 0;}
	
	
/* === Marketing Downloads === */
.article-band {
	padding: 10px 0px;
	margin: 10px 0px;
	border-bottom: 1px solid #CFCFCF;}
.logo-download {
	position: relative;
	height: 100%;}
.logo-download img {
	width: 100%;}
.download-links {
	width: 100%;
	margin: 5% 0 0;
	padding: 5% 0 0;
	border-top: 1px dotted #E3E3E3;}
.download-link {
	text-align: center;}
#colors-example div {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	float: left;
	}
#colors-example #colors-blue {
	background: #7AC142;
	margin: 0px 20px 0px 0px;}
#colors-example #colors-green {
	background: #0076BF;}
#colors-example div span {
	text-align: center;
	font-weight: bold;
	font-family: 'proxima-nova', sans-serif;
	color: #FFFFFF;
	display: block;
	margin: 45px auto 0px;}
#usage-examples div {
	text-align: center;}
#usage-examples div img {
	width: 30%;
	height: auto;
	padding: 30px 0px;
	top: 40%;}
#usage-examples #usage-black {
	background: #000000;}
#usage-examples #usage-image {
	background-image: url('../images/slides/slide-sporting.jpg');
	background-size: 100%;}
.brand-statement {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #F7F7F7;
	padding: 15px 20px;
	margin: 10px 0px 0px;
	-webkit-box-shadow: inset 0px 1px 10px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    inset 0px 1px 10px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         inset 0px 1px 10px 0px rgba(50, 50, 50, 0.15);
	}
.brand-statement p {
	padding: 0px 10% 0px 0px;
	line-height: 24px;}
.brand-statement strong {
	font-weight: 600;}




/* === Footer === */
footer {
	background: #0077C0;
	color: #FFF;
	text-align: center;
	padding: 20px 0px;}
footer p {
	color: #FFF;
	font-size: 14px;}
footer  nav {
	width: auto;
	margin: 0px auto;}
footer nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;}
footer nav ul li {
	display: inline-block;
	padding: 0px 10px 0px 5px;
	background: url('../images/base/separator.png') no-repeat right;}
footer nav ul li#abuse {
	background: none;
	padding: 0px 0px 0px 5px;}
footer nav ul li a {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;}
footer nav ul li a:hover {
	opacity: 0.8;}






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design. MOBILE HERE
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* Landscape phones and down */
@media (max-width: 480px) { 
	/*body {
		background: #0A0A0A;}*/
	#animated-logo {
		top: 20%;}
	h1 {
		font-size: 22px;}
	p {
		font-size: 14px;}
	header {
		background: url('../images/base/bg-header-shorter.png') repeat-x center;
		min-height: 112px;
		margin: 40px 0px 0px 0px;}
	#logo {
		width: 195px;
		height: 81px;
		position: relative;
		top: 19px;}
	#nav {
		display: none;}
	#mobile-menu {
		display: block;}
	#simple-menu {
		top: 52px;}
	
	.header-image {
		background-position: top center;
	    background-size: contain !important;
	    padding-bottom: 60%;}
	.band {
		padding: 20px 0px 20px;}
		
	/* Home */
	#register .getonl-bg {
		display: none;}
	#register .container .prefix_6 {
		padding: 0;}
	
	/* About */
	.about #about-collage {
		display: none;}
	.about .mobile-about-image {
		display: block;}
	
	/* Registrar Portal */
	#register-now-btn a {
		font-size: 16px;}
	#sign-up-form {
		padding: 0px 0px 20px 0px;
		border-right: 0px;
		border-bottom: 1px solid #B8B8B8;}
	#log-in-form {
		padding: 20px 0px 0px 0px;}
		
	/* Policies */
	.policy .container .grid_6 { margin-bottom: 0;}
	.policy .omega { margin-left: 0;}
	.policy .policy-list#top { border-bottom:0;}
	
	footer p {
		color: #FFF;
		font-size: 12px;}
	footer nav ul li a {
		font-size: 12px;}
	.container .grid_1, .container .grid_2, .container .grid_3, .container .grid_4,
	.container .grid_5, .container .grid_6, .container .grid_7, .container .grid_8,
	.container .grid_9, .container .grid_10, .container .grid_11, .container .grid_12 {
		width: 100%;
		margin-bottom:4%;}

}

/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 767px) { 
	/*body {
		background: pink;}*/
	header {
		background: url('../images/base/bg-header.png') repeat-x center;
		margin: 40px 0px 0px 0px;
		min-height: 144px;}
	#logo {
		width: 300px;
		height: 124px;
		position: relative;
		top: 10px;}

	#nav {
		display: none;}
	#mobile-menu {
		display: block;}
	#simple-menu {
		top: 70px;}
		
	.band {
		padding: 20px 0px 20px;}
	.header-image {
		background-position: top center;
	    background-size: contain !important;
	    padding-bottom: 60%;}
	    
	/* Home */
	#register .getonl-bg {
		display: none;}
	#register .container .prefix_6 {
		padding: 0;}
	
	/* About */
	.about #about-collage {
		display: none;}
	.about .mobile-about-image {
		display: block;}
		
	/* Registrar Portal */
	#register-now-btn a {
		font-size: 16px;}
	#sign-up-form {
		padding: 0px 0px 20px 0px;
		border-right: 0px;
		border-bottom: 1px solid #B8B8B8;}
	#log-in-form {
		padding: 20px 0px 0px 0px;}
		
	/* Policies */
	.policy .container .grid_6 { margin-bottom: 0;}
	.policy .omega { margin-left: 0;}
	.policy .policy-list#top { border-bottom:0;}
	
	.container .grid_1, .container .grid_2, .container .grid_3, .container .grid_4,
	.container .grid_5, .container .grid_6, .container .grid_7, .container .grid_8,
	.container .grid_9, .container .grid_10, .container .grid_11, .container .grid_12 {
		width: 100%;
		margin-bottom:4%;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	#nav {
		display: none;}
	#mobile-menu {
		display: block;}
	.header-image {
		background-position: top center;
	    background-size: contain !important;
	    padding-bottom: 60%;}
	
	/* Home */
	#register .getonl-bg {
		background: url('../images/bg_getdirect.jpg') no-repeat 45% 50%;
		background-size: cover;}
}

/* iPad Landscape */
@media (max-width: 1024px) and (orientation: landscape) {
	#logo {
		width: 300px;
		height: 124px;
		position: relative;
		top: 26px;}
	header .left-col {
		width: 34%;
		display: inline;
	    float: left;
	    margin-left: 1%;
	    margin-right: 1%;
	    position: relative;}
	header .right-col {
		width: 62%;
		display: inline;
	    float: left;
	    margin-left: 1%;
	    margin-right: 1%;
	    position: relative;}
	.header-image {
		background-attachment: fixed;
		background-color: #222222;
		background-position: 0 0;
		background-size: contain;
		display: block;
		padding-bottom: 40%;
		position: relative;}
	
} 

/* Large desktop */
@media (min-width: 1200px) { 
	/*body { background: #D6D6D6;}*/
	
}





/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
