
body { background-color: #f7f7f7; /* rgba(239, 240, 241, 1) */}

.beacon_tooltip {
	padding:0px;
	border:none;
	color:firebrick;
	text-decoration:none;
	background-color:transparent;
}

a:-webkit-any-link:focus-visible {
	outline-offset: 6px;
}

:focus-visible {
	outline-offset: 6px;
}

.tabbedcontainer {
	margin-left:20px;
}

.larger { 
	font-size:1.2em;
}

.mobilequality {
	float:right;
	min-height:36px; 
	border: 1px solid lightgray; 
	padding: 4px; 
	margin-top:3px; 
	margin-right:8px; 
	border-radius:17px !important;
	overflow:hidden;
}

.mobilepremium {
	margin: 10px 0 5px 0; 
	padding: 5px 0 5px 0; 
	border-top: 1px solid Gainsboro; 
	border-bottom: 1px solid Gainsboro;
	overflow:hidden;
}

/**** Mobile version styles ****/
	.collapseMenu-buttton {
		padding:8px;
		padding-top:20px;
		float:right;
	}

	#collapseMenu {
		float:right;
		width: 500px;
		right: 0px;
		
	}

	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: white;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 25px;
	}

	.sidenav a {
		padding: 0px 0px 0px 0px;
		text-decoration: none;
		font-size: 25px;
		color: black;
		display: block;
		transition: 0.3s;
	}

	.sidenav a:hover {
		color: #8f8f8f;
	}

	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

	.glyphicon-menu-hamburger {
		font-size: 2em;
	}

	.filterBox {
			display:block;
	}

/********* Template Styles **************/
.container, .containerWide {max-width: 1440px; overflow: hidden; }
.containerWide { width: 1480px; margin: auto; }
.mainBox { background-color: #fff; box-shadow: 0 0 4px #c0c0c0; margin-top: 0px; padding: 20px 15px; }
.header { border-bottom: solid 2px #c40606; background-color: #fff; margin-bottom: 5px; box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.2);;}
.header .headerlogo { float: left; padding: 8px 0px; margin: 6px 6px 0px 6px  }
.header .headerlogo img { width: 250px; }
.header .headertext { font-family: 'HelveticaNeueCyrMedium'; float: left; text-align: left; margin: 14px 0px 0px 0px; padding: 0px 0px 0px 14px; border-left: solid 1px #154879; color: #154879; font-size: 16px; }
.header .headertext h1 { font-size: 20px; margin: 0px; line-height: 1.7em; font-weight: bold; }
.header .headertext h2 { font-size: 14px; margin: 0px; font-weight: bold; }
.header .topnav { float: right; margin-top: 8px; color: #c3d2dc; font-size: 20px; overflow: hidden; }
.header .topnav a { font-weight: bold; padding: 4px 18px; background-color: #f4f5f5; font-size: 15px; color: #004577; font-size: 14px; line-height: 1.5em; display: inline-block; }
.header .topnav .secondRow a { font-weight: normal; background-color: transparent; margin-top: 4px; padding: 4px 12px; }
.header .topnav .secondRow a:hover { text-decoration: none; background-color: #f4f5f5; }
.table > thead > tr > th { background-color: white; }
table { font-size: small !important; }
table > tbody > tr > td { padding: 4px 4px 4px 8px !important; }
#breadcrumb > div { background: url('../img/steps.png') no-repeat; width: 910px; height: 40px; margin: 20px auto; }
#breadcrumb .step { width: 237px; margin-left: 60px; float: left; font-size: 15px; margin-top: 8px; color: #868686; font-weight: bold; }
#breadcrumb .step.step2 { margin-left: 75px; width: 222px; }
#breadcrumb .step.step3 { margin-left: 73px; width: 222px; }
#breadcrumb.bread1 .step1, #breadcrumb.bread2 .step2, #breadcrumb.bread3 .step3 { color: #fff; font-size: 16px; margin-top: 9px; }
.innerBody .container { background-color: inherit; box-shadow: 0 0 4px #c0c0c0; /*margin-top: 180px;*/ padding: 20px 15px; }
.fixedlabel { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.col { flex: 1 0 0%; }
.d-flex { display: flex; }

.pshb-section-header, .pshb-landing-header {
	font-family: "Segoe UI";
	margin:0;
	font-weight:bold;
	text-align: center;
}
.pshb-landing p {
	line-height: 150%;
	font-size:16px;
	font-family: "Segoe UI";
}
.pshb-section-header {
	line-height: 135%;
	font-size:22px;
}
.pshb-landing-header {
	font-size:24px;
	margin-bottom:2rem;
}

.btn-landing {
	background-color: rgb(21,72,121);
	padding: 15px 25px;
	border: 1px solid rgb(21,72,121);
	border-radius: 10px !important;
	font-weight: 400;
	font-family: "Segoe UI";
	font-size: 18px;
	transition: all 0.2s ease-in;
}
.btn-landing:hover {
	text-decoration: none;
	color: rgb(21,72,121);
	border: 1px solid rgb(21,72,121);
	background-color:transparent;
	transition: all 0.2s ease-in;
}

.alert-info {
	background-color: rgba(232, 232, 232, 1);
	color: black;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 15px 10px 15px 10px;
	gap: 10px;
	border-radius: 5px 0px 0px 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}

.alert-info span {
	font-family: Segoe UI;
	font-size: 16px;
	font-weight: 400;
	line-height: 17.6px;
	text-align: left;	
	margin-bottom: 4px;
}

.pshb-list-container {
	margin-bottom:2rem;
}
ul.pshb-list {
	list-style:none;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	line-height: 24px;
	gap: 16px;
	display: flex;
	flex-direction: column;
}

ul.pshb-list li {
	display: flex;
	align-items: start;
	font-size: 16px;
	font-family: "Segoe UI";
}
	
ul.pshb-list  li::before {
	text-align: right;
	padding-right: 12px;
	content: "\f058";
	color: rgb(21,72,121);
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 16px;
}

.pshb-actions {
	display: flex;
	flex-direction: column;
	width:100%;
	text-align:center;
	gap:10px;
}
.pshb-link {
	font-size: 16px;
	font-family: "Segoe UI";
	font-weight:400;
	color:black;
	text-decoration:underline;
}

.pshb-section-layout {
	display: flex;
	flex-direction: column;
}
.pshb-hero-section .pshb-section-layout {
	flex-direction: column-reverse;
}
.pshb-section-layout .pshb-section-content, .pshb-section-layout .pshb-section-image {
	display: flex;
	flex-direction: column;
	gap:20px;
}
.pshb-section-layout .pshb-section-right {
	margin-bottom:40px;
}
.pshb-section-layout .pshb-section-image {
	align-self: center;
	margin-bottom:15px;
	width:60%;
}
.video-guide-section {
	padding: 40px 0px 60px 0px !important;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-guide-section .quote-box {
    margin: 11px 0 0;
    width: 90%;
    text-align: left;
    padding: 0 0 0 20px;
    border-left: 5px solid #154879;
}

.pshb-landing {
	padding: 40px 0px 20px 0px !important;
	background-color: white !important;
}

.pshb-landing .container {
	box-shadow: none;
}


@media (min-width:768px) {
	.pshb-section-layout .pshb-section-image {
		margin-bottom:30px;
		width:40%;
	}
	.video-guide-section {
		padding: 25px 16px 50px 16px !important;
	}
	.video-guide-section .quote-box {
		width:80%;
	}
}
@media (min-width:992px) {
	.pshb-landing-header {
		font-size:26px;
		margin-bottom: 1rem;
	}
	.pshb-section-header, .pshb-landing-header {
		text-align:left;
	}
	.pshb-landing {
		padding: 120px 20px 20px 20px !important;
	}
	.pshb-section-layout {
		flex-direction: row !important;
	}
	.pshb-hero-section .pshb-section-layout {
		justify-content: space-evenly;
	}
	.pshb-medicare-section .pshb-section-layout {
		justify-content: space-between;
	}
	.pshb-actions {
		min-width:261px;
		width:261px;
	}
	.pshb-section-layout .pshb-section-content {
		margin: 20px;
		width:45%;
	}
	.pshb-section-layout .pshb-section-image {
		align-self: left;
		margin-bottom:0;
		width:40%;
	}
	.pshb-landing section, .pshb-landing hr  {
		padding-left:80px  !important;
		padding-right:80px  !important;
	}
	.pshb-landing section:not(.pshb-landing-section) {
		padding-bottom:40px  !important;
	}
	.pshb-hero-section {
		padding-top:10px !important;
	}
	.pshb-landing-section {
		padding-top:40px !important;
		padding-bottom:10px  !important;
	}
	
	.video-guide-section {
		padding: 40px 40px 65px 40px!important;
	}
	.video-guide-section .quote-box {
		padding: 0 0 0 45px;
	}
}

@media (min-width:1200px) {
	.video-guide-section {
		padding: 40px 100px 40px 100px !important;
	}
}

	
* { border-radius: 0 !important; }
.header .top-nav-btn ul li.gray-btn a, .stickyFooter > .gray-btn a { background: #EFF0F1; display: inline-block; height: 40px; line-height: 38px; padding: 1px 14px; border: 1px solid #EFF0F1; color: #154879; font-family: 'helveticaneuecyrbold'; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; margin-top: 12px; }
.header .top-nav-btn ul li.gray-btn a:hover { color: #ccc; }
.header .top-nav-btn ul li.small-btn a, .stickyFooter > .small-btn a { background: #c13433; display: inline-block; height: 40px; line-height: 38px; padding: 1px 14px; border: 1px solid #c13433; color: #fff; font-family: 'helveticaneuecyrbold'; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; }
.top-nav-btn ul { list-style: none; padding: 0; margin: 0; text-align: center; }
.top-nav-btn ul li { display: inline-block; padding: 0 7px; }
.mainBox { top: 10px; bottom: 20px; }


.innerBody { margin-bottom: 100px;}
.searchPage .innerBody, body.searchPage , 
.orderonlinePage .innerBody, body.orderonlinePage,
.advPage .innerBody, body.advPage { min-width: auto; }
.header .headerlogo a { display: block; width: 300px; height: 66.9px; text-indent: -9999px; overflow: hidden; background-image: url(/assets/img/logo/OTH.png); background-repeat: no-repeat; background-size: contain; background-position: left top; margin-right: 10px; }
.header .headertext a { display: inline-block; font-family: 'HelveticaNeueCyrMedium'; font-size: 16px; letter-spacing: 1px; line-height: 19px; color: #154879; height: 45px; margin-top: 10px; }
.topnav { width: 650px; float: right; text-align: right; }
.top-nav-btn ul { text-align: right; }

#modal-logIn > .modal-dialog { height: 100%; margin: auto; top: 35%; max-width: 350px; }
#modal-logIn > .modal-content { max-width: 350px; }
#modal-signIn > .modal-dialog { height: 275px; margin: auto; top: 35%; width: 825px; }
#modal-signIn > .modal-content { width: 850px; }
.btn { font-family: 'helveticaneuecyrbold'; font-size: 14px; }
.getStarted { margin-top: 10px; padding: 30px 20px; cursor: pointer; border-left: solid 1px #d1d1d1; height: 110px; }
.getStarted img { width: 50px; height: 50px; }
.getStarted:first-child { border-left: none; }
.getStarted:hover { background-color: gainsboro; opacity: 0.6; filter: alpha(opacity=60); }
.getStarted.selected { background-color: gainsboro; }
/*.offer { float: left; margin-top:-13px; padding-top: 10px; padding-left: 80px; width: 195px; text-align: left; font-weight: normal; font-family: 'helveticaneuecyrbold'; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }*/
.offer { float: left; margin-top:-15px; padding-top: 30px; padding-left: 40px; width: 75%; text-align: left; font-weight: normal; font-family: 'helveticaneuecyrbold'; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.offerIcon { float: left; width: 65px; border-right: 1px solid #154879; }
footer { padding: 50px 0; background-color: #eff0f1; }
footer .footer-menu { margin: 27px 0 25px; width: 60%; display: table; padding: 0;text-align: center; margin-right: auto;
	margin-left: auto;}
footer .footer-menu li { display: table-cell; text-align: center; padding-bottom: 2px; }
footer .sign { text-align: center; padding: 0; margin: 0 0 21px 0; }
footer .sign li { display: inline-block; font-size: 14px; color: #39393a; font-family: 'helveticaneuecyrlight'; letter-spacing: 1px; margin: 0 20px; }
footer .sign li a { color: #b12027; font-family: 'helveticaneuecyrbold'; letter-spacing: 3px; font-size: 14px; }
footer .social { text-align: center; margin: 0 0 18px 0; padding: 0; }
footer .social li { display: inline-block; vertical-align: middle; margin: 0 15px; }
footer .social li a { display: block; overflow: hidden; text-indent: -9999px; background-position: center center; background-repeat: no-repeat; height: 30px; width: 30px; }
footer p.copy { margin: 0; color: #39393a; font-family: 'helveticaneuecyrlight'; font-size: 12px; text-align: center; letter-spacing: 1px; }


footer .footer-layout {
	display: flex;
	flex-direction: column-reverse;
	gap: 30px;
	align-items:center;
	justify-content: space-between;
	padding: 12px;
	/*padding: 10px 160px !important;*/
}
footer.container {
	box-shadow: none !important;
}
footer .footer-layout.container:before, .footer-layout.container:after {
	display:none !important;
 }
footer .footer-logo {
	margin:0;
	width:100%;
	justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
footer .footer-logo img {
	width: 50%;
	margin-bottom:1rem;
}
footer .footer-layout .footer-links {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	text-wrap: nowrap;
	width:100%;
}

footer .footer-layout .footer-links a {
    color: rgba(57, 57, 58, 1);
    font-family: "Segoe UI";
	font-weight:500;
	font-size: 12px;
}

footer .footer-layout .copy {
	font-size: 9px;
	text-align: center;
	color: rgba(57, 57, 58, 1);
	font-family: "Segoe UI";
}
footer .footer-layout a.footer-logo:hover {
	text-decoration: none !important;
}

@media (min-width:650px) {
	footer .footer-layout .copy {
		text-wrap:nowrap;
		font-size: 10px;
	}
	footer .footer-logo img {
		width: 30%;
	}
}

@media (min-width:992px) {
	footer .footer-layout {
		padding:0 !important;
		justify-content: space-between;
		flex-direction: row;
		gap: 80px;
	}
	footer .footer-links {
		gap: 30px;
		width:auto;
	}
	footer .footer-layout .footer-links a {
		font-size: 14px;
	}
	footer .footer-logo {
		margin: 0;
		width:100%;
		align-items: start;
	}
	footer .footer-logo img {
		width: 40%;
		margin-bottom:0.75rem;
	}
	footer .footer-layout .copy {
		text-wrap:nowrap;
		font-size: 11px;
		text-align: left !important;
	}
}   
@media (min-width:1200px) {
	footer .footer-layout {
		gap: 150px;
	}
}
@media (min-width:1440px) {
	footer .footer-layout {
		padding: 0 !important;
	}
}

.newsletter-container {
	display: flex;
	flex-direction: column;
	gap: 12px;
	background-color: white;
    border-radius: 10px !important;
    padding: 12px;
	border: 0.5px solid rgba(0, 0, 0, 1);
	margin-bottom: 1rem;
	max-width: 591px;
}

.newsletter-container h4.newsletter-title {
	font-weight:bold;
	font-size:16px;
	font-family:"Segoe UI";
	margin: 0;
}

.newsletter-container p.newsletter-desc {
	line-height: 21.6px;
	font-family:"Segoe UI";
	font-size: 12px;
}

.newsletter-container .newsletter-form {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 12px;
}
.newsletter-container .newsletter-form .btn.btn-newsletter {
	border-radius: 10px !important;
	border: none;
	font-family: "Segoe UI";
	font-size: 12px;
	font-weight: 700;
	padding: 10px 25px 10px 25px;
	background-color: rgba(193, 52, 51, 1);
	color:white;
	transition: all 0.2s ease-in;
}
.newsletter-container .newsletter-form .btn.btn-newsletter:hover {
	background-color: transparent;
	border: 1px solid rgba(193, 52, 51, 1);
	padding: 10px 25px 10px 25px;
	color: rgba(193, 52, 51, 1);
	transition: all 0.2s ease-in;
}
.newsletter-container .newsletter-form input {
	border-radius: 10px !important;
	border: 1px solid rgba(149, 148, 148, 1);
	box-shadow: none;
	padding: 10px 20px;
	flex-grow: 1;
}

@media (min-width:768px) {
	.newsletter-container {
		width: 75%;
	}
}
@media (min-width:992px) {
	.newsletter-container {
		width: 100%;
	}
	.newsletter-container .newsletter-form {
		flex-direction: row;
	}
	.newsletter-container h4.newsletter-title {
		font-size:20px;
	}
	.newsletter-container p.newsletter-desc {
		font-size: 16px;
	}
	
}


/*footer { background: #262626; color:#fff; margin-top:30px;  }
footer div.copyright { padding: 10px 15px; text-align: left; }
footer ul { float:right; }
footer li { float:left; }
footer a { color:#fff !important; }
footer a:hover { color:#262626 !important; }*/
h2.pageTitle { margin-bottom: 30px; }

/********* Search page *********/
#frmSearch .form-group { padding-left: 50px; padding-right: 50px; }
#frmSearch h3 { font-size: 22px; text-align: left; margin-top: 10px; }
#frmSearch h3 label { font-weight: normal; }
#frmSearch h4 { margin-top: 8px; }
#frmSearch h4 label { font-weight: normal; font-size: 17px; }
#frmSearch .searchTooltip { padding-left: 0px; padding-top: 10px; }
#frmSearch .radio { font-size: 16px; padding-top: 0px; }
#frmSearch .radio label { margin-right: 25px; }
.familyPerson { display: none; }
.formFooter { background-color: #ddd; margin: 0px -30px -20px -30px; overflow: hidden; border-top: 2px solid #ccc; padding: 10px 15px 20px 15px; margin-top: 45px; }

/********** Doctor ************/
#doctorPreferences p.alert { padding-bottom: 0px; margin-bottom: 0px; }
.ui-autocomplete-loading { background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat; }
.ui-autocomplete { max-height: 200px; overflow-y: auto; overflow-x: hidden; }
.ui-autocomplete li { font-size: 14px !important; }
.ui-autocomplete li div { font-size: 14px; padding: 2px 6px; }
.ui-autocomplete li div.ui-state-active { font-size: 14px; padding: 1px 6px; }
#preferredDocList { margin-top: 10px; }
#preferredDocList li { padding: 3px 0px; }

/*********** search results ************/
@font-face {
	font-family: "harvey_ballsmedium";
	src: url('harvey_balls-webfont.eot'), url('harvey_balls-webfont.eot?#iefix') format('embedded-opentype'), url('/newhig2/assets/fonts/Harvey_Balls.ttf') format('truetype'), url('../fonts/harvey_balls-webfont.woff2') format('woff2'), url('../fonts/harvey_balls-webfont.woff') format('woff');
}
@font-face { font-family: 'helveticaneuecyrbold'; src: url('/newhig2/assets/fonts/helveticaneuecyr-bold-webfont.eot'); src: url('/newhig2/assets/fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/newhig2/assets/fonts/helveticaneuecyr-bold-webfont.woff2') format('woff2'), url('/newhig2/assets/fonts/helveticaneuecyr-bold-webfont.woff') format('woff'), url('/newhig2/assets/fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'helveticaneuecyrlight'; src: url('/newhig2/assets/fonts/helveticaneuecyr-light-webfont.eot'); src: url('/newhig2/assets/fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'), url('/newhig2/assets/fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'), url('/newhig2/assets/fonts/helveticaneuecyr-light-webfont.woff') format('woff'), url('/newhig2/assets/fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'helveticaneuecyrlight_italic'; src: url('/newhig2/assets/fonts/helveticaneuecyr-lightitalic-webfont.eot'); src: url('/newhig2/assets/fonts/helveticaneuecyr-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/newhig2/assets/fonts/helveticaneuecyr-lightitalic-webfont.woff2') format('woff2'), url('/newhig2/assets/fonts/helveticaneuecyr-lightitalic-webfont.woff') format('woff'), url('/newhig2/assets/fonts/helveticaneuecyr-lightitalic-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'helveticaneuecyrroman'; src: url('/newhig2/assets/fonts/helveticaneuecyr-roman-webfont.eot'); src: url('/newhig2/assets/fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'), url('/newhig2/assets/fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'), url('/newhig2/assets/fonts/helveticaneuecyr-roman-webfont.woff') format('woff'), url('/newhig2/assets/fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'HelveticaNeueCyrMedium'; src: url('/newhig2/assets/fonts/HelveticaNeueCyr-Medium.eot'); src: url('/newhig2/assets/fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'), url('/newhig2/assets/fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'), url('/newhig2/assets/fonts/HelveticaNeueCyr-Medium.woff') format('woff'), url('/newhig2/assets/fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; }
.planTable { border-collapse: collapse !important; width: 100% !important; }
.planTable th { vertical-align: top; }
.planTable .planInfo {white-space: nowrap !important;}
.planTable .planHeader p { font-size: 10px; font-weight: normal; color: #999; margin-bottom: 0px; }
.planTable .planInfo a { font-size: 14px; }
.planTable .planInfo p { font-size: 11px; color: #777; margin-bottom: 0px; }
.planTable td, .dataTable td { vertical-align: middle !important; }
#btnCompareTop, #btnCompareTop2 { left: 156px; margin-top: 0px; z-index: 50; }
.planTable .doctorList a { font-size: 12px; }
.planTable th span.lowlight { font-weight: normal; font-size: 11px; }
.filterBox { width: 217px; margin-right: 20px; padding-top: 6px; }
.tableBox { /*width: 100%;*/ padding: 0px; }
#planFilters h4 {
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
}
#planFilters label { font-size: 12px; line-height: 1.8em; }
#planFilters .col-xs-12 { margin-bottom: 15px; }
.fSlider { border: 0; font-weight: bold; width: 27px; }
.filterSlider .ui-slider-range { background: #729fcf; }
.filterSlider .ui-slider-handle { border-color: #729fcf; }
.filterSliderValues { font-size: 12px; text-align: center; padding-top: 14px; }
.hb { font-family: "harvey_ballsmedium", sans-serif; color: #50D050; font-size: 18px; }
.btn-group .btn { margin-right: 2px; }
.scoringLegend {line-height: 2.428571;}
.scoringLegend > span { border: 1px solid #DDD; padding: 8px 5px 5px 5px; }
.scoringLegend > span:first-child { background-color: #eee; }
#shePlans5a td { vertical-align: middle; }

/********** FAQ ************/
#faq h2 { margin-bottom: 0px; font-weight: normal; font-size: 22px; }
#faq dl { margin-top: 4px; }
#faq dt { font-weight: bold; font-size: 16px; margin-left: 20px; line-height: 1.2em; margin-bottom: 4px; }
#faq dd { line-height: 1.3em; margin-bottom: 20px; margin-left: 20px; }
#faq p { margin-top: 4px; }
#faq .indexBox ul { padding-left: 20px; line-height: 1em; }
#faq .indexBox ul li a { display: block; margin-bottom: 6px; }

/************ Survey ************/
#siteSurvey h4 { font-weight: bold; font-size: 14px; }
#siteSurvey .form-group { margin-bottom: 30px; }
.form-group .radio { margin-left: 8px; }
/*#siteSurvey .form-group > input, #siteSurvey .form-group > select { }*/
#siteSurvey .form-group .col-xs-offset-1 { margin-left: 5%; }
#siteSurvey .form-group .row h4 { margin-top: 20px; }
#siteSurvey .form-group .row h4:first-child { margin-top: 10px; }
#siteSurvey .form-group .row label { margin-left: 17px; }
#siteSurvey table { font-size: 13px; }

/*** docs with awards ***/
#damain h4 { font-size: 18px; line-height: 1.3em; }

/** advice **/
#faq.advice .indexBox ul { line-height: 1.2em; }
#faq.advice h3 { margin-top: 0px; }
#faq.advice .indexBox ul li a { margin-bottom: 10px; }

/******** Complementing Bootstrap *******/
.tooltip-inner { text-align: left !important; }
.tooltip-wide .tooltip-inner { max-width: 300px; }
.tooltip-wider .tooltip-inner { max-width: 400px; }
.btn-wide { padding-left: 30px; padding-right: 30px; }

/********* Auxiliary styles *********/
.div { overflow: hidden; }
.noWrap { white-space: nowrap; }
.marginTop { margin-top: 15px !important; }
.marginTop2, .marginTop2x { margin-top: 30px !important; }
.marginTop3, .marginTop3x { margin-top: 45px !important; }
.marginBottom { margin-bottom: 15px !important; }
.marginBottom2, .marginBottom2x { margin-bottom: 30px !important; }
.marginBottom3, .marginBottom3x { margin-bottom: 45px !important; }
.marginRight { margin-right: 15px !important; }
.marginLeft { margin-left: 15px !important; }
.marginLeft2, .marginLeft2x { margin-left: 30px !important; }
.noMargin { margin: 0px !important; }
.noMarginTop { margin-top: 0px !important; }
.noMarginBottom { margin-bottom: 0px !important; }
.noMarginLeft { margin-left: 0px !important; }
.noMarginRight { margin-right: 0px !important; }
.bold { font-weight: bold !important; }
.notBold { font-weight: normal; }
.italic { font-style: italic; }
.lowlight { margin: 0px; color: #999; }
.lowlight2x { margin: 0px; color: #888; }
.smaller { font-size: 14px !important; }
.smallest { font-size: 10px; }
.bigger { font-size: 16px; }
.biggest { font-size: 18px; }
.underline { text-decoration: underline; }
.invisible { display: none; }
.alignTop { vertical-align: top !important; }
.red { color: #f20000 !important; }

/*********** Progress Bar styles *************/
        @media print {
        	.headerlogo {
        		display: inline-block;
        		content: url(/assets/img/logo/OTH.png);
        		transform: scale(.6);
        		top: -30px;
        	}
        	a:link:after,
        	a:visited:after {
        		content: " [" attr(href) "] ";
        	}
        }

        /*.innerBody {
        	min-width: 785px !important;
        }*/

		.navigator {
        	background-color: transparent !important;
        	box-shadow: none !important;
			margin-top: 100px;
			/*margin-top: 120px;*/
        }
		@media (max-width:992px) {
			.navigator {
				margin-top:20px;
			}
		}

        .step {
        	padding-left: 0px !important;
        	padding-right: 0px !important;
        }

        .numberCircle {
        	margin-top: -11px;
        	margin-left: 0px;
        	width: 100px;
        	padding: 1px;
			/*font: 9px Arial, sans-serif, bold;*/
			font-family: Arial, sans-serif;
			font-weight: bold;
			font-size: 9px;
        	color: #63a0d4;
        }

        .navigation-link {
        	cursor: pointer;
        }

        .navigator-icon {
        	height: 30px;
        	width: 30px;
        	float: left;
        	fill: #63a0d4;
        }

        .visited {
        	fill: #154879 !important;
        }

  		.navigator-title {
        	padding: 10px 10px 5px 35px;
        }

        .navigator-arrow {
        	height: 8px;
        	width: 100%;
        	margin: 0px;
        	padding: 0px;
        	float: left;
        	background-color: #63a0d4;
        }

        .selectedMenu {
        	background-color: #154879 !important;
        }

        .navigator-arrow .arrowBack {
        	height: 8px;
        	margin: 0px;
        	padding: 0px;
        	fill: #f7f7f7;
        	float: left;
        }

        .navigator-arrow .arrowHead {
        	height: 8px;
        	float: right;
        	background-color: #f7f7f7;
        	fill: #63a0d4;
        }

        .bold {
        	font-weight: bold;
        	color: #154879 !important;
        }

        .navigation-link:hover {
        	opacity: 0.5;
        }

        .navigator-title {
        	text-decoration: none;
        	color: #63a0d4;
        }

        .bold .numberCircle {
        	color: #154879;
        	border-color: #154879;
        }

        .enrollPlanName {
        	font-weight: bold;
        }

        .enrollDetails {
        	font-size: 10px;
        	color: black;
        	padding-top: 10px;
        	padding-bottom: 10px;
        	font-weight: 400;
        	white-space: nowrap;
        }

        .enrollDetails .response {
        	font-weight: bold;
        }

/*********** OLD styles **********/
.definition { font-family: Arial, sans-serif; font-weight: normal; color: #313131; }
.definitionHeader { font-size: 1.3em; font-weight: bold; }
.question {
	font-size: 1.1em;
	padding: 3px;
	border: 1px solid #aed0ea;
	background-color: #eaf4fc !important;
	font-weight: bold;
	color: #2779aa;
	width: 100%;
	height: 21px;
}
.question .left { width: 900px; float: left; }
.question .right { float: right; margin-top: 2px; }
.gray_text { font-family: Arial, sans-serif; font-size: 12px; color: #313131; line-height: 1.3; }
.middle { font-family: verdana, arial, geneva, san-serif; font-size: 11pt; color: 002164 }
.small { font-family: verdana, arial, geneva, san-serif; font-size: 10pt; color: 002164 }
.darktext { font-family: verdana, arial, geneva, san-serif; font-size: 11pt; color: 000000 }

/*.smaller {font-family: verdana, arial, geneva, san-serif; font-size: 8pt; color: 002164}*/
.smallgrey { font-family: verdana, arial, geneva, san-serif; font-size: 9pt; color: 666666 }
.smallergrey { font-family: verdana, arial, geneva, san-serif; font-size: 8pt; color: 666666 }
.smallblue { font-family: verdana, arial, geneva, san-serif; font-size: 9pt; color: 003399 }
.smallred { font-family: verdana, arial, geneva, san-serif; font-size: 9pt; color: ff0000 }
.date { font-family: verdana, arial, geneva, san-serif; font-size: 8pt; color: 8F9BB5 }
.features { font-family: verdana, arial, geneva, san-serif; font-size: 8pt; color: 47597D }
.copy { font-family: verdana, arial, geneva, san-serif; font-size: 8pt; color: D1DAE9 }
.searchkey { font-family: verdana, arial, geneva, san-serif; font-size: 7pt; color: D1DAE9 }
.tinytext { font-family: verdana, arial, geneva, san-serif; font-size: 7pt; color: D1DAE9 }
.tinyblue { font-family: verdana, arial, geneva, san-serif; font-size: 7pt; color: 003399 }
A.topics { font-family: verdana, arial, geneva, san-serif; font-weight: normal; font-size: 8pt; color: 000066; text-decoration: none }
A:hover.topics { font-family: verdana, arial, geneva, san-serif; font-weight: normal; font-size: 8pt; color: 003366; text-decoration: underline }
A:active.topics { font-family: verdana, arial, geneva, san-serif; font-weight: normal; font-size: 8pt; color: 336699; text-decoration: underline }
.HIGtopicsText { font-family: arial, geneva, san-serif; font-weight: normal; font-size: 8pt; color: 000000; text-decoration: none }
A.HIGtopics { font-family: arial, geneva, san-serif; font-weight: normal; font-size: 8pt; color: 000000; text-decoration: none }
A:hover.HIGtopics { font-family: arial, geneva, san-serif; font-weight: normal; font-size: 8pt; color: 003366; text-decoration: underline }
A:active.HIGtopics { font-family: arial, geneva, san-serif; font-weight: normal; font-size: 8pt; color: 336699; text-decoration: underline }
A.HIGtopicsbold { font-family: arial, geneva, san-serif; font-weight: bold; font-size: 8pt; color: 000000; text-decoration: none }
A:hover.HIGtopicsbold { font-family: arial, geneva, san-serif; font-weight: bold; font-size: 8pt; color: 003366; text-decoration: underline }
A:active.HIGtopicsbold { font-family: arial, geneva, san-serif; font-weight: bold; font-size: 8pt; color: 336699; text-decoration: underline }
A.tiny { font-family: verdana, arial, geneva, san-serif; font-weight: bold; font-size: 7pt; color: 336699; text-decoration: none }
A:hover.tiny { font-family: verdana, arial, geneva, san-serif; font-weight: bold; font-size: 7pt; color: 003366; text-decoration: underline }
A:active.tiny { font-family: verdana, arial, geneva, san-serif; font-weight: bold; font-size: 7pt; color: 660000; text-decoration: underline }
A.btmnav { font-family: verdana, arial, geneva, san-serif; font-weight: normal; font-size: 10pt; color: 336699; text-decoration: none }
A:hover.btmnav { font-family: verdana, arial, geneva, san-serif; font-weight: normal; font-size: 10pt; color: 003366; text-decoration: underline }
A:active.btmnav { font-family: verdana, arial, geneva, san-serif; font-weight: normal; font-size: 10pt; color: 660000; text-decoration: underline }
.HIGsmall { FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial, geneva, san-serif }
.CBmediumblue { FONT-SIZE: 8pt; COLOR: #3a5488; FONT-FAMILY: verdana, arial, geneva, san-serif }
A.CBmediumblue, A:active.CBmediumblue { FONT-SIZE: 8pt; COLOR: #3a5488; FONT-FAMILY: verdana, arial, geneva, san-serif; text-decoration: none; }
.CBmediumblack { FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: verdana, arial, geneva, san-serif }
.CBmediumred { FONT-SIZE: 8pt; COLOR: #ff0000; FONT-FAMILY: verdana, arial, geneva, san-serif }
.CBpaleblue { FONT-SIZE: 10pt; COLOR: #405982; FONT-FAMILY: verdana, arial, geneva, san-serif }
.CBpaleblue2 { FONT-SIZE: 8pt; COLOR: #405982; FONT-FAMILY: verdana, arial, geneva, san-serif }
.CBpaledark { FONT-SIZE: 8pt; COLOR: #00006F; FONT-FAMILY: verdana, arial, geneva, san-serif }
.HIGsmall { FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial, geneva, san-serif }
.CBdate { FONT-SIZE: 7pt; COLOR: #ffffff; FONT-FAMILY: verdana, arial, geneva, san-serif }
table.data-table { border-top: 2px solid #FFF; margin-bottom: 0.1em; width: 978px; font-size: 1em; background-color: white; }
table.data-table th { background-color: #eeeeff; color: #000; text-align: center; font-weight: bold; font-size: 0.85em; }
table.data-table td { color: #555; font-size: 0.85em; border-bottom: 1px solid #DDD; border-right: 1px solid #DDD; }
table.data-table tr.odd { background-color: #f3f3fa; }
table.data-table tr.even { background-color: #f9f9ff; }
table.data-table .noBottomNoRightBorder { border-bottom: 0px; border-right: 0px; }
table.data-table .noRightBorder { border-right: 0px; }
tr.odd.gradeA td.sorting_1 { background-color: #d7e4fb !important; }
tr.even.gradeA td.sorting_1 { background-color: #e5edfb !important; }
table.data-table td.stars { font-size: 1.1em; color: #C79810; }
.sorting_asc { background: url('images/sort_asc.png') no-repeat right bottom; }
.sorting_desc { background: url('images/sort_desc.png') no-repeat right bottom; }
.sorting { background: url('images/sort_both.png') no-repeat right bottom; }
.sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat right bottom; }
.sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat right bottom; }
.stars { font-size: 1.1em; color: #C79810; }
tbody tr.even:hover, #shePlans1 tbody tr.even td.highlighted { background-color: #ccffff; }
tbody tr.odd:hover, #shePlans1 tbody tr.odd td.highlighted { background-color: #ccffff; }
label.error { float: none; color: red; padding-left: .5em; font-size: 0.8em }
input.error { border: 2px solid red; }
.featured-prod { padding: 108px 0 20px 0; }
.featured-prod h4 { color: #231d1b; font-family: 'helveticaneuecyrbold'; font-size: 18px; text-align: center; letter-spacing: 3px; text-transform: uppercase; margin: 0 0 44px 0; }
.featured-prod .button { background: #c13433; display: block; height: 60px; max-width: 200px; text-align: center; line-height: 58px; padding: 1px 50px; border: 1px solid #c13433; color: #fff; font-family: 'helveticaneuecyrbold'; font-size: 16px; letter-spacing: 2px; text-transform: uppercase; margin: 40px auto 0 auto; }
.featured-prod .button:hover { text-decoration: none; opacity: 0.8; }
.featured-prod .f-wrap { padding: 39px 33px; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); background-color: #ffffff; height: 400px; }
.featured-prod .f-wrap img { max-width: 100%; height: auto; margin: 0 0 29px 0; }
.featured-prod .f-wrap a { color: #154879; font-family: 'helveticaneuecyrbold'; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; line-height: 18px; margin: 0; }
.featured-prod .f-wrap a:after { content: ''; display: inline-block; width: 18px; background: url("../img/icons/b-arr.svg") no-repeat left center; height: 18px; margin-left: 4px; vertical-align: top; }
.featured-prod .f-wrap p { color: #39393a; font-family: 'helveticaneuecyrlight'; font-size: 14px; line-height: 20px; letter-spacing: 1px; margin: 15px 0 0 0; }
.height-b:hover { opacity: 0.6; filter: alpha(opacity=60); cursor: pointer; }
.featured-prod .height-b { margin-bottom: 27px; }


.text-temporary {
	text-align:left;
	color: rgba(21, 72, 121, 1);
	font-family: Segoe UI;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}
.adaptiveTable {
	padding:0px 10px 2px 2px;font-size:smaller;
} 

#sideFilter {
	z-index: 100;
	box-shadow: 9px 0px 15px 0px rgba(0, 0, 0, 0.089);
}

.adaptiveTableheader {
	font-weight: bold;
	border-bottom: solid 1px black;
}

.adaptiveTableheader span {
	font-size:smaller !important;
}

@media (max-width:1200px) {
	.header .headerlogo a { width: 220px !important; height: 49px !important; }
	.header .headertext a {height: 40px; }
	footer .footer-menu li a { letter-spacing: 0; }
	.f-wrap img { float: left; padding-right: 20px; }
	.topnav { width: 550px; text-align: right; }

}

@media all and (max-width:1024px) {
	footer .footer-menu li a { letter-spacing: 0; }
	.header { position: relative !important; width:100%;}
}
@media (max-width:1115px) {
	.f-wrap { height: 480px !important; }
}
@media (max-width:990px) {
	.container, .containerWide { width: 100% }
	#articleBody { top: 0px; }
	select { margin-top: 15px; }
	.secondinput { margin-top: 15px; }
	.header .headerlogo a { width: 200px !important; }
	.topnav { width: auto !important; }
	header { position: relative !important; width:100%;}
	.header .headertext a { font-size: 14px; letter-spacing: 0.64px; line-height: 20px; margin-top: 0px; }
	footer { width: 100%; }
	footer .container { width: 100%; }
	footer .footer-menu li { display: block; line-height: 34px; }
	.f-wrap { clear: both; height: 600px !important; }
	.f-wrap img { width: 100%; }
	#articleBody { left: 0px !important; padding: 10px !important; }
	#navigationBody { display: none !important; }
	h1 { margin-top: 10px; }
		.offer {
			margin-top: -10px !important;
			padding-left: 10px !important;
		}
}
@media (max-width:776px) {
	.f-wrap { height: 530px !important; }
	.mainBox { background-color: #fff; box-shadow: 0 0 0px #c0c0c0; margin-top: 0px; padding: 20px 15px; }
}
@media (max-width:730) {
	.f-wrap { height: 500px !important; }
}
@media (max-width:620px) {
	.f-wrap { height: 430px !important; }
}
@media (max-width:680px) {
	
	.header .headerlogo { width:45% !important; }
	.header .headerlogo a { width: 100% !important; }
	.header .headertext { width:40% !important;}
	.header .headertext a { font-size:12px; }
	.topnav ul li { padding: 0px !important; }
	.topnav ul li a { font-size:12px !important; line-height:24px !important; height:25px !important; margin:0px !important; padding:1px 4px !important;}
	.f-wrap { height: 480px !important; }
	#articleBody h1 { font-size:24px !important; }
	.filterBox {
		/* display:none;*/
		box-shadow: 0 0 0px #c0c0c0 !important;
	 }
	 .tabbedcontainer {
		margin-left:10px;
		margin-right:10px;
	}
	.tabbedcontainer a {
		font-weight:bold;
	}
}
@media (max-width:480px) {
	.filterBox {
		/* display:none;*/
		box-shadow: 0 0 0px #c0c0c0 !important;
	 }
	 
	 header {
		 width: 105%;
	 }

	.header .headerlogo { width:40% !important; }
	.header .headertext { width:44% !important;}
	.header .headertext a { font-size:10px; }

	.f-wrap { height: 350px !important; }
	footer .sign li a { font-size: 13px; }
	.filterBox {
		/* display:none;*/
		box-shadow: 0 0 0px #c0c0c0 !important;
	 }
}
@media (max-width:768px) {
	.sidebar-nav .navbar .navbar-collapse { padding: 0; max-height: none; }
	.sidebar-nav .navbar ul { float: none; display: block; }
	.sidebar-nav .navbar li { float: none; display: block; }
	.sidebar-nav .navbar li a { padding-top: 12px; padding-bottom: 12px; }
	.offer {
		margin-top: -10px !important;
		padding-left: 10px !important;
	}

}
@media screen and (max-width: 767px){
	.table>tbody>tr>td
	 {
		    white-space: inherit !important;
	}
	#more {
		margin-top: 10px !important;
	}
}

@media screen and (max-width: 450px) {
	.filterBox {
	   /* display:none;*/
	   box-shadow: 0 0 0px #c0c0c0 !important;
	}
	header {
		width: 105%;
	}
}