btn
/* skip content */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
/*  focus  remove 01.18.19 #content:focus { outline: none; }*/
/* locator box */
 #boxcontainer {
width: 230px;
}
#coopsearchbox {
border-radius: 0px;
border:1px solid #ccc;
background: #f1efea;

}
#coopsearch {
float:left;
width: 230px;
color: inherit;
font-family: 'Open Sans', sans-serif;
font-size: 10px;
text-align: center;
font-weight: normal;
padding: 5px 0 5px 0;

}
#searchheader{
margin:0px;
padding:0px 0px 5px 0px;
font-size: 12px;
font-weight: bold;
text-align: center;

}
#zip {
height:24px !important;
	font-size:11px !important; 
	line-height:normal !important; 
	padding:5px !important;
	border:none; 
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	margin-bottom:0 !important;
}
ul.b {
    list-style-position: outside;
}
.nobull {
 list-style-type:none !important;
}


/****************************************************************** 
 * override base, body, h1, links and btns *
 *************************************************************************** */
p.center {
  text-align: center !important;  
}

marquee {
color:#d50d0d;
white-space: nowrap; 
overflow: hidden;

/* Safari and Chrome  */
overflow-x:-webkit-marquee;
-webkit-marquee-direction: backwards;
-webkit-marquee-style: scroll;
-webkit-marquee-speed: slow;
-webkit-marquee-increment: small;
-webkit-marquee-repetition: infinite;

/* W3C  */
overflow-x: marquee-line;
marquee-direction: forward;
marquee-style: scroll;
marquee-speed: slow;
marquee-play-count: infinite;
}

 hr {
	border:0px !important;
	height:1px !important;
	background: #5a5a5a !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #595959;
	text-align:center;
	background-color: #ffffff;
	}


body {
-webkit-font-smoothing: subpixel-antialiased !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
}


a {
	color: #711471;
	text-decoration:underline;
	border: none;
	outline:0;
}
a:hover, a:active,
 {
	color: inherit !important;
	font-weight: 500;
	text-decoration:underline;
	border: none;
	outline:0;
}
a.green {
	color:#9BCB50 !important;
	}
a.blue {
	color: #428bca;
	
}

.purple {
	color:#711471 !important;
	}
h1,
h2,
h2,
h4,
h5,
h6 {
	margin: 10px 0 5px 0;
	font-family: inherit;
	font-weight: normal;
	line-height: 15px;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 {
	padding-bottom:.4em;
	font-size: 14px;
	color:#711471;
	font-weight:600
}

h2 {
  font-size: 13px;
  font-weight:600;
  line-height: normal;
}
h2.visa {
  font-size: 13px;
  color: #711471;
  font-weight:600
}
h2.seminars {
line-height: 10px !important;
margin:5px 0 5px 0!important;
}

h2 {
  font-size: 12px;
  margin: 10px 0 8px 0 !important;
}
h2.hours {
  font-size: 16px;
  margin: 10px 0 8px 0 !important;
}
h2.vip {
  font-size: 12px;
  text-align:center;
}
h2.center {
  font-size: 12px;
  text-align: center !important;
  font-weight:900 !important;
  line-height:24px;
  color:#000 !important;
  
}


h2.disclosures {
  font-size: 13px;
  background:#711471;
  color:#fff !important;
  line-height:24px;
  padding-left:5px;  
}
h3 {
  font-size: 11px;
   line-height: normal !important;
   font-weight: 600;
}
h3.hours {
  font-size: 13px;
   margin: 0 0 3px 0!important;
   font-weight: 600;
   color: #333;
}
h2,h4,h5,h6 {margin:0; color:#000; font-weight:600;}

h4 {
  font-size: 12px;
  font-weight:600

}

h5 {
  font-size: 10px;
}

h6 {
	margin: 15px 0 5px 0;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  color:#711471;
  text-transform:uppercase;
  vertical-align: middle;
  
}

h1.uppercase {text-transform:uppercase;}
h1.gry {text-transform:uppercase;
color:#333;}

.btn.btn-gry {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn.btn-orange {
	background: #d4770a url(../images/bg_btn_orange_off.jpg) center center repeat-x;
	 border: 1px solid #949494;
	border-bottom-color:#5e5e5e;
	padding:3px 15px;
	outline: 0;
	color:#ffffff !important;
	text-decoration:none !important;
	margin-bottom: 5px;
}


.btn.btn-orange:hover {background:none; background-color:#d4770a;}

.btn.btn-blue {
	background: #005980!important;
	border: 1px solid #026788;
	border-bottom-color:#026788;
	padding:3px 15px;
	outline: 0;
	color:#ffffff !important;
	text-decoration:none !important;
	margin-bottom: 5px;
}
.btn.btn-blue:visited {background:#005980 !important; background-color:#005980;}
.btn.btn-blue:active {background:#026788 !important; background-color:#026788;}
.btn.btn-blue:hover {background-color:#026788;}



.btn, input.btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	text-shadow: none !important;
	background:#a469aa url(../images/bg_btn_off.png) center center repeat-x;
	
	border-color: #862588 #964c98 #a469aa;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #862588;
	*border: 0;
	border-bottom-color: #a469aa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	outline: 0;
	}
.btn:hover,
/* focus  remove 01.18.19 .btn:focus,*/
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #fff;
	outline: 0;
	
	}
	
	
.btn.btn-lg {
	color: #fff !important;
	text-decoration: none !important;
	background: url(../images/bg_btn_large.png) center center repeat-x repeat-y;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 0 3px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 0 3px rgba(0,0,0,.5);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 0 3px rgba(0,0,0,.5);
	line-height:16px;
	padding:8px 15px;
	outline: 0;
	}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
	
	}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover, 
input.btn:hover,
.btn:focus {
	color: #fff;
	text-decoration: none;
	background:#eabaeb url(../images/bg_btn_on.png) center center repeat-x;
}

.btn.active,
input.btn:active, 
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}



/****************************************************************** 
 * containers or wrappers *
 *************************************************************************** */
.old_ie .container {
	min-width:964px; 
	max-width:964px;
	}
.espanolTab {
	position:absolute; 
	top:0; 
	right:0;
	}
.sideLeft {
	width:24.273859%; 
	display:inline-block;
	float:left;
	margin-right:1.037344%;
	margin-top:5px;
	}
.sideRight {
	width:74.688797%; 
	display:inline-block;
	}

.sideRight .row {
	margin-left:0 !important;
	margin-right:0 !important; 
	} 
.sideRight .row.marginTop1 {
	margin-top:5px;
	margin-left:0 !important;
	margin-right:0 !important;
	}
.contentWrap .top {
	padding-top:0;
	text-align:left;
	}

.row.contentWrapBack div {
	-webkit-transition: width 0.3s ease, margin 0.3s ease;
	-moz-transition: width 0.3s ease, margin 0.3s ease;
	-o-transition: width 0.3s ease, margin 0.3s ease;
	transition: width 0.3s ease, margin 0.3s ease;
	
}
#trig {
    margin: 10px;
}
.shift-left {
    margin-left: -35% !important;
}
.shift-right {
    margin-left: 0px !important;
}
.contentWrapBack .col-xs-0 {
    width: 0;
    margin-left: 0;
}
.contentWrap .top, .contentWrap .bottom, .promoSmall {
	text-align:left;
	padding-bottom:0 !important;
	}

.ie .footWrap {
	clear:both;
	padding-top:40px !important;
	}
.contentWrap ol, .contentWrap ul {
	list-style: none;
	}

/* edited 01/16/19 by violet k. 
.content h2 {
	color:#295E7A;
}*/

.content h1 {
	padding-bottom:0;
	margin-bottom:5px;
}

.subTitle {
	font-size:10pt;
}

/* violet k. */
.content a:link, .content a:visited {
	text-transform:uppercase;
}

.content a:hover, .content a:active, 
/* focus  remove 01.18.19 .content a:focus */{
	text-decoration:none;
	color: #711471;
	font-weight: 700;
}

/*violet k. 052318*/
.calloutBox {
	/*border: #dccfdf solid thin;*/
	padding:0px 10px 10px 10px;
}


.calloutBox a {
	font-style:italic
}

.calloutInner {
	border-bottom:1px solid #711471;
	padding-top:10px;
}
.calloutInnerSingle {
	border-bottom:0;
	padding-top:10px;
}

.noBorder {
	border:none;
}
	
/****************************************************************** 
 * logo AND BRAND *
 *************************************************************************** */



.logo {
	display:inline-block;
	text-align:left;
	position:relative;
	margin:0;
	left:0;
	}	
.logo img {
	width:100%;
	max-width:219px;
	max-height:152px;
	}


/****************************************************************** 
 * navigation icons on mobile *
 *************************************************************************** */


.menu-collapse.collapse.in {
	height: auto;
	text-align: left;
	display:block;
	}

/****************************************************************** 
 * ovderride primary nav or main nav *
 *************************************************************************** */


/****************************************************************** 
 * utility *
 *************************************************************************** */

.mastWrap {text-align:right;
padding-bottom:10px;}
	
ul.uti {
	position:absolute;
	right:5px;
	top:0px;
	width:auto;
	margin: 0;
	padding: 0;
	
	}

.uti li {
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline;
	list-style:none;
	position:relative;
	top:0;
	vertical-align:top;
	}

.uti a:link, .uti a:visited {
	text-decoration: none;
	padding: 10px 3px;
	display: inline-block;
	}
.uti a:hover, .uti a:active {
	background:rgba(255,255,255,0.2);
	}

li.searchArea {
	display:inline; 
	}
/****************************************************************** 
 * logins *
 *************************************************************************** */

	

.loginArea {
	width:100%;
	position:relative;
	margin-top:-16px;
	padding-bottom:10px;
	}
.loginArea h1 {
	position:relative;
	padding:0 0 10px 0; 
	margin:0;
	line-height:normal;
	font-size:14px;
	color:#000;
	}
.loginOB {
	padding: 0;
	position:relative;
	font-size:11px !important;
	}
.loginArea input[type="password"], 
.loginArea input[type="text"], 
.loginArea form-controlm {
	height:24px !important;
	font-size:11px !important; 
	line-height:normal !important; 
	padding:3px !important;
	border:none; 
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	margin-bottom:0 !important;
	}
.loginOB .form-group {
	padding:0;
	margin-bottom:5px !important;
	}
.loginArea .input-group-btn a {
	line-height:30px;
	}
.loginArea .input-group-btn input {
	float:right;
	margin-top:4px;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	padding: 2px 15px !important;
	font-size: 12px !important;
	line-height: 15px !important;
	}
.loginArea label {
	color:#711471 !important;
	font-size:11px !important;
	line-height:12px;
	}
.loginCol {
	background:url(../images/bg_loginhr.png) center top no-repeat;
	padding:8px 0 0 0;
	margin:0;
	}
.loginOB a {
	color:#000 !important; 
	text-decoration:underline;
	}
.loginOB a:hover, 
.loginOB a:active {
	color:#711471 !important; 
	text-decoration:none;
	}
	
.loginForgot {
	float:left;
}	
.alert {
	color: #fff;
	border-color: #711471;
	background-color:#711471;
	padding:15px 0;
	font-size:15px !important;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	margin:0 0 5px 0!important;
	}
	.alert-link {
		font-weight: 600;}

.alert a {color:#711471; text-decoration:underline;}

.alert-info {
  color: #000;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 15px !important;
  margin-bottom: 20px !important;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-warning {
  color: #000;
background-color:#fff9c3;
border-color: #f89935;
font-size: 15px;
padding: 15px !important;
margin-bottom: 20px !important;
border: 1px solid transparent;
border-radius: 4px;
}
.alert-danger {
    color: #000;
    background-color: #f2dede;
    border-color: #f89935;
    font-size: 15px;
    padding: 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert a:hover {text-decoration:underline;
font-weight: 600;
color:#000 !important;
}
.backToTopButton {
	background-color: #711471;
	border-color: #fff;
	padding:15px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	color:#fff;
	}
	

/****************************************************************** 
 * search *
 *************************************************************************** */
.chatContain {
	width:190px; 
	color:#711471;
	}
.chatContain h1 {color:#711471;}.searchArea input {
    top: 0;
    background: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-height: 38px;
    border: none !important;
    padding-left: 10px;
    font-size: 9px;
}
.chatContain a, 
.chatContain h1 a {color:#711471;}
.Chat h1 {
	line-height:normal;
	font-size:14px;
	margin:0; 
	padding:0;
	}
.quickArrow h1 {
	color:#711471;
	font-size:11px;
	line-height:normal;
	margin:0; 
	padding:0;
	}
	/*violet k. */
.searchArea {
	position:relative;
	display:inline;
	text-align:left;
	}
.old_ie .searchArea {margin-right:-20px !important;margin-top:-3px !important;}
.searchArea form {
	position:relative;
	top:0;
	float:right;
	vertical-align:top;
	margin:15px 0 0 0;
	padding:0;
	background:url(../images/bg_search.png) top left no-repeat;
	white-space:nowrap;
	width:204px;
	height:38px;
	}

.searchInput {
	top:0;
	width:165px !important;
	height:38px;
	float:left;
	background:none !important;
	text-align:left;
	}
.searchArea input {
	top:0;
	background:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	min-height:38px;
	border:none !important;
	padding-left:2px;
	font-size:10px;
	}
.old_ie .searchArea input {margin-top:12px;}
.searchArea .clearBtn { 
	top:0; 
	width:35px;
	right:0px;
	}
.clearBtn input {
	top:0;
	width:35px !important; 
	min-height:38px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:rgba(000,000,000,0.0);
	border:none !important;
	}


/****************************************************************** 
 * special modules or containers *
 *************************************************************************** */


.wideWrap {
	width:100%;
	max-width:100%;
	padding-left: 0;
	padding-right: 0;
	}

.wideWrapInner {
	margin:0 auto;
	max-width:964px;
	}

.moduleWrapper1 {
	text-align: left;
	background-color: #F4F3F2;
	border:1px solid #d2d0c8;
	padding:27px 0 0 0;
	}
.top .moduleWrapper1 {
	min-height:73px;
	max-height:73px; 
	border:1px solid #d2d0c8;
	padding:20px 5px;
	}
.old_ie .top .moduleWrapper1 {
	
	border:none;
	padding:10px 0 0 0;
	}
.quickArrow h1 {
	color:#711471; 
	font-weight:normal;
	}
.quickArrow h1 a {color:#711471}
.quickArrow img {margin-right:5px;}
.old_ie .quickArrow p {margin-bottom:0; max-height:27px; overflow:hidden;}
.old_ie .quickArrow img {margin-bottom:5px;}
.chatSearch .moduleWrapper1 {
	padding:0;
	min-height:60px;
	}
.module1 {
	text-align: left;
	padding: 0;
	margin: 10px 23px;
	font-size: 8px;
	line-height: 12px;
	vertical-align: middle;
	cursor: pointer;
	}
.top .module1 {margin:0;}
.module1 a {
	color: #939598;
	}


.highlight li {
	margin-left:-12px;
	padding: 12px 12px;
	}
.highlight li:hover {
	color:#fff;
	background:#666;
	text-decoration: underline;
	}
.highlight li:hover a {color:#fff;}

.top .module1 ul,
.middle .module1 ul,
.bottom .module1 ul,
.top .module2 ul,
.middle .module2 ul,
.bottom .module2 ul {
	padding-left: 12px;
	}




/****************************************************************** 
 * contact us form box *
 *************************************************************************** */
.contactForm {
	
	border:1px solid #d6d7d7;
	position:relative;
	right:0;
	top:13px;
	background: url(../images/bg_contactformbox.png) 0 0 repeat-x;
	margin-bottom:20px;

}
.topBar {
	color:#fff; 
	background: url(../images/bg_contactform_top.png) top left no-repeat;
	padding:4px 15px 30px 15px;
	width:298px;
	font-size:15px;
	}
	
.topbarside {
	    border: 1px solid #d6d7d7;
    padding: 5px 10px;
    background: url(../images/bg_contactformbox.png) 0 0 repeat-x;
	color: #fff;
	font-size:14px;
	margin-bottom:5px
}

.formWrap {
	
	min-height:140px;
	width:90%; 
	margin:0 auto;
	position:relative;
	}

.topBar .pull-right {margin-top:2px;}
.contactForm .form-control {font-size:9px;padding:3px 12px;height:22px;}
.contactForm textarea.form-control  {height:130px;}
.contactWrap input.btn {padding: 3px 8px; line-height:normal;}
.old_ie .contactWrap {float:right !important; margin-right:-15px !important;}
/****************************************************************** 
 * rates *
 *************************************************************************** */
 /** edited by Violet k. */
.ratesWrap {
	margin-top:30px;
	background-color: #F4F3F2 ;
	border-top:1px solid #d2d0c8;
	border-bottom:1px solid #d2d0c8;
	
	}
.ratesWrap .btn.btn-lg {
	margin-top:10px;
	margin-left:20px;
	font-size:15px;
	font-weight:600;
	letter-spacing:-1px;
	max-width:90%;
	white-space:normal;
	}
.rates {
	border-left:1px solid #d2d0c8;
	font-size:12px;
	padding:10px 0;
	color:#525252;
	min-height:70px;
	max-height:70px;
	}
.rates.last {
	border-right:none;
	
	}
.ole_ie .rates {width:95%; margin:0 0 0 -25px !important;min-height:65px;
	max-height:65px;}
.old_ie .topBorder {margin:0; padding:0;}

.rateTxt {
	font-size:23px;
	display:inline;
	color:#711471;
	}
.old_ie .rateName {line-height:11px;margin-bottom:3px; letter-spacing:-1px;}
.rateTxtsm {
	font-size:8px;
	line-height:8px; 
	display:inline-block;
	color:#711471;
	}
.percent {
	font-size:12px;
	line-height:10px; 
	
	}
/****************************************************************** 
 *main promotion *
 *************************************************************************** */
.flexslider.promoMain {
	position:relative;
	-webkit-border-radius: 0;
	border-radius: 0;
	max-width:100%;
	max-height:325px;
	}
#slider .slides {
	position: relative;
	}
.promoMain .promoImg {
	position:relative; 
	top:0;
	left:0;
	z-index:10;
	}
.promoMain .promoImg img {width:100%;}

.leadInStack {
	position:absolute;
		top:0;
		right:0px;
		z-index:400;
		display:block;
		}
	.leadInStack ul {
		list-style:none;
		width:254px; 
		min-height:325px;
		max-height:325px;
		overflow-y:hidden;
		}
	.old_ie .leadInStack ul {
		overflow:hidden;

		}
	.leadInStack li {
		background:url(../images/promo_nav_off.png) top right no-repeat; 
		width:214px; 
		height:80px;
		max-height:80px;
		overflow:hidden;
		padding:0;
		margin:0;
		margin-bottom:2px;
		}
	.old_ie .leadInStack li {

		height:77px;
		max-height:77px;
	}

	.leadInStack li:hover {
		background:url(../images/promo_nav_on.png) top right no-repeat; 
		color:#838383 !important;
		}

	.leadInStack li.flex-active-slide {
		background:url(../images/promo_nav_active.png) top right no-repeat; 
		color:#838383 !important;
		}


	.leadInStack li:hover a, .leadInStack li.flex-active-slide a {
		color:#711471 !important;
		}
	.leadInWrap {
		margin:15px 10px 5px 30px;
		/*max-height:40px;*/
		overflow:hidden;
		padding-bottom:5px;
		text-align:left;
		}
	.old_ie .leadInWrap {
		margin-top:10px;
		margin-bottom:0;
		padding-bottom:0;
		max-height:50px;
		}
	.leadInWrap p a, .leadInWrap h1 a {color:#fff;}
	.leadInWrap p a:hover, .leadInWrap h1 a:hover, leadInStack li:hover h1 a, .leadInStack h1 a:hover{text-decoration:none;}
	.leadInWrap h1 {
		font-size:14px;
		font-weight:600;
		margin:0;
		padding:0;
		color:#fff;
		}
	.leadInStack li.active h1 a {
		color:#711471 !important;
		}
	.leadInWrap p {
		font-size:8px;
		color:#111;
		line-height:normal; 
		padding:0;
		margin:0; 
		}
	.leadInStack li:hover.leadInWrap p a, .leadInStack p a:hover, .leadInStack li.active p a{
		color:#838383 !important;
		}


	/****************************************************************** 
	 * smaller promotions with scale on hover for ../images*
	 *************************************************************************** */

		

.promoSmall {
	background:#711471;
	min-height: 50px;
	padding: 0;
	color:#fff;
	}
.promoSmall .module {
	margin:0 5px 10px 0px; 
	background:#711471;
	min-height:50px; 
	max-height:50px; 
	overflow:hidden;
	}
.old_ie .promoSmall .module {

	min-height:50px; 
	max-height:50px; 
	}

.promoSmall a {color:#fff;}
.promoSmall h1 {font-size:13px;font-weight:normal;line-height:13px;padding-bottom:0; margin-bottom:0;}
 
.promoSmall p {font-size:8px; font-weight:normal; line-height:12px;padding-top:0; margin-top:2px;}
/* ****************************************************************** 
 * smaller promotions with scale on hover for ../images*
 *************************************************************************** */
		

.promoSmall {
	background:#711471;
	min-height: 50px;
	padding: 0;
	color:#fff;
	}
.promoSmall .module {
	margin:0 5px 10px 0px; 
	background:#711471;
	min-height:50px; 
	max-height:50px; 
	overflow:hidden;
	}
.old_ie .promoSmall .module {

	min-height:50px; 
	max-height:50px; 
	}
.module a:link, .module a:visited {
	padding: 5px 0;
	text-decoration: none !important;
	color:#fff;
	}
.module a:active, .module a:hover { 
color:#fff !important;
text-decoration:underline !important;
	}
.promoSmall a {color:#fff;}
.promoSmall h1 {font-size:13px;font-weight:normal;line-height:13px;padding-bottom:0; margin-bottom:0;}
 
.promoSmall p {font-size:8px; font-weight:normal; line-height:12px;padding-top:0; margin-top:2px;}
/* ****************************************************************** 
 * smaller promotions with scale on hover for ../images*
 *************************************************************************** */
.promoSmall img {
	float:left;
	width:40px;
	max-width:40px;
	max-height:35px;
	margin-top:15px;
	margin-bottom:40px;
	margin-right:3px;
	}
.promoSmall a img { 
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out; 
	}
.promoSmall a:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08); 
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08); 
	}

/* ***************************************************************** 
 * content area on backpages *
 *************************************************************************** */
.content {
	padding: 0 5px 10px 5px;
	clear:both;
	line-height:1.5em;
	text-align:left;
	border-top: none;
	color:#000;
	}


.content ul, .content ol {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	}

.content ul li { 
	padding: 0 0 6px 10px;
	}
	
.content ul.help li { 
	padding: 0px 0 0px 0px;
	background: none;
	}
.content ul.newuser li { 
	padding: 0px 0 0px 10px;
	
	}
	
.content ul.sub li { 
	padding: 0 0 6px 10px !important;
	}
.content ol li {
	margin: 0 0 6px 25px;
	}
	/*mixed lists */
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}

.content ul li, .content ol li ul li, .content ol li ul li ol li ul li {
	background: url(../images/bullet.png) no-repeat 0 .5em;
	list-style:none;
	}
.content ol li, .content ol li ol li, .content ul li ol li ol li {
	background:none;
	list-style:decimal;
	}
.content ol li ol li {
	background:none;
	list-style:lower-alpha; 
	}

.content ul ul li {
	background: url(../images/bullet2.png) no-repeat 0 .1em;
	}

.contentImg { /* ensure that there is a width and height attribute on the image in case the WYSIWYG editor assigns a snippet's image a width or height of 0 */
	padding:.5em 2%;
	width:auto;
	float:right;
	margin:0 0 .5em 3%;
	}
.hed img, .content img {max-width:100%;}	 /*image punch*/


.content h1:first-child,
.content h1:first-of-type {
	
	}

blockquote {border-left:0;}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 50px;
	position: relative;
	left: -20px;
	top: 0;
	color: #7a7a7a;
	}
blockquote cite {
	color: #999999;
	display: block;
	margin-top: 10px;
	}

blockquote cite:before {
	content: "\2014 \2009";
	}
.content a.btn {
	padding:6px 12px;
	}

/* ***************************************************************** 
 * footer nav and ../images *
 *************************************************************************** */

.footWrap a:link, .footWrap a:visited {
	display:inline-block;
	text-decoration: underline;
	color:#711471;
	margin:0 3px;
	}
.footWrap a:hover, .footWrap a:active,/* focus  remove 01.18.19 .footWrap f a:focus */{
	color: #711471;
	font-weight: 700;
	text-decoration:none;
	}
img.ehl {margin-top:-3px;}
.footL {
	text-align: left;
	float:left;
	}
.old_ie .footL {margin-left:20px;}
.footR {
	text-align: right;
	float: right;
	color:#711471;
	}
.footSM {
	text-align: center;
	padding: 5px !important;
	margin-bottom:10px !important;
	float:inherit;
	}
.footR .hidden-xs {display:inline !important;}

.footWrap img {display:inline;
/*padding-left: 30px;*/}
.headL {
	color:#333;
	margin:20px 0 0 0 ; 
	display: inline !important;
	max-width:100%;
	float:right;
	clear:both;
	text-align:right; 
	}
.headL a {
	display:inline !important; 
	margin:.4em 5px;
	}
	
.headL .hidden-xs {display:inline !important;}


/****************************************************************** 
 * tables *
 *************************************************************************** */
table { 
	vertical-align:top;
	-webkit-box-shadow: 3px 0 5px 0 rgba(180,153,84,0.2);
	box-shadow: 3px 0 5px 0 rgba(180,153,84,0.2);
	width:100%;
	}

.tableheader {
	background:#995fa2 ;
	color: #fff;
	font-weight: bold;
	padding:.3em 0;
	}
	
th {
	border-bottom: 1px solid #d8dadb;
	background:#efede7;
	color:#711471;
	font-size:12px;
	padding:.3em 0;
	line-height:normal;
	}
th a.btn {margin:5px 0;font-size:10px; line-height:11px;padding:4px !important; display:block;}
.table-striped th {text-align: left;-webkit-box-shadow: 3px 0 2px 0 rgba(180,153,84,0.2);
	box-shadow: 3px 0 5px 0 rgba(180,153,84,0.2);}
.tablecontent1 {
	border-bottom: 1px solid #fff;
	background-color: #efede7;
	padding:.3em 15px;
	
	}
	
.tablecontent2  {
	border-bottom: 1px solid #fff;
	background-color:#fff;
	padding:.3em 15px;
	
	}
.table-striped {text-align:center;}
.table-striped tbody td {
	vertical-align:top;
	font-size:13px;
	line-height:normal;
	}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background:#fff;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #efede7;
}
.table-striped tr td:first-child {
	color:#86c644; 
	text-align:left; 
	vertical-align:top;
	-webkit-box-shadow: 3px 0 2px 0 rgba(180,153,84,0.2);
	box-shadow: 3px 0 2px 0 rgba(180,153,84,0.2);}
table ul {vertical-align:top; margin:0;padding:0;}
table li {
	text-align:left; margin-left:0 !important; background:none !important;
	padding-left:0px !important; border-bottom:1px solid #d8dadb;
	}
.altTd {
	border-left:1px solid #d8dadb;
	border-right:1px solid #d8dadb;
	
	}
table table {box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
.label {background:#000;}
/****************************************************************** 
 * etc formatting other *
 *************************************************************************** */

.faqQ { 
	font-weight: bold;
	}

.faqQ { }
.faqA { }
	
.xsmall {
	font-size:.8em; 
	}
.small {
	font-size:.9em;
	}
.medium {
	font-size:1em;
	}
.large {
	font-size:1.1em;
	}
.xlarge{
	font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	color: #545454;
	font-size:9px;
	line-height:normal;
	border-top:2px solid #cbc5bb;
	padding-top:10px;
	margin-top:15px;
	padding-left:20px;
}
.disclaimerprom {
	color: #545454;
	font-size:7px;
	line-height:normal;
	padding-top:10px;
	padding-left:10px;
}

#footer {
	margin-bottom:20px
}

.disclaimer p {margin:0;padding:0;}	
.required {
	color: #dd2525;
}

.center {
  text-align:center;
}
.floatLeft {
  float:left;
  margin:0 10px 10px 0;
}
.floatRight {
  float:right;
  margin:0 0 10px 10px;
}

#cssmenu ul {
	min-width:100%;
	max-width:100%;
	}

#cssmenu {
	border:1px solid #d2d0c8;
}

.lastLi {
	border-bottom:1px solid #d2d0c8;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------SECTION 980 plus DESKTOP ONLY-----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 980px) {


.flex-viewport { height: 325px !important; }
#carousel .slides { position: relative !important; }


.menu-collapse.collapse {
	height: auto !important;
	overflow: visible !important;
	display:block;
	}
.container {min-width:964px; max-width:964px;}

#back .content {min-height:300px;}
#home .content {min-height:0;}
.backToTopButton {
	position:fixed; 
	bottom:5px; 
	right: .25%; 
	padding:.4em;  
	width:22%;
	z-index:300;
	}
.footWrap {
	clear:both;
	padding-top:30px !important;
	}
.footR .hidden-xs {display:inline !important;}
.contactWrap {float:right;}
.footSM {
	visibility: hidden !important;
	}

}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------smaller than desktop group---------------------------------------------------------------------------------------------*/
/*------------------------------------------------SECTION 979 and below ------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 979px) {
.logo a {display:block !important;}
body {
	padding-top: 0;
	}

.flexslider {
	margin-bottom:15px !important;
	}

.container {
	min-width:100%;
	max-width:100% !important;
	}
.footL {
	text-align:left;
	left:10px;
	}
.col-sm-3.marginANDpaddingLeft0 {
	margin:0 !important;
	padding:0 !important;
	}

.top .moduleWrapper1 {
	min-height:73px;
	max-height:73px; 
	overflow:hidden; 
	}
.topBorder {border-top:1px solid #d2d0c8;margin-top:5px !important;}
.footSM {
	visibility: hidden !important;
	}

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------SECTION 768-979 tablet portrait --------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
.footWrap {
	clear:both;
	
	padding-top:40px !important;
	}

body {
	padding-left: 0;
	padding-right: 0;
	}

.menu-collapse.collapse {
	
	display:block;
	}
	.contactWrap {float:right;}
	.footSM {
	visibility: hidden !important;
	}

}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------SECTION 768 and below -------------------large phone------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 767px) {
ul.uti {
	top:0px;
	right:0px; 
	float:right; 
	width:auto; 
	text-align:right;
	}

.sideLeft, 
.sideRight {width:100%; display:block;}
/*vertical spacing between column groups */
.mastWrap, .contentWrap .middle, .contentWrap .top, .contentWrap .bottom, .footWrap {
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
	}
.promoSmall {
	 display:none !important;}
.topBar {background:none; width:100%;}
.loginOB {margin:0;padding:0;}

.top .moduleWrapper1 {
	min-height:190px;
	/* max-height:auto; */
	overflow:hidden; 
	}
.ratesWrap {margin-bottom:20px;}
.footR {margin:0 6px;}
.footR a {padding:6px;}
.headL {margin:0 6px;}
.headL a {padding:6px;}
.logo {margin-left:5px;}
.footSM {
	visibility: visible !important;
	}

}

@media (max-width:640px) {
.container {max-width:100%; overflow:hidden;}
.contentWrap {clear:both; margin-top:10px;}
.espanolTab { display:none !important;}
.searchArea form {
display:none;
}
ul.uti {
	top:0px;
	right:0px; 
	float:right; 
	width:auto; 
	text-align:right;
	}
.uti a:link, .uti a:visited {
	padding: 5px 2px;
	}
#cssmenu, #cssmenu ul, #css ul ul  {
	margin: 0 !important;
	padding:0 !important;
	width:100% !important;
	display:block !important;
	 }
#cssmenu ul li, #cssmenu ul li ul {
	margin: 0 !important;
	padding:0;
	width:100%;
	display:block;
}
#cssmenu ul li a {
	
	padding-left:15px !important;
}
 
#cssmenu ul li ul li a {

	padding-left:30px !important;
}
.footWrap {padding-top:10px;}
.footL,.footR {width:100%; text-align:center;}
.ratesWrap {margin-bottom:10px;}
.menu-collapse.collapse {
	height: 0 !important;
	overflow: hidden;
	}
.menu-collapse.collapse.in {
	height: auto !important;
	}

.menu-collapse.collapse.in ul {
	position:relative;
	display:block;
	width:100%;
	background:#f1efea;
	}

.menu-collapse {
	-webkit-transform: translate3d(0, 0, 0);
	}
	.promoSmall h1 {font-size:10px;font-weight:normal;line-height:10px;padding-bottom:0; margin-bottom:0;}
	.footSM {
	visibility: visible !important;
	}

}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------SECTION 480 and below ----------------android phones-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
.logo img {
	width:100%;
	min-width:130px;
	min-height:51px;
	}
.chatContain {
	width:80%; 
	}
.espanolTab { display:none !important;}
.searchArea form {
display:none;
}
ul.uti {
	top:10px;
	right:0px; 
	float:right; 
	width:auto; 
	text-align:right;
	}
#cssmenu ul li a, 
#cssmenu ul li li a {
	width:100%;
	background-position: 10px 15px !important;
	line-height:normal;
	margin:0;
	padding: 6px 0;
	padding-left:60px;
}

.espanolTab img {display:none;
}
.chatContain {
	float:none; clear:both;margin:0 auto;
}
.contentWrap {clear:both; margin-top:20px;}
.pull-right.col-sm-3.searchArea.marginANDpadding0 {
	clear:both; 
	text-align:center;
	float:none !important; 
	width:240px !important;
	margin:0px auto 0 auto !important;
	padding:25px 0 0 0 !important;
	display:block !important;
	left:-15px;
}
.searchArea form {
	margin-bottom:10px !important;
	}

.footL, 
.footR,
.footM {
	margin:0; 
	width:100%;
	display: block !important;
	max-width:100%;
	float:none;
	clear:both;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 5px;
	}

.headL {
	margin-right:25px; 
	right:5px;
	width:100%;
	display: inline !important;
	max-width:100%;
	float:none;
	clear:both;
	text-align:center; 
	}
.footL {margin-top:10px;}

.footR a {
	margin:11px 11px 11px 11px; 
	display:inline-block; 
	}
.headL a {
	margin:50px 5px 11px 10px; 
	padding:10px 0 10px 0;
 display: inline !important;
	text-align:left;
	}
.footL a {
	display:inline-block; 
	margin:.4em 10px;
	}
.footR .hidden-xs {display:none !important;}
.rateTxt {
	font-size:18px;
	}
.rateName {font-size:10px;max-width:94%;margin:0 auto;}
.footSM {
	visibility: visible !important;
	}
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------SECTION 320 and below ------------small phones------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {

}

@media (max-width: 240px) {
}





/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------SECTIONINTERNET EXPLORER DESKTOP ONLY---------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --------------------------------------------------------- strange ie */

.old_ie .menu-collapse.collapse {
	height: auto !important;
	overflow: visible !important;
	display:block;
	}


/* make old ie have grid working and not read in phone page */
.old_ie .container {
  width:964px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.old_ie .visible-lg, 
.old_ie .visible-md.visible-lg, 
.old_ie .visible-lg.visible-md {
	display:block !important;
	}
.old_ie .container:before,
.old_ie .container:after {
  display: table;
  content: " ";
}

.old_ie .container:after {
  clear: both;
}

.old_ie .container:before,
.old_ie .container:after {
  display: table;
  content: " ";
}

.old_ie .container:after {
  clear: both;
}

.old_ie .row {
  margin-right: -15px;
  margin-left: -15px;
}

.old_ie .row:before,
.old_ie .row:after {
  display: table;
  content: " ";
}

.old_ie .row:after {
  clear: both;
}

.old_ie .row:before,
.old_ie .row:after {
  display: table;
  content: " ";
}

.old_ie .row:after {
  clear: both;
}

.old_ie .col-xs-1,
.old_ie .col-xs-2,
.old_ie .col-xs-3,
.old_ie .col-xs-4,
.old_ie .col-xs-5,
.old_ie .col-xs-6,
.old_ie .col-xs-7,
.old_ie .col-xs-8,
.old_ie .col-xs-9,
.old_ie .col-xs-10,
.old_ie .col-xs-11,
.old_ie .col-xs-12,
.old_ie .col-sm-1,
.old_ie .col-sm-2,
.old_ie .col-sm-3,
.old_ie .col-sm-4,
.old_ie .col-sm-5,
.old_ie .col-sm-6,
.old_ie .col-sm-7,
.old_ie .col-sm-8,
.old_ie .col-sm-9,
.old_ie .col-sm-10,
.old_ie .col-sm-11,
.old_ie .col-sm-12,
.old_ie .col-md-1,
.old_ie .col-md-2,
.old_ie .col-md-3,
.old_ie .col-md-4,
.old_ie .col-md-5,
.old_ie .col-md-6,
.old_ie .col-md-7,
.old_ie .col-md-8,
.old_ie .col-md-9,
.old_ie .col-md-10,
.old_ie .col-md-11,
.old_ie .col-md-12,
.old_ie .col-lg-1,
.old_ie .col-lg-2,
.old_ie .col-lg-3,
.old_ie .col-lg-4,
.old_ie .col-lg-5,
.old_ie .col-lg-6,
.old_ie .col-lg-7,
.old_ie .col-lg-8,
.old_ie .col-lg-9,
.old_ie .col-lg-10,
.old_ie .col-lg-11,
.old_ie .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.old_ie .col-xs-1,
.old_ie .col-xs-2,
.old_ie .col-xs-3,
.old_ie .col-xs-4,
.old_ie .col-xs-5,
.old_ie .col-xs-6,
.old_ie .col-xs-7,
.old_ie .col-xs-8,
.old_ie .col-xs-9,
.old_ie .col-xs-10,
.old_ie .col-xs-11,
.old_ie .col-sm-1,
.old_ie .col-sm-2,
.old_ie .col-sm-3,
.old_ie .col-sm-4,
.old_ie .col-sm-5,
.old_ie .col-sm-6,
.old_ie .col-sm-7,
.old_ie .col-sm-8,
.old_ie .col-sm-9,
.old_ie .col-sm-10,
.old_ie .col-sm-11,
.old_ie .col-md-1,
.old_ie .col-md-2,
.old_ie .col-md-3,
.old_ie .col-md-4,
.old_ie .col-md-5,
.old_ie .col-md-6,
.old_ie .col-md-7,
.old_ie .col-md-8,
.old_ie .col-md-9,
.old_ie .col-md-10,
.old_ie .col-md-11,
.old_ie .col-lg-1,
.old_ie .col-lg-2,
.old_ie .col-lg-3,
.old_ie .col-lg-4,
.old_ie .col-lg-5,
.old_ie .col-lg-6,
.old_ie .col-lg-7,
.old_ie .col-lg-8,
.old_ie .col-lg-9,
.old_ie .col-lg-10,
.old_ie .col-lg-11 {
  float: left;
}

.old_ie .col-xs-1, .old_ie .col-sm-1, .old_ie .col-md-1, .old_ie .col-lg-1 {
  width: 8.333333333333332%;
}

.old_ie .col-xs-2, .old_ie .col-sm-2, .old_ie .col-md-2, .old_ie .col-lg-2 {
  width: 16.666666666666664%;
}

.old_ie .col-xs-3, .old_ie .col-sm-3, .old_ie .col-md-3, .old_ie .col-lg-3 {
  width: 25%;
}

.old_ie .col-xs-4, .old_ie .col-sm-4, .old_ie .col-md-4, .old_ie .col-lg-4 {
  width: 33.33333333333333%;
}

.old_ie .col-xs-5, .old_ie .col-sm-5, .old_ie .col-md-5, .old_ie .col-lg-5 {
  width: 41.66666666666667%;
}

.old_ie .col-xs-6, .old_ie .col-sm-6, .old_ie .col-md-6, .old_ie .col-lg-6 {
  width: 50%;
}

.old_ie .col-xs-7, .old_ie .col-sm-7, .old_ie .col-md-7, .old_ie .col-lg-7 {
  width: 58.333333333333336%;
}

.old_ie .col-xs-8, .old_ie .col-sm-8, .old_ie .col-md-8, .old_ie .col-lg-8 {
  width: 66.66666666666666%;
}

.old_ie .col-xs-9, .old_ie .col-sm-9, .old_ie .col-md-9, .old_ie .col-lg-9 {
  width: 75%;
}

.old_ie .col-xs-10, .old_ie .col-sm-10, .old_ie .col-md-10, .old_ie .col-lg-10 {
  width: 83.33333333333334%;
}

.old_ie .col-xs-11, .old_ie .col-sm-11, .old_ie .col-md-11, .old_ie .col-lg-11 {
  width: 91.66666666666666%;
}

.old_ie .col-xs-12, .old_ie .col-sm-12, .old_ie .col-md-12, .old_ie .col-lg-12 {
  width: 100%;
}





.old_ie .ratesWrap .col-md-6 {margin:0 0 0 0 !important;padding:0 !important;}
.old_ie .ratesWrap .col-xs-4 {padding:0 !important;}
.old_ie .ratesWrap .col-xs-2 {margin:0 0 0 -20px !important;padding:0 !important; }




/* ------------------------------------------------ZEROS--------------------------------------------------------------------------------- */

/* --------BACKGROUND0-------- */
a.background0,
div.background0,
li.background0,
input.background0,
span.background0 {
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
	background: none;
	}

/* --------GRADIENT0-------- */
a.gradient0,
div.gradient0,
li.gradient0,
input.gradient0,
span.gradient0 {
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
	}


/* --------BORDER0-------- */
a.border0,
div.border0,
li.border0,
input.border0,
span.border0 {
	border: 1px solid rgba(255,255,255,1.0);
	}


/* --------BORDER-RADIUS0-------- */
a.border-radius0,
div.border-radius0,
li.border-radius0,
input.border-radius0,
span.border-radius0 {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	}


/* --------BOX SHADOW0-------- */
a.boxshadow0,
div.boxshadow0,
li.boxshadow0,
input.boxshadow0,
span.boxshadow0 {
	-webkit-box-shadow: inset 0px 0px 0px rgba(255,255,255,0.0), 0px 0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: inset 0px 0px 0px rgba(255,255,255,0.0), 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: inset 0px 0px 0px rgba(255,255,255,0.0), 0px 0px 0px rgba(0,0,0,0.0);
}


/* --------PADDING0-------- */
a.padding0,
div.padding0,
li.padding0,
input.padding0,
span.padding0 {
	padding: 0;
	}

a.paddingTop0,
div.paddingTop0,
li.paddingTop0,
input.paddingTop0,
span.paddingTop0 {
	padding-top: 0;
	}

a.paddingRight0,
div.paddingRight0,
li.paddingRight0,
input.paddingRight0,
span.paddingRight0 {
	padding-right: 0;
	}

a.paddingBottom0,
div.paddingBottom0,
li.paddingBottom0,
input.paddingBottom0,
span.paddingBottom0 {
	padding-bottom: 0;
	}

a.paddingLeft0,
div.paddingLeft0,
li.paddingLeft0,
input.paddingLeft0,
span.paddingLeft0 {
	padding-left: 0;
	}


/* --------MARGIN0-------- */
a.margin0,
div.margin0,
li.margin0,
input.margin0,
span.margin0 {
	margin: 0;
	}

a.marginTop0,
div.marginTop0,
li.marginTop0,
input.marginTop0,
span.marginTop0 {
	margin-top: 0;
	}
a.marginTop1,
div.marginTop1,
li.marginTop1,
input.marginTop1,
span.marginTop1,
.row.marginTop1 {
	margin-top: 5px !important;
	margin-left:0 !important;
	margin-right:0 !important;
	}

a.marginRight0,
div.marginRight0,
li.marginRight0,
input.marginRight0,
span.marginRight0 {
	margin-right: 0;
	}

a.marginBottom0,
div.marginBottom0,
li.marginBottom0,
input.marginBottom0,
span.marginBottom0 {
	margin-bottom: 0;
	}

a.marginLeft0,
div.marginLeft0,
li.marginLeft0,
input.marginLeft0,
span.marginLeft0 {
	margin-left: 0;
	}

a.marginLeft1,
div.marginLeft1,
li.marginLeft1,
input.marginLeft1,
span.marginLeft1 {
	margin-left: 0px;
	padding-left:10px;
	}
/* --------MARGIN & PADDING0-------- */
a.marginANDpadding0,
div.marginANDpadding0,
li.marginANDpadding0,
input.marginANDpadding0,
span.marginANDpadding0 {
	margin: 0;
	padding:0;
	}
	
a.marginANDpaddingTop0,
div.marginANDpaddingTop0,
li.marginANDpaddingTop0,
input.marginANDpaddingTop0,
span.marginANDpaddingTop0 {
	margin-top: 0;
	padding-top: 0;
	}
	
a.marginANDpaddingRight0,
div.marginANDpaddingRight0,
li.marginANDpaddingRight0,
input.marginANDpaddingRight0,
span.marginANDpaddingRight0 {
	margin-right: 0;
	padding-right: 0;
	}
	
a.marginANDpaddingBottom0,
div.marginANDpaddingBottom0,
li.marginANDpaddingBottom0,
input.marginANDpaddingBottom0,
span.marginANDpaddingBottom0 {
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
a.marginANDpaddingLeft0,
div.marginANDpaddingLeft0,
li.marginANDpaddingLeft0,
input.marginANDpaddingLeft0,
span.marginANDpaddingLeft0 {
	margin-left: 0;
	padding-left: 0;
	}
	
	
textarea:focus, input:focus{
    outline: 0;
}

/* focus  remove 01.18.19 *:focus {
    outline: 0; 
}*/
.rounded {
        -moz-border-radius:10px 10px 10px 10px;  /* rounds corners for firefox */
        border-radius:10px 10px 10px 10px;  /*rounds corners for other browsers*/
        border:solid 1px #000;
}
ol.a {
	list-style-type: lower-alpha;
	}
	#tpwContinue {
		text-align: center;
	}
	#tpwContinue button {
		margin: 1em;
	}
	#ex_dis{ 
		display:none; 
		width:55%; 
		padding:10px; 
		/*color: #e3e3e3; */
		color: #ffffff;
		/*background-color:#454543;*/ 
		background-color: #3d3d3d;
		position:absolute; 
		z-index:10000; 
		border:1px solid #d9d9d9; 
		top: 150px; 
		left: 30%; 
		overflow: hidden; 
	} 
	#ex_dis h1,
	#ex_dis h2,
	#ex_dis h3,
	#ex_dis h4,
	#ex_dis h5,
	#ex_dis h6,
	#ex_dis p,
	#ex_dis li {
		color:#fff;
	}
	#ex_dis h2 {font-size: 18px;}
	#ex_dis p {font-size: 16px;}
