@charset "UTF-8";
/* CSS Document */



/********************** CUSTOM STYLES **********************/
.hidden{
  display: none;
}
.bg-light{
  background: #f4f4f4!important;
}




/********************** NAVBAR STYLES **********************/
.navbar-light .navbar-nav .nav-link{
  color: #0659A5;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #23527c;
}
.dropdown-menu{
  border-radius: 0px;
  padding: 0px 0;
}
.navbar-fixed > li {
  float: left;
}
.navbar {
  margin-bottom: 0px;
  min-height: 100px;
}
.navbar li.dropdown{
  padding-bottom: 0px;
}
.nav-link{
  font-size: 16px;
  font-weight: 600;
  padding: .5rem 0 .5rem 1.5rem;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(http://memberenroll-stage.com/uploads/00001256/navbar-toggler.svg);
  background-size: 32px 28px;
}
.navbar-toggler{
  border: 0px;
}
.dropdown-item {
  font-size: 16px;
  font-weight: 600;
  padding: .25rem 1rem;
  color: #B62671;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 14px 0;
    margin-left: -14px;
  }
.dropdown-menu{
  background: #FFF;
}

.dropdown-item:hover {
  background-color: #E9E9EA;
}
.navbar-light .navbar-toggler:focus{
  outline: none;
}
img.logo{
	width:100%;
	max-width: 232px;
}


/********************** CARD STYLES **********************/
.card-gray {
  position: relative;
  margin-bottom: 30px;
  border: 0px solid #f4f4f4;
  cursor: pointer;
  transition: .15s;
  transition-timing-function: ease-in;
  top: 0;
}
.card-gray:hover {
  top: -6px;
  position: relative;
  background: #ebebeb!important;
}
.card-white {
  position: relative;
  margin-bottom: 30px;
  border: 0px solid #fff;
  /* cursor: pointer; */
  transition: .15s;
  transition-timing-function: ease-in;
  top: 0;
}
/* .card-white:hover {
  top: -6px;
  position: relative;
} */
.card-white.card a:hover{
	color: #23527c;
}
.card-default {
  display: block;
  border-radius: 3px;
  transition: border-color .15s linear;
  background: #fff;
}
.card-default-margin {
  margin: 12px 0 12px 0;
}
.card-default .card-block{
  padding: 0 15px 15px;
}
.card-default[data-clickable]:hover {
  border: 1px solid #999;
}
.card-default .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.card-module-heading{
  background-clip: #666;
}
.row.card-default-row{
  margin: 0 0 0 0;
}
.row.card-calcuator-row{
  margin: 0 0 0 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.contactInfo{
  background-color:#e3f2f4;
}
.landingInfo p{
  font-size: 16px;
  line-height: 1.5em;
}
.card-deck .card {
  border-radius: 20px;
}
@media(min-width: 992px){
  .product-icon{
  max-width: 100px;
  }
}



/********************** OVERRIDING AFINIUM STYLES **********************/
#footer, .view-navigation.view-actions, #rightColumn, .ctlPanelButton{
  display:none !important;
}
input{
  width:100%;
}
.warning{ 
  display:none;
  color: #cc1231;
  font-size: 15px;
  font-weight: 600;
}
.ui-accordion{
  font-family:  Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #999;
  margin-bottom: 18px;
}
.ui-accordion-header{
  background-color: white;
  border: none !important;
  font-size: 18px;
  color: #002d73 !important;
  background: none;
  border-top: 1px solid #999 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; 
}
.ui-accordion-header.ui-helper-reset.ui-state-default a,
.ui-state-active a, .ui-accordion a, .ui-state-active a:link, 
.ui-accordion-content{
  color:#333333 !important;
  border:none!important;
}
.ui-accordion-content{
  border-bottom: none;
}
.ui-accordion-header a:before{
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal normal normal 15px/1 FontAwesome;
  margin-right: 6px;
  width:1em;
  color:#002d73!important;
}
.ui-accordion-header:last-of-type {
  border-bottom: 1px solid #999;
}
.ui-accordion-header.ui-state-active a:before{
  content: "\f078";
}
.ui-widget-content {
  background: none !important;
}
.ui-accordion .ui-accordion-content {
  max-height: 160px;
  height: auto !important;
  top: 0px;
  padding: 0em 2.2em;
  margin-top: 0px;
  padding-left: 34px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.4em;
}
.ui-state-default .ui-icon, .ui-state-active .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-b, .ui-corner-top, .ui-corner-tr {
  border-radius: 0px;
}
.sliderlabel span.slidervalue{
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 30px;
}
.boxInfo .sliderlabel span.slidervalue{
  display: none
}
.footer{
  background:#E9E9EA;;
  padding: 24px 0;
}
.wideRegistration{
  min-height: 900px;
  padding-top: 76px;
}
p.formLabels{
  padding-top: 28px;
  color: #002d73;
  font-weight: 600;
  margin-bottom: 12px;
}
.centerDivRadio{
  margin: 0 auto;
  width: 280px;
}
.bigCheckbox .productField {
  width:auto;
  margin-right: 8px;
}
a.btn-none{
  font-size: 18px;
  padding: 0;
  vertical-align: bottom;
}
a.btn-none:visited{
  color:#337ab7;
}
.sectionHeading{
  margin-top: 48px;
  border-bottom: 3px solid #ccc;
  padding-bottom: 6px;
}
.list-unindented, .module > ul, .component ul, .rte ul, .rte ol, .module > ol, .component ol {
  margin-left: 0 !important;
  padding-left: 15px !important;
  -webkit-padding-start: 20px !important;
}
.ruleBelow{
  border-bottom: 1px solid #ccc;
}
.ruleAbove{
  border-top: 1px solid #ccc;
}
.ruleAbove2x{
  border-top: 2px solid #ccc;
}
.ruleLeft{
  border-left: 1px solid #ccc;
}
.ruleRight{
  border-right: 1px solid #ccc;
}
.boxInfo{
  background: rgba(255,255,255,0.9);
  padding: 0;
}
.headlineBoxInfo{
  background: rgba(0,45,115,1);
  padding: 4px 24px;
  margin-top: 20px;
}
.headlineBoxInfo h1,
.headlineBoxInfo h3{
  color: #fff;
  padding: 0;
}
.boxInfo .h2{
  font-size: 20px;
}
.boxInfo h3{
  color: #002d73;
  padding: 0;
}
.boxInfo p{
  font-size: 14px;
}
.blueRuleAbove {
  border-top: 2px solid #07639D;
}
.hideMobile{
  display: none;  
}
.finePrint{
  font-size: 14px;
}
i.indicator {
  margin: 2px 4px 0 0;
}
#navbarToggleExternalContent ul{
  list-style-type: none !important;
  padding: 20px 0;
}
#navbarToggleExternalContent ul li{
  list-style-type: none !important;
  font-size: 24px;
  font-weight: 600;
  margin: 14px 0 0 0;
}
.navbar-toggler {
  padding: .25rem 0;
  font-size: 38px;
}


/********************** Anchor Menu ***********************/
.anchor-active {
  color: #0659A5 !important;
}

/********************** MIN-WIDTH: 768PX **********************/
@media (min-width: 768px) {
  .hideMobile{
    display: inline-block;  
  }
  p, .p, li, td, p{
    font-size: 16px;
  }
  h1, .h1{
    font-size: 36px;
  }
  h2, .h2{
    font-size: 30px;
  }
  h3, .h3{
    font-size: 24px;
  }
  h4, .h4{
    /* font-size: 20px; */
    color: #000;
  }
  h5, .h5{
    font-size: 18px;
    line-height: 1.4;
  }
  h6, .h6{
    font-size: 16px;
  }
  .lifeOffer .eftRadio input[type="radio"] + label {
    color: #002d73;
    font-size: 16px;
    font-weight: 600;
  }
  .boxInfo{
    background: rgba(255,255,255,0.9);
    padding: 6px 24px 12px;
  }
  .panel-body li{
    /* padding-bottom: 7px; */
  }
  .landingInfo p{
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 32px;
  }
  h1.landingHeadline{
    padding: 60px 0 24px;
    font-size: 34px;
    line-height: 1.3em;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #F8F8F8;
  }
  .card-default{
    border: 1px solid #ccc;
  }
  .card-default-none{
    border: none;
  }
  .card-box{
    border: 1px solid #ccc;
    padding: 16px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.12);
  }
  .cardForm{
    padding: 0 24px;
  }
  .panel-title{
    font-size: 20px;
    /* font-weight: 600; */
  }
}


/********************** FAQ SECTION **********************/
.panel-default>.panel-heading {
  color: #fff;
  background-color: #fff;
}
i.indicator {
  width: 20px;
  color: #F68B26;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group{
  background: #fff;
  border-top: none;
  padding: 0px 0 10px 37px;
}
.panel-body p{
  color: #333;
  padding: 0 30px 0 0;
}
.panel-heading{
  border-radius: 0;
  padding: 10px 15px;
}
.panel-title{
  font-weight: 600;
  font-size: 20px;
  color: #333;
}
#accordion ul, #accordion ol{
  color: #333;
}
.panel-title {
  padding-left: 23px;
  position: relative;
}
/* .panel-title::before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 1px;
  left: 2px;
  content: "\f054";
  color: #0659A5;
} */
.panel-body li{
  padding: 7px 0;
}
.checkList {
  display: flex;    
}
.checkmark {
  padding: 26px 0px 10px;
}
.icon-label{
  color: #fff;
  margin-left: 85px;
  vertical-align: middle;
  display: table-cell;
}
.coverage-left, .coverage-right {
  margin-top: 20px;
  color: #fff;
}
.menu-label{
  position: absolute;
  top: 40px;
  right: 2px;
  color:#666;
  font-weight: bold;
}
.panel-group .panel {
  border-radius: 0px;
}
.panel {
  border: none;
  border-bottom: 1px solid #999;
}
.panel:first-child{
  border-top: 1px solid #999; 
}
.panel-default {
  border-color: #999;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.panel-title a:focus,
.panel-title a:hover{
  text-decoration: none;
}
/* Old Animated Version of FAQ Arrows */
/* .panel-title::before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f054";
  top: 1px;
  left: -3px;
  color: #0659A5; 
  transform: rotate(90deg);
  transition: all 0.4s;
  }
  
  .collapsed .panel-title::before{
  font-family: 'FontAwesome';
  content: "\f054";
  transform: rotate(0deg);
  left: 1px;
} */
/* .panel-title::before{
  position: absolute;
  font-family: 'FontAwesome';
  top: -1px;
  left: -3px;
  content: "\f078";
  color: #0659A5;
} */
/* .collapsed .panel-title::before{
  position: absolute;
  font-family: 'FontAwesome';
  top: 1px;
  left: 2px;
  content: "\f054";
} */
  



#trFAQs .card-header{
	background: none;
	border-top: 1px solid #999;
	border-bottom: 0px!important;
	padding: 11px 15px;

}

#trFAQs .card {
border: none;
margin-bottom: 0px;
}

#trFAQs .card:hover {
top: 0px;
background-color: #fff;
}

#trFAQs p {
margin-left: 40px;
}

#trFAQs .accordion{
border-bottom: 1px solid #999;
}

#trFAQs .card-body{
padding: 0;
}

#trFAQs .nav-link{
	margin-right: 5px;
	padding: 10px 30px 8px 30px;
	border: 0px;
	border-radius: 10px 10px 0 0;
}
#trFAQs .nav-link.active, #trFAQs .nav-link:hover{
	background: #f4f4f4;
}
.card-header:first-child {
	border-radius: 0;
}

#trFAQs .card-body p, #trFAQs .card-body ul li{
margin-bottom: 15px;
}
.faq .tab-content ol, .faq .tab-content ul {
  margin-left: 20px;
  margin-bottom: 15px;
} 
.collapse.show {
  margin-bottom: 5px;
}


/********************** MAIN CARD AREA **********************/

.main-area .card-body{
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.main-area .card img{
	margin-top: -70px;
}


/********************** TOOLS **********************/

.tools .row a:hover {
	color: #23527c;
}
.tools .row a.btn:hover {
	color: #fff;
}
.tool-thumb{
	width:100%;
	max-width: 325px;
}


/********************** PRODUCTS CARDS **********************/

.card-deck .card h6{
  color: #0659A5;
}