
body{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color: transparent;
}

@media (min-width:768px){
	h1{font-size: 4.209em;}
	h2{font-size: 2.369em;}
	h3{font-size: 1.777em;}
	h4{font-size: 1.333em;}
	h5{font-size: 1.15em;}
	h6{font-size: 1em;}
}
main .container .row{
	margin-top: 40px;
	margin-bottom: 40px;
}
a{
	color:#00447C;
}
h1{
	font-size: 3.5em;
	color: #00447c;
	font-weight: 700;
}
h2{
	color: #00447c;
	font-weight: 700;
}
h3{
	color: #00759e;
	font-weight: 700;
	margin-bottom: 20px;
}
h4{
	color: #00759e;
	font-weight: 800;
}
h5{
	font-weight:600;
	margin-top: 40px;
	font-size: 1em;
}
.small{
	font-size: 70%;
	font-style: italic;
}
.locations p{
	margin-bottom: 20px;
}

.navbar{
	margin-bottom: 0;
	background-color: #FFF;
	border-radius: 0;
}
.navbar .container{
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-collapse{
	margin-top: 5%;
}
.navbar-default{
	background-image:none;
}

.navbar-default .navbar-nav>li>a{
	font-size: 14px;
	text-transform: uppercase;
	color: #444;
	font-weight: 700;
	transition: .5s ease-in-out;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #00759e;
}

.nav.navbar-nav{
	float: right
}
.navbar-ctas .btn{
	float: right
}

.navbar-ctas .btn{
	margin-left: 10px;
}
@media (max-width: 991px){
	.navbar-ctas{
		float: left;
		clear: both;
		margin-bottom: 20px;
		padding-bottom: 20px
	}
}

.jumbotron{
	margin-bottom: 0;
}

h2{
	margin-bottom: 30px;
}
.breadcrumb-wrapper{
	background: #f5f5f5;
}
.breadcrumb-wrapper .container{
	margin-top: 0;
	margin-bottom: 0;
}
.breadcrumb{
  margin-top: 10px;
  margin-bottom: 10px;
}
.jumbotron{
	padding: 0;
	max-height: 600px;
	height: auto;
	overflow: hidden;
	position: relative;
	background-image: url(/virtual-care/img/zip-hero.jpg);
	background-size: cover;
}
.jumbotron img{
	width: 100%;
	height: auto;
}
@media (min-width:1600px){
	.jumbotron img{
		margin-top:-5%;
	}

}
.jumbo-cta{
	margin-top: 12.5%;
	margin-bottom: 12.5%;
	color: #FFF;
}
.jumbo-cta h1, .jumbo-cta p{
	color:#FFF;

}
.jumbo-cta h1{
	font-size: 56px;
}
.jumbo-cta p{
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}
.jumbo-cta h5{
	margin-top: 20px;
	line-height: 1.4em;
}

@media (max-width: 767px){
	.jumbo-cta h1{
		font-size: 30px;
	}
	.jumbo-cta p{
		font-size: 18px;
	}
}
.jumbotron p.small{
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	padding: 0 15px;
	color: #FFF;
}
.icon-cta .fa{
	font-size: 64px;
	text-align: center;
	color: #66c9d0;
  margin: 0 auto;
  float: none;
  display: block;
}
@media (max-width: 767px){
	.icon-cta .fa{
		font-size: 50px;;
	}
}
.btn{
	white-space: normal;
	border-radius: 8px;
	transition: .5s ease-in-out;
}
.btn-primary, .btn-warning{
	background-image: none;
/*	border: none;
*/	padding: 10px;
	font-weight: 600;
}
.btn-warning{
	background-color: #F08120;
}

.btn-outline{
	background-color:transparent;
}
.btn-warning.btn-outline{
	border: 1px solid #F08120;
	text-shadow: none;
	color:#F08120;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus{
	color: #eb9316;
	border: 1px solid #eb9316;
	background-color: #FFF;
}
.btn-primary{
	background-color: #337ab7;
	border-color: #337ab7;
}
.btn-link {
  font-weight: 600;
  margin-top: 20px;
  font-size: 16px;
  color: #337ab7;
  border-radius: 0;
}
.jumbotron .btn-primary{
	background-color: #FFF;
	color: #00759e;
	text-shadow: none;
	margin-top: 10px;
	padding: 15px 25px;
	font-size: 18px;
}
.jumbotron .btn-primary:hover,  .jumbotron .btn-primary:focus{
	color: #00447c;
}

footer{
	background-color: #00447c;
	color: #FFF;
	padding: 40px;
}
footer h3{
	font-size: 20px;
	color: #FFF;
}
footer p{
	font-size: .8em;
	text-align: center;
}
footer ul{
	text-align: center;
}
footer li{
	font-size: .7em;
}
footer a{
	color: #FFF;

}
footer a:hover{
	color: rgba(255, 255, 255, .75);
	text-decoration: underline;
}
footer .container{
	padding-bottom: 20px
}
footer .container-fluid{
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.35);
}
.footer-call-link{
	padding-top: 15px;
	padding-bottom: 15px;
}

.telehealth-badge img{
	max-width: 105px;
	float: right;
}

.flex-row{
	display: flex;
  align-items: center;
}

.container-wrap{
	background-color: #ccc;
	background: url(/virtual-care/img/cubes.png);
}

ul.condition li{
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 700;
}
ul.condition li a {
  color: #00759e;
  text-decoration: none;
  border-bottom: 1px dotted #eee;
  transition: .5s ease-in-out;
}
ul.condition li a:hover {
  color: #00447c;
  text-decoration: none;
  border-bottom: 1px solid #dadada;
}


.condition .jumbotron{
	background-image: none;
	max-height: 248px;
}
.condition .jumbotron h1{
	font-size: 40px;
}
.condition .jumbotron img{
	position: absolute;
}
.condition .jumbo-cta{
	margin-top: 5%;
	margin-bottom: 5%;
}
@media (min-width: 1400px){
	.condition .jumbo-cta{
		margin-top: 8%;
		margin-bottom: 8%;
	}
	.condition .jumbotron{
		background-image: none;
		max-height: 400px;
	}
}
@media (max-width: 768px){
	.condition .jumbotron img {
	  position: absolute;
	  width: 150%;
	  margin-left: -50%;
	}
	.condition .jumbo-cta {
	    margin-top: 10%;
	    margin-bottom: 10%;
	}
	.condition .jumbotron h1{
		font-size: 24px;
	}
}

.condition .jumbotron .jumbo-cta .btn-link{
	margin-top: 0;
	padding-left: 0;
	color: #5cbee0;
}
.condition .jumbotron .jumbo-cta .btn-link:hover{
	color: #3ab4e0;
}
.symptom-list{
	column-count: 2;
	padding-top: 15px;
}
.symptom-list li{
	margin-bottom: 15px;
}
main .container .row.flat-rate-callout{
	margin-top: 0;
}
.flat-rate-callout .btn-primary{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px 15px;
	font-size: 16px;
}

@media (min-width: 992px){
	.flat-rate-callout .btn-primary{width: 95%;}
	.right-sidebar{
		border-left: 1px solid #ddd;
		padding-left: 40px;
	}

}
.flat-rate-price{
	font-size: 56px;
	line-height: 58px;
	font-weight: 700;
	color: #337ab7;
	float: left;
	margin-right: 10px;
}
.flat-rate-price sup{
	font-size: 55%;
}
.flat-rate-text{
	font-size: 12px;
	font-weight: 400;
	color: #337ab7;
	float: left;
}
p.flat-rate-head{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

.treatment h3{
	margin-top: 40px;
}
.panel h4{
	font-weight: 700;
}
.panel.panel-default{
	margin-bottom: 20px;
}

.panel-body h5{
	margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
}
.panel-heading{
	padding-top: 20px;
	padding-bottom: 20px;
}
.panel-body p{
	font-size: 14px;
}
.panel-body a{
	color: #00759e;
	font-weight: 500;
}
.panel-body .row{
	margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 991px){
	p.flat-rate-head{
		padding-top: 15px;
	}
}
@media (min-width: 1200px){
	p.flat-rate-head{
		padding-top: 15px;
	}
}

@media (min-width: 768px){
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.navbar-collapse.collapse.in {
	    display: block!important;
	}
}

@media (min-width: 991px){
	.navbar-collapse.collapse {
	    display: block!important;
	    height: auto!important;
	    padding-bottom: 0;
	    overflow: visible!important;
	}
}
@media (min-width: 768px){
	.navbar img{
		max-width: 300px;
  }
}

@media (max-width: 1200px){
	.navbar-ctas{
		padding-top: 8px;
	}
	.navbar-default .navbar-nav>li>a{
		font-size: 13px;
	}
	.btn-warning{
	  padding: 8px;
	  font-size: 13px;
	}
}

@media (max-width: 991px){
	.navbar-toggle {
    display: block;
    margin-top: 9%;
	}
	.navbar-collapse{
		margin-top: 0;
	}
	#myNavbar.collapse {
	    display: none !important;
	}
	#myNavbar.collapse.in {
	    display: block !important;
	}
	.navbar-header {
	    float: none;
	}
	.navbar-nav>li {
	    float: none;
	}
	.nav.navbar-nav {
	    float: left;
	}
}
@media (max-width: 767px){
	h1{font-size: 2.5em;}
	h2{font-size: 1.5em;}
	h3{font-size: 1.333em;}
	h4{font-size: 1.15em;}
	h5{font-size: 1em;}
	h6{font-size: .9em;}
	ul.condition{margin-bottom: 0;}
	.navbar img{
		max-width: 200px;
  }
  a.logo-anchor{
		display: block;
		overflow: hidden;
		float: none;
		max-width: 200px;
	}
  .navbar-ctas .btn:nth-child(2){
  	margin-left: 0;
  }
	footer .footer-logo img{
	  width: 225px;
	  margin: 0 auto;
	}
	footer h3{
		font-size: 18px;
	}
	.telehealth-badge img {
    max-width: 105px;
    float: none;
    margin: 15px auto;
	}
	.jumbo-cta {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  /* .jumbotron .btn-primary {
		padding: 12px 20px;
		font-size: 14px;
	} */
	ul.condition li{
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
