/*
	01: Top header Section.

*/

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h4 {
    line-height:1.4;
    color: #000;
    font-weight: 600;
}

.light {
	font-weight: 300 !important;
	}

p {
    font-size: 20px !important;
    font-weight: 300;
    color:#000;
}

body {
	background:#fff !important;
  font-family: 'Lato';
}

label {
  display: block;
  text-align: left;
}


.img-responsive {
	max-width: 100%!important;
	height: auto;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

 .banner{
  height:100%;
  text-align: center;
}

.center {
	text-align:center;
}

.white {
	color:#fff;
}

.blue {
	color:#1A72B2;
}

.entry-content {
	padding-top: 20px;
	text-align:left;
  font-size: 18px;
}

.entry-content p {
  font-size: 20px !important;
}

body {
	font-family: 'Lato', sans-serif;
	background: #646473;
}

p {
	line-height: 150%;
	margin: 0 0 15px 0;
	font-size: 16px;
  font-family: 'Lato', sans-serif;
}

.before-after-wrap {
    text-align:center;
}

.before-after-wrap img {
    height:auto !Important;
}

.img-before,
.img-after {
    max-width:44%;
    margin:0 auto !important;
}

a.btn.btn-default {
	font-size:18px;
	font-weight:500;
	letter-spacing:0;
	border:none;
  border-radius: 30px;
	line-height:0;
	padding:30px 25px;
	color: #000;
	background:rgba(175, 207, 74,1) !important;
}

.mainContent {
	min-height:400px;
}

.alignright {
    float:right;
    margin:0 0 10px 10px;
}

.alignleft {
    float:left;
    margin:10px 10px 0 0;
}

.nav li.current-menu-item a {
    background:transparent !important;
    font-weight:400 !important;
    text-shadow:1px 1px 1px rgba(0,0,0,.3);
}

.nav li a:active,
.nav li a:focus {
    background:transparent !important;
}

#spanish-btn {
    background:transparent;
    font-size:13px;
    line-height:25px;
    border:none;
    color:#fff;
    font-weight:300;
    padding:0 13px;
    text-align:right;
}

#english-btn {
    background:transparent;
    font-size:13px;
    line-height:25px;
    border:none;
    color:#fff;
    font-weight:300;
    padding:0 13px;
    text-align:right;
}

#spanish-btn:focus,
#english-btn:focus {
	outline:none;
}

/*@ { 01: Top Header section
-----------------------------------------------*/

#topHeader-content {
	margin: 0;
	height: 150px;
	background: rgb(20, 117, 187);
	padding-top: 14px;
	top: 0;
	width: 100%;
	position: fixed;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.27);
	-moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.27);
	box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.27);
	z-index: 99999;
	border-bottom:10px solid #12507d;
}


#topHeader-content h4.phone a {
    display:inline-block;
    font-weight:300;
}

#topHeader-content h4.landing-phone a {
    display:inline-block;
    color:#afcf4a !important;
    font-weight:300;
    font-size:27px;
    line-height:55px;

}

#topHeader-content h4.landing-phone a:hover {
	text-decoration: none;
}

#topHeader-content h4.screening-tag {
    display:inline-block;
    color:#fff;
    font-weight:300;
    font-style:italic;
    padding:0 0 0 15px;
}

#topHeader-content h4.schedule-now {
	display:inline-block;
}

h4.schedule-now a.btn-sm {
    padding:7px 15px !important;
    font-size:14px;
    font-weight:500;
    margin:-4px 0 0 13px;
    line-height:1;
}

#spanish-btn,
#english-btn {
    float:right;
    margin-top:10px;
}

#contact-section {
/*   width: 205px; */
  overflow: hidden;
  top: -10px;
  position: absolute;
  right: 5px;
  height: 36px;
  z-index: 5678;
}

#landing-contact-section {
/*   width: 205px; */
  overflow: hidden;
  top: 0;
  position: absolute;
  right: 35px;
  height: 70px;
  z-index: 5678;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

ul#topSocialShare {
	margin:0 0 0 10px;
	padding: 0;
	float: left;
}

ul#topSocialShare li {
	float: left;
	display: block;
	margin-right: 3px;
}
ul#topSocialShare li a {
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -99999px;
 }
ul#topSocialShare li a.iconTwitter {
	background: url(../images/twitter-icon.png);
  background: url(../images/twitter-icon.webp);
	background-size: cover;
}
ul#topSocialShare li a.iconFacebook {
	background: url(../images/facebook-icon.png);
  background: url(../images/facebook-icon.webp);
	background-size: cover;
}
ul#topSocialShare li a.iconFacebook {
	background: url(../images/instagram-icon.png);
  background: url(../images/instagram-icon.webp);
	background-size: cover;
}

#topHeader-content .phone {
	float: left;
	color:#fff;
	font-size: 18px;
}
#topHeader-content .phone a {
	color: #fff;
}

#logoContent {
	text-decoration: none;
	float: left;
  margin-top: -20px;
}

.header-logo {
  width: 300px;
}

ul#main-nav {
	list-style: none;
	margin: 84px -5px 0 0;
	padding:0;
	overflow: visible;
	float: right;
}
ul#main-nav li  {
	float: left;
	margin: 0;
	display: block;
	font-size: 16px;
    /*padding-bottom:30px !important;*/
    min-height: 49px;

}
ul#main-nav li a {
	color: rgba(255, 255, 255, 1);
	margin: 0;
	padding:5px 10px !important;
	border:1px solid rgba(255,255,255,0);
	border-radius:3px;
	font-weight:300;
	min-height: 49px;
}

#main-nav,
#main-nav li,
#main-nav li a {
	transition:all .3s ease !important;
}
#main-nav li.activeCurrentElem {
	background:#12507d;
	transition: all .25s ease;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#main-nav li:hover ul.sub-menu {
    visibility:visible;
    opacity:1;

}

#main-nav li ul.sub-menu {
    position:absolute;
    padding:10px 14px;
    margin-top:0;
    min-width:240px;
    width:auto !important;
    background:#12507d;
    border-radius:0 0 4px 4px;
    display:block !important;
    margin-left:0;
    visibility:hidden;
    opacity:0;
    transition:all .25s ease;
}

#main-nav li ul.sub-menu li {
    display:block;
    text-align:left;
    width:100%;
}
#main-nav li ul.sub-menu li,
#main-nav li ul.sub-menu li a {
	min-height: 30px;
	margin: 0;
	padding:0;
}

#main-nav li ul.sub-menu li,
#main-nav li ul.sub-menu li a{
    padding:0 !important;
    transition:all 0s ease !important;
    opacity:1 !important;
}

#main-nav li ul.sub-menu li:hover a {
    text-decoration:none;
    opacity:.7 !important;

}

#secondary-subnav {
    background:rgba(49, 49, 64, .7) url(../images/subnav-bkg.png) bottom center no-repeat;
    background-size:120%;
    padding:60px 0 14px 0;
    margin:0;
}

#submenu ul {
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:center;
}

#submenu ul li {
    display:inline;
    padding:0 10px;
}

#submenu ul li a {
    color:#000;
    font-size: 14px;
    font-weight:400;
}

.current-menu-item a {
	margin: 0;
	background:rgba(0,0,0,.1);
/* 	border:1px solid #fff !important; */
}

#main-nav li:hover a {
	opacity:.7;
	margin-top:3px !important;
}

#blog-category-menu ul {
  list-style: none;
}

#blog-category-menu ul li {
  display: inline;
  padding: 0 10px;
}

#blog-category-menu ul li a {
  font-size: 16px;
  font-weight:400;
  color: #337ab7;
  white-space: nowrap;
}

#homeHero-content,
#blogHero-content {
	width: 100%;
	margin-top: 0;
	min-height: 500px;
 	background: #313140;
/* 	background: url('/wp-content/uploads/hero-oldercouple.jpg') center center no-repeat!important; */
	background-size: cover!important;
	background-position: center center;
	text-align: center;
}
#blogHero-content a.btn.btn-default,
#homeHero-content a.btn.btn-default {
	margin-top: 20px;
	font-size:16px;
	font-weight:500;
	letter-spacing:0;
	border:none;
	padding:10px 55px;
	color: #000;
	background:rgba(175, 207, 74,1);
}

#homeHero-content h3,
#blogHero-content h3 {
	font-size: 46px;
	font-weight:300;
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
    text-shadow:0 0 50px rgba(0,0,0,1);

}
#homeHero-content p,
#blogHero-content p {
	font-size: 17px !important;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0;
	color: #fff;
	padding: 0 13% 0 13%;
}

#homeHero-content .heroDescription{
	width: 80%;
	margin: 14% auto 20% auto;
	padding: 100px 0;
 }

 #blogHero-content .heroDescription {
	width: 80%;
	margin: 15% auto 15% auto;
	padding: 100px 0;
 }

#homeHero-content .overlayImagehero,
#blogHero-content .overlayImagehero {
/* 	background: rgba(49, 49, 64, .40); */
	min-height: 500px;

}

#carousel-overlay {
    position:absolute;
    width:100vw;
    height:auto !important;
    bottom:-10px;
    z-index:5;
}

#schedule-content {
	min-height: 100px;
	width: 100%;
 	/*background: #900c2d url('../images/schedule-bg.png') center center no-repeat;*/
	background-size: cover;
}


#schedule-content h3 {
	font-size: 20px;
	margin: 34px 0 0 0;
	color: #fff;
	text-align: center;
}
#schedule-content h3 .btn-default {
	background: none;
	color: #fff;
	border-radius: 5px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 10px;
}

/*@ }
-----------------------------------------------*/



/*@ { Feature Content section
-----------------------------------------------*/
#featureContent {
	clear: both;
	padding: 40px 0px 0 0;
	background: #f2f2f2 url(../images/secondary-bkg.jpg) top center no-repeat !important;
	background-size:cover !important;
	border-bottom:none;

}

#featureContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#featureContent ul li  {
	width: 31%;
	margin: 0 20px 40px 0;
	text-align: center;
	float: left;
}

#featureContent li a:hover,
#featureContent li a:focus,
#featureContent li a:active {
    text-decoration:none;
}

#featureContent ul li img {
	width: 140px;
	height: auto;
}

#featureContent ul li h3 {
	font-size: 20px;
	margin: 20px 0 0 0;
	padding: 0;
	color: #1475BB;
	font-family: Arial, Helvetica, sans-serif;

}

#featureContent ul li p {
	color:#777777;
	margin: 8px 10%;
	padding: 0;
	font-size: 15px !important;
	font-family: Arial, Helvetica, sans-serif;
 }

/*@ } Feature Content section
-----------------------------------------------*/

ul {
  font-size: 20px;
  font-weight: 300;
}

#testimonial-overlay {
	margin-top:40px;
    margin-bottom:-10px;
}

#testimonial-content {
	border-top:none;
	min-height: 219px;
	width: 100%;
	margin: 0;
	padding: 0 0 40px 0;
	background: #fff;
}
#testimonial-content p {
	text-align: center;
}

#testimonial-content p img {
	margin-right: 20px;
	margin-top: 20px;
	max-width:75px;

}

#testimonial-content p span {
	color:#909090;
}

#testimonial-content h3 {
	text-align: center;
	margin:41px 10% 0 10%;
    font-family:'lato';
    font-weight:300 !important;
    font-size:23px;
    line-height:1.4;
    color:#707070;
}

.web-reviews {
  margin-top: 40px;
}

.web-reviews h3 {
  text-align: center;
}
body.home .mainFeatureContent {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mainFeatureContent img {
	border-radius: 290px;
	max-width:80%;
 }

.mainFeatureContent.displayRightContent.setBackgroundImage{
	/*background: url("../images/image03.png") center center no-repeat;*/
	background-size: cover;
}
.mainFeatureContent.displayRightContent.setBackgroundImage .decriptionContFeature {
	width: 100%;
	padding-top: 100px;
	min-height: 269px;
	text-align: center;
}
.mainFeatureContent.displayRightContent.setBackgroundImage .decriptionContFeature .btn.btn-default {
	color: #fff;
	border:1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.mainFeatureContent.displayRightContent.setBackgroundImage .decriptionContFeature h3,
.mainFeatureContent.displayRightContent.setBackgroundImage .decriptionContFeature p{
	color:#fff;
}


.mainFeatureContent.non-roundImage img {
	border-radius: 0;
 }

.mainFeatureContent h3,
#doctorProfilePage h3,
.entry-content h3  {
	font-size: 26px;
	color: #1475BB;
	margin: 0 0 15px;
	padding: 0;
}
.mainFeatureContent p {
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 160%;
	padding: 0;
	color:#555;
}

.mainFeatureContent .btn {
	border:1px solid #1475BB;
	height: 34px;
	font-weight: 800;
	color: #1475BB;
}
.mainFeatureContent .btn.btn-default {
	background: none;

}

.mainFeatureContent.displayRightContent {
 	clear: both;
	margin: 0;
	padding: 40px 0 40px 0;
	overflow: hidden;
}

.mainFeatureContent.displayCenterContent {
 	clear: both;
	margin: 0;
	text-align:center !important;
	overflow: hidden;
	border-top:2px solid #b5b5b5;
}

.mainFeatureContent.displayCenterContent .img-overlay {
	padding:50px 0;
	background: rgba(39,39,56,0);
}

.mainFeatureContent.displayCenterContent h3 {
	color:#1A72B2;
	border-color:#fff;
}

.mainFeatureContent.displayCenterContent p {
  border-color:#fff;
  text-align: left !important;
}

.mainFeatureContent.displayCenterContent p img {
  text-align: center !important;
}

.mainFeatureContent.displayCenterContent a {
	color:#fff;
}

.mainFeatureContent.displayCenterContent a.blue-link {
  color:#337ab7;
}

.green-link {
  color: #AFCF4A;
}

.green-link:hover {
  color: #fff;
}

.blue-link {
  color: #12507d;
}

.blue-link:hover {
  color: #AFCF4A;
}

.mainFeatureContent.displayLeftContent {
	padding: 40px 0 40px 0;
	background:#F3F3FC!important;
	overflow: hidden;
	border:1px #cacad9 solid;

}

.mainFeatureContent.displayRightContent .decriptionContFeature {
	float: left;
	display: block;
 	width: 59%;
	overflow: hidden;
	padding-top: 3%;
}

.mainFeatureContent.displayRightContent .imageContent{
 	float: right;
	width: 40%;
}

.mainFeatureContent.displayLeftContent .imageContent{
 	float: left;
	width: 40%;

}

.mainFeatureContent.displayLeftContent {
 	clear: both;
	margin: 0;
	overflow: hidden;
 }

.mainFeatureContent.displayLeftContent .decriptionContFeature {
	float: right;
	display: block;
	width: 59%;
	overflow: hidden;
	padding: 20px;
}

.external-profiles {
  margin-top: 45px;
}

.leftSingleSidebarDoctor .external-profiles p {
  color: #999;
  margin-bottom: 10px;
}

.external-profiles ul {
  list-style: none;
}

.external-profiles ul li {
  line-height: 1.5;
}

.quote-container {
  background-color: #124A73;
  color: #fff;
  min-height: 20px;
  padding: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.quote-container h3 {
  color: #fff;
}

.quote-container h4 {
  color: #fff;
}

.quote-container a {
  color: #fff;
}

.quote-photo {
  height: 100px;
  margin-right: 12px;
  float: left;
}

.heading-left {
  text-align: left;
}

#standard-paragraph {
  font-size: 20px;
  color: #555 !important;
  text-align: left;
}

.jumpNav {
  width: 15%;
  position: absolute;
  top: 525px;
  padding: 19px;
  color: #fff;
  background-color: #12507D;
  z-index: 1;
  transition: left .5s ease-out;
}

.menuToggle {
  display: none;
}

.jumpNav a {
  color: #fff;
}

.fixedJumpNav {
  position: fixed;
  top: 140px;
}

.jump-link-navigation h3{
  text-align: center;
}

#back-to-top {
  visibility: hidden;
  width: 64px;
  height: 64px;
  padding-top: 18px;
  position: fixed;
  text-align: center;
  bottom: 80px;
  right: 10px;
  background-color: #B8D554;
  border-radius: 50%;
  opacity: 0;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 12;
}

#back-to-top:hover {
  cursor: pointer;
}

.back-to-top-icon {
  height: 40px;
}

.toTopLink {
  color: #fff;
  font-size: 40px;
}

.toTopLink:hover {
  cursor: pointer;
  color: #124A73;
}

.show {
  visibility: visible !important;
  opacity: 1 !important;
}

.intro {
  font-size: 20px !important;
  font-weight: 300;
  line-height: 160%;
  color: #555;
  text-align: center;
  margin-bottom: 60px;
}

.ins-list ul {
  list-style: none;
}

.footerlogo {
	width: 150px;
}

#footer-content{
	min-height: 300px;
	margin: 0;
	padding: 20px 0 0 0;
	background: #1a72b2;
}

#footer-content p {
	font-size: 12px !important;
	color: #CACAD8;
	margin-top: 11px;
}


#footer-content  p.acreditedRadiology {
  width: 366px;
  height: 85px;
  background: url("../images/accreditations.png") right center no-repeat;
  background-size:160px;
  overflow: hidden;
  padding-right: 180px;
  text-align: right;
  position: absolute;
  top:25px;
  right: 0;
  line-height:1.2;
  font-size: 11px;
  padding-top: 20px;
}

#footer-content ul {
	margin:20px 0 0 0;
	list-style: none;
	padding: 0;
	overflow: hidden;
}

#footer-content ul li {
	float: left;
	margin:0 19px 0 0;
	padding: 0;
}

#footer-content ul li a {
	color: #fff;
	margin: 0;
	padding: 0;

}

.details {
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}

.details a {
  color: #fff;
  text-decoration: none;
}

.accr-seal {
  display: inline-block;
}

.copyright {
  text-align: center;
}

ul#topSocialShareFooter {
	margin:0 0 25px -3px;
	padding: 0;
	float: left;
	clear: both;
}

ul#topSocialShareFooter li {
	float: left;
	display: block;
	margin-right: 5px;
}
ul#topSocialShareFooter li a {
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -99999px;
 }
ul#topSocialShareFooter li a.iconTwitter {
	background: url(../images/twitter-icon.png);
  background: url(../images/twitter-icon.webp);
	background-size: cover;
}
ul#topSocialShareFooter li a.iconInstagram {
	background: url(../images/instagram-icon.png);
  background: url(../images/instagram-icon.webp);
	background-size: cover;
}
ul#topSocialShareFooter li a.iconFacebook {
	background: url(../images/facebook-icon.png);
  background: url(../images/facebook-icon.webp);
	background-size: cover;
}
ul#topSocialShareFooter li a.iconPinterest {
	background: url(../images/pinterest-icon.png);
  background: url(../images/pinterest-icon.webp);
	background-size: cover;
}
ul#topSocialShareFooter li a.iconYoutube {
	background: url(../images/youtube-icon.png);
  background: url(../images/youtube-icon.webp);
	background-size: cover;
}
ul#topSocialShareFooter li a.iconGoogle {
	background: url(../images/google-icon.png);
	background-size: cover;
}

.mainContent {
/* 	margin-top: 104px; */
background: #fff;
}

.mainHeroContent {
	width: 100%;
/* 	margin-top: 10px; */
/* 	min-height: 350px; */
 	background: #ccc;
	/*background: url('../images/main-hero.png') center center no-repeat;*/
	background-size: cover;
	text-align: center;
}

.mainHeroContent .col-lg-12 {
	margin-bottom:0 !important;
}

.mainHeroContent h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 50px;
	margin: 0 0 15px 0;
	padding: 0;
	color: #fff;
	text-align: center;
}
.mainHeroContent p {
	font-size: 18px;
	margin: 0 0 0 0;
	padding: 0;
	color: #fff;
	padding: 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.75);
}

.mainHeroContent .mainHeroContentDescription {
	width: 70%;
	margin: 10% auto;
	padding-top: 40px;
 }

.subpage.mainHeroContent .overlayMainHeroContent {
  height: 500px;
	padding-top:80px;
}

.mainHeroContent .overlayMainHeroContent {
	background: rgba(49, 49, 64, .7);
	padding-top: 80px;
	margin-bottom: 0px;
}


#doctorProfilePage  {
	text-align: left;
}

#doctorProfilePage h3  {
	margin-bottom: 10px;
}

.leftSingleSidebarDoctor img {
	margin: 60px auto 0 auto;
}

.leftSingleSidebarDoctor p {
 	margin: 20px auto;
	display: block;
	text-align: center;
}

#doctorProfilePage .entry-title {
	margin: 50px 0 0px 0;
	padding: 0;
	font-size: 32px;
	color: #999;
}
.referralContent {
	background: url(../images/doctor-profile-contact.png) 0 0 no-repeat;
	height: 77px;
	display: block;
	width: 100px;
 	margin: 0 auto;
	padding: 58px 0 0 0;
	color: #999;
}

.contactDoctor {
	background: url(../images/doctor-profile-contact.png) center -100px no-repeat;
	height: 55px;
	display: block;
	width: 133px;
	margin: 20px auto;
 	padding: 33px 0 0 0;
 	color: #999;
}

.profileDoctorPicture {
	margin: 0 auto 20px auto;
	display: block;
	text-align: center;
	width: 250px;
	border-bottom: 3px solid #1475BB;
	padding-bottom: 13px;
 }

 .dr-mugshot {
   text-align: center;
 }

 .dr-name {
   text-align: center;
   font-size: 18px !important;
 }

 .infographic-container {
   width: 100%;
   padding: 50px;
   background-image: url(../images/feature-background5.svg);
   background-size: cover;
   background-color: #1475BB;
 }

 .infographic-content {
   text-align: center;
 }

 .infographic-heading {
   text-align: center;
   color: #fff;
 }

 .infographic-heading {
   padding-top: 50px;
 }

 .infographic-heading h3 {
   margin-bottom: 15px;
   font-weight: 300;
 }

 .infographic-image {
   width: 600px;
   height: 100%;
 }

 .infographicFeatureImage {
   width: 404px;
   height: 100%;
 }

 .infoTranscriptBtn {
   font-size: 16px;
 }

 #ig-modal {
   top: 15%;
   text-align: center;
 }

 #infoTranscript {
   text-align: left;
 }

 .addResources {
   width: 100%;
   padding: 50px;
   color: #fff;
   background-color: #12507d;
 }

 .addResources h3 {
   color: #fff !important;
 }

 .addResourcesVideo {
   display: flex;
   flex-wrap: wrap;
   text-align: center;
   color: #fff;
 }

 .addResourcesVidImage {
   width: 300px;
   border-radius: 0 !important;
 }

 .articleHeading {
   padding-bottom: 30px;
   text-align: left;
 }

 .addResourcesArticle {
   text-align: left;
 }

 .addResourcesArticleCentered {
   text-align: center;
 }

 .addResourcesArticleCentered ul {
   display: inline-block;
   text-align: left;
 }

 .addResourcesVideo .vid-btn {
   padding-bottom: 15px;
 }

 .articleList {
   padding-bottom: 15px;
 }

/*@ } Doctors Grid Layout
-----------------------------------------------*/



.main-content {
    margin:60px auto 50px auto;
}

.main-content .item-container {
    padding:10px;
    border:1px solid #e5e5e5;
    margin:0 0 30px 0;
}

.main-content .item-container img {
	margin: 0 auto 0 auto;
}

.main-content .item-container a:hover,
.main-content .item-container a:focus {
    text-decoration:none;
    cursor:pointer;
}

.main-content .item-container a:hover img,
.main-content .item-container a:hover h3,
.main-content .item-container a:hover h5 {
    opacity:.7;
}

.main-content .item-container h3 {
    margin:10px 0 5px 0;
    font-size: 15px;
    color:#1475BB;
}

.main-content .item-container h5 {
    color:#909090;
    margin:0;

}

.profile-container {
  padding-left: 5px;
  padding-right: 5px;
}

.doctor-profile .entry-content:after {
    content:"";
    padding:0 100px;
    border-bottom: 3px solid #1475BB;
    line-height:30px;
}

.doctor-profile .entry-content {
    margin-bottom:70px;
}

.doctor-profile .entry-content h3 {
    font-weight:900;
    font-size:20px !important;
    padding:10px 0 0 0 !important;
}


#contact-container {
	text-align:left;
	padding:60px 0;
	margin-bottom:60px;
}


#contact-container h5 {
	margin:0;
	padding:15px 0 5px 0;
	font-weight:900;
	font-size:16px;
	color:#000;

}



.accordion-group {
    max-width:900px;
    margin:0 auto;
}


.accordion-group h3 {
    text-align:left;
	font-size: 20px;
	color: #1475BB;
	margin: 0;
	padding:10px 30px 20px 0;
	border-bottom:1px solid #e5e5e5;
}


.accordion-group a:hover,
.accordion-group a:focus,
.accordion-group a:focus:hover {
    text-decoration:none;
    opacity:.7;
}

.accordion-group .accordion-inner {
    text-align:left;
    padding:10px 0 20px 0;
    border-bottom:1px solid #e5e5e5;
}


.accordion-group .accordion-heading:before {
    content:" ";
    z-index:50000;
    float:left;
    background:transparent url(/wp-content/themes/utahvalleyimaging/assets/images/faq-plus.png) center center no-repeat;
    background-size:15px;
    padding:22px;
    transition:all .5s ease;
}

.accordion-group .accordion-heading:hover {
	cursor: pointer;
}

.accordion-group .accordion-heading.x:before {
    -ms-transform: rotate(225deg); /* IE 9 */
    -webkit-transform: rotate(225deg) !important; /* Chrome, Safari, Opera */
    -moz-transform: rotate(225deg) !important; /* Chrome, Safari, Opera */
    transform: rotate(225deg);
    transform-origin: center center !important;
    -moz-transform-origin: center center!important;
    -webkit-transform-origin: center center !important;
}

.accolades {
  width: 250px;
}

.accreditation-container {
  text-align: center;
}

.accreditation-container > a {
  margin: 10px;
}

h1.entry-title {
  color: #fff;
}

.screening-intro {
  margin-bottom: 30px;
}

.screening-intro h4 {
  font-size: 25px !important;
  line-height: 1.4;
}

.heading-white {
  color: #fff !important;
  text-align: center;
}

.wp-video-popup {
  width: 100%;
}

.aligncenter {
  margin: 0 auto;
}

.thank-you-slider {
  color: #4A6CAC;
  margin-top: 90px;
  display: block;
  font-size: 25px;
  line-height: 40px;
}

/* Home Page Refresh */

.home-hero {
  height: 800px;
  margin-top: 76px;
  background-image: url("/wp-content/uploads/home-page-hero.jpg");
  background-image: -webkit-image-set(
    url("/wp-content/uploads/home-page-hero.webp"),
    url("/wp-content/uploads/home-page-hero.jpg"));
  background-image: image-set(
    url("/wp-content/uploads/home-page-hero.webp") type("image/webp"),
    url("/wp-content/uploads/home-page-hero.jpg") type("image/jpeg"));
  background-size: cover;
}

.home-hero-heading {
  width: 415px;
  color: #fff;
  float: right;
  margin-top: 25%;
  margin-right: 5%;
}

.home-hero-heading h1 {
  background: #12507d87;
  padding: 10px;
  border-radius: 5px;
}

.thin-text {
  font-weight: 300;
}

.thick-text {
  font-weight: 600;
}

.blue-text {
  color: #12507D;
  font-weight: 600;
}

.home-hero-border {
  position: relative;
  z-index: 10;
  margin-top: -90px;
  border-top: 120px solid;
  border-bottom: none;
  border-top-left-radius: 10% 20px;
  border-top-right-radius: 100% 115px;
  border-image: url("/wp-content/themes/utahvalleyimaging/assets/images/Downcurve.svg");
  border-image-slice:369 75 0 13;
  border-image-outset:0px 0px 0px 0px;
  border-image-repeat:stretch stretch;
}

.home-screening-container {
  height: 100%;
  width: 100%;
  margin-top: -110px;
  padding-top: 95px;
  color: #12507D;
  position: relative;
  z-index: 1;
  background-image: url("/wp-content/uploads/screeningBackground.jpg");
  background-image: -webkit-image-set(
    url("/wp-content/uploads/screeningbackground.webp"),
    url("/wp-content/uploads/screeningBackground.jpg"));
  background-image: image-set(
    url("/wp-content/uploads/screeningbackground.webp") type("image/webp"),
    url("/wp-content/uploads/screeningBackground.jpg") type("image/jpeg"));
  background-size: cover;
  border-top-left-radius: 10% 20px;
  border-top-right-radius: 100% 107px;
}

.home-white-overlay {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-screening-heading {
  font-size: 50px;
}

.home-screening-content {
  width: 600px;
  margin: 0 auto 150px auto;
}

.home-screening-form-container {
  width: 500px;
  padding: 30px;
  border: 1px solid #12507D;
  border-radius: 5px;
}

.home-screening-content ul {
  list-style: none;
}

.home-screening-content ul li {
  background-color: transparent;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/utahvalleyimaging/assets/images/list-check.png");
  background-image: -webkit-image-set(
    url("/wp-content/themes/utahvalleyimaging/assets/images/list-check.webp"),
    url("/wp-content/themes/utahvalleyimaging/assets/images/list-check.png"));
  background-image: image-set(
    url("/wp-content/themes/utahvalleyimaging/assets/images/list-check.webp") type("image/webp"),
    url("/wp-content/themes/utahvalleyimaging/assets/images/list-check.png") type("image/png"));
  background-size: 20px;
  padding-left: 30px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.home-screening-form-container h3 {
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 2px solid #AFCF4A;
  text-align: center;
}

.home-screening-form-container input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #12507D;
  border-radius: 5px;
}

.home-screening-form-container input[type=submit] {
  background-color: #AFCF4A;
  color: #000;
  font-size: 20px;
  margin-top: 20px;
}

.home-boxes-container {
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/hp-background-2-scaled-1.jpg");
  background-image: -webkit-image-set(
    url("/wp-content/uploads/hp-background-2-scaled-1.webp"),
    url("/wp-content/uploads/hp-background-2-scaled-1.jpg"));
  background-image: image-set(
    url("/wp-content/uploads/hp-background-2-scaled-1.webp") type("image/webp"),
    url("/wp-content/uploads/hp-background-2-scaled-1.jpg") type("image/jpeg"));
  background-size: cover;
}

.home-box {
  width: 450px;
  height: 400px;
  padding: 20px 40px 40px 40px;
  margin: 0px auto;
  color: #fff;
  background-color: #12507d;
  border-radius: 10px;
}

.home-box-icon-cont {
  text-align: center;
}

.home-box-icon {
  height: 75px;
}

.home-telehealth-container {
  margin-top: 50px;
}

.home-telehealth-box {
  height: 100%;
  width: 60%;
  padding: 20px 40px 40px 40px;
  margin: 30px auto;
  color: #12507d;
  text-align: center;
  border: 2px solid #12507d;
  border-radius: 10px;
}

.home-telehealth-box p {
  color: #12507d;
  margin-bottom: 20px;
  font-weight: 400;
}

.home-telehealth-box h3 {
  text-align: center;
  border-bottom: 2px solid #AFCF4A;
  padding-bottom: 18px;
}

.home-tele-btn {
  font-size: 23px;
  border: 2px solid #AFCF4A;
  border-radius: 5px;
  padding: 10px;
  color: #12507d;
}

.home-tele-btn:hover {
  color: #AFCF4A;
  text-decoration: none;
}

.home-box h3 {
  text-align: center;
  border-bottom: 2px solid #AFCF4A;
  padding-bottom: 18px;
}

.home-box p {
  color: #fff;
}

.home-box-expand {
  display: none;
}

.home-results-container {
  width: 100%;
  height: 400px;
  position: relative;
  background-image: url("/wp-content/uploads/section-bkg2.jpg");
  background-size: cover;
}

.home-results-container p {
  color: #fff;
}

.home-results-content-container {
  padding: 80px 60px 60px 18%;
}

.results-overlay {
  background: rgba(31, 119, 182, .8);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-results-container img {
  height: 200px;
}

.home-before-image {
  border-radius: 15px 0 0 15px;
}

.home-after-image {
  border-radius: 0 15px 15px 0;
}

.home-services-container {
  color: #12507D;
  padding: 50px 20px;
}

.home-services-container h3 {
  font-size: 40px;
  border-bottom: 2px solid #AFCF4A;
  padding-bottom: 15px;
}

#home-services-headline {
  text-align: center;
  border: none;
}

.home-diagnosis-list {
  padding-inline-start: 0;
}

.home-diagnosis-list li:hover {
  cursor: pointer;
}

.home-services-container ul {
  list-style: none;
}

.home-diagnosis-list li {
  margin-bottom: 20px;
}

.home-treatments-container {
  text-align: right;
}

.home-graphic-container img {
  height: 350px;
  margin: 100px auto;
}

.home-condition-graphic {
  display: none;
}

.home-treatments-list {
  display: none;
}

.home-treatments-list li {
  margin-bottom: 20px;
}

.home-treatments-list li:hover {
  cursor: pointer;
}

.home-service-description-container {
  height: 200px;
}

.home-service-content {
  display: none;
  text-align: center;
}

.home-service-content p {
  text-align: left;
  margin-bottom: 30px;
}

.dxBtn {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  background: none;
  border: none;
}

.txBtn {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  background: none;
  border: none;
}

.home-border-container {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  border-bottom: 120px solid;
  border-top: none;
  border-bottom-left-radius: 100% 185px;
  border-bottom-right-radius: 100% 185px;
  border-image: url("/wp-content/themes/utahvalleyimaging/assets/images/roundCurve1.svg");
  border-image-slice:0 200 172 200;
  border-image-outset:0px 0px 0px 0px;
  border-image-repeat:stretch stretch;
}

.home-doctors-container {
  width: 100%;
  height: 100%;
  margin-top: 65px;
  background-image: url("/wp-content/uploads/homepage-background-3-white.jpg");
  background-image: -webkit-image-set(
    url("/wp-content/uploads/homepage-background-3-white.webp"),
    url("/wp-content/uploads/homepage-background-3-white.jpg"));
  background-image: image-set(
    url("/wp-content/uploads/homepage-background-3-white.webp") type("image/webp"),
    url("/wp-content/uploads/homepage-background-3-white.jpg") type("image/jpeg"));
  background-size: cover;
}

.home-doctors-container .row {
  padding: 100px;
}

.home-bios {
  outline: none !important;
}

.home-blue-heading {
  color: #2279B8;
  font-size: 30px;
}

.home-doctors-container h4 {
  color: #2279B8;
}

.home-bio-single {
  display: none;
}

.home-bio-single img {
  height: 200px;
  border-radius: 5px;
}

.home-bio-single p {
  font-size: 18px !important;
  margin-bottom: 30px;
}

.bio-profile-link {
  color: #2279B8;
  font-size: 20px;
  border: 2px solid #2279B8;
  border-radius: 5px;
  padding: 10px;
}

.home-bio-doctors {
  text-align: center;
}

.home-bio-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-bio-selector-btn {
  width: 150px;
  margin: 15px;
  font-size: 18px;
  background: none;
  border: none;
}

.home-bio-selector-btn:hover {
  cursor: pointer;
}

.bio-selector-img {
  height: 120px;
}

.bio-selector-heading {
  font-size: 14px;
  color: #2279B8;
}

.swiper-container {
    width: 70%;
    height: 450px;
}

.swiper-slide {
  padding: 40px;
}

.swiper-button-prev, .swiper-button-next {
  color: #AFCF4A;
}

.home-testimonials-container {
  background-color: #1A72B2;
  width: 100%;
}

.home-testimonials-content-container {
  padding: 80px 0 100px 0;
}

.home-testimonial-heading {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.home-testimonial-slide {
  background-color: #12507D;
  border-radius: 10px;
}

.testimonial-content {
  text-align: center;
}

.testimonial-content img {
  height: 135px;
  margin: 0 auto 15px auto;
  display: block;
}

.testimonial-content p {
  color: #fff;
  padding: 10px 15px 10px 15px;
  border-top: 2px solid #AFCF4A;
}

.testimonial-btn-container {
  width: 100%;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

.home-videos-container {
  width: 100%;
  padding: 50px;
  background-color: #fff;
}

.home-videos-container .home-blue-heading {
  text-align: center;
}

.vid-btn:hover {
  cursor: pointer;
}

.home-featured-video {
  width: 600px;
}

.homepage-videos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;;

}

.home-video-title {
  font-size: 20px !important;
  text-align: center;
}

.home-gallery-video {
  width: 300px;
  margin: 0 auto;
  display: block;
}

.home-cta-container {
  width: 100%;
  background-color: #12507D;
  padding: 50px;
  text-align: center;
}

.home-cta-btn {
  font-size: 23px;
  border: 2px solid #AFCF4A;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}

.home-cta-btn:hover {
  color: #AFCF4A;
  text-decoration: none;
}

.home-cta-btn:focus {
  color: #AFCF4A;
  text-decoration: none;
}


#screening-modal .modal-body {
  padding: 0;
}

.screening-modal-image {
  border-radius: 6px 0 0 6px;
}

.screening-modal-content h2 {
  text-align: center;
}

.md-head {
  padding-right: 15px;
  margin-bottom: 50px;
}

.screening-modal-content p {
  border-top: 2px solid #1A72B2;
  padding-top: 20px;
  margin-top: 25px;
  margin-right: 16px;
}

.md-btn-cont {
  text-align: center;
  padding-top: 20px;
}

.md-cta-btn {
  font-size: 23px;
  background-color: #AFCF4A;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.related-container {
  margin: 20px 0 ;
  padding: 50px;
  color: #fff;
  background-color: #12507D;
}

.related-container .related-video {
  border-radius: 0;
}

.related-container ul {
  text-align: left;
}

.related-container li {
  margin-bottom: 10px;
}

.event-content table {
  width: 100%;
  color: #1A72B2;
  font-size: 18px;
  border: 2px solid #1A72B2;
  border-radius: 5px;
  border-collapse: separate;
}

.event-content td {
  padding: 20px;
}

.event-content thead {
  font-size: 26px;
  color: #fff;
  background-color: #1A72B2;
}

.event-content th {
  padding: 20px;
  font-weight: 400;
}

.event-content tr:nth-child(even) {
  background-color: #1a72b233;
}

.media-content {
  color: #fff;
  background-color: #1A72B2;
  margin: 50px 0;
  padding: 50px;
}

.media-title {
  color: #fff;
  text-align: center;
}

.telehealth-cta {
  text-align: center;
  padding: 50px;
  color: #fff;
  background-color: #1475BB;
}

.dr-photo-small {
  display: none;
}

.article-list a {
  color: #fff;
}

.addResourcesVideo figcaption {
  color: #fff;
}

.addResourcesArticle a {
  color: #fff;
}

#cookie-law-info-bar {
  padding-right: 100px;
}

.questionMain {
  padding-top: 9%;
  padding-bottom: 8%;
  background: rgb(18,80,125);
  background: linear-gradient(0deg, rgba(18,80,125,1) 0%, rgba(18,80,125,1) 41%, rgba(42,130,193,1) 100%);
}

.question-image-cont {
  height: 215px;
  text-align: center;
}

.quest-legend {
  min-height: 65px;
}

.quest-count {
  font-size: 15px !important;
}

.quest-label {
  font-size: 20px;
  font-weight: normal;
  margin-left: 20px;
  margin-bottom: 20px;
}

.error-cont {
  min-height: 35px;
}

.error-message {
  font-weight: bold;
  font-size: 18px;
}

.question-card {
  display: none;
  width: 480px;
  height: 550px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  outline: 1px solid #1475BB;
  outline-offset: -10px;
  box-shadow: -8px 7px 17px #0e3c5e;
}

.form-card {
  display: none;
  width: 480px;
  height: 550px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  outline: 1px solid #1475BB;
  outline-offset: -10px;
  box-shadow: -8px 7px 17px #0e3c5e;
}

.quest-input {
  width: 100%
}

.quest-textarea {
  width: 100%;
  height: 100px;
  resize: none;
}

.quest-form-submit-cont {
  text-align: center;
}

.quest-submit {
  background: #12507D;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  border: none;
  width: 100px;
  font-size: 15px;
}

.question-nav {
  text-align: center;
}

.quest-nav-button {
  background: #12507D;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  border: none;
  width: 100px;
  font-size: 15px;
}

.error-message {
  display: none;
}

.question-image {
  height: 200px;
}

.active {
  display: block;
}

.hide {
  display: none;
}

details>summary span.summary-icon {
  margin-right: 10px;
  transition: all 0.3s;
}

details[open] summary span.summary-icon {
  transform: rotate(90deg);
}

summary {
  font-size: 18px;
  cursor: pointer;
}

details > p,li {
  text-align: left;
}

.infographic img {
  border-radius: 0;
  width: 100%;
}

h3.spaced-heading {
  margin-top: 60px;
}

.int-image {
  float: right;
}

.wp-embedded-content {
  min-height: 950px;
  width: 100%;
}

#JotFormIFrame-251146563825156 {
  height: 760px;
}

@media screen and (max-width:767px) {
    .accordion-group .accordion-heading h3 {
        font-size:15px;
    }

	#contact-section {
	    display:inline-block !important;
	    position:relative;
	    right:0 !Important;
	    height:auto;
	}

    #spanish-btn,
    #english-btn {
        position:relative;
        display:block;
        margin:10px 0;
        width:100%;
        text-align:center;
        background:#4785b3;
        border-radius:3px;
        padding: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    #contact-section {
        text-align:center;
    }

	h4.phone {
	    text-align:center;
	    display:block;
	    width:100%;
	    line-height:40px;
	    border-top:1px solid rgba(255,255,255,.2);
	    border-bottom:1px solid rgba(255,255,255,.2);
	}

	h4.phone:before {
	    content:"Call Us Now:  ";
	    color:#afcf4a;
	}

	h4.screening-tag {
	    text-align:center;
	    display:inline-block;
	    line-height:0px;

	}

	h4.schedule-now {
	    text-align:center;
	    display:inline-block;
	    line-height:10px;

	}

	nav.navbar.navbar-default {
	    max-height:1000px !important;
	}

	div#bs-example-navbar-collapse-1 {
	    max-height:1000px !important;

	}

    #main-nav {
        width:100%;
    }

    ul#main-nav li {
        padding-bottom:0 !important;
        width:100% !important;
    }

    #main-nav li ul.sub-menu {
        position:relative;
        padding:15px 30px 0 8px;
        width:100% !important;
        background:transparent;
        border-top:1px solid rgba(255,255,255,.2);
        border-bottom:1px solid rgba(255,255,255,.2);
        margin:10px 0 0 0;
        border-radius:0 0 4px 4px;
        visibility:visible;
        opacity:1;
    }

    #main-nav li ul.sub-menu li {
        text-align:left;
        line-height:1;
    }

	#featureContent {
	    padding-top:150px;
	    background:#f2f2f2 !important;
	    padding-bottom:0 !important;
	}

	#featureContent ul li {
	    width:50% !important;
	    display:inline-block;
	    clear:none !Important;
	    margin:0 !Important;
	    padding:0 !Important;
	    min-height:200px;
	}

	#featureContent ul li img {
	    max-width:50%;
	}

	#featureContent ul li h3 {
	    font-size:18px !important;
	    padding:0 30px !important;
	}

	#testimonial-overlay {
	    margin-top:0;
	}

	#testimonial-content {
	    padding:40px 0 !important;
	}

	#footer-content p {
	    text-align:center !important;
	    margin:0 auto;
	    width:100%;
	}

	#featureContent p.acreditedRadiology {
	    right:25% !!important;
	}

	#homeHero-content .heroDescription {
		width: 80%;
		margin: 15% auto 10% auto;
		padding: 100px 0;
	}

	.sel-box{
	    position:relative;
	}
	#select{
	    display:block !important;
	    width:235px;
	    height:20px;
	    border:1px solid #999;
	    padding:5px;
	}
	#submenu{
	   position:absolute;
	   top:32px;
	   background:#f1f1f1;
	   width:250px;
	    display:none;
	}
	#submenu li{
	    padding:5px 10px;
	    border-bottom:1px solid #999;
	}

	.page-id-1666 #hero-overlay {
		display:none;
	}

	#footer-content #footer-nav {
	    margin:0 0 20px 0;
	    padding:0 0 20px 0;
	    border-bottom:1px solid rgba(255,255,255,.3);
	}

	#footer-content #footer-nav li a {
	    line-height:1.7;
	}

	#footer-content p {
	    color:#fff;
	    font-size:13px !important;

	}

	#footer-content #topSocialShareFooter {
	    text-align:left;
	    clear:none;
	    float:none;
	    margin:0;
	    width:100%;
	    padding:20px 0 0 0;
	}

	#footer-content p.acreditedRadiology {
	    display:block;
	    position:initial;
	    width:100%;
      font-size: 9px;
	    margin:20px 0 40px 0;
	    padding-top:20px;
	    border-top:1px solid rgba(255,255,255,.3);
	    background-size:130px;
	    background-position:top 15px right;
	    min-height:100px;
	}

  .accolades {
    justify-content: center;
    position: relative;
    top: 0;
    right: 0;
  }

  .thank-you-slider {
    font-size: 19px;
    margin-top: 140px;
  }

}

#pain-content h3 {
	padding:25px 0 7px 0;
	border-top:1px solid #e5e5e5;
	margin-top:25px;
}

#pain-content p {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #777777;
}


#mobile-maps {
	margin:0 0 20px 0;
}

#mobile-maps span {
    display:inline-block !important;
    margin-right:15px;
}

span#google a {
    color:#1475BB;
    font-weight:900;
    background:transparent url(/wp-content/themes/utahvalleyimaging/assets/images/map-icon.png) center left no-repeat;
    background-size:15px;
    padding-left:20px;
    width:150px;
}

span#apple a{
    color:#1475BB;
    font-weight:900;
    background:transparent url(/wp-content/themes/utahvalleyimaging/assets/images/apple-icon.png) center left no-repeat;
    background-size:15px;
    padding-left:20px;
    width:150px;
}


h2.center.blue {
    font-weight:400;
    font-size:28px !important;
    color:#1A72B2;
    margin-bottom:15px;
}

.mainFeatureContent.displayCenterContent p.center img {
    max-width:150px;
    height:auto;
}

.mainFeatureContent h4 {
    color:#707070;
    line-height:1.4;
    font-size:20px;
    font-weight:300;
    margin-top:30px;
}

.mainFeatureContent.displayCenterContent h4.center,
.mainFeatureContent.displayCenterContent h5.center,
.decriptionContFeature.block h4.center {
    color:#707070;
    line-height:1.4;
    font-size:20px;
    font-weight:300;
    padding:0 8%;
}

.mainFeatureContent.displayCenterContent .col-sm-6 .service-list {
	max-width:200px;
	margin:50px auto;
}

ul.service-list {
    list-style-type:none;
    padding:0;
    margin:50px 0;
}

ul.service-list li {
    text-align:left;
    line-height:1.3;
    padding-bottom:20px;
    color:#555;
    font-size:20px;
    font-weight: 300;
    background:transparent url(../images/list-check.png) top left no-repeat;
    background-size:20px;
    padding-left:30px;
}

ul.service-list span.blue-intro {
    font-weight:600;
    color:#1A72B2;
}

ul.service-list-centered {
  display: table;
  margin: 0 auto;
}

.carousel-list-overlay {
    position:absolute;
    bottom:0;
    z-index:5000;
    text-align:center;
    width:100%;
}

.carousel-list-overlay .container .col-xs-12 {
    background:rgba(175, 207, 74,.9);

}

.carousel-list-overlay .overlay-post-item {
    display:inline-block;
    float:none;
    width:24% !important;
    text-align:center;
    padding:10px 20px;
    margin:10px 0;
    border-right:1px solid #fff;
    vertical-align:middle;
}

.carousel-list-overlay {
    position:absolute;
    bottom:0;
    z-index:5000;
    text-align:center;
    width:100%;
}

.carousel-list-overlay .container .col-xs-12 {
    background:rgba(175, 207, 74,.9);

}

.carousel-list-overlay div:last-child {
    border-right:none;
}

.carousel-list-overlay .overlay-post-item a {
    color:#000;
    padding:0;
    line-height:1.1;
    font-size:18px;
}

.carousel-list-overlay .overlay-post-item a {
    color:#000;
    padding:0;
    line-height:1.1;
    font-size:17px;
    font-weight:400;
}

.carousel-list-overlay .overlay-post-item a:hover {
	font-weight:500;
	text-decoration:none;
	margin-top:5px;
}

#blog-main {
    margin:60px 0;
}

.main-post-item {
    padding:15px;
    margin-top:20px;
    vertical-align:top;
    border:1px solid #eaeaea;
    min-height:340px;
    background:#fafafa;
    border-radius:3px;
}

.main-post-item:hover {
	box-shadow:0 0 25px rgba(0,0,0,.1);
    border:1px solid #e5e5e5;
    text-decoration:none;
    border-radius:3px;
}

.main-post-item a:hover {
    text-decoration:none;

}

.main-post-item a h2 {
   font-size:20px;
   margin-top:0;
}

.main-post-item a p {
    color:#606060;
    font-size:13px !important;
    margin:15px 0 0 0;
    line-height:1.4;
	border-top:1px solid #e5e5e5;
	padding-top:15px;
}

#blog-search {
    margin-top: 190px;
    padding: 15px 0 25px 0;
    background: #fefefe;
    border-bottom: 1px solid rgba(0,0,0,.1);
    text-align: center;
}

#blog-search input[type="text"] {
    border-radius: 4px 0 0 4px;
    padding: 3px 20px 4px 20px;
    width: 65%;
    background: transparent;
    color: #505050;
    border: 2px solid #144C75;
    margin-right: -5px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

#blog-search input[type="submit"] {
    width: 32%;
    line-height: 41px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    background: #144C75;
    font-weight: 700;
    font-size: 11px;
    border: none;
    border-radius: 0px 4px 4px 0;
    padding: 0 20px;
    margin: 10px 0 0 0;
}

#blog-main-cta {
    margin-top:;
    background:#f5f5f5;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:5px;
}

#blog-main-cta h2 {
    line-height:80px;
    margin:0;
    padding:0;
}

#blog-main-cta h2 a {
    margin-top:-5px;
}

.single header.post-hero {
    padding:200px 0 110px 0;
    text-align:center;
    background-size:cover !important;
    background-attachment:fixed !important;
}

.single header.post-hero h1 {
    color:#fff;
    font-weight:300;
    text-shadow:0 0 60px rgba(0,0,0,1);
}

.single .post-body.no-hero {
    margin:150px 0 30px 0;
}

.author-cont {
  margin-bottom: 15px;
}

.author-cont span {
  font-weight: 300;
  vertical-align: bottom;
}

.author-cont img {
  border-radius: 50%;
}

.author-box {
  height: 200px;
  color: #fff;
  padding: 10px;
  background-color: #12507d;
  border-radius: 5px;
}

.author-box h3 a {
  color: #fff;
}

.author-box h3 a:hover {
  text-decoration: underline;
}

.author-box h4 {
  color: #fff;
  font-weight: 300;
}

.author-box p {
  color: #fff;
  font-size: 14px !important;
}

.author-box-img img{
  border-radius: 5px;
}

.single #disqus_thread {
    margin-bottom:90px;
}

nav.post-navigation {
    border-bottom:1px solid #e5e5e5;
    padding-bottom:40px;
    text-align:left;
    margin:40px 0;
}

nav.post-navigation h2 {
    font-weight:200;
    color:#a5a5a5;
}

.post-navigation .nav-previous {
    text-align:left;
}

.post-navigation .nav-previous:before {
    content:"Prev | ";
    font-weight:600;
    color:#88B86D;
}

.post-navigation .nav-next:after {
    content:" | Next";
    font-weight:600;
    color:#88B86D;
}

.post-navigation .nav-next {
    text-align:right;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    display:inline-block;
    width:50%;
}

#four0four {
  color: #fff;
  background: transparent url('/wp-content/themes/utahvalleyimaging/assets/images/404-bkg.jpg') top center no-repeat;
  overflow:hidden !important;
  height: 1000px;
  padding-top: 150px;
}

.search-no-results,
.error404 {
    overflow:hidden !important;
}

.search-no-results,
.error404 #footer-content {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
}


.404search {
    text-align:center !Important;
    margin:30px 0;
}

.search-no-results .search-form label .screen-reader-text,
.error404 .search-form label .screen-reader-text {
    display:none;
}

.search-no-results .search-form input,
.error404 .search-form input {
    background:rgba(255,255,255,.9) !important;
    border:none;
    padding:10px 25px;
    border-radius:3px;
    font-weight:400;
}

.search-no-results  .search-form input[type="submit"],
.error404 .search-form input[type="submit"] {
    background:rgba(175, 207, 74,.7) !important;
    color:#fff;
}

#footer-nav {

    width:100%;
    max-width:800px;
    /*border-top:1px solid rgba(255,255,255,.1);
    border-bottom:1px solid rgba(255,255,255,.1);*/
    padding:20px 0 !important;
    margin:10px 0 10px 0 !important;
}

#footer-nav li {
    width:170px;
    margin:0;
    padding:0;
}

#footer-nav li a {
    font-size:13px;
    font-weight:300;
    margin:0;
    line-height:1.6;
}

#footer-nav li a:hover {
    background:transparent !important;
}

.landing-hero {
    margin-top: 90px;
    height: 80vh;
}

.landing-hero-content > h1, .landing-hero-content > h3 {
  color: #12507D;
}

.landing-page-form {
  width: 500px;
  height: 785px;
  background-color: #d7d7d7b0;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 6px;
  padding: 20px 20px;
  margin: 20px 0 0 50%;
  text-align: center;
}

.landing-page-form input {
  width: 100%;
}

.landing-page-form textarea {
  width: 100%;
}

.landing-page-form label, .landing-page-form h2, .landing-page-form p {
  color: #000;
  font-weight: 400;
}

.landing-form-submit {
  font-weight: 400;
  color: #000;
  background: #AFD04A;
  width: 100%;
  border: 1px solid #7c7c7c;
  border-radius: 5px;
}

.landing-schedulebtn-container {
  text-align: center;
  margin-top: 30px;
}

.landing-schedule-btn {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 10px;
  background: #AFD04A;
  width: 100%;
  border: 1px solid #7c7c7c;
  border-radius: 5px;
}

.landing-hero-content {
  padding-top: 30px;
}

.landing-social-proof {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  justify-content: center;
  background-color: #12507D;
}

.landing-social-card {
  width: 25%;
  margin: 20px;
  padding: 20px;
  font-size: 25px !important;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
}

.landing-video-container {
  padding: 30px;
  background-image: url('https://stage.ivein.com/wp-content/uploads/hp-background-2-scaled-1.webp');
  text-align: center;
}

.landing-map-container{
  padding: 30px;
}

.landing-text-feature-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.landing-text-feature-card {
  margin: 30px;
  width: 25%;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}

.landing-text-feature-card > p {
  color: #fff;
}

.landing-team-container {
  background-image: url('https://stage.ivein.com/wp-content/uploads/Team-BG.jpg');
  background-size: cover;
  padding: 30px;
}

.landing-team-copy {
  text-align: center;
}

.landing-team-ind {
  width: 200px;
  margin: 20px;
  text-align: center;
}

.landing-team-ind > p {
  font-weight: 400;
}

.landing-team-photo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.landing-team-image {
  height: 150px;
}

.lander-section {
  padding:60px 0;
}

.form-success-message {
  color: #12507D;
  font-size: 30px;
  margin-top: 50%;
  padding: 10px;
  border-top: 2px solid #1575BB;
  border-bottom: 2px solid #1575BB;
  animation: fadeIn 700ms ease-in-out;
}

.form-error-message {
  color: #9f0c0c;
  font-size: 30px;
  margin-top: 50%;
  padding: 10px;
  border-top: 2px solid #1575BB;
  border-bottom: 2px solid #1575BB;
}

.wpcf7-response-output {
  display: none;
}

.landing-form-wrap {
  background:rgba(20, 117, 187, .7);
  border-radius:5px;
  padding:20px 25px;
}

.landing-form-wrap h3 {
  text-transform:uppercase;
  font-size:22px;
  margin:0 0 10px 0;
  padding:0;
}

#arrow-img {
    position:absolute;
    top:405px;
    left:0;
    width:66%;
    max-width:1000px;
    min-width:600px;
}

#runner-img {
    position:absolute;
    width:25%;
    left:5%;
    top:20%;
    max-width:330px;
    min-width:230px;
}

.landing-testimonials {
    border-top:10px solid #ADCE49;
}

.landing-form-wrap ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

.landing-form-wrap ul li input {
    width:100%;
    margin:5px 0;
    border:none;
    padding:8px 15px;
    border-radius:5px;
}

.landing-form-wrap ul li select {
    width:100%;
    -webkit-appearance:none;
    border:none;
    border-radius:5px;
    padding:8px 15px;
    background:#fff;
    margin:5px 0;
    color:#959595;
    }

.landing-form-wrap ul li select:focus,
.landing-form-wrap ul li input:focus {
    outline:none !important;
}

.landing-form-wrap ul li input[type="submit"] {
    background:#ADCE49;
    color:#fff;
    text-transform:uppercase;
    font-size:20px;
    margin-top:15px;
    margin-bottom:-10px;
    line-height:28px;
}

.testimonial .testimonial-left {
    width:28%;
    display:inline-block;
    vertical-align:top;
}

.testimonial img.cirlce {
    vertical-align:top;
    border-radius:500px;
    border:2px solid #1A72B2;
    max-width:75px;
}

.testimonial .testimonial-right {
    display:inline-block;
    width:70%;
}

.testimonial .testimonial-right p {
    color:#707070;
    line-height:1.4;
    font-weight:300;
    font-size:14px;
    margin:2px 0 0 0;
}

.testimonial .testimonial-right h6.blue {
    text-decoration:underline;
}

#athlete-landing-content-1 {
    background:transparent url(/wp-content/themes/utahvalleyimaging/assets/images/landing-pages/section-1-bkg.jpg) center right no-repeat;
    background-size:cover;
}

#athlete-landing-content-2 {
    background:transparent url(/wp-content/themes/utahvalleyimaging/assets/images/landing-pages/section-2-bkg.jpg) center left no-repeat;
    background-size:cover;
}

#athlete-landing-content-3 {
    background:transparent url(/wp-content/themes/utahvalleyimaging/assets/images/landing-pages/section-3-bkg.jpg) center right no-repeat;
    background-size:cover;

}

#athlete-landing-content-4 {
    background:transparent url(/wp-content/themes/utahvalleyimaging/assets/images/landing-pages/section-4-bkg.jpg) center left no-repeat;
    background-size:cover;

}

.athlete-cta-text p {
  background: rgba(109,101,101, .4);
  border-radius: 10px;
  color: #fff !important;
  padding: 10px;
  font-size: 20px !important;
  text-align: center !important;
}


h2.blue-box {
    max-width:350px;
    text-transform:uppercase;
    font-size:24px;
    line-height:1.4;
    color:#fff;
    font-weight:300;
    background:#1971B1;
    padding:10px 15px;
    border-radius:5px;
    margin-bottom:30px;
}

.lander-section p,
.lander-section ul,
.lander-section h2 {
    color:#fff;
}

.lander-section p {
    font-weight:300;
}

.lander-section p a {
    color:#ADCE49;
}

.lander-section h2 {
    text-transform:uppercase;
    font-weight:300;
}

.lander-section p a.btn {
    line-height:25px;
    padding:8px 25px;
    background:#ADCE49 !important;
    font-size:17px !important;
    font-weight:400;
    margin-top:20px;
}

#athlete-landing-cta h2 {
    font-size:40px !important;
    line-height:0px;
    margin-bottom:35px !important;
}

#athlete-landing-cta a.btn-lg {
    line-height: 5px;
    padding: 8px 45px;
    background: #ADCE49 !important;
    font-size: 20px !important;
    font-weight: 400;
    color:#fff;
    margin-left:40px;
    vertical-align:top;
}

#athlete-landing-cta h3.blue.center {
    font-weight:300;
}

.breadcrumb-list li {
  display: inline;
  float: left;
  list-style-type: none;
}

.breadcrumb-link {
  display: inline-block;
}

.int-bio-box {
  background-color: #12507D;
  border-radius: 50%;
  height: 400px;
  width: 400px;
  text-align: center;
  padding: 30px;
  float: right;
}

.int-bio-copy p {
  color: #fff;
  font-size: 17px !important;
}

.bc-cont {
  margin-bottom: 100px;
}

.thank-you-conditions-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.thank-you-condition {
  margin: 20px;
  text-align: center;
}

.thank-you-condition-img {
  height: 150px;
}

.thank-you-intro {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.thank-you-heading {
  text-align: center;
  margin-top: 30px;
}

.embed-container {
  display: flex;
  justify-content: cent;
}

iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}

@media screen and (min-width: 1800px) {
  .home-hero-heading {
    margin-top: 15%;
    margin-right: 10%;
  }
}

@media screen and (max-width: 1600px) {

  .menuToggle {
    display: block;
    position: absolute;
    height: 60px;
    width: 68px;
    top: 525px;
    left: 0;
    color: #fff;
    background-color: #12507D;
    border-radius: 0 50% 50% 0;
    z-index: 1;
    transition: left .5s ease-out;
  }

  .menuToggle button {
    padding-top: 18px;
    padding-left: 15px;
    font-size: 16px;
    background: none;
    border: none;
  }

  .jumpNav {
    width: 30%;
    left: -30%;
    top: 525px;
  }

  .jumpNavContainer h3 {
    font-size: 20px;
  }

  .jumpNavContainer a {
    font-size: 18px;
  }

  .fixedJumpNav {
    position: fixed;
    top: 160px;
  }

  .expandJumpNav {
    left: 0;
  }

  .expandMenuToggle {
    left: 29%;
  }

  .expandIcon {
    transition: all .5s;
  }

  .rotateIcon {
    transform: rotate(180deg);
  }
}

@media screen and (max-width:1599px) {
  .long-content-container {
    padding-left: 19%;
    padding-right: 4%;
  }
}

@media screen and (max-width:1326px) {
  #secondary-subnav {
    background-size: 250%;
  }
}

@media screen and (max-width: 1050px) {
  .long-content-container {
    padding-left: 30%;
  }
}

@media screen and (max-width:991px) {
	.landing-hero-images {}

	#ivc_hype_container	{
		display:none;
	}

	img#arrow-img {
	    position: absolute;
	    top: 455px;
	    left: auto;
	    right:310px;
	    width: 66%;
	    max-width: 1000px;
	    min-width: 600px;
	}

	img#runner-img {
	    left:auto;
	    top:300px;
	    right:630px;
	}

	.landing-form-wrap h3 {
	    font-size:20px;
	}

	.landing-form-wrap form input[type="submit"] {
	    font-size:15px !important;
	}

	.testimonial .testimonial-right {
	    display:block;
	    width:100%;
	}

	.testimonial .testimonial-left {
	    display:none;
	}

	.lander-section p,
	.lander-section ul li {
	    text-shadow:0 0 30px rgba(0,0,0,1);
	}

	#athlete-landing-cta {}

	#athlete-landing-cta h2 {
	    line-height:1.2;
	    margin-bottom:0 !Important;
	}

	#athlete-landing-cta .btn-lg {
	    display:block;
	    max-width:300px;
	    margin:0 auto !Important;
	    line-height:25px !important;
	}

  .home-service-content {
    margin-top: 0;
  }

  ul.service-list-centered {
    display: block;
  }

  .menuToggle {
    display: block;
    position: absolute;
    height: 60px;
    width: 68px;
    top: 450px;
    left: 0;
    color: #fff;
    background-color: #12507D;
    border-radius: 0 50% 50% 0;
    z-index: 1;
    transition: left .5s ease-out;
  }

  .jumpNav {
    width: 40%;
    left: -40%;
    top: 450px;
  }

  .fixedJumpNav {
    position: fixed;
    top: 160px;
  }

  .expandMenuToggle {
    left: 39%;
  }

  .expandJumpNav {
    left: 0;
  }

  .header-logo {
    width: 200px;
  }
}


@media screen and (max-width:767px) {

  #four0four h1 {
    font-size: 18px;
  }

  #four0four {
    height: 400px;
  }

	#athlete-landing-content-1 {
	    background:transparent url(/wp-content/themes/utahvalleyimaging/assets/images/landing-pages/mobile-section-1-bkg.jpg) top right no-repeat;
	    background-size:cover;
	    padding-top:300px;
	}

	#athlete-landing-content-2 {
	    background:transparent url(/wp-content/themes/utahvalleyimaging/assets/images/landing-pages/mobile-section-2-bkg.jpg) top left no-repeat;
	    background-size:cover;
	    padding-top:300px;
	}

	#athlete-landing-content-3 {
	    background:transparent url(/wp-content/themes/utahvalleyimaging/assets/images/landing-pages/mobile-section-3-bkg.jpg) top right no-repeat;
	    background-size:cover;
	    padding-top:300px;

	}

	#athlete-landing-content-4 {
	    background:transparent url(/wp-content/themes/utahvalleyimaging/assets/images/landing-pages/mobile-section-4-bkg.jpg) top left no-repeat;
	    background-size:cover;
	    padding-top:300px;

	}


	.landing-hero-images {
	    display:none;
	}

	img.img-responsive.mobile-only {
	    margin:0 auto;
	    width:90%;
	    display:block !important;
	}

	.landing-hero {
	    background-size:150%;
	    background-position:top center;
	    background-color:#010101;
	}

	.icon-wrap {
	    position:absolute;
	    right:5%;
	    top:7px;
	}

	.icon-wrap .icon-bar {
	    width:32px !important;
	    background:#fff;
	    height:4px !important;
	    display:block;
	    margin:4px 0;
	    border-radius: 2px;
	}

    .sel-box {
        z-index:5000

    }

    span#select {
        line-height:2;
        height:auto;
        background:transparent;
        border:none;
        border-radius:5px;
        width:95%;
        margin:0 auto;
        margin-bottom:-5px;
        color:#fff;
        text-transform:uppercase;
        font-size:16px;
        text-align:left;

    }

    #submenu {
        width:100%;
        background:rgba(159, 186, 75, 0.95);
        top:51px;
        border-radius:0 0 5px 5px;

    }

    #submenu ul {
        padding:0 10px;
    }

    #submenu ul li {
        display:block;
        border-bottom:1px solid rgba(255,255,255,.3);
    }

    #submenu ul li a {
        line-height:3.5 !important;
        display:block;
        text-align:left;
        font-size:18px !important;
    }

	.carousel-list-overlay {
	    position:absolute;

	}

	.carousel-list-overlay .overlay-post-item {
	    display: inline-block;
	    float: none;
	    width: 100% !important;
	    text-align: center;
	    padding: 0px 20px 10px 20px;
	    margin: 0 0 10px 0;
	    border-right:0;
	    border-bottom: 1px solid rgba(244,244,244,.3);
	    vertical-align: middle;
	}

	.carousel-list-overlay .overlay-post-item:first-child {
	    padding-top:10px;
	}

	.carousel-list-overlay .overlay-post-item:last-child {
	    border-bottom:0;
	    padding-bottom:0;
	}

	.heroDescription h3 {
	    font-size:30px !important;
	}

	#homeHero-content, #blogHero-content {
	    min-height:610px;
	}
	.main-post-item	{
		min-height:0;
	}

  .long-content-container {
    padding-left: 30px;
    padding-right: 30px;
  }

}

#select {
	display:none;
}

.scheduleForm-content {
    margin:0 0 60px 0;
    width:100%;
    background:#f5f5f5;
    border:1px solid #d5d5d5;
    box-shadow:0 0 10px rgba(0,0,0,.2);
    border-radius:6px;
    padding:30px 40px;
}

.scheduleForm-content ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

.scheduleForm-content ul li {
    padding:0;
}

.scheduleForm-content ul li input,
.scheduleForm-content ul li textarea,
.scheduleForm-content ul li select {
    width:100%;
    max-width:100%;
    margin:10px 0;
    padding:10px 15px;
    border-radius:4px;
    border:1px solid #e5e5e5;
    background:#fff;
    min-height:30px;
}

.scheduleForm-content ul li select {
    padding:10px 15px !important;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.scheduleForm-content ul li input[type="submit"] {
    background:#12507D;
    border:100%;
    color:#fff;
}

.scheduleForm-content h3 {
    padding-bottom:20px;
    margin-bottom:15px;
    border-bottom:1px solid #fff;
    box-shadow:0px 1px 0px rgba(0,0,0,.05);
}

.testimonial-wrap img{
    max-width:150px !Important;
    margin: 0 auto;
}

.testimonial-wrap h2 {
    margin-top:0;
    margin-bottom:20px;
    color:rgba(0,0,0,.5);
    text-shadow:1px 1px 1px rgba(255,255,255,1);
    font-style:italic;
}

.testimonial-wrap h4.blue {
    font-style:italic;
    line-height:1.3;
    font-weight:;
    text-shadow:1px 1px 1px rgba(255,255,255,.8);
    padding-top:20px;
    padding-bottom:20px;
    border-top:1px solid rgba(0,0,0,.06);
    border-bottom:1px solid rgba(0,0,0,.06);
}

.testimonial-wrap h5 {
    line-height:1.4;
    color:rgba(0,0,0,.6);
    font-weight: 400;
    font-size: 20px;
}

.testimonial-well-head {
  text-align: center;
}

.greater-standard-block {
  color: #707070;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

#ivc_hype_container {
    margin:0 0 70px 0;
}

.HYPE_element {
    margin-left:25px;
}

.survey {
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #1A70AA;
    border-radius: 4px;
    padding-bottom: 20px;
}

.survey h3 {
  color: #fff;
  font-style: italic;
  font-weight: 200;
}

.survey-title {
    color: #114970;
    font-size: 18px !important;
    font-weight: 300;
}

#scholarship-wrap {
    padding:60px 0;
}

#scholarship-wrap .pull-right h2 {
    text-align:center;
    font-weight:400 !important;
    font-style:italic;
    line-height:1.1;
    font-size:40px;

}

#scholarship-wrap .pull-right h2:before,
#scholarship-wrap .pull-right h2:after {
    content:"''";
}

#scholarship-wrap .well.blue {
    background:#124A73;
    padding:50px;
    margin:40px 0;
}

#scholarship-wrap .well h3 {
    color:#fff;
    margin-top:0;
}

#scholarship-wrap .well h5 {
    line-height:1.4;
    opacity:.75;
    padding-bottom:20px;
}

#scholarship-wrap .well ul li {
    font-weight:600;
    font-size:17px;
    padding-bottom:15px;
}

#scholarship-wrap .well ul li a {
    color:#fff;
    text-decoration:underline;
}

#scholarship-wrap h3 {
    margin:25px 0 5px 0;
}

#insurance-wrap,
#procedure-wrap,
#discharge-wrap,
#accordion2,
#privacy-wrap,
#terms-wrap {
    padding:60px 0;
}

#insurance-wrap .well {
    margin:50px 0;
}

#featureContent ul li {
    min-height:370px;
}

.sup-1 {
  margin-right: -23px;
}

.supportingLogos img  {
  display: inline;
  height: 60px;
	margin-left: 10px;
}

.supportingLogos h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.wrapperFooterNav {
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 30px;
}

.archive-page {
  margin-top: 5%;
  padding: 20px;
}

.widget-area {
  padding: 20px;
}

.text-carousel {
  height: 250px;
  background-color: #12507d;
}

.modal {
  top: 30%;
}

.modal-header {
  border: none;
}

.close {
  font-size: 30px;
}

.modal-header .close {
  margin-top: -7px;
}

.blue-btn {
  padding: 10px;
  background-color: #12507D;
  color:#fff;
  font-weight: 300;
  font-size: 18px;
  border: none;
  border-radius: 5px;
}

.blue-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #124a73;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.blue-well h3, .blue-well h4, .blue-well p {
  color: #fff;
}

.blue-well a {
  color: #fff;
  font-weight: 400;
}


@media screen and (max-width:1400px) {

  .home-hero {
    height: 750px;
  }

  .home-screening-form-container {
    width: 100%;
  }

  .home-boxes-container {
    height: auto;
    padding: 65px 0;
    background-size: auto;
  }

  .home-box {
    width: 320px;
    height: 600px;
  }

  .home-bio-selector-btn {
    margin: 10px;
  }

  .bio-selector-img {
    height: 100px;
  }

  .testimonial-content p {
    font-size: 16px !important;
  }
}

@media screen and (max-width:1199px) {

    .home-hero {
      height: 550px;
    }

    .home-hero-heading {
      margin-right: 0;
    }

    .home-hero-heading h1 {
      font-size: 30px;
    }

    .home-screening-content {
      margin: 0 auto;
    }

    .home-screening-content p {
      padding: 15px;
    }

    #footer-nav {
        max-width: 100%;
        margin: 70px 0 20px 0 !important;
    }

    #footer-nav li {
        width:165px !important;
        text-align:;
    }

    .home-results-container img {
      height: 150px;
    }

    .testimonial-content img {
      height: 90px;
    }

    .testimonial-content p {
      font-size: 14px !important;
    }

    .home-cta-btn {
      font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
  .landing-hero-content {
    padding: 30px;
    background-color: #ffffffa6;
  }

  .landing-page-form {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width:991px) {

    body #topHeader-content .container {
        width: 100%;
    }

    body #logoContent {
        position: absolute;
        top: 0;
        left: 0;
    }

    body .footerlogo {
      width: 140px;
    }

    body #featureContent {
      margin-top: -106px;
    }
    
    body #featureContent ul li  {
        width: 30%;
        margin-right: 24px;
    }

    #footer-content .container {
        width:95%;
    }

    .subpage.mainHeroContent .overlayMainHeroContent {
      height: 400px;
    }

    .home-hero-heading h1 {
      font-size: 25px;
    }

    .home-screening-content {
      margin: 80px auto;
    }

    .home-screening-form-container {
      width: 500px;
      margin: 0 auto;
    }

    .home-box {
      height: auto;
      width: 500px;
      margin-bottom: 50px;
      text-align: center
    }

    .box-content {
      display: none;
      text-align: left;
      transition: transform .5s;
    }

    .home-box-expand {
      display: inline-block;
      font-size: 25px;
    }

    .home-box-expand:hover {
      cursor: pointer;
    }

    .home-results-images {
      text-align: center;
    }

    .active {
      display: block;
    }

    .home-condition-graphic {
      text-align: center;
    }

    .rotate {
      transition: transform .2s ease-in-out;
      transform: rotate(180deg);
    }

    .home-bios {
      margin-bottom: 35px;
      text-align: center;
    }

    .home-doctors-container .row {
      padding: 50px;
    }

    .home-bios-heading {
      margin-bottom: 30px;
    }

    .home-bio-single p {
      text-align: left;
    }

    .home-bio-selector-btn {
      margin: 8px;
    }

    .testimonial-content img {
      height: 100px;
    }

    #logoContent {
      margin: 0;
    }

    .screening-modal-image {
      width: 100%;
      border-radius: 6px 6px 0 0;
    }

    .screening-modal-content p {
      padding: 10px;
    }

    .bd-example-modal-lg {
      top: 10%;
    }

    .infographic-container {
      background-image: url(../images/feature-background-med.svg);
      background-size: cover;
    }

    .modal-dialog {
      margin: 60px auto;
    }

}

@media screen and (max-width:899px) {
  .testimonial-content p {
    font-size: 20px !important;
  }
}

@media screen and (max-width:850px) {
  .home-hero {
    background-image: url("/wp-content/uploads/Mom-with-daughter-on-bike-small.jpg");
  }

  .home-hero-heading {
    margin-top: 40%;
  }

  .home-hero-heading h1 {
    font-size: 25px;
  }

  .home-telehealth-box {
    width: 91%;
  }

}

@media screen and (max-width:991px) and (min-width:768px) {

    body ul#main-nav li a {
      font-size: 16px;
    }

    #carousel-overlay {
      width:102vw;
      margin-left:-1vw;
    }

    #featureContent {
        padding-top:130px;
        background-image:none !important;
    }

    #featureContent ul li p {
        font-size:14px !important;
        line-height:1.3;
    }

    #featureContent ul li {
        min-height:350px;
    }

    #footer-content  p.acreditedRadiology {
	    top:10px;
    }

    .infographic-heading {
      padding-top: 25px;
    }

    .modal-dialog {
      width: 650px;
    }

    .landing-hero {
      margin-top: 80px;
    }

    .landing-page-form {
      width: 450px;
      margin: 20px 0 0 38%;
    }

    .landing-social-image-container img {
      width: 150px;
    }

}

@media screen and (max-width:768px) {
    #footer-nav {
        max-width: 100%;
        margin: 0 0 20px 0 !important;
        border-top:none;
    }

    #footer-nav li {
        width:50% !important;
        text-align:;
    }

    .supportingLogos img  {
      height: 45px;
    	margin-left: 10px;
      margin-bottom: 15px;
    }

    .copyright {
      margin-bottom: 10px;
    }

    .home-hero {
      background-image: url("/wp-content/uploads/home-page-hero-m.jpg");
      background-image: -webkit-image-set(
        url("/wp-content/uploads/home-page-hero-m.webp"),
        url("/wp-content/uploads/home-page-hero-m.jpg"));
      background-image: image-set(
        url("/wp-content/uploads/home-page-hero-m.webp") type("image/webp"),
        url("/wp-content/uploads/home-page-hero-m.jpg") type("image/jpeg"));
      margin-top: 75px;
    }

    .home-hero-border {
      border-image-outset: 0 18px 0 0;
    }

    .home-screening-container {
      border-top-right-radius: 86% 85px;
    }

    .home-screening-content {
      width: auto;
      margin: 0 auto;
      padding: 20px;
    }

    .home-boxes-container {
      padding: 0 0;
    }

    .home-telehealth-container {
      margin-top: 0;
    }

    .home-telehealth-box {
      height: 100%;
      margin: 0 auto 30px auto;
    }

    .home-services-container h3 {
      font-size: 30px;
    }

    .testimonial-content p {
      font-size: 17px !important;
    }

    .home-featured-video {
      width: 300px;
    }

    .home-border-container {
      border-image-slice:0 12 172 12;
      border-image-outset:0px 0px 0px 0px;
      border-image-repeat:stretch stretch;
    }

    .home-cta-btn {
      font-size: 20px;
    }

    .home-results-container {
      height: 500px;
    }

    .home-graphic-container img {
      height: 250px;
      margin: 0px auto;
    }

    #back-to-top {
      height: 60px;
      width: 60px;
    }

    .back-to-top-icon {
      height: 33px;
    }

    .md-head {
      margin: 0;
      height: 15px;
    }

    .screening-modal-image {
      width: 100%;
    }

    .bd-example-modal-lg {
      top: 5%;
    }

    .screening-modal-content h2 {
      font-size: 21px;
    }

    .screening-modal-content p {
      font-size: 18px !important;
      padding: 0 20px;
      margin: 0;
      border: none;
    }

    .md-btn-cont {
      padding-top: 15px;
    }

    .profileDoctorPicture {
      width: 100%;
    }

    .profileDoctorPicture img {
      width: 150px;
      height: auto;
    }

}

@media (max-device-width: 767px) and (orientation: portrait) {

  body ul#main-nav {
      margin: 0;
      padding:0;
      overflow: hidden;
      float:right!important;
  }
  body ul#main-nav li {
  clear:none!important;
  margin-left: 0!important;
  }
}

@media screen and (max-width: 767px) {
  /*@ { Top header Section
 ----------------------------------------*/

 .wrapperFooterNav {
     border-bottom: none!important;
 }
 #main-nav li ul.sub-menu,
 body #footer-nav.navbar-nav,
 body .wrapperFooterNav {
     display: none!important;
 }
 body #topHeader-content .container {
     width: 100%;
 }

 body #topHeader-content {
 height: 85px;
 }

 body ul#main-nav li a {
   font-size: 16px;
   font-weight: 500;
 }

 body #featureContent ul li  {
         width: 100%;
         margin: 0 0 40px 0;
         padding-bottom: 20px;
         clear: both;
         height: auto;
     }
 body #featureContent ul li p {
         width: 92%;
         margin: 20px 0 0 2%;
     }
 /*@ { Home Hero Content section
 ----------------------------------------*/

 body .mainFeatureContent.displayRightContent .decriptionContFeature,
 body .mainFeatureContent.displayLeftContent .decriptionContFeature {
  width: 100%;
 }
 body .mainFeatureContent.displayRightContent .imageContent,
 body .mainFeatureContent.displayLeftContent .imageContent {
     width: 100%;
 }

 body #topSocialShare {
     display: none;
 }

 body #logoContent {
     width: 120px;
     left: 10px;
 }
  body .navbar-default .navbar-collapse, .navbar-default .navbar-form {
     border: 0;
     background: rgba(17, 89, 140, 0.9);
     margin: 2px 0;

 }
 body ul#main-nav {
     margin: 0;
     padding: 10px 0 0 0;
     overflow: hidden;
     float: left !important;
 }
 body ul#main-nav li {
 float:none;
     display:block;
     margin: 0;
     padding: 0;
 }
 body ul#main-nav li a:hover {
     color:#fff;
 }

 body #topHeader-content .row .col-xs-12 {
     width: 100%;
     padding: 0;
     margin: 0;
 }
 body #topHeader-content .navbar-toggle {
     margin-right: 9px;
     background: none;
 }
 body #contact-section {
      top: 2px;
      right: 60px;
  }

 body .navbar-default .navbar-toggle .icon-bar {
     background: #fff;
 }

 body #homeHero-content h3 {
     font-size: 32px;
     margin: 0 0 10px 0;
     padding: 0;
  }
  body #homeHero-content p {
     font-size: 15px;
     margin: 0;
     padding: 0;
  }

  body .mainHeroContent h3, .mainHeroContent h1 {
     font-size: 30px;
  }

  body .mainHeroContent p {
     font-size: 14px;

  }

  .mainHeroContent .mainHeroContentDescription {
    width: 90%;
    padding-top: 40px;
  }

  .current-menu-item a {
  margin: 0;
  opacity:.75;
  background:transparent;
  border:1px solid transparent !important;
  }

  #footer-content p.acreditedRadiology {
    margin-bottom: 20px!important;

  }

  .accolade-container {
    margin-bottom: 20px;
  }

  .accolades {
    width: 170px;
  }

  .accreditation-container {
    margin-bottom: 20px;
  }

  .social-links {
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 750px) {
  .header-logo {
    margin-top: -30px;
  }
}

@media screen and (max-width: 700px) {

  .home-hero-heading {
    margin-top: 45%;
  }

  .home-hero-heading h1 {
    width: 200px;
    margin-left: 200px;
  }

  .home-results-container {
    height: 500px;
  }

  .home-results-container img {
    height: 110px;
  }

  .home-graphic-container img {
    height: 230px;
    margin: 50px auto;
  }

  .accolade-container {
    text-align: center;
  }

  .accreditation-container {
    text-align: center;
  }
}

@media screen and (max-width:600px) {
  .testimonial-content p {
    font-size: 22px !important;
    padding-top: 15px;
  }

  .home-box {
    width: 100%;
  }

  .home-bio-selector-btn {
    width: 140px;
  }

  .home-screening-form-container {
    width: 100%;
    margin-bottom: 50px;
  }

  .home-results-container img {
    height: 100px;
  }

  .home-border-container {
    border-bottom: 60px solid;
  }

  .infographic-container {
    padding: 24px;
    background: none;
    background-color: #1475BB;
  }

  .infographic-image {
    width: 300px;
    height: 100%;
  }

  .infographicFeatureImage {
    width: 300px;
    height: 100%;
  }

  .infographic-heading {
    padding-top: 0;
  }

  .infographic-heading h3 {
    font-size: 20px;
  }

  .landing-hero {
    margin-top: 10px;
    height: 100vh;
  }

  .landing-social-card {
    width: 60%;
  }

  .landing-video-container > iframe {
    width: 100%;
  }

  .landing-text-feature-card {
    width: 60%;
  }

  .int-bio-box {
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width:500px) {

  body .mainFeatureContent.displayRightContent .decriptionContFeature,
    body .mainFeatureContent.displayLeftContent .decriptionContFeature {
        width: 100%;
    }
    body .mainFeatureContent.displayRightContent .imageContent,
    body .mainFeatureContent.displayLeftContent .imageContent {
        width: 100%;
    }

    body #topHeader-content .phone {
        font-size: 18px;
    }

    body #schedule-content h3 span {
        display: block;
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

    body #schedule-content h3 .btn-default  {
        clear: both;
        margin-bottom: 20px;
    }

    body .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border:0;
        margin:7px 0;
        padding-bottom: 10px;
    }
    body #testimonial-content h3 {
        font-size: 17px;
        text-align: center;
        margin-top: 0;
    }

    body #homeHero-content,
    body #homeHero-content .overlayImagehero {
        min-height: 427px;
    }

    body #footer-content p.acreditedRadiology {
        top: 96px;
    }
	.page-template-page-doctors .col-xs-6 {
/* 		width:100% !important; */
		display:block !important;
	}
	.page-template-page-doctors .col-xs-6 .dr-mugshot {
/* 		padding:200px 0 !important; */
	}

  #footer-content p.acreditedRadiology {
    font-size: 11px !important;
  }
	#featureContent ul li {
	    width:100% !important;
	    min-height:0;
	}

}

@media screen and (max-width: 499px) {

  .subpage.mainHeroContent .overlayMainHeroContent {
    height: 300px;
  }

  .mainHeroContent .mainHeroContentDescription{
    margin: 5% auto;
  }

  .home-hero {
    margin-top: 50px;
  }

  .home-hero-heading h1 {
    margin-top: 50px;
    font-size: 20px;
  }

  .home-screening-container {
    border-top-right-radius: 70% 70px;
    margin-top: -100px;
  }

  .home-screening-heading {
    font-size: 33px;
  }

  .home-boxes-container {
    padding: 0;
  }

  .home-results-container img {
    height: 83px;
  }

  .home-services-container {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .home-services-container h3 {
    font-size: 23px;
    padding-bottom: 0;
  }

  .home-diagnosis-list li {
    margin-bottom: 12px;
  }

  .home-service-description-container {
    margin-top: 20px;
  }

  .home-doctors-container {
    padding-top: 60px;
  }

  .home-doctors-container .row {
    padding: 20px;
  }

  .home-bio-single img {
    height: 170px;
  }

  .home-service-description-container {
    height: 100%;
  }

  .home-service-description-container p {
    font-size: 18px !important;
  }

  .home-bio-selector-btn {
    margin: 20px 0;
  }

  .bio-selector-heading {
    font-size: 15px;
  }

  .home-bio-single p {
    font-size: 18px !important;
  }

  .testimonial-content p {
    font-size: 18px !important;
    padding-top: 15px;
  }

  .testimonial-content .home-cta-btn {
    font-size: 15px !important;
  }

  .jumpNav {
    width: 50%;
    left: -50%;
    top: 370px;
  }

  .jumpNav h3 {
    font-size: 20px;
  }

  .menuToggle {
    display: block;
    position: absolute;
    height: 60px;
    width: 62px;
    top: 370px;
    left: 0;
    color: #fff;
    background-color: #12507D;
    border-radius: 0 50% 50% 0;
    z-index: 1;
    transition: left .5s ease-out;
  }

  .menuToggle button {
    padding-left: 10px;
  }

  .fixedJumpNav {
    position: fixed;
    top: 100px;
  }

  .expandMenuToggle {
    left: 49%;
  }

  .expandJumpNav {
    left: 0;
  }

  .question-card {
    width: 330px;
    height: 550px;
  }

  .question-image-cont {
    height: 170px;
  }

  .question-image {
    height: 170px;
  }

  .form-card {
    width: 330px;
    height: 550px;
  }

  .landing-hero {
    margin-top: 0;
    height: 110vh;
  }

  .landing-page-form {
    width: 90vw;
    margin: 30px 0 0 0;
  }

  .landing-social-card {
    width: 90vw;
  }

  .landing-text-feature-card {
    width: 90vw;
  }

  .landing-social-proof-image {
    height: 100px;
  }

  .landing-team-ind {
    width: 120px;
    margin: 15px;
  }
  
  .landing-team-image {
    height: 100px;
  }

  .landing-text-image {
    height: 100px;
  }

  .landing-video-container iframe {
    width: 100%;
  }

  .int-bio-box {
    border-radius: 10px;
    height: 400px;
    width: 300px;
    float: none;
  }

  .breadcrumb-list li {
    font-size: 15px;
  }

}

@media screen and (max-width: 400px) {
  .home-hero-heading h1 {
    margin-top: 100px;
  }

  .home-screening-form-container input[type=submit] {
    font-size: 14px;
  }

  .home-tele-btn {
    font-size: 17px;
  }

  .home-cta-btn {
    font-size: 18px;
  }

  .home-results-container {
    height: 700px;
  }

  .home-results-container img {
    height: 115px;
    width: 200px;
    border-radius: 0;
    margin-bottom: 15px;
  }

  .home-graphic-container img {
    height: 130px;
    margin: 30px auto;
  }

  .home-diagnosis-list li {
    font-size: 17px;
  }

  .home-treatments-list li {
    font-size: 17px;
  }

  .home-doctors-container .row {
    padding: 10px;
  }

  .home-bio-selector-btn {
    width: 100px;
    padding: 0 14px;
    background: none;
    border-radius: none;
  }

  .bio-selector-img {
    height: 75px;
  }

  .testimonial-content p {
    padding: 10px 4px 10px 4px;
    font-size: 17px !important;
  }

  .home-featured-video {
    width: 100%;
  }

  .home-gallery-video {
    width: 100%;
  }

  .home-cta-container {
    padding: 35px;
  }

  .dr-photo-large {
    display: none;
  }

  .dr-photo-small {
    display: inline-block;
  }

  .int-image {
    float: none;
  }
}

html[data-useragent*='MSIE 10.0'] #carousel-overlay,
html[data-useragent*='Windows NT'] #carousel-overlay {
    display:none;
}

html[data-useragent*='MSIE 10.0'] div#myCarousel,
html[data-useragent*='Windows NT'] div#myCarousel {
    border-bottom:20px solid #AFCF4A;
    box-shadow:0 20px 0 rgba(20, 117, 187, .90);
}

html[data-useragent*='MSIE 10.0'] #homeHero-content .heroDescription,
html[data-useragent*='Windows NT'] #homeHero-content .heroDescription {
    margin: 14% auto 7% auto !important;
}

html[data-useragent*='MSIE 10.0'] #featureContent,
html[data-useragent*='Windows NT'] #featureContent {
    padding: 130px 0px 0 0 !important;
}

html[data-useragent*='MSIE 10.0'] #testimonial-overlay,
html[data-useragent*='Windows NT'] #testimonial-overlay {
	display:none !important;
}

.screening-event-form {
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border-radius: 6px;
}
