@font-face {
    font-family: 'Domaine Display';
    /* src: url('../../fonts/DomaineDisplayWeb-Bold.eot'); IE9 Compat Modes
    src: url('../../fonts/DomaineDisplayWeb-Bold.eot?#iefix') format('embedded-opentype'), IE6-IE8 */
    src: url('../../fonts/DomaineDisplayWeb-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/DomaineDisplayWeb-Bold.woff') format('woff'); /* Pretty Modern Browsers */
       /*url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       /*url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
     /* src: url('../../fonts/DomaineTextWeb-Bold.eot'); IE9 Compat Modes
     src: url('../../fonts/DomaineTextWeb-Bold.eot?#iefix') format('embedded-opentype'), IE6-IE8 */
     src:    url('../../fonts/DomaineTextWeb-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../fonts/DomaineTextWeb-Bold.woff') format('woff'); /* Pretty Modern Browsers */
        /*url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        /*url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
   font-family: "Open Sans";
   /* src: url('../../fonts/OpenSans-Regular-webfont.eot') format('embedded-opentype'),
        url('../../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), */
        src:      url('../../fonts/OpenSans-Regular.ttf') format('truetype');
}


html,
body {
  font-family: 'Open Sans',calibri, Arial;
  font-weight: normal;
  color: #2f3338;
}
body {
  background: #fff;
  overflow-x: hidden;
  font-size: 16px;
}

ul,
li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
a,
a:focus,
a.active,
a sup {
  color: #7D3F98;
  text-decoration: none;
}
a:active{
	/* color: #7D3798 !important; */
}
a:visited{
	/*color: #7D3798;*/
}
a:hover {
  /*text-decoration: underline;  Please make a hierarchy of the class where it is needed, and not generic like this*/
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  margin: 0;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.06em;
}
h3 {
  font-size: 0.875em;
}
small {
  font-size: 0.68em;
}
label,
p,
span {
  font-size: 16px;
  color: #2f3338;
  font-weight: normal;
}
img {
  text-indent: -9999px;
  max-width: 100%;
}
section {
  background: #eee;
}

input[type="checkbox"] {
  opacity: 0;
}
input[type="radio"] {
  vertical-align: top;
}
address {
  display: inline-block;
}
legend {
  margin-bottom: 12px;
  border-bottom: 0 none;
}
textarea {
  overflow: auto;
  background-color: #EEEEEE;
  width: 100%;
  height: 150px;
}
sup {
  color: #D31E11;
  font-size: 14px;
  padding: 0;
  margin: 0;
  position: relative;
}
a.home-util:hover, a.home-util:active, a.home-util:visited{
	color: #fff;
	text-decoration: none !important;
}
.navigator-logos{
  clear: both;
}
.navigator-logos a{
  /*float: left;*/
  width: 160px;
}
/*.container.desktopMenu,
.mobileMenu .first-level {
  display: none;
}*/
.marT12{
	margin-top: 12px;
}
.marTB12{
	margin: 12px 0;
}
.marT35 {
  margin-top: 35px;
}
.loader-div {
	display: none;
}
.loader-image{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100000;
    width: 160px;
}
.loader-text{
	left: 47.2%;
    top: 47.5%;
	color: #fff;
	font-family: calibri;
	font-size: 24px;
	position: absolute;
	z-index: 100000;
}
.loader-text.black-text{
	color: #2f3338;
}
.loader-overlay{
	background: #000;
	opacity: 0.7;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10000;
	display: none;
}
.menu-button{
	background: none;
	border: 0 none;
}
.menu-overlay{
	background: #000;
	position: absolute;
	top: 135px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	opacity: 0.5;
	z-index: 1000;
}
.menu-list{
	position: absolute;
	width: 360px;
	background: #eee;
	z-index: 100000;
	border: 1px solid #ccc;
	top: 0px;
}
.modal-backdrop.in {
	opacity: 0.8 !important;
}
@media screen and (max-device-width: 768px) {
  .menu-list{
  	top: -4px;
  }
}
@media screen and (max-device-width: 400px) {
  .menu-list{
  	top: -12px;
  }
}
ul.menu-list li a{
	margin-left: 12px;
}
ul.menu-list li a span{
	font-size: 18px;
}
ul.menu-list li{
	margin: 2px 0px 0px 0px;
    padding: 10px;
    background: #fff;
    position: relative;
    width: 100%;
	border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 5px;
}
.menu-list li.inactive{
	padding: 9px 10px;
    background: #eee;
    margin: 0px;
	border-width: 0px;
}
.menu-list li a img.left-img{
	width: 80%;
}
ul.menu-list li.home-mobile-list{
	margin-top: 6px !important;
}
ul.menu-list li.home-mobile-list, ul.menu-list li.home-mobile-list ul li{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul.menu-list li.home-mobile-list ul li a{
	padding: 8px 12px;
	display: inline-block;
	margin-left: 10px;
}
ul.menu-list li.home-mobile-list ul li.active a{
	border-left: 4px solid #526f83;
}
ul.menu-list li.home-mobile-list ul li .badge{
	font-size: 14px;
	padding: 2px 10px;
	margin-top: -12px;
}
.menu-list li a.canbActive, .menu-list li a.blueActive, .menu-list li a.purpleActive,
.menu-list li a.greenActive, .menu-list li a.tealActive{
	box-shadow: 0px 0px 5px 0px #ccc;
	font-weight: bold;
}
.menu-list-txt{
	margin: 8px 0 0 10px;
}
.nested-list a{
	display: inline-block;
	margin-left: 30px;
	padding: 10px;
}
.purpuleShade{
	background-color: transparent;
}
.second-navigation{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.second-navigation a,
.second-navigation p{
	color: #69747a;
	display: block;
	padding: 15px 35px;
	border-bottom: 6px solid transparent;
	border-right: 1px solid #ccc;
    float: left;
	font-size: 18px;
}
.second-navigation p{
	margin-bottom: 0px;
}
.second-navigation p.canbLevel, .second-navigation p.blueLevel, .second-navigation p.purpleLevel,
.second-navigation p.greenLevel, .second-navigation p.tealLevel, .second-navigation p.oliveGreenLevel,
.second-navigation p.teal-greenLevel{
	color: #2f3338;
}
.second-navigation p.canbLevel{
	border-bottom: 6px solid #D20962;
}
.second-navigation p.blueLevel{
	border-bottom: 6px solid #0D8BA7;
}
.second-navigation p.purpleLevel{
	border-bottom: 6px solid #7D3F98;
}
.second-navigation p.greenLevel{
	border-bottom: 6px solid #5E9732;
}
.second-navigation p.tealLevel{
	border-bottom: 6px solid #00A783;
}
.second-navigation p.oliveGreenLevel{
	border-bottom: 6px solid #4e7d2a;
}
.second-navigation p.teal-greenLevel {
	border-bottom: 6px solid #00A783;
}
.sec-level-nav{
	padding: 10px 20px;
	display: inline-block;
	border-left: 0 none;
	border-right: 1px solid #ccc;
}
.sec-level-nav:first-child{
	border-left: 1px solid #ccc;
}
@media (max-width: 992px) {
  .menu-txt:focus{
    outline: none !important;
    border:1px solid red;
    box-shadow: 0 0 10px #719ECE;
	}
}

.menu-txt{
	font-size: 20px;
	color: #2f3338;
	margin: 0px 0 5px -15px;
    text-align: right;
	padding: 0px;
}
.line-seperator{
   /* background: url("../images/header-sep.png") no-repeat 0 0; */
   height: 30px;
   width: 2px;
   position: absolute;
   left: -25px;
   top: 10px;
}
.close-menu{
   /* background: url("../images/homeicons/close_icon_desktop_transparent.png") no-repeat 0 0; */
   display: inline-block;
   height: 34px;
   width: 34px;
   position: absolute;
   left: 10px;
}
.home-menu{
   /* background: url("../images/homeicons/Home_MenuIcon_Mobile.png") no-repeat 0 0; */
   display: inline-block;
   height: 46px;
   width: 46px;
   position: absolute;
   right: -8px;
   top: 7px;
   display: none;
}
.home-down-arrow, .home-up-arrow{
   /* background: url("../images/homeicons/home-list-down.png") no-repeat 0 0; */
   display: inline-block;
   height: 9px;
   width: 15px;
}
.home-down-arrow.home-up-arrow{
   /* background: url("../images/homeicons/home-list-up.png") no-repeat 0 0; */
}
.menu-mobile-icon{
	/*width: 78%;*/
}
ul li.canbActive a span, ul li.blueActive a span, ul li.purpleActive a span, ul li.greenActive a span, ul li.tealActive a span,
a.canbActive, a.blueActive, a.purpleActive, a.greenActive, a.tealActive{
	color: #2f3338;
}
.canbActive, .blueActive, .purpleActive, .greenActive, .tealActive,
ul.menu-list li.canbActive, ul.menu-list li.blueActive, ul.menu-list li.purpleActive, ul.menu-list li.greenActive, ul.menu-list li.tealActive{
	border-color: #D20962;
	border-style: solid;
	border-width: 0 0 0 5px;
}
.blueActive,
ul.menu-list li.blueActive{
	border-color: #0D8BA7;
}
.purpleActive,
ul.menu-list li.purpleActive{
	border-color: #7D3F98;
}
.greenActive,
ul.menu-list li.greenActive{
	border-color: #5E9732;
}
.tealActive,
ul.menu-list li.tealActive{
	border-color: #00A783;
}
section {
  /* background-color: #fff; */
}
[role="button"] {
  display: block;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
  background: #dddddd !important;
}
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

/*.aet-content-fluid {
  max-width: 1164px;
  margin: 0 auto;
  /*max-width: 1280px;
  padding-left: 15px;
  padding-right: 0;/
}*/

.aet-content-fluid {
 /* max-width: 1164px; */
  max-width: 1280px;  /* Div was shifted right */
 /*margin: 0 auto; Removing this for Desktop - Sumit*/
  margin: 0 0;
  /*padding-left: 15px; Removing this for Desktop - Sumit*/
  padding-right: 0;
}

.aet-content-fluid-search {
 max-width: 1164px;
 margin: 0 0;
 padding-right: 0;
}

.aet-wrapper {
  position: relative;
}
.aet-template {
  margin-bottom: 0px;
}
.aet-main-container {
  background-color: #fff;
}
.aet-nav-header {
  padding-bottom: 2px;
}
.panel-title a:hover {
  text-decoration: none;
}
.container-fluid {
  padding: 0px;
}
.noborder {
  border: 0 !important;
}
.topMrgn30 {
  margin-top: 30px;
}
.rightborder {
  border-right: 1px solid #ccc !important;
}
.white-section {
  background-color: #fff !important;
}
.top-mrgn10 {
  margin-top: 10px;
}
.badge {
  text-align: center;
  word-break: break-word;
  vertical-align: middle;
  white-space: normal;
}
.block {
  display: block;
}
.top-border {
  border-top: 1px solid #ccc;
}
.bottom-border {
  border-bottom: 1px solid #ccc !important;
}
.separator {
  color: #d0d1d3;
}
.mobile,
.tablet,
.mobile-view .desktop,
.tablet-view .desktop {
  display: none;
}
.mobile-view .mobile {
  display: block;
}
.tablet-view .tablet {
  display: block;
}
.disp-mob {
  display: block;
}
@media (max-width: 992px) {
  .mobilehide {
    display: none !important;
  }

}
@media (min-width: 993px) {
  .desktopHide {
    display: none !important;
  }

}
.curser {
  cursor: pointer;
}
.fsize85P {
  font-size: 82%;
}
.fsize120p {
  font-size: 120%;
}
.wd100P {
  width: 100%;
}
.bold {
  font-weight: bold;
}
.pointer {
  cursor: pointer;
}
.pad0,
.paddingZero {
  padding: 0px;
}
.padR45 {
  padding-right: 45px;
}
.padR5 {
  padding-right: 5px;
}
.padL35 {
  padding-left: 35px;
}
.padL25 {
  padding-left: 25px;
}
.padL5 {
  padding-left: 5px;
}
.padR0 {
  padding-right: 0px;
}
.mar0 {
  margin: 0;
}
.marR10 {
  margin-right: 10px;
}
.marT15 {
  margin-top: 15px;
}
.marT10 {
  margin-top: 10px;
}
.padT15 {
  padding-top: 15px;
}
.pad10 {
  padding: 10px;
}
.padT5 {
  padding-top: 5px;
}
.padB5 {
  padding-bottom: 5px;
}
.padB20 {
  padding-bottom: 20px;
}
.fontstyle2 {
  font-size: 32px;
}
.fontstyle3 {
  font-size: 14px;
}
.fontsize1 {
  font-size: 16px !important;
}
.fontstyle16{
  font-size: 16px;
}
.fontstyle18{
  font-size: 18px;
}
.left-pad0 {
  padding-left: 0;
}
.right-pad0 {
  padding-right: 0;
}
.mar0 {
  margin: 0px;
}
.padR0px {
  padding-right: 0px;
}
.padBottom0 {
  padding-bottom: 0 !important;
}
.mrgnLeft {
  margin-left: 10%;
}
.mrgnzero {
  margin: 0 !important;
}
.uppercase {
  text-transform: uppercase;
}
.errorSectionGrey{
  background-color: #eee !important;
}
.siteSpecificMessage{
  background-color: #eee !important;
  font-size: 16px;
}
.marT10px {
  margin-top: 10px;
}
.pad15 {
  padding: 15px;
}
.padB20 {
  padding-bottom: 20px;
}
.marR15 {
  margin-right: 15px;
}
.marL15 {
  margin-left: 15px;
}
.marLT30 {
  margin-left: 30px;
  margin-top: 10px;
}
.marL50 {
  margin-left: 50px;
}
.desktop-only {
  display: none;
}
.inline-block {
  display: inline-block !important;
}
.disp-mob {
  display: none !important;
}
.disp-desktop {
  display: block !important;
}
@media (max-width: 991px) {
  .disp-desktop {
    display: none !important;
  }
  .mrgnLeft {
    margin-left: 0;
  }
  .footMarT30{
    margin-top: 30px !important;
  }
  .footMarT0{
    margin-top: 0px !important;
  }
}
.footMarT30{
  margin-top: 0px;
}
.mrgn20 {
  margin-top: 20px;
}
.padL110 {
  padding-left: 110px;
}
.disp-row {
  display: table-row;
}
.tableCell {
  display: table-cell;
}
.error {
  color: #333;
}
.err-txt {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.positionRelative {
  position: relative;
}
.left-txt {
  text-align: left !important;
  margin: 0;
}
.white-bg {
  background: #fff !important;
}
.anchor {
  color: #076f86;
}
label.error {
  color: #d31e11;
}
.important {
  color: #ef4234;
}
.no-resize {
  resize: none;
}
.mandatory {
  color: #D31E11;
}
.btn-submit button {
  border: none;
}
/**Color Theams of Site **/
.image-block-purple {
  background-color: #7D3F98;
}
.image-block-green {
  background-color: #4e7d2a;
}
.image-block-blue {
  background-color: #4b65ae;
}
.image-block-lblue {
  background-color: #076f86;
}
.image-block-red {
  background-color: #D31E11;
}
.image-block-pink {
  background-color: #DB1374;
}
.image-block-sgreen {
  background-color: #1D7564;
}
.image-block-dgreen {
  background-color: #4e7d2a;
}
.image-block-orange {
  background-color: #e96406;
}
.image-block-periwinkle {
  background-color: #5f78bb;
}
.image-block-teal {
  background-color: #00a78e;
}
.image-block-lgreen {
  background-color: #5e9732;
}
.image-block-dblue {
  background-color: #0ba2c3;
}
.image-block-voilet {
  background-color: #7d3f98;
}
.white {
  background-color: #fff;
}
.redShade {
  background-color: #d20962;
}
.greenShade {
  background-color: #1d7564;
}
.purpuleShade {
  background-color: #7D3F98;
}
.lightBlueShade {
  background-color: #076f86;
}
.blueShade {
  background-color: #4b65ae;
}
.greyShade {
  background-color: #eee;
}
.depperGrey {
  background-color: #888;
}
.close,
.close:hover,
.close:focus {
  opacity: 1;
}
.underline {
  border-bottom: 1px solid #076f86;
}
.paddlr30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pad20 {
  padding: 20px;
}
.topMrgn50 {
  margin-top: 50px;
}
.marBot60 {
  margin-bottom: 60px;
}
.uppercase {
  text-transform: uppercase;
}
.heads {
  font-size: 1.25em;
}
.checkboxbg {
  height: 20px;
}
.checkboxbg label {
  margin: 0;
}
.padR0 {
  padding-right: 0;
}
.marT8 {
  margin-top: 8px;
}
.marB0 {
  margin-bottom: 0px;
}
.marB15 {
  margin-bottom: 15px;
}
.marB10 {
  margin-bottom: 10px;
}
.marL5 {
  margin-left: 5px;
}
.padT8 {
  padding-top: 8px;
}
.padT10 {
  padding-top: 10px;
}
.padL0 {
  padding-left: 0px;
}
.padL15 {
  padding-left: 15px;
}
.normalFont {
  font-weight: normal;
}
.italics {
  font-style: italic;
}
.normalfont {
  font-weight: normal;
}
.font-20 {
  font-size: 20px;
}
.font14 {
  font-size: 14px;
}
.padL10 {
  padding-left: 10px;
}
.font18 {
  font-size: 18px;
}
.zeroMrgn {
  margin: 0 !important;
}
.white-bg {
  background: #fff ;
}
.clear {
  clear: both;
}
.pad00 {
  padding: 0;
}
.hide-ac {
  font-size: 0px;
}
.pad15 {
  padding: 15px;
}
.padT15 {
  padding-top: 15px;
}
.padT20 {
  padding-top: 20px;
}
.padB15 {
  padding-bottom: 15px;
}
.padB11 {
  padding-bottom: 11px;
}
.padR15 {
  padding-right: 15px;
}
.pad15 {
  padding: 15px;
}
.padR20 {
  padding: 20px;
}
.marTB10 {
  margin: 10px 0;
}
.marTB14 {
  margin: 14px 0;
}
.marB20{
	margin-bottom: 20px;
}
.marT10{
	margin-top: 10px;
}
.marT20{
	margin-top: 20px;
}
ul li a span {
  color: #7D3798;
  font-size: 15px;
}
.zeromrgn {
  margin: 0 !important;
}
.padzero {
  padding: 0;
}
.no-border {
  border: 0;
}
.bottom-border {
  border-bottom: 1px solid #ccc;
}
.no-border {
  border: 0 !important;
}
.li{
  list-style-type: disc;
  margin-left: 40px;
}
.pos-a {
  position: absolute;
}
.fixedScroller {
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index : 999;
}
.fixedScroller p.pad15{
	padding: 5px 0px;
}
.aet-cont-hdrtxt img{
	margin-right: 10px;
}
.mar0auto {
  margin: 0 auto;
}
.opacity_layer {
  opacity: .9;
}
.fixedScroller.end .downPointer {
  display: none;
  opacity: 0;
}
.upPointer{
	display: none;
}
#aet-footer.mar0 {
  margin-bottom: 0;
}
.entireWarpper.shift .menu-toggle-btn .icon-bar {
  position: relative;
  transition: transform .5s;
  -moz-transition: transform .5s;
  -webkit-transition: transform .5s;
  -ms-transition: transform .5s;
  -o-transition: transform .5s;
}
.entireWarpper.shift .menu-toggle-btn .icon-bar:nth-child(2) {
  transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  top: 5px;
}
.entireWarpper.shift .menu-toggle-btn .icon-bar:nth-child(3) {
  display: none;
}
.entireWarpper.shift .menu-toggle-btn .icon-bar:nth-child(4) {
  transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  top: -3px;
}
#skip-to-content {
  display: block !important;
}
#skip-to-content a {
	padding:6px 3px;
	position: absolute;
	top:-40px;
	left:0px;
	color: #fff;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background: #526783;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}
#skip-to-content a:active,
#skip-to-content a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background: #526783;
	color: #fff;
	outline:0;
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
.form-control {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  height: auto;
  padding: 8px 12px;
}
.unchkLabel {
  /* background: url("../../images/radial_button_unselected.png") no-repeat 0px 0px; */
  width: 18px;
  height: 18px;
  margin: 0px 7px -4px;
  display: inline-block;
}
.chkLabelRadio {
  /* background: url("../../images/radial_button_selected.png") no-repeat 0px 0px; */
  width: 18px;
  height: 18px;
  margin: 0px 7px -4px;
  display: inline-block;
}
.unchkLabelCheck {
  /* background-image: url("../images/checkin-box.png"); */
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 26px;
  height: 22px;
  float: left;
}
.chkLabelCheck {
  /* background-image: url("../images/check-in-checked.png"); */
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.radio-bg .border,
.checkboxbg .border {
  border: 2px solid #076f86;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 125, 0.6);
  width: 22px;
  height: 22px;
}
select {
  height: 50%;
  position: relative;
  top: 25%;
  background: #EDEEF0;
}

select.custom {
  /* background-image: url("../../images/selectbox-select.png"); */
  background-image: url("../../images/dropDown-arrow.png");
  padding-right: 46px;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-color: #eee;
  height: 36px;
  border: 1px solid #ccc;
  font-weight: bold;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sortIntraction select.custom {
  padding-right: 46px !important;
}

select.custom::-ms-expand {
  display: none;
}
select::-ms-value {
  background: none;
  color: black;
}
input[type=password]::-ms-reveal {
  display: none;
}
button {
  font-weight: bold;
}
.cancelBtn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: 4px 3px 1px #B2B2B2;
  -moz-box-shadow: 4px 3px 1px #B2B2B2;
  box-shadow: 4px 3px 1px #B2B2B2;
  font-family: calibri, Arial;
  color: #ffffff;
  background: #69747a;
  font-weight: 600;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  border: 0;
}
.primaryBtn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -moz-box-shadow: 2px 2px 0 0 rgba(0,0,0,.3);
  -webkit-box-shadow: 2px 2px 0 0 rgba(0,0,0,.3);
  box-shadow: 2px 2px 0 0 rgba(0,0,0,.3);
  font-family: calibri, Arial;
  color: #ffffff;
  background: #076f86;
  font-weight: 600;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  border: 0;
}
.disabled-btn {
  background-color: #69747A;
}
.aet-red-btn {
  background: #d31e11;
  display: inline-block;
  margin-right: 10px;
  box-shadow: 2px 2px 2px #aaa;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 30px;
  border: 0 none;
}
.primaryBtn:focus,
.cancelBtn:focus {
  border: 1px dashed #fff;
}
.primaryBtn.publicBtn{
	padding: 6px 15px 6px 15px;
    margin: 4px 0 0 16px;
}
input.error,
select.error {
  border: 2px solid #D31E11;
}
span.error {
  /* background: url("../images/error_form_icon.png") no-repeat 0 0; */
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #D31E11;
  padding-left: 20px;
  height: 20px;
  margin-top: 2px;
}
.dateHolder {
  position: relative;
  display: block;
  padding-right: 35px;
}
.dateHolder .dateIcon {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  /* background: url('../images/date-picker-widget-icon.png') no-repeat center #076f86; */
  width: 36px;
  height: 36px;
}
.dateHolder .input-group {
  position: initial;
  display: block;
}
.datepicker-month-wrap .glyphicon-chevron-right,
.datepicker-month-wrap .glyphicon-chevron-left {
  color: #076f86;
  font-size: smaller;
}
.bootstrap-datetimepicker-widget .glyphicon.glyphicon-chevron-left,
.bootstrap-datetimepicker-widget .glyphicon.glyphicon-chevron-right {
  color: #076f86;
  font-size: smaller;
}
.nav-tabs {
  position: relative;
  display: block;
}
.accordian {
  margin-left: 0px;
  margin-top: 15px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel .customPanelIndicator {
  /* background-image: url("../images/Pharmacy/bullet_point.png"); */
  background-position: right 12px;
  padding-right: 30px;
  margin: 0 auto;
  background-repeat: no-repeat;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 11;
  margin-left: 59px;
}
.panel-group.customHeads .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group.customHeads .panel .customAccordionPanelSeperator {
  position: absolute;
  height: 100%;
  border-right: 1px solid #ccc;
  left: -73px;
}
.panel-group.customHeads .panel-body {
  border: 1px solid #ccc;
}
.panel-group.customHeads .panel-heading {
  position: relative;
  border: 1px solid #ccc;
}
.panel-group.customHeads .panel-heading::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: -7px;
  margin-top: -7px;
  border-style: solid;
  border-width: 7px 7px 7px 0px;
  border-color: transparent #eee transparent transparent;
  z-index: 1;
}
.panel-group.customHeads .panel-heading::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: -7px;
  margin-top: -9px;
  border-style: solid;
  border-width: 9px 7px 9px 0px;
  border-color: transparent #ccc transparent transparent;
  z-index: 0;
}
.panel-group .panel-heading a.collapsed span{
	color: #076f86;
	/* font-weight: bold; */
}
.panel-group{
	margin-bottom: 0px;
}
.panel-group .panel-heading span{
	color: #fff;
}
.panel-group.blue .panel-heading a.collapsed{
   border: 1px solid #4b65ae;
   background: #fff;
}
.panel-group.blue .panel-heading a{
   background: #4b65ae;
}
.panel-group.green .panel-heading a.collapsed{
   border: 1px solid #4e7d2a;
   background: #fff;
}
.panel-group.green .panel-heading a{
   background: #4e7d2a;
}
.panel-group.white .panel-heading a.collapsed{
   border: 1px solid #fff;
   background: #fff;
}
.panel-group.white .panel-heading a.collapsed{
   background: #fff;
}
.panel-group.purpuleShade .panel-heading a.collapsed{
   border: 1px solid #7D3F98;
   background: #fff;
}
.panel-group.purpuleShade .panel-heading a{
   background: #7D3F98;
}
.panel-group.purpuleShade .panel-heading a{
   border: 1px solid #7D3F98;
   background: #7D3F98;
}
.panel-group.anchorBlue .panel-heading a.collapsed{
   border: 1px solid #1d7564;
   background: #fff;
}
.panel-group.anchorBlue .panel-heading a{
   background: #1d7564;
}
.panel-group.canbPink .panel-heading a.collapsed{
   border: 1px solid #D20962;
   background: #fff;
}
.panel-group.canbPink .panel-heading a{
   background: #D20962;
}
.panel-group.darkerGray .panel-heading a.collapsed{
    border: 1px solid #526F83;
    background: #fff;
}
.panel-group.darkerGray .panel-heading a{
    background: #526F83;
}
.panel-group.liteBlue .panel-heading a.collapsed{
    border: 1px solid #0D8BA7;
    background: #fff;
}
.panel-group.liteBlue .panel-heading a{
    background: #0D8BA7;
}
.panel-group.gray .panel-heading a.collapsed{
	border: 1px solid #eee;
    background: #eee;
}
.panel-group.green .panel-heading a.collapsed,
.panel-group.gray .panel-heading a.collapsed,
.panel-group.darkerGray .panel-heading a.collapsed,
.panel-group.canbPink .panel-heading a.collapsed,
.panel-group.anchorBlue .panel-heading a.collapsed,
.panel-group.purpuleShade .panel-heading a.collapsed,
.panel-group.white .panel-heading a.collapsed,
.panel-group.blue .panel-heading a.collapsed,
.panel-group.liteBlue .panel-heading a.collapsed{
	border: 0 none;
}
.my-favourite .panel-group.white .panel-heading a.collapsed, .my-favourite .panel-group .panel-heading a{
   background-color: transparent;
   border: 0 none;
}
.my-favourite .panel-group.purpuleShade .panel-heading a.collapsed{
   border: 0 none;
   background-color: transparent;
}

.panel-group.gray .panel-heading a{
	background: #eee;
}
.panel-group.gray .panel-heading span {
  color: #000;
}
.panel-group.filterGrey .panel-heading {
  background-color: #eee;
}
.panel-group.filterGrey .panel-heading span {
  color: #000;
}
.panel-group.indicator_right .plus_minus,
.panel-group.indicator_right .plus_minus_filter_icon {
  background-position: center right;
  float: right;
}
.panel-group.indicator_left .plus_minus,
.panel-group.indicator_left .plus_minus_filter_icon {
  background-position: center left;
  float: left;
}
.panel-group .panel-heading {
  border-radius: 0px;
  padding: 0;
}
.panel-group .panel-heading a {
  padding: 10px 15px;
  display: block;
}
.panel-group .panel-heading a.collapsed .plus_minus {
  /* background-image: url("../images/claims_dec_plus.png"); */
  background-repeat: no-repeat;
}
.panel-group .panel-heading a.collapsed .plus_minus_gray {
  /* background-image: url("../images/claims_dec_minus.png"); */
  background-repeat: no-repeat;
}
.panel-group .panel-heading a.collapsed .plus_minus_filter_icon {
  /* background-image: url("../images/plus_accordian_grey.png"); */
  background-repeat: no-repeat;
}
.panel-group .panel-heading a .plus_minus {
  /* background-image: url("../images/minus.png"); */
  background-repeat: no-repeat;
  padding: 0 15px;
  height: 22px;
}
.panel-group .panel-heading a .plus_minus_gray {
  /* background-image: url("../images/otherminus.png"); */
  background-repeat: no-repeat;
  padding: 0 15px;
  height: 30px;
}
.panel-group .panel-heading a .plus_minus_filter_icon {
  /* background-image: url("../images/minus_accordian_grey.png"); */
  background-repeat: no-repeat;
  padding: 0 15px;
  height: 30px;
}
.panel-group .panel-heading span {
  font-size: 18px;
}
.panel-group .panel-heading img {
  margin: -7px 10px 0px 0;
}
.panel-group .panel-heading img.my-favourites-icon{
	margin-top: 10px;
}
.my-favourite .panel-heading {
  margin: 20px 0;
  background-color: #fff;
}
.my-favourite .panel-heading .accordian {
  padding: 20px;
}
.my-favourite .panel-heading .accordian .PlusIconCls {
  /* background: url(../images/minus_grey.png) no-repeat center; */
  display: inline-block;
  height: 24px;
  width: 24px;
}
.my-favourite .panel-heading .accordian .PlusIconCls.collapsed {
  /* background: url(../images/plus_grey.png) no-repeat center; */
}

.my-favourite .panel-heading .panel-title {
  margin-top: 12px;
  font-size: 20px;
}

.tab-content {
  padding-bottom: 15px;
}
.arrowIndicator{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    z-index: 11;
}
.tabSeparator{
    border-top: 3px solid #ccc;
    position: relative;
}
.tabSeparator.green {
    border-top: 3px solid #4E7D2A;
}
.tabSeparator.anchorBlue {
    border-top: 3px solid #1d7564;
}
.tabSeparator.purpuleShade {
    border-top: 3px solid #7D3F98;
}
.tabSeparator.blue {
    border-top: 3px solid #4B65AE;
}
.tabSeparator.darkerGray {
    border-top: 3px solid #526F83;
}
.tabSeparator.canbPink {
    border-top: 3px solid #D20962;
}
.tabSeparator.pearlBlue {
    border-top: 3px solid #0D8BA7;
}
.tabSeparator.teal {
    border-top: 3px solid #00A78E;
}
.arrowIndicator{
    border-color: transparent transparent #ccc transparent;
    top: -16px;
}
.tabSeparator.green .arrowIndicator {
    border-color: transparent transparent #4E7D2A transparent;
}
.tabSeparator.anchorBlue .arrowIndicator{
    border-color: transparent transparent #1d7564 transparent;
}
.tabSeparator.purpuleShade .arrowIndicator{
    border-color: transparent transparent #7D3F98 transparent;
}
.tabSeparator.blue .arrowIndicator{
    border-color: transparent transparent #4B65AE transparent;
}
.tabSeparator.darkerGray .arrowIndicator{
    border-color: transparent transparent #526F83 transparent;
}
.tabSeparator.canbPink .arrowIndicator{
    border-color: transparent transparent #D20962 transparent;
}
.tabSeparator.pearlBlue .arrowIndicator{
    border-color: transparent transparent #0D8BA7 transparent;
}
.tabSeparator.teal .arrowIndicator{
    border-color: transparent transparent #00A78E transparent;
}
.green .coverage-div:before,
.green.tiles-div{
    background-color: #4E7D2A;
}
.canbPink .coverage-div:before,
.canbPink.tiles-div{
    background-color: #D20962;
}
.anchorBlue .coverage-div:before,
.anchorBlue.tiles-div{
    background-color: #1d7564;
}
.purpuleShade .coverage-div:before,
.purpuleShade.tiles-div{
    background-color: #7D3F98;
}
.blue .coverage-div:before,
.blue.tiles-div{
    background-color: #4B65AE;
}
.darkerGray .coverage-div:before,
.darkerGray.tiles-div{
    background-color: #526F83;
}


.breadcrumb_block , .grey-bg-header{
  border-bottom: 1px solid #ccc;
  background: #dadada;
}
.breadcrumb_block{
	-webkit-box-shadow: inset 0 20px 20px -23px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -23px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -23px rgba(0,0,0,0.8);
    /*background-color: #fff;*/
    background-color: #dadada !important;
    border-bottom: 1px solid #dadada !important;
}
.breadcrumb {
  margin-bottom: 0;
  display: inline-block;
  font-weight: bold;
  list-style: none;
  padding: 0;
  width: 86%;
}
.breadcrumb li {
  display: inline-block;
  padding: 12px 0px;
}
.breadcrumb .active {
  color: #2f3338;
  font-weight: normal;
  padding: 0 30px 0 15px;
}
.bread_home_link,
.breadcrump-name {
  background: url('../../images/breadcrumb-arrow.png') no-repeat;
  background-position: 100% 3px;
  display: inline-block;
  font-weight: normal;
}

.lastActivebreadcrump-name {
  background-position: 100% 3px;
  display: inline-block;
  font-weight: normal;
}
.breadcrump-name span{
	    color : #7D3F98;
}
.bread_home_link {
  padding-right: 30px;
}
.breadcrump-name {
  padding: 0 27px 0 10px;
}
li:first-child .breadcrump-name {
  padding: 0 28px 0 0px;
}
.ratings span {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.ratings .pos {
  background: url("../../images/providers/rated_star.png") no-repeat 0px 0px;
}
.ratings .neg {
  background: url("../../images/providers/unrated_star.png") no-repeat 0px 0px;
}
.ratings .posneg {
  background: url("../../images/providers/star_half_rated.png") no-repeat 0px 0px;
}
.aet-content-header {
  /*background-color: #4e7d2a;*/
}
.aet-content-header.canbpink-header {
  background-color: #D20962;
}
.aet-content-header.purple-header {
  background-color: #7D3F98;
}
.aet-content-header.tealgreen-header {
  background-color: #00A783;
}
.aet-content-header.blue-header {
  background-color: #0D8BA7;
}
.aet-content-header.gryblue-header{
	background-color: #526f83;
}
.aet-content-header .aet-cont-hdrtxt {
  color: #fff;
  padding: 10px 0;
  font-size: 24px;
}
@media (max-width: 991px) {
  .aet-content-header .aet-cont-hdrtxt {
    font-size: 24px;
  }
}
.openchangeplan {
  padding: 10px;
}
@media (min-width: 768px) {
  .openchangeplan {
    margin-right: -15px;
  }
}
.openchangeplan span {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
}
.openchangeplan.toggleColorplan {
  background-color: #fff;
}
.openchangeplan.toggleColorplan span {
  color: #076f86;
}
.icon_class {
  /* background: url("../images/user_arrow_inactive.png") no-repeat 0px 0px; */
  width: 45px;
  height: 20px;
  margin-left: 10px;
}
.user-iconActive {
  /* background: url("../images/user_arrow_active.png") no-repeat 0px 0px; */
}
#changeplan {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 3;
}
#changeplan .innerDiv {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.popover {
  max-width: 800px;
  border-radius: 0;
  border: 1px solid #076f86;
  margin-left: 1px;
}
@media (min-width: 992px) {
  .popover {
    width: 45%;
    margin-left: 12.5%;
  }
  .popover > .arrow {
    left: 25% !important;
  }
  .claims_Details .popover > .arrow {
    left: 56% !important;
  }

  .mapViewButton {
  float: right;
  margin-top: -46px;
  margin-right: -161px;
  border-radius: 1px;
  font-size: 16px;
  height: 39px;
  width: 117px;
}

.listViewButton {
  float: right;
  margin-top: -46px;
  margin-right: -44px;
  border-radius: 1px;
  font-size: 16px;
  width: 113px;
  height: 39px;
}
.listViewButton.active{
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.mapViewButton.active{
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
}
.map_active{
background-color:#fff !important;
}
.mapViewButtonMob {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 10px;
  margin-left: -55px;
  float: none !important;
}

.listViewButtonMob {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 10px;
  margin-left: -5px;
  float: none !important;
}
.listViewButtonMob.active{
color: #000000;
background-color: #ffffff;
border-color: #ffffff;
}
.mapViewButtonMob.active{
color: #000000;
background-color: #ffffff;
border-color: #ffffff;
}
@media (max-width: 767px) {
  .popover {
    width: 100%;
  }
  .claims_Details .popover {
    width: 65%;
 }
}
.popover-title {
  padding: 0;
  border-bottom: 0;
}
.popover-content {
  text-align: center;
  padding: 10px;
}
.locationPopover {
  margin: 30px 0;
}
.look-with {
  margin-bottom: 30px;
}
.look-with p {
  margin: 15px 0 40px 0;
  font-size: 20px;
  font-weight: bold;
}
.sliderMiles {
  width: 260px;
  padding: 20px 0px 20px 0px;
  margin: 0 auto;
}
.sliderMiles .arrow-up,
.sliderMiles .arrow-up1 {
  width: 0;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #eee;
  position: relative;
  top: -16px;
  left: 35px;
}
#slider-range-min #amount,
#slider-range-min1 #amount1 {
  border: 1px solid #eee;
  width: 82px;
  margin-top: 0.8em;
  font-family: calibri, Arial;
  background: #eee;
  position: relative;
  z-index: 2;
  border-radius: 3px;
  text-align: center;
  top: -66px;
  font-size: 16px;
  font-weight: bold;
  padding: 4px;
}
.minMax {
  width: 100%;
  position: absolute;
  top: 16px;
  font-weight: bold;
}
.minMax span {
  color: #2f3338;
}
.minMax span.pull-left {
  margin-left: -16px;
}
.minMax span.pull-right {
  margin-right: -16px;
}
@media (min-width: 992px) {
  .minMax span.pull-left {
    margin-left: -28px;
  }
  .minMax span.pull-right {
    margin-right: -35px;
  }
}
.ui-widget-header {
  background-color: #076f86;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-radius: 13px;
  background: #fff;
  border-width: 3px;
  border-color: #fff;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 4px #787878;
  cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
  outline: 0px;
}
.ui-slider-horizontal {
  height: 0.5em;
}
.ziphding {
  font-size: 20px;
}
.zipBtn {
  margin: 20px;
  text-align: center;
  display: inline-block;
}
.zipBtn button {
  height: 40px;
  margin-right: 13px;
}
#zip,
#zip1, #zipPublic {
  font-size: 16px;
  padding: 5px 15px;
  width: 300px;
  font-weight: normal;
  display: inline-block;
  height: 50px;
  color: #69747a;
}
.popover .close img{
  position: absolute;
  top: 10px;
  right: 10px;
}
.pop-middle-content{
	margin: 20px;
}
.popover.bottom  > .arrow{
	border-bottom-color: #076f86;
}
.modal-content {
  border-radius: 0px;
}
.modal-header,
.modal-footer {
  text-align: center;
  border: 0;
}
.modal-body {
  padding: 15px;
  padding-top: 0px;
}
.modal-body > p,
.modal-body > ul {
  padding: 12px;
  font-size: 11pt;
}

.new-search-click {
  display: inline-block;
  margin-left: 0px;
  margin-right: 3px;
  box-shadow: 2px 2px 2px #D0D5D8;
  border: 1px solid #f9f9f9;
  background-color: #fff;
}
/*.pagination > li, .pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus{
	border: 0 none;
    background-color: #076f86;
}
.pagination > li > a {
  border: 0 none;
  border-radius: 0px;
  color: #fff;
  padding: 6px 10px;
  background-color: #076f86;
}
.pagination > li > a span{
	color: #fff;
}
.pagination > li.pagination-current > a {
  border: none;
  background: #69747A;
}
.pagination > li.pagination-current > a span {
  color: #fff;
}
.pagination > li > a.disable-link {
  border: 0 none;
  border-radius: 0px;
  color: #2f3338;
  padding: 6px 10px;
  background-color: #69747a;
  cursor: not-allowed;
}
.pagination > li > a.disable-link span{
	color: #fff;
}
.pagination > li.pagination-current > a.disable-link {
  border: none;
  background: #69747A;

}
.pagination > li.pagination-current > a.disable-link span {
  color: #2f3338;
}*/

.paginationLinks li {
  display: inline-block;
}

@media (max-width: 992px) {
  .paginationLinks li {
    padding-top: 3px;
  }
}

.stgTxt {
  font-weight: bold;
}


.new-search-click {
  padding: 5px 10px;
}
.previous-last {
  display: inline-block;
  margin: 2px 10px 0;
}
.paginationDetails {
  margin: 30px 0 20px;
}
.paginationResults {
  font-weight: bold;
}
.upperPagination, .lowerPagination {
  /*padding-left: 15px;*/
  /* padding-right: 15px; */
  /* padding: 0px; */
}
.aet-footer {
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 20px 0px;

}
.aet-footer .aet-footer-nav {
  padding-bottom: 5px;
}
.aet-footer .aet-footer-nav li {
  float: left;
  padding: 0 20px;
  /* border-left: 1px solid #999; */
  margin: 10px 0;
}
.aet-footer .aet-footer-nav li:first-child {
  padding-left: 20px;
  border-left: none;
}
.aet-footer .aet-footer-nav li a {
  color: #2f3338;
  font-size: 14px;
}
@media (max-width: 767px) {
  .aet-footer .aet-footer-nav li {
    float: none;
    border-left: 0 none;
	padding-left: 20px ;
  }
}
@media (max-width: 767px) {
  .aet-footer .aet-footer-nav {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .aet-footer {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .aet-footer-logo {
    padding: 10px 0px;
  }
}
.aet-footer-logo a {
  padding-left: 10px;
  float: right;
}
.aet-copyrights {
  color: #2f3338;
  font-size: 14px;
  /*margin-top: 10px;*/
  margin-top: 20px;
  float: left;
}

@media (max-width:767px){
  .aet-copyrights {
    color: #2f3338;
    font-size: 14px;
    /*margin-top: 10px;*/
    margin-top: 20px;
    float: left;
    padding-left:20px;
  }
}

.footer-container-sm{
	padding: 0px;
}
@media (min-width: 768px) {
  .footer-copyright {
        margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .aet-footer .footer-container-sm {
        padding: 0 18px;
  }
}
.aco-footer-contant {
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: none;
  padding: 30px 0;
}
.aco-footer-contant a {
  font-weight: bold;
  padding: 0 10px;
  color: #076f86;
  font-size: 14px;
}
.aco-footer-contant .headding {
  font-size: 18px;
  margin: 10px 0 18px;
  font-weight: bold;
}
.aco-footer-contant .aco-box {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #69747a;
  padding: 4px 8px;
  color: #697471;
}
.aco-footer-contant .aco-dashed {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 20px 0 10px;
}
@media (max-width: 992px) {
  .aco-footer-contant .aco-dashed {
    margin: 20px 0 0px;
  }
  .footMarT30{
    margin-top: 30px !important;
  }
}
.aco-footer-contant .useful-resources {
  width: 20%;
  float: left;
}
@media (max-width: 992px) {
  .aco-footer-contant .useful-resources {
    width: 100%;
  }
}
.aco-footer-contant .marrot-img {
  margin: 40px 10px;
}
.home-mobile-list{
		display: none;
	}
.aet-content-header{
	position: relative;
}
.block-one-public{
	border: 1px solid #ccc;
}
.block-one-public .bg-grey{
	background: #eee;
}
.block-one-public .white-bg{
	padding: 20px 10px;
}
.block-one-public .marrot-img{
	margin: 50px 25px;
}
.custm-heading a{
	padding: 0 25px 0 0;
}
.nav-mobile-list,
.nav-button{
	display: none;
}
.infogramHead > p{
	width: 90%;
}
@media (max-width: 992px) {

  .aco-footer-contant .marrot-img {
    width: auto;
    height: auto;
    margin: 10px 0;
    background-color: #fff;
    border: 0;
  }
  .block-one-public .marrot-img {
		margin: 50px 8px;
	}
}
.aco-footer-contant .ul-mrgn {
  margin: 20px 0;
  border-right: 1px dashed #ccc;
}
.aco-footer-contant .ul-mrgn li a {
  margin: 0 0 0 20px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .aco-footer-contant .ul-mrgn li a {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .aco-footer-contant .ul-mrgn {
    border-right: 0;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 10px 10px;
    margin: 10px 0;
  }
}
@media (min-width: 992px) {
  .center-block .image-block img{
	margin-bottom: 12px;
  }
  .aco-footer-contant {
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: none;
    padding: 30px 0;
  }
  .menu-list .nested-list{
	display: none;
  }

}
@media (max-width: 992px) {
  .aco-footer-contant .topMrgin {
    margin: 10px 0;
  }
  .aco-footer-contant .aco-boxd {
    padding: 4px 8px !important;
  }

}
.aet-header {
  border-bottom: 1px solid #ddd;
}
.aet-header.home-page-header{
  border-bottom: 0 none;
}
.navbar {
  background: #fff;
  margin-bottom: 0px;
  border: 0 none;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .aet-logo img {
    /*max-width: 156px;
    width: 30%;*/
  }
}
.aet-sponser-logo {
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .aet-sponser-logo img {
    max-width: 330px;
    width: 50%;
  }
}
.entireWarpper {
  background-color: #fff;
}
.desktopMenu {
  padding: 0;
}
.navbar-nav {
  margin: 0;
}
.navbar-collapse{
	position: absolute;
	right: -10px;
	top: 10px;
}
.navbar-default .navbar-nav > li > a{
  color: #076F86;
  font-size: 16px;
  line-height: 16px;
  padding: 0px 15px;
  margin-top: 24px;
  border-right: 1px solid #076F86;
}

.navbar-default .navbar-nav > li:last-child > a,
.navbar-default .navbar-nav.top_chrome_link > li > a{
	border-right: 0 none;
}
.navbar-default .navbar-nav > li > a.home-util,
.navbar-default .navbar-nav > li > a:hover.home-util{
	display: inline-block;
	background: #076f86;
	color: #fff !important;
    padding: 4px 6px;
    margin-top: 18px;
	line-height: 20px;
	margin-right: 15px;
}
.home-util img{
	margin-right: 5px;
	margin-top: -3px;
}
@media only screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > a img{
  	display: none !important;
  }
}
.planSelectionHeading .menu-list > li > a img{
	margin-right: 10px;
}
.navbar-default .navbar-nav > li > a img{
	margin-right: 6px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #076F86;
  text-decoration: underline;
}
.navbar-default .navbar-nav > li > a:hover.logged-out {
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a.logged-out {
  color: #2f3338;
  cursor: default;
}
span.logged-out{
	padding: 10px;
    display: inline-block;
}
.dot-list{
	color: #000;
}
.bannerImg img{
	width: 100%;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    margin-top: 18px;
  }
  .navbar-default .navbar-nav > li > a.home-util,
  .navbar-default .navbar-nav > li > a:hover.home-util{
	margin-top: 14px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0px 2px;
    margin-top: 20px;
  }
  .panel.home_group{
	border-left: 0 none;
	border-right: 0 none;
  }
}
.navbar-default .navbar-nav > li:first-child > a {
  border-left: 0 none;
}
.navbar-default .navbar-toggle {
  margin-top: 10px;
  padding: 5px;
  border-color: transparent;
  margin-right: 0;
}
@media (max-width: 500px) {
  .navbar-default .navbar-toggle {
    padding: 5px;
    margin: 0;
  }
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-radius: 0;
  outline: 2px solid #A6C8FF;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #076F86;
  width: 30px;
  height: 4px;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
  clear: both;
}
.menu > ul > li {
  float: left;
  margin-left: 15px;
}
.menu > ul > li.selected {
  background-color: #eee;
}
.menu > ul > li.selected:hover {
  background-color: #076F86;
}
.menu > ul > li.selected a {
  color: #076F86;
}
@media only screen and (max-width: 767px) {
  .menu > ul > li.selected .arrowDesk {
    /* background-image: url("../images/menu/arrow_down_selected.png"); */
  }
}
.menu > ul > li.active {
  background: #076F86;
  color: #fff;
}
.menu > ul > li.active a {
  color: #fff;
}
.menu > ul > li.active ul.second-level {
  display: block;
}
@media only screen and (max-width: 767px) {
  .menu > ul > li.active ul.second-level {
    display: none;
  }
}
.menu > ul > li.active .arrowDesk {
  /* background-image: url("../images/menu/arrow_active.png"); */
  animation-name: spin;
  animation-duration: 250ms;
  animation-timing-function: linear;
  transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .menu > ul > li.active .arrowDesk {
    /* background-image: url("../images/menu/arrow_down.png"); */
    animation-name: no-spin;
  }
}
.menu > ul > li:hover {
  background: #076F86;
  color: #fff;
}
.menu > ul > li:hover a {
  color: #fff;
}
.menu > ul > li:hover .menuOf {
  animation-name: menuopen;
  animation-duration: 200ms;
  animation-timing-function: linear;
}
.menu > ul > li:hover ul.second-level {
  display: block;
}
@media only screen and (max-width: 767px) {
  .menu > ul > li:hover ul.second-level {
    display: none;
  }
}
.menu > ul > li:hover .arrowDesk {
  /* background-image: url("../images/menu/arrow_active.png"); */
  animation-name: spin;
  animation-duration: 250ms;
  animation-timing-function: linear;
  transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .menu > ul > li:hover .arrowDesk {
    /* background-image: url("../images/menu/arrow_down.png"); */
    animation-name: no-spin;
  }
}
.menu > ul > li a {
  padding: 7px 30px;
  display: block;
  color: #076F86;
  font-size: 24px;
}
.menu > ul > li a:hover {
  background: #076F86;
  color: #fff;
}
.menu > ul > li a:focus .menuOf {
  animation-name: menuopen;
  animation-duration: 200ms;
  animation-timing-function: linear;
}
@media only screen and (max-width: 767px) {
  .menu > ul > li a {
    padding: .75em 1em;
    color: #fff;
  }
  .menu > ul > li a img{
	display: none;
  }
}
.menu > ul > li .arrowDesk {
  display: inline-block;
  width: 9px;
  height: 10px;
  position: relative;
  top: -17px;
  left: 18px;
  /* background-image: url("../images/menu/arrow_normal.png"); */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* @media screen and (-moz-images/menu-in-menus: 0) {
                        left: 10px;
                        top: 16px;
                    } */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .menu > ul > li .arrowDesk {
    left: 10px;
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .menu > ul > li .arrowDesk {
    /* background-image: url("../images/menu/arrow_down.png"); */
    width: 20px;
    height: 20px;
    top: 5px;
    left: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .menu > ul > li.mob-active ul.second-level {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .menu > ul > li.mob-active .arrowDesk {
    animation-name: spin;
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 767px) {
  .menu > ul > li.closeItem .arrowDesk {
    animation-name: spin-back;
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 767px) {
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    background-color: #076f86;
    clear: both;
    border-bottom: 1px solid #0d8ba7;
    margin-left: 0px;
  }
}
.menuOf {
  display: block;
  background: #076F86;
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  float: left;
}
.menuOf > ul:before,
.menuOf > ul:after {
  content: "";
  display: table;
  clear: both;
}
.menuOf ul {
  padding: 15px;
  margin: 0;
  float: left;
  width: 100%;
}
.menuOf ul.second-level {
  padding-bottom: 0;
  display: none;
}
.menuOf ul.second-level > li {
  width: 25%;
  float: left;
}
.menuOf ul.second-level > li a {
  color: #ffffff;
  font-size: 24px;
  padding: 0px 20px;
  display: inline-block;
  width: 95%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .menuOf ul.second-level > li a {
    width: 100%;
    background-color: #0d8ba7;
    border-bottom: 1px solid #076f86;
    padding: .5em 1em .5em 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .menuOf ul.second-level > li.active ul {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .menuOf ul.second-level > li.active a.second-level-head {
    background-color: #076f86;
  }
}
@media only screen and (max-width: 767px) {
  .menuOf ul.second-level > li {
    width: 100%;
    background-color: #0d8ba7;
    border-bottom: 1px solid #076f86;
  }
}
.menuOf ul.third-level {
  padding-top: 0px;
}
.menuOf ul.third-level > li {
  padding-top: 15px;
}
.menuOf ul.third-level > li a {
  border: none;
  padding: 0px 10px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .menuOf ul.third-level > li a {
    padding: 0.5em 2em 0.5em 2.5em;
  }
}
.menuOf ul.third-level > li img {
  border: none;
  padding: 0px 10px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .menuOf ul.third-level > li img {
    padding: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .menuOf ul.third-level > li {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .menuOf ul {
    display: none;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .menuOf .container {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .menuOf {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .backDropMobMenu.active {
    background-color: #FDFDFE;
    opacity: .4;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  .mobileMenu {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #098BA7;
  }
  .mobileMenu.active {
    z-index: 1;
  }
  .entireWarpper.shift {
    transform: translate(-250px, 0px);
    transition-duration: .5s;
  }
  .entireWarpper.defaultShift {
    transform: translate(0px, 0px);
    transition-duration: .5s;
  }
  .menu_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    left: 2px;
    background-position: center;
  }
  .plus .menu_icon {
    animation-name: minus-plus;
    animation-duration: 250ms;
    animation-timing-function: linear;
    /* background-image: url("../images/menu/menu_plus.png"); */
  }
  .minus .menu_icon {
    animation-name: plus-minus;
    animation-duration: 250ms;
    animation-timing-function: linear;
    /* background-image: url("../images/menu/menu_minus.png"); */
  }
  @keyframes plus-minus {
    from {
      transform: rotate(0deg);
      /* background-image: url("../images/menu/menu_plus.png"); */
    }
    to {
      transform: rotate(180deg);
      /* background-image: url("../images/menu/menu_minus.png"); */
    }
  }
  @keyframes minus-plus {
    from {
      transform: rotate(0deg);
      /* background-image: url("../images/menu/menu_minus.png"); */
    }
    to {
      transform: rotate(180deg);
      /* background-image: url("../images/menu/menu_plus.png"); */
    }
  }
  @keyframes spin-back {
    from {
      transform: rotate(180deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(180deg);
    }
  }
  @keyframes no-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
  @keyframes menuopen {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  .closeItem .menuOf {
    display: none;
  }
}
@keyframes menuopen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin-back {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.typeahead.dropdown-menu {
  width: 100%;
}
.typeahead.dropdown-menu li.active .type-hdrtxt span {
  border-bottom: 1px solid #fff;
}
.typeahead {
  border: 1px solid #ccc;
}
.typeahead {
  border: 1px solid #ccc;
}
.typeahead .compareinnerdiv2 {
  height: 35px;
  padding: 2px 0 0 15px;
  text-align: left;
}
.typeahead .compareinnerdiv {
  text-align: left;
  padding: 5px;
  position: relative;
}
.typeahead .compareinnerdiv .col-xs-6 .col-xs-12 {
  margin-bottom: 15px;
}
.typeahead .bottom-txt {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.typeahead .type-hdrtxt span {
  color: #aaa;
  border-bottom: 1px solid #aaa;
}
.typeahead .compareinnerdiv > div.col-xs-6:first-child {
  border-right: 0 none;
}
.typeahead.dropdown-menu li a {
  padding: 5px 0px;
}
.typeahead.dropdown-menu > .active > a,
.typeahead.dropdown-menu > .active > a:hover,
.typeahead.dropdown-menu > .active > a:focus {
  color: #565656;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .typeahead .compareinnerdiv > div.col-xs-6:first-child {
    border-right: 1px dotted #ccc;
  }
  .typeahead .compareinnerdiv .col-xs-6 {
    float: left;
    width: 50%;
  }
}
.backSection {
  padding: 15px 0;
}
.backSection a {
  font-size: 14px;
  padding-left: 0;
  text-decoration: none;
}
.backSection img {
  margin: 0 10px 0 0;
  /* display: none; */
}
.backSection .backTo {
  font-size: 20px;
  display: inline;
  padding-right: 5px;
}
.backSection .backTo .ratings {
  float: none;
}
@media (max-width: 991px) {
  .backSection .backTo.favourites {
    width: 75%;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
  }
  .aet-header.home-page-header{
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
	}
	 li:first-child .breadcrump-name {
	padding: 0 0px 0 0px;
  }
  .newThumb .image-block {
    margin-top: 10px;
}
}
@media (max-width: 768px) {
  .backSection .backTo.favourites {
    width: 80%;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
  }
}
.backSection .backTo.extraIcons {
  position: relative;
  top: -7px;
}
@media (max-width: 768px) {
   .backSection .backTo.extraIcons {
    width: 20%;
    top: 0;
    border-top: 1px solid #ccc;
    margin-top: 10px;
  }
  .breadcrumb .active {
    padding: 0 30px 0 2px;
  }
  .breadcrumb .active {
    font-size: 18px !important;
  }
  /*.breadcrump-name img{
	max-width: 80%;
  }*/
  .nav-mobile-list.public-nav li a img{
	margin-right: 5px;
  }
  .nav-mobile-list.public-nav li{
	margin-top: 10px;
  }
}
.backSection .backTo #print {
  padding-right: 20px;
}
.primaryCareContainer .backSection .backTo {
  display: inline-block;
}
.step-connector {
  position: relative;
  top: 25px;
  padding: 0px;
}
.steps {
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: #E1E1E1;
  height: 1px;
  top: 9px;
}
.steps-1,
.steps-2,
.steps-3 {
  display: inline-block;
  background-color: #69747A;
  border-radius: 37px;
  padding: 15px;
  width: 75px;
  height: 75px;
}
.steps-1 {
  background-color: #076f86;
}
.steps-1 p,
.steps-2 p,
.steps-3 p {
  font-size: 1.003em;
  font-weight: normal;
  padding: 0px;
  margin: 0 4px;
  color: #fff;
}
.steps-1 p:first-child,
.steps-2 p:first-child,
.steps-3 p:first-child {
  margin: 0 8px;
}
.steps-1 {
  top: -30px;
  position: absolute;
}
.steps-2 {
  top: -30px;
  left: 45%;
  position: absolute;
}
.steps-3 {
  top: -30px;
  right: 0;
  position: absolute;
}
.phoneIcon,
.faxIcon,
.directions,
.websites {
  margin-right: 6px;
  vertical-align: middle;
}
.modal.model-to-layer {
  padding: 0;
  opacity: 1;
  position: relative;
}
.modal.model-to-layer .modal-content {
  margin: 0;
  border: 0;
}
.modal.model-to-layer .modal-dialog {
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0%, 0%);
}
.modal.model-to-layer .modal-header {
  margin-top: 0;
}
.collapse-viewfor:before {
    content: '';
    /* background: url('../images/expand_all_icon.png') no-repeat; */
    color: #076f86;
    font-size: 20px;
    margin: 0 4px;
    padding-left: 22px;
}
.view-for-collapse span {
    color: #1c8ba6;
    font-weight: bold;
}
.collapse-viewfor {
    margin-left: 20px;
}
#goto-top img{
	margin-right: 5px;
}
.badge{
	padding: 3px 10px;
	margin-top: -20px;
    margin-left: 5px;
    background: #d31e11;
    border-radius: 6px;
}
.aet-header.alternate-home-header{
	border-bottom: 0 none;
}
.blue-arrow-big{
	/* background: url('../images/Pharmacy/blue-big-arrow.png') no-repeat 0 0; */
	display: inline-block;
	width: 17px;
	height: 29px;
	position: absolute;
    right: 10px;
    top: 20px;
}
.blue-arrow-small{
	/* background: url('../images/Pharmacy/blue-small-arrow.png') no-repeat 0 0; */
	display: inline-block;
	width: 17px;
	height: 16px;
	margin: 0px 0 -3px 3px;
}
.blue-arrow{
	/* background: url('../images/blue_arrow.png') no-repeat 0 0; */
	display: inline-block;
	width: 11px;
	height: 9px;
}
@media (max-width: 991px){
	.loader-image{
		width: 100px;
		left: 5.2%;
		top: 0.5%;
	}
	.loader-text{
		left: 49%;
		top: 48%;
	    font-size: 18px;
	}
	.second-navigation p{
		padding: 10px;
		border: 0 none;
		border-bottom: 0 none;
	}
	.second-navigation p.canbLevel, .second-navigation p.blueLevel, .second-navigation p.purpleLevel,
	.second-navigation p.greenLevel, .second-navigation p.tealLevel, .second-navigation p.oliveGreenLevel,
	.second-navigation p.teal-greenLevel{
		border-bottom: 0 none;
		padding: 15px;
	}
	.sec-level-nav:first-child {
		border-left: 0 none;
	}
	.pharmacy-top-links .container{
		width: 100%;
	}
	.pharmacy-top-links.stay-health-top-links{
		border-bottom: 0 none;
		padding: 0px;
	}
	.pharmacy-top-links.stay-health-top-links.padT10{
		padding-top: 0px;
	}
	.pharmacy-top-links.stay-health-top-links .container ul.col-xs-12.col-md-12 li{
		padding: 22px;
	}
	.second-navigation p{
		font-size: 18px;
		padding: 0px 24px;
	}
	.aet-content-header .line-seperator{
		display: none;
	}
	.navbar-header {
		width: 100%;
	}
	.aet-header.alternate-home-header{
		border-bottom: 1px solid #ccc;
	}
	ul.menu-list li a {
		margin-left: 0px;
	}
	.menu-list-txt {
		margin: 5px 0 0 0px;
	}
	.navbar{
		padding: 0px;
	}
	.col-sm-3.pad0.col-xs-12.navbar-header {
		margin: 0px;
	}
	.nav-mobile-list li {
		float: left;
		margin-right: 10px;
	}
	.nav-mobile-list li a img {
		/*width: 36px;*/
	}
	.nav-list-blk {
		color: #076f86;
		display: block;
		font-size: 14px;
	}
	.home-mobile-list li {
		padding: 10px 5%;
		border-bottom: 1px solid #ccc;
		background: #eee;
	}
	.home-mobile-list li img {
		margin-right: 10px;
	}
	.home-mobile-list li:nth-child(2) img, .home-mobile-list li:nth-child(4) img, .home-mobile-list li:nth-child(5) img, .home-mobile-list li:nth-child(6) img {
		margin-right: 23px;
	}
	.navigator-logos {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.aet-logo img {
		/*max-width: 116px;
		width: 30%;*/
	}
	.nav-mobile-list  li{
		float: left;
		margin-right: 24px;
	}
	.nav-mobile-list  li:last-child{
		margin-right: 0px;
	}
	.nav-mobile-list {
		display: block;
		position: absolute;
		right: 10px;
		top: 20px;
	}
	.nav-button {
		display: block;
		position: absolute;
		left: 0px;
		top: 23px;
	}
	.navbar-collapse, .navbar-collapse.collapse {
		display: none !important;
	}
	.home-mobile-list{
		display: block;
	}
	.menu-overlay{
		top: 0px;
	}
	.menu-list{
		width: 250px;
	}
	.home-menu{
		display: block;
	}
	.menu-txt{
		float: right;
    width: 27%;
    color: #076f86;
	}
	.close-menu {
		background-image: url("../../images/homeicons/close_icon_mobile_transparent.png");
		display: inline-block;
		height: 46px;
		width: 20%;
		position: absolute;
		left: 0px;
		top: 5px;
	}
	.home-down-arrow{
		position: absolute;
		right: 10px;
		top: 20px;
	}
	.second-navigation a.sec-level-nav{
		width: 100%;
		border: 0 none;
		border-bottom: 1px solid #ccc;
		padding: 15px 24px;
		font-size: 18px;
		color: #2f3338;
		box-shadow: 0 0 5px 0 #ccc;
	}
	.second-navigation .container{
		padding: 0px;
	}
	.second-navigation a.sec-level-nav.mobile-level-nav{
		padding: 5px 18px;
		text-align: center;
		color: #fff;
		border: 0 none;
		margin: 0 10px 20px 10px;
		width: 36%;
		background-color: #D20962;
		float: right;
		font-size: 16px;
	}
	.second-navigation a.sec-level-nav.mobile-level-nav.blueLevel{
		background-color: #0D8BA7;
	}
	.second-navigation a.sec-level-nav.mobile-level-nav img{
		margin-left: 5px;
	}
	.bread_home_link, .breadcrump-name{
		background: none;
	}
	.breadcrump-name{
		padding: 0px;
	}
	.breadcrumb .active{
		font-size: 20px;
		margin-top:	9px;
    padding-left:5px;
	}
  .breadcrumb .active img{
    padding-right: 15px;
  }
	.breadcrumb li{
		padding: 8px 0px 0px;
		float: left;
	}
	.nested-list{
		margin: 8px 0 14px 18px;
	}
}
button a, button a:hover, button a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
.public-disclaimer-txt{
	/* margin-bottom: 40px; */
}
.public-disclaimer-txt p{
	margin-bottom: 20px;
}
@media screen and (min-device-width: 769px) and (max-device-width: 991px) {
	.menu-list{
		/*top: -80px;*/
		/* right: 97px; */
		width: 300px;
	}
	.nav-mobile-list {
		display: block;
		position: absolute;
		right: 130px;
		top: 20px;
	}
}
@media (max-width:1024px){
	.loader-text{
	     left: 46.2%;
	}
}
@media (max-width: 768px) {
	.pharmacy-top-links .text-normal{
		display: none;
	}
	.down-block .primaryBtn{
		margin-top: 15px;
	}
  .aet-header.plan-sponsor-header{
	border-bottom: 1px solid #ccc;
  }
  .languageAssistanceLinks{
	/*display: none;*/
  }
  ul.menu-list li:active{
	background: #ccc;
  }
}

@media (max-width: 991px){
	.navigator-logos a{
		display: block;
		margin: 0 auto;
		width: 120px;
		/* float: none;
		margin-left: 42%;  */
	}
	.nav-mobile-list li  a.home-util{
		background: #076f86;
		padding: 5px 5px 6px 9px;
		margin: 0px;
		display: inline-block;
	}
	.loader-text {
		left: 49.5%;
	}
}
@media (max-width:768px){
	.loader-text{
	       left: 49%;
	}
	.menu-list{
		left: 2px;
	}
}
@media (max-width: 640px){
	.loader-text{
	    left: 47%;
	}
}
@media (max-width: 500px){
	.navigator-logos a{
		/*margin-left: 30%;*/
	}
	.badge {
		padding: 2px 7px;
		margin-right: 5px;
	}
	.second-navigation a.sec-level-nav.mobile-level-nav{
		width: 50%;
		text-align: center;
	}
	.nav-mobile-list li  a.home-util{
		padding: 0px 0px 0px 3px;
	}
	.nav-mobile-list li:first-child{
		margin-right: 10px;
	}
	.nav-mobile-list li {
		margin-right: 0px;
	}
	.nav-mobile-list{
		right: -10px;
		top: 24px;
	}
	.nav-mobile-list.public-nav li a img{
		width: 80%;
		margin-right: 5px;
	}
	.nav-mobile-list.public-nav li:first-child a img{
		width: 82%;
	}
	.nav-mobile-list.public-nav{
		top: 22px;
	}
	.nav-mobile-list.public-nav li{
		margin-right: 10px;
		margin-top: 5px;
	}
	.loader-text {
		left: 46.5%;
	}

}
@media (max-width: 425px){
	.loader-text{
	    left: 46%;
	}
	.navigator-logos a{
		/*margin-left: 35%;*/
	}
}
@media (max-width: 375px){
	.loader-text{
	    left: 45%;
	}
	.navigator-logos a{
		/*margin-left: 30%;*/
	}
}
@media (max-width: 320px){
	.navigator-logos a{
		/*margin-left: 25%;*/
	}
	.nav-mobile-list {
		right: -10px;
		top: 28px;
	}
	.loader-text {
		left: 43%;
	}
}

.pop-middle-content{
	text-align: left;
}
.popover-content .close img{
	/*max-width: 20px;*/
}
.menu-button span.sr-only{
	color: #fff;
}

.newThumb .image-block {box-shadow:none;}
.newThumb .caption .cap-hdr-txt {
    color: #076f86;
    font-weight: normal;
}
.newThumb a .cap-hdr-txt:hover {
    /* text-decoration: underline; */
}

/*******MPE Styles*******/
.icon-block-purple img, .icon-block-gryblue img{
	background: #7D3F98;
    padding: 5px 6px;
    border-radius: 20px;
}
.icon-block-gryblue img{
	background: #526f83;
}
.border-top-green{
  border-top: 6px solid #7D3F98;
}

/*****Session timeout modal window*****/
.sessionTimeout h1{
	font-size: 24px;
}
.sessionTimeout .modal-body span,
.yourAlert .modal-body h2{
	font-size: 20px;
}
.sessionTimeout .modal-footer button,
.yourAlert .modal-footer button{
	margin-right: 30px;
	margin-bottom:20px;
}
.yourAlert .checkboxbg{
	margin-top: 25px;
}
#yourAlert{margin-top: 12%;}
.sliderMiles{
	margin-top: 65px;
}
.menu-button .sr-only{
	font-size: 24px;
}

.languageAssistanceLinks {
    color: #076F86;
    font-size: 14px;
    font-family: Arial, Verdana, Times New Roman, sans-serif;
	margin-top: 10px;
}
.languageAssistanceLinks a, .languageAssistanceLinks  span{color: #076F86;font-weight:600;}
.languageAssistanceLinks a:hover {text-decoration:none;}
.languageAssistanceLinks a:after {
	content:"|";
	color: #076F86;
	padding:0px 5px 0px 5px;
	font-weight:600;
}
.languageAssistanceLinks  span img {
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}
.languageAssistanceLinks  span p {color: #076F86;font-weight:600;}
.aet-sponser-logo img{
	display: none;
}
@media (min-width: 1200px){
.alignmentFix{
		margin-left: -15px;
    margin-right: -15px;
		width: auto !important;
}
/*.container {
    width: 1280px;
}*/
.aet-sponser-logo img{
	display: block;
}
}
.form-control{
	color: #2f3338;
}
@media screen and (min-device-width: 360px) and (max-device-width: 400px) {
	.down-block .primaryBtn{
		padding: 8px;
	}
}



/*ul.menu-list > li:first-child + li:hover,
ul.menu-list > li:first-child + li + li:hover,
ul.menu-list > li:first-child + li + li + li:hover,
ul.menu-list > li:first-child + li + li + li + li:hover ,
ul.menu-list > li:first-child + li + li + li + li + li:hover,
ul.menu-list > li:first-child + li:active,
ul.menu-list > li:first-child + li + li:active,
ul.menu-list > li:first-child + li + li + li:active,
ul.menu-list > li:first-child + li + li + li + li:active ,
ul.menu-list > li:first-child + li + li + li + li + li:active{
	border-color: #D20962;
    border-style: solid;
    border-width: 0 0 0 5px;
}
ul.menu-list > li:first-child + li + li:hover, ul.menu-list > li:first-child + li + li:active { border-color: #0D8BA7; }
ul.menu-list > li:first-child + li + li + li:hover, ul.menu-list > li:first-child + li + li + li:active { border-color: #7D3F98; }
ul.menu-list > li:first-child + li + li + li + li:hover, ul.menu-list > li:first-child + li + li + li + li:active { border-color: #00A783; }
ul.menu-list > li:first-child + li + li + li + li + li:hover, ul.menu-list > li:first-child + li + li + li + li + li:active { border-color: #5E9732; }*/

ul.menu-list > li > a{
  font-weight: bold;
}

section a{
  font-weight: bold;
}
section .second-navigation a{
	font-weight: normal;
}

.gridLinks a.active:visited, .second-navigation a.sec-level-nav.mobile-level-nav:visited{
	color: #fff !important;
}
.gridLinks a:visited{
	color: #23527c !important;
}

.marLM10 {
  margin-left: -5px !important;
}

.adjustMarGeo {
    margin-left: -26px;
    margin-top: -24px;
}
.padLand {
    padding-right: 0px;
    padding-left: 0px !important;
}
.padSecondLine {
  margin-top: -8px;
  margin-bottom: 22px;
}
.greenTick{
  display: inline-flex;
  padding-left: 20px !important;
  padding-top: 0px !important;
  border-bottom: 1px solid #ddd;
}
.greenTickLan {
  display: inline-flex;
  /* padding-top: 10px !important; */
  padding-bottom: 25px;
}

.padHomeB10{
    padding-bottom: 20px !important;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    background-color: inherit;
}

.padUseB{
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    background-color: inherit;
}

.padHomeB20{
    margin-bottom: 20px;
}

.whiteProBg {
    background-color: inherit;
}

.greenTickList, .greenTickList li {
	list-style-type: none !important;
	padding: 0px 15px 0px 0px !important;
	margin-left: -10px;
}
.geoMarPad0{
  padding: inherit;
  margin: inherit;
}

@media (max-width: 600px) {
  .greenTick{
    display: block;
    padding-left: 20px !important;
    padding-top: 0px !important;
    border-bottom: none;
  }
  .greenTickLan {
    display: block;
    /* padding-top: 15px !important; */
    border-bottom: none;
  }
  .padUseB{
      padding-top: 10px;
      border-bottom: none;
      background-color: #fff;
      margin-bottom: 0px;
  }
  .padHomeB10{
      border-bottom: none;
      background-color: #fff;
      margin-bottom: 1px;
  }
  .whiteProBg11{
      background-color: #fff;
  }
  .geoMarPad0{
  	padding: 0px !important;
  	margin: 0px !important;
  }
}

/*-- Following classes are for error messages --*/
.padMesB30{
  /* padding-bottom: 30px; */
  float: none;
}

.mesTShwd{
  box-shadow: 0px -1px 5px #777777;
  padding: 22px;
}

.mesBShwd{
  box-shadow: 0px 0px 5px #777777;
  padding: 22px;
}

.txtAlgCntr{
  text-align: center;
}

.txtAlgCntrHeader{
  text-align: center;
}

.lineHtAdjst{
  font-weight: bold;
  text-align: left;
  font-size: 22px;
}

.mesList{
  padding-left:50px;
}

.styleDisc{
  list-style-type: disc !important;
}

.padMesB10{
  padding-bottom: 10px;
}

.mesDetails{
  line-height: 35px;
  font-size: 18px;
}

.memberPlan{
	width:45%;
	float:left;
}
.planListClass{
	padding-top:25px;
	padding-left:20px
}

@media screen and (max-width: 736px){
    .mesDetails{
      line-height: 24px;
      font-size: 16px;
    }
    .padMesB30{
      padding-bottom: 10px;
    }
    .lineHtAdjst{
      font-weight: bold;
      text-align: left;
      font-size: 16px;
    }
    .padMesB10{
      padding-bottom: 10px;
    }

}

@media (min-width: 992px) {

  #menuButton{
    display: none !important;
  }
	.fauxRowStyle{
		float: left;
		position: relative;
	    min-height: 1px;
	   /* padding-right: 15px;
	   padding-left: 15px;*/
	}
}

 /* Added for footer */
.noPull
{
	float:none !important;
}

.aet-cont-hdrtxt img{
	margin-right: 10px;
}
.mar0auto {
  margin: 0 auto;
}
.opacity_layer {
  opacity: .9;
}
.tele-mrgn-new {
    margin-left: 2px;
	display: block;
}
.imgIconSizeResultPg{
height:22px !important;
}

.removedExPad {
     padding-left: 25px !important;
}

@media (min-width: 1200px){
    .discclaimerShortCont {
        /*width: 1172px !important;*/
    }
    .padL90 {
        padding-left: 70px;
    }
}

.DisclaimerIncMar {
    /*margin-left: 90px !important;*/
    width: auto;
    max-width: inherit;
}




/* compare island on search results page */
span.addToCompare {
	margin-left:0px;
	background-color: #808080;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

label.addToCompare {
	color: white;
}

div.compareIsland {
	margin-left:10px;
	background-color: #808080;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	position: fixed;
	bottom: 0;
	left: 0;
	min-height: 50px;
	min-width: 100%;
}

div.compareIslandwithPlan {
	margin-left:10px;
	background-color: #808080;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	position: fixed;
	bottom: 52px;
	left: 0;
	min-height: 50px;
	min-width: 100%;
}

button.compareClose {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	background-color: white;
	border: 0 none;
	padding: 6px 10px;
}


p.compareIslandHeader {
	color: white;
}

span.comparedProvider {
	background-color: white;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline-flex;
	min-width: 200px;
}

/* plan island */
div.planIsland {
	margin-left:10px;
	background-color: #808080;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	position: fixed;
	bottom: 0;
	left: 0;
	min-height: 50px;
	min-width: 100%;
}
p.planIsland, span.planIsland {
	color: white;
}
/* For the change plan button, we display it on a big screen and hide it on a mobile screen */
@media (min-width: 641px) {
button.planIsland {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	background-color: white;
	border: 0 none;
	padding: 6px 10px;

	position: fixed;
	right: 80px;
	bottom: 5px;
}
}
@media (max-width: 640px) {
button.planIsland {
	display: none;
}

}
/* For the change plan link, we display it on a mobile screen and hide it on a big screen */
@media (max-width: 640px) {
a.planIsland {
	color: white;
	text-decoration: underline;
}
a.planIsland:link {color:white;}
a.planIsland:visited {color:#eeeeee;}
a.planIsland:hover {color:#eeeeee;}
}
@media (min-width: 641px) {
a.planIsland {
	display: none;
}
}


span.providerName {
	min-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
	display: inline-block;
}

span.providerNumber {
	border: 1px solid #7d3F98;
	display: inline-block;
	width: 20px;
	height: 25px;
	margin-left: 15px;
  margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	color: white;
	background-color: #7d3F98;
}

button.islandButton {
	background-color: white;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	min-width: 10%;
}

button.compareButton {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	background: #7d3F98;
	border: 0 none;
	padding: 6px 10px;

	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	min-width: 10%;
}

span.compareButton {
	color: white;
}

button.clearButton {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	background-color: white;
	border: 0 none;
	padding: 6px 10px;

	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	min-width: 10%;
}

span.clearButton {
	color: black;
}

.compareClose {
	margin-right: 5px;
	margin-top: 5px;
	width: 15px;
	height: 15px;
}

:-moz-focusring {
  outline: 2px dotted #9999DD !important;
}

#planList{
  background-image: url(../../images/search.png);
  background-repeat: no-repeat;
  background-position: 15px,17px;
  padding-left: 45px;
  height: 40px;
  font-size: 14px;
  background-color: white;
  border: 0 none;
  border-radius: 10px;

}

#skipPlan{
  margin-top: 20px;

}

.reportUnchkLabelCheck {
    width: 20px;
    height: 20px;
    float: left;
    border: 2px solid #7D3F98;
    background: #eee;
    border-right-color: #7D3F98;
    border-bottom-color: #7D3F98;
    margin-right: 10px;
}
.reportChkLabelCheck {
  width: 20px !important;
  height: 20px;
  float: left;
  border: 2px solid #7D3F98;
  background: #eee;
  border-right-color: #eee;
  border-bottom-color: #eee;
  border-right-color: #7D3F98;
  border-bottom-color: #7D3F98;
  margin-right: 6px;
  border-color: #7D3F98;
  background-color: #fff;
  position: relative;
}
.reportChkLabelCheck::after{
    content: "";
    width: 28px;
    height: 10px;
    border-left: 2.5px solid #7D3F98;
    border-bottom: 2.5px solid #7D3F98;
    position: absolute;
    left: 2px;
    bottom: 10px;
    transform: rotate(-45deg);
}

.accessibilityCheckbox:focus{
  outline: none !important;
  border: 2px solid #ABDCFB !important;
}

.marT36 {
  margin-top: 36px;
}

#skipPlanAdjust{
  margin-bottom: 25px;
  padding: 0px;
  color:#7D3F98 !important;
}


.registerLink {
  display: inline-block;
  padding-bottom: 10px;
}

.padB10 {
  padding-bottom: 10px;
}

.skipPlanTop{
    color:#7D3F98 !important;
    font-weight: normal !important;
    float:right;
}
@media screen and (max-width:768px){
  .skipPlanTop{
      color:#7D3F98 !important;
      font-weight: normal !important;
      float:left;
  }
  .padPlan{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .marL{
    margin-left:0px !important;
  }
  .marLR{
    margin-left:10px;
    margin-right: 20px;
  }

}

.skipPlanBottom{
    color:#7D3F98 !important;
    font-weight: normal !important;
    /*float:right;*/
}

#main-div{
	background-color: #eeeeee;
}

.centerAlign{
	text-align: center;
}

.search-block-text{
	color:#ffffff;
}

@media (min-width:992px){
  .search-block-text{
  	color:#ffffff;
    max-width: 175px;
    width:160px;
    font-weight: normal !important;
  }
}
.search-block{
	height: 80px;
	padding: 10px;
  align-items: center;
  display: flex;
}
@media (min-width: 992px){
  .customSearch-block{
    height: 125px;
  }
  .customTile_holder{
    height: 350px !important;
  }
}

@media screen and (max-width:991px){
  .search-block{
  	height: 55px;
  	padding: 10px;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.search-block-image{
	float: left;
	margin-right:10px;
}
@media screen and (max-width:991px){
  .search-block-image{
  	float: left;
  	/*margin-right:10px*/;
  }
}

.search-block-description{
	float: left;
	padding: 10px;
	height: 215px;
	background-color: #fff;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 4px;
}
.search-block-description:hover{
	background-color: #eeeeee;
}
.result-description:hover{
  background-color: #eeeeee;
}
@media screen and (max-width:991px){
  .search-block-description{
  	float: left;
  	padding: 10px;
  	height: auto;
  	background-color: #fff;
    width: 100%;
    border:none !important;
  }
}
.search-block-description span {
  color: #2f3338;
}

.padding0{
  padding:0px;
}

.whiteBoxBlock a{
    font-weight: normal;
    text-decoration: underline;
}

.skipPlanTop span{
    color: #7D3F98;
}

.skipPlanBottom span{
    color: #7D3F98;
}

.customGeoPad {
  padding: 10px 30px 35px 30px;
}

.padT20 {
  padding-top: 20px;
}

.cusFontHtLanding {
  font-size: 20px !important;
}

.marT5 {
  padding-top: 5px;
}

.normalFtWt > a {
  font-weight: normal !important;
}
.normalFtWt {
  font-weight: normal !important;
}

.pad5Imp {
  padding: 5px !important;
}
@media (max-width: 600px){
  .padUseB {
      padding-top: 10px;
       border-bottom: 1px solid #ddd;
      background-color: #fff;
      padding-bottom: 10px;
      margin-bottom: 15px;
    }
}

.marT30 {
  margin-top: 30px;
}

.startnewSearchBotton {
  margin-bottom: 0px;
  background-color: #7D3F98;
  border-radius: 8px;
  font-size: 14px;
  padding: 5px 17px 6px 17px;
  color: white !important;
}

.addToComparePPad {
  padding: 10px;
}

.addToComparePC {
  background-color: #cca8db;
  margin-bottom: 10px
}

.addToComparePNC {
  background-color: #eee;
  margin-bottom: 10px;
}

.class_checkbox {
    width: 20px;
    height: 20px;
    background-color: violet;
}
.class_checkbox.checked {
    background-color: green;
}

.purpleCheckbox {
  height: 24px;
  width: 30px;
  float: left;
}

.focusforff:focus {
  outline: 3px solid black !important;
  outline-offset: -3px !important; 
  }

/* .purpleCheckbox[disabled]{
  background: url("../../images/unchecked_box.png") no-repeat 0 0 !important;
  cursor: not-allowed;
} */
.purpleChecked {
  background: url("../../images/purple-checked.png") no-repeat 0 -3px;
}

.purpleUnchecked {
  /*margin-top: 2px;*/
  background: url("../../images/purple-unchecked.png") no-repeat 0 0;
}

.resultsWhiteBg, .resultsWhiteBg > section {
  background-color: #eee;
}

.customPurpleRecord {
  background-color: #fff;
  box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.19);
  margin: 0px 0px 20px 0px;
}


.adjustImg{
  height: 12px;
  width: 6px;
  margin-left: 10px;
}


/* Transparent
/*
/*.navbar-default {
  background: none;
  border: none;
}*/


@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}

.navbar-nav > li > a {
    color: black;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fullWidthGrey {
  background-color: #eee;
  font-size: 15px;
  height: 40px;
}

.hideNoItem{
  display: none !important;
}

@media (max-width: 1023px){
  .customLinkMob{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media (min-width: 1024px){
  .customLinkDesk{
    margin-right: 36px;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .customLinkDisplay{
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

/*@media screen and (min-width:992px){
  .customLinkDiv{
    margin-top: 95px !important;
  }
}*/
.customLinkDiv{
  margin-left: 0px !important;
  width: auto !important;
  margin-right:36px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .customSecMar {
            margin-top: 28px !important;
        }
}

.customSecMarT {
  margin-top: 50px !important;
}

.menu-logo{
  background: transparent;
  border: none;
  float: left;
  margin-top: 10px;
}

@media (min-width: 992px){
  .menu-logo{
    display: none;
  }
}
@media (min-width:992px){
.padAdj{
    padding-left:0px !important;
}
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #7D3F98;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 3px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    min-width: 200px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 16px;}
}
#mainWrapper{
  transition: 0.5s;
}

@media screen and (min-width: 992px) {
  #mainWrapper{
    transition: 0.5s;
    margin-left: 0px !important;
    min-width: 0px !important;
  }
  .sidenav{
    width: 0px !important;
    display: none;
  }
}
.switch6 {
         max-width: 183px;
         margin-left: 13px;
         min-width: 187px;
         }
         .switch6-light > span,
         .switch-toggle > span {
         color: #000000;
         }
         .switch6-light span span,
         .switch6-light label,
         .switch-toggle span span,
         .switch-toggle label {
         color: #fff;
         }
         .switch-toggle a,
         .switch6-light span span {
         display: none;
         }
         .switch6-light {
         display: block;
         height: 30px;
         position: relative;
         overflow: visible;
         padding: 0px;
         margin-left: 0px;
		 margin-bottom: 0px;
		 border-radius: 5px;
		 background-color: #4f1667;
         }
         .switch6-light * {
         box-sizing: border-box;
         }
         .switch6-light a {
         display: block;
         transition: all 0.3s ease-out 0s;
         }
         .switch6-light label,
         .switch6-light > span {
         line-height: 30px;
         vertical-align: middle;
         }
         .switch6-light label {
         font-weight: 700;
         margin-bottom: px;
         max-width: 100%;
         }
         .switch6-light input:focus ~ a,
         .switch6-light input:focus + label {
         outline: 1px dotted rgb(136, 136, 136);
         }
         .switch6-light input {
         position: absolute;
         opacity: 0;
         z-index: 5;
         }
         .switch6-light input:checked ~ a {
         right: 0%;
         }
         .switch6-light > span {
         position: absolute;
         left: -100px;
         width: 100%;
         margin: 0px;
         padding-right: 100px;
         text-align: left;
         }
         .switch6-light > span span {
         position: absolute;
         top: 0px;
         left: 0px;
         z-index: 5;
         display: block;
         width: 50%;
         margin-left: 100px;
         text-align: center;
         }
         .switch6-light > span span:last-child {
         left: 50%;
         }
         .switch6-light a {
         position: absolute;
         right: 50%;
         top: 0px;
         z-index: 4;
         display: block;
         width: 50%;
         height: 100%;
         padding: 0px;
         min-width: 0px;
         }
		.customClass{
		 background-color: #fff;
		 border-color: #fff;
		}
    .violetColor{
      color: #7D3F98 !important;
    }
    .whiteColor{
      color: #fff !important;
    }
    .switchEnglish{
      display: block;
height: 30px;
position: relative;
overflow: visible;
padding: 3px;
margin-left: 0px;
margin-bottom: 0px;
border-radius: 5px;
background-color: #fff;
max-width: 81px;
    text-align: center;
        margin: auto;
    }

.marginFix{
  margin-left: -18px;
}

/* ACNLA5_0701 Code changes start */
/*.rz-bubble {
    bottom: 10px;
    padding: 1px 3px;
    font-weight: normal;
    cursor: default;
}

.centerlabel {
    position:relative;
    top:-53px;
}
.centerlabel:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 36%;
    width: 0;
    height: 0;
    border-top: solid 7px lightgrey;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}*/

.rzslider .rz-bubble {
  bottom: 10px;
  padding: 1px 3px;
  /* color: #55637d; */
  font-weight: normal;
  cursor: default;
}

.rzslider .rz-bubble.centerlabel {
    position:relative;
    top:-53px;
}

.rzslider .rz-bubble.centerlabel:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 36%;
    width: 0;
    height: 0;
    border-top: solid 7px lightgrey;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
/* ACNLA5_0701 Code changes end*/

.greenTickLan > li > span {
  font-size: 14px;
}
.greenTickLan > li {
  padding-right: 15px;
}


@media screen and (max-width: 768px) {
  .sectionPartition::before {
      content: '';
      position: absolute;
      right: -5px;
      left: -5px;
      border-top: 1px solid #aaa;
  }
}

fontStyling{
  font-weight: 400;
  font-size: 1.5em;
  margin: 0;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
}

@media (max-width: 768px){
  .padT0{
    padding: 0 0 15px 0;
  }
  .fontStyling{
    font-weight: bold;
    font-size: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 769px) and (max-width:991px){
  .width100{
    width:100% !important;
  }
}




/* ------------------------------- Code for radio Button purple styling <Starts> ---------------------------*/
.magic-radio {
  position: absolute; }

.magic-radio + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle; }

  .magic-radio + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }

  .magic-radio + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 2px solid #7d3f98; }
  .magic-radio:focus + label:before {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

  .magic-radio + label:after {
    position: absolute;
    display: none;
    content: ''; }

  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after {
    cursor: not-allowed; }

.magic-radio:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7d3f98; }

.magic-radio:checked + label:before {
  border: 2px solid #7d3f98; }

.magic-radio:checked[disabled] + label:after {
  background: #7d3f98; }

.padAdj15{
  padding: 15px;
}
/* ------------------------------- Code for radio Button purple styling <Ends> ---------------------------*/

.padImp0{
  padding: 0px !important;
}

.marImp0{
  margin: 0px !important;
}

section .look-with a {
    font-weight: normal;
}

.providerQHP{
border:2px solid black;
border-collapse:collapse;
}

.second-level-result-description a:focus .focusForIE {
  outline: rgb(153, 187, 255) solid 2px;
	/*border: 2px solid rgb(153, 187, 255);*/
}

.second-level-result-description a:active .focusForIE {
  outline: rgb(153, 187, 255) solid 2px;
	/*border: 2px solid rgb(153, 187, 255);*/
}

.newDiscountThumb a:focus .focusForIE {
  outline: rgb(153, 187, 255) solid 2px;
	/*border: 2px solid rgb(153, 187, 255);*/
}
.newDiscountThumb a:active .focusForIE {
  outline: rgb(153, 187, 255) solid 0px;
}
.newDiscountThumb a:focus, .newDiscountThumb a:active {
  outline: rgb(153, 187, 255) solid 0px;
}

.focusForIE .search-block-description{
  float: inherit;
}

.dummyAnchor a, .dummyAnchor a:hover, .dummyAnchor a:active, .dummyAnchor a:focus{
  text-decoration: none;
  font-weight: normal;
}

.dummyAnchor a img{
  margin: 0px !important;
  display: inline-block !important;
}
.search-block-text p {
    margin-bottom: 0px !important;
}
@media screen and (max-width: 991px){
  .mobileMarAdj{
    margin-right:0px !important;
  }
}

.checkboxMarLanding{
    margin: 15px 5px;
}
.LabelMarLanding{
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.floatAdj{
  float:none !important;
}

.blackPlanName{
	color : #000000;
}

.grayPlanName{
	color : #736F6E;
}


.planDisclaimer{
	color: #D20962;
 	display: none;
 	margin-top: 10px;
 	font-weight : bold;
}
.planAdj{
  	padding-right:10px;
  	float:right;
}
.padLAdj{
  padding-left:8px !important;
}

@media (min-width: 769px) {
  .padRLand{
    padding-right: 25px;
  }
}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:active{
  color: #ffffff !important;
}

.resetBtn{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 5px;
  font-family: 'Open Sans';
  background: #68347F;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  border: 1px solid #7d3F98;
  cursor: pointer;
  text-decoration: none;
  position: relative;
	box-shadow: none;
  height: 28px !important;
  padding: 0px 15px 2px 15px !important;
  margin-top: 4px;
}
.disable_sort{
	opacity: .8;
    pointer-events: none;
    z-index: 1000;
}
.disable_sort[disabled]{
    cursor: not-allowed !important;
}
.sort-block[disabled]{
  cursor: not-allowed !important;
}
.reset-block span{
	color: #000 !important;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: bold;
}
.reset-block{
  padding-bottom: 5px;
}
.alphasort_block{
    float: left;
    padding-top: 5px;
  }
.alphasort_block button{
	  background: none;
    border: 0px;
    font-weight: normal;
    font-family: Open Sans;
    font-size: 16px;
	  color:#000000;
}
.showResultsPad{
  padding-left: 20px !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .alphasort_block{
  	  padding-left: 5px !important;
      padding-right: 5px !important;
  }
}
@media (max-width: 1199px){
  .alphasort_block{
  	  padding-left: 5px !important;
      padding-right: 5px !important;
  }
}
.alphasort_block{
  	  padding-left: 9px;
      padding-right: 9px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .alphasort_block{
      padding-left: 7px;
      padding-right: 7px;
  }
}
@-moz-document url-prefix() {
  .alphasort_block{
      padding-left: 7px;
      padding-right: 7px;
  }
}
@media (min-width: 992px){
  .alphasort_block{
  height: 20px !important;
  margin-bottom: 15px !important;
 }
}
@media (max-width: 992px){
  .alphaSortMobileBlock{
  	width:7%;
  	display:inline-block;
    color: #2f3338;
    padding-left: 1px;
    padding-right: 1px;
  }
  .alphasort_block{
  	padding-left:4px !important;
  	padding-bottom:10px !important;
  }
  .resetBtn{
  	width: auto !important;
  }
  .alphasort_block button[disabled]{
  	background: #eee !important;
  }
  .datGridSort{
      width: 93%;
      float: left;
  }
  .marTopImg{
    margin-top: -1px;
  }
  .container{
    width: auto !important;
  }
  .dataGridSortOnReset{
    width: auto !important;
  }
}

@media (min-width: 768px){
  .alphasort_block button:hover{
  	border-bottom: 1px solid #000000;
  }
  .alphasort_block button[disabled]:hover{
  	border: 1px solid #000000;
  	border-radius: 50%;
  }
  .alignFix{
    padding: 0px 0px !important;
  }

}
@media (max-width: 667px){
  .showResultsPad{
    padding-left: 5px !important;
  }
  .gridAlphaSort{
       padding-left: 15px !important;
   }
  .resetBtn{
    padding: 0px 10px 2px 10px !important;
   }
}
.marBottom0{
  margin-bottom: 0px !important;
}

.clearFilterB{
  height: 30px !important;
}
@media (max-width: 767px){
  .clearFilterB{
    margin: 10px 0px 10px 0px !important;
    width: 100% !important;
  }
  .submitFilter{
    width: 100% !important;
  }
}

.underlineHover:hover {
    text-decoration: underline;
    text-decoration-color: #7D3798;
}

.ht14marB17{
  height: 24px;
  margin-bottom: 17px;
}

.padMarAdj{
    padding-left:0px !important;
    margin-top: 20px;
}
@media screen and (max-width:991px){
  .leftAlg{
    margin-left: 0px !important;
  }
  .langMarT{
    margin-top: 20px;
  }
  .fauxrowIcon{
    height: 25px;
    width: 25px;
    margin-left: 15px;
    margin-top: 5px;
  }
}

@media screen and (min-width:992px)
  {
    .marTAdj{
      /* margin-top:-20px; */
      margin-top:-8px;
    }
  }

.buttonTextColor{
	color: #FFFFFF;
  font-weight: 600;
}
.modal-title sup{
  color: #FFFFFF;
}

.example-block{
  margin:auto;
  width:70%;
  text-align:left;
  padding: 5px 0px 0px 15px;
}
@media screen and (max-width:991px){
  .example-block{
    width:100% !important;
  }
}

.egFontStyling{
  font-size:14px;
  font-weight:bold;
}

.noHover{
  text-decoration:none !important;
}
.fontWt{
  font-weight:bold !important;
}
.colorFix{
  color:#000 !important;
}
.addCompareAdj{
  /*width: 169px;*/
  padding-right: 5px;
  background-color: #B18CC1;
  padding-bottom: 0px !important;
  display: inline-block;
}
.RIP_pad0{
  padding: 0px !important;
}

.caliDiv{
  margin-bottom: 13px
}

.caliDivMobile{
  margin-bottom: 13px
}

.califorHead{
  margin-left: 25px;
  color: red;
}

.califorDiv{
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: left;
}
@media screen and (max-width:991px){
  .califorDiv{
    margin-bottom: 0px;
  }
}
@media screen and (max-width:991px){
  .califorHead{
    margin-left: 0px;
  }
  .caliDiv{
    display: none;
  }
}

@media screen and (min-width:992px){
  .caliDivMobile{
    display: none;
  }
}

.purpleErrorAlert {
    background: url(../../images/inform_purple.png) no-repeat 0 0;
    height: 10px;
    padding: 10px;
    display: inline-block;
    vertical-align:middle;
}

.purpleOpaBG{
    background-color: rgba(210,9,98, 0.1);
}

.purpleBoxBlock {
	padding: 18px;
	margin-top: 20px;
	background-color: rgba(210,9,98, 0.1);
	margin-bottom: 25px;
	box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.19);
}

.purpleError {
    font-size: 16px;
    color: #d20962;
    font-weight: bold;
    padding: 5px;
}
@media (min-width:992px){
  .pleatPlusIcon{
      background:url("../../images/plus_accordian_purple.png") no-repeat 0px 0px;
      margin-right: 15px;
      margin-left: 10px;
      height: 22px;
      width: 22px;
      display: inline-block;
      vertical-align: middle;
  }
  .pleatMinusIcon{
      background:url("../../images/minus_accordian_purple.png") no-repeat 0px 0px;
      margin-right: 15px;
      margin-left: 10px;
      height: 22px;
      width: 22px;
      display: inline-block;
      vertical-align: middle;
  }
}
.pleatHeaders{
  font-weight: 700;
  color: #2f3338;
}

.whtPleatHeader{
  font-weight: 700;
  color: white;
}

.ftwtBldMobPP{
  font-weight: bold;
}

.skipSelectionMar{
    padding: 5px 10px 10px 0px !important;
  }
@media screen and (max-width:992px){
  .skipSelectionMar{
      padding: 5px 10px 0px 10px !important;
      margin: 0px !important;
      margin-bottom: 5px !important;
  }
  .pleatPlusIcon{
      background:url("../../images/plus_accordian_white.png") no-repeat 0px 0px;
      margin-right: 15px;
      margin-left: 10px;
      height: 22px;
      width: 22px;
      border-radius: 3px;
      display: inline-block;
      vertical-align: middle;
  }
  .pleatMinusIcon{
      background:url("../../images/minus_accordian_white.png") no-repeat 0px 0px;
      margin-right: 15px;
      margin-left: 10px;
      height: 22px;
      width: 22px;
      border-radius: 3px;
      display: inline-block;
      vertical-align: middle;
  }
}
.compareLinkRes span{
    vertical-align: bottom;
}

#changePlanModal{
  overflow: auto;
}

@media (min-width: 641px){
	.newLanguages {
		color: #5e9732;
	    font-size: 22px;
	    background-color: transparent;
	    display: inline-block;
	    width: 100%;
	}
	.newLanguagesPadding{
		padding-top: 0px;
	}
}
@media (min-width: 350px) and (max-width:500px) {
	.newLanguages {
	    font-size: 18px;
	    font-weight: bold;
		color: #2f3338;
	}
	.newLanguagesPadding{
		padding-top: 15px !important;
	}
}

@media (min-width: 1025px){
	.newLanguagesPadding{
		padding-left:20px;
	}
}
.newLanguagesPadding{
	padding:0px !important;
}
.newLanguages{
	color:#000;
	font-size:20px;
	font-weight:bold;
}
@media (max-width: 992px) and (min-width: 761px){
	.newLanguagesPadding {
		padding:16px 0px !important;
	}
	.noneTxt{
		padding-left:14px;
	}
	/* .addLangCat{
		padding-left:14px;
	}  */
}
/* @media (min-width: 320px) and (max-width:760px) {
	.newLanguages{
		padding-left:1%;
		font-weight:bold;
	}
}
@media (max-width: 992px) and (min-width: 768px){
	.newLanguages{
		padding-left:15px;
	}
} */
.menu-rotate{
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari 3-8 */
  transform: rotate(90deg);
}

.purplePleat {
  border: 1px solid #7d3F98;
  margin-right: 20px;
}

.purplePleat h2:first-child{
  color: #FFF !important;
  background-color: #7d3F98;
  text-align: center;
  padding: auto 0px !important;
}

.landingMarT15{
    margin-top: 0px;
}


@media only screen and (max-width: 1199px) and (min-width: 993px) {
  .columnTwoTablet{
      margin-top: 0px;
      margin-right: 0px;
  }
}

.customFltLft {
  display: inline-block;
  width: 50%;
  padding-right: 10px;
}

.customFltRt {
  margin-top: 15px;
  width: 50%;
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #7d3F98;
}

.minHt420 {
  min-height: 420px;
}

.padB43 {
  padding-bottom: 43px;
}

.cuspadB43 {
  padding-bottom: 43px;
}

.secureButtonBlk{
  display: inline-block;
}
.registerButtonBlk{
  border-left: 1px solid #7d3F98;
  padding-left: 15px;
  padding-top: 0px;
}

.loginSecureButLink{
  float: right;
}

.secbutPadT22{
  padding-top: 45px;
}

#firstPleatBody{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
  .registerButtonBlk{
    border-top: 1px solid #7d3F98;
    border-left: none;
    padding-left: 0px;
    padding-top: 10px;
  }
  .loginSecureButLink{
    float: left;
  }
  .secbutPadT22{
    padding-top: 0px;
  }
}

@media screen and (max-width:992px){
  .landingMarT15{
      margin-top: 15px;
  }
  #firstPleatBody{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  .purplePleat {
      border: none;
  }
  .columnTabletWidth{
    width: 99% !important;
  }
    .minHt420 {
      min-height: auto;
    }
    .customFltLft {
      width: 100%;
    }
    .customFltRt {
      width: 100%;
      border-left: none;
      border-top: 1px solid #7d3F98;
      padding-top: 10px;
      padding-left: 0px;
    }

    .customFltLft > .pull-right {
      float: none !important;
    }
    .purplePleat > .padL20{
      padding-left: 0px;
    }
    .filterRows {
      padding: 9px;
      line-height: 1.7;
    }
    .cuspadB43 {
      padding-bottom: 0px;
    }
    .secureButtonBlk{
      display: block;
    }

}

@media screen and (max-width:767px){
  .fltrBtn{
    width: 100%;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.overHidden{
  overflow: hidden;
}
.netBorder{
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}

@media screen and (min-width:768px){
  .BtnWidth{
    min-width: 182px !important;
  }
  .pleatHeight{
    height:60px;
  }
  .landingBtnWidth{
   width:240px;
 }
 .dropDownHeight{
   height:33px;
 }
}

.greyshdw {
    box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(0, 0, 0, 0.19);
}
.lnkUnder a:focus{
  text-decoration: underline;
}
@media screen and (min-width:769px){
  .marginAdj{
    margin: 0px 16px 0px 16px!important;
  }
}

.registerButLand{
	    text-align: center;
	    width: 182px;
	    height: 30px;
}

.marL4 {
  margin-left: 4px;
}
.captionAdj{
  padding:8px !important;
}

.forFirstFocus:focus{
  outline: rgb(153, 187, 255) solid 2px;
  -moz-outline: rgb(72, 33, 132) dotted 2px;
}

/*CSS for plan selection*/
.planListClass{
	padding-top:10px;
	padding-left:0px
}
.radioButton:checked {
	-webkit-appearance:none;
   width:18px;
  height:18px;
  border:1px solid #7D3F98;
  border-radius:50%;
  outline:none;
  background:#7D3F98;
}
 .radioButton, .custom_radioButton {
  -webkit-appearance:none;
  width:18px;
  height:18px;
  border:2px solid #7D3F98;
  border-radius:50%;
  outline:none;
}
.custom_radioButton_block input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;
    border-radius:50%;
}
.custom_radioButton_block input[type='radio']:checked:before {
    background:#7D3F98;
}
@media (min-width:992px){
  .marT35Desk{
    margin-top: 35px !important;
  }
}
.napClose{
  top:0% !important;
  right:0% !important;
}
.textAlign{
  vertical-align: middle !important;
}
@media screen and (max-width:768px){
  .mobileHeight{
    height:auto !important;
  }
}
.fontStyle{
  font-size:24px;
  font-family:'Domaine Display';
  padding: 0 0 5px 0px;
  color:#2f3338;
  font-weight:bold;
  text-align:left;
}
.exTextPlan{
  color:#7D3F98;
  font-size:14px;
  font-weight: bold;
  /*padding:10px 0 0 0px;*/
  text-align:left;
}
@media (min-width:1200px){
  .widthCntinue{
    width: 27% !important;
  }
}
.widthCntinue{
  padding: 3px 24px !important;
}
.fontForCapSpec{
font-size:14px;
}
.reportCheckbox{
  width:25px !important;
  height:25px;
}
.compareOverflow{
  overflow-wrap: normal;
}
.panelPlanSelecion{
  margin-bottom: 0px !important;
  border:0px !important;
  box-shadow: none;
}
.planTextStyle{
  color:#ffffff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  font-family:'Open Sans',calibri, Arial !important;
}
.borderLR{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.planHeaderPad{
  padding: 12px !important;
  padding-bottom: 10px !important;
}
.planHeaderWidth{
  width: 100%;
  display:inline-flex !important;
}
.plan_plus_sign{
    background: url("../../images/plus_accordian_white.png") no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	display: inline-block;
	float:right;
  margin-left: 15px;
}
.plan_minus_sign{
    background: url("../../images/minus_accordian_white.png") no-repeat 0px 0px;
	width: 24px;
	height: 24px;
	display: inline-block;
	float:right;
  margin-left: 15px;
}
.headerWid{
  width: 89% !important;
}
.errorBottomMargin{
	margin-bottom:25px !important;
}
.wordBreakWord{
  word-break: break-word;
}
.wordBreakWordIE{
  word-wrap: break-word;
}
.widthPlan30{
  width: 30%;
}
.widthPlan10{
  width: 10%;
}
.widthPlan15{
  width: 15%;
}
.widthPlan40{
  width: 40%;
}
.marginTop{
	margin-top:5px;
}
.resultsMarB5{
    margin-bottom:10px;
}
.customGeoPadError {
  padding: 10px 20px 35px 30px;
}
.planSponsorLogoDisplay{
  padding-bottom:20px;
  padding-right: 10px;
}
@media (min-width: 992px){
  .planSponsorLogoDisplay{
    display:inline-block;
  }
}
@media (max-width: 991px){
  .planSponsorLogoDisplay{
    display:block;
  }
}

.purplePlanList {
  background-color: #7D3798;
}

.purplePlanList > td > span {
  color: white;
  font-weight: bold;
}

.purpleLightPlanList {
  background: #EFDDF7;
}

.purpleLightPlanList > td > span {
  color: #7D3798;
}
.resetBtnTextColor{
	color: #FFFFFF !important;
}
.ratingsAndReviewDetails{
	padding-left: 15px !important;
    padding-bottom: 185px;
    
}
.box {
    inline-size: 250px;
    overflow-wrap: break-word;
}

.lhf{
    font-size: 18px;  
    line-height: 35px;
    color: #666;
    display: inline-block;
    line-height: normal;
}

.inbox {
    inline-size: 127px;
    overflow-wrap: break-word;
}
.vbox {
    display:inline-block;
    margin-bottom:20px;
    line-height:25px;
   
}

.column-list
 {
 list-style:none;
 column-count:2;
 column-gap:20px;
 margin-bottom:3px;
 break-inside:avoid-column;
 margin-top:3px
 }
 
 @media screen and (max-width:768px){
  .column-list
 {
 list-style:none;
 column-count:1;
 margin-bottom:3px;
 break-inside:avoid-column;
 margin-top:3px
 }
 
}
.url_css
{
     
    font-size:14px; 
    font-weight:normal; 
    font-style:normal; 
    text-decoration:none; 
    text-transform:none; 
    margin:0px; 
    padding:0px;
    color:#2C6598;
}

.star-rating
{
  position:fixed;
  margin-top:50px;
}

