@import url("https://use.typekit.net/iaz1jhv.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
body {
	font-family: realist, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:20px;
	color:#6a6a6a;
	position: relative;
}
img {
	max-width:100%;
	height:auto;
}

.Alert {
	background-color: #F7D3A5;
}

.BadAlert {
	border: 1px solid red;
	height: auto;
	background: #EFE0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
} 

.BadNews {
	color: red;
	font-weight: bold;
}

.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	background: #E2EFE0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}
.container {
	max-width: 1440px;
	margin:0px auto;
	padding:0px 20px;
}
hr {
	height: 1px;
	background-color: #999;
	border: none;
}
.col3 {
	width: 31%;
	margin: 0 1%;
	float: left;
	text-align: center;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
}
/* HEADER */
header {
	position:relative;
	z-index:3;
}
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header #logo {
	width:100%;
	padding-top:10px;
	text-align: center;
}
#header #logo img {
	max-width: 600px;
}
#header #search {
	position: absolute;
	top: 20px;
	right: 50px;
	text-align:right;
}
#header #search form {
	width:100%;
}
#header #search .search-form input[type="text"] {
	width:90%;
    text-align:right;
	border-right:0px;
	height:35px;
	vertical-align:middle;
	margin-bottom:0px !important;
}
#header #search .search-form button {
	width:10%;
	height:35px;
	vertical-align:middle;
    border-left:0px !important;
	margin-bottom:0px !important; 
	margin-top:0px !important; 
	background-image:url("../Images/search.png");
	background-repeat:no-repeat;
	background-position: center center;
	border:0px;
	background-color:#eef1f5;
}
#header #contact {
    width: 100%;
	font-weight:bold;
	color:#2a3d80;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
}
#header #contact span {
	margin: 0px 5px;
}
#header #links {
	font-size:18px;
	margin-bottom:10px;
}
#header #links a {
	padding-left:20px;
	color:#3d3d3d;
}
#header #links a:not(:last-of-type) {
	border-right:1px solid #3d3d3d;
	padding-right:20px;
}
#header a {
	color:inherit;
}
/* ^ HEADER */
/* NAVIGATION */
header nav {
	background-color:#fff;
	border-top:1px solid #666;
	clear:both;
	text-align:center;
}
header #nav {
	position: relative;
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
}
header #nav ul li {
	display:inline-block;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
}
header #nav ul li a {
	text-decoration:none;
	color:inherit;
	display:block;
	padding:0px 25px;
	margin:10px 0px;
}
header #nav > ul > li:not(:last-of-type) > a {
	border-right:1px solid #666;
}
header #nav > ul > li:hover > a {
	color:#000;
}
header #nav > ul > li > div  {
	display:none;
	position:absolute;
    text-align:left;
	background-color:#eef1f5;
	width:auto;
	min-width: 360px;
}
header #nav > ul > li > div.mega  {
	position:absolute;
	left:0px;
	width:100%;
}
header #nav > ul > li div.mega ul  {
	text-align:left;
	float:left;
	width:100%;
	margin-left: 0px;
}
header #nav > ul > li div.mega ul li  {
	text-align:left;
	float:left;
	width:25%;
	padding:10px 15px;
}
header #nav > ul > li div.mega ul li a  {
	margin-left: 15px;
}
header #nav ul {
	margin-left: 0px;
}
header #nav > ul > li ul li {
	display:block;
	padding-left:30px;
	padding-right:30px;
}
header #nav > ul > li ul li a {
	padding:10px 0px;
	margin:0px;
}
header #nav > ul > li ul li:hover:not(.title) {
	background-color:rgba(0,0,0,.05);
	background-image:url('../Images/nav-li.png');
	background-position: center left;
	background-repeat: no-repeat;
}
header #nav > ul > li ul#mammography .title {
	margin:10px 30px;
	border-bottom:1px solid #70086c;
	color:#70086c;
	padding:0px 0px 10px 0px;
}
header #nav > ul > li ul#mammography {
	background-color:#f5c7e0;
}
header #nav > ul > li ul#mammography a {
	color:#70086c;
}
/* ^ NAVIGATION */
/* BANNERS */
#banners {
	max-height:700px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#banner-img {
	max-height:700px;
	overflow:hidden;
}
#banner-img .slide > img {
	display:block;
	width:100%;
	height:auto;
}
#banner-img .slide {
	position:absolute;
	top:0px;
	max-width:100%;
	width:100%;
	opacity:0;
	z-index:0;
}
#banner-img .slide.active {
	position:relative;
	opacity:1;
	z-index:1;
}
#banner-img .slide.active .content{
	opacity:1;
}
#banner-img .slide.getActive {
	z-index:2;
}
#banner-img .slide .content {
	position:absolute;
	top:30%;
	right:10%;
	bottom:0px;
	z-index:2;
	opacity:0;
	color:#fff;
	font-size:50px;
	width:90%;
	text-align:right;
}
#banner-img .slide .content .line1 {
	font-size:70px;
}
/* ^ BANNERS */
/* CONTENT */
.frequently-asked-questions h3 {
	cursor: pointer;
	margin: 10px 0;
	font-size: 24px;
}
.frequently-asked-questions .show {
	display: none;
}
.banner-header {
	max-height:880px;
	overflow:hidden;
	position: relative;
	z-index:2;
}
.banner-header > img {
	width:100%;
	display:block;
}
.banner-header .whiteout {
	background-color:rgba(255,255,255,.9);
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
#interior main.stepup {
	margin-top:-100px;
	position: relative;
	z-index:2;
}
#interior main {
	padding-top:30px;
	padding-bottom:30px;
}
main {
	position: relative;
	z-index:2;
}
#main:after {
	content:'';
	display: block;
	clear:both;
}
#home .left {
	width:40%;
	margin-top:-100px;
	float:left;
	text-align:center;
}
#home .right {
	width:60%;
	float:left;
	padding-left:50px;
}
.quick-links .link {
	float:left;
	width:16%;
	margin: 0 2%;
	text-align: center;
	text-transform: uppercase;
	font-size:18px;
	font-weight: 400;
	color:#2a3d80;
}
.quick-links .link  img {
	display:block;
	margin:0px auto 10px auto;
}
#interior .quick-links .link {
	width: 23%;
	margin: 1%;
	font-size: 21px;
	min-height: 280px;
}
strong {
	font-weight: bold; 
}
h1 {
	font-size:50px;
	color:#2a3d80;
	margin-bottom:15px;
	font-weight:normal;
}
h2 {
	font-size:34px;
	color: #2a3d80;
	margin-bottom:15px;
	font-weight:normal;
}
h3 {
	color: #2a3d80;
	font-size:28px;
	margin-bottom:15px;
}
h4 {
	font-size:30px;
	font-weight:bold;
	color: #2a3d80;
	border-bottom:1px solid #2a3d80;
	padding-bottom:10px;
	margin-bottom:20px;
}
h5 {
	color:#303030;
	font-size:inherit;
	margin-bottom:15px;
}
p {
  margin-bottom:15px;
}
ul {
    list-style-position: outside;
	margin-left: 25px;
}
a {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#3273f3;
	text-decoration:none;
}
a:hover {
	color:#0f4fcd;
	text-decoration: underline;
}
a.button {
	background-color:#3273f3;
	color:#fff;
	border:1px solid #fff;
	display: inline-block;
	font-size:22px;
	font-family: realist, sans-serif;
	padding:10px 30px;
	margin-top:15px;
}
a.button:hover {
	background-color:#0f4fcd;
}
.split-50 {
	float:left;
	width:50%;
}
.split-50:nth-of-type(odd) {
	padding-right:60px;
}
.split-50:nth-of-type(even) {
	padding-left:60px;
}
.row {
	padding-top:30px;
	padding-bottom:30px;
}
.row:after {
	content:'';
	display:block;
	clear:both;
	margin-bottom:20px;
}
.callout .title {
	color:#394a88;
	font-weight:bold;
}
#news img {
	float:right;
	margin-left:30px;
}
#physicians img {
	float:left;
	margin-right:30px;
}
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	padding:10px;
	width:100%;
	margin-bottom:10px;
	border:0px;
	background-color:#eef1f5;
}
input[type="submit"], button {
	background-color:#ed2024;
	color:#fff;
    font-size:inherit;
    font-weight:bold;
	text-align:center;
	text-transform: uppercase;
	font-family: helvetica, sans-serif;
	margin-top:20px;
}
.circle {
	border-radius:50%;
	display:inline-block;
	border:5px solid #fff;
	overflow:hidden;
}
.img-left {
	float:left;
	padding-right:25px;
	max-width:50%;
}
.img-right {
	float:right;
	padding-left:25px;
	max-width:50%;
}
.color-span {
	color:#fff;
	background-repeat: no-repeat;
	min-height:300px;
}
.color-span.one, .prep {
	background-color:#eb74b4;
	color:#fff;
}
.color-span.two {
	background-color:#8bacee;
}
.color-span h2 {
	color:#fff;
	font-size:64px;
}
.color-span h3 {
	color:#fff;
}
.color-span.one .container {
	background-image:url("../../Assets/Images/3d-breast-pic.jpg");
	background-repeat:no-repeat;
	background-position: bottom right;
}
.color-span.two .container {
	background-image:url("../../Assets/Images/open-MRI-pic.jpg");
	background-repeat:no-repeat;
	background-position: bottom left;
}
.color-span .content {
	background-image:url("../../Assets/Images/cic-watermark.png");
	background-repeat:no-repeat;
	padding-top:40px;
	padding-bottom:40px;
	position: relative;
}
.color-span.one .content {
	background-position: bottom left;
	padding-right:40%;
}
.color-span.two .content {
	background-position: bottom right;
	padding-left:50%;
}
#acr {
	position: absolute;
	top:-30px;
	right:35%;
}
.prep {
	background-color:#6792e7;
}
.prep h3 {
	color:#fff;
}
.prep h3 img {
	vertical-align: middle;
}
.prep .left, .prep .right {
	float:left;
	width:50%
}
.prep .left {
	border-right:1px solid #fff;
	padding-right:80px;
}
.prep .right {
	padding-left:80px;
}
.prep a {
	color:#fff;
}
.prep li {
	margin-left:80px;
}
.prep .left li {
	margin-left:15px;
}

#physician-thumbs .physician {
	float:left;
	width:20%;
	min-width:150px;
	padding:10px;
	font-size:18px;
	margin-bottom:30px;
}
#physician-thumbs .physician:nth-of-type(5n+1) {
	clear:left;
}
#physician-thumbs .thumb {
	position: relative;
	display:inline-block;
}
#physician-thumbs .thumb img {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	display:block;
}
#physician-thumbs .thumb:hover img {
	filter: brightness(50%);
}
#physician-thumbs .mag {
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:2;
}
#physician-pop {
	position:absolute;
	z-index:4;
	border:1px solid #2a3d80;
	background-color:#fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,.5);
	width:90%;
	margin:0px 5%;
	max-width:1000px;
	padding:30px;
	top:50%;
	left:50%;
	display:none;
}
#physician-pop #foot {
	border-top:1px solid #999;
	clear:both;
	margin-top:80px;
	padding-top:20px;
}
#physician-pop #foot .left,  #physician-pop #foot .right {
	float:left;
	width:50%;
}
#physician-pop #foot .left, #physician-pop #foot .left a {
	color:#2a3d80;
	font-weight:bold;
}
.close {
	background-color:#2a3d80;
	width:30px;
	height:30px;
	border-radius:50%;
	color:#fff;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	position:absolute;
	top:5px;
	right:5px;
	padding-top:3px;
}
/* ^ CONTENT */
/* FOOTER */
footer {
	background-color: #e9ecf0;
	position: relative;
	z-index: 3;
}
#footer {
	padding-top:40px;
	padding-bottom:40px;
}
.footer-left {
	float:left;
	width:55%
}
.footer-right {
	float:left;
	width:45%;
	padding-left:15%;
}
#footer .location {
	float:left;
	width:33.3%;
	padding-right: 15px;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#siteby {
    width: 84px;
    height: 39px;
    text-indent: -5000px;
    background: url("../../Assets/Images/firehorse-creative.png") top left no-repeat;
    display:inline-block;
	float:right;
}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}

.testimonial {
	font-style: italic;
	margin-bottom: 15px;
}
.testimonial-name {
	font-weight: bold;
}

@media (max-width:1240px) {
	#header #logo {
		width:auto;
		float:none;
		text-align: center;
	}
	#header #logo img {
		max-width: 500px;
		width: 100%;
	}
	.quick-links .link {
		width:50%;
	}
	.quick-links .link:nth-of-type(odd) {
		clear:left;
		margin-bottom:15px;
	}
	#footer .location {
		width:50%;
		margin-bottom:15px;
	}
	#footer .location:nth-of-type(odd) {
		clear:left;
	}
}
@media (max-width:1170px) {
	#header #contact span {
		margin: 10px 0;
		display: block;
		text-align: center;
		width: 100%;
	}
	#header #contact span.bull {
		display: none;
	}
	#header #search {
		position: relative;
		text-align: center;
		max-width: 400px;
		margin: 10px auto;
		top: auto;
		right: auto;
	}
	h2 img {
		width: 100%;
		margin: 5px 0 !important;
	}
	h2 iframe {
		width: 100%;
		margin: 5px 0 !important;
	}
	header nav {
		background-color: #2a3d80;
		border-bottom:1px solid #333;
	}
	header #nav {
		padding:0px;
	}
	#mobile-nav {
		display:block;
	}
	header #nav > ul > li div.mega ul li {
		width: 100%;
		padding: 0px;
	}
	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		padding-left:0px;
	}
	header #nav > ul > li:not(:last-of-type) > a {
		border-right:0px;
	}
	header #nav ul li {
		display:block;
		width:100%;
		border-bottom:1px solid #ccc;
		text-align:left;
	}
	header #nav > ul > li > div {
		position:relative;
	}
	header #nav > ul > li ul {
		float:none;
		width:auto;
		padding:0px;
		margin:0px;
	}
	header #nav > ul > li ul#mammography .title {
		margin:0px;
		padding:10px 30px;
	}
	.color-span .content {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.color-span .container {
		background-image:none !important;
	}
	#acr {
		right:0px;
	}
	#physician-thumbs .physician {
		width:25%;
	}
	#physician-thumbs .physician:nth-of-type(5n+1) {
		clear:none;
	}
	#physician-thumbs .physician:nth-of-type(4n+1) {
		clear:left;
	}
}
@media (max-width:800px) {
	.col3 {
		width: 100%;
		margin: 10px 0;
	}
	#home .left, #home .right {
		float:none;
		width:auto;
		padding:0px;
		margin-top:0px;
	}
	#bannerss {
		display:none;
	}
	h1 {
		font-size: 40px;
	}
	.color-span h2 {
		font-size: 36px;
	}
	#banner-img .slide .content {
		top: 15%;
		width: 90%;
		left: 5%;
		right: auto;
		font-size: 24px;
		text-align: center;
	}
	#banner-img .slide .content .line1 {
		font-size: 32px;
	}
	#banner-img .slide .content .line2 {
		font-size: 22px;
	}
	#physician-pop #foot .left,  #physician-pop #foot .right {
		float:none;
		width:auto;
		text-align: center;
		font-size:16px;
	}
	.color-span.one .content {
		padding-top:120px;
	}
	.split-50 {
		float:none;
		padding:0px !important;
		width:auto;
		margin-bottom:20px;
	}
	#footer .location {
		width:auto;
		float:none;
	}
	.prep .left {
		padding-right:30px;
	}
	.prep .right {
		padding-left:30px;
	}
}
@media (max-width:770px) {
	#interior .quick-links .link {
		width: 48%;
		margin: 10px 1%;
	}
	#header #contact, #header #search {
		float:none;
		width:auto;
		text-align:center;
	}
	#header #search {
		margin-bottom:15px;
		padding:0px;
	}
	#physician-thumbs .physician {
		width:33.3%;
	}
	#physician-thumbs .physician:nth-of-type(4n+1) {
		clear:none;
	}
	#physician-thumbs .physician:nth-of-type(3n+1) {
		clear:left;
	}
	.banner-header > img {
		display:block;
	}
	.banner-header .whiteout {
		padding-bottom:0px;
		position: relative;
	}
	#interior main.stepup {
		margin-top:0px;
	}
}
@media (max-width:600px) {
	.prep .left, .prep .right {
		float:none;
		width:auto;
		padding:0px;
		border:0px;
		margin-bottom:30px;
	}
}
@media (max-width:500px) {
	#banner-img .slide .content .line1 {
		font-size: 28px;
	}
	#banner-img .slide .content .button,
	#banner-img .slide .content .line2 {
		font-size: 20px;
	}
	.color-span .container {
		padding:0px;
	}
	.color-span .content {
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.footer-left, .footer-right {
		float:none;
		width:auto;
		margin-bottom:15px;
		padding:0px;
	}
	#news {
		margin-bottom: 35px;
	}
	.img-left, .img-right {
		float:none;
		padding:0px;
		max-width:100%;
		display:block;
		margin-bottom:20px;
	}
	#physician-thumbs .physician {
		width:50%;
	}
	#physician-thumbs .physician:nth-of-type(3n+1) {
		clear:none;
	}
	#physician-thumbs .physician:nth-of-type(odd) {
		clear:left;
	}
}
@media (max-width:400px) {
	#header #contact,  #header #links, .quick-links .link{
		font-size:16px;
	}
}
