/* @override 
	https://dev.dedicatedmri.com/css/dedicatedMRI.css?*
	https://dedicatedmri.com/css/dedicatedMRI.css?*
	https://www.dedicatedmri.com/css/dedicatedMRI.css?* */

body {
  overflow: visible;
  font-family: Roboto, sans-serif;
  color: #313131;
  font-size: 14px;
  line-height: 20px;
}

.iconContainer {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            padding: 20px;
        }
        .item {
            text-align: center;
            width: 200px;
        }
        .item img {
            width: 100px;
            height: auto;
            margin-bottom: 10px;
        }
        
        

.paymentLogos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.paymentLogos img {
	max-width: 100px;
	margin: 5px;
}


.pricing-container {
            display: flex;
            gap: 20px;
            padding: 20px 0;
            flex-wrap: wrap;
        }
.pricing-card {
    background-color: #2c2651;
    color: #fff;
    width: 31%;
    padding: 20px;
   
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
 /*   justify-content: space-between;*/
}

/* Card-specific heights */
.pricing-card:nth-child(1) {
    height: 350px; /* Adjusted to match the content */
	 border: 1px solid #000; 
	 margin-top: 45px;
}

.pricing-card:nth-child(2) {
    height: 400px; /* Adjusted to match the content */
	 border: 1px solid #000; 
	  margin-top: 20px;
}

.pricing-card:nth-child(3) {
    height: 450px; /* Adjusted to match the content */
    border: 1px solid #000; /* Premium border for emphasis */
}

/* Adjust button placement on the third card */
.pricing-card:nth-child(3) .btn {
    margin-top: 30px; /* Adds space between content and button */
}

.pricing-card2 {
    background-color: #2c2651;
    color: #fff;
    width: 48%;
    padding: 25px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
.pricing-card2.thirds {
	width: 30%;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.pricing-card2.thirds > *:last-child {
    margin-top: auto;
	text-align: center;
}

.pricing-card2.MRA > *:last-child {
    margin-top: auto;
}
.premium-badge {
    position: absolute;
    top: -30px; /* Adjust positioning as needed */
    right: -30px; /* Adjust positioning as needed */
    width: 80px; /* Adjust size as needed */
    height: auto;
    z-index: 2;
}


.pricing-card h2 {
    background-color: #fff;
	font-weight: bold !important;
    color: #2c2651;
    padding: 10px;
    margin: -20px -20px 15px -20px !important;
    font-size: 20px !important;
/*    border-radius: 4px;*/
	text-align: center;
}

 .bodyscan {
 	   margin-top: auto;
 	   margin-bottom: 34px;
 }
 .pricing-card2 h2{
    background-color: #fff;
	font-weight: bold !important;
    color: #2c2651;
    padding: 10px;
    margin: -22px -22px 15px -22px !important;
    font-size: 20px !important;
/*    border-radius: 4px;*/
	text-align: center;
	border: 1px solid #FFF;
	 
}
 
.pricing-card:nth-child(3).pricing-card h2 {
	padding-right: 43px;
}
.pricing-card2 h2 {
     margin: -10px;
	 margin-bottom: 20px;
}

.pricing-card h3,
.pricing-card h3{
    font-size: 28px !important;
	font-weight: bold !important;
    color: #96C93D;
    margin: 0 !important;
    margin-bottom: 10px;
	text-align: center !important;
}
.price {
	font-size: 28px !important;
	font-weight: bold !important;
    color: #96C93D;
	padding-top: 20px;
    margin-bottom: 10px;
	text-align: center !important;
}
.pricing-card p {
    font-size: 14px;
	line-height: 1.6em;
    margin: 5px 0 5px;
}
.greenLine {
	 color: #96C93D;
}
.btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #96C93D;
    color: #FFF !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}
.btn:hover {
    background-color: #7dbb34;
}

.bigQuote {
	font-size: 32px;
	line-height: 1.2em;
	text-align: center;
	font-style: italic;
	font-family: Georgia, serif;
	margin-top: 32px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #505050;
  font-size: 46px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #db934b;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.mediaLogos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
	
}
.mediaLogos .mediaLogoWrap {
	width: 33.33%;
	margin-bottom: 2em;
	text-align: center;
	    order: 0;
	    flex: 0 1 auto;
	    align-self: auto;
} 
.mediaLogoWrap img {
	max-width: 180px;
	max-height: 120px;
	height: auto;
	margin-bottom: 9px;
	
}
.mediaLogoWrap p {
	font-size: .9em;
	line-height: 1.2em;
	color: #666;
}

.familySites {
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #412f83;
}
.familySites h2 {
	margin-bottom: 20px;
}
.familySites a {
	display: inline-block;
	max-width: 19%;
	padding: 15px 10px;
	transition: all 500ms ease;
	position: relative;
	cursor: pointer;
}
.familySites a:hover img {
	 filter: grayscale(100%);
}
.familySites a.current {
	border-bottom: 4px solid #f1720e;
}
.familySites a:hover {
	background: rgba(0,0,0,.3);
}

.familySites a:hover span {
opacity: 1;
top: -7em;
left: 0;
z-index: 99;
transition: all 0.2s ease;
}
 
 
.familySites a span {
 background: none repeat scroll 0 0 #222;  
 color: #F0B015;
 font-size: 0.9em;
 font-weight: normal;
 line-height: 1.5em;
 padding: 16px 15px;
 width: 220px;
 top: 0;   
 left: 0;
 margin-left: 0; 
 opacity: 0;
 position: absolute;
 text-align: center; 
 z-index: 2;
 text-transform: none;
 transition: all 0.3s ease-in-out;
}
 
.familySites a span:after {
 border-color: #222 rgba(0, 0, 0, 0);
 border-style: solid;
 border-width: 15px 15px 0;
 bottom: -15px;
 content: "";
 display: block;
 left: 31px;
 position: absolute;
 width: 0;
}



.priceTable {
	border: 1px solid #333;
}
.priceTable td {
	padding: 15px;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	
}
.priceFeature {
	padding: 30px;
	background: #efefef;
	margin: 30px 0;
}
.barGraph {
	max-width: 350px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 18px;
}
.barGraph img {
	margin-bottom: 10px;
}
.pacs a {
	color: #FFF;
	text-decoration: none;
	background: #a0c459;
	padding: 5px 10px;
}
.pacs {
	margin-top: 10px;	
}
.mri-feature {
	background: #efefef;
	padding: 25px 35px;
	margin: 20px 0;
} 
 .mri-feature.home {
 	background: none;
 	padding: 0;
 	margin: 20px 0;
 	  font-size: 18px;
 	  line-height: 29px;
 }
 .MRIPurple {
 	background: #412f83 url('/img/DMRI-Poster-3-back2.jpg') no-repeat right top !important;
 }
  .MRIPurple .featureTwo {
  	background: none;
  	padding: 0;
  }
 
 .ScanBack {
 	background: #f5f5f5 url('/img/Full-Body-C.png') no-repeat 100% top;
 }
.mriRight {
	float: right;
	max-width: 60%;
	margin-right: -60px;
}
.mriScan {
	margin: 0 auto;
	float: none;
	text-align: center;
}

.featureTwo {
	padding: 45px;
	color: #FFF;
	background: #f5f5f5 url('/img/DMRI-Poster-3-back2.jpg') no-repeat right top;
	background-size: 1000px;
}
.featureTwo h2 {
	color: #FFF;
}
 .mri-feature.home .mriScan {
 	max-width: 100%;
 	margin-bottom: 50px;
 }
 
.vidWrap {
	position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
		margin-right: 20px;
		margin-bottom: 20px;
}
.vidWrap iframe, .vidWrap object, .vidWrap embed {
	position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; 
}
.full {
	margin-bottom: 25px;
	height: auto;
}
.icons img {
	max-width: 80px;
}
.icons .w-col {
	text-align: center;
	padding: 30px 10px;
	font-family: Montserrat, sans-serif;
	color: #404040;
	font-size: 16px;
	line-height: 21px;
}
.main-text img {
	height: auto;
}

.c-figure__image {
	float: right;
	margin-left: 10px;
}
.main-text h3 {
	text-align: left;
	margin: 10px 0 0 0;
	font-size: 22px;
	line-height: 26px;
}
.gray {
  padding-top: 60px;
  border-top: 1px none #ebebeb;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f7f7f7 !important;
}
.submit {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #4d3572;
}
.submit:hover {
  background-color: #3e2b5c;
}
.satisfaction-form .submit {
	background: none;
	padding: 0;
}
.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}
.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.maintext,
.cmsContent {
	font-size: 1.15em;
 	line-height: 1.8em;
	font-weight: 300;
}
.cmsContent {
	background: url('/img/back-honeycomb3.gif') ;
	background-size: 40px;

}
.maintext h3,
.bulletwrap h3,
.mri-feature h3 {
	text-align: left;
	margin: 25px 0 4px 0;
	font-size: 22px;
	line-height: 24px;
 
}
.footer .navlink {
	padding: 0;
	display: block;
	background: none;
} 

.bar-left {
	background: #FFF url('/img/bar-graph-left.jpg') no-repeat;
	height: 500px;
	padding: 100px 0 0 250px;
}

.bar-right {
	background: #FFF url('/img/bar-graph-right.jpg') no-repeat;
	height: 500px;
	padding: 180px 0 0 250px;
}
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.legend {
	margin: 10px 0;
	padding: 0 10px;
}
 
.legend:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

.legend-left,
.legend-right  {
	width: 48%;
	float: left;
	color: #555;
}
.legend-left {
	margin-right: 2%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #505050;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.footer h4 {
	margin: 0 0 5px 0;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}
.item p {
            font-size: 14px;
			line-height: 1.3em;
            margin: 0;
        }
.button {
  display: inline-block;
  margin-right: 15px;
  padding: 9px 22px;
  border-bottom: 1px none #471d10;
  border-radius: 0px;
  background-color: #a0c459;
  transition: all 500ms ease;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none !important;
}
.slide .button {
	position: absolute;
	bottom: -15px;
	margin: 0 0 0 -55px !important;
	padding: 12px 22px;
	font-size: 15px;
}
.button:hover {
  border-bottom-color: #6e2c18;
  background-color: #66aa50;
}

.button._2 {
  background-color: #f1720e;
}

.button._2.head {
  margin-top: 20px;
  float: none;
}

.blogsummary {
  color: #7d7d7d;
}
.readmore {
  margin-top: 5px;
  color: #FFF;
  background:  #f1720e !important;
  font-size: .9em !important;
  line-height: 1em !important;
  padding: 7px 10px 5px !important;
  text-transform: uppercase;
}
.blogcol {
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.blogcol img {
	max-width: 100%;
	height: auto;
}
.blogoverviewh2 {
  color:  #634797;

  font-size: 24px;
  line-height: 28px;
 
  letter-spacing: 0px;
  text-transform: none;
}
.blogoverviewh2 a {
	color: #634797;
	text-decoration: none;
}
.blogoverviewh2.subtitle {
  font-size: 18px;
  line-height: 22px;
}
 
.pager {
	max-width: 1200px;
	margin: 0 auto;
	height: 30px;
 	margin-bottom: 80px;
} 
.pager a {
	color: #0599df;
}
.pager .page {
	padding: 5px 10px;
	background:  #4b9ef1;
	color: #FFF;
	text-decoration: none;
}
 .pager .left {
	float: left;
}  
.pager .right {
	float: right;
	margin-top: -25px;
}
.pager .centerNumbers {
 
  display: table;
  margin: auto;
 
	text-align: center;
 
}
.pager .centerNumbers a,
.pager .current {
	padding: 6px 12px;
}

.pager .current,
.pager .centerNumbers a:hover {
	background: #004ac2;
	color: #FFF;
	text-decoration: none;
}

.blogImageWrap {
	text-align: center;
}

.navigation {
  position: relative;
  margin-top: 20px;
  padding-bottom: 17px;
  background-color: transparent;
}

.banner {
  position: relative;
  padding-bottom: 0px;
  border-top-style: none;
  border-bottom-style: none;
  background-color: #4a3571;
}

.banner.inner {
  height: auto;
  padding-top: 30px;
  padding-bottom: 60px;
 
  background-image: linear-gradient(180deg, rgba(68, 68, 68, .30), rgba(68, 68, 68, .75)), url('/uploads/images/sm22010_MR_09.jpg');
  background-position: 0px 0px, 50% 50%;
 
  background-size: cover;
}


.adminlink {
	float: right;
	/*margin-top: -23px;*/
	position: relative;
	font-size: 12px; 
}
.adminlink a {
	background: #ec4f51;
	color: #FFF !important;
 	padding: 2px 6px;

}
.adminlink a:hover {
	background: #953233 !important;
 	color: #FFF !important;
}

.breadshare {
  padding: 0; 
  color: #525252;
  text-transform: none;
  margin-top: -25px;
  margin-bottom: 25px;
 
} 
.breadshare ul {
	padding: 0;
}
.blog-section .breadshare {
	margin-top: 30px;
}
.breads li {
  float: left;
  list-style: none;
  color: #999;
  margin-right: 5px;
 
  font-size: 12px;
  text-transform: uppercase;
}
.breads a {
	color: #999;
	text-decoration: none;
}
.breads a:hover {
	color: #757575;
}

.main-text a {
	color: #943a1f;
}

.main-text a:hover {
	color: #cf512b;
}

.cmsContent h2,
.mri-feature h2,
.featureTwo h2 {
	font-size: 26px;
	line-height: 1.2em;	
 
}

.centered {
	text-align: center;
}
.cmsContent h4 {
  margin-top: 10px;
  margin-bottom: 3px;
  color: #505050;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.cmsContent ul {
	text-align: left;
}

.logo {
  margin-top: 5px;
  float: left;
}

.logo.w--current {
  display: block;
  margin-top: 5px;
}

/*.nav-link {
  margin-top: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #696565;
  font-size: 15px;
  font-weight: 400;
}*/

.nav-link:hover {
  box-shadow: none;
  color: #505050;
}

.nav-link.w--current {
  color: #943a1f;
}

.nav-link.topnavlink {
  margin-top: 0px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 16px;
}

.shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 2;
  opacity: 0.25;
  text-align: center;
}

.shadow.innershadow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -33px;
}

.tpp-nav {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
  background-color: #f2f2f2;
}

.location-top {
  width: 50%;
  float: left;
}

.li-top {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}

.li-top.phone {
  margin-right: 25px;
  padding-left: 25px;
  background-image: url('/img/phone_3b88b6_100.png');
  background-position: 0px 8px;
  background-size: 18px;
  background-repeat: no-repeat;
}

.li-top.phone.mail {
  background-image: url('/img/envelope_3b88b6_100.png');
  background-position: 0px 9px;
  background-size: 16px;
}

.p-top {
  font-size: 12px;
  line-height: 20px;
}

.social-top {
  width: 50%;
  float: left;
}

.social-ico {
  display: inline-block;
  padding-top: 3px;
  float: right;
}
.headSocial {
	float: right;
	margin: 10px 0 0 10px;
}

.social-ico.ft {
  float: left;
}

.soc-ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  border-bottom: 2px solid #8c5e30;
  border-radius: 3px;
  background-color: #bc7e41;
  transition: all 500ms ease;
}

.soc-ico:hover {
  border-bottom-color: #2d6d91;
  background-color: #db934b;
}

.soc-ico.facebook {
  border-bottom-style: none;
  background-color: #a0c459;
  background-image: url('/img/facebook_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.soc-ico.twitter {
  border-bottom-style: none;
  background-color: #a0c459;
  background-image: url('/img/twitter_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.soc-ico.linkdin {
  border-bottom-style: none;
  background-color: #a0c459;
  background-image: url('/img/linkedin_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.soc-ico.rss {
  border-bottom-style: none;
  background-color: #a0c459;
  background-image: url('/img/rss_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.soc-ico.ico-portfolio {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
}
.w-nav-menu.menu {
	float: none;
}
.fullwidth {
	height: auto;
	margin-bottom: 15px;
}
.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  line-height: 1.6em;
  
}
.honeycomb {
	background: url('/img/back-honeycomb3.gif') ;
	background-size: 40px;
}
.charthead {
  color: #a0c459;
  margin: 0 0 15px 0!important;
 
  font-size: 28px !important;
}


.section.gray {
  padding-top: 60px;
  border-top: 1px none #ebebeb;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f7f7f7 ; 
}

.section.gray.patter {
  border-top-style: none;
  border-bottom-style: none;
  background-color: #a0c459;
}

.section.gray.location { 
  padding-top: 0px;
  padding-bottom: 40px;
  background-color: #66aa50 !important;
}

/*.section.innerteam {
  background-color: #ededed;
}*/

.mail {
  transition: all 500ms ease;
  color: #818181;
  text-decoration: none;
}
 
.mail:hover {
  color: #313131;
}

.tittle-wrapper {
  margin-bottom: 80px;
  text-align: center;
  font-size: 1.2em !important;
  line-height: 1.6em !important;
}

.tittle-wrapper.no-mg {
  margin-bottom: 0px;
}

.tittle-wrapper.inner {
  margin-bottom: 0px;
}

.tittle-wrapper._2 {
  margin-top: 80px;
  margin-bottom: 20px;
}

.sub-text {
  margin-top: 20px;
  color: #717171;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.icobox {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #3b88b6;
}

.div-spc {
  margin-top: 20px;
}

.proces-wrapper {
  position: relative;
  width: 25%;
  padding-top: 38px;
  padding-bottom: 48px;
  float: left;
}

.arrow-procces {
  position: absolute;
  top: 59px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left-style: solid;
  border-left-width: 15px;
}

.no-mg {
  margin-top: 0px;
  font-size: 38px;
  line-height: 38px;
}

.portfolio-text {
  padding: 17px 10px;
  border-bottom: 2px solid #ebe8e8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.slide-nav {
  position: relative;
  padding-top: 26px;
  font-size: 10px;
}

.slide-nav.top-sl {
  position: absolute;
  padding-top: 10px;
  font-size: 12px;
}

.portfolio-slider {
  height: auto;
  background-color: transparent;
}

.arrow {
  width: 40px;
  height: 40px;
  margin-top: 92px;
  padding-top: 13px;
  border-bottom: 2px solid #969696;
  border-radius: 11%;
  background-color: #aaa;
  opacity: 0.5;
  transition: all 500ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.arrow:hover {
  border-bottom-color: #2d6d91;
  background-color: #3b88b6;
}

.vertical-arrow {
  position: absolute;
  right: -30px;
  overflow: visible;
}

.vertical-arrow._2 {
  left: -30px;
  right: auto;
}

.portfolio {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 400;
}

.p-text {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
}

.p-sub {
  color: #7d7a7a;
  font-size: 15px;
  font-weight: 300;
}

.portfolio-base {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  text-align: center;
}

.portfolio-overlay {
  position: relative;
  top: 5px;
  overflow: hidden;
  transition: all 500ms ease;
}

.client {
  width: 16.666%;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.footer {
  position: relative;
  overflow: visible;
  padding-top: 55px;
  padding-bottom: 110px;
  background: #313131 url('/img/back-honeycomb-dark2.gif') ;
  background-size: 40px;
}

.quoteBox {
	font-size: 26px;
	line-height: 38px;
	font-family: Georgia;
	font-style: italic;
	text-align: center;
	margin: 40px 0 40px;
	padding: 0 10%;
	color: #555;
}
.MRIPurple .quoteBox {
	margin: 30px 0 10px;
	color: #FFF;
}

.photo-client {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('/img/cleint3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.port-o {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #33546f;
  opacity: 0;
  transition: all 500ms ease;
}

.port-o:hover {
  background-color: rgba(188, 126, 65, .54);
  opacity: 1;
}

.bottom-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #3b3b3b;
  background-color: #292929;
}

.newsletter {
  margin-bottom: 20px;
  color: #a6a6a6;
}

.newsletter.copyright {
  margin-bottom: 0px;
  color: #858585;
  font-size: 13px;
  text-align: center;
}

.white {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.plicy {
  color: #707070;
  font-size: 12px;
  text-decoration: none;
}

.plicy:hover {
  text-decoration: underline;
}

.plicy.cl {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.plicy.cl:hover {
  color: #fff;
  text-decoration: none;
}

.logo-ft {
  margin-bottom: 23px;
}

.success {
  width: 100%;
  border-radius: 4px;
  background-color: #308a5e;
  color: #fff;
  text-align: center;
}

.p-form {
  margin-bottom: 0px;
  color: #fff;
}

.error {
  border-radius: 4px;
  background-color: #e66767;
  text-align: center;
}

.go-up {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #969696;
  border-radius: 3px;
  background-color: #aaa;
  background-image: url('/img/angle-double-up_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.go-up:hover {
  border-bottom-color: #2d6d91;
  background-color: #66aa50;
}

.center {
  font-size: 32px;
  text-align: center;
}

.field-label {
  color: #919191;
  font-weight: 400;
}

.text-field-2 {
  height: 40px;
  margin-bottom: 15px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #e8e8e8;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: #515151;
}

.text-field-2:active {
  color: #515151;
}

.text-field-2:focus {
  border-bottom-color: #d9d9d9;
  color: #515151;
}

.text-field-2.area {
  height: auto;
  padding-top: 10px;
  padding-bottom: 109px;
}

.map {
  margin-bottom: 40px;
}

.top-slider {
  display: block;
  height: 587px;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.top-sl-arrpw {
  width: 50px;
  height: 50px;
  padding-top: 15px;
  border-bottom: 0px none #875b2e;
  border-radius: 0;
  background-color: #a0c459;
  transition: all 500ms ease;
  font-size: 18px;
  font-weight: 700;
  opacity: .5;
}

.top-sl-arrpw:hover {
  border-bottom-color: #2d6d91;
  background-color: #66aa50;
  opacity: 1;
}

.h-c {
  margin-top: 0px;
}

.h-c.pageh3 {
  text-align: left;
}
.phyGroupBox {
	margin: 30px 0;
}
.phyGroupBox p {
	margin: 10px 0;
}
.slide {
  min-height: 550px;
  padding-top: 70px;
  background-color: #325470;
  background-image: url('/img/sm22005_MR_09.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
 
.slide._0 {
  padding-top: 0px;
/*background-image: -webkit-linear-gradient(270deg, rgba(0,0,0, 0), rgba(0,0,0, .15)), url('/img/sm22005_MR_09.jpg');
background-image: linear-gradient(180deg, rgba(0,0,0, 0), rgba(0,0,0, .15)), url('/img/sm22005_MR_09.jpg');
background-position: 0px 0px, 50% 15%;
background-size: auto, cover;*/
background-image: url('/img/DMRI-spec.jpg');
background-position: 50% 20%;
background-size: cover;

}
.slide._1 {
  padding-top: 0px;
/*background-image: -webkit-linear-gradient(270deg, rgba(0,0,0, 0), rgba(0,0,0, .15)), url('/img/sm22005_MR_09.jpg');
background-image: linear-gradient(180deg, rgba(0,0,0, 0), rgba(0,0,0, .15)), url('/img/sm22005_MR_09.jpg');
background-position: 0px 0px, 50% 15%;
background-size: auto, cover;*/
background-image: url('/img/sm22005_MR_09.jpg');
background-position: 50% 20%;
background-size: cover;

}

.slide._2 {
  padding-top: 0px;
  background-color: #4a3571;
  background-image: url('/img/banner-back.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide._3 {
  padding-top: 0px;
  background-color: #a0c459;
  background-image: url('/img/banner-MRI2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide._4 {
  padding-top: 0px;
background-image:  url('/img/sm22010_MR_09.jpg');
background-position:   50% 20%;
background-size:  cover;
}

.slide._5 {
  padding-top: 0px;
background-image:  url('/img/banner-complex2.jpg');
background-position:   50% 90%;
background-size:  cover;
}

.slide.breast {
  padding-top: 0px;
background-image:  url('/img/banner-breast.jpg');
background-position:   50% 50%;
background-size:  cover;
} 

.tab {
	clear: both;
	padding-bottom: 40px;
}
 .satisfaction-form .input label {
 	float: left;
 	width: 12%;
 	text-align: center;
 }
 .satisfaction-form label .input {
 	margin-right: 10px;
 }
 .satisfaction-form .heading {
 	margin-top: 20px;
 	font-weight: normal;
 	clear: both;
 }
  .satisfaction-form .heading label {
  	font-weight: normal;
  }
 .satisfaction-form textarea {
 	width: 100%;
 	padding: 10px;
 	border: 1px solid #efefef;;
} 
 .satisfaction-form input {
 	padding: 5px ;
 } 
 .satisfaction-form input[type="submit"] {
 	padding: 12px 26px;
 	margin: 20px 0 0;
 	font-size: 15px;
 
 	text-transform: uppercase;
 	text-align: center;
 
 	font-weight: bold;
 	text-shadow: 0 -1px rgba(0,0,0,.3);
 	color: #fff;
 	box-shadow: 0 1px 2px rgba(0,0,0,.4);
 	border: solid 1px #8b2222;
 	border-radius: 2px 2px 2px 2px;
 	cursor: pointer;
 	background: #4d3572;
 }
 
 
.h-sl {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 58px;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0,0,0,.6);
}
.h-sl span {
	color: #f1720e;
	text-transform: uppercase;
}
.h-sl.dark {
  font-family: Montserrat, sans-serif;
  color: #471d10;
  font-size: 54px;
  line-height: 54px;
  text-shadow: none;
}

.h-sl.smaller {
  font-family: Montserrat, sans-serif;
  font-size: 37px;
}

.h-sl.smaller.slide1head {
  width: 35%;
  float: left;
  line-height: 50px;
}

.h-sl.smaller.b1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
}

.sl-container {
  margin-top: 0px;
  position: relative;
}

.sl-container.bpad {
  margin-top: 250px;
  text-align: center;
}
.slide._0 .sl-container.bpad,
.slide._5 .sl-container.bpad,
.slide._1 .sl-container.bpad,
.slide._2 .sl-container.bpad,
.slide._3 .sl-container.bpad,
.sl-container.bpad._2 {
	padding: 25px 15px;
	background-color: rgba(0, 0, 0, .40);
}
.slide._5 .sl-container.bpad {
	margin-top: 180px;
	background-color: rgba(0, 0, 0, .60);
}

/*.sl-container.bpad._2 {
  margin-top: 250px;
  padding: 15px;
  background-color: rgba(0, 0, 0, .46);
}*/

.nav-menu {
  position: static;
  float: none;
}

.pricing {
  width: 25%;
  margin-left: -1px;
  padding-bottom: 20px;
  float: left;
  background-color: #f7f7f7;
  box-shadow: 0 0 0 1px #e1e1e1;
}

.price-top {
  position: relative;
  height: 100px;
  padding: 18px 13px 13px 19px;
  background-color: #313131;
}

.li-pricing {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}

.phonelink {
  float: right;
  color: #bc8142;
  font-size: 18px;
  text-decoration: none;
}

.teamslide {
  display: block;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.team {
  width: 20%;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.teamimg {
  margin-top: 5px;
  border: 6px solid #fff;
  border-radius: 100px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
  height: auto;
}

.teamlink {
  text-decoration: none;
}

.teammask {
  margin-right: 70px;
  margin-left: 70px;
}

.sliderarrow {
  color: #969696;
}

.teamnav {
  display: none;
  padding-top: 32px;
}

.serviceslide {
  width: 33%;
}

.bar {
  width: 20%;
  height: 7px;
  float: left;
  background-color: #a0c459;
}

.bar.bar2 {
  background-color: #634797;
}

.bar.bar3 {
  background-color: #f1720e;
}

.bar.bar4 {
  background-color: #634797;
}

.bar.bar5 {
  background-color: #a0c459;
}

.colorbricks {
  width: 100%;
}

.bannersub {
  font-size: 18px;
  text-align: left;
}

.bannerblock {
  width: 50%;
  float: right;
}

.bannerblock.leftblock {
  float: left;
}

.forminput {
  height: 46px;
  font-size: 15px;
  line-height: 24px;
}



.pagehead {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 50px;
	line-height: 52px;
}

.formapt {
  margin-top: 28px;
}

.fauxhead {
  color: #db934b;
  font-size: 26px;
  font-weight: 700;
  text-transform: none;
}

.phone {
  display: block;
  margin-top: 20px;
  float: none;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.mainnav {
  margin-top: 0px;
  background-color: #2c2651;
}

.navlink {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

 
.dropdown-toggle {
	display: flex;
	padding: 20px;
	align-items: center;
	transition: opacity 200ms ease;
	color: #fff;
	font-size: 15px;
	  text-transform: uppercase;
}

.footerNav .dropdown-toggle {
	padding: 0 ;
}
.footerNav a:hover {
	background: none;
}
.w-dropdown-link {
		background-color: #4a3571;
		color: #fff;
		border-bottom: 1px solid #8a72b8;;
}

.dropdown-arrow {
	float: right ;
	width: 16px;
	margin-left: 10px;
}
.navlink:hover,
.w-nav-link.navlink.w--current,
.dropdown-toggle:hover,
.w-dropdown-link:hover,
.dropdown-toggle.w--open {
  color: #fc9;
  background: #32264c;
}
 
.shadedcol {
  height: 100%;
  min-height: 250px;
  background-color: #e3e1e1;
  text-align: center;
}

.maincontain {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.contentrow {
  display: block;
  overflow: hidden;
}

.sidecontent {
  padding: 30px 20px;
  text-align: left;
}

.docround {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #fff;
  border-radius: 150px;
}

.contactblock {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.locationimg {
  width: 100%;
  margin-bottom: 0px;
} 

.follow {
  margin-bottom: 5px;
  color: #969696;
}

.headersection {
  margin-bottom: 0px;
  padding-bottom: 15px;
  background-color: #313131;
}

.phygroup {
  width: 65%;
  margin-top: 24px;
}

.logowrap {
  text-align: center;
}

.intro {
  font-size: 18px;
  line-height: 29px;
}
.ScanBackInner {
   padding-right: 28%;
}
.ScanBackInner h3 {
	text-align: left;
}
.intro a {
	text-decoration: underline;
}

.servicehead {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.servicehead a {
  color: #f1720e;
	
}
.servlink {
  color: #333;
  text-decoration: none;
}

.vid {
  position: relative;
  left: 0px;
  top: 0px;
}

.vidcontain {
  position: static;
  margin-top: 200px;
}

.chart {
  margin-top: 80px;
}

.navcontain {
  text-align: center;
}

.nav {
  float: none;
}

.phonewrap {
  float: right;
}
.phonewrap .spanish {
	display: block;
	color: #999;
	margin: 5px 0 0 0;
}
.motto {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 24px;
  font-style: italic;
  text-align: left;
  letter-spacing: 0px;
}

.footlink {
  color: #fff;
}

.photoback {
  display: none;
  height: 350px;
  background-image: url('/img/location-strip.jpg');
  background-position: 50% 100%;
  background-size: cover;
}



.chartmainhead {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

html.w-mod-js *[data-ix="show-link"] {
  opacity: 0;
  transform: translate(0px, 140px);
}

html.w-mod-js *[data-ix="show-top-button"] {
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="inner-big-text"] {
  opacity: 0;
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="inner-sub-text"] {
  opacity: 0;
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="zoom-scroll"] {
  opacity: 0;
  transform: scale(0.7500000000000001, 0.7500000000000001);
}

html.w-mod-js *[data-ix="imac-slide"] {
  opacity: 0;
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="slide-txt"] {
  opacity: 0;
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-sub"] {
  opacity: 0;
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-p"] {
  opacity: 0;
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="slide-btn"] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="slide-btn-2"] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
@media (min-width: 1200px) {
   .ScanBackInner {
     max-width: 70%;
	 padding-right: 0%;
   }
   .ScanBack {
   	background: #f5f5f5 url('/img/Full-Body-C.png') no-repeat 90% top;
   }
}   
   
@media (max-width: 991px) {
   .familySites a {
   	max-width: 32%;
   }
   
   .intro,
   .mri-feature.home {
     font-size: 16px;
     line-height: 24px;
   }
   
   .ScanBack {
   	background: #f5f5f5 url('/img/Full-Body-C.png') no-repeat 100% top;
   }
   
   .ScanBackInner {
   	padding-right: 38%;
   }
   
  .navigation {
    margin-top: 0px;
  }
  .nav-link {
    padding-top: 20px;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav-link.w--current {
    box-shadow: 0 -1px 0 0 transparent;
  }
  .proces-wrapper {
    width: 50%;
  }
  .no-mg {
    font-size: 32px;
  }
  .portfolio-text {
    height: 150px;
  }
  .vertical-arrow {
    right: 0px;
  }
  .vertical-arrow._2 {
    left: 0px;
  }
  .p-sub {
    display: block;
  }
  .footer {
    padding-left: 25px;
  }
  .top-slider {
    height: 400px;
    padding-bottom: 0px;
  }
  .top-sl-arrpw {
    width: 40px;
  }
  .slide {
    min-height: 275px;
    padding-top: 45px;
  }
  .slide.golf {
    background-image: url('/img/banner-golf.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide.couple {
    background-position: 50% 0px;
  }
  .slide.gardening {
    background-position: 50% 0px;
  }
  .slide._1 {
    min-height: 300px;
    background-position: 50% 50%;
  }
    .slide._0 {
    min-height: 300px;
    background-position: 50% 50%;
  }
  .slide._4 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .h-sl {
    font-size: 34px;
    line-height: 39px;
  }
  .h-sl.dark {
    font-size: 48px;
    line-height: 48px;
    text-shadow: none;
  }
  .h-sl.smaller {
    font-size: 31px;
    line-height: 38px;
  }
  .h-sl.smaller.b1 {
    font-size: 22px;
    line-height: 29px;
  }
  .sl-container.bpad {
    margin-top: 200px;
    margin-bottom: 50px;
    padding-right: 49px;
    padding-left: 49px;
  }
  .col-spc {
    margin-top: 0px;
  }
  .hamburger {
    top: 0px;
    right: 0px;
    margin-top: 0px;
    padding: 12px;
    border-bottom: 2px none #969696;
    border-radius: 4px;
    background-color: #a0c459;
    color: #fff;
  }
  .hamburger.w--open {
    border-bottom-color: #2d6d91;
    background-color: #3b88b6;
  }
  .nav-menu {
    background-color: #f2f2f2;
  }
  .phonelink {
    position: absolute;
    top: 31px;
    right: 86px;
    float: right;
  }
  .team {
    width: 25%;
  }
  .bannerblock {
    width: 39%;
    margin-right: 116px;
  }
  .bannerblock.leftblock {
    margin-left: 60px;
  }
  .bannerblock.secondslide {
    width: 31%;
  }
  .bannerblock.thirdslide {
    margin-right: 17px;
  }
}
 
@media (max-width: 767px) {

.pricing-card {
     width: 90%;
	 margin: 0 auto;
    padding: 20px;
	height: auto;
	
}

.pricing-card2,
.pricing-card2.thirds {
     width: 90%;
    padding: 25px;
 
}
 
.pricing-card:nth-child(1),
.pricing-card:nth-child(2),
.pricing-card:nth-child(3) {
	height: auto;
} 

.premium-badge {
	top: -15px;
	right: 10px;
	width: 60px;
}

h2.centered {
	text-align: center;
}

.bigQuote {
	font-size: 24px;
	line-height: 1.2em;
}

.familySites a {
   	max-width: 49%;
}
   
h3 {

  font-size: 18px;
  line-height: 25px;

}
	.mediaLogos .mediaLogoWrap {
	width: 50%;
	margin-bottom: 2em;
 }
	.mediaLogoWrap img {
	max-width: 120px;
	max-height: 100px;
	height: auto;
}
	.priceFeature {
		padding: 20px;
	 
	}
	.headSocial {
		display: none;
	}
	
	.charthead {
	  font-size: 22px !important;
	}
	.intro,
	.mri-feature.home {
	  font-size: 15px;
	  line-height: 25px;
	}
	
	.MRIPurple {
		background: #412f83 url('/img/DMRI-Poster-3-back2.jpg') no-repeat 50% 0;
	}
	
	.ScanBackInner {
		padding-right: 0;
	}
	
	.ScanBack {
		background: #f5f5f5 ;
	}
	
	.mri-feature {
		background: #efefef;
		padding: 25px 35px;
		margin: 20px 0;
	}
	.mriRight {
		float: none;
		max-width: 100%;
	}
	.mriScan {
		margin: 20px auto 0;
		text-align: center;
		max-width: 100%;
	}
	
	
	
	
	.floatRight {
		float: none;
		margin: 10px auto;
	}
	
 .shadow.innershadow {
   bottom: -18px;
 }
 
 .bar-left {
 	background-size: 320px 320px;
 	height: 320px;
 	padding: 0 10% 0 45%;
 }
  .bar-left h3,
  .bar-right h3 {
  	font-size: 20px;
  	line-height: 22px;
  }
 
 .bar-right {
 	background-size: 320px 320px;
 	height: 320px;
 	padding: 70px 10% 0 50%;
 }

.pagehead {
	font-size: 40px;
	line-height: 42px;
} 
 
  .banner.inner {
    padding-top: 36px;
  }
  .section.gray {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sub-text {
    font-size: 16px;
  }
  .proces-wrapper {
    width: 100%;
  }
  .no-mg {
    font-size: 30px;
    line-height: 34px;
  }
  .client {
    width: 33.333%;
  }
  .top-slider {
    padding-bottom: 0px;
  }
  .slide.golf {
    background-position: 69% 50%;
  }
  .slide.beach {
    background-position: -155px 100%;
  }
  .slide._3 {
    background-position: 26% -137px;
  }
  .slide._5,
  .slide._4,
  .slide._3, 
  .slide._2,
  .slide._1,
  .slide._0
   {
    padding-right: 40px;
    padding-left: 40px;
  }
  .h-sl {
    font-size: 29px;
    line-height: 36px;
  }
  .h-sl.dark {
    font-size: 40px;
    line-height: 46px;
    text-shadow: none;
  }
  .h-sl.smaller {
    font-size: 26px;
    line-height: 33px;
  }
  .h-sl.smaller.slide1head {
    width: 33%;
    margin-left: 10px;
    font-size: 23px;
    line-height: 30px;
  }
  .h-sl.smaller.b1 {
    font-size: 18px;
  }
  .sl-container.bpad {
    margin-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .slide._5 .sl-container.bpad {
  	margin-top: 80px;
  }
  
  .col-spc {
    display: block;
  }
  .hamburger {
    margin-right: 10px;
  }
  .pricing {
    width: 50%;
  }
  .team {
    width: 33%;
  }
  .teamnav {
    display: block;
  }
  .serviceslide {
    width: 50%;
  }
  .bannerblock {
    width: 47%;
  }
  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #493770;
  }
  .navlink:hover {
    background-color: #634797;
    color: #fff;
  }
  .locationimg {
    margin-right: 0px;
    margin-left: 0px;
  }
  .phygroup {
    display: block;
    overflow: visible;
    width: 64%;
  }
  .nav {
    background-color: #4a3571;
  }
  .menubuttonwrap.w--open {
    padding: 10px;
    background-color: #4a3571;
  }
  .gmap {
    display: none;
  }
  .photoback {
    height: 300px;
    background-position: 0px 50%;
  }
  .section {
     padding: 40px 20px ; 
  }
  .menubuttonwrap {
    padding: 0px;
  }
}

@media (max-width: 479px) {

.quoteBox {
	font-size: 20px;
	line-height: 30px;
	margin: 30px 0;
	padding: 0 10%;
}


.phonewrap .spanish {
	display: none;
}

.intro,
.mri-feature.home {
  font-size: 14px;
  line-height: 21px;
}

.pacs {
	display: none;	
}

.maintext,
.cmsContent {
	font-size: 1.1em;
 	line-height: 1.5em;
}

.pagehead {
	font-size: 26px;
	line-height: 32px;
 
} 

.shadow.innershadow {
   bottom: -18px;
}
	.breadshare {
	 display: none;
	}
	
	  h2 {
    font-size: 25px;
  }
  .button {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .button._2 {
    margin-right: 0px;
  }
  .button._2.head {
    display: none;
    margin-top: 10px;
  }
  .navigation {
    height: 101px;
  }
  .banner.inner {
    padding-top: 11px;
    padding-bottom: 37px;
  }
  .logo {
    width: 150px;
    margin-top: 5px;
    float: none;
  }
  .logo.w--current {
    display: block;
    width: 180px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .section {
    padding-top: 20px;

  }
  .section.gray {
    padding-top: 40px;
	 
  }
  .sub-text {
    margin-top: 10px;
    font-size: 14px;
  }
  .no-mg {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 28px;
  }
  .portfolio-base {
    width: 100%;
  }
  .footer {
    padding-left: 0px;
  }
  .top-slider {
    height: 415px;
    padding-bottom: 0px;
  }
  .slide {
    padding-top: 25px;
  }
  .slide.golf {
    background-position: 37% 50%;
  }
  .slide.couple {
    background-position: 37% 50%;
  }
  .slide._3 {
    background-position: 37% 18%;
  }
  .slide._5,
  .slide._4,
  .slide._3,
  .slide._2,
  .slide._1,
  .slide._0 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h-sl {
    font-size: 29px;
    line-height: 36px;
  }
  .h-sl.dark {
    font-size: 36px;
    line-height: 37px;
    text-shadow: none;
  }
  .h-sl.smaller.slide1head {
    width: 100%;
    margin-top: 65px;
    margin-bottom: 40px;
  }
  .h-sl.smaller.b1 {
    font-size: 18px;
	line-height: 22px;
  }
  .sl-container.bpad {
    margin-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide._5 .sl-container.bpad {
  	margin-top: 50px;
  }
  
  .sl-container.bpad._2 {
    margin-top: 100px;
  }
  .hamburger {
    margin-right: 0px;
  }
  .pricing {
    width: 100%;
    margin-bottom: 41px;
  }
  .phonelink {
    top: 72px;
    right: auto;
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: 8px;
  }
  .team {
    width: 100%;
  }
  .serviceslide {
    width: 100%;
  }
  .bannerblock {
    width: 69%;
    margin-right: 0px;
    margin-left: 32px;
    padding: 9px;
    float: left;
    background-color: hsla(0, 0%, 100%, .49);
  }
  .phone {
    margin-top: 0px;
    margin-bottom: 10px;
    float: none;
    font-size: 20px;
    text-align: center;
  }
  .mainnav {
    z-index: 100;
  }
  .phygroup {
    width: 100%;
    margin-top: 0px;
  }
  .nav {
    background-color: #4a3571;
  }
  .phonewrap {
    position: absolute;
    top: 33px;
    z-index: 200;
    float: none;
    text-align: center;
  }

  .menubuttonwrap.w--open {
    background-color: #4a3571;
  }
  .motto {
    display: none;
  }
  .photoback {
    background-position: -150px 0px;
  }
}



/* ==========================================================================
   Freeform Patient Intake Form
   Append to the end of dedicatedMRI.css
   ========================================================================== */

.freeform-form {
  max-width: 700px;
  margin: 0 auto;
  font-family: Roboto, sans-serif;
  color: #313131;
}

/* Field question labels — e.g. "Are you claustrophobic?" */
.freeform-label {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #2c2651;
  margin-bottom: 8px;
}

/* Required-field marker, in the site's existing orange accent */
.freeform-required:after {
  content: " *";
  color: #f1720e;
}

/* Vertical rhythm between fields */
.freeform-row {
  margin-bottom: 24px;
}

/* Text / number / date inputs */
.freeform-input {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #313131;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 12px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
input.freeform-input,
textarea.freeform-input,
select.freeform-input {
  width: 100%;
  box-sizing: border-box;
}
.freeform-input:focus {
  outline: none;
  border-color: #4a3571;
  box-shadow: 0 0 0 3px rgba(74, 53, 113, 0.15);
}

/* --- Radio & checkbox option labels: the actual "bold Yes/No" fix ---
   These wrap each individual choice, not the question itself, so they
   should read as plain option text, not as a field label. Also sized up
   for easier tapping on a phone, since this form gets filled out by
   patients on their own devices, often in a waiting room. */
[data-field-type="radios"] label,
[data-field-type="checkboxes"] label {
  display: inline-flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #313131;
  margin-right: 24px;
  margin-bottom: 8px;
  cursor: pointer;
}
[data-field-type="radios"] input[type="radio"],
[data-field-type="checkboxes"] input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  accent-color: #4a3571;
  cursor: pointer;
}

/* Instructional text blocks, e.g. the claustrophobia note that appears
   after answering "Yes" — set apart visually so it reads as guidance,
   not as another question */
[data-field-type="rich-text"] {
  background: #f7f7f7;
  border-left: 3px solid #96C93D;
  padding: 10px 14px;
  font-size: 14px;
  color: #505050;
  border-radius: 0 4px 4px 0;
}

/* Multi-page progress indicator */
.freeform-pages {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
  list-style: none;
}
.freeform-pages li {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #969696;
}
.freeform-pages li.active {
  color: #4a3571;
  font-weight: 600;
}

/* Validation error states */
.freeform-has-errors .freeform-input {
  border-color: #d9534f;
}
.freeform-errors {
  color: #d9534f;
  font-size: 13px;
  margin-top: 4px;
  list-style: none;
  padding-left: 0;
}

/* Submit / page-navigation buttons — match the site's existing .submit style */
.freeform-form button[type="submit"],
.freeform-form input[type="submit"],
.freeform-form button[data-freeform-action] {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background-color: #4d3572;
  border: none;
  border-radius: 4px;
  padding: 12px 30px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.freeform-form button[type="submit"]:hover,
.freeform-form input[type="submit"]:hover,
.freeform-form button[data-freeform-action]:hover {
  background-color: #3e2b5c;
}

/* Mobile: stack multi-column rows rather than cramming Weight / Height (ft) /
   Height (in) side by side on a phone screen */
@media screen and (max-width: 600px) {
  .freeform-row {
    display: block;
  }
  [class^="freeform-col-"] {
    width: 100%;
    margin-bottom: 16px;
  }
}
