


/* TPD */
/* **************************************************/

.modal p, .modal h1 {
	text-align: left;
}

.modal-footer a.btn:link, 
.modal-footer a.btn:visited, 
.modal-footer a.btn:hover, 
.modal-footer a.btn:active {
	text-decoration: none;
}
.modal h1{
	font-size: 33px;
	margin: 10px 0px;
}

/*
.modal .btn-primary {
background-color: #F8981D;
background-image: none;
border-color: #357EBD;
color: #FFFFFF;
}
 */

@media (max-width: 768px){
	.modal-body{
		max-height: 300px;
		overflow: scroll;
	}
}
.modal-footer a.btn:link, 
.modal-footer a.btn:visited, 
.modal-footer a.btn:hover, 
.modal-footer a.btn:active {
	text-decoration: none;
}

.promoMain > .slides > li{
	display:none;
}


/*
 ** Stick nav anchor fix
 .editor a[name],.anchor_link, .anchor{
 padding-top:130px;
 margin-top:-130px;
 display: block;
 }
 */

/*  make the missing link popovers fancier */
.missing-link-title {
	color: #a94442 !important;
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
}

/* ****TCalc Fixes*/
#calccontent input{
	margin: 0px 10px;
}

.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;
}
.cTimeValue input{width: auto !important;}
.cTimeValue th, .cTimeValue th p{
	color: white !important;
}
.cTimeValue th{
	/*background:	#0f2652 !important;*/
}
.ie11 .cTimeValue input[type=radio],
.ie .cTimeValue input[type=radio]{
	top: 10px !important;
}



.not-a-link, .not-a-link:hover, .not-a-link:active, .not-a-link:visited{
	pointer-events: none;
	cursor: default;
}



/**table fix **/
/*
.tablecontent1, .tablecontent2, .wc_table th, .content td, .content th{width:auto;}


tr td.table-header{
border-radius: 0px 0px 0 0;
-webkit-border-radius: 0px 0px 0 0;
-moz-border-radius: 0px 0px 0 0;
}
tr td.table-header:first-of-type{
border-radius: 4px 0px 0 0;
-webkit-border-radius: 4px 0px 0 0;
-moz-border-radius: 4px 0px 0 0;
}
tr td.table-header:last-of-type{
border-radius: 0px 4px 0 0;
-webkit-border-radius: 0px 4px 0 0;
-moz-border-radius: 0px 4px 0 0;
}
tr td.table-header:last-of-type:first-of-type{
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
}
 */



/*
embedded form left align fix
td{
width: auto;
display: block;
float: left;
}
 */

/** clickableDiv style **/
.clickableDiv *:hover, .clickableDiv:hover{cursor:pointer}


/*
.bankNameH1{ position:absolute; top: -40px; height: 1px; width: 1px; overflow: hidden; }
 */


/*
.editmode_workarea .headerImage:before{
content: "This image is only displaying here because you're in workarea";
color: white;
position:absolute;
top: 40px;
font-size: 1.5em;
background: rgba(0,0,0,.5);
}
 */

/*DI TABLES */
/*
.mobile-responsive-table{display: block;}
.desktop-responsive-table{display: none;}
@media (min-width: 768px){
.mobile-responsive-table{display: none;}
.desktop-responsive-table{display: block;}
}
 */


/* Fixed GSA search results */
/*
.searchResults table {
border: none;
margin: 0;
}

.searchResults input {
background: #fff;
border: 1px solid;
border-radius: 3px;
font-size: 20px;
height: 60px;
line-height: 60px;
padding: 0 20px;
}
.searchResults input:hover,
.searchResults input:focus,
.searchResults input:active {
background: #0061aa none repeat scroll 0 0;
color: #fff;
}

input#gsa_search {
border: 1px solid #ddd;
border-radius: 3px;
box-shadow: none;
color: #0061aa ;
font-size: 24px;
height: 60px;
line-height: 60px;
min-width: 100%;
margin: 20px;
padding: 0 20px;
}
.searchResults input#gsa_search:hover,
.searchResults input#gsa_search:focus,
.searchResults input#gsa_search:active {
background: #fff;
color: #0061aa ;
}

@media (max-width: 700px) {
input#gsa_search {
height: 40px;
line-height: 40px;
padding: 0 5px;
width: 200px;
}

.searchResults input {
height: 40px;
line-height: 40px;
}
}
 */

.backHeader {
	margin-bottom: 30px;
}

.disclaimer {
	font-size: 13px;
}

.answer {
	display: none;
}

.question {
    display: block;
    background: #065daa;
    border-radius: 3px;
    margin: 5px 0px;
    color: #fff;
    text-decoration: none;
    width: 100%;
		padding: 5px 15px;
}

.question:hover {
	    background: #ec2224;
    text-decoration: none;
}

.question h3 {
	color: #fff !important;
	margin-bottom: 15px;
    margin-top: 15px;
    cursor:pointer;
}

.backLower {
	width: 100%;
}

.really-count {
	text-align: center;
}

.really-count-2 {
	text-align: center;
	color: red;
}

.privacy-table-1 {
	margin: 15px 0;
  border: 1px solid #646c98;
}

.privacy-table-1 tr,  .privacy-table-1 td {
  border: 1px solid #646c98;

}

.privacy-table-1 td {
	padding-left: 10px;
}

.privacy-table-1 th {
	border: 1px solid #646c98;
	width: 11%;
	background-color: #e6e6e6;
	color: #006;
}

.privacy-table-2 {
  border: 1px solid #646c98;
  margin: 15px 0;
}

.privacy-table-2 tr,  .privacy-table-2 td {
  border: 1px solid #646c98;

}

.privacy-table-2 th {
  border: 1px solid #646c98;
	background-color: #e6e6e6;
	color: #006;
}

.privacy-table-2 td {
	
	padding-left: 10px;
}

.centered {
	text-align: center;
}

.reasons-th {
  width: 60%;
}

.reasons-th-1 {
  width: 20%;
}

.privacy-table-3 {
	margin: 15px 0;
  border: 1px solid #646c98;
}

.privacy-table-3 th {
	border: 1px solid #646c98;
	width: 11%;
	background-color: #e6e6e6;
	color: #006;
}

.privacy-table-3 td {
	
	padding-left: 10px;
}

.privacy-table-4 {
	margin: 15px 0;
  border: 1px solid #646c98;
}

.privacy-table-4 th {
	border: 1px solid #646c98;
	background-color: #e6e6e6;
	color: #006;
}

.privacy-table-4 tr,  .privacy-table-4 td {
  border: 1px solid #646c98;

}

.privacy-table-4 td {
	
	padding-left: 10px;
}

.tpw-button {
	margin-bottom: 0;
}

/* Rates Table CSS */

.rates-header-1 {
	text-align: center;
}

.tablecontent1, .tablecontent2 {
	width: auto;
}

th {
	width: auto;
}

div.active {
	transition: all 0.0s ease 0s;
}

/*******************************************************************
****************** Search results beautification code **************
******************************************************************/

.searchResults table {
    border: none;
    margin: 0;
}

.searchResults input {
    background: #fff;
    border: 1px solid;
    border-radius: 3px;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}
.searchResults input:hover,
.searchResults input:focus,
.searchResults input:active {
    background: #0061aa none repeat scroll 0 0;
    color: #fff;
}

input#gsa_search {
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #0061aa ;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    min-width: 100%;
    margin: 20px;
    padding: 0 20px;
}
.searchResults input#gsa_search:hover,
.searchResults input#gsa_search:focus,
.searchResults input#gsa_search:active {
    background: #fff;
    color: #0061aa ;
}

@media (max-width: 700px) {
input#gsa_search {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    width: 200px;
    }

        .searchResults input {
       height: 40px;
             line-height: 40px;
        }
}


.noSnav {
	width: 100%;
}

.page-links h4 {
	font-family: "Marcellus", Arial, Helvetica, sans-serif;
	font-size: 22px;
}

.page-links ul a {
   font-size: 20px;
   font-family: "Marcellus", Arial, Helvetica, sans-serif;
 }

 .quote {
	 font-size: 16px;
	 text-align: center;
	 width: 100%; 
	
 }

 .backHeader {
	 margin-bottom: 15px;
 }

 .contentList li {
	 padding-bottom: 0 !important;
	 padding-top: 0 !important;
 }

 .contentList li p {
	 margin-bottom: 0;
	 margin-top: 0;
 }

.sub-nav li:first-of-type a {
	cursor: default;
	opacity: initial;
}

.sub-nav li:first-of-type a:hover {
	opacity: initial;
}

.desktop-menu:hover {
	cursor: default;
}

.home-arrow {
	margin-left: 15px;
}

@media (min-width: 1600px) {
	.quote {
		width: 100%;
	}
}

.hlc {
	text-align: center;
}

.auto-table {
	width: 100%;
}

.footRightCompliance a {
	color: #fff;
}

.checklist-li li {
	 background: none !important;
	 list-style: none !important;
	 padding-left: 0 !important;
	 text-indent: -2em;
   
 }

 .checklist-li li:before {
	 content: "\2610";
	 margin-right: 20px;
 }

 .answer > .table-responsive > .table > tbody > tr > td {
	 white-space: normal;
}

@media (max-width: 1200px) {
.contentList {
    font-size: calc(.6vw + .6vh + 10px);
		
}

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

@media screen and (max-width: 991px) {
.table-responsive > .table {
   font-size: calc(.6vw + .6vh + 10px);
}
}



.loginOB .login-ul a {
	color: #fff !important;
	background: #ec2224 !important;
	padding: 8px 20px;
	border: 1px solid #fff;
}

.loginOB .login-ul a:hover {
	color: white !important;
  border: 1px solid white;
  background: #065daa !important;
}

.slider {
	background: #065daa no-repeat center;
}

.appoint-btn {
  text-align: left;
}

/***************************************************
 ************* Print Styles *************************
 ***************************************************/

@media print {
    .nav-wrap, #navigationToggle, .crossAd, .printLink, .backToTopButton, .searchWrap, .promoWrap .promoImg, #nav-trigger, .iconicLinks, label[for=nav-trigger]{display:none !important;}
    .promoWrap.back .promoTxt{position:static;}
    .sectionsWrap{padding-top: 0px;}
    .site-wrap , body{ display:inline;
             overflow:visible; position: static;}
                         a[href]:after {
    content: none !important;
  }
    html, body{ height:100% !important; margin: 0px !important;}
    h1 { font-size: 30px;}
    h2 { font-size: 25px;}
    h3,h4,h5,h6 { font-size: 20px;}
}
/* END PRINT STYLES */

.shared-video {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	}

.shared-video iframe {
  position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	}

.footer-p { 
	color: #fff;
	font-size: 16px;
}

.uti > li.routingheader {
color:#065daa;
display:block;
font-size: 16px;
text-align: center;
}

.footer-tel {
	color: #fff !important;
}

.footer-tel:hover {
	color: #ec2224 !important;
}

.foot {
	padding-bottom: 10px;
}

@media (max-width : 750px){ 


.footerNavItemPipe5 {
   display: none !important;
}
}

@media (max-width : 750px){ 


.footerNavItemPipe8 {
   display: none !important;
}
}

@media (max-width : 613px){ 


.footerNavItemPipe7 {
   display: none !important;
}

.footerNavItemPipe8 {
   display: block !important;
}
}

@media (max-width : 590px){ 


.footerNavItemPipe4 {
   display: none !important;
}

.footerNavItemPipe5 {
   display: block !important;
}
}

@media (max-width : 460px){ 


.footerNavItemPipe3, .footerNavItemPipe5 {
   display: none !important;
}

.footerNavItemPipe4 {
   display: block !important;
}
}

@media (max-width : 360px){ 


 .footerNavItemPipe7, .footerNavItemPipe6, .footerNavItemPipe8 {
   display: none !important;
}
}

@media (min-width : 361px) and (max-width: 460px){ 


 .footerNavItemPipe7 {
   display: none !important;
}

.footerNavItemPipe6, .footerNavItemPipe8 {
   display: block !important;
	 margin: 0 2px !important;
 }

 .footerNavItemLink6, .footerNavItemLink8, .footerNavItemLink7 {
	 margin: 0 4px !important;
 }
}

.ie > .loginPersonal {
	width: 105px;
}

.ie > .loginPersonal:hover {
	width: 105px;
}


/*@media (min-width : 990px) and (max-width:1368px ){  
.navSpecial {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    right: 0px;
    bottom: 0px;
    z-index: 50000;
}
.nav-menu {
    display: block;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
    left: 70px;
    text-align: left;
}
}*/

@media (max-width:1710px ){
	.navSpecial a {
		font-size:14px;
		padding: 13px 8px;
	}
	.nav-item > a {
    	font-size: 14px;
    	padding: 14px 8px;
	}
}
@media (min-width:1320px) and (max-width:1440px ){
	.nav-menu { left: 1px; }
	.navSpecial { right: 1px;}
	.navSpecial a {
		font-size:14px;
		padding: 14px 8px;
	}
	.nav-item > a {
    	font-size: 14px;
    	padding: 13px 8px;
	}
}
@media (min-width: 1115px)and (max-width:1319px ){ 
.nav-menu {
    display: block;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 15;
    left: 10px;
    text-align: left;
}
.navSpecial {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    right: 0px;
    bottom: 0px;
    z-index: 50000;
}

   .navSpecial a {
    padding: 15px 5px;
    margin: 0;
    font-family: "Marcellus", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.nav-item > a {
    font-size: 12px;
    padding: 14px 4px;
}
 .navSpecialMobile a {
    position: relative;
    display: inline-block;
    padding: 12px 15px;
    margin: 0;
    font-family: "Marcellus", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase; }
    .navSpecialMobile a:hover, .navSpecialMobile a:active, .navSpecialMobile a:focus, .navSpecialMobile a.active,  .navSpecialMobile a:focus-within{
      color: #fff;
      background: #065daa; }
}

.nav-item > a:focus,
.dropdown-menu > li > a:focus{
	color: #fff;
  	background: #065daa;
}

.nav-item > a:focus-within,
.dropdown-menu > li > a:focus-within{
	outline:1;
}

.navSpecial .open_account_dropdown.open a#toggle_open_account_menu.active,
.tablet-open-account-menu.open > a {	
  color: #fff;
  background: #065daa;
}


.open_account_dropdown > ul#open_account_menu {	
	margin-top:0;
	padding: 22px 19px;
}
.open_account_dropdown.open ul#open_account_menu,
.tablet-open-account-menu.open > ul {
	margin-top:-1px;
	background-color: #065daa;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	border-top:1px solid rgba(193, 197, 213, 0.4);
}

.open_account_dropdown.open ul#open_account_menu > li a,
.tablet-open-account-menu.open > ul > li a {
	height: 40px;
  padding: 7px 6px;
  border-bottom: 2px solid rgba(193, 197, 213, 0.4);
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  font-family: "Marcellus", Arial, Helvetica, sans-serif;
  text-transform: none;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #065daa;
}

.open_account_dropdown.open ul#open_account_menu > li:last-of-type a,
.tablet-open-account-menu.open > ul > li:last-of-type a {
	border-bottom:none;
}

.open_account_dropdown.open ul#open_account_menu > li a:hover,
.open_account_dropdown.open ul#open_account_menu > li a:focus {
	opacity:.65;
	background-color: #065daa;
}

#mobileOpenAccountMenu ul,
#mobileOpenAccountMenu ul > li {
	list-style-type:none;
	padding-left:1rem;	
}

.mobile_menu_open_account.collapsed:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f078"; 
    color:  #444444;
    position: absolute;
    right: 10px;
}
.mobile_menu_open_account:not(.collapsed):after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f077"; 
    color:  #444444;
    position: absolute;
    right: 10px;
}

.tablet-open-account-menu > ul > li a {
	color:#065daa;	
}
