#header {
    display: block;
    margin-bottom: 5px;
    /* This pushes the content to the desired location, header is only 80 */
    /* width: 960px; */
    /*margin-top: 5px;*/
}

#rightcol {
    width: 300px;
    float: right;
}

#leftuser, #middleuser, #rightuser {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    word-break: break-all;
}

#leftuser {
    width: 130px;
    padding-right: 25px;
}

#middleuser {
    width: 270px;
    padding-right: 15px;
}

#rightuser {
    width: 195px;
    padding-right: 15px;
}

#rightcol-separator {
    display: none;
    margin-bottom: 25px;
    margin: 0 auto;
    width: 98%;
}


/* helpers */
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-40 { margin-top: 40px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-40 { margin-bottom: 40px; }
.padding-bottom-15 { padding-bottom: 15px; }
/* helpers */



.disclaimer {
    padding: 10px 15px 10px 5px;
    font-size: 0.8em;
}

ul.preference {
    color: #151515;
    list-style-image: url("/static/images/arrow1.png");
    margin-left: 60px;
}

ul.preference li {
    line-height: 1.3em;
}

ul.list-arrow {
	list-style-image: url("/static/images/arrow1.png");
	padding-left: 20px;
}

/*********************************************************************/
/* Text/Font Settings */
h1 {
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    padding: 0px 0px 9px 0px;
    font-size: 1.4em;
    color: #234075;
    font-weight: normal;
    margin-top: 10px;
}

h2 {
    padding: 10px 0px 10px 0px;
    color: #404040;
    font-size: 1.1em;
    font-weight: normal;
}

p {
    line-height: 1.1em;
}

p.pad {
    line-height: 1.5em;
    text-align: left;
}

.menu-h2 {
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 15px;
    color: #23251b !important;
    font-size: 1.1em !important;
    padding: 0px 0px 3px 5px !important;
    margin: 10px 0px 3px 1px !important;
}

.menu-h2-inline {
    color: #282828 !important;
    font-size: 1.1em !important;
    padding: 0px 0px 10px 5px !important;
    margin: 10px 15px 0px 0px !important;
    display: inline-block;
}

.menu-h2-highlight {
    border-bottom: solid 0px #efefef !important;
    color: #404040 !important;
    font-weight: normal !important;
    padding-bottom: 20px !important;
    font-size: 1.4em !important;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif !important;
}

a {
    text-decoration: underline;
    color: #1a5a96;
}
a:hover, a:active { color:#2b5580; }



.label {
    font-size: 1em;
    color: #151515;
    display: block;
    padding-bottom: 4px;
}

.field {
    font-size: 1.1em;
    color: #282828;
    padding-bottom: 0px;
    margin-bottom: 4px;
    display: inline-block;
}

.field input {
    padding: 3px;
    width: 200px;
    font-family: Calibri, Arial, sans-serif;
}

.entry {
    padding: 0px 0px 20px 0px;
}

.outageDiv {
    background-color: #00acec;
    padding: 3px 3px 3px 3px;
    color: white;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 1.2em;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    line-height: 1.1;
}

.outageWarningImg {
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
	width: 49px;
}

.outageMessage {
	display: table-cell;
	padding: 0px 10px;
	vertical-align: middle;
}

.outageDivTwo {
    font-size: 1.5em;
}

/*********************************************************************/
/* Login Container */
.login-container {
    width: 630px;
    float: left;
    margin-right: 10px;
    margin-top: 17px;
}

/* Buttons for All steps of Login */
.login-container .titles {
    background-color: #003366;
    color: #F7F7F7;
    padding: 7px;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 16px;
}

.login-container .titles h1 {
    display: inline-block;
    color: #F7F7F7;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.login-container .titles h2 {
    padding-left: 5px;
}

.login-container .titles h2 {
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1em;
    margin-top: -5px;
}

.login-container .rightTitle {
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 12px;
    color: #EAEAEA;
    margin-top: 3px;
    text-decoration: underline;
    margin-left: 4px;
}

.login-container .rightTitleWelcome {
    display: inline-block;
    float: right;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    margin-top: 5px;
    margin-right: 4px;
}

.login-container .rightTitleAbove {
    cursor: pointer;
    display: none;
    float: right;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 12px;
    color: #EAEAEA;
    margin-top: 3px;
    text-decoration: underline;
}

.login-inner-padded .titles {
    background-color: #003366;
    color: #ffffff;
    padding: 7px;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 16px;
    width: auto;
}

.login-inner-padded .titles h1 {
    display: inline-block;
    color: #ffffff;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.login-inner-padded .rightTitle {
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 12px;
    color: #EAEAEA;
    margin-top: 3px;
    text-decoration: underline;
}
.login-font-family {
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
}
.login-inner-padded .rightTitleAbove {
    cursor: pointer;
    display: none;
    float: right;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 12px;
    color: #EAEAEA;
    margin-top: 3px;
    text-decoration: underline;
}

.login-inner-padded .rightTitleWelcome {
    display: inline-block;
    float: right;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 4px;
}

.login-inner-padded .titles h2 {
    padding-left: 5px;
}

.login-inner-padded .titles h2 {
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1em;
    margin-top: -5px;
}

.login-border {
    width: 100%;
    /* -moz-border-radius: 5px; border-radius: 5px; border: solid 1px #e6e6e6;*/
}

.login-inner-padded {
    padding: 17px 0px 10px 0px;
}

.login-inner-padded-centered {
    padding: 17px 20px 20px 10px;
}

.login-error {
    height: 500px;
}

.help {
    font-size: 0.8em;
    text-align: right;
}

.login-step1 {

}

.login-step2 {
    min-height: 250px;
    display: table;
}

.login-step2-newuser {
    min-height: 350px;
}

.login-step3-newuser {
    min-height: 400px;
}

.login-step4-newuser {
    min-height: 275px;
}

.login-step4 {
    min-height: 300px;
}

/*********************************************************************/
/* Step 1: Card Tap Page */
.login-step1 .initial-message {
    width: 100%;
    height: 375px;
    text-align: center;
} /* background-color: #a4a4a4;  */
.login-step1.initial-message p {
    padding-top: 100px;
    padding-bottom: 10px;
    color: #282828;
}

.login-step1 .securekey-loaded, .login-step1 .securekey-plugin,
    .login-step1 .securekey-plugin-complete {
    display: none;
}

/*********************************************************************/
/* Passcode Step */
.login-step2 table {
    width: 100%;
}

.login-step2 {
    margin-top: 15px;
}

.passcode_notes {
    font-size: 0.8em;
    width: 95%;
    color: #151515;
    padding-bottom: 2px;
}

.showme {
    color: #151515;
    font-size: 0.8em;
}

.showme input {
    vertical-align: middle;
}

/*********************************************************************/
/* Step 3: Email Confirmation Page */
.login-step3-newuser h2 {
    padding-left: 0px;
}

.login-step3-newuser .label {
    font-size: 1em;
    color: #151515;
    display: block;
    padding-bottom: 4px;
}

.login-step3-newuser table td {
    color: #151515;
}

/* First Time User > Email Preferences */
.email_notes {
    font-size: 1em;
    border: solid 0px #e6e6e6;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.email_notes ul {
    color: #151515;
    list-style-image: url("/static/images/arrow1.png");
    margin-left: 20px;
}

.email_notes p {

}

/* First Time User > Email Preferences > Notifications Table */
.email_preferences table {
    color: #151515;
    width: 95%;
    margin-top: 10px;
}

.email_preferences tr {

}

.email_preferences th {
    border-bottom: solid 1px #b3b3b3;
    font-weight: normal;
    padding: 2px;
    text-align: left;
    font-size: 1em;
    color: #151515;
}

.email_preferences td {
    border-bottom: dashed 1px #b3b3b3;
    padding: 4px 2px;
    font-size: 0.9em;
}

.email_preferences td.col1, .email_preferences th.col1 {
    width: 100px;
}

.email_preferences td.col1 {
    padding-left: 15px;
}

.email_preferences td.option {
    width: 20px;
    vertical-align: top;
}

.email_preferences td.option-last {
    width: 30px;
    font-size: 0.9em;
}

.email_preferences td.bump-right {
    width: 25px;
}

#ConfirmVerificationEmail {
    background-color: #ECF3F8;
    border: solid 1px #DAE7F0;
}

.confirmemail {
    padding: 10px;
}

.confirmemail h2 {
    font-size: 1em;
    font-weight: bold;
}

/*********************************************************************/
/* Confirmation Page */
.confirm_preferences {
    border-top: solid 0px #e6e6e6;
    font-size: 0.9em;
    margin-top: 5px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.confirm_preference, .contact_preferences {
    color: #151515;
    padding-top: 15px;
    padding-bottom: 20px;
}

.contact_preferences {

}

.contact_preferences h2, .confirm_preference h2 {
    padding: 5px 0px;
    margin: 0px;
}

.confirm_preferences table {
    color: #151515;
    width: 95%;
    margin-top: 20px;
}

.confirm_preferences tr {

}

.confirm_preferences th {
    border-bottom: solid 1px #b3b3b3;
    font-weight: normal;
    padding: 6px;
    text-align: left;
    font-size: 1em;
    color: #151515;
}

.confirm_preferences td {
    color: #151515;
    border-bottom: dashed 1px #b3b3b3;
    padding: 4px 2px;
    font-size: 0.9em;
}

.from .param {
    font-size: 1em;
    color: #151515;
    display: block;
    padding-bottom: 3px;
}

.from .val {
    font-size: 0.9em;
    color: #4c4c4c;
    display: block;
    padding-bottom: 0px;
}

/* First Time User > Confirmation Page */
.from {
    font-size: 1em;
    padding: 10px;
    width: 85%;
    margin: 0 auto;
    /*-moz-border-radius: 5px; border-radius: 5px;*/
    background: #f7f7f7;
    border: solid 1px #e6e6e6;
    background-color: #ECF3F8;
    border: solid 1px #DAE7F0;
}

.to {
    font-size: 1em;
    padding: 10px;
    width: 85%;
    margin: 0 auto;
    /*-moz-border-radius: 5px; border-radius: 5px;*/
    background: #f7f7f7;
    border: solid 1px #e6e6e6;
    background-color: #ECF3F8;
    border: solid 1px #DAE7F0;
}

.to .logo {
    width: 100%;
    text-align: center;
}

.to p {
    text-align: center;
    padding-top: 10px;
}

.identity-info {
	border-bottom: solid 1px #ececec;
	width: 100%;
}

.identity-row {
	margin-bottom: 10px;
}

@media only screen and (min-width: 478px) {
	.identity-info {
		display: table;
	}
	.identity-row {
		display: table-row;
		margin-bottom: inherit;
	}
	.identity-col {
		display: table-cell;
		padding: 5px 5px 5px 1px;
		border-top: solid 1px #ececec;
	}
	.identity-row > .identity-col:nth-of-type(1) {
		width: 150px;
	}
}

/*********************************************************************/
/* Right Column */
.nologin {
    display: block;
    width: 100%;
    height: 20px;
}

.login-options {

}

.login-options h1 {
    font-size: 1.4em;
    padding: 0px 0px 10px 0px;
    color: #282828;
}
/** start here */
.login-extras h1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.login-extras { padding-left: 20px; }
.login-extras-section { margin-top: 15px; margin-bottom: 30px; padding-top: 10px; }


@media (max-width: 767px) {
    .login-extras { padding-left: 0px; }
}
@media (max-width: 478px) {


    .login-extras {
        margin-left: 0px;
        margin-top: 50px;
    }
    .login-extras-section { margin-bottom: 60px; padding-top: 0px; }
}

.login-more {
    padding: 3px 6px;
    text-indent: 5px;
    text-align: right;
    background-image: url('/static/images/arrow1.png');
    background-repeat: no-repeat;
    background-position: 110px 6px;
}

/* Exception Pages */
/* TODO: I think Delete */
.login-container-inner-message {
    padding: 20px;
}

.login-container-inner-message h1 {
    padding-left: 0px;
    color: #f15d22;
    font-size: 1.2em;
}

.login-container-inner-message {

}

.logInImage {
    height: 15px;
    margin-right: 5px;
}

.error {
    border: solid 1px #dc3c10;
    color: #23251b; /* light blue #23251b;*/
    background-color: #ffcfcf;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 0.9em;
    border-radius: 5px;
}

.errortitle, .errormessage, .errormessage p {
    color: #23251b;
}

.errortitle {
    font-weight: bold;
    padding-bottom: 10px;
}

.errorindicator {
    background: transparent url("/static/images/attention.png") no-repeat;
    height: 26px;
    width: 26px;
    vertical-align: top;
    display: inline-block;
}

.field input.fielderror {
    border: solid 1px #dc3c10;
}

.commonLoginError {
    margin-bottom: 30px;
    margin-top: 10px;
}

.login-error-message p {
    padding-left: 35px;
    line-height: 1.3em;
    padding-right: 30px;
}

.btn-primary {
        border-color: #003366;
        color: #fff;
        background-color: #003366;
}
.btn {
        font-size: 17px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 500;
}

.primaryaction {
    font-size: 1.1em;
}

.login-error-message .actions {
    padding-left: 35px;
}

.input-error {
    background: transparent url('/static/images/attention.png') no-repeat
        left top;
    text-indent: 25px;
    color: #dc3c10;
    height: 23px;
    display: none;
}

.input-error-newPosition {
    background: transparent url('/static/images/attention.png') no-repeat
        left top;
    position: absolute;
    left: 5px;
    top: 15px;
    text-indent: 25px;
    color: #dc3c10;
    height: 100%;
}

.with-label {
    top: 28px;
}

.input-error-message {
    padding-top: 5px;
}

.pairingCode {
    margin-top: 20px;
    margin-left: 20px;
    text-align: center;
    width: 175px;
    border: 1px black solid;
    height: 80px;
}

/*********************************************************************/
/* Dialog Styles */
.dialog_popup {

}

.dialog_popup .secondary {
    text-decoration: none;
    color: #234075;
    font-size: 0.9em;
}

.dialog_popup .primary {
    text-decoration: none;
    color: #234075;
    background: white url('/static/images/arrow_find.jpg') no-repeat left
        center;
    padding-left: 20px;
}

/*********************************************************************/
/* 2 Column Terms of Use Exmaple */
.intro {
    font-size: 1.1em;
    line-height: 1.3em;
    padding-bottom: 20px;
}

.terms_legal {
    vertical-align: top;
    width: 395px;
    padding-right: 30px;
    font-size: 0.9em;
}

.terms_legal p {
    line-height: 1.3em;
}

.terms_legal .subheading {
    color: #272727;
    text-transform: uppercase;
    font-size: 0.8em;
    padding-bottom: 5px;
}

.terms_legal li {
    margin-bottom: 6px;
}

.terms_legal ol {
    margin-left: 28px;
    color: #151515;
}

.terms_legal, .terms_highlight {
    margin-top: 20px;
    margin-bottom: 20px;
}

.terms_highlight {
    vertical-align: top;
    padding-right: 0px;
    color: #00acec;
}

.terms_highlight .th {
    border-left: solid 4px #668996;
    padding-left: 5px;
}

.terms_highlight .bump {
    margin-top: 20px;
}

.terms_highlight p {
    color: #668996;
}

.terms_highlight p.terms_desc {
    color: #151515;
}

.terms_highlight p.big {
    font-size: 1.1em;
}

.basically {
    color: #a5a5a5;
    font-weight: bold;
    font-size: 0.9em;
}

/*********************************************************************/
/* 1 Column Terms of Use */
.termsuse h3 {
    font-weight: normal;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    color: #272727;
    font-size: 1.1em;
    padding-bottom: 5px;
}

.termsuse .version {
    font-size: 0.8em;
    padding-bottom: 10px;
}

.termsuse .intro {
    padding-bottom: 15px;
    font-size: 1.0em;
}

.termsuse .subheading {
    /*color: #272727;  font-size:0.9em; text-transform:uppercase;  */
    letter-spacing: 0.4px;
    font-size: 1.05em;
    color: #595959;
    padding-bottom: 7px;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
}

.termsuse ol, .termsuse ul {
    margin-left: 28px;
    color: #151515;
}

.termsuse ul {
    list-style-image: url("/static/images/arrow1.png");
}

.termsuse li {
    margin-bottom: 10px;
}

.termsuse ol li ol {
    list-style-type: lower-alpha;
}

.termsuse_highlight {
    color: #151515;
    font-weight: bold;
    font-size: 0.95em;
    letter-spacing: 0.01em;
}

.terms_checkbox {
    padding: 5px;
    font-size: 50px;
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.termsuse {
    line-height: 1.25em;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.terms_input-error {
    background: transparent url('/static/images/attention.png') no-repeat
        left top;
    /*position: absolute; left: 5px; top: 15px; */
    text-indent: 25px;
    color: #dc3c10;
    display: none;
    height: 25px;
    margin-bottom: 10px;
}

.login-body-wrapper {
    margin: 0 auto;
    display: inline-block;
    width: 645px;
}

.rightcol-wrapper {
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}

.form-passcode {
    vertical-align: middle;
    margin-top: 25px;
}

.confirmation-block-item {
    vertical-align: middle;
    display: inline-block;
}

.confirmation-block {
    width: 100%;
}
/*
.help-options-inner {
    margin-top: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 15px;
}
*/
.sk-widget-div {
    width: 450px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.cardusedetailslink {
    display: block;
}
.jtable-main-container {
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
}
.carduse-accordion {
    display: none;
}

.history-container {
    width: 100%;
}

.history-container-leftcol {
    float: left;
    margin-right: 8px;
}

.history-container-rightcol {
    float: left;
    width: 85%;
}

.login-cardtap-iframe {
    margin: auto;
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-left: 10px;
    overflow: hidden;
}

.login-cardtap-iframe-large {
    margin: auto;
    width: 100%;
    height: 660px;
    border: none;
    overflow: hidden;
}

.initial-login-load {
    display: table-cell;
    width: 625px;
    height: 310px;
    padding-bottom: 170px;
    font-size: 0.9em;
}

.fullPrivacyInfo {
    padding: 5px;
}

.pilotImageDiv {
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    vertical-align: inherit;
}

.pilotProgramImage {
    padding-left: 5px;
    font-size: 1em;
    color: white;
    background-color: #E5B03E;
    font-weight: bold;
    text-transform: uppercase;
}

.pilotProgramImageWords {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 10px;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 1.2em;
    padding-left: 15px;
    padding-right: 10px;
}

.bcServicesCardImageChevron {
    display: inline-block;
    vertical-align: middle;
}

.chevronImage {
    height: 30px;
    vertical-align: middle;
}

.noThanksCheck {
    font-size: 0.8em;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.noThanksCheckbox {
    display: inline-block;
}

.emailRadioPreference {
    border-bottom: dashed 1px #b3b3b3;
    padding: 4px 0px 4px 0px;
}

.emailCheckoxPreference {
    border-bottom: dashed 1px #b3b3b3;
    font-size: 0.9em;
}

.emailCheckoxPreferenceBottom {
    font-size: 0.9em;
    border-bottom: dashed 1px #b3b3b3;
}

.emailRadioPreference input {
    vertical-align: bottom;
    margin-right: 5px;
}

.selectEmailPrefs {
    border-bottom: solid 1px #b3b3b3;
    font-weight: normal;
    padding: 3px;
    text-align: left;
}

/*********************************************************************/
/* RP Specific CSS */
.rpStandardWrapperBlueTheme {
    margin: 0 auto;
    background-color: #003366;
}

.bannerStandardIconBlueTheme {
    background-image: url(../images/BCLogo.png);
    width: 180px;
    height: 50px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.bannerStandardTextBlueTheme {
    display: inline-block;
    color: #F7F7F7;
    vertical-align: middle;
    margin-left: 10px;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
}

.rpStandardWrapperWhiteTheme {
    margin: 0 auto;
    background-color: #FFFFFF;
}

.bannerStandardIconWhiteTheme {
    background-image: url(/static/images/BCLogoWhite.png);
    width: 180px;
    height: 50px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.bannerStandardTextWhiteTheme {
    display: inline-block;
    color: #214174;
    vertical-align: middle;
    margin-left: 10px;
    font-family: 'Myriad-Pro', Calibri, Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
}

.rpBannerStandardSizing {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.spinnerDiv {
    padding-top: 10px;
    padding-left: 5px;
}

.rpbrand-divider {
    display: inline-block;
    border-left: 1px #e3a82b solid;
    height: 47px;
    vertical-align: middle;
    margin-left: 12px;
}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    #rightcol-separator {
        display: block;
    }
    .login-inner-padded .titles {
        width: auto;
        background-color: transparent;
        color: #333;
        padding-left: 0px;
    }
    .login-inner-padded .titles h1 {
    	color: #333; 
    }
    .login-inner-padded .rightTitle {
        display: none;
    }
    .login-inner-padded .rightTitleAbove {
        display: block;
        color: black;
        text-align: end;
        margin-bottom: 5px;
        margin-right: 5px;
        float: inherit;
    }
    .login-inner-padded .rightTitleWelcome {
        display: block;
        float: none;
        margin-top: 0px;
    }
    .rpStandardWrapperBlueTheme {
        text-align: center;
    }
    .rpStandardWrapperWhiteTheme {
        text-align: center;
    }
    .bannerStandardTextBlueTheme {
        font-size: 23px;
        display: block;
        margin-top: 5px;
        margin-left: 0px;
        max-width: inherit;
    }
    .bannerStandardIconBlueTheme {
        width: 129px;
        height: 36px;
        background-size: cover
    }
    .bannerStandardTextWhiteTheme {
        font-size: 23px;
        display: block;
        margin-top: 5px;
        margin-left: 0px;
        max-width: inherit;
    }
    .bannerStandardIconWhiteTheme {
        width: 129px;
        height: 36px;
        background-size: cover
    }
    .rpBannerStandardSizing {
        max-width: 650px;
        padding-left: 0px;
        text-align: center;
    }
    .actionReturnWrapper .actionRetryButton {
    	margin-left: 0px!important;
    }

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .login-inner-padded .titles {
        width: auto;
    }
    .rpBannerStandardSizing {
        max-width: 650px;
        padding-left: 0px;
    }
    .bannerStandardTextBlueTheme {
        max-width: 400px;
    }
    .bannerStandardTextWhiteTheme {
        max-width: 400px;

    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.rpStandardWrapperBlueTheme {
    margin: 0 auto;
    background-color: #003366;
}
.rpStandardWrapperWhiteTheme {
    margin: 0 auto;
    background-color: #FFFFFF;
}
.rpBannerStandardSizing {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.bannerStandardIconBlueTheme {
    background-image: url(/static/images/BCLogo.png);
    width: 180px;
    height: 50px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.bannerStandardTextBlueTheme {
    display: inline-block;
    color: #F7F7F7;
    vertical-align: middle;
    margin-left: 10px;
    font-family: Myriad-Pro, Calibri, Arial, 'sans-serif';
    font-size: 28px;
    font-weight: normal;
}


.bannerStandardIconWhiteTheme {
    background-image: url(/static/images/BCLogoWhite.png);
    width: 180px;
    height: 50px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.bannerStandardTextWhiteTheme {
    display: inline-block;
    color: #214174;
    vertical-align: middle;
    margin-left: 10px;
    font-family: Myriad-Pro, Calibri, Arial, 'sans-serif';
    font-size: 28px;
    font-weight: normal;
}

}

/* Large devices (large desktops, 1200px and up)
default.... */
@media (min-width: 1200px) {
    .rpStandardWrapperBlueTheme {
        margin: 0 auto;
        background-color: #003366;
    }
    .rpStandardWrapperWhiteTheme {
        margin: 0 auto;
        background-color: #FFFFFF;
    }
    .rpBannerStandardSizing {
        max-width: 1170px;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .bannerStandardIconBlueTheme {
        background-image: url(/static/images/BCLogo.png);
        width: 180px;
        height: 50px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }

    .bannerStandardTextBlueTheme {
        display: inline-block;
        color: #F7F7F7;
        vertical-align: middle;
        margin-left: 10px;
        font-family: Myriad-Pro, Calibri, Arial, 'sans-serif';
        font-size: 28px;
        font-weight: normal;
    }


    .bannerStandardIconWhiteTheme {
        background-image: url(/static/images/BCLogoWhite.png);
        width: 180px;
        height: 50px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }

    .bannerStandardTextWhiteTheme {
        display: inline-block;
        color: #214174;
        vertical-align: middle;
        margin-left: 10px;
        font-family: Myriad-Pro, Calibri, Arial, 'sans-serif';
        font-size: 28px;
        font-weight: normal;
    }

}
