/*
 * 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 **/

#tvcTabsDiv {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    left: 15px;
    z-index: 1; /*set over .panel*/
}



button.tvcTab {
    position: relative;
    border-collapse: collapse;
    border-style: solid solid solid solid;
    border-color: #0071b9;
    border-width: 1px 1px 0px 1px;
    padding: 3px 1em 2px 1em;
    margin-top: 6px;
    margin-right: 2px;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
    float: left;
    color: white;
    background: #790000 url('https://www.timevaluecalculators.com/images/gradient.png');
}

#tvcTabsDiv button {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

button.tvcTab:hover {
    background: white;
    color: black;
}

button.tvcSelectedTab {
    position: relative;
    top: 2px; 
    padding-top: 6px;
    margin-top: 1px;
    color: black;
    border-top: solid 3px #0071b9;
    border-bottom: solid 1px white;
    background: white;
}

.cTimeValue .panel {
    position: relative;
    border: solid 1px #0071b9;
    background-color: white;
    padding: 5px;
    height: 350px;
    overflow: auto;
    display: none;
    z-index: 0; /*set under #tabs*/
    top: -1px;
}

.cTimeValue .selectedPanel {
    display: block;
}

.cTimeValue H2, .cTimeValue H3 {
    color: black;
}

.cTimeValue li {
    margin-bottom: 5px;
}
.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;
}

div.alignnone {
	display: inline;
}

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 !important;
}
/** 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: **/
.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;
}

/*
//------------------------------------------------------------  COOKIEBAR ----//
*/
.band-cookiebar {
    background: #16488b;
    border-top: 1px solid #085dca;
    bottom: 0;
    -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .band-cookiebar .feature-image,
  .band-cookiebar .feature-content-image,
  .band-cookiebar .feature-content-text h3 {
    display: none;
  }
  .band-cookiebar .zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .band-cookiebar .feature-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1800px;
  }
  .band-cookiebar .feature {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .band-cookiebar .feature .feature-content {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 1em;
  }
  .band-cookiebar .feature .feature-content .feature-content-text {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1em;
  }
  .band-cookiebar .feature .feature-content .feature-content-text h2 {
    border-right: 1px dashed #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    padding: 0 18px 0 0;
    text-align: right;
  }
  .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 18px;
    text-align: left;
  }
  .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg p {
    margin: 0;
    padding: 0;
  }
  .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
  }
  .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg a:hover, .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg a:active, .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg a:focus {
    text-decoration: none;
  }
  @media (max-width: 899px) {
    .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 8px 18px;
    }
    .band-cookiebar .feature .feature-content .feature-content-text .feature-content-wysiwyg p {
      text-align: center;
    }
  }
  @media (max-width: 899px) {
    .band-cookiebar .feature .feature-content .feature-content-text {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .band-cookiebar .feature .feature-content .feature-content-text h2 {
      border-bottom: 1px dashed #fff;
      border-right: none;
      padding: 0 20px 8px;
      text-align: center;
      width: 100%;
    }
  }
  @media (max-width: 899px) {
    .band-cookiebar .feature .feature-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  .band-cookiebar .feature .feature-cta {
    background: url(../images/bg_texture.gif);
    border: 2px solid #053b80;
    border-radius: 3px;
    display: inline-block;
    color: #053b80;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0em auto 1.5em;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    background: #d8dbe3;
    border: 2px solid white;
    border-radius: 3px;
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    margin: 0;
    padding: 4px 15px;
  }
  .band-cookiebar .feature .feature-cta:active {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta:active:hover {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta:focus {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta:focus:hover {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta:focus-within {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta:hover {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .band-cookiebar .feature .feature-cta.active {
    background: white;
    border-color: #df7920;
    color: #df7920;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  @media (max-width: 899px) {
    .band-cookiebar .feature .feature-cta {
      margin-bottom: 18px;
    }
  }
  .band-cookiebar .feature .feature-cta:hover, .band-cookiebar .feature .feature-cta:active, .band-cookiebar .feature .feature-cta:focus {
    background: white;
    color: #373737;
    border-color: #fff;
  }
  .band-cookiebar .feature .feature-cta:hover a, .band-cookiebar .feature .feature-cta:active a, .band-cookiebar .feature .feature-cta:focus a {
    color: #373737;
  }

#cookie_banner p {
	color: #fff;
}

#cookie_banner {
	display: none;
}
/*********** end cookie banner **********/


.section-index h3 {
	margin-left: 20px;
}

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

.section-index h5 {
	margin-left: 60px;
}


/********** FDIC Banner ****************/

.compliance-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: auto;
    width: 100%;
    border-bottom: 1px #444 solid;
    background: white;
    padding: 5px 10px;
}

.FDIC {
    display: flex; 
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 100%;
}

.text-fdic {
    margin-left: 3px;
    min-width: 217px;
}

.text-fdic p {
    margin: 0; 
    text-wrap: wrap; 
    font-size: 12.8px; 
    font-family: 
    sans-serif; 
    line-height: 
    13px; 
    color: black;
}

/********* end FDIC Banner ************/


.band-quicklinks-1 .feature .feature-padding .feature-content .feature-cta a:empty {
	background-color: transparent;
}

.band-quicklinks-1 .feature .feature-padding:hover {
	border-bottom: none;
}

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

/********** TPW logo fix *********/
.ncr-tpw-popup .zone .feature-wrap .feature .feature-image .feature-image-inner img {
	width: 100%;
}

.col-main {
	flex-direction: column;
}

hr {
    border: 3px solid hsla(var(--color-dark3-hue), var(--color-dark3-sat), calc(var(--color-dark3-light) + 0%), calc(0% + 100%)) !important;
    margin: 35px 0px;
    width: 100%;
}

.alert.panel-top.alert-level-one .feature .feature-padding .feature-content .feature-content-text h3 a {
    color: var(--alert-top-1-a);
}

.alert .zone .feature-wrap .feature .feature-padding .feature-image .feature-image-inner img {
	width: 100%;
}
.band-quicklinks-1 .feature-wrap .feature .feature-content .feature-content-text h3 {
  display: block;
}

