/*
 * HTML5 Boilerplate
 *
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 *
 */

/* ==========================================================================
   IMPORTANT NOTE: This stylesheet follows a 'mobile first' hierarchy.
   ========================================================================== */

/* homepage, interstitial pages, registration pages, forgotten password page */

body > .bg-img {
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-color: #333333;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: ' ';
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 50px;
    width: 100%;
    z-index: -5;
}

.ie .bg-img { width: 100%; }

/* ************************************************************
    GRID LAYOUT STRUCTURE & ELEMENTS
*************************************************************** */
@font-face {
    font-family: 'League Gothic';
    font-style: normal;
    font-weight: 100; /* normal; */
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
}
@font-face {
	font-family: 'TradeGothicbdn20';
	src: url('../fonts/TradeGothic-Bold13.eot');
	src: url('../fonts/TradeGothic-Bold13.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TradeGothic-Bold13.woff') format('woff'),
		url('../fonts/TradeGothic-Bold13.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
/*===Trade Gothic TradeGothic (T1) BDN 18 / 10=====*/
@font-face {
	font-family: 'TradeGothict118';
	src: url('../fonts/TradeGothic-Bold10.eot');
	src: url('../fonts/TradeGothic-Bold10.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TradeGothic-Bold10.woff') format('woff'),
		url('../fonts/TradeGothic-Bold10.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
/*===TradeGothic (T1) Cond 18 / Regular=====*/
@font-face {
	font-family: 'TradeGothicRegularCond';
	src: url('../fonts/TradeGothic-Regular2.eot');
	src: url('../fonts/TradeGothic-Regular2.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TradeGothic-Regular2.woff') format('woff'),
		url('../fonts/TradeGothic-Regular2.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


html {
    color: #222222;
    font-family: 'Arial', 'Arial Narrow', 'Impact', sans-serif;
    font-size: 1.000em;
    line-height: 1.4;
}

body, body > * { position: relative; }

body > * { z-index: 2; }

.site-wrap {
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    box-sizing: border-box; /* Opera/IE 8+ */
     /*margin: 0px auto;
    padding: 10px;*/
    margin: 88px auto 0;
    padding: 0;
}

body {font-size:16px;}

body > header {
    background-color: #000;
    background-image: -ms-linear-gradient(top, #333333 20%, #000000 150%); /* IE10 Consumer Preview */
    background-image: -moz-linear-gradient(top, #333333 20%, #000000 150%); /* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #333333 20%, #000000 150%); /* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #333333), color-stop(1.5, #000000)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #333333 20%, #000000 150%); /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #333333 20%, #000000 150%); /* W3C Markup, IE10 Release Preview */
    border-bottom: 1px solid #999999;
    height: 50px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}

.ie body > header {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000', GradientType=0); /* IE6-9 */
}

.logo {
    margin-right: 15px;
    width: 35px;
}

header .site-name {
    color: #CCCCCC;
    font-family: 'TradeGothic-CnBold', 'League Gothic', 'Arial Narrow', 'Impact', sans-serif;
    font-size: 1.000em;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 5px;
    text-transform: uppercase;
}

header span { color: #ff6600; }


/* ----- Main Content Area: Two sizes available to choose from ---- */

.contentArea-full, .contentArea-half {
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    box-sizing: border-box; /* Opera/IE 8+ */
    display: block;
    width: 100%;
}

.contentArea-half { padding: 10px; }


/* ************************************************************
    BASIC TEXT & LINK ELEMENTS
*************************************************************** */

h1, h2 {
    font-family: 'TradeGothic-CnBold', 'League Gothic', 'Arial Narrow', 'Impact', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

h1:first-child, h2:first-child, h3:first-child { margin-top: 0; }

h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0px;
}

.callout-inner p:first-child { margin-top: 0px; }

h1 {
    font-size: 3em;
    margin-top: 0px;
}


p { font-weight: 100; 
    font-size: 1.1250em;
}

.ie p { font-weight: 400px; }

.fit {
    word-wrap: break-word;
}

a {
    background-color: none;
    color: #ff6600;
    text-decoration: none;
}

a:hover, a:active { text-decoration: underline; }


/* ************************************************************
    MAIN CONTENT AREA
*************************************************************** */

.status-good, .status-pastdue {
    text-transform: uppercase;
}

/* **************** RIDER DASHBOARD ***************** */

#primary-content-container {
    border-bottom: 1px solid #999;
    display: block;
    margin: 0px 10px 4px 10px;
    padding-bottom: 10px;
}

#message-content-container {
    display: block;
    margin: 0px 10px 4px 10px;
    padding: 0;
}

/* Left Sidebar */

aside, .ie aside {
    background: #FEF8e2 url('../img/bg-sb-left.png') repeat-x;
    color: #333333;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
    min-height: 346px; /* base 346 */
    width: 100%; /* base 284 */
}

aside h1 {
    color: #3f3216;
    font-size: 2.563em;
}

aside a {
	color: #AA3300;
	font-weight: 600;
}

aside, .right-sidebar {
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 7px;
}

aside hr {
	border: 1px solid #3f3216;
}

aside .ad-block {
    margin-top: 7px;
}

/* Right Sidebar */

.right-sidebar, .ie .right-sidebar {
    background: #333333;
    margin: 0px auto;
    margin-bottom: 20px;
    min-height: 346px; /* base 346 */
    width: 100%; /* base 591 */
}

.right-sidebar hr { border: 1px solid #444; }

.right-sidebar h1 { font-size: 2.938em; }

.right-sidebar h2 { font-size: 2.188em; }

.right-sidebar h3 { font-size: 1.375em; }

.right-sidebar h4 { font-size: 1.0em; }

.right-sidebar h2, .right-sidebar h3, .right-sidebar h4, .right-sidebar h5, .right-sidebar h6 { color: #fff; }

h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: 0px;
    padding-top: 0px;
}

.right-sidebar p {     color: #aaa;  }

/* formly known as ".dark" */

.right-sidebar-interior {
    margin: 3px 0px;
    padding: 2px 7px;
}

.right-sidebar .activityDate p {
    color: #EEEEEE;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.right-sidebar .activityDate + p {
    margin-top: 0px;
    padding-top: 0px;
}

.right-sidebar .one-half-container {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    box-sizing: border-box; /* Opera/IE 8+ */
	padding: 10px;
	background-color: #333;
	margin: 20px 0px;
}


.right-sidebar .one-half-container strong {
	color: #EEE;
}

/* **************** STATEMENTS PAGE ***************** */
.right-sidebar-interior h2.title span {
    color: #AAA;
    font-family: 'Arial', 'Arial Narrow', 'Impact', sans-serif ;
    font-size: 1.0em;
    letter-spacing: 0px;
    text-transform: none;
    display: inline-block;
    margin-top: 8px;
    float: right;
}

table.statement-history {
    border: 2px solid #444;
    margin-bottom: 10px;
    width: 100%;
}

table.statement-history thead { background-color: #444; }

table.statement-history td {
    background-color: #000;
    text-align: center;
}


/* **************** PROFILE PAGE ***************** */

.pad {
	padding: 7px;
}

.billing-info {
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
	background-color: #ffffff;
	padding: 7px;
	display: inline-block;
	vertical-align: top;
}
	

.billing-accounts {
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
	background-color: #CCCCCC;
	padding: 7px;
	margin: 10px 0px 0px 0px;
	display: inline-block;
	vertical-align: top;
}
		
.billing-info p, .billing-accounts p, .billing-info h3, .billing-accounts h3, .billing-info h4, .billing-accounts h4 {
	color: #000000;
}



.edit-icon {
	margin-top: 5px;
	vertical-align: middle;
	height: 18px;
	background-image: url('../img/icon-edit-profile-orng-lt.png');
	background-size:16px 16px;
	background-repeat:no-repeat;
	background-position: 0px 2px; 
	float: right;
	font-weight: 100px;
	font-style: normal;
	font-size: 1.0em;
}
	

aside .edit-icon {
	background-image: url('../img/icon-edit-profile-orng-dk.png');
	font-family: 'Arial', 'Arial Narrow', 'Impact', sans-serif;
	text-transform: none;
	font-weight: 400px;
	 letter-spacing: 0;
}

.edit-icon:hover {
	background-image: url('../img/icon-edit-profile-orng-dk.png'); 
}

						
.edit-icon a {
	padding-left: 22px;
	display: block;
	
}

.edit-icon a:hover {
	color: #be5118;
	text-decoration: none;
}



/* *********** ADVERTISEMENT CONTAINER ELEMENTS ********** */

#secondary-content-container {
    border-top: 1px solid #999;
    margin: 0px 10px;
    padding-bottom: 20px;
}

#secondary-content-container .ad-block {
    display: block;
    height: 260px;
    margin: 0px auto;
    padding: 20px 0px;
    width: 284px;
}

.one-half-container .ad-block {
    display: block;
    margin: 0px -10px -10px;
    padding: 20px 0px;
    width: 100%;
    background: #242424;
}

/* **************** RSR PANELS ***************** */

.rsr-wrap {
        margin: 130px auto 0;
    min-width: 1160px;
    width: 95%;
}



#search-block {
    display: block;
	background-color: #e5e5e5;
    margin: -5px 30px;
    min-height: 400px;
    padding: 20px;
	margin-bottom: 30px;
}
#search-block h1 {
    font-size: 2.625em;
}
#search-block h2 {
    background-color: #333;
    color: #ff6600;
    font-size: 1.7em;
    padding-left: 10px;
    padding-top: 3px;
    text-transform: capitalize;
}

#search-block a { color: #ff6600; }

.title-bar {
    background-color: #333;
    margin-top: 0;
    padding-right: 10px;
}


.title-bar > a { line-height: 36px; }

.title-bar + .section { padding: 20px; }

a.add { font-size: 0.875em; }

a.add:before { content: "+ "; }



#search-block article {
	margin-bottom: 22px;
}



/* ************************************************************
    NAVIGATION
*************************************************************** */

/* testing collapsible menu */

.nav {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    font-family: 'TradeGothic-CnBold', 'League Gothic', 'Arial Narrow', 'Impact', sans-serif;
    font-size: 1.0em;
    letter-spacing: 1px;
    margin-bottom: 20px;
    min-height: 40px;
    position: relative;
    width: inherit;
}

.ie .nav {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AF000000, endColorstr=#AF000000);
    zoom: 1;
}

.rsr-navi { background-color: rgba(0, 0, 0, 0.8); }

.ie .rsr-navi {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD000000, endColorstr=#DD000000);
    zoom: 1;
}

.nav ul {
    left: 0;
    margin-left: 10px;
    margin-top: 0px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    width: 165px;
}

.nav .btn {
    border: solid 1px #444;
    border-radius: 5px;
    height: 24px;
    left: 10px;
    padding: 2px 0px 0px 1px;
    position: relative;
    text-align: center;
    top: 7px;
    width: 25px;
	background: url('../img/icon-nav-menu.png') 6px 7px no-repeat;
	background-size: 15px 15px;
}

.nav li {
    display: none; /* hide all <li> items */
    margin: 0 0 0 4px;
}

.nav .current {
    /*display: block;*/ /* show only current <li> item */
}

.nav a, .nav a:visited {
    color: #AAA;
    display: block;
    padding: 5px 5px 5px 32px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.nav a.crumb {
    display: none;
    left: 0;
    margin-left: 10px;
    margin-top: 0px;
    padding: 10px 5px 5px 36px;
    position: absolute;
    top: 0;
    width: 250px;
}

.nav ul.hover, .nav ul.hover li, .nav a.crumb.hover { display: block; }

.nav a.logout {
    border: none;
    color: #999966;
    margin-top: 10px;
    padding: 0px 15px;
}

.nav .current a, .nav a.crumb {
    background: none;
    color: #ff6600;
}


/* on nav hover */

.nav ul.hover {
    background: #000;
    background-image: none;
}

.nav ul.hover li {
    display: block;
    margin: 0 0 5px 4px;
}

.nav ul.hover li a:hover,
.nav ul.hover li a:active {
    background: url('../img/icon-menu-arrow-r.png') no-repeat 10px 7px;
    color: #ff6600;
}

.nav ul:hover .current { background: url('../img/icon-menu-arrow-r.png') no-repeat 10px 7px; }


/* *****************  FOOTER NAV   ********************** */

footer {
    background: url('../media/1027/bg-footer.png') repeat-x;
    color: #777777;
    font-size: 0.875em;
    padding: 70px 0px 30px 0px;
    text-align: center;
    width: 100%;
}

footer.fixed {
    bottom: 0;
    position: fixed;
}

html #MainContent.footfixed > div {
    margin-bottom: 200px;
}

footer ul { padding-left: 0; }

footer ul li {
    display: inline-block;
    margin: 0px auto;
}

footer li { padding-bottom: 15px; }

footer a {
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
    color: #999966;
    padding: 0px 10px;
    text-decoration: none;
    /* margin: 1px; */
}

footer a:hover { text-decoration: underline; }


/* ************************************************************
    ELEMENTS
*************************************************************** */

/* ****************  ALERT ELEMENTS   ******************* */

/* disclaimer box that wraps around paragraph text when needed */

.disclaimer {
    border-bottom: 1px solid #AAA;
    border-top: 1px solid #AAA;
    color: #AAA;
    font-size: 0.688em;
    font-style: oblique;
    margin: 10px 0px;
    padding: 5px;
}

/* Validation messages. Should only be used for single-lined alerts */

.alert-good {
    background-color: #CCCC99;
    border: 3px solid #999966;
    color: #222 !important;
    margin: 10px 0px;
    padding: 0px 7px;
}

.validation-summary-valid {
    display: none;
}
.alert-bad, .validation-summary-errors {
    background-color: #ffAA66;
    border: 3px solid #FF6122;
    color: #222 !important;
    margin: 10px 0px;
    padding: 0px 7px;
}

.message-summary-good {
    background-color: #CCCC99;
    border: 3px solid #999966;
    color: #222 !important;
    margin: 10px 0px;
    padding: 15px;
}

.message-summary {
    background-color: #ffAA66;
    border: 3px solid #FF6122;
    color: #222 !important;
    margin: 10px 0px;
    padding: 15px;
}

.alert-global {
    background-color: #DDDDDD;
    border: 3px solid #AAAAAA;
    color: #222 !important;
    margin: 10px 0px;
    padding: 10px;
}

.alert-bad p, .validation-summary-errors p, .alert-good p, .message-summary-good p, .message-summary p {
    color: #222 !important;
}

.message-summary p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}


/* *****************  FORM ELEMENTS   ********************** */

input, textarea, select {
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    box-sizing: border-box; /* Opera/IE 8+ */
    color: #000000;
    width: 100%;
	/* rounded corners */
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
    background-color: #FFFFFF;
    border: none;
}
input[type="checkbox"],input[type="radio"] {
    width: auto;
}

input, textarea {
	padding: 10px;
	display: block;
}

input[readonly="readonly"] { color: #888 !important; }

textarea { resize: vertical; }
	
select {
	padding-left: 5px;
	height: 38px;
	line-height: 38px;
}
	
.discOpt label {
	font-family: 'Arial', 'Arial Narrow', 'Impact', sans-serif !important;
    font-size: 1.120em !important;
    line-height: 1.4 !important;
	color: #CCCCCC !important;
	text-transform: capitalize !important;
		}

input.inner-shadow, textarea.inner-shadow {
    -moz-border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
}

button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'TradeGothic-CnBold', 'League Gothic', 'Arial Narrow', 'Impact', sans-serif;
    font-size: 1.750em;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 20px 0px;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}
			
			

/* -------- Remove the gap between images, videos, audio and canvas and the bottom of their containers: h5bp.com/i/440 --- */

audio, canvas, img, svg, video {
    border: 0px;
    outline: none;
    vertical-align: middle;
}

img { width: 100%; }

/* --------- Remove default fieldset styles. ---------- */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* ----- Log in / Registration form on homepage ----- */

.form-box {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
}
				
.skinnyForm {
		max-width: 500px;
}

.form-box label {
    color: #FFF;
    font-family: 'TradeGothic-CnBold', 'League Gothic', 'Arial Narrow', 'Impact', sans-serif;
    font-size: 1.875em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

 /* .form-box label > span {*/
.form-box label.sub-label {
      color: #CCCCCC;
    font-family: 'Arial', 'Arial Narrow', 'Impact', sans-serif;
    font-size: 1.0em;
    letter-spacing: 0;
    text-transform: none;
/*} */
 }
				
.form-box label + span {
	margin-top: 0px;
	padding-top: 0px;
	display: block;
	color: #CCCCCC;
	font-family: 'Arial', 'Arial Narrow', 'Impact', sans-serif;
    font-size: 0.875em;
}

.form-box label + p {
	margin-top: 0px;
}
				

.form-box textarea {
    color: #000;
    height: 300px;
    overflow: auto;
    width: 420px;
}

.form-box input {
    color: #000000;
    margin-bottom: 20px;
    width: 100%;
}

.form-box label[for="DateOfBirth"] { display: block; }

.tableForm label[for="EditAccount_PrimaryDateOfBirth"], 
.tableForm label[for="EditAccount_SecondaryDateOfBirth"] {
		display: block;
	}
	
	
#DateOfBirthMonth, #DateOfBirthDay, #DateOfBirthYear,
select#DateOfBirthMonth, select#DateOfBirthDay, select#DateOfBirthYear {
    margin-bottom: 10px;
    width: 100%;
}

	

.form-box input[type="radio"], .form-box input[type="checkbox"] {
    background-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
    width: 25px;
}

.form-box fieldset + fieldset { margin-top: 20px; }

.form-box .userEdit, .form-box .accountEdit, .form-box .userPrereg {
    margin: 0 auto;
    padding: 10px;
}
				

.form-box .userEdit td.col1 {
    padding-right: 100px;
    width: 430px;
	vertical-align: top;
}

.form-box .userPrereg td.col1 {
    padding-right: 50px;
    width: 400px;
    vertical-align: top;
}

.form-box .userPrereg td.col2 {
    width: 400px;
    vertical-align: top;
}

.form-box .userEdit input[type="button"], .form-box .userPrereg input[type="button"] {
    height: 40px;
    letter-spacing: .05em;
    padding: 0px 7px;
    width: 220px;
}


.form-box .accountEdit td.col1, .form-box .accountEdit td.col2 { width: 430px; }

.form-box .accountEdit td.col1 { padding-right: 75px; }


/* Use this class for textareas that prevent users from changing text, like Terms&Conditions */

.read-only {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.progress-tracker {
    background-color: #000;
    display: block;
    height: 3px;
    margin: 0px auto;
    width: 100%;
}

.progress-location {
    color: #FF6600;
    display: block;
    font-size: 0.813em;
    height: 30px;
    text-align: right;
    vertical-align: bottom;
}

.progress-location > img {
    height: 30px;
    width: 55px;
}

.progress-completed {
    background-color: #ff6600;
    display: block;
    height: 3px;
}

.step-1 { width: 25%; }

.step-2 { width: 50%; }

.step-3 { width: 75%; }

.step-4 { width: 100%; }

/* ----- Aside form styles -------------------------------- */

aside label {
    font-size:1.0em;
    font-weight: 600;
}

aside input,
aside textarea {
    /*max-width: 250px;*/
    margin-bottom: 10px;
    width: 250px;
}

aside [type="button"],
aside [type="submit"],
aside [type="reset"],
aside button { margin: 0px; }

/* ==================== Billing Information Form on Rider Dashboard Profile Page ==================== */

#BillingInformation label { color: #FFF; }

#BillingInformation span {
    color: #CCC;
    font-size: 0.813em;
    font-weight: normal;
}


#BillingInformation input[type="checkbox"] {
    background-color: transparent;
    display: inline-block;
    width: 25px;
}

/* ==================== Paperless Terms ==================== */
#PaperlessAccounts {
    margin-left: 40px;
}

/* ==================== Billing Information Form on Rider Dashboard Profile Page ==================== */

#RiderContactForm textarea { 
    min-height: 285px;
    background: #fff;
    border: 1px solid #b4b4b4;
    padding: 12px;
}
#RiderContactForm textarea:focus {
    border: 1px solid #b4b4b4 !important;
}
#RiderContactForm fieldset { margin-top: 20px; }



input#PaperlessEmailVerify {
	max-width: 400px;
}


/* ==================== Website Change Request Form on RSR Dashboard ==================== */

#request-form-box {
    background-color: #CCC;
    padding: 20px 20px 0;
}
#request-form .half:hover {
    background: #000000;
    color: #fff !important;
}
#request-form-box label {
    font-family: 'TradeGothic-CnBold', 'League Gothic', 'Arial Narrow', 'Impact', sans-serif;
    font-size: 1.875em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rsr-request-1,
.rsr-request-2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
}

.rsr-request-1 {
    margin-right: 10%;
}


.rsr-request-1 input + label {
    display: block;
    margin-top: 30px;
}

.rsr-request-2 textarea {
    min-height: 162px;
    width: 100%;
}

/* ==================== Search form for RSR Dashboard ==================== */


#search-block input { padding: 3px; }

#search-block select {
	padding: 1px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	/* background-color: #FFF; */
	height: auto;
	line-height: normal;
}

#UserSearch > div {
    height: 34px;
    overflow: hidden;
    width: 400px;
}

#UserSearch > div > * {
    float: left;
    margin: 10px;
    margin-left: 1px;
    width: 175px;
}

#UserSearch > div > [type="checkbox"],
#UserSearch > div > [type="radio"] {
    background-color: transparent;
    width: auto;
}

#UserSearch label:after { content: ": "; }

#UserSearch .btn-group { height: 50px; }

#UserSearch .btn-group > [type] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #FFF;
    font-family: 'TradeGothic-CnBold', 'League Gothic', 'Arial Narrow', 'Impact', sans-serif;
    font-size: 1.4em;
    letter-spacing: .05em;
    line-height: 40px;
    padding: 0;
    text-transform: uppercase;
    width: 85px;
}
	
#forgot-box {
    display: inline-block;
    margin-left: 10px;
    margin-top: 20px;
    vertical-align: top;
}


#editUserForm input[type="checkbox"] + label {
	/* color: #222222; */
    font-family: 'Arial', 'Arial Narrow', 'Impact', sans-serif;
    font-size: 1.0em;
    /* line-height: 1.4; */
	text-transform: capitalize;
	letter-spacing: 0px;
	}

/* ==========================================================================
   LEGEND TIPS
   ========================================================================== */
.js .legendTip { display: none;  }
.js .tipOn .legendTip { display: block; }
a.tip { 
	position:relative; 
	cursor:pointer; 
	display:inline-block; 
	color: #000;
}

a.tip .legendTip { 
	position:absolute; 
	top:100%; left:-200px; 
	width:400px; 
	text-align:left; 
	border:1px solid #535353;
    color: #000;
	background:#ccc; 
	font-size:80%; 
	padding: 5px 0; 
	z-index: 3500;
}
.right-sidebar .legendTip p { color: #000; }

a.tip #LegendPasswordStrength, 
a.tip #LegendEmail,
a.tip #LegendSecurityQuestion1,
a.tip #LegendSecurityQuestion2,
a.tip #PayOffTip,
a.tip #RemainingBalanceTip { 
	left:-110px; 
	width:220px; 
	padding: 0px 10px; 
}

a.tip.tipUp .legendTip {
    top: inherit;
    bottom: 100%;
}

a.tip .legendTip dl { padding: 5px 0; }
a.tip .legendTip dl dt { padding: 5px 5px 0; color:#000; }

a.tip .legendTip dl dd { 
	font-weight:normal; 
	display:block; 
	border-bottom:1px solid #fff; 
	padding:3px; 
	padding:0 5px 5px; 
	color:#000; 
	margin: 0px;
}
a.tip .legendTip dl dd:last-child { border-bottom:none; }

.riderToolTip {
	display: inline-block;
	background: url('../img/icon-tool-tip.png') no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}
.ie .riderToolTip {
    background-image: url('../img/icon-tool-tip-ie.png') ; 
}


/* ==========================================================================
   ACCORDION
   ========================================================================== */

.accordion .title {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    *cursor: hand;
    user-select: none;
}

/* icons graphic within sprite are 25x25 w/ 3px around each */

.accordion .title .arrow {
    background: url('../img/icons-plus-minus.png') no-repeat;
    display: inline-block;
    height: 25px;
    width: 19px;
}

	

		
		
/* ====================  h2 TITLE  ==================== */

.right-sidebar .accordion h2.title {
    padding-left: 30px;
    position: relative;
}

.accordion h2.title .arrow {
    /*-moz-transition: background-position .2s;
    -o-transition: background-position .2s;
    -webkit-transition: background-position .2s;*/
    margin-right: 5px;
    /*transition: background-position .2s;*/
}

.right-sidebar .accordion h2.title .arrow {
    position: absolute;
    top: 10px;
    left:0;
}

.accordion h2.title .arrow { background-position: -3px 0; }

.accordion h2.title:hover .arrow { background-position: -28px 0; }

.accordion h2.title.open .arrow { background-position: -3px -25px; }

.accordion h2.title.open:hover .arrow { background-position: -28px -25px; }

/* ====================  h2 TITLE (RSR)  ==================== */

#search-block .accordion h2.title .arrow { background-position: -28px 3px; }

#search-block .accordion h2.title:hover .arrow { background-position: -3px 3px; }

#search-block .accordion h2.title.open .arrow { background-position: -28px -22px; }

#search-block .accordion h2.title.open:hover .arrow { background-position: -3px -22px; }

/* ====================  DEFINITION LIST  ==================== */

dl.related-faqs dt p {
	color: #000 !important;
	fontweight: bold !important;
}

.accordion dt.title { position: relative; }

.accordion .title p { color: #999966; }

.accordion dt.title > .arrow {
    background: url('../img/icon-menu-arrow-r.png') no-repeat left 1px;
    height: 1em;
    left: 0;
    position: absolute;
    top: 0;
}

.accordion dt.title > p { padding-left: 20px; }

.accordion dt.title > .arrow + p { margin: 0; }

.accordion dd + dt.title { margin-top: 20px; }

.accordion dd { margin: 10px 10px 0 19px; }

.accordion dd > * { margin: 0; }

.accordion dd > * + * { margin-top: 1em; }

.accordion dt.title.open .arrow { background-image: url('../img/icon-menu-arrow-d.png'); }


/* ==========================================================================
   DATA TABLE : classes are created through the JS plugin
   ========================================================================== */

table.dataTable { width: 100%; clear: both; }

#AccountResults table.dataTable { margin-bottom: 10px; }

table.dataTable th, table.dataTable td {
    font-size: 0.750em;
    height: 16px;
    padding: 8px;
}


table.dataTable th + th, table.dataTable td + td { border-left: 1px solid #d8d8d8; }

table.dataTable th {
    background-color: #666;
    color: #FFF;
    cursor: pointer;
    *cursor: hand;
}

table.dataTable th span.th {
	
	display: inline-block;
	padding-right: 10px;
}


table.dataTable th.zip  {
	width: 40px;
	padding-right: 0px;
}

#AccountResults table.dataTable th.zip  {
	width: 100px;
	min-width: 100px;
	padding-right: 40px;
}

table.dataTable th.ssn  {
	width: 100px;
	padding-right: 0px;
}


table.dataTable th.full-name  {
	width: 150px;
	padding-right: 0px;
}


table.dataTable th.date  {
	width:80px;
	padding-right: 20px;
}

table.dataTable th.status  {
	width: 80px;
	padding-right: 20px;
}

table.dataTable th.username  {
	max-width: 300px;
	width: 300px;
	padding-right: 0px;
}

.ie #UserResults_wrapper .wrapper   {
    overflow-x: auto;
}


table.dataTable th.icon  {
	background-image: none;
	width: 20px;
	padding-right: 0px;
}

table.dataTable td.delete  {
	background-image: none;
	width: 18px;
	padding-right: 0px;
	padding-left: 4px;
}



table.dataTable td {
    background-color: #FEFEFE;
    text-transform: uppercase;
    vertical-align: text-top;
}

table.dataTable tr.even td { background-color: #F1F1F1; }

table.dataTable tbody a, a .icon {
    display: block;
    height: 16px;
    position: relative;
    width: 16px;
}

table.dataTable tbody a {
    overflow: hidden;
    top: 4px;
}

table.dataTable tbody a .icon {
    /*-webkit-transition: top .2s;*/ /* For Safari 3.1 to 6.0 */
    /*height: 32px;*/
    padding: 0;
    /*position: absolute;*/
    /*top: -16px;*/
    /*transition: top .2s;*/
}

/*table.dataTable tbody a:hover .icon { top: 0; } */
table.dataTable tbody a:hover .icon img:first-child { display:none; }

/*.ie table.dataTable tbody a:hover .icon { top: -1px; }*/

table.dataTable tbody .icon img { display: block; }

.dataTables_wrapper {
    clear: both;
    position: relative;
    *zoom: 1;
}

.dataTables_wrapper > div.wrapper > div { margin: 5px 0; }

.dataTables_length, .dataTables_info {
    clear: both;
    float: left;
}

.dataTables_filter, .dataTables_paginate {
    float: right;
    text-align: right;
}

.dataTables_wrapper input[type="text"],
.dataTables_wrapper select {
    display: inline-block;
    width: auto;
}

.paging_full_numbers,
.paging_two_button {
    height: 22px;
    line-height: 22px;
}

.paging_two_button {
	margin-top: 5px;
	margin-right: -3px;
}



.paging_full_numbers a:active { outline: none; }

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active,
.paginate_enabled_previous,
.paginate_enabled_next,
.paginate_disabled_previous,
.paginate_disabled_next {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    *cursor: hand;
    margin: 0 3px;
    padding: 2px 5px;
}

.dataTables_processing {
    background-color: white;
    border: 1px solid #ddd;
    color: #999;
    font-size: 0.875em;
    height: 30px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 250px;
}

.sorting { background: url('../img/icon-sort-both.png') no-repeat center right; }

.sorting_asc { background: url('../img/icon-sort-asc.png') no-repeat center right; }

.sorting_desc { background: url('../img/icon-sort-desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('../img/icon-sort-asc-disabled.png') no-repeat center right; }

.sorting_desc_disabled { background: url('../img/icon-sort-desc-disabled.png') no-repeat center right; }

table.dataTable thead th:active,
table.dataTable thead td:active { outline: none; }

.dataTables_scroll { clear: both; }

.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch;
    *margin-top: -1px;
}


/* ==========================================================================
   VideoJS
   ========================================================================== */

.video-container {
    overflow: hidden;
    padding-top: 15px;
}

.vjs-default-skin { color: #CCC }

.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level { background-color: #CE550D }

.vjs-default-skin .vjs-control-bar,
.vjs-default-skin .vjs-big-play-button { background: rgba(51, 51, 51, 0.7) }

.vjs-default-skin .vjs-big-play-button {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    margin-left: -1.3em;
    margin-top: -1.3em;
    top: 50%;
    width: 2.6em;
}

.vjs-default-skin .vjs-slider { background: rgba(51, 51, 51, 0.2333333333333333) }


/* ==========================================================================
   MODAL
   ========================================================================== */

.modal, .modal .base, .modal-mini {
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
}	
	
.modal {
    display: none;
    position: absolute;
    z-index: 3500;
}

.modal .base {
    -moz-opacity: 0.7;
    background-color: #000000;
    cursor: pointer;
    *cursor: hand;
    opacity: 0.7;
    position: fixed;
    z-index: 3510;
}

.ie .modal .base { filter: alpha(opacity=70); }

.modal .block {
    -moz-box-shadow: inset 0px 0px 13px 1px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0px 0px 13px 1px rgba(0, 0, 0, 1);
    background-color: #444;
    border: 2px solid #999;
    box-shadow: inset 0px 0px 13px 1px rgba(0, 0, 0, 1);
    color: #FFF;
    left: 50%;
    margin-left: -45%;
    max-height: 350px;
    overflow: auto;
    position: fixed;
	top: 100px;
    width: 90%;
    z-index: 3520;
}
	
.modal .close-block {
    color: #FFF;
    left: 50%;
    margin-left: -45%;
    position: fixed;
	top: 60px;
    width: 90%;
    z-index: 3521;
}
	
.modal-mini .block {
	width: 60%;
	margin-left: -30%;
	top: 200px;
}
		
.modal a.close {
    -moz-border-radius: 10%;
    -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, .6);
    -webkit-border-radius: 10%;
    -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, .6);
    border-radius: 10%;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .6);
    cursor: pointer;
    *cursor: hand;
    height: 1.6em;
    line-height: 1.6em;
    position: absolute;
    right: 0em;
    text-align: center;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    top: .5em;
    width: 1.7em;
		
}
	

.modal .block-content { margin: 10px; }	

.modal a.close:hover { text-decoration: none; }




/* ************************************************************
    THEME ATTRIBUTES
*************************************************************** */

/* -------- 3 color schemes for the main content area ----- */

.dark-gray {
    background-color: rgba(51, 51, 51, 0.9);
    color: #CCCCCC;
}

.dark-gray h2 { color: #000;  }

.ie .dark-gray,
.ie .medium-gray,
.ie .light-gray {
    background: transparent;
    zoom: 1;
}


.ie .dark-gray { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0333333, endColorstr=#F0333333); }

.medium-gray {
    color: #666666;
}

.ie .medium-gray { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD555555, endColorstr=#DD555555); }

.light-gray {
    background-color: rgba(238, 238, 238, 0.5);
    color: #333;
}

.ie .light-gray { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FEEEEEE, endColorstr=#7FEEEEEE); }



/* ==========================================================================
   BUTTON STYLE CLASSES
   ========================================================================== */

.btn-default,
.btn-primary,
.btn-disabled,
.paginate_button,
.paginate_enabled_next,
.paginate_enabled_previous,
.paginate_disabled,
.paginate_active,
.paginate_button_disabled { color: #FFF !important; }

.btn-default,
.paginate_button,
.paginate_enabled_next,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_disabled_previous {
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 30%, #333333 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #666666), color-stop(70%, #333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 30%, #333333 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 30%, #333333 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 30%, #333333 70%); /* IE10+ */
    background: linear-gradient(to bottom, #666666 30%, #333333 70%); /* W3C */
    border: 1px solid #666666;
}

.ie .btn-default,
.ie .paginate_button,
.ie .paginate_enabled_next,
.ie .paginate_enabled_previous {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=0); /* IE6-9 */
}

.btn-primary,
.paginate_active
 {
    background: #fb7702; /* Old browsers */
    background: -moz-linear-gradient(top, #fb7702 30%, #fb7702 30%, #CE550D 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fb7702), color-stop(30%, #fb7702), color-stop(70%, #CE550D)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fb7702 30%, #fb7702 30%, #CE550D 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fb7702 30%, #fb7702 30%, #CE550D 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fb7702 30%, #fb7702 30%, #CE550D 70%); /* IE10+ */
    background: linear-gradient(to bottom, #fb7702 30%, #fb7702 30%, #CE550D 70%); /* W3C */
    border: 1px solid #fb7702;
}

.ie .btn-primary,
.ie .paginate_active {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb7702', endColorstr='#CE550D', GradientType=0); /* IE6-9 */
}

.ie .btn-default:hover,
.ie .btn-primary:hover,
.ie .btn-disabled,
.ie .btn-disabled:hover,
.ie .paginate_button:hover,
.ie .paginate_button_disabled,
.ie .paginate_button_disabled:hover { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.btn-default:hover,
.paginate_button:hover,
.paginate_enabled_next:hover,
.paginate_enabled_previous:hover { background: #333333; }

.btn-primary:hover { background: #CE550D; }

.btn-disabled,
.btn-disabled:hover,
.paginate_button_disabled,
.paginate_button_disabled:hover,
.paginate_disabled_next,
.paginate_disabled_previous,
.paginate_disabled_next:hover,
.paginate_disabled_previous:hover {
    background: #666666;
    color: rgba(255, 255, 255, 0.4) !important;
    cursor: default !important;
}

.btn-primary[disabled="disabled"], .btn-default[disabled="disabled"] {
	background: #666;
	color: #999 !important;
	border: #666;
			}

		
.btn-default:hover,
.btn-primary:hover,
.btn-disabled:hover,
.paginate_button:hover,
.paginate_active:hover,
.paginate_button_disabled:hover,
.paginate_enabled_next:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_disabled_previous:hover { text-decoration: none; }

.btn-group {
    overflow: hidden;
    width: 100%;
}

.btn-group > * { float: left; }

.btn-group > .half { width: 48%; }

.btn-group > .half + .half { margin-left: 10px; }

/* ==========================================================================
   Overflow Scrolling Box
   ========================================================================== */

.scroll-box {
    margin: 20px 0;
    width: 100%;
}

.scroll-box > div { padding: 20px; }

.scroll-box h1, 
.scroll-box h2, 
.scroll-box h3,
.scroll-box h4,
.scroll-box h5, 
.scroll-box h6 {
		color: #000 !important;
}
				
.scroll-box p, .scroll-box ul, .scroll-box ol {
	font-size: 0.813em;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */

.half { width: 50%; }

.full { width: 100%; }

.full .right-sidebar, .ie .full .right-sidebar { width: 100%; }

.left { float: left; }

.middle { margin: 0px auto; }

.right { float: right; }

.center { text-align: center; }

.nowrap { white-space: nowrap; }

.pad-20 { padding: 20px; }

/* 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.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after { clear: both; }


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media only screen and (-moz-device-pixel-ratio:1) {
	select {
		padding-top: 9px;
		padding-bottom: 9px;
	}
}

@media only screen and (max-width: 620px) {
	
	.right-sidebar .video-container > .video-js {
		width: 100% !important;
	}
	
}

@media only screen and (min-width: 680px) {
	
	h1 {
        font-size: 3em;
        margin-top: 0px;
    }

    .contentArea-half, .ie .contentArea-half {
        display: block;
        padding: 10px 15px 30px 15px;
        width: 451px;
    }

    .form-box {
        margin: 0 auto;
        padding-top: 20px;
    }


    select#DateOfBirthMonth {
        margin-right: 18px !important;
        width: 32% !important;
    }

    select#DateOfBirthDay {
        margin-right: 18px !important;
        width: 28% !important;
    }

    select#DateOfBirthYear { width: 31% !important; }


	

    .bg-img { top: 80px; }

    body > header { height: 82px; }

    .logo {
        margin: 4px 20px 0px 10px;
        width: 70px;
    }

    header .site-name {
        font-size: 1.750em;
        letter-spacing: 2px;
        margin-top: 14px;
    }

    header .site-name:hover {
        text-decoration: none;
    }

    aside, .ie aside {
        float: left;
        margin-bottom: 20px;
        width: 284px; /* base 284 */
    }

    .right-sidebar, .ie .right-sidebar {
        float: right;
        margin-bottom: 20px;
        width: 53%; /* base 591 */
    }


    .right-sidebar .activityDate p {
        color: #EEEEEE;
        font-weight: bold;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .right-sidebar .activityDate + p {
        margin-top: 0px;
        padding-top: 0px;
    }


	.right-sidebar .one-half-container {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin: 20px 0px;
		min-height: 380px;
	}
	
	.right-sidebar .one-half-container:first-child {
		margin-right: 10px;
	}

    .scroll-box {
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        /* background-color: #242424; */
		background-color: #DDD;
		color: #222 !important;
        border-radius: 7px;
        height: 400px;
        overflow: scroll;
        overflow-x: hidden;
    }

	
	
    /* ************************************************************
        NAVIGATION (680)
    *************************************************************** */
    
    .nav {
        background-color: rgba(0, 0, 0, 0.6);
        display: block;
        font-size:1.0em;
        letter-spacing: 1px;
        margin-bottom: 20px;
        min-height: 40px;
        position: relative;
        width: inherit;
    }

    .nav ul {
        left: 0;
        margin-left: 15px;
        margin-top: 0px;
        padding: 0px;
        position: relative;
        top: 0;
        width: 700px;
    }

    .nav div.btn, html .nav a.crumb, html .nav a.crumb.hover { display: none; }

    .nav li {
        display: inline-block; /* hide all <li> items */
        margin: 0;
    }

    .nav .current {
        display: inline-block; /* show only current <li> item */
    }

    .nav a, .nav a:visited {
        border-left: 1px solid #777;
        border-right: 1px solid #777;
        color: #AAA;
        display: inline-block;
        margin-top: 10px;
        padding: 0px 15px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .nav a.logout {
        border: none;
        color: #999966;
        margin-top: 10px;
        padding: 0px 15px;
    }

    .nav .current a {
        background: none;
        color: #ff6600;
    }

    /* on nav hover */

    .nav ul:hover {
        background: none;
        background-image: none;
    }

    .nav ul:hover li {
        display: inline;
        margin: 0 0 5px;
    }

    .nav ul:hover li a:hover, .nav ul:hover li a:active {
        background: none;
        color: #ff6600;
    }

    .nav ul:hover .current { background: none; }

    .nav a.first, a.first {
        border-left: none;
        padding-left: 0px;
    }

    .nav a.last, a.last { border-right: none; }

    .rsr-navi { background-color: rgba(0, 0, 0, 0.8); }

    /* *****************  FOOTER NAV   ********************** */

   


    footer ul li {
        display: inline-block;
        margin-left: 0px;
    }

    footer a {
        border-left: 1px solid #777777;
        border-right: 1px solid #777777;
        color: #999966;
        padding: 0px 10px;
        text-decoration: none;
        /* margin: 1px; */
    }

    footer a:hover { text-decoration: underline; }  




}


@media only screen and (min-width: 720px) {    
    .right-sidebar, .ie .right-sidebar {
        width: 55%; /* base 591 */
    }

    .rsr-navi { background-color: rgba(0, 0, 0, 0.8); }

    .right-sidebar .activityDate p {
        color: #EEEEEE;
        font-weight: bold;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .right-sidebar .activityDate + p {
        margin-top: 0px;
        padding-top: 0px;
    }

/* ==========================================================================
   MODAL
   ========================================================================== */

	
	.modal .block {
		left: 50%;
		margin-left: -37.5%;
		max-height: 600px;
		top: 100px;
		width: 75%;
	}
		
	.modal .close-block {
		left: 50%;
		margin-left: -37.5%;
		top: 60px;
		width: 75%;
	}
			
	
	.modal .block-content { margin: 40px; }	


}

@media only screen and (min-width: 790px) {
    .right-sidebar, .ie .right-sidebar {
        width: 59%; /* base 591 */
    }

    .rsr-navi { background-color: rgba(0, 0, 0, 0.8); }

    .right-sidebar .activityDate p {
        color: #EEEEEE;
        font-weight: bold;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .right-sidebar .activityDate + p {
        margin-top: 0px;
        padding-top: 0px;
    }    

}

@media only screen and (max-width: 880px) {
	
	#primary-content-container > .right-sidebar .video-container > .video-js {

		width: 100% !important;
		
	}
	
}

@media only screen and (min-width: 880px) {
    .right-sidebar, .ie .right-sidebar {
        width: 63%; /* base 591 */
    }

    .right-sidebar .activityDate p {
        color: #EEEEEE;
        float: right;
        font-weight: bold;
        padding-bottom: 1em;
    }

    .right-sidebar .activityDate + p { padding-top: 1em; }
			
			
	#secondary-content-container {
        padding: 30px 0px;
        text-align: center;
    }

    #secondary-content-container .ad-block {
        display: inline-block;
        margin-left: 0px;
        padding: 0px;
        vertical-align: top;
        width: 268px;
    }

    #secondary-content-container .ad-block:first-child { float: left; }

    #secondary-content-container .ad-block:last-child { float: right; }

    #secondary-content-container .ad-block img { width: 268px; }

    .one-half-container .ad-block {
        height: 340px;
        width: 427px;
    }

    .nav {
        font-size: 1.125em;
        letter-spacing: 2px;
        min-height: 50px;
    }

    .nav a, .nav a:visited {
        margin-top: 16px;
        padding: 0px 15px;
    }

    .nav a.logout { margin-top: 16px; }

    .rsr-navi { background-color: rgba(0, 0, 0, 0.8); }  

	
}

@media only screen and (min-width: 980px) {
    header { height: 80px; }

    .logo { margin: 14px 20px 0px 0px; }

    header .site-name { margin-top: 24px; }

    .site-wrap, .ie .site-wrap {
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        box-sizing: border-box; /* Opera/IE 8+ */
          padding-top:50px;
        width: 960px;
    }

    #primary-content-container {
        border-bottom: 1px solid #999;
        display: block;
        margin: 0px 30px 4px 30px;
        padding: 0px;
        padding-bottom: 30px;
    }

    #message-content-container {
        display: block;
        margin: 0 30px 4px;
        padding: 0;
    }

    aside, .ie aside {
        display: inline-block;
        margin: 0px 19px 0px 0px;
        min-height: 346px; /* base 346 */
        vertical-align: top;
        width: 284px; /* base 284 */
    }

    .right-sidebar, .ie .right-sidebar {
        display: inline-block;
        margin: 0px;
        min-height: 346px; /* base 346 */
        vertical-align: top;
        width: 591px; /* base 591 */
    }


    /* *********** ADVERTISEMENT CONTAINER ELEMENTS ********** */

    #secondary-content-container {
        margin: 0px 30px;
        padding: 30px 0px;
    }

    #secondary-content-container .ad-block {
        display: inline-block;
        margin-left: 19px;
        padding: 0px;
        vertical-align: top;
        width: 284px;
    }

    #secondary-content-container .ad-block:first-child {
        float: none;
        margin-left: 0px;
    }

    #secondary-content-container .ad-block:last-child { float: none; }

    #secondary-content-container .ad-block img { width: 284px; }

    /* -------------- Navigation --------------- */

    .nav a.first { padding-left: 15px; }

    .nav a.logout { padding-right: 30px; }

    .rsr-navi { background-color: rgba(0, 0, 0, 0.8); }

	.billing-info, .billing-accounts {
		min-height: 410px;
	}

	.billing-info {
    	width: 300px;
	}
	
	.billing-accounts {
		width: 235px;
		margin: 0px 0px 0px 7px;
	}

	.right-sidebar .one-half-container {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		margin: 20px 0px;
		min-height: 360px;
	}
	
	.right-sidebar .one-half-container:first-child {
		margin-right: 10px;
	}

    .selDateOfBirthWrapper {
        width: 100%;
        height: 40px;
        position: relative;
    }
    .selDateOfBirthDay, .selDateOfBirthMonth, .selDateOfBirthYear {
        position: absolute;
        top: 0;
    }

	select#PrimaryDateOfBirthMonth,
	select#SecondaryDateOfBirthMonth,
    .selDateOfBirthMonth {
        margin-right: 18px !important;
        width: 32% !important;
    }
    
	select#PrimaryDateOfBirthDay,
	select#SecondaryDateOfBirthDay,
    .selDateOfBirthDay {
        margin-right: 18px !important;
        width: 23% !important;
	    left: 38%;
    }

	select#PrimaryDateOfBirthYear,
	select#SecondaryDateOfBirthYear,
    .selDateOfBirthYear { width: 31% !important; 
        left: 68%;

	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
    
    
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 */

    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; }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 { page-break-after: avoid; }
}

/*=====================================================================
  Selectric
======================================================================*/

.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
    width: 100%;
  cursor: pointer;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectricOpen {
  z-index: 9999;
}

.selectricOpen .selectricItems {
  display: block;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: 0/0 a;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectricOpen .selectric {
  border-color: #c4c4c4
;
  background: #e6e6e6;
  z-index: 9999;
}
.selectric {
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  position: relative;
  border-radius: 6px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 38px 0 0;
  padding: 6px 6px;
  line-height: 26px;
  color: #444444;
  min-height: 26px;
}
.selectric .button {
  background: none;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #DDDDDD;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 18px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #DDDDDD;
  border-bottom: none;
}
.selectricHover .selectric {
  border-color: #c4c4c4;
}
.selectricHover .selectric .button {
  color: #c4c4c4;
}
.selectricHover .selectric .button:after {
  border-top-color: #c4c4c4;
}
/* Items box */

.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
  line-height: 20px;
}

.selectricItems li {
  padding: 5px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #666;
  border-top: 1px solid #FFF;
}

.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}


.registrationlink{ 
                   font-size:1.250em !important;
                   text-decoration:underline;
                   
}


.cont-btn{
                float: right !important;   
}
.reg-link a{
                float: left !important;
                padding-top: 20px;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.right-sidebar h2, .right-sidebar h3, .right-sidebar h4, .right-sidebar h5, .right-sidebar h6 { color: #000; }
#secondary-content-container .ad-block img {
    width: 319px;
}