/*
 * Standard build.css
 */


/** TPW **/
#ncr-tpw-popup-panel .ncr-tpw-content:hover{
	cursor:text !important;
}

#ncr-tpw-popup-panel .ncr-tpw-buttons a{
	width: auto;
}
#ncr-tpw-popup-panel .ncr-tpw-buttons{
	width:100%;
}

@media (min-width: 600px){
#ncr-tpw-popup-panel .feature-wrap1,
#ncr-tpw-popup-panel .feature-wrap2,
#ncr-tpw-popup-panel .zone1{
	width:600px;
}
#ncr-newsite-popup-panel .feature-wrap1,
#ncr-newsite-popup-panel .feature-wrap2,
#ncr-newsite-popup-panel .zone1{
	width:600px;
}
}
@media (max-width: 600px){
#ncr-tpw-popup-panel .ncr-tpw-body{
max-height: 250px;
overflow:scroll;
}
}
/* hide tpw until page loads / js inits it */
.hide-tpw{
	display: none !important;
}
/** END TPW **/


/** AIO TPW STYLES **/
.aio_modal-open {
  overflow: hidden; }

.aio_modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050; }

.aio_modal-open .aio_modal {
  overflow-x: hidden;
  overflow-y: auto; }

.aio_modal-dialog {
  margin: 10px;
  position: relative;
  width: auto; }

.aio_modal-content {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  position: relative; }

.aio_modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px; }
  .aio_modal-header::before, .aio_modal-header::after {
    content: ' ';
    display: table; }
  .aio_modal-header::after {
    clear: both; }

.aio_modal-header .aio_close {
  margin-top: -2px; 
	float:right;
}

.aio_modal-title {
  line-height: 1.428571429;
  margin: 0; }

.aio_modal-body {
  padding: 15px;
  position: relative; }

.aio_modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: right; }
  .aio_modal-footer::before, .aio_modal-footer::after {
    content: ' ';
    display: table; }
  .aio_modal-footer::after {
    clear: both; }
  .aio_modal-footer .btn + .btn, .aio_modal-footer .btn-outline + .btn, .aio_modal-footer .btn-white + .btn, .aio_modal-footer .btn + .btn-outline, .aio_modal-footer .btn-outline + .btn-outline, .aio_modal-footer .btn-white + .btn-outline, .aio_modal-footer .btn + .btn-white, .aio_modal-footer .btn-outline + .btn-white, .aio_modal-footer .btn-white + .btn-white {
    margin-bottom: 0;
    margin-left: 5px; }
  .aio_modal-footer .btn-group .btn + .btn, .aio_modal-footer .btn-group .btn-outline + .btn, .aio_modal-footer .btn-group .btn-white + .btn, .aio_modal-footer .btn-group .btn + .btn-outline, .aio_modal-footer .btn-group .btn-outline + .btn-outline, .aio_modal-footer .btn-group .btn-white + .btn-outline, .aio_modal-footer .btn-group .btn + .btn-white, .aio_modal-footer .btn-group .btn-outline + .btn-white, .aio_modal-footer .btn-group .btn-white + .btn-white {
    margin-left: -1px; }
  .aio_modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .aio_modal-dialog {
    margin: 30px auto;
    width: 600px; }
  .aio_modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .aio_modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .aio_modal-lg {
    width: 900px; } }
		/** END AIO TPW STYLES **/

/** AIO Search styles **/
.aio-search-result-row{
	border: 1px solid #ddd;
}
.aio-search-result-heading{
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	line-height: 1.5;
	padding: 1rem;
	background-color: #fff;
}
.aio-search-result-heading.open{
	border-bottom: 1px solid #ddd;
}
.aio-search-result-body{
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2rem;
}
/** END AIO Search styles **/

/** TCALC FIXES **/
	.cTimeValue input, .cTimeValue span, .cTimeValue label{
	display: inline-block !important;
	margin: 0px 4px !important;
	position: initial !important;
	padding: 0 !important;
}
.cTimeValue input{
	position: relative !important;
	top: 0px !important;
	font-size: initial !important;
}
.cTimeValue input{width: auto !important;}
.cTimeValue th, .cTimeValue th p{
	color: white !important;
}
.cTimeValue td{
	width: auto;
}
.cTimeValue th{
	/*background:	#0f2652 !important;*/
}
.ie11 .cTimeValue input[type=radio],
.ie .cTimeValue input[type=radio]{
	top: 10px !important;
}
/** END TCALC FIXES **/

/** QUICKLINKS **/
	#ncr-quicklinks-list{
		display: none;
	}

	#quicklinks-landing #ncr-quicklinks-list{
		display: block;
	}
/** END QUICKLINKS **/


	/** SKIP NAVIGATION LINKS **/
	/**
	<a class="skip-to-login skip-link" href="#skip-to-login" tabindex="1">Skip to login</a>
	<a class="skip-to-content skip-link" href="#skip-to-content" tabindex="2">Skip to content</a>
	 **/

.skip-link{
	position: absolute;
	top: -100px;
	left: 20px;
	padding: 10px 15px;
	transition: top .5s ease-out, background .5s linear;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.25);
	background: #fff;

}
.skip-link:focus{
	top: 0;
	transition: all .3s ease-in;
	text-decoration: underline;
	outline: none;
	z-index: 05221989;
	color: #243746;
	background: white;
}
.skip-to-content:focus { }
.skip-to-login:focus { }
.skip-to-login { }
.skip-to-content { }
/** END SKIP NAVIGATION LINKS **/

/** END WP DEFAULTS **/
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

/* fixes issue in IE where images in blocks blocks are 
 * bleeding out of their container */
.ie .wp-block-image figure.alignleft,
.ie .wp-block-image figure.alignright,
.ie .wp-block-image figure.aligncenter{
display:inline-block;
max-width:100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
.aligncenter iframe{
	margin: 0 auto;
	display: block;
}


img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}
.wp-block-gallery, .wp-block-gallery li {
	list-style-type: none;
	padding-left: 0;
}
.wp-block-gallery li:before {
	content: none !important;
	display: none !important;
	margin: 0px !important;
}
.blocks-gallery-image:last-child,
.blocks-gallery-item:last-child {
	margin-bottom: 16px;
}

/** END WP DEFAULTS **/

/** WP FIXES **/
.WPbarFix{
	margin-top: 0px !important;
}
.hideWPbar{
	margin-top: 0px !important;
}

.hidden{
	display: none;
}
/** END WP FIXES **/

/** NCR BLOCKS **/
.wp-block-ncr-blocks-button.button-align-right{
text-align:right;
}
.wp-block-ncr-blocks-button.button-align-center{
text-align:center;
}

/* image row block */
.image-row-block img{
	max-width: 200px;
}

.image-row-block.is-style-centered div.wp-block-image,
.image-row-block.is-style-centered p,
.image-row-block.is-style-centered figure{
	display:inline-block;
}

.image-row-block.is-style-centered{
	text-align:center;
}

.image-row-block.is-style-centered-h-and-v div.wp-block-image,
.image-row-block.is-style-centered-h-and-v p,
.image-row-block.is-style-centered-h-and-v figure{
	display:inline-block;
	vertical-align:middle;
}

.image-row-block.is-style-centered-h-and-v{
	text-align:center;
}
/* end image row block */


/** END NCR BLOCKS **/


/* PRINT STYLES */
/* to debug in chrome: click dots/menu next to js console, click "Rendering" > Emulate CSS media type > Print */
@media print {
	/* hide things */
	.backToTopButton, 
	/*body:not(#home) header,  */ /* hides the whole header */
	.zone-login-toggle,
	.zone-menu-toggle,
	#new_accelerate_banner, .headerback .feature-cta2 {
		display:none !important;
	}

	/* show toggleable things */
	.ncr-accordion-panel-body{
		display:block !important;
	}

	/* make sure whole site shows (no scrollbars) */
	.site-wrap, body{ 
		display:inline;
		overflow:visible; position: static;
	}

	/* bootstrap fix, hide url after link */
	a[href]:after {
		content: none !important;
	}

	* {
		-webkit-print-color-adjust: exact;
	}

	/* reduce sizes */
	html, body{ height:100% !important; margin: 0px !important;}
	h1 { font-size: 30px !important;}
	h2 { font-size: 25px !important;}
	h3,h4,h5,h6 { font-size: 20px !important;}
	.page-content{
		font-size: 16px !important;
	}
}
/* END PRINT STYLES */


/** GENERAL FIXES: **/
.disclaimer{
	font-style:italic;
}
.webform{
	border: none ;
}
.edit_link{
	display:block;
	width:100%;
}

.edit-button-container{
	display: none;
}
.logged-in .edit-button-container{
	width: 100%;
	display:block;
}

/* for blog */
#no-more-posts{
	width: 100%;
	display:block;
}

.not-a-link:hover{
	cursor:text;
}

.checking_table td {
	padding: 30px 15px;
}

/******** Zip Popup Styles ********/



/*** INHERITED STYLES ***/
#marketModal, #alertModal {
  display:none;
  padding:5px;
}

#marketModal{
	    top: 30%;
    z-index: 1050;
    overflow: auto;
    width: 560px;
		height: 200px;
		margin: 0 auto;
		background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

@media (max-width: 767px){
#marketModal{
	max-width: 98%;
	height: 250px;
}
}
.modalWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #000;
    width: 120%;
    height: 120%;
    z-index: 1049;
    /* opacity: 0.80; */
}

#marketModal input{
	border: 1px solid black;
}
/*** END INHERITED STYLES ***/

.zip-pop h2 {
	text-align: center;
}

.zip-pop > .zone {
	padding: 1em !important;
	width: 500px !important;
	margin-top: 225px !important;
}

.zip-pop .feature-content-form {
	text-align: center;
}

[ncr-panel].panel-pop:not(.panel-overlay) {
	z-index: 1200;
}

.region_40202, .region_40324, .region_40065, .region_40515, .region_47111, .region_45231, .region_37203, .region_33544 {
	display: none;
}

/***************************/

.btn {
	text-shadow: none;
}

.disclaimer p {
	font-size: 13px;
}

.rates_table_wrapper .feature {
	width: 100%;
}

/******** Table adjustments *********/

.tablepress-id-331 .row-3 td, .tablepress-id-331 .row-5 td {
	border: 0;
  color: #fff;
  padding: 1em 15px;
  background: #002169;
}

.tablepress-id-332 .row-1 .column-2, .tablepress-id-333 .row-1 .column-2, .tablepress-id-334 .row-1 .column-2 {
  width: 40%; 
	padding: 1em 10px;
}
/************************************/

/********** Site map adjustments ********/

.section-index h4 {
	margin-left: 30px;
}

.section-index h2 {
	margin-top: 20px;
}

/********************************/

.master_card .column-1 {
	width: 30%;
}

.content-img img {
	width: 100%;
}

.mobile-apps-div {
	text-align: center;
}

h3 {
	margin-top: 10px;
}

/* CSTASK0207934 */
ol li, ul li {
	padding: 8px 0 6.5px 1em;
}

p a, li a, h4 a {
  text-decoration: underline;
  font-weight: 300;	
  text-underline-offset: .25rem;	
}

.feature-wrap-callout-box {
	margin-top: 0;
}
.feature-wrap-callout-box.dark p a, .featrue-wrap-callout-box.dark li a {
	color: #80BB00 !important;
}

p a:hover {
	text-decoration: underline;
	text-underline-offset: .25rem;
	color: #0a2954;

}

li a:hover {
	font-weight: 300;
	text-decoration: underline;
	text-underline-offset: .25rem;
	color: #0a2954;
}

a {
	text-underline-offset: .25rem;	
}

a:hover {
	text-underline-offset: .25rem;	
}

table tbody tr.even td {
    background-color: rgba(243,245,246,.625);
}

table tbody tr.odd td {
    background-color: #fff;
}

table tr:hover {
	background-color: initial;
}

table tbody tr:hover td {
    background-color: rgba(159,206,236,.25);
}

/******** Site map fixes ********/

h5 {
	margin-left: 3em;
}

h6 {
	margin-left: 5em;
}

/*******************************/

strong, p strong {
	font-weight: 700;
}

/********* Form styles *********/
.visible-phone{
	display: none;
}
.hidden-phone {
    display: block;
}
@media (max-width: 767px){
.visible-phone {
    display: block;
}
.hidden-phone {
    display: none;
}
}

/******** Accordion adjustments *********/

button span.text {
	text-align: left;
}

/***************************************/

table td img {
	max-width: none;
}


/*********** DIsclosure Table Fixes **************/

.disclosure_table tbody tr td.column-1 {
	width: 33%;
}

.account_table tbody tr td.column-4 {
	white-space: nowrap;
}

.term_table .column-3 {
	width: 30%;
}

/**************** CSTASK0226981 *****************/

.feature-wrap-accordion-1 [ncr-panel].panel-opened {
	max-height: initial;
}

/*************** Media Text Fixes ***************/

.wp-block-media-text.is-stacked-on-mobile {
	margin-bottom: 30px;
}

.wp-block-media-text .wp-block-media-text__media {
    margin: 0 8%;
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    margin-top: 20px;
}

/****************** CSTASK0231180 ************/
header .header-wrapper .band-login-panel:not(.ncr-turned-off) .zone .feature-wrap .feature .feature-padding form .bus-login-btn {
	background-color: #ffb71b;
}

header .header-wrapper .band-login-panel:not(.ncr-turned-off) .zone .feature-wrap .feature .feature-padding form button .fa-angle-right { 
	bottom: inherit;
}

.btn-txt {
	margin-right: 5px;
}



.zone-quicklinks-1 .feature-wrap .feature .feature-padding .feature-content .feature-content-text h2 {
	font-size: .91rem;
}

/***************** CSTASK0233235 ************/
footer .zone-2 .feature-wrap-2 .feature {
	max-width: 100%;
}


/**************** CSTASK0380960 *********************/

#home .band.band-small-promos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	background-color:#f2f2f2;
}

#home  .feature-small-promos{
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	align-items: stretch;
	width: 100%;
	max-width:1270px;
	margin-right:auto;
	margin-left:auto;
}

#home header {
	box-shadow:0 0 14px rgba(0,0,0,.2);
}

/************* Live Chat fixes ************/

#lpChatRep2Hamburger svg {
	order: -1;
}

.LPMcontainer div {
	cursor: pointer;
	font-size: 1rem;
  font-weight: 700;
}

footer .LPMcontainer div {
	font-size: 1rem;
	font-weight: 400;
}

.alert.panel-top .zone .feature-wrap .feature .feature-content .feature-content-text h1,
.alert.panel-top .zone .feature-wrap .feature .feature-content .feature-content-text h2,
.alert.panel-top .zone .feature-wrap .feature .feature-content .feature-content-text h3,
.alert.panel-top .zone .feature-wrap .feature .feature-content .feature-content-text h4,
.alert.panel-top .zone .feature-wrap .feature .feature-content .feature-content-text h5,
.alert.panel-top .zone .feature-wrap .feature .feature-content .feature-content-text h6 {
	text-transform: none;
}
.page-template-search-php .band.content-hero.band-content-hero-1{
    display:none
}

.search-term {
	background-color: #F4FA58;
}

footer .zone-3 .feature-wrap-3 .feature .feature-padding .feature-content .feature-cta a#poweredby {
    width: 160px;
    height: 66px;
}

.zone-quicklinks-1 .feature .feature-content .feature-content-image {
	background-color: #80bb00;	
}

.zone-quicklinks-1 .feature-wrap .feature:hover .feature-padding .feature-content .feature-content-image {
	background-color: #002169;	
}
@media(max-width: 899px){
.ncr-slider.feature-wrap .feature .feature-padding .feature-image {
    margin: 0 auto !important;
    margin-top: auto!important;
}
.slick-list.draggable{
    overflow:hidden
}
}
.feature-content-text.level-1.panel-closed {
    max-height: 0px;
}
.header-wrapper .band-menu-toggle .feature-cta button
{
border-radius: 3px !important;
  border: 2px solid #D3D3D3 !important;
}
.text.loc_text {
font-size: 1rem !important;
}
/* *** CSTASK0423239 ***** */
main .band.cTimeValue {margin-top:10px;}

/* *** CSTASK0432947 fix gap underneath horizontal scrolling tables *** */
.dataTables_scrollHead table,
.dataTables_scrollBody table { display:table !important;}
