/* LOCATIONS ARCHIVE */
#locations-slider .slick-list {
  box-sizing: border-box;
  margin: 0 50px;
  width: calc(100% - 100px);
}

.locations-archive {
	background: #f3f3f3;
	padding: 60px 0;
}

.locations-archive .location {
	background: #ffffff;
	border: 10px solid #f3f3f3;
	border-radius: 15px;
	position: relative;
	padding-bottom: 55px;
}

.locations-archive .location .location-image {
	border-radius: 5px 5px 0px 0px;
	background-color: #CCC;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 125px;
}

.locations-archive .location .location-cont {
	padding: 15px;
	background: #ffffff;
	border-radius: 0 0 5px 5px;
	text-align: center;
}

.locations-archive h3.title {
	position: relative;
	margin-bottom: 5px;
	font-size: 1.3em;
	color: #00b3db;
}

.locations-archive .archive-locations-btn {
	display: inline-block;
	width: 82px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform:translateX(-50%);
	font-family: 'karbon-semi-bold';
	margin-top: 15px;
	padding: 8px 12px;
	border: 2px solid #00b3db;
	border-radius: 5px;
	background: #00b3db;
	color: #ffffff;
	text-transform: uppercase;
	transition: .3s ease;
}

.locations-archive .archive-locations-btn:hover { 
	background: #003768;
	border: 2px solid #003768;
}

/* LOCATIONS SINGLE */
.locations-single {
}

.locations-single .location-info .left-cont {
    padding: 60px 0;
    background: #f3f3f3;
}

.locations-single .location-info .left-cont .left-col {
    padding: 0 5vw;
        box-sizing: border-box;
}

.locations-single .location-info .left-cont .left-col .contact-pad-right {
	padding-right: 20px;
}

.locations-single .location-info {
	background: #ffffff;

}

.locations-single .location-info .location-desc,
.locations-single .location-info .location-contact {
	font-family: 'karbon-light';
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 60px 0;
}

.locations-single .location-info .appointment-home {
	border-top: 1px solid #f3f3f3;
}

.locations-single .location-info .location-desc p:last-child {
	margin-bottom: 0;
}

.locations-single .location-info .location-contact {
    margin-bottom: 20px;
    padding: 0;
}

.locations-single .location-info .location-contact a {
    color: #00b3db;
    transition: .3s ease;
}

.locations-single .location-info .location-contact a:hover {
    color: #4d4d4d;
}


.locations-single .location-info .border-bottom {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 60px;
}

.locations-single .location-info .title-address,
.locations-single .location-info .title-opening {
	position: relative;
	font-family: 'karbon-semi-bold';
	color: #00b3db;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.locations-single .location-info .title-address i:before,
.locations-single .location-info .title-opening i:before {
	font-family: 'qxray-icons'!important;
	padding-right: 5px;
	top: 3px;
    position: relative;
    left: 0;
}

.locations-single .location-info .location-phone strong,
.locations-single .location-info .location-fax strong,
.locations-single .location-info .location-email strong {
	color: #00b3db;	
}

.locations-single .practice-day {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	position: relative;
}

.locations-single .practice-day .practice-table {
	width: 100%;
	margin-bottom: 10px;
}

.locations-single .practice-day .day {
	width: 40%;
	box-sizing: border-box;
}

.locations-single .practice-day .hours {
	width: 60%;
	box-sizing: border-box;
}

.locations-single .practice-day .hours p {
	margin-bottom: 0;
}


/* LOCATION SERVICES */
.locations-single .location-services {
	padding: 60px 0 30px 0;
    background: #00b3db;
    text-align: center;
}

.locations-single .location-services h1 {
    font-family: 'karbon-semi-bold';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.locations-single .description {
	font-family: 'karbon-light';
	font-size: 1.3em;
	margin-bottom: 30px;
}

.locations-single article.service-icons,
.locations-single article.service-icons.col-5 {
	padding: 20px;
	border-right: solid 2px rgba(0,55,104,0.2);
}

.locations-single article.service-icons:last-child,
.locations-single article.service-icons.col-5:nth-child(5) {
	border-right: 0;
}

.locations-single article.service-icons.col-5:nth-child(-n+5) {
	border-bottom: solid 2px rgba(0,55,104,0.2);
}

.locations-single article.service-icons .title {
	position: relative;
	font-family: 'karbon-light';
	color: #ffffff;
	font-size: 1.1em;
}


/* LOCATION DOCTORS */
.locations-single .location-doctors {
	background: #ffffff;
	padding: 60px 0;
	text-align: center;
}

.locations-single .location-doctors h1 {
    font-family: 'karbon-semi-bold';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.locations-single .doctor-slider .slick-list {
	padding: 0 20px;
}

.locations-single .doctor-slider .doctor {
	margin: 0 30px;
}

.locations-single .doctor-slider .doctor .doctor-image {
	margin-bottom: 30px;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.locations-single .doctor-slider .doctor .doctor-description {
	margin-top: 15px;
}

.locations-single .doctor-slider .doctor h3.title {
	font-family: 'karbon-semi-bold';
    color: #00b3db;
}

.locations-single .doctor-slider .doctor h3 span.credentials {
	font-family: 'karbon-regular-italic';
    font-size: 12px;
    color: #4d4d4d;
    padding-left: 5px;
}

.locations-single .doctor-slider .doctor .doctor-btn {
	display: inline-block;
    position: relative;
    font-family: 'karbon-semi-bold';
    margin-top: 30px;
    padding: 15px 20px;
    border: 2px solid #00b3db;
    border-radius: 5px;
    background: #00b3db;
    color: #ffffff;
    text-transform: uppercase;
    transition: .3s ease;
}

.locations-single .doctor-slider .doctor .doctor-btn:hover {
    border: 2px solid #00b3db;
    background: transparent;
    color: #00b3db;
}

/* SLICK ARROWS */
.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.slick-arrow#slider-prev {
	left: 0;
	z-index: 10;
	cursor: pointer;
	transition: .3s ease;
}

.slick-arrow#slider-next {
	right: 0;
	z-index: 10;
	cursor: pointer;
	transition: .3s ease;
}

.slick-arrow#slider-prev:hover {
	left: 10px;
}

.slick-arrow#slider-next:hover {
	right: 10px;
}

.slick-arrow#slider-prev:before,
.slick-arrow#slider-next:before {
	left: 0;
	z-index: 10;
	font-family: 'qxray-icons';
	color: rgba(0,0,0,0.1);
	font-size: 35px;
}

.slick-arrow#slider-prev:before {
	content: "\e914";
}

.slick-arrow#slider-next:before {
	content: "\e915";
}


/* LOCATION FILTER */
.location-filter {
	background: #ffffff;
	padding: 30px 0;
	text-align: center;
}

.location-filter .location-search {
	display: inline-block;
	padding-right: 30px;
}

.location-filter select#filters {
	width: auto;
	max-width: 250px;
  height: 45px;
  margin-right: 10px;
  border: 0;
  background: #f3f3f3 url(../images/chevron-down.svg) no-repeat;
  background-size: 12px;
  background-position: right 10px center;
  padding: 0 60px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
}

.location-filter .clearBtn {
	display: inline-block;
}

.location-filter .clearBtn button.clearAll {
	height: 45px;
	font-size: 12px;
	background: #00bedf;
	color: #ffffff;
	border: 0;
	padding: 0 20px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
}

.location-filter input#filters {
  width: auto;
	max-width: 250px;
  height: 45px;
  margin-right: 10px;
  border: 0;
  background: #f3f3f3;
  background-size: 12px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
}

.isotope-message {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2em;
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 0;
  display: none;
}

.isotope-message.visible {
  display: block;
}

/* Start: Recommended Isotope styles */
 
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
 
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
 
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
 
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
 
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
 
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

@media only screen and (max-width: 1160px) {
	.locations-single .location-info .left-cont .left-col {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 1020px) {
	.locations-single .location-info .left-cont	.col-2 {
		width: 100%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 960px) {
	.locations-archive .location.col-4 {
		width: 33.333%;
	}
	
	.isotope-message {
  	padding: 50px 0;
  }
	
	/* SERVCIES SINGLE PAGE */	
	.locations-single .header-content-mobile {
		display:block;
	}
	
	.location-filter .location-search {
  	padding-right: 0;
  	display: block;
  	width: 100%;
  	text-align: center;
	}
	
	.location-filter input#filters, .location-filter select#filters, .location-filter .clearBtn {
  	max-width: inherit;
  	box-sizing: border-box;
  	display: inline-block;
  	margin-right: 0;
  	width: 49%;
	}
	
	.location-filter input#filters, .location-filter select#filters:nth-child(2n) {
  	margin-right: 2%;
  	margin-bottom: 10px;
	}
	
	.location-filter .clearBtn button.clearAll {
  	width: 100%;
  	box-sizing: border-box;
	}
	
	.locations-single article.service-icons.col-5 {
		width: 33.333%;
		border-bottom: solid 2px rgba(0,55,104,0.2);
	}
	
	.locations-single article.service-icons.col-5:nth-child(3n) {
		border-right: 0;
	}
	
	.locations-single article.service-icons.col-5:nth-child(5) {
		border-right: solid 2px rgba(0,55,104,0.2);
	}
	
	.locations-single article.service-icons.col-5:last-child,
	.locations-single article.service-icons.col-5:nth-last-child(2) {
		border-bottom: 0;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 760px) {
	.locations-single .location-info .left-cont	.col-2 .align-left {
		text-align:center;
	}
	
	.locations-archive .location.col-4 {
		width: 50%;
	}
	
	.locations-single .doctor-slider .slick-list {
		padding: 0;
	}
	
	.locations-single .doctor-slider .doctor {
		margin: 0 10px;
	}
	
	.locations-single .doctor-slider .doctor .doctor-image {
		padding: 0 20px;
	}
	
	.slick-arrow#slider-prev {
		left: -10px;
	}
	
	.slick-arrow#slider-next {
		right: -10px;
	}
	
	.slick-arrow#slider-prev:hover {
		left: 0;
	}
	
	.slick-arrow#slider-next:hover {
		right: 0;
	}
	
	.isotope-message {
  		padding: 40px 0;
  	}
  	
  	.locations-single article.service-icons.col-5 {
		width: 50%;
		border-bottom: solid 2px rgba(0,55,104,0.2);
	}
	
	.locations-single article.service-icons.col-5:nth-child(3n) {
		border-right: solid 2px rgba(0,55,104,0.2);
	}
	
	.locations-single article.service-icons.col-5:nth-child(2n) {
		border-right: 0;
	}
	
	.locations-single .practice-day .day {
		width: 100%;
		box-sizing: border-box;
	}
	
	.locations-single .practice-day .hours {
		width: 100%;
		box-sizing: border-box;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 500px) {
	.locations-archive .location.col-4 {
		width: 100%;
	}
	
	.location-filter input#filters, .location-filter select#filters, .location-filter .clearBtn {
  	width: 100%;
  	margin-bottom: 10px;
	}
	
	.location-filter input#filters, .location-filter select#filters:nth-child(2n) {
  	margin-right: 0;
	}
	
	.isotope-message {
  	padding: 30px 0;
  }
  
  #locations-slider .slick-list {
    box-sizing: border-box;
    margin: 0 25px;
    width: calc(100% - 50px);
  }
}




/* SERVICES ARCHIVE PAGE */
.services-archive {
	background: #f3f3f3;
	padding: 60px 0;
}

.services-archive .service {
	background: #ffffff;
	border: 10px solid #f3f3f3;
	border-radius: 15px;
	position: relative;
	padding-bottom: 80px;
}

.services-archive .service .service-cont {
	margin: 10px;
    padding: 15px;
    text-align: center;
}

.services-archive h3.title {
	position: relative;
	padding: 20px 0 0 0;
	margin-bottom: 15px;
	font-size: 1.3em;
	color: #00b3db;
}

.services-archive .service-cont i {
	display: block;
	position: relative;
	font-size: 60px;
	color: #00aad2;
}

.archive-services-btn {
	display: inline-block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'karbon-semi-bold';
	margin-top: 30px;
	padding: 15px 20px;
	border: 2px solid #00b3db;
	border-radius: 5px;
	background: #00b3db;
	color: #ffffff;
	text-transform: uppercase;
	transition: .3s ease;
}

.archive-services-btn:hover { 
	background: #003768;
	border: 2px solid #003768;
}

/* SERVICES SINGLE PAGE */
.services-single {
}

.header-content .header-title i {
	position: relative;
	top: 7px;
	padding-right: 10px;
}

.header-content .services-description {
	padding: 15px 0 0 80px;
	width: 400px;
	font-size: 1.4em;
	color: #003768;
}





/* SERVCIES CHILD PAGES */
.services-single .content-white-bg {
	background: #ffffff;
	padding: 60px 0;
	border-bottom: 1px solid #f3f3f3;
}

.services-single .content-white-bg.child-cont {
	background: #f3f3f3;
	padding: 60px 0 0 0;
}

.services-single .content-white-bg .service-desc {
	font-family: 'karbon-light';
	font-size: 1.2em;
	line-height: 1.3em;
}

.services-single .content-white-bg .service-desc p {
	margin-bottom: 15px;
}

.services-single .content-white-bg .service-desc p:last-child {
	margin-bottom: 0;
}

.services-single .content-white-bg .service-desc ul {
	margin-bottom: 15px;
}

.services-single .content-white-bg .service-desc ul li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 5px
}

.services-single .content-white-bg .service-desc ul li:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'qxray-icons';
	content:'\e905';
	font-size: .8em;
	color:#00b3db;
}



.services-single .service-child-cont {
	text-align: center;
	padding: 0 20px 75px 20px;
	position: relative;
	margin-bottom: 60px;
}

.services-single .service-child-cont .icon {
	margin-bottom: 15px;
	font-size: 4em;
	color:#00b3db;
}

.services-single .service-child-cont h2.service-child-title {
	font-family: 'karbon-light';
	color: #00b3db;
	margin-bottom:15px;
}

.services-single .service-child-cont a.services-child-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'karbon-semi-bold';
    margin-top: 30px;
    padding: 15px 20px;
    border: 2px solid #00b3db;
    border-radius: 5px;
    background: #00b3db;
    color: #ffffff;
    text-transform: uppercase;
    transition: .3s ease;
}

.services-single .service-child-cont a.services-child-btn:hover {
    border: 2px solid #003768;
    background: #003768;
}

/* SERVICES REPEATABLE FIELDS */
/* VIDEO RESPONSIVE */
.video { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.video iframe,
.video object,
.video embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* IMAGE LEFT & RIGHT */
.services-single .image-left,
.services-single .image-right {
	background: #ffffff;
	padding: 60px 0;	
}

.services-single .image-right { 
	background: #eaeaea;
}

.services-single .image-left .image {
		
}

.services-single .image-left .image img,
.services-single .image-right .image img {
	width: 100%;
	height: auto;
}

.services-single .image-left .desc {
	padding-left:60px;	
}

.services-single .desc p {
	margin-bottom: 15px;
}

.services-single .desc p:last-child {
	margin-bottom: 0;
}

.services-single .image-right .desc {
	padding-right:60px;	
}

.services-single .image-left .desc h1.content-title,
.services-single .image-right .desc h1.content-title {
	margin-bottom: 5px;
	color: #00b3db;
	text-transform: uppercase;
}

/* ULTRASOUND 
.services-single .ultrasound {
	padding: 60px 0;
	background: #00b3db;
	text-align: center;
}

.services-single .ultrasound .content-title {
	color: #003768;
	margin-bottom: 10px;
}

.services-single .ultrasound .content p {
	color: #ffffff;
}

.services-single .ultrasound .desc {
	color: #ffffff;
}

.services-single .ultrasound .ultrasound-icons {
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}

.services-single .ultrasound .ultrasound-icons article {
	border-right: 1px solid #003768;
}

.services-single .ultrasound .ultrasound-icons article:last-child {
	border-right: 0;
}

.services-single .ultrasound .ultrasound-icons article .icons-cont {
	padding: 15px;
	font-family: 'karbon-regular'!important;
}

.services-single .ultrasound .ultrasound-icons article .icons-cont .icon {
	color: #003768;
	font-size: 70px;
	margin-bottom: 15px;
}

.services-single .ultrasound .ultrasound-icons article .icons-cont .desc {
	color: #ffffff;
	font-size: 1.1em;
}
*/
/* 2 COLUMN GREY */
.two-column-grey {
	
}

.two-column-grey .left-cont {
	padding: 60px;
	background:#f3f3f3;
}

.two-column-grey .left-cont h1.content-title,
.two-column-grey .right-cont h1.content-title {
	color:#003768;
	margin-bottom: 10px;
}

.two-column-grey .right-cont {
	padding: 60px;
	background:#eaeaea;
}

.two-column-grey .left-cont .left-col {
	width: 520px;
    float: right;
}

.two-column-grey .right-cont .right-col {
	width: 520px;
    float: left;
}

.image-left .download-btn,
.two-column-grey .download-btn,
.two-column-grey .download-btn {
	display: inline-block;
    position: relative;
    font-family: 'karbon-semi-bold';
    margin-top: 15px;
    padding: 15px 50px 15px 20px;
    border: 2px solid #003768;
    border-radius: 5px;
    background: transparent;
    color: #003768;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: .3s ease;
}

.image-left .download-btn:after,
.two-column-grey .download-btn:after,
.two-column-grey .download-btn:after {
	display: block;
    position: absolute;
    top: 17px;
    right: 15px;
    font-family: 'qxray-icons';
    content: "\e928";
    font-size: .9em;
    color: #003768;
    transition: .3s ease;
}

.image-left .download-btn:hover,
.two-column-grey .download-btn:hover,
.two-column-grey .download-btn:hover {
    background: #003768;
    color: #ffffff;
}

.image-left .download-btn:hover:after,
.two-column-grey .download-btn:hover:after,
.two-column-grey .download-btn:hover:after {
    color: #ffffff;
}

/* LOCATIONS RESULTS */
.services-single .locations-results {
	text-align: center;
}

.services-single .locations-results .locations-cont {
	background: #003768;
	padding: 60px;
}

.services-single .locations-results .locations-cont h1,
.services-single .locations-results .results-cont h1 {
	position: relative;
	color:#00aad2;
	font-family: 'karbon-light';
	margin-bottom: 10px;
	padding-top: 80px;
}

.services-single .locations-results .locations-cont h1:before,
.services-single .locations-results .results-cont h1:before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	font-family: 'qxray-icons';
	color:#00aad2;
	font-size: 60px;
}

.services-single .locations-results .locations-cont h1:before {
	content: '\e90d';
}

.services-single .locations-results .results-cont h1:before {
	content: '\e927';
	font-size: 70px;
	margin-left: -35px;
}

.services-single .locations-results .locations-cont h1 strong,
.services-single .locations-results .results-cont h1 strong {
	color:#00aad2;
	font-family: 'karbon-semi-bold';
}

.services-single .locations-results .locations-cont .desc,
.services-single .locations-results .results-cont .desc {
	color: #ffffff;
	line-height: 1.4em;
}

.services-single .locations-results .locations-cont .locations-btn,
.services-single .locations-results .results-cont .results-btn {
    display: inline-block;
    position: relative;
    font-family: 'karbon-semi-bold';
    margin-top: 15px;
    padding: 15px 40px 15px 20px;
    border: 2px solid #00aad2;
    border-radius: 5px;
    background: transparent;
    color: #00aad2;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: .3s ease;
}

.services-single .locations-results .locations-cont .locations-btn:after,
.services-single .locations-results .results-cont .results-btn:after {
    display: block;
    position: absolute;
    top: 50%;
    margin-top:-0.45em;
    right: 10px;
    font-family: 'qxray-icons';
    content: "\e905";
    font-size: .9em;
    color: #00aad2;
    transition: .3s ease;
}

.services-single .locations-results .locations-cont .locations-btn:hover,
.services-single .locations-results .results-cont .results-btn:hover {
    background: #00aad2;
    color:#ffffff;
}

.services-single .locations-results .locations-cont .locations-btn:hover:after,
.services-single .locations-results .results-cont .results-btn:hover:after {
    color:#ffffff;
}

.services-single .locations-results .results-cont {
	background: #00305a;
	padding: 60px;
}

/* DARK BLUE BACKGROUND */
.dark-blue-bg {
	background: #003768;
	padding: 60px 0;
	text-align: center;
}

.dark-blue-bg h1 {
	color: #00b3db;
	text-transform: uppercase;
}

.dark-blue-bg .dark-blue-bg-content {
	color: #ffffff;
}

.dark-blue-bg .dark-blue-bg-btn {
	display: inline-block;
    position: relative;
    font-family: 'karbon-semi-bold';
    margin-top: 15px;
    padding: 15px 40px 15px 20px;
    border: 2px solid #00b3db;
    border-radius: 5px;
    background: transparent;
    color: #00b3db;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: .3s ease;
}

.dark-blue-bg .dark-blue-bg-btn:hover {
    border: 2px solid #00b3db;
    background: #00b3db;
    color:#ffffff;
}

.dark-blue-bg .dark-blue-bg-btn:after {
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-family: 'qxray-icons';
    content: "\e905";
    font-size: .9em;
    color: #00b3db;
    transition: .3s ease;
}

.dark-blue-bg .dark-blue-bg-btn:hover:after {
	color: #ffffff;
}

/* LIGHT BLUE BACKGROUND */
.light-blue-bg {
	background: #00b3db;
	padding: 60px 0;
	text-align: center;
}

.light-blue-bg h1 {
	color: #003768;
	text-transform: uppercase;
}

.light-blue-bg .light-blue-bg-content {
	color: #ffffff;
}

.light-blue-bg .light-blue-bg-btn {
	display: inline-block;
    position: relative;
    font-family: 'karbon-semi-bold';
    margin-top: 15px;
    padding: 15px 40px 15px 20px;
    border: 2px solid #003768;
    border-radius: 5px;
    background: transparent;
    color: #003768;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: .3s ease;
}

.light-blue-bg .light-blue-bg-btn:hover {
    border: 2px solid #003768;
    background: #003768;
    color:#ffffff;
}

.light-blue-bg .light-blue-bg-btn:after {
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-family: 'qxray-icons';
    content: "\e905";
    font-size: .9em;
    color: #003768;
    transition: .3s ease;
}

.light-blue-bg .light-blue-bg-btn:hover:after {
	color: #ffffff;
}

/* LIGHT GREY BACKGROUND */
.light-grey-bg {
	background: #00b3db;
	padding: 60px 0;
	text-align: center;
}

.light-grey-bg h1 {
	color: #003768;
	text-transform: uppercase;
}

.light-grey-bg .light-blue-bg-content {
	color: #4d4d4d;
}

.light-grey-bg .light-grey-bg-btn {
	display: inline-block;
    position: relative;
    font-family: 'karbon-semi-bold';
    margin-top: 15px;
    padding: 15px 40px 15px 20px;
    border: 2px solid #003768;
    border-radius: 5px;
    background: transparent;
    color: #003768;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: .3s ease;
}

.light-grey-bg .light-grey-bg-btn:hover {
    border: 2px solid #003768;
    background: #003768;
    color:#ffffff;
}

.light-grey-bg .light-grey-bg-btn:after {
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-family: 'qxray-icons';
    content: "\e905";
    font-size: .9em;
    color: #003768;
    transition: .3s ease;
}

.light-grey-bg .light-grey-bg-btn:hover:after {
	color: #ffffff;
}

/* WHITE BACKGROUND */
.white-bg {
	background: #ffffff;
	padding: 60px 0;
	text-align: center;
}

.white-bg h1 {
	color: #00b3db;
	text-transform: uppercase;
}

.white-bg .white-bg-content {
	color: #4d4d4d;
}

.white-bg .white-bg-btn {
	display: inline-block;
    position: relative;
    font-family: 'karbon-semi-bold';
    margin-top: 15px;
    padding: 15px 40px 15px 20px;
    border: 2px solid #00b3db;
    border-radius: 5px;
    background: transparent;
    color: #00b3db;
    font-size: 1.2em;
    text-transform: uppercase;
    transition: .3s ease;
}

.white-bg .white-bg-btn:hover {
    border: 2px solid #00b3db;
    background: #00b3db;
    color:#ffffff;
}

.white-bg .white-bg-btn:after {
	display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-family: 'qxray-icons';
    content: "\e905";
    font-size: .9em;
    color: #00b3db;
    transition: .3s ease;
}

.white-bg .white-bg-btn:hover:after {
	color: #ffffff;
}

.dark-blue-bg .dark-blue-bg-content p:last-child,
.light-blue-bg .light-blue-bg-content p:last-child,
.light-grey-bg .light-blue-bg-content p:last-child,
.white-bg .white-bg-content p:last-child {
	margin-bottom: 0;
}

/* FAQ's */
.faq {
	background: #f3f3f3;
	padding: 60px 0;
	text-align: center;
}

.faq h1 {
    position: relative;
    color: #003768;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.faq .faq-cont {
	border: 2px solid #003768;
	padding: 20px;
	border-radius: 5px;
	text-align: left;
	margin: 0 5px 10px;
}

.faq .faq-cont h3.faq-title {
	display: block;
	position: relative;
	font-family: 'karbon-semi-bold';
	color: #003768;
	margin: 0;
	cursor: pointer;
}

.faq .faq-cont h3.faq-title:after,
.faq .faq-cont h3.faq-title.open:after {
	display: block;
	position: absolute;
	top: 1px;
	transform: rotate(90deg);
	right: 0;
	color: #003768;
	font-family: 'qxray-icons';
	content: '\e905';
	font-size: 1em;
	transition: .3s ease;
}

.faq .faq-cont h3.faq-title.open:after {
	transform: rotate(-90deg);
}

.faq .faq-cont .faq-content {
	margin-top: 10px;
	display: none;
}

/* Desktops */
@media only screen and (max-width: 1200px) {
	.two-column-grey .left-cont {
		padding: 60px 60px 60px 20px;
	}
	
	.two-column-grey .right-cont {
		padding: 60px 20px 60px 60px
	}
	
	.two-column-grey .left-cont .left-col,
	.two-column-grey .right-cont .right-col {
		width: 100%;
	    float: none;
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width: 960px) {
	/* SERVCIES SINGLE PAGE */
	
	/* ULTRASOUND */
	.services-single .ultrasound .ultrasound-icons article:nth-child(2n+0) {
		border-right: 0;
	}
	
	.services-single .ultrasound .ultrasound-icons article:nth-child(-n+2) {
		border-bottom: 1px solid #003768;
		padding-bottom: 15px;
	}
	
	.services-single .ultrasound .ultrasound-icons article:last-child,
	.services-single .ultrasound .ultrasound-icons article:nth-last-child(2) {
		padding-top: 15px;
	}
	
	/* LOCATIONS */
	.services-single .services-locations .services-locations-cont {
		position: relative;
		width: auto;
		z-index: 99;
		top: 0;
		margin-top: 0;
		right: 0;
		background: #003768;
		padding: 60px 0;
		text-align: center;
	}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 760px) {
	
	.header-content .header-title i {
		display: block;
		text-align: center;
		margin-bottom: 10px;
		padding: 0;
		top: 0;
	}
	
	/* SINGLE SERVICES */
	.services-single .image-left .desc,
	.services-single .image-right .desc,
	.services-single .access-results .access-results-cont {
		padding:0;	
	}
	
	.services-single .image-left .desc {
		margin-top: 30px;
	}
	
	.services-single .image-right .desc {
		margin-bottom: 30px;
	}
	
	.services-single .access-results .access-results-cont {
		text-align: center;
		margin-top: 30px;
	}
	
	/* 2 COLUMN GREY */
	.two-column-grey .left-cont,
	.two-column-grey .right-cont {
		padding: 60px 20px;
	}
	
	/* ULTRASOUND */
	.services-single .ultrasound .ultrasound-icons {
		width: 100%;
	}
	
	.services-single .ultrasound .ultrasound-icons .grid .col-4 {
		width: 50%;
	}
	
	.breadcrumbs {
		margin-bottom: 20px;
	}
	
	.page-info .page-btns ul {
	    text-align: left;
	}
	
	/* LOCATIONS */
	.services-single .services-locations .services-locations-cont {
		padding: 30px 20px;
	}
	