body, p { font-family: 'nimbus-sans', arial; color: #46494a; }

::-webkit-input-placeholder { color: #1d1d1d; }
:-moz-placeholder { /* Firefox 18- */ color: #1d1d1d; }
::-moz-placeholder {  /* Firefox 19+ */ color: #1d1d1d; }
:-ms-input-placeholder { color: #1d1d1d; }

a { color: #046e9f; font-weight: 400; }
a:hover { color: #787878; }

a img { transition: all 0.3s ease-out 0s; }
a img:hover { opacity: 0.7; }

p { font-size: 16px; line-height: 22px; margin-bottom: 25px; }
	@media only screen and (max-width: 767px) { p { font-size: 16px; line-height: 23px; } }


#services .row p:last-child, #services .row p.lead:last-child { margin-bottom: 30px !important; }

p.lead { font-size: 20px; font-family: 'nimbus-sans'; color: #46494a; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ccc; }
	@media only screen and (max-width: 767px) { p.lead { font-size: 21px; line-height: 26px; margin-bottom: 30px; text-align: center; } }

p.lead small { font-size: 18px; }
	@media only screen and (max-width: 767px) { p.lead small { font-size: 15px; } }

h1, h2, h3, h4, h5, h6 { font-family: 'GothamBook'; color: #6e7172; margin-bottom: 20px; letter-spacing: -.05em; }

h2 { font-size: 50px; margin-bottom: 25px; color: #046e9f; }
	@media only screen and (max-width: 767px) { h2 { font-size: 40px; text-align: center; } }

h3 { font-size: 30px; line-height: 35px; }
	@media only screen and (max-width: 767px) { h3 { font-size: 30px; line-height: 34px; } }

h4 { font-size: 24px; line-height: 28px;margin-bottom: 10px; }


.divider { background: #ccc; height: 1px; display: block; margin: 40px 0; clear: both; }
.divider.icon { background: none; height: auto; }
.divider.icon img {  max-width: 150px; }


.content-sub .btn { margin-top: 0; }
.content-sub .full-list li { float: left; width: 50%; }
	@media only screen and (max-width: 480px) { .content-sub .full-list li { width: 100%; } }

.content-sub ul.col3 { list-style-type: none; margin-left: 0; }
.content-sub ul.col3 li { float: left; width: 33%; margin-bottom: 20px; }
	@media only screen and (max-width: 768px) { .content-sub ul.col3 li { width: 50%; } }
	@media only screen and (max-width: 480px) { .content-sub ul.col3 li { width: 100%; } }


.box { background: #fff; border: 1px solid #ddd; }
.box p { font-size: 18px; line-height: 28px; text-align: center; padding: 20px }

.btn { font-family: 'GothamMedium'; font-size: 15px; line-height: 16px; background: #157fb0; display: block; color: #fff; padding: 15px 30px 14px 30px; }
.btn:after { content: ""; }

.btn.inlineblock { display: inline-block; }

.row.content-inner { background: #fff; }
.main-wrapper > .container { padding-left: 0; padding-right: 0; }

.main-wrapper { padding-top: 193px; }
	@media only screen and (max-width: 992px) { .main-wrapper { padding-top: 0; } }

header { background: url('/assets/img/bkg-header.png') top center; background-attachment: fixed; left: 0; position: fixed !important; top: 0; z-index: 99999 !important; width: 100%; box-shadow: 1px 18px 27px -20px rgba(0, 0, 0, 0.3); }
	@media only screen and (max-width: 992px) { header { margin-top: 46px; position: relative !important; z-index: 999 !important; } }
header .row.head { padding-top: 20px !important; padding-bottom: 20px !important; display: block; }
header .row img { max-width: 520px; margin-top: 5px; }
	@media only screen and (max-width: 767px) { header .row img { max-width: 420px; } }
	@media only screen and (max-width: 480px) { header .row img { max-width: 100%; } }

header p { font-size: 15px; line-height: 20px; font-weight: 500; margin: 0; color: #fff; }

	@media only screen and (min-width: 992px) { header #logo { float: left; } }
header #cta { float: right; }

header .cta p { display: none; }
.cta h3 { margin-bottom: 0; }
.cta h3 a { font-family: 'GothamBook'; font-size: 33px; line-height: 35px; color: #fff; }
.cta .btn { font-family: 'GothamMedium'; display: inline-block; font-size: 16px; line-height: 22px; text-transform: uppercase; padding: 12px 20px 10px 20px; margin: 3px 0 5px 0; background: #fff; color: #046e9f; }

.content-sidebar .cta h3 a { color: #046e9f; }
.content-sidebar .cta .btn { background: #046e9f; color: #fff; }

header.scrolled .row h1 { /* height: 105px;  */overflow: hidden; }
header.scrolled .row img { /* max-width: 400px; */ }
	@media only screen and (max-width: 992px) { header.scrolled .row h1, header.scrolled .row img { height: inherit; } }
header.scrolled p { display: none; }
header.scrolled .cta h3 { padding-top: 0px; }


nav { margin-bottom: 0; }
nav ul, nav li { list-style-type: none; font-family: 'GothamMedium'; font-size: 15px; letter-spacing: -.05em; }
/* nav li ul li:first-child { border-top: 1px solid #fff; } */
nav, .nav .dropdown-menu > li > a:hover, .nav .dropdown-menu > li > a:focus { background: #046e9f; }
nav .nav li a { color: #fff; padding: 12px 0; }
nav .nav .dropdown-menu > li > a { padding: 10px 20px; text-transform: none; }
nav .nav li a:hover, nav .nav li a:focus, .dropdown-menu, header nav li a.selected { background: #157fb0; color: #fff; }

/* Center nav items */
header nav { text-align: center; }
header nav li { display: inline-block !important; }
header nav li ul li { display: block !important; }

@media (min-width: 993px) { nav li a { padding-left: 20px !important; padding-right: 20px !important; } }
@media (max-width: 1190px) { nav li a { padding-left: 15px !important; padding-right: 15px !important; } }
@media (max-width: 1120px) { nav li a { padding-left: 5px !important; padding-right: 5px !important; } }


/* Allows for submenu to open on hover on desktop and click on mobile nav */
	@media (min-width: 993px) { header .dropdown:hover .dropdown-menu { display: block; } }



/****** SECTION SPECIFIC STYLES *******/

.home #feats h2 { font-size: 45px; }
.home #feats p.lead { border: none; margin-bottom: 0;}
.home #feats p .btn { margin: 0 0 25px 0; }
.home #feats h3 { margin-bottom: 15px; }
.home #feats img { margin-bottom: 15px; }

.container.concrete { background: url('/assets/img/bkg-concrete.jpg') top center; }
.container.white { background: #fff; }

#main-feature { position: relative; padding-left: 0; padding-right: 0; height: 500px; }

#main-feature .row { padding: 0 0; }
	@media only screen and (max-width: 767px) { #main-feature .row { padding: 0 30px; } }

#main-feature h2 { font-size: 50px; margin: 0; display: block; }
	@media only screen and (max-width: 767px) { #main-feature h2 { font-size: 30px; } }
#main-feature .lead { font-size: 24px; padding-top: 30px; margin-bottom: 10px; }
#main-feature .lead strong { }
	@media only screen and (max-width: 767px) { #main-feature .lead { padding-top: 0px; } }
#main-feature .overlay { position: absolute; bottom: 0;width: 100%;  z-index: 10; padding: 20px 0; margin: 0 0; background: rgba(245, 149, 32, 0.80); }
	@media only screen and (max-width: 767px) { #main-feature .overlay { padding: 30px 15px; } }

#main-feature .btn { display: inline-block; color: #f10000; font-size: 20px; text-transform: uppercase; padding-bottom: 11px; }
	@media only screen and (max-width: 480px) { #main-feature .btn { font-size: 18px; } }


#feature-slider { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 9; }
#feature-slider div  { position: absolute; background-size: cover !important; -webkit-box-shadow: inset 0px 0px 40px -5px rgba(0,0,0,0.25); -moz-box-shadow: inset 0px 0px 40px -5px rgba(0,0,0,0.25); box-shadow: inset 0px 0px 40px -5px rgba(0,0,0,0.25); }

#feature-slider > div { width: 100%; height: 100%; left: 0; right: 0; margin-left: auto; margin-right: auto; }
#feature-slider .one { background: url('/assets/img/01.jpg') top center no-repeat; }
#feature-slider .two { background: url('/assets/img/02.jpg') top center no-repeat; }
#feature-slider .tre { background: url('/assets/img/03.jpg') top center no-repeat; }
#feature-slider .fou { background: url('/assets/img/04.jpg') top center no-repeat; }
#feature-slider .fiv { background: url('/assets/img/05.jpg') top center no-repeat; }


body.sub #main-feature { height: 300px; }
	@media only screen and (max-width: 767px) { body.sub #main-feature { height: 150px; } }
body.sect #main-feature { height: 300px; }
body.sect #main-feature #feature-slider div, body.sub #main-feature #feature-slider div { background: url('/assets/img/01.jpg') center -40px no-repeat; }
	@media only screen and (max-width: 1180px) { body.sect #main-feature #feature-slider div, body.sub #main-feature #feature-slider div { background-position: center 0; } }
	@media only screen and (max-width: 767px) { body.sect #main-feature #feature-slider div, body.sub #main-feature #feature-slider div { background-position: center 0; } }
	@media only screen and (max-width: 480px) { body.sect #main-feature #feature-slider div, body.sub #main-feature #feature-slider div { background-position: center 0; } }


img.subimg { max-width: 300px; }
img.subimg.r { float: right; margin: 0 0 30px 30px; }
img.subimg.l { float: left; margin: 0 30px 30px 0; }
	@media only screen and (max-width: 767px) { img.subimg.r, img.subimg.l { max-width: 300px; float: none; margin-left: 0; margin-right: 0; } }

img.subimg.s200 { max-width: 200px; }
img.subimg.s250 { max-width: 250px; }
img.subimg.s400 { max-width: 400px; }
img.subimg.s500 { max-width: 500px; }

/*
body.about.meetthet .content-sub img { max-width: 300px; float: right; margin-left: 30px; }
	@media only screen and (max-width: 767px) { body.about.meetthet .content-sub img { max-width: 300px; float: none; margin-left: 0; } }
*/


#testimonials.container { background: url('/assets/img/bkg-bluelogo.png') center center no-repeat; background-size: cover;  margin-left: 0 !important; margin-right: 0 !important; color: #fff; }
#testimonials blockquote { font-size: 30px; line-height: 40px; }
#testimonials .divider { margin: 20px 0; }


#doctor.container { background: url('/assets/img/bkg-grey-gradient.png') bottom center repeat-x; margin-left: 0 !important; margin-right: 0 !important; }
#doctor .row { background: url('/assets/img/doctor-feinberg-scrub.png') left bottom no-repeat; }
	@media only screen and (max-width: 991px) { #doctor .row { background-image: none !important; } }
/* #doctor img.doctor { vertical-align: baseline; margin: 20px 0 -5px 0; /* float: left; max-width: 430px; */ 
#doctor h2 { font-size: 35px; line-height: 40px; /* margin-top: 60px; */ }
#doctor p { margin-bottom: 20px; }
#doctor blockquote { font-size: 20px; line-height: 30px; margin-bottom: 20px; }


ul.listcols li { float: left; width: 25%; font-size: 20px; line-height: 30px; ; }
	@media only screen and (max-width: 1000px) { ul.listcols li { width: 33%; } }
	@media only screen and (max-width: 767px) { ul.listcols li { width: 50%; } }
	@media only screen and (max-width: 480px) { ul.listcols li { width: 100%; } }
ul.listcols li a { font-weight: 300; }


#contact { }
#contact h4 { font-size: 20px; }
#contact h3 { margin-bottom: 25px; }
#contact a { margin: 0 0 0 0; display: inline-block; }
#contact a [class*="fui-"] { display: inline-block; font-size: 24px; margin: 0 10px 0 0; }

#contact form input, #contact form textarea { color: #6e7172; font-weight: 400; padding: 10px; margin-bottom: 20px; border: 1px solid #ccc; box-sizing: border-box; max-width: 100%; min-width: 100%; width: 100%; -webkit-appearance: none; -webkit-border-radius: 0; }
#contact .links { /* border-bottom: 2px solid #ebedee; */ }
#contact label { color: #6e7172; font-weight: 700; margin-bottom: 5px; }
#contact input { height: 45px; }
#contact button.btn { margin-top: 0; padding-top: 17px; padding-bottom: 12px; }
#contact button.btn span { margin-right: 10px; }
#contact button.btn:after { content: ''}


.testi cite { display: block; }
.testi cite:before { content:"\2014";}

footer .container { background: #046e9f;  }

footer h4, footer p, footer li, footer a { color: #fff; }
footer p, footer li { font-size: 14px; line-height: 18px; font-weight: 400; }
footer .half p.small { font-size: 12px; line-height: 18px; }
footer .cta p { display: none; }
	@media only screen and (max-width: 480px) { footer .cta span { display: none; } }
footer a:hover { color: #fff; opacity: .5; }

.mobile-nav-wrap { width:100%;position:fixed;padding:0px;z-index:9999 !important;top:0px;background:#046e9f; }
.mobile-nav-wrap .phone { font-size:16px;float:left;padding:15px 20px;background:#035b84;color:#fff }