@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');

/* Basic element styling */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #222;
	padding-top: 123px;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
h1, h2, h3 {
	font-weight: 300;
	line-height: 1.3;
}
h1 {
	font-size: 52px;
	line-height: 1.15;
	color: #0087c0;
}
h2 {
	font-size: 24px;
}
/* Do not change these colors to CBC Blue. Colors are purposely darker to meet contrast ratio requirements for WCAG 2.0 */
h3 {
	font-size: 24px;
	color: #0087c0;
}
h4 {
	font-size: 18px;
	color: #017aad;
}
h5 {
	font-size: 18px;
}
a{
	text-decoration: underline;
}
.btn {
	text-decoration: none !important;
}
p.lead {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 25px;
}
cite {
	color: #444;
}
a {
	color: #006f9e;
}
.pagination {
	margin: 0;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
#main_content ul, #main_content ol {
	overflow: hidden;
}
@media (max-width: 992px) {
	h1 {
		font-size: 42px;
	}
	h2, h3 {
		font-size: 21px;
	}
	br { display: none; }
	br.stay { display: inline; }
	.center-mobile {
		text-align: center;
		padding-bottom: 10px;
	}
}
.img-pad {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.img-body {
	margin: 20px;
	max-width: 30%
}
.img-body.pull-left {
	margin-left: 0;
}
.img-body.pull-right{
	margin-right: 0;
}
.margin-top{
	margin-top: 20px;
}
.margin-bottom{
	margin-bottom: 20px;
}
.pad-top {
	padding-top: 20px;
}
.pad-top-half {
	padding-top: 10px !important;
}
.pad-bottom {
	padding-bottom: 20px;
}
.white {
	color: #fff;
}
.progress-bar-success {
	background-color: #89c528;
	text-align: left;
	padding-left: 10px;
}

/* Button Styling */
.banner .btn-primary {
	font-size: 19px;
}
.btn-padding {
	margin-left: 10px;
}
.btn-primary {
	background-color: #0071CF;
	border-color: #0071CF;
	border-radius: 30px;
	padding: 10px 20px;
	font-weight: 700;
}
.btn-primary:hover {
    color: #fff;
    background-color: #00447c;
    border-color: #00447c;
}
.btn-primary:focus {
    color: #fff;
    background-color: #00447c;
    border-color: #00447c;
}
.btn-primary:active {
    color: #fff;
    background-color: #005aa6;
    border-color: #005aa6;
}
.btn-info {
	background-color: #ffffff;
	border-color: #0071CF;
	border-radius: 30px;
	padding: 10px 40px;
	font-weight: bold;
	font-size: 16px;
	color: #0071CF;
}

.btn-info:hover {
    color: #fff;
    background-color: #0053B1;
    border-color: #204d74;
}
.btn-default {
	border-radius: 30px;
	padding: 10px 40px;
	font-weight: bold;
	font-size: 16px;
}
.btn-success {
	border-radius: 30px;
	padding: 10px 40px;
	font-weight: bold;
	font-size: 16px;
}
.btn-danger {
	border-radius: 30px;
	padding: 10px 40px;
	font-weight: bold;
	font-size: 16px;
}

/* Modal styling */
@media (min-width: 768px) {
	.modal-dialog {
		width: 800px;
	}
}
.modal-body {
	padding: 40px;
}

/* Tab styling */
.tab-pane {
	padding-top: 40px;
}

/* Styling for navigation menu */
.top-header {
	border-bottom: 1px solid #e7e7e7;
	font-size: 14px;
}
.top-header .btn {
	padding: 5px 5px;
	color: #222;
}
.menu-block {
	display: block;
	padding: 6px 0;
	padding-left: 15px;
	color: #222;
}
.menu-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-block li {
	display: inline;
	margin: 0;
	padding: 0;
}
#login-dp {
	padding: 20px;
	margin-left: -170px;
}
#login-dp .btn-primary {
	color: #fff;
}
.btn-login {
	font-weight: bold;
	color: #006f9e !important;
	padding: 3px 0 !important;
	padding-left: 10px !important;
	font-size: 17px;

}
.no-pad {
	padding: 0;
}

/* Navigation bar styling */
.navbar-default {
	background-color: #ffffff;
	margin-bottom: 0;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle > .icon-bar {
	background-color: #169BD5;
}
.navbar-default .navbar-brand {
	margin-right: 60px;
	padding-top: 22px;
}
.navbar-default .navbar-brand img {
	max-width: 250px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 500px;
}
.navbar-default .navbar-nav > li > a {
	color: #222222;
	font-weight: 500;
	font-size: 18px;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 8px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #169BD5;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #169BD5;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #f2f2f2;
	color: #222;
}
.dropdown-menu {
	background-color: #f2f2f2;
	min-width: 250px;
	border: none;
	box-shadow: none;
}
.dropdown-menu>li>a {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #006f9e;
	font-size: 15px;
}
.navbar-form {
	padding-top: 18px;
	padding-bottom: 14px;
}
.navbar-form input {
	min-width: 250px;
}
.navbar-form button {
	padding: 6px 12px;
	padding-right: 15px;
	font-size: 14px;
}

/* Message Center Alert Bar */
.alert-bar {
	background-color: #FFFFCC;
	border-top: 1px solid #dddddd;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.danger-bar {
	background-color: #fef3f2;
	border-top: 1px solid #dddddd;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Mobile styling for header */
@media (max-width: 768px) {
	body {
		padding-top: 0px;
	}
	.navbar-default .navbar-brand {
		margin-right: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navbar-default .navbar-brand img {
		max-width: 220px;
	}
	.navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eeeeee;
	}
	.navbar-nav, .navbar-form {
		margin-top: 0;
		margin-bottom: 0;
	}
	.mobile-left {
		text-align: left;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		background-color: #f2f2f2;
	}

}

/* Global page structures */
.content {
	padding: 30px 0;
}
.bread-wrap {
	background: rgba(240,240,240,.95);
	padding: 3px 0;
}
.bread-wrap .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	font-size: 13px;
	color: #444;
	padding-left: 0;
	font-weight: 700;
}
.banner {
	background-position: center top;
	background-size: cover;
	background-color: #f8fcfe;
	border-bottom: 1px solid #e7e7e7;
}
.vid-banner {
	background-color: transparent;
}
.banner .container {
	min-height: 320px;
	padding-bottom: 40px;
}
.banner .container.tall {
	min-height: 520px;
}
.banner .container.short {
	min-height: 250px;
}
.banner.home-retail .container {
	min-height: 450px;
	padding-top: 130px;
	margin-top: 70px;
}
.banner h1 { 
	margin-top: 50px;
	margin-bottom: 8px;
}
.banner .container.short {
	min-height: auto;
}
.no-height {
	min-height: auto !important;
	padding-bottom: 0 !important;
	background-color: transparent !important;
}
@media (max-width: 992px) {
	.banner h1 {
		text-align: center;
		margin-top: 65px;
	}
	.banner p {
		text-align: center;
	}
	.banner .container, .banner .container.tall {
		min-height: 280px;
		width: 100%;
		padding-top: 0;
	}

}

/* Icon styling on main section */
.content a:hover .row {
	background-color: #ebf6fc;
	cursor: pointer;
	border-radius: 15px;
}
.content  a.no-hover:hover .row {
	background-color: transparent;
	cursor: pointer;
	border-radius: 15px;
}
.content a .row p {
	color: #222;
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	.content a:hover .row {
		background-color: transparent;
		cursor: pointer;
	}
	.content a .row h3,
	.content a .row h4 {
		margin-top: 45px;
	}
}

/* Global Footer */
footer {
	border-top: 1px solid #e7e7e7;
	font-size: 13px;
	color: #444;
	padding-bottom: 100px;
	margin-top: 50px;
}
.footer-one {
	padding-top: 20px;
	font-size: 21px;
	font-weight: 300;
}
.footer-links {
	padding: 15px 0;
	line-height: 24px;
}
@media (max-width: 768px) {
	.footer-links {
		text-align: center;
	}
	.user-name-welcome {
		width: 130px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.footer-links a:not(:last-child) {
	border-right: 1px solid #ddd;
	padding-right: 10px;
}
.footer-links a:not(:first-child) {
	padding-left: 10px;
}
footer .spacer {
	padding: 0 10px;
	color: #666;
}
footer .social a {
	margin-left: 5px;
}
.exp-link {
	cursor: pointer;
}
.exp-link em {
	color: #ccc;
}
.sub-links {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
	display: none;
}

/* Medicare Plan Table Styling */
.table-benefits {
	margin-top: 30px;
	margin-bottom: 60px;
	table-layout: fixed;
	border-spacing: 1px 0;
	border-collapse: separate;
}
@media (max-width: 992px) {
	.table-benefits {
		table-layout: auto;
	}
}

.table-benefits > thead > tr > th {
	border-bottom: none;
}

.table-benefits th, .table-benefits th a {
	color: #fff;
}

.table-benefits th.option-1 {
	background-color: #0098D8;
}

.table-benefits th.option-2 {
	background-color: #999999;
}

.table-benefits th.option-3 {
	background-color: #89C528;
}

.table-benefits th.option-4 {
	background-color: #888;
}

.table-benefits th.subheader {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 10px 20px;
}

.table-benefits th.option-1.subheader {
	color: #003359;
	background-color: #bfccd5;
}

.table-benefits th.option-2.subheader {
	color: #755418;
	background-color: #dcd4c5;
}

.table-benefits th.option-3.subheader {
	color: #aa272f;
	background-color: #eac9cb;
}

.table-benefits th.option-4.subheader {
	color: #888;
	background-color: #eee;
}

.option-age-value {
	background-color: #0094d8 !important;
	color: #fff;
}

.option-1-value, .option-2-value, .option-3-value, .option-4-value, .option-5-value {
	font-weight: bold;
	font-size: 16px;
}

.table-benefits > thead > tr:last-child > th {
	border-top: none;
	border-bottom: 1px solid #eeeeee;
}

.table-benefits > thead > tr > th, .table-benefits > tbody > tr > td {
	padding: 20px;
	border-spacing: 1px 0;
}

.table-benefits > thead > tr > th {
	vertical-align: middle;
}

.table-benefits > tbody > tr > td {
	border-top: 1px solid #eeeeee;
	background-color: #fff;
}

.table-benefits tbody tr td:nth-child(2) {
	background-color: #e2e2e2;
}

.table-benefits tbody tr td:nth-child(3) {
	background-color: #ededed;
}

.table-benefits tbody tr td:nth-child(4) {
	background-color: #f3f3f3;
}

.table-benefits tbody tr td:nth-child(5) {
	background-color: #e2e2e2;
}

.table-benefits tbody tr td:nth-child(6) {
   background-color: #ededed;
}

.table-benefits tbody .section-tr td:nth-child(1) {
	font-weight: bold;
}

.table-benefits tbody .section-tr td:nth-child(2) {
	background-color: #c9e1ed;
}

.table-benefits td:first-child {
	background-color: transparent;
}

.table-benefits td:first-child a {
	display: inline-block;
	padding-right: 18px;
	background-image: url('/wps/wcm/connect/prod_nws.capitalbluemedicare.com-20102/6d689c13-74fc-44de-8a77-040d2e02ad88/icon-table-benefits-link.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE.Z18_4G00HA41L8QK40AH440E0G0OH3-6d689c13-74fc-44de-8a77-040d2e02ad88-l5KJ5Uo');
	background-repeat: no-repeat;
	background-position: right center;
}

.table-benefits .subbenefit-header td {
	padding-bottom: 5px;
}

.table-benefits .subbenefit td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.table-benefits .subbenefit td:first-child {
	padding-left: 40px;
}

.table-benefits > tbody > tr > .has-glyphicon {
	vertical-align: middle;
}

.table-benefits tbody .glyphicon {
	display: block;
	text-align: center;
}

.table-benefits .glyphicon-ok {
	color: #0c0;
}

.table-benefits .glyphicon-remove {
	color: #c00;
}

@media screen and (max-width: 1200px) {
	.table-responsive {
		border: none;
	}
	.table-benefits {
		border: 0;
	}
	.table-benefits thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.table-benefits tr {
		display: block;
		border: 2px solid #eee;
		margin-top: 1em;
		margin-bottom: 1em;
		-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.10);
		box-shadow: 3px 3px 5px 0 rgba(0,0,0,.10);
	}
	.table-benefits td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: center !important;
		width: 100% !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		border-top: none !important;
		border-bottom-color: #f5f5f5 !important;
		text-align: right !important;
	}
	.table-benefits td a.btn {
		display: block;
	}
	.table-benefits td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
	.table-benefits td:last-child {
		border-bottom: 0;
	}
	.table-benefits td.text-left {
		text-align: left !important;
	}

}

/* MyCap Specific */
.line-right {
	border-right: 1px solid #ddd;
	padding-right: 40px;
}
@media (max-width: 992px) {
	.line-right {
		border-right: none;
		padding-right: 0;
	}
}
.value {
	display: block;
	margin-top: -75px;
	padding-bottom: 40px;
}
.claim-number {
	font-weight: 100;
	font-size: 108px;
	line-height: 100px;
	padding-top: 2px;
	padding-bottom: 10px;
}
.claim-number a:hover {
	text-decoration: none;
}
.pending-claim {
	margin-bottom: 30px;
}

/* Panels */
.panel-group {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.panel-group .panel, .panel-heading {
    border-radius: 0;
    background-color: transparent;
}

.panel-default, .panel-default > .panel-heading {
    border-color: transparent;
}

.panel-default > .panel-heading {
    background-color: #fff;
}

.panel-body {
    padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
    background-color: #fff;
}

.panel-title {
    font-size: 19px;
    padding: 15px;
    color: #0B9DDA;
}

.accordion-icon {
    display: inline-block;
    width: 16px;
    height: 9px;
    margin-right: 25px;
    vertical-align: middle;
    background-image: url('../img/global/icon-accordion.png');
    background-position: center bottom;
}

.collapsed > .accordion-icon {
    width: 9px;
    height: 16px;
    background-position: center top;
}

.panel-body > .row > div > .h3:first-child {
    margin-top: 0;
}

.panel-body .row.separated {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #0094d8;
}

.glossary .h3 {
    margin: 0;
}

.glossary + .glossary {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.tab-links {
	margin-top: -30px;
	text-align: right
}
.tab-links a {
	font-weight: bold;
	margin-right: 30px;
	font-size: 18px;
}
/* Login and Registration Process */
.login-bg {
	background-color: #f5f5f5;
}
.login-container {
	padding: 40px;
	padding-bottom: 60px;
	background-color: #fff;
	border-radius: 20px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.login-footer {
	padding: 40px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.block-label {
	display: block;
}
.message-center {
	overflow: scroll !important;
	max-height: 350px;
	background-color: #f5f5f5;
}
.message-center li a {
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.line-bar {
	border-left: 1px solid #ddd;
	padding-left: 0;
}


/* Developer */
.section-divider {
	background-color: #f2f2f2;
	border-bottom: #e7e7e7;
	padding: 20px 10px;
	margin-top: 70px;
}
.placeholder {
	padding: 10px;
	margin-bottom: 30px;
	background-color: #eeeeee;
	font-size: 12px;
}
.container-sm {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
.hide {
	display:none;
}
.error {
	color: red;
	font-weight: 700;
}
.info {
	color: green;
	font-weight: 700;
}
input.error, input:focus.error  {
	border-color: red;
}
.no-wrap {
	white-space: nowrap;
}
.no-pad-top{
	padding-top: 0px !important;
}
/* Begin - Spinner Classes */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0087c0;
  width: 120px;
  height: 120px;
  margin:auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.cbc-spinner{
	color:#0087c0;
}
/* End - Spinner Classes */
@media (min-width:768px) {
	.notemethods{
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
}
.notemethod-label{
	font-weight:bold;
	margin-left: 5px;
}
.notemethod-label-no-tooltip{
	margin-right:10px;
}
.notemethod-label-tooltip{
	margin-right:2px;
}
.notemethod-input{
	margin-right: 5px; 
}
.radio-select{
 	margin-right: 10px;
	margin-left: 5px;
	font-weight: normal;
}
.checkbox-select{
 	margin-right: 10px;
	margin-left: 5px;
	font-weight: normal;
}
.third-party-app-icon{
	height: 32px;
	width: 32px;
}
#employerOnboardingForm input[type=radio] {
   margin-right: 5px;
}
.idCardImage{
	max-width: 400px;	
}
.idCardImageLead{
	margin-bottom: 0 !important;
}
.btn-border{
	border: 2px solid #ededed;
	border-left: 7px solid #dcdcdc;
	box-shadow: 10px 5px 5px #dcdcdc;
}
.btn-border:hover{
	background-color: #eaeaea;
}

.deviceButtonPanel{
	margin: 0% 12% 0% 8%;
}

.device-table {
	width: 100%;
}

.device-table-header {
  	padding: 5px;
	background: #0087c0 !important;
	color: #fff !important;
	text-align: center;
} 

.device-table td {
  padding: 5px;
}

.device-table th:nth-child(1),
.device-table th:nth-child(2),
.device-table th:nth-child(3),
.device-table th:nth-child(4),
.device-table td:nth-child(1),
.device-table td:nth-child(2),
.device-table td:nth-child(3),
.device-table td:nth-child(4) {
	border-right: 1px solid #bdbdbd;
}

.device-table td:nth-child(1),
.device-table td:nth-child(5) {
	text-align: center;
}

.device-table td:nth-child(1),
.device-table td:nth-child(5) {
	width: 65px;
}

.device-table td:nth-child(1) * {
	padding-right: 2.5px;
	padding-left: 2.5px;
}

.device-table-row-odd {
	background: #fdfdfd !important;
}

.device-table-row-even {
	background: #f2f2f2 !important;
}

.no-text-decoration,
.no-text-decoration:hover {
	text-decoration: none;
}

.display-inline {
	display: inline;
}

.mfaFormInput {
	margin: auto;
	width: 85%;
}

.panel-mfa {
  width: 100%;
  display: block;
  padding: 0;
}

.extra-small {
	font-size: 65%;
}

.toggle {
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
  cursor: pointer;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
  cursor: pointer;
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #ddd 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #0087c0;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.toggle-switch.switch-sm {
	width: 52px;
	height: 28px;
}
.toggle-switch.switch-sm:before {
	width: 22px;
	height: 22px;
	top: 3px;
	left: 3px;
}

.toggle-checkbox:disabled + .toggle-switch:before,
.toggle-checkbox:disabled + .toggle-switch:after,
.toggle-checkbox:disabled + .toggle-switch {
	opacity: 50%;
	cursor: default;
}

.vcenter {
	vertical-align: -50%
}

.mt-7h {
	margin-top: 7.5px;
}

.mt-5 {
	margin-top: 5px;
}

.ml-2 {
	margin-left: 2px;
}

.ml-4 {
	margin-left: 4px;
}

.mr-5p {
	margin-right: 5%;
}

.btn-yesno {
	padding: 10px 40px;
}

.m-6p {
	margin: 0 6%;
}

.deviceTypeText {
	margin: 0% 20%;
	width: 60%;
}