/* BEGIN: RAF specific */
form#salesForceLead label, form input[type='text'], textarea {
    display: block;
    width: 100%;
}
form#salesForceLead input[type='text'], textarea {
    border: 1px solid;
    border-color: #000000;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
    padding: 20px;
}
form#salesForceLead input[type='numeric'], textarea {
    border: 1px solid;
    border-color: #000000;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
    padding: 20px;
}
form#salesForceLead .row {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
@media (max-width: 575px) {
	form#salesForceLead {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	form#salesForceLead input[type='text'], textarea,
	form#salesForceLead input[type='numeric'], textarea {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
div.rafSubmit-left {
    font-size: 14px;
    line-height: 16px;
}
form#salesForceLead input.btn {
}
form#salesForceLead input.btn-primary {
    background: #005CA1;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    border: 3px solid #ffffff;
    font-size: 1.25rem;
    
}
form#salesForceLead input.btn-primary:focus {
    border: 3px dotted #999999;
    font-size: 1.25rem;
    box-shadow: none;
    
}
/* END: RAF specific */
/* Global Items */
body {
	font-family: Helvetica,Arial,sans-serif;
	color: #000000;
}
h2 {
	color: #000000;
	font-size: 1.45em;
	font-weight: bold;
}
a {
    color: #002395;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    color: #265d96;
    text-decoration: none;
}
.btn-primary {
    background: linear-gradient(0deg, #597423 0, #7ca62b);
    color: #faf6f5;
	border: none;
    transition: all .3s ease-in-out;
    text-decoration: none !important;
}
.img-border {
    border: 2px solid #a7d0e4;
    padding: 2px;
}
/* Header */
.primaryHeader {
	background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    font-size: 1em;
}
#contentHeader {
    background-image: url(/credit/mc_kroger_shared/images/default-header.jpg);
    background-color: #373535;
    background-position: top right;
    background-size: cover;
    color: #ffffff;
    padding: 30px;
}
#contentHeader a,
#contentHeader a:hover,
#contentHeader a:active,
#contentHeader a:visited,
.carousel-caption a,
.carousel-caption a:hover,
.carousel-caption a:active,
.carousel-caption a:visited,
#marketingFooter a,
#marketingFooter a:hover,
#marketingFooter a:active,
#marketingFooter a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#contentHeader h1,
.carousel-caption h1 {
	font-weight: 700;
}
.carousel-caption h1 {
	text-align: center;
}
#contentHeader h1 large,
.carousel-caption h1 large {
	font-size: 150%;
	font-weight: 700;
}
#contentHeader h1 small,
.carousel-caption h1 small {
	font-weight: 600;
}
@media (max-width: 991px) {
	#contentHeader h1,
	.carousel-caption h1 {
		font-size: 2em;
	}
}
@media (max-width: 575px) {
	#contentHeader h1,
	.carousel-caption h1 {
		font-size: 1.75em;
	}
}
a.onlineBanking {
	padding: 10px 20px;
	font-weight: 400;
	color: #444;
	text-decoration: none;
}
a.loginButton {
    text-transform: uppercase;
    padding: 8px 35px;
    font-weight: 400;
    background: #265d96;
    color: #ffffff;
    display: inline-block;
	text-decoration: none;
}
a.loginButton:hover, 
a.loginButton:focus {
	color: #ffffff;
}
.headerNav {
	margin-bottom: 0;
    padding: 25px 0;
    border: 1px solid #eee;
}
.home { text-decoration: none; }
a.home:hover { text-decoration: none; }
.home span {
	font-size: 1.3em;
    color: #000;
    font-weight: bold;
	margin: 10px 0px;
	display: block;
	line-height: 1.2;
}
@media screen and (max-width: 991px) {
	.home span {
		margin: 14px 0px 0px;
		font-size: 1em;
	}
}
@media (max-width: 768px) {
	.home span {
		margin: 20px 0px 5px;
		font-size: 1.15em;
	}
}
a.skipNav {
    background: #ffffff;
    text-decoration: none;
    color: black;
    border: 1px solid #000000;
    font-size: 12px;
    position: absolute;
    left: -999px;
    bottom: 0;
}
a.skipNav:active, a.skipNav:focus {
    left: 15px;
}
/* Desktop Navbar */
.navbar-nav {
    display: inline-block;
	margin-top: 10px;
}
.navbar-nav li {
	display: inline-block;
	padding: 0px;
}
a.menuButton {
	text-decoration: none;
    color: #444;
	font-size: 1.2em;
    font-weight: 600;
	margin: 10px 13px;
}
li.nav-item::after {
	content: "|";
	display: inline-block;
	color: #ddd;
	position: absolute;
	top: 50%;
	margin: -10px 0 0;
}
@media screen and (max-width: 1199px) {
	li.nav-item::after {
		margin: -20px 0 0;
	}
}
@media screen and (min-width: 992px) {
	a.menuButton:hover {
		color: #265d96;
		border-bottom: 4px solid #265d96;
	}
}
li.nav-item:last-child::after {
    display: none;
}
.dropdown-menu {
    top: 10px !important;
    border-radius: 0px;
    background: #ffffff;
}
.dropdown-item {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 20px;
	text-decoration: none;
}
.dropdown-item:hover, .dropdown-item:focus {
	background: #f5f5f5;
    color: #262626;
}
.dropdown-toggle::after {
	vertical-align: .1em;
}
span.divider {
	border-bottom: 1px solid #e5e5e5;
    display: block;
    margin: 5px 0px;
}
.navbar-header span, .header-left span {
	font-size: 1.3em;
    color: #000;
    font-weight: bold;
	display: block;
    padding: 20px 0px;
}
/* Hamburger menu */
.navbar-toggle {
    border: none;
    background: transparent;
    padding: 0.7rem 0.1rem 0.7rem 0.4rem;
}
@media (max-width: 768px) {
	.navbar-toggle {
		padding: 1.2rem 0.1rem 0.7rem 0.4rem;
	}
}
.navbar-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -5px
}
.navbar-toggle .icon-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all .2s;
	background-color: #005CA1;
    border-radius: 0;
    width: 28px;
    height: 4px;
	display: block;
}
.navbar-toggle[aria-expanded=true] .icon-bar.topbar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10%;
    transform-origin: 10%
}
.navbar-toggle[aria-expanded=true] .icon-bar.midbar {
    opacity: 0
}
.navbar-toggle[aria-expanded=true] .icon-bar.btmbar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10%;
    transform-origin: 10%
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-collapse {
    padding: 0;
	list-style-type: none;
}
.header_content {
	margin: 0 auto 20px auto;
    border: 1px solid #ddd;
}
.header_content li {
	border-bottom: 1px solid #eee;
    background-color: #d2cfcf;
    padding: 15px 13px;
}
.subMenu::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .2em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
#submenu { background-color: #f9f6f6c2; }
a.subnav_item {
    display: block;
    margin: 6px 13px;
    color: #444;
    font-size: 0.9em;
    padding: 8px 0px;
}
/* Main Content start */
div#contentText,
div#contentTextOffer,
div.footerText,
div.footnotes {
    margin-right: -15px;
    margin-left: -15px;
}
@media(max-width: 575px) {
	div.footerText,
	div.footnotes {
		margin-right: 0;
		margin-left: 0;
	}
}
.greyBack,
.whiteBack {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
	margin-left:0;
	margin-right:0;
}
.greyBack {
	background-color:#f2f2f2;
}
.greyBar {
	background-image:url(/credit/teamsite/images/footer_banner-sm.jpg);
	color: #ffffff;
	font-size: 1.4em;
	height: 250px;
}
@media (max-width: 1199px) {
	.greyBack,
	.whiteBack {
		padding:30px 15px 30px 15px;
	}
}
@media (max-width: 991px) {
	.greyBar {
		height: 400px;
	}
}
.blueCircle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #265d96;
    color: #ffffff;
    font-size: 2em;
    border-radius: 50%;
    margin-right: 40px;
    padding: 30px;
}
.valuePropContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 20px;	
}
.valuePropIcon {
	max-width:100px;
	margin-right: 20px;
}
div#marketingFooter{
	padding-bottom:0;
}
div#marketingFooterText{
	padding-top: 110px;
}
@media (max-width: 991px){
	div#marketingFooterText{
		padding-top: 20px;
	}
}
/* faqs start */
#faqAll {
    padding-top: 20px;
    margin-right: auto;
    margin-left: auto;
	color: #002395;
}
.textFAQShowHideLinks {
    font-size: .875em;
	font-weight: bold;
}
.textFAQShowHideLinks a { 
	color: #002395; text-decoration: underline;
}
.faqQuestionBlock,
.faqAnswer {
    position: relative;
    border: 2px solid #c4d252;
    border-radius: 4px;
    font-size: 16px;
    color: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 90px;
}
.faqQuestionBlock {
    background-color: #faf6f5;
}
.faqAnswer {
    border-top: 0;
	background-color: #ffffff;
}
a.faqButton {
    display: flex;
}
/*need to override the margin in common-utils to get the question and answer to line up on the same left starting point */
.faqButton > span.FAQ { 
	margin-right: 0;
}
.faqList .faqAnswer.faqClosed {
    display: none;
}
.faqList .faqOpened {
    display: block;
}
.faqQuestionBlock a::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: 40px;
    background: #dddddd;
    width: 2px;
}
.faqQuestionBlock a,
.faqQuestionBlock a:link,
.faqQuestionBlock a span {
    text-decoration: none;
    color: #000000;
}
.faqButton > span.FAQ > img {
    position: absolute !important;
    right: 10px;
    top: 43%;
}
div#contentText .faqGroupHeader {
    padding-top: 15px;
	padding-bottom: 6px;
}
div#contentText .faqList {
	padding-bottom: 10px;
}
@media (max-width: 575px){
	div#contentText #faqContentHeader,
	div#contentText #faqContentFooter,
	div#contentText .faqList,
	div#contentText .faqGroupHeader,
	div#contentText #faqAll {
		margin-left: 15px;
		margin-right: 15px;
	}
}
/* faqs end */
/* BEGIN: SpeedBump specific */
.modal {
  z-index: 100000;
}
div.modal-header p {
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 15px;
    color: #005CA1;
}
div.modal-body p.blueText{
    color: #005CA1;
}
div#CPRAModalWindow {
	text-align: justify;
}
div#CPRAModalWindow div#CPRAModalWindow-header p {
	text-align: left;
}
div#CPRAModalWindow div#CPRAModalWindow-footer a {
	color: #ffffff;
    text-decoration: none;
	width: auto;
}
div#CPRAModalWindow div#CPRAModalWindow-footer a.btn-modal.OptedOutBtn {
	background-color: #d1cfcd;
    color: grey;
	border: none;
	outline:none;
	pointer-events:none;        
}
div#CPRAModalWindow div.CPRAModalClose {
    text-align: right;
    padding-right: 0.5rem;
}
a.btn-modal {
    color: #ffffff;
    background: #005CA1;
    width: 100px;
    text-decoration: none;
    font-weight: bold;
}
a.btn-modal:hover,
a.btn-modal:focus  {
    color: #ffffff;
    text-decoration: none;
    outline: 2px solid #000000;
}

/* END: SpeedBump specific */
/* BEGIN: RAF Error Modal Window CSS */
div#ErrorModalWindow {
	text-align: justify;
}
div#ErrorModalWindow div.ErrorModalClose{
    text-align: right;
    padding-right: 0.5rem;
}
/* END: RAF Error Modal Window CSS */
/* Global footer */
div#contentFooter {
    background: #faf6f5;
    padding-top: 30px;
	padding-bottom: 30px;
	text-align: right;
}
@media (max-width:768px) {
	div#contentFooter {
		text-align: center;
	}
}
@media (max-width:575px) {
	div#contentFooter {
		padding-left: 0;
		padding-right: 0;
	}
	div#contentFooter .row {
		margin-right: 0;
	}
}
div#contentFooter a {
    color: #000000;
    text-decoration: underline;
    font-size: 15px;
}
#footerContent {
    margin-bottom: 150px;
}
@media screen and (min-width:768px) {
	.textRight {
		text-align: right;
	}
}
/* BEGIN: adjustments for California Privacy Opt Out */
div#footerV2 ul.globalFooterLinks {
	list-style: none;
	padding-left: 0;
}
div#footerV2 ul.globalFooterLinks>li.gf-links-divider a {
	padding-right: 8px;
	margin-right: 8px;
}
div#footerV2 ul.globalFooterLinks>li:first-child {
	padding-left: 0;
}
div#footerV2 ul.globalFooterLinks>li {
	display: inline-block;
}
@media only screen and (max-width: 767.5px) {
	div#footerV2 ul.globalFooterLinks>li {
		display: block;
	}
}
li.gf-links-divider a {
	border-right: 1px solid #000000;
}
li.gf-links-divider:last-child a {
	border: 0;
}
@media only screen and (max-width: 767.5px) {
	li.gf-links-divider a {
    	border: 0;
	}
}
div#footerV2 img.usbanklogo {
	max-width: 145px;
    max-height: 35px;
}
/* END: adjustments for California Privacy Opt Out */
.rtt {
    padding-top: 10px;
    padding-bottom: 20px;
}
/* BEGIN CARDMEMBER FORM STYLES */
.form-inline { padding-left:5px; }
div #formWidth {
	margin: auto;
	max-width: 900px;
}
#formWidth sup span.required { color:#CC0000; }
div.formElementLeftClmn, .formElementCenter {
	padding-top: 5px;
	padding-left: 5px;
}
div.basicElement2 {
	padding: 5px;
}
.formSection {
	border: solid 1px black;
	margin-top: 15px;
	padding-bottom: 5px;
}
.formSection .form-inline-footnote {
	margin: 10px 3%;
}
.form-group .form-control:focus, .form-inline .form-control:focus {
	box-shadow: 0 0 3px 0px #0a4573;
}
@media (max-width: 1199px) {
	div #formWidth {
		margin-left: 15px;
		margin-right: 15px;
    }
}
#lastFourofSSN {
margin-top:7px;
}
.buttonpad {
    background: #597423 none repeat scroll 0 0;
    border: 1px solid black;
    color: #ffffff;
    font-weight: bold;
    margin-top: 1rem;
}
.multi-input input.form-control {
    display: inline;
    width: 30%;
}
.multi-input input.form-control.phone-number {
    width: 29%;
}
.formReviewElementClmn {
	padding:5px;
}
.pull-left.mt-10.pl-5 {
    display: inline-block;
    max-width: 1em;
    padding: 0 !important;
    margin-right: -10px;
}
.form-group.pt-5 {
    padding-top: 0 !important;
}
/* Bootstrap Overrides */
@media (min-width: 576px) {
	.form-inline label {
		display: inline-block;
		justify-content: center;
	}
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-group .col-sm-3, .form-group .col-sm-6, .form-group .col-sm-4, .form-group .col-sm-2, .form-group .col-sm-5 {
	display: inline-block;
	padding: 0px 15px !important;
}
@media (min-width: 576px) {
	.control-label {
		text-align: right;
	}
}
#homePhoneNumber, label { font-weight: bold; }
/* BEGIN CAROUSEL STYLES */

#controlBar {
    background: linear-gradient(0deg, #363430 0, #696969);
	margin-left: 0;
	margin-right: 0;
	height: 38px;
}
/* BEGIN CAROUSEL STYLES */

#controlBar {
    background: linear-gradient(0deg, #363430 0, #696969);
	margin-left: 0;
	margin-right: 0;
	height: 38px;
}
/* BEGIN: override of bootstrap default values needed */
.carousel .carousel-item {
  height: 322px;
}
.carousel .carousel-item > *:first-child {
  background-size: cover;
  height: inherit;
}
/* .carousel-caption defined same as .contentHeader to begin and so up at top of the css*/
@media (max-width: 767px) {
	.carousel-caption {
		right: 5%;
		left: 5%;
	}
}
/* These are to push the previous/next icons closer to the circles */
.carousel-indicators {
	bottom: -5px;
	margin-right: 25%;
	margin-left: 5%;
}
@media (min-width: 576px) {
	.carousel-indicators {
		margin-right: 40%;
	}
}
@media (min-width: 768px) {
	.carousel-indicators {
		margin-right: 50%;
	}
}
@media (min-width: 992px) {
	.carousel-indicators {
		margin-right: 60%;
	}
}
@media (min-width: 1200px) {
	.carousel-indicators {
		margin-right: 70%;
	}
}
.carousel-indicators li {
	width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 2px solid #ffffff !important;
	background: transparent;
	opacity: 1;
}
/* FYI: bootstrap sets class="active" for the current slide indicator */
.carousel-indicators li.active {
	background: #ffffff;
}
.carousel-control-prev,
.carousel-control-next {
	opacity: 1;
}
.carousel-control-prev {
	justify-content: flex-end;
}
.carousel-control-next {
	justify-content: flex-start;
}
/* END: override of bootstrap values needed */

#playPause {
    z-index: 15;
	display: flex;
	justify-content: flex-end;
}
#playPauseToggleButton  {
    cursor: pointer;
}
.pause,
.play {
	width: 28px;
    height: 28px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.carousel-caption a:focus,
ol.carousel-indicators:focus,
a.carousel-control-prev:focus,
a.carousel-control-next:focus,
span.carousel-control-prev-icon:focus,
span.carousel-control-next-icon:focus,
#playPauseToggleButton:focus {									
	outline-color: #ffffff;
	outline-style: solid;
	outline-width: 2px;
}
/* END CAROUSEL STYLES*/