



/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
	transition: color .125s ease-in, background .125s ease-in;
}
a:hover, a:focus {
	color: #009BDE;
	color: #003764;
	cursor: pointer;
}
.button {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: white;
	display: inline-block;
	background: #009BDE;
	padding: .8em 1.5em;
	text-decoration: none;
	z-index: 1;
	position: relative;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.button {
		padding: 0.6em 0.7em;
	}
}
@media (max-width: 400px) {
	.button {
		font-size: 16px;
	}
}
.button:hover,
.button:focus {
	text-decoration: none;
	color: white;
	background: #003764;
}
.button + .button {
	margin-left: 1ch;
}
.white.button {
	background: white;
	color: #003764;
}
.white.button:hover,
.white.button:focus {
	background: #003764;
	color: white;
}
a.card-link {
	text-decoration: none;
}


/*--------------------------------------------------------
	Objects
--------------------------------------------------------*/
@media (min-width: 1280px) {
	.container {
	    width: 1250px;
	    /*Width expanded from Bootstrap defaults to match design*/
	}
}
@media (max-width: 992px){
	.container {
		width: 900px;
		/*Bootstrap's 750px is too narrow for laptops or large tablets*/
		max-width: 100%;
	}
}
/*----------------------Wrappers----------------------*/
/* .wrapper acts as a more symantic stand in for <container><row><col-md-12></col-md-12></row></container> in sections of this build that don't require stacking columns */
.wrapper {
	margin-right:auto;
	margin-left:auto;
	max-width: 100%;
	position: relative;
	height: inherit;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:768px){
	.wrapper {
		width: 750px;
	}
}
@media (min-width:992px) {
	.wrapper {
		width: 970px;
	}
}
@media (min-width:1200px){
	.wrapper {
		width: 1170px;
	}
}
@media (min-width:1280px){
	.wrapper {
		width: 1250px;
	}
}
figure {
	position: relative;
	overflow: hidden;
}
figcaption {
	line-height: 1.1;
}
figcaption p {
	line-height: 1.4;
}
figure:not(.card) figcaption {
	/* position: absolute; */
	text-shadow: -1px 1px 4px rgba(0, 0, 0, .5);
	font-size: 21px;
	line-height: 1.2;
}
@media (max-width: 1200px) {
	figure:not(.card) figcaption {
		font-size: 18px;
	}
	figure:not(.card) figcaption h1 {
		font-size: 55px;
	}
	figure:not(.card) figcaption h2 {
		font-size: 45px;
	}
}
@media (max-width: 800px) {
	figure:not(.card) figcaption {
		text-shadow: -1px 1px 4px rgba(0, 0, 0, .75);
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	figure:not(.card) figcaption h1 { font-size: 40px; }
	figure:not(.card) figcaption h2 { font-size: 28px; }
	figure:not(.card) figcaption h3 { font-size: 23px; }
}

figcaption a:hover,
figcaption a:focus {
	text-decoration: none;
}
.banner,
.banner img {
	width: 100%;
	padding: 16vw 6vw 6vw;
    background-size: cover;
    background-position: center;
}
.small.banner,
.small.banner img {
	max-height: 50vh;
}
.banner {
	display: flex;
	align-items: center;
}
.banner::after {
	/*Gradient to make caption pop*/
	content: '';
	background: linear-gradient(to right, black, transparent);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .5;
	z-index: 0;
}
.banner figcaption {
	max-height: inherit;
	max-width: 420px;
	left: 12vw;
	z-index: 1;
	color: white;
}
.small.banner figcaption {
	left: 30px;
}

@media (max-width: 767px) {
	.banner figcaption {
		left: 30px;
	}
	.small.banner figcaption {
		max-width: 60%;
	}
}
@media (max-width: 600px) {
	.banner figcaption {
		max-width: 100%;
		left: 0;
		padding: 15px;
	}
}
.banner figcaption h1,
.banner figcaption h2,
.banner figcaption h3,
.banner figcaption h4,
.banner figcaption h5,
.banner figcaption h6,
.banner figcaption p {
	margin: 0 0 1.5rem;
}
.iframe-figure > iframe {
	width: 100%;
	height: 50vh;
	margin-bottom: 1em;
}
@media (min-width: 990px) {
	.iframe-figure {
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 225px;
		grid-gap: 6vh 3vw;
	}
	.iframe-figure > iframe {
		width: 100%;
		height: 100%;
		margin-bottom: 0;
	}
}
@media (max-width: 990px) and (min-width: 767px) {
	.iframe-figure {
		display: block;
	}
	.iframe-figure > iframe {
		height: 50vh;
		margin-bottom: 1rem;
	}
}
figure.iframe-figure > figcaption {
	background: rgba(255, 255, 255, .9);
	text-shadow: none;
	position: static;
	font-size: 16px;
}
figure.iframe-figure > figcaption > div {
	margin-bottom: 2rem;
}
.iframe-figure h3 {
	font-size: 22px;
	margin-bottom: 5px;
}
.iframe-figure address {
	margin-bottom: 10px;
}

[class*="cards-grid"] {
	/* display: -ms-grid;
	display: grid;
	grid-gap: 6vh 3vw;
	margin-bottom: 2em; */
}
.cards-grid-3 {
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	margin: 0 auto 2em;
	max-width: 1400px;
}
.cards-grid-3 .card {
	height: 100%;
}
.cards-grid-4 {
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-shadow: 0 15px 40px -15px rgba(0, 0, 0, .2);
	transition: .125s ease-in-out box-shadow;
	border: 1px solid #ddd;
	padding-bottom: 20px;
	/* height: 100%; */
}
.card[data-featuring*="a"]::after,
.card[data-featuring*="e"]::after,
.card[data-featuring*="i"]::after,
.card[data-featuring*="o"]::after,
.card[data-featuring*="u"]::after,
.card[data-featuring*="y"]::after {
	content: 'Featuring: 'attr(data-featuring);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: calc(90% - 1em);
	padding-top: 10px;
	padding-left: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
}
.card:hover,
.card:focus {
	box-shadow: 4px 7px 50px rgba(0, 0, 0, .2);
}
.card.no-shadow {
	padding-bottom: 0;
	max-height: 100vw;
}
.card.no-shadow,
.card.no-shadow:hover,
.card.no-shadow:focus {
	box-shadow: none;
}
.card img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
	width: 100%;
	/*max-height: 200px;*/
}
@media (max-width: 990px) {
	.card:not(.no-shadow) img {
		max-height: 50vh;
	}
}
.card figcaption {
    padding: 20px 30px;
    z-index: 1;
    background: white;
}
.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
    margin-bottom: 1rem;
}
.cards-grid-3 .card h3 {
	font-size: 1.75rem;
}
@media screen and (max-width: 640px) {
	.cards-grid-3 .card h3 {
		font-size: 1.35rem;
	}
}
.card h3.name {
	font-size: 18px;
}
blockquote {
	font-family: 'Oswald', sans-serif;
	font-size: 2.125em;
	font-weight: bold;
	color: #003764;
	line-height: 1.3;
	padding: 0;
	border: none;
	position: relative;
	padding-left: 1ch;
	padding-right: 1ch;
	z-index: 1;
}
blockquote::before {
	content: '“';
	position: absolute;
	transform: scale(3);
	display: inline-block;
	opacity: 0.4;
	left: .25ch;
	color: #009BDE;
	top: .5ch;
	z-index: -1;
}
@media (max-width: 767px) {
	blockquote {
		font-size: 24px;
	}
}
table {
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}
ul {
	list-style: none;
	padding: 0;
}
select {
	/*Remove inconsistent carat implementation from different browsers*/
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
select.button {
	border: none;
	max-height: 54px;
}
#pagination {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#pagination ul {
	display: inherit;
	flex-direction: inherit;
	margin: auto;
}
#pagination li + li {
	margin-left: 1ch;
}
#pagination ul a {
	background: white;
	border: 1px solid #ddd;
	color: #003764;
}
#pagination ul a:hover,
#pagination ul a:focus {
	background: #009BDE;
	border: 1px solid #009BDE;
	color: white;
}
@media (max-width: 800px) {
	#pagination li {
		font-size: 16px;
	}
	#pagination .button {
		font-size: 16px;
		padding: 0.5em 1em;
	}
}
@media (max-width: 550px) {
	#pagination > .button {
		font-size: 0;
		min-width: 30px;
		height: 30px;
		text-align: center;
		margin-top: auto;
		margin-bottom: auto;
	}
	#pagination > .button::before,
	#pagination > .button::after {
		font-size: 16px;
		font-weight: bold;
		position: relative;
		top: 2px;
	}
	#pagination > .button:first-child::before {
		content: '❘';
		padding: 1px;
	}
	#pagination > .button:first-child::after {
		content: '<';
		top: 1px;
	}
	#pagination > .button:last-child::before {
		content: '>';
		top: 1px;
	}
	#pagination > .button:last-child::after {
		content: '❘';
		padding: 1px;
	}
}
@media (max-width: 400px) {
	#pagination > ul .button {
		font-size: 12px;
	}
}
.headshot-with-title {
	display: block;
	width: 460px;
	max-width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
	margin: 0 auto;
}
@media (min-width: 990px) {
	.headshot-with-title {
		float: right;
		width: 360px;
		padding-left: 30px;
		margin: 0;
	}
}
.headshot-with-title img {
	margin-bottom: 0 !important;
}
.headshot-with-title .headshot-title {
	font-size: 12px;
	font-style: italic;
	display: block;
	margin: .5em 0 2rem;
}
/*--------------------------------------------------------
	Utilities
--------------------------------------------------------*/
.blue-text {
	color: #003764;
}
.light-text {
	color: var(--light-text);
}
.centered {
	text-align: center;
	display: block !important;
}
@media (min-width: 767px) {
	.centered {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}
.cyan-background {
	position: relative;
	padding: 3rem 0 5rem;
	min-height: 500px;
	z-index: 4;
	background-color: #009BDE;
}

.cyan-background,
.cyan-background h1,
.cyan-background h2,
.cyan-background h3,
.cyan-background h4,
.cyan-background h5,
.cyan-background h6 {
	color: white;
}
.cyan-background .button {
	background: white;
	color: #003764;
}
.cyan-background .button:hover,
.cyan-background .button:focus {
	background: #003764;
	color: white;
}


/*-------------------------------------------------------
					Index / Main Body
--------------------------------------------------------*/
main {
	min-height: calc(100vh - 80px - 700px);
	/*The minimum height of the main section of the page should be the height of the screen minus the header and footer*/
	position: relative;
	/*z-index: -2;*/
}
main > .row {
    margin-bottom: 2.5rem;
}
@media (max-width: 900px) {
	main > .row {
	    margin-bottom: 1.5rem;
	}
}
#home-banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
}
#home-banner figcaption {
	width: inherit;
}
#home-banner .wrapper div {
	max-width: 500px;
}
#home-banner h1 {
	color: currentColor;
}
/*-------------------------------------------------------
	Article
--------------------------------------------------------*/
article {
	margin-top: 10vh;
}
@media (min-width: 990px) {
	#why-choose-row {
		min-height: calc(643px - 10vh - 150px);
		/*Compensates for distance that slider overlaps the figure above it. */
	}
	#why-choose-row > div:first-child * {
		max-width: 600px;
	}
}
#why-choose-row {
	display: flex;
	align-items: flex-start;
}
@media (max-width: 850px) {
	#why-choose-row {
		flex-direction: column;
		margin-bottom: 60px;
	}
	#why-choose-row > div:first-child {
		order: 2;
	}
	#slider-column {
		order: 1;
	}
}
/*-------------------------------------------------------
	Mammagram Slider
--------------------------------------------------------*/
#slider figure {
	position: absolute;
	top: calc(-10vh + -150px);
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
@media (max-width: 990px) {
	#slider figure {
		width: 480px;
		max-width: 100%;
		position: relative;
		margin-top: -90px;
		margin-bottom: 60px;
		top: inherit;
	}
}
@media (max-width: 767px) {
	#slider figure {
		margin-top: -50px;
	}
}
#slider img {
	width: 100%;
}
#slider figcaption {
	position: relative;
	background: #003764;
	padding: 25px 35px;
	color: white;
}
#slider h2 {
	color: currentColor;
	font-size: 36px;
}
@media (max-width: 767px) {
	#slider h2 {
		font-size: 22px;
	}
}
ul[aria-label="slide-navigation"] {
	position: absolute;
	top: 1rem;
	right: .8rem;
	list-style: none;
	text-align: center;
}
ul[aria-label="slide-navigation"] li + li {
	margin-top: 10px;
}
ul[aria-label="slide-navigation"] button {
	opacity: .5;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
	margin-left: auto;
	margin-right: auto;
	transition: .125s all ease-in;
	padding: 0;
	-webkit-appearance: none;
	border: none;
}
ul[aria-label="slide-navigation"] button.active {
	width: .9rem;
	height: .9rem;
	opacity: 1;
}
ul[aria-label="slide-navigation"] button:focus,
ul[aria-label="slide-navigation"] button:hover {
	opacity: 1;
}


/*--------------------------------------------------------
	Providers Row
--------------------------------------------------------*/
#providers-row {

	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
	display: flex;
	align-items: center;
}
@media (min-width: 990px) {
	#providers-row {
		min-height: 75vh;
	}
}
#providers-row > div {
	margin-top: 15px;
	margin-bottom: 15px;
}
#providers-row h3 {
	color: #003764;
	font-size: 20px;
}
ul[aria-labeled-by="specialty-heading"] {
	font-weight: bold;
	color: var(--light-text);
	columns: 2;
	margin-bottom: 1.5em;
}
ul[aria-labeled-by="specialty-heading"] li {
	margin-bottom: .5em;
}
ul[aria-labeled-by="specialty-heading"] a {
	text-decoration: none;
}
@media (max-width: 990px) and (min-width: 767px) {
	#providers-row {
		background-position: bottom right;
	}
	#providers-row h2,
	#providers-row p,
	ul[aria-labeled-by="specialty-heading"] {
		width: 60%;
	}
	#providers-row > div {
		margin: 5vh 0;
	}
}
@media (max-width: 767px) {
	#providers-row {
		background-position: bottom;
		background-size: calc(50vh + 60px) auto;
		padding-bottom: 50vh;
	}
}
/*--------------------------------------------------------
	Services Section
--------------------------------------------------------*/
#services-section {
	background-color: #009BDE;
	background-image: url(images/icon-pattern-cropped.png);
	background-repeat: repeat-y;
	background-position: left;
	background-size: contain;
	padding: 1rem 0;
	min-height: 90vh;
	color: white;
	overflow: hidden;
}
#services-section .wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: inherit;
	justify-items: center;
	align-items: center;
	grid-gap: 30px;
}
#services-description {
	position: relative;
	z-index: 2;
}
@media (min-width: 600px) {
	#services-description {
		max-width: 450px;
	}
}
@media (max-width: 600px) {
	#services-section {
		background-image: none;
		position: relative;
		overflow: hidden;
	}
	#services-section::before {
	    content: '';
	    transform: rotate(90deg) translate(-320px, 0px) scale(.75);
	    top: -60px;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    position: absolute;
	    background-image: url(images/icon-pattern2.png);
	    background-position: top;
	    background-repeat: no-repeat;
	}
	#services-section .wrapper {
		display: block;
	}
	#services-description {
		padding-top: 40px;
		margin-bottom: 60px;
	}
}
@media (max-width: 300px) {
	#services-section::before {
	   content: none;
	}
}
#services-description h2 {
	color: white;
}
ul[aria-labeled-by="#services-heading"] {
	list-style: none;
	font-size: 5vh;
	font-family: 'Oswald', sans-serif;
	width: 100%;
	z-index: 1;
	position: static;
}
@media (max-width: 767px) {
	ul[aria-labeled-by="#services-heading"] {
		font-size: 30px;
		line-height: 1.7em;
	}
}
ul[aria-labeled-by="#services-heading"] li {
	display: block;
}
ul[aria-labeled-by="#services-heading"] a {
	text-decoration: none;
	display: inherit;
	padding-left: 1ch;
	transition: background .125s ease-in;
}
@media (min-width: 990px) {
	ul[aria-labeled-by="#services-heading"] a::after,
	ul[aria-labeled-by="#services-heading"] a::after {
		content: '';
		width: .7rem;
		height: .7rem;
		border-top: 4px solid white;
		border-right: 4px solid white;
		display: inline-block;
		transform: translateX(0.3ch) translateY(-100%) rotate(45deg);
		opacity: 0;
		transition: opacity .125s ease-in, transform .25s ease-in;
	}
}
ul[aria-labeled-by="#services-heading"] a:hover,
ul[aria-labeled-by="#services-heading"] a:focus {
	color: currentColor;
	position: relative;
	background-color: rgba(255, 255, 255, .3);
}
ul[aria-labeled-by="#services-heading"] a:hover::after,
ul[aria-labeled-by="#services-heading"] a:focus::after {
	opacity: 1;
	transform: translateX(0.5ch) translateY(-100%) rotate(45deg);
}


/*--------------------------------------------------------
	Resources section
--------------------------------------------------------*/
#resources-section {
	position: relative;
}
#resources-section section {
	padding: 4rem 0;
	display: flex;
}
#foundation-section {
    z-index: 2;
}
#resources-section > :nth-child(1),
#resources-section > :nth-child(2) {
	background: #003764;
	color: white;
}
#resources-section > :nth-child(2) > .wrapper .button:hover,
#resources-section > :nth-child(2) > .wrapper .button:focus {
	background: white;
	color: #003764;
}
@media (min-width: 940px) {
	#resources-section {
		min-height: 1150px;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 640px 640px 1fr;
		overflow-x: hidden;
	}
	#resources-section > :nth-child(1),
	#resources-section > :nth-child(2) {
		z-index: 1;
	}
}
@media (max-width: 1300px) {
	#resources-section {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 1300px) {
	#resources-section > div {
		display: none;
	}
}
@media (max-width: 940px) {
	#foundation-section {
		position: relative;
		flex-direction: column;
		justify-content: flex-end;
		min-height: 560px;
		margin-bottom: calc(390px / 2);
		overflow-x: hidden;
	}
}
#resources-section > section:first-of-type h2,
#resources-section > section:first-of-type h3 {
	color: white;
}
#resources-section > section:first-of-type h3 {
	font-size: 20px;
}
@media (min-width: 940px) {
	#resources-section > section > div {
		width: 400px;
		max-width: 100%;
		margin: auto;
	}
	#foundation-section > div > *:not(img) {
		position: relative;
	}
}
@media (max-width: 940px) {
	#foundation-section > div {
		width: 750px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
#foundation-section > div > h2 {
	margin-bottom: 20px;
}
#foundation-section > div > h2,
#foundation-section > div > p {
	position: relative;
	z-index: 1;
}
#foundation-section > div > h2::after,
#foundation-section > div > p::after {
	content: '';
	position: absolute;
	z-index: -1;
	background: white;
	top: -20px;
	bottom: -15px;
	left: -30px;
	right: -30px;
}
#resources-section ul {
	font-weight: bold;
	columns: 2;
}
#resources-section li {
	margin-bottom: .5em;
}
#resources-section li a {
	text-decoration: none;
}
#resources-section img {
	position: absolute;
	left: calc(50% - 50px);
	top: 10vh;
	z-index: -1;
	box-shadow: 4px 7px 20px rgba(0, 0, 0, .2);
}
@media (max-width: 940px) {
	#resources-section img {
		top: -30px;
		left: 0;
		z-index: inherit;
	}
}

/*--------------------------------------------------------
						Physician Bios
--------------------------------------------------------*/
#physician-bio-grid {
display: -ms-grid;
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-gap: 6vh 3vw;
}
#physician-bio-grid figure {
	justify-content: start;
	height: fit-content;
	height: -moz-fit-content;
}
#physician-bio-grid img {
	justify-content: start;
	height: fit-content;
	height: -moz-fit-content;
	max-width: 300px;
}

#physician-bio-grid h2 {
	font-size: 30px;
	margin-bottom: 0;
}
#physician-bio-grid .title {
	font-size: 12px;
	margin-top: 1em;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: var(--text);
	opacity: .5;
	font-weight: bold;
	display: block;
}
#physician-bio-grid h3,
#physician-bio-grid h4 {
	font-size: 25px;
	text-transform: capitalize;
	color: var(--text);
	opacity: 0.8;
	margin-bottom: .25em;
}
#physician-bio-grid h4 {
	font-size: 22px;
}
#physician-bio-grid h4.location {
	font-size: 18px;
	color: #009BDE;
	opacity: 1;
	margin-bottom: 0;
}
@media (max-width: 990px) {
	#physician-bio-grid {
		grid-template-columns: 230px 1fr;
	}
	#physician-bio-grid img {
		max-height: 300px;
	}
}
@media (max-width: 767px) {
	#physician-bio-grid {
		display: block;
	}
	#physician-bio-grid figure {
		display: flex;
		flex-direction: row;
		margin-bottom: 2em;
	}
}
@media (max-width: 600px) {
	#physician-bio-grid figure {
		display: block;
		width: 300px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

/*--------------------------------------------------------
						Locations
--------------------------------------------------------*/
#our-team-horizontal {
}
#our-team-horizontal h2 {
	margin-bottom: 0;
}
#our-team-horizontal > div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 38px;
}
#our-team-horizontal ul {
	display: flex;
	flex-direction: row;
	padding-bottom: 1em;
	overflow-x: auto;
}
#our-team-horizontal li + li {
	margin-left: 3ch;
}
#our-team-horizontal .card {
	width: 145px;
	padding-bottom: 0;
}
#our-team-horizontal img {
	width: inherit;
	height: 145px;
	object-fit: cover;
	object-position: top;
}
#our-team-horizontal figcaption {
	padding: 10px 15px;
}
#our-team-horizontal h3 {
	font-size: 15px;
	margin: 0;
}
#our-team-horizontal span,
.specialty {
	display: block;
	font-size: 10px;
	margin: .5em 0 1.2em;
	text-transform: uppercase;
	color: #aaa;
	letter-spacing: .5px;
}

/*--------------------------------------------------------
	Locations
--------------------------------------------------------*/

.locationProvidersWrapper {

	background-image: url('../../images/location-patients-bg.png');
}

.testimonialProvidersWrapper {
	background-image: none;
}
