


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


.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;
}


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


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

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


.navColumn .editorLink{
	color: white !important;
}

.quick_color {
  color: white;
}

.no_bullets ul li {
  list-style: none !important;
	background: none !important;
	
}

th {
	width: auto;
}

.disclaimer {
	font-size: 12px !important;

}

.disclaimer ul li {
  font-size: 12px !important;
	padding: 0;
}

.answer{
	display:none;
	transition: none !important;
	-webkit-transition: none !important;
}

.ind_rate_table {
	text-align: center;
}

.level-two {
	display: none !important;
}

.amazon {
	width: 185px;
	height: 55px;
}

.btn-default {
	text-decoration: none;
}

.nav-column .nav-promo .promo-header {
  padding: 0;
}

@media (max-width: 1229px) {
  .promo-header {
    font-size: 18px;
  }
}

@media (max-width: 1045px) {
  .promo-header {
    font-size: 16px;
  }
}

.nav-column .level-one {
	height: auto;
}

/*.sub-menu {
	right: auto !important;
	left: 200px !important;
}*/

.navbar-brand, .nav-header .logo {
	float: none;
}

@media (min-width: 900px) {
  .nav-header {
	  width: 23%;
	}
}

.nav-header .logo {
  min-width: 200px;
}



.top-promo-image {
	display: none;
}

.backToTopButton {
	position:fixed; 
	bottom:70px; 
	right:15px; 
	width:auto;
	z-index:1999;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}

	.titleQLinks {
		color: #fff;
		text-align: center;
	}

	.bottom{
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
		visible:false;
	}

	@media (max-width: 1350px) {
		.ttl-snav h2 {
			font-size: 45.9px;
		}
	}

		@media (max-width: 1300px) {
		.ttl-snav h2 {
			font-size: 44px;
		}
	}

	.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px); }
	
	.promo-main:not(.slick-initialized){
		display:none;
	}



	/**
	 * added per sim's request
	 * */
.promo-small-wrap .inner-wrap {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.promo-small {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.promo-small .inner {
	width: 100%;
}

.ob-disclaimer { 
	width:280px;
	margin:0 auto;
	padding:0 0 1em 0;
	color:#fff;
	font-size:.85em;
}



