/******************************************************************
Theme Name: AMSURG Sites Base
Author: Darkspire Media
Author URI: http://Darkspire.Media
Version: 1.0
Tags: html, css3, responsive, hb5
Template: genesis
*/

/*********
* GLOBAL *
**********/

* {
	outline: 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 300;
	color: #000000;
}

img {
	border: none;
}

ul {
	padding-left: 20px;
}

strong {
	font-weight:600;
}

.clear {
	clear: both;
	display: block;
}

.alignnone {
	float: none;
}
.alignleft {
	float: left;
	padding: 0 20px 10px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	padding: 0 0 10px 20px;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table .table-cell {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.left {
	float: left;
	width: 50%;
}
@media (max-width: 767px) {
	.left {
		float: none;
		width: auto;
	}
}
.right {
	float: right;
	width: 50%;
	text-align: right;
}
@media (max-width: 767px) {
	.right {
		float: none;
		width: auto;
		text-align: left;
	}
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 100000;
	width: 100%;
}

.button {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	text-align: center;

	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

@media (max-width: 767px) {
	.button {
		display: block;
	}
}

.button:hover {
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.button i {
	margin-right: 5px;
}

.content .button {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	iframe {
		width: 100%;
	}
}

.post-title {
	margin: 0 0 15px;
}

.wrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 1100px) {
	.wrap {
		width: auto;
	}
}

.content a {
	text-decoration: none;
}

.content-image.content-image-group {
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 767px) {
	.content-image.content-image-group {
		display: block;
	}
}

.content-image.content-image-group img {
	display: block;
	width: 100%;
	height: auto;
}

.content-image.content-image-group.content-image-half {
	width: 48%;
}

@media (max-width: 767px) {
	.content-image.content-image-group.content-image-half {
		width: auto;
	}
}

.content-image.content-image-group.content-image-third {
	width: 30%;
}

@media (max-width: 767px) {
	.content-image.content-image-group.content-image-third {
		width: auto;
	}
}

/************
* SHORTCODE *
************/

.base-block {
	margin: 20px auto;
	padding: 20px;
	font-size: 18px;
	clear: both;
}

.base-block p {
	font-size: 18px;
}

/*********
* SEARCH *
*********/

.search .content .section-title {
	font-size: 32px;
}

.search .content .section-title span {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.search .content .result {
	padding: 0 0 20px;
}

.search .content .result .post-title {
	font-size: 22px;
}

/**********
* SIDEBAR *
**********/

.sidebar {
	float: left;
	width: 25%;
}

@media (max-width: 767px) {
	.sidebar {
		float: none;
		width: auto;
	}
}

.sidebar.sidebar-link-list .sidebar-list-link {
	display: block;
	text-decoration: none;
}

/*********
* HEADER *
**********/

.site-header .header-logo span {
	display: block;
	width: 0;
	height: 0;
	text-indent: -10000px;
}

.site-header .header-logo .site-title {
	display: table;
	margin: 0;
	height: 100%;
}

.site-header .header-logo .site-title .logo {
	display: table-cell;
	vertical-align: middle;
}

.site-header .header-logo .site-title .logo img {
	display: block;
	max-width: 100%;
	max-height: 175px;
}

@media (max-width: 767px) {
	.header-search-phone-social {
		text-align: center;
	}
}

.header-search {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	width: 50%;
	max-width: 250px;
	border: 2px solid #cacaca;
}

@media (max-width: 767px) {
	.header-search {
		margin: 0 10px 10px 0;
		width: auto;
		max-width: 100%;
	}
}

.header-search input {
	float: left;
	border: none;
	border-radius: 0;
	padding: 10px;
	width: calc(100% - 38px - 20px);
	height: 18px;
	line-height: 18px;
	font-size: 15px;
	color: #000000;
	border: none;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.header-search button {
	float: right;
	padding: 0;
	color: #80a1b6;
	background-color: #eee;
	border: none;
	height: 38px;
	width: 38px;
	font-size: 22px;
	cursor: pointer;

	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.header-search button:hover {
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

#mobile-menu {
	display: none;
	vertical-align: middle;
	border-left: 1px solid;
	margin: 0 0 10px;
	height: 42px;
}

@media (max-width: 767px) {
	#mobile-menu {
		display: inline-block;
	}

	#mobile-menu:after {
		content: '';
		display: block;
	}
}

#mobile-menu .slicknav_menu {
	padding: 0;
	height: 100%;
	background: transparent;
}

#mobile-menu .slicknav_menu .slicknav_btn {
	margin: 0;
	text-shadow: none;
	background: transparent;
	border-radius: 0;
}

#mobile-menu .slicknav_menu .slicknav_btn .slicknav_icon {
	display: block;
	padding: 6px 0 0;
	height: 42px;
}

#mobile-menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
	height: 3px;
	background-color: #000000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.slicknav_nav {
	margin: 0;
	padding: 0;
	font-size: 18px;
	background-color: #3a3a3a;
}

.slicknav_nav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #474747;
}

.slicknav_nav li a,
.slicknav_nav .slicknav_row,
.slicknav_nav a {
	display: block;
	margin: 0;
	padding: 7px 14px;
	line-height: 2;
	color: #ffffff;
	font-weight: 400;
}

.slicknav_nav li a:hover,
.slicknav_nav .slicknav_row:hover {
	background: transparent;
}

.slicknav_nav li a .slicknav_arrow {
	float: right;
	font-size: 18px;
}

.slicknav_nav li .sub-menu {
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.1);
}

.slicknav_nav li .sub-menu li {
	border: none;
}

.slicknav_nav li .sub-menu li a {
}

.header-phone {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

.header-phone i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-size: 14px;
}

.header-social-icons {
	display: inline-block;
	vertical-align: middle;
}

.header-button {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	text-align: center;

	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

@media (max-width: 767px) {
	.header-button {
		display: block;
	}
}

.header-button:hover {
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.social-icons {
}

.social-icons a {
	text-decoration: none;
	font-size: 24px;
}

.social-icons .fa-facebook-square {
	color: #3b5998;
}

.social-icons .fa-twitter-square {
	color: #00aced;
}

nav {
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;

	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

nav ul li:hover {
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

nav ul li.menu-item-has-children {
	padding-right: 15px;
}

nav ul li.menu-item-has-children:before {
	content: '\f0d7';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	position: absolute;
	right: 0;
}

nav ul li.menu-item-has-children:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
}

nav ul li a {
	display: block;
	text-decoration: none;

	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

nav ul li a:hover {
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

nav ul li .sub-menu {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 100%;
	left: 0;
	text-align: left;
}

nav ul li:hover .sub-menu {
	display: block;
}

nav ul li .sub-menu li {
	display: block;
}

nav ul li .sub-menu li a {
}

@media (max-width: 767px) {
	#menu-header,
	#menu-main {
		display: none;
	}
}

/***********
* STUCTURE *
***********/

.content-sidebar-wrap {
	margin: 0 auto;
	padding: 40px 0;
}

@media (max-width: 1100px) {
	.content-sidebar-wrap {
		padding: 20px 2%;
	}
}

/*****************
* TEMPLATE: HOME *
*****************/

.page-template-base-home .content-sidebar-wrap,
.page-template-base-home .content {
	margin: 0 auto;
	padding: 0;
}

.page-template-base-home .breadcrumbs {
	display: none;
}

.page-template-base-home .module-hero {
	max-height: 366px;
	overflow: hidden;
}

.page-template-base-home .module-hero .slide-image a,
.page-template-base-home .module-hero .slide-image img {
	display: block;
	width: 100%;
	height: auto;
}

.page-template-base-home .module-hero .slide-halves {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

.page-template-base-home .module-hero .slide-halves .halves-content {
	width: 50%;
	height: 366px;
}

.page-template-base-home
	.module-hero
	.slide-halves
	.halves-content
	.table
	.table-cell {
	padding: 0 10%;
}

.page-template-base-home
	.module-hero
	.slide-halves
	.halves-content
	.slide-title,
.page-template-base-home .module-hero .slide-halves .halves-content p {
	color: #ffffff;
}

.page-template-base-home .module-hero .slide-content-box .slide-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-template-base-home .module-hero .slide-content-box .slide-content {
	width: 60%;
	height: 366px;
}

.page-template-base-home
	.module-hero
	.slide-content-box
	.slide-content
	.content-box {
	display: inline-block;
	margin: 0 10%;
	padding: 5%;
}

.page-template-base-home
	.module-hero
	.slide-content-box
	.slide-content
	.content-box
	.slide-title {
	color: #ffffff;
}

.page-template-base-home .module-hero .slick-previous,
.page-template-base-home .module-hero .slick-next {
	position: absolute;
	z-index: 100;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	border-radius: 100%;
	background-color: #000000;
	opacity: 0.5;
	cursor: pointer;

	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.page-template-base-home .module-hero .slick-previous:hover,
.page-template-base-home .module-hero .slick-next:hover {
	opacity: 1;

	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.page-template-base-home .module-hero .slick-previous {
	left: -20px;
	top: calc(50% - 20px);
}

.page-template-base-home .module-hero .slick-next {
	right: -20px;
	top: calc(50% - 20px);
}

.page-template-base-home .module-hero .slick-previous i,
.page-template-base-home .module-hero .slick-next i {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
}

.page-template-base-home .module-cta-bar .pre-text {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.page-template-base-home .module-content {
	padding: 40px 0;
}

.page-template-base-home .module-cta-bar a {
	display: inline-block;
	vertical-align: middle;
	margin-left: -6px;
}

.page-template-base-home .module-cta-bar a i {
	display: inline-block;
	vertical-align: middle;
}

.page-template-base-home .module-cta-bar a .link-content {
	display: inline-block;
	vertical-align: middle;
}

.page-template-base-home .module-reviews {
	padding: 40px 0;
}

.page-template-base-home .module-reviews .reviews hr,
.page-template-base-home .module-reviews .reviews .aggregate,
.page-template-base-home .module-reviews .reviews .pagination {
	display: none;
}

.page-template-base-home .module-reviews .reviews .review {
	padding: 0 40px;
}

.page-template-base-home
	.module-reviews
	.reviews
	.review
	.rating
	.stars-container {
	position: relative;
	margin: 0 0 10px;
	height: 18px;
}

.page-template-base-home
	.module-reviews
	.reviews
	.review
	.rating
	.stars-container
	.stars {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	font-size: 18px;
	overflow: hidden;
}

.page-template-base-home .module-reviews .reviews .review .icon {
	float: right;
}

.page-template-base-home .module-reviews .reviews .review .summary {
	float: left;
}

.page-template-base-home .module-reviews .reviews .review .comment {
	clear: both;
	padding: 20px 0;
	font-size: 18px;
}

.page-template-base-home .module-reviews .reviews .slick-dots {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

.page-template-base-home .module-reviews .reviews .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.page-template-base-home .module-reviews .reviews .slick-dots li button {
	display: block;
	margin: 0;
	padding: 0;
	width: 12px;
	height: 12px;
	background: transparent;
	border: none;
	border-radius: 100%;
	text-indent: -10000px;
	background-color: #bebebe;
	cursor: pointer;

	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

/*********************
* MODULE: PHYSICIANS *
*********************/
.module-physicians .module-title {
	display: block;
}

.module-physicians .physician {
	display: inline-block;
	vertical-align: top;
}

.module-physicians .physician .photo {
	display: block;
}

.module-physicians .physician .name {
	display: block;
}

.module-physicians .physician .credentials {
	display: block;
}

/********************
* TEMPLATE: SIDEBAR *
********************/

.page-template-base-sidebar .content {
	float: right;
	width: 75%;
}

@media (max-width: 767px) {
	.page-template-base-sidebar .content {
		float: none;
		width: auto;
	}
}

@media (max-width: 767px) {
	.page-template-base-sidebar .content img {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
}

/*******************
* TEMPLATE: SHARED *
*******************/

.page-template-base-shared.shared-has-sidebar .content {
	float: right;
	width: 75%;
}

@media (max-width: 1023px) {
	.page-template-base-shared.shared-has-sidebar .content {
		float: none;
		width: auto;
	}
}

@media (max-width: 1023px) {
	.page-template-base-shared.shared-has-sidebar .content img {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
}

.page-template-base-shared .shared-content.has-sidebar-form {
	float: left;
	width: calc(60% - 20px);
}

@media (max-width: 1023px) {
	.page-template-base-shared .shared-content.has-sidebar-form {
		float: none;
		width: auto;
	}
}

.page-template-base-shared .shared-form.has-sidebar-form {
	float: right;
	margin-left: 20px;
	padding: 20px;
	width: calc(40% - 40px);
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
}

@media (max-width: 1023px) {
	.page-template-base-shared .shared-form.has-sidebar-form {
		float: none;
		width: auto;
		margin-left: 0;
	}
}

.page-template-base-shared .shared-form.has-sidebar-form .form-title {
	color: #ffffff;
}

.page-template-base-shared .shared-form.has-sidebar-form .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.page-template-base-shared .shared-form.has-sidebar-form .gform_wrapper textarea{
	color:#000000;
	border-color: #cacaca;
	background-color: #ffffff;
}

.page-template-base-shared .content h2 {
	font-size: 32px;
}

/***********************
* TEMPLATE: PHYSICIANS *
************************/

.page-template-base-physicians #physicians-search {
	padding: 10px 0;
}

.page-template-base-physicians #physicians-search .physician-search-input {
	float: left;
	width: 50%;
}

.page-template-base-physicians #physicians-search input {
	display: block;
	margin: 0 0 10px;
	padding: 5px;
	width: 50%;
}

@media (max-width: 767px) {
	.page-template-base-physicians #physicians-search input {
		float: none;
	}
}

.page-template-base-physicians #physicians-search .areas-of-care-container {
	float: right;
	width: 50%;
	margin: 10px 0;
}

.page-template-base-physicians #physicians-search .areas-of-care-container {
	position: relative;
	float: right;
	width: 45%;
	margin: 0 0 10px;
	border: 1px solid;
	background-color: #ffffff;
}

@media (max-width: 767px) {
	.page-template-base-physicians #physicians-search .areas-of-care-container {
		float: none;
		width: 100%;
	}
}

.page-template-base-physicians
	#physicians-search
	.areas-of-care-container:after {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 10px;
	font-size: 20px;
	line-height: 54px;
}

.page-template-base-physicians
	#physicians-search
	.areas-of-care-container
	.areas-of-care {
	position: relative;
	z-index: 1;
	padding-left: 10px;
	width: 100%;
	height: 54px;
	font-size: 15px;
	border: none;
	background: transparent;

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.page-template-base-physicians #physicians-search .physicians-search-location {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px 0;
	padding: 12px 25px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
}

.page-template-base-physicians #physicians {
	position: relative;
	margin: 40px 0 0;
	width: 100%;
}

.page-template-base-physicians .provider-cat {
	position: relative;
	width: 100%;
}

.page-template-base-physicians .provider-cat .cat-title {
	margin: 0 0 30px;
	padding: 0 0 20px;
	font-size: 42px;
	line-height: 1;
	border-bottom: 1px solid;
}

.page-template-base-physicians .provider-cat .providers {
	width: 100%;
}

.page-template-base-physicians .physician {
	padding: 5px;
	max-width: 150px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.page-template-base-physicians .physician {
		max-width: 120px;
	}
}

.page-template-base-physicians .physician .photo {
	display: block;
	width: 150px;
	height: 150px;
}

@media (max-width: 767px) {
	.page-template-base-physicians .physician .photo {
		max-width: 100%;
		height: auto;
	}
}

.page-template-base-physicians .physician .name {
	display: block;
	margin: 5px 0 0;
}

.page-template-base-physicians .physician .credentials {
	display: block;
}

.page-template-base-physicians .physician .areasofcare {
	display: none;
}

/*****************************
* TEMPLATE: SINGLE PHYSICIAN *
******************************/

.single-physician .content {
	float: right;
	width: 75%;
}

@media (max-width: 1023px) {
	.single-physician .content {
		float: none;
		width: auto;
	}
}

.single-physician .physician-photo {
	float: left;
	display: block;
	margin: 0 20px 0 0;
	width: 150px;
}

.single-physician .physician-info {
	float: right;
	width: calc(100% - 170px);
}

@media (max-width: 767px) {
	.single-physician .physician-info {
		float: none;
		width: auto;
	}
}

.single-physician .physician-info .post-title {
	margin: 0;
}

.single-physician .physician-info .credentials {
	display: block;
	margin: 0;
}

.single-physician .physician-areasofcare {
	padding: 20px 0 0;
}

.single-physician .physician-areasofcare strong {
	font-size: 16px;
}

.single-physician .physician-areasofcare ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.single-physician .physician-areasofcare ul li {
}

.single-physician .physician-locations .locations-title {
	margin: 0 0 20px;
}

.single-physician .physician-biography {
	margin: 20px 0 0;
}

/**********************
* TEMPLATE: LOCATIONS *
**********************/

.page-template-base-locations .location {
	margin: 0 0 20px;
}

.page-template-base-locations .location label {
	margin: 0 5px 0 0;
}

/*******************
* SINGLE: LOCATION *
*******************/

.single-location .location-info {
	line-height: 1.4;
}

.single-location .physicians .physician {
	display: inline-block;
	vertical-align: top;
}

.single-location .physicians .physician .photo,
.single-location .physicians .physician .name,
.single-location .physicians .physician .credentials {
	display: block;
}

/*****************
* TEMPLATE: NEWS *
*****************/

.page-template-base-news .news-image {
	display: none;
}

/***************
* SINGLE: NEWS *
***************/

.single-news .content .post-featured-image {
	max-width: 100%;
	height: auto;
}

/*******************************************
* TEMPLATE: PROCEDURES/CONDITIONS/SERVICES *
*******************************************/

.page-template-base-procedures .content,
.page-template-base-conditions .content,
.page-template-base-services .content {
	float: right;
	width: 75%;
}

.page-template-base-procedures .procedure,
.page-template-base-conditions .condition,
.page-template-base-services .service {
	margin: 0 0 10px;
	padding: 0 0 20px;
	border-bottom: 1px solid #cccccc;
}

.page-template-base-procedures .intro,
.page-template-base-conditions .intro,
.page-template-base-services .intro {
	margin: 0 0 40px;
}

/***********************************************
* TEMPLATE: SINGLE PROCEDURE/CONDITION/SERVICE *
***********************************************/

.single-procedure .content,
.single-condition .content,
.single-service .content {
	float: right;
	width: 75%;
}

@media (max-width: 767px) {
	.single-procedure .content,
	.single-condition .content,
	.single-service .content {
		float: none;
		width: auto;
	}
}

/*************
* SHORTCODES *
*************/

.patient-satisfaction {
	background-color: #ffffff;
	clear: both;
}

.patient-satisfaction .patient-satisfaction-overall-score,
.patient-satisfaction .patient-satisfaction-recommend-score {
	float: left;
	margin: 0;
	padding: 0 0 0 25px;
	width: calc(50% - 25px);
	color: #092c74;
	font-size: 72px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 767px) {
	.patient-satisfaction .patient-satisfaction-overall-score,
	.patient-satisfaction .patient-satisfaction-recommend-score {
		font-size: 50px;
	}
}

.patient-satisfaction .patient-satisfaction-recommend-score {
	float: right;
}

.patient-satisfaction .patient-satisfaction-image {
	display: block;
	width: 100%;
	height: auto;
}

.patient-satisfaction .patient-satisfaction-overall-text,
.patient-satisfaction .patient-satisfaction-recommend-text {
	float: left;
	margin: 0;
	padding: 20px 0;
	width: 50%;
	color: #ef7624;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.patient-satisfaction .patient-satisfaction-overall-text,
	.patient-satisfaction .patient-satisfaction-recommend-text {
		font-size: 14px;
	}
}

.patient-satisfaction .patient-satisfaction-recommend-text {
	float: right;
}

.patient-satisfaction .patient-satisfaction-comments {
	margin: 0 0 10px;
	padding: 20px 40px;
	background-color: #092c74;
}

.patient-satisfaction .patient-satisfaction-comments .comment {
	color: #ffffff;
}

.patient-satisfaction .patient-satisfaction-comments .slick-previous,
.patient-satisfaction .patient-satisfaction-comments .slick-next {
	position: absolute;
	top: calc(50% - 10px);
	left: 10px;
	width: 20px;
	height: 20px;
	color: #092c74;
	text-align: center;
	border-radius: 100%;
	background-color: #ffffff;
	cursor: pointer;
}

.patient-satisfaction .patient-satisfaction-comments .slick-next {
	left: auto;
	right: 10px;
}

.patient-satisfaction .patient-satisfaction-comments .slick-previous i,
.patient-satisfaction .patient-satisfaction-comments .slick-next i {
	display: block;
	margin: 1px 0 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
}

.patient-satisfaction .patient-satisfaction-comments .slick-next i {
	margin-left: 1px;
}

.patient-satisfaction .patient-satisfaction-comments .comment p {
	padding: 0 10px;
	font-size: 16px;
}

.locations-info {
}

.locations-info .location {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5;
}

.locations-info .location .location-address {
	margin: 0 0 16px;
}

.locations-info .location .location-hours {
	margin: 16px 0 0;
}

.locations-info .location .location-hours p {
	margin: 0;
}

/*********
* FOOTER *
*********/

.site-footer .location a {
	text-decoration: none;
}

/************************
* TEMPLATE: PAID SEARCH *
************************/

@media (max-width: 1100px) {
	.page-template-base-paid .wrap {
		padding: 0 2%;
	}
}

.page-template-base-paid .site-before-header,
.page-template-base-paid .site-header,
.page-template-base-paid .main-nav,
.page-template-base-paid .breadcrumbs,
.page-template-base-paid .site-footer,
.page-template-base-paid .site-after-footer {
	display: none !important;
}

.page-template-base-paid .content-sidebar-wrap,
.page-template-base-paid .content-sidebar-wrap .content {
	padding: 0;
	width: auto !important;
}

.page-template-base-paid h1,
.page-template-base-paid h2,
.page-template-base-paid h3,
.page-template-base-paid h4,
.page-template-base-paid h5,
.page-template-base-paid h6 {
	font-family: Merriweather, sans-serif;
}

.page-template-base-paid .paid-header {
	font-family: Cabin, serif;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: solid 2px #d8d8d8;
}

.paid-template-multi.page-template-base-paid .paid-header {
	border-bottom: none;
}

.paid-template-multi.page-template-base-paid .paid-header .paid-header-logo {
	display: inline-block;
	padding: 24px 0;
	max-width: 33%;
	max-height: 200px;
}

@media (max-width: 767px) {
	.paid-template-multi.page-template-base-paid .paid-header .paid-header-logo {
		margin: 0 auto;
		max-width: 90%;
	}
}

.page-template-base-paid .paid-header-phone.phoneDesktop {
	font-size: 36px;
	line-height: 1.6;
	color: #000;
	margin-top: 15px;
	display: block;
	float: right;
	font-weight: 900;
}

.page-template-base-paid .paid-header-phone.phoneMobile {
	display: none;
}

@media (max-width: 767px) {
	.page-template-base-paid .paid-header-phone.phoneMobile {
		font-size: 26px;
		line-height: 1.6;
		color: #000;
		margin-top: 15px;
		display: block;
		text-align: center;
	}
	.page-template-base-paid .paid-header-phone.phoneDesktop {
		display: none;
	}
}
.page-template-base-paid .paid-header .paid-header-content {
	position: relative;
	padding: 10px;
	max-width: 560px;
	min-height: 370px;
	background-color: rgba(255, 255, 255, 0.7);
}

.paid-template-multi.page-template-base-paid .paid-header .paid-header-content {
	padding: 0;
	max-width: 100%;
	min-height: 0;

	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.page-template-base-paid .paid-header .paid-header-content,
	.paid-template-multi.page-template-base-paid
		.paid-header
		.paid-header-content {
		margin: 0 auto;
	}
}

.page-template-base-paid .paid-header .paid-header-content .paid-header-logo {
	float: left;
	max-width: 260px;
	max-height: 65px;
}

@media (max-width: 767px) {
	.page-template-base-paid .paid-header .paid-header-content .paid-header-logo {
		float: none;
		display: block;
		margin: 0 auto;
	}
}

.page-template-base-paid .paid-header .paid-header-content .paid-header-phone {
	float: right;
	margin: 10px 40px 0 0;
	font-family: Merriweather, sans-serif;
	font-size: 18px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.page-template-base-paid
		.paid-header
		.paid-header-content
		.paid-header-phone {
		float: none;
		display: block;
		margin: 10px auto 0;
		text-align: center;
	}
}

.paid-template-eye.page-template-base-paid
	.paid-header
	.paid-header-content
	.paid-header-phone {
	color: #2aa5da;
}

.paid-template-gi.page-template-base-paid
	.paid-header
	.paid-header-content
	.paid-header-phone {
	color: #88bf1e;
	font-size: 24px;
}

.page-template-base-paid .paid-header .paid-header-content .paid-header-title {
	margin: 40px 0 10px;
	font-size: 42px;
	line-height: 50px;
	font-family: Cabin, serif;
}

.paid-template-gi.page-template-base-paid
	.paid-header
	.paid-header-content
	.paid-header-title {
	color: #88bf1e;
	font-size: 48px;
	line-height: 45px;
}

.paid-template-eye.page-template-base-paid
	.paid-header
	.paid-header-content
	.paid-header-title {
	color: #2aa5da;
}

.paid-template-multi.page-template-base-paid
	.paid-header
	.paid-header-content
	.paid-header-image {
	display: block;
	width: 100%;
	height: auto;
}

.paid-template-multi.page-template-base-paid
	.paid-header
	.paid-header-content
	.paid-header-title {
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0;
	padding: 0;
	max-width: 350px;
	font-size: 40px;
	line-height: 1;
	color: #ffffff;
	filter: drop-shadow(1px 2px #004b8d);
}

@media (max-width: 767px) {
	.paid-template-multi.page-template-base-paid
		.paid-header
		.paid-header-content
		.paid-header-title {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 0 20px;
		font-size: 24px;
		color: #000000;
	}
}

.page-template-base-paid .paid-header .paid-header-content p {
	font-size: 20px;
	line-height: 1.6;
	color: #808080;
}

.page-template-base-paid .paid-body {
	font-family: Cabin, serif;
}

.paid-template-eye.page-template-base-paid .paid-body a {
	color: #2aa5da;
}

.paid-template-gi.page-template-base-paid .paid-body a {
	color: #88bf1e;
}

.paid-template-multi.page-template-base-paid .paid-body a {
	color: #000000;
}

.thank-you.page-template-base-paid .paid-body {
	padding: 40px;
	text-align: center;
	color: #808080;
}

.thank-you.page-template-base-paid .paid-body h2 {
	font-family: Cabin, serif;
	color: #808080;
}

.page-template-base-paid .paid-body .paid-intro {
	padding: 35px 0 0;
	text-align: center;
}

.page-template-base-paid .paid-body .paid-intro p {
	margin: 0;
	color: #808080;
	font-size: 24px;
	line-height: 1.6;
}

.paid-template-gi.page-template-base-paid .paid-body .paid-intro p {
	font-size: 16px;
	text-align: left;
}

.page-template-base-paid .paid-body .paid-content-left {
	float: left;
	padding: 40px 0 0;
	max-width: 60%;
	color: #696969;
}

.paid-template-multi.page-template-base-paid .paid-body .paid-content-left {
	max-width: 50%;
}

@media (max-width: 1099px) {
	.page-template-base-paid .paid-body .paid-content-left,
	.paid-template-multi.page-template-base-paid .paid-body .paid-content-left {
		float: none;
		max-width: 100%;
	}
}

.paid-template-eye.page-template-base-paid .paid-body .paid-content-left h1,
.paid-template-eye.page-template-base-paid .paid-body .paid-content-left h2,
.paid-template-eye.page-template-base-paid .paid-body .paid-content-left h3,
.paid-template-eye.page-template-base-paid .paid-body .paid-content-left h4,
.paid-template-eye.page-template-base-paid .paid-body .paid-content-left h5,
.paid-template-eye.page-template-base-paid .paid-body .paid-content-left h6 {
	color: #808080;
	font-size: 18px;
	line-height: 1;
}

.paid-template-gi.page-template-base-paid .paid-body .paid-content-left h1,
.paid-template-gi.page-template-base-paid .paid-body .paid-content-left h2,
.paid-template-gi.page-template-base-paid .paid-body .paid-content-left h3,
.paid-template-gi.page-template-base-paid .paid-body .paid-content-left h4,
.paid-template-gi.page-template-base-paid .paid-body .paid-content-left h5,
.paid-template-gi.page-template-base-paid .paid-body .paid-content-left h6 {
	color: #88bf1e;
	font-size: 20px;
	line-height: 1;
}

.paid-template-multi.page-template-base-paid .paid-body .paid-content-left h1,
.paid-template-multi.page-template-base-paid .paid-body .paid-content-left h2,
.paid-template-multi.page-template-base-paid .paid-body .paid-content-left h3,
.paid-template-multi.page-template-base-paid .paid-body .paid-content-left h4,
.paid-template-multi.page-template-base-paid .paid-body .paid-content-left h5,
.paid-template-multi.page-template-base-paid .paid-body .paid-content-left h6 {
	color: #000000;
	font-size: 32px;
	line-height: 1;
}

.page-template-base-paid .paid-body .paid-content-left h1.has-icon span,
.page-template-base-paid .paid-body .paid-content-left h2.has-icon span,
.page-template-base-paid .paid-body .paid-content-left h3.has-icon span,
.page-template-base-paid .paid-body .paid-content-left h4.has-icon span,
.page-template-base-paid .paid-body .paid-content-left h5.has-icon span,
.page-template-base-paid .paid-body .paid-content-left h6.has-icon span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.page-template-base-paid .paid-body .paid-content-left h1.has-icon img,
.page-template-base-paid .paid-body .paid-content-left h2.has-icon img,
.page-template-base-paid .paid-body .paid-content-left h3.has-icon img,
.page-template-base-paid .paid-body .paid-content-left h4.has-icon img,
.page-template-base-paid .paid-body .paid-content-left h5.has-icon img,
.page-template-base-paid .paid-body .paid-content-left h6.has-icon img {
	display: inline-block;
	vertical-align: middle;
}

.page-template-base-paid .paid-body .paid-content-left p,
.page-template-base-paid .paid-body .paid-content-left ul li {
	font-size: 18px;
	line-height: 1.6;
}

.paid-template-multi.page-template-base-paid .paid-body .paid-content-left p,
.paid-template-multi.page-template-base-paid
	.paid-body
	.paid-content-left
	ul
	li {
	color: #000000;
}
.page-template-base-paid .covid19-container {
	display: none;
}

.paid-template-multi.page-template-base-paid
	.paid-body
	.paid-content-left
	ul
	li {
	font-size: 16px;
	line-height: 1.2;
}

.page-template-base-paid .paid-body .paid-content-left .button {
	display: block;
	margin: 0 auto;
	padding: 20px;
	max-width: 60%;
	font-size: 18px;
}

.paid-template-gi.page-template-base-paid
	.paid-body
	.paid-content-left
	.button {
	background-color: #88bf1e;
}

.paid-template-gi.page-template-base-paid .paid-body .paid-content-left p,
.paid-template-gi.page-template-base-paid .paid-body .paid-content-left ul li {
	font-size: 16px;
}

.page-template-base-paid .paid-body .paid-content-right {
	float: right;
	margin: 20px 0 15px 60px;
	padding: 8px 20px;
	width: 30%;
	border: 1px solid #cccccc;
	border-radius: 2px;
}

.paid-template-multi.page-template-base-paid .paid-body .paid-content-right {
	border: none;
	margin: 20px 0 15px;
	padding: 8px 0;
	width: 40%;
}

@media (max-width: 1099px) {
	.page-template-base-paid .paid-body .paid-content-right,
	.paid-template-multi.page-template-base-paid .paid-body .paid-content-right {
		float: none;
		margin: 20px auto 60px;
		width: auto;
	}
}

.page-template-base-paid .paid-body .paid-content-right .form-title {
	padding: 16px 0 4px;
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
	text-transform: capitalize;
}

.paid-template-eye.page-template-base-paid
	.paid-body
	.paid-content-right
	.form-title {
	color: #2aa5da;
}

.paid-template-gi.page-template-base-paid
	.paid-body
	.paid-content-right
	.form-title {
	color: #88bf1e;
}

.paid-template-multi.page-template-base-paid .paid-body .paid-content-right p {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.page-template-base-paid .paid-body .paid-content-right .gform_wrapper label {
	font-size: 18px;
	color: #808080;
}

.paid-template-multi.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	label {
	font-size: 16px;
	color: #000000;
}

body.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_footer
	.button,
body.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_footer
	input[type='submit'],
body.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_page_footer
	.button,
body.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_page_footer
	input[type='submit'] {
	font-size: 18px;
	margin: 0;
	padding: 20px 3px;
	width: 80%;
}

@media (max-width: 1100px) {
	body.page-template-base-paid
		.paid-body
		.paid-content-right
		.gform_wrapper
		.gform_footer
		.button,
	body.page-template-base-paid
		.paid-body
		.paid-content-right
		.gform_wrapper
		.gform_footer
		input[type='submit'],
	body.page-template-base-paid
		.paid-body
		.paid-content-right
		.gform_wrapper
		.gform_page_footer
		.button,
	body.page-template-base-paid
		.paid-body
		.paid-content-right
		.gform_wrapper
		.gform_page_footer
		input[type='submit'] {
		display: block;
		margin: 0 auto;
	}
}

body.paid-template-eye.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_footer
	.button,
body.paid-template-eye.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_footer
	input[type='submit'],
body.paid-template-eye.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_page_footer
	.button,
body.paid-template-eye.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_page_footer
	input[type='submit'] {
	background-color: #2aa5da;
}

body.paid-template-gi.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_footer
	.button,
body.paid-template-gi.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_footer
	input[type='submit'],
body.paid-template-gi.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_page_footer
	.button,
body.paid-template-gi.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_page_footer
	input[type='submit'] {
	background-color: #88bf1e;
}

body.paid-template-multi.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_footer
	.button,
body.paid-template-multi.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_footer
	input[type='submit'],
body.paid-template-multi.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_page_footer
	.button,
body.paid-template-multi.page-template-base-paid
	.paid-body
	.paid-content-right
	.gform_wrapper
	.gform_page_footer
	input[type='submit'] {
	background-color: #6e8f81;
}

.page-template-base-paid .paid-before-footer {
	padding: 24px 0;
	min-height: 440px;
	font-family: Cabin, serif;

	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.paid-template-multi.page-template-base-paid .paid-before-footer {
	min-height: 0;
	background-color: #ebebeb;
}

.paid-template-gi.page-template-base-paid.thank-you .paid-before-footer {
	display: none;
}

.page-template-base-paid .paid-before-footer .paid-before-footer-content {
	margin: 0 40px;
	padding: 25px;
	width: 50%;
	background-color: rgba(255, 255, 255, 0.86);
}

.paid-template-multi.page-template-base-paid
	.paid-before-footer
	.paid-before-footer-content {
	margin: 0;
	width: auto;
	text-align: center;
	background-color: transparent;
}

@media (max-width: 767px) {
	.page-template-base-paid .paid-before-footer .paid-before-footer-content {
		width: auto;
	}
}

.paid-template-multi.page-template-base-paid
	.paid-before-footer
	.paid-before-footer-content
	.paid-before-footer-title
	p {
	font-size: 36px;
	font-weight: 700;
}

.page-template-base-paid
	.paid-before-footer
	.paid-before-footer-content
	.paid-before-footer-text
	p {
	margin-top: 0;
	color: #696969;
	font-size: 32px;
	line-height: 1.25;
}

.paid-template-gi.page-template-base-paid
	.paid-before-footer
	.paid-before-footer-content
	.paid-before-footer-text
	p {
	color: #808080;
	font-size: 20px;
	line-height: 2;
}

.paid-template-multi.page-template-base-paid
	.paid-before-footer
	.paid-before-footer-content
	.paid-before-footer-text
	p,
.paid-template-multi.page-template-base-paid
	.paid-before-footer
	.paid-before-footer-content
	.paid-before-footer-text
	p
	a {
	font-size: 26px;
	line-height: 1.6;
	color: #000000;
}

.page-template-base-paid
	.paid-before-footer
	.paid-before-footer-content
	.paid-before-footer-source
	p {
	margin: 0;
	color: #a9a9a9;
	font-size: 18px;
}

.page-template-base-paid .paid-footer {
	padding: 28px 0 10px;
	font-family: Cabin, serif;
	text-align: center;
}

.paid-template-multi.page-template-base-paid .paid-footer {
	padding: 20px 0;
}

.page-template-base-paid .paid-footer .paid-footer-logo {
	float: left;
	max-height: 56px;
}

@media (max-width: 767px) {
	.page-template-base-paid .paid-footer .paid-footer-logo {
		float: none;
	}
}

.paid-template-gi.page-template-base-paid .paid-footer .paid-footer-logo {
	display: none;
}

.paid-template-multi.page-template-base-paid .paid-footer .paid-footer-logo {
	float: none;
	display: block;
	margin: 0 auto;
	max-height: 200px;
}

@media (max-width: 767px) {
	.paid-template-multi.page-template-base-paid .paid-footer .paid-footer-logo {
		width: 90%;
		max-height: 100%;
	}
}

.page-template-base-paid .paid-footer .paid-footer-text {
	float: left;
	padding: 0 0 0 20px;
	width: 60%;
}

.paid-template-gi.page-template-base-paid .paid-footer .paid-footer-text {
	float: none;
	padding: 0;
	width: auto;
}

.paid-template-multi.page-template-base-paid .paid-footer .paid-footer-text {
	float: none;
	padding: 0;
	width: auto;
}

@media (max-width: 767px) {
	.page-template-base-paid .paid-footer .paid-footer-text {
		float: none;
		padding: 0;
		width: auto;
	}
}

.page-template-base-paid .paid-footer .paid-footer-text p {
	font-family: Merriweather, sans-serif;
	color: #696969;
	font-size: 18px;
	font-weight: 700;
}

.paid-template-gi.page-template-base-paid .paid-footer .paid-footer-text p {
	display: block;
	margin: 0;
}

@media (max-width: 767px) {
	.page-template-base-paid .paid-footer .paid-footer-text p {
		display: block;
		margin: 0;
	}
}

.paid-template-eye.page-template-base-paid .paid-footer .paid-footer-text a {
	color: #2aa5da;
}

.paid-template-gi.page-template-base-paid .paid-footer .paid-footer-text a {
	font-size: 18px;
	color: #88bf1e;
}

@media (max-width: 767px) {
	.page-template-base-paid .paid-footer .paid-footer-text a {
		font-size: 18px;
	}
}

.page-template-base-paid .paid-footer .paid-footer-copyright {
	float: right;
	margin-top: 20px;
	font-size: 16px;
}

.paid-template-gi.page-template-base-paid .paid-footer .paid-footer-copyright {
	float: none;
}

.paid-template-multi.page-template-base-paid
	.paid-footer
	.paid-footer-copyright {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0 0;
	font-size: 13px;
	color: #808080;
}

@media (max-width: 767px) {
	.page-template-base-paid .paid-footer .paid-footer-copyright {
		float: none;
	}
}

.page-template-base-paid .paid-footer .paid-footer-privacy-policy {
	margin: 20px 0 0;
}

.paid-template-multi.page-template-base-paid
	.paid-footer
	.paid-footer-privacy-policy {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 10px 0;
}

.page-template-base-paid .paid-footer .paid-footer-privacy-policy a {
	color: #808080;
}

/***************************
* TEMPLATE: PAID SEARCH V2 *
***************************/

.page-template-base-paid-v2 .site-before-header,
.page-template-base-paid-v2 .site-header{display:none;}

.page-template-base-paid-v2 .site-inner{
	padding:60px 0;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	background-blend-mode: multiply;
}

.page-template-base-paid-v2 .content-sidebar-wrap{
	margin:0 auto !important;
	padding:0 !important;
	width:1390px !important;
	background-color:transparent !important;
}

@media(max-width:1390px){
	.page-template-base-paid-v2 .content-sidebar-wrap{
		width:90% !important;
	}
}

.page-template-base-paid-v2 .paid-header{
	padding:25px 55px;
	background-color:#ffffff;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom:1px solid #e6e6e6;
}

@media(max-width:767px){
	.page-template-base-paid-v2 .paid-header{
		padding:10px 25px;
	}
}

.thank-you.page-template-base-paid-v2 .paid-body,
.thank-you.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body{
	padding: 40px;
	text-align: center;
	color: #808080;
}

.thank-you.page-template-base-paid-v2 .paid-body h2 {
	font-family: Cabin, serif;
	color: #808080;
}

.page-template-base-paid-v2 .paid-header .header-module:first-child{
	float:left;
}

.page-template-base-paid-v2 .paid-header .header-module:nth-child(2){
	float:right;
}

@media(max-width:767px){
	.page-template-base-paid-v2 .paid-header .header-module:first-child,
	.page-template-base-paid-v2 .paid-header .header-module:nth-child(2){
		float:none;
	}
}

.page-template-base-paid-v2 .paid-header .paid-header-logo{
	width:auto;
	height:100px;
}

.page-template-base-paid-v2.paid-template-paid-static .paid-header .paid-header-logo{
	float:left;
}

@media(max-width:767px){
	.page-template-base-paid-v2 .paid-header .paid-header-logo{
		float:none;
		display:block;
		margin:0 auto 10px;
	}
}

.page-template-base-paid-v2 .paid-header .paid-header-phone{
	height:100px;
}

.page-template-base-paid-v2.paid-template-paid-static .paid-header .paid-header-phone{
	float:right;
}

@media(max-width:767px){
	.page-template-base-paid-v2 .paid-header .paid-header-phone{
		float:none;
		margin:0 auto 10px;
	}
}

.page-template-base-paid-v2 .paid-header .paid-header-phone .paid-header-phone-text{
	display:block;
	text-align:center;
	font-size:15px;
	font-weight:700;
	letter-spacing:4px;
	text-transform:uppercase;
}

.page-template-base-paid-v2 .paid-header .paid-header-phone .paid-header-phone-number{
	display:block;
	margin:5px 0 0;
	text-align:center;
	color:#a5a4a4;
	font-size:31px;
	font-weight:400;
}

.page-template-base-paid-v2 .paid-body{
	padding:45px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

@media(max-width:1023px){
	.page-template-base-paid-v2 .paid-body{
		padding:20px;
	}
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body{
	padding:0;
}

.page-template-base-paid-v2 .paid-body p{
	font-size:18px;
}

.page-template-base-paid-v2.paid-template-paid-static .paid-body .paid-body-left{
	float:left;
	width:48%;
}

@media(max-width:1023px){
	.page-template-base-paid-v2.paid-template-paid-static .paid-body .paid-body-left{
		float:none;
		width:auto;
		margin-bottom:30px;
	}
}

.page-template-base-paid-v2.paid-template-paid-static .paid-body .paid-body-left img{
	display:block;
	margin:0 0 30px;
	width:100%;
	height:auto;
	border-radius:10px;
}

.page-template-base-paid-v2.paid-template-paid-static .paid-body .paid-body-left .video-container{
	display:block;
	margin:0 0 30px;
	width:100%;
	height:350px;
	border-radius:10px;
}

.page-template-base-paid-v2.paid-template-paid-static .paid-body .paid-body-left .video-container .w-chrome{
	height:350px !important;
}

.page-template-base-paid-v2.paid-template-paid-static .paid-body .paid-body-left .left-title{
	font-size:24px;
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .module-form{
	border-bottom:1px solid #e6e6e6;
	background-size:cover;
	background-repeat: no-repeat;
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .module-form .module-overlay{
	padding:45px;
	background-color:rgba(255,255,255,0.8);
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .module-form .form-wrap{
	margin:0 auto;
	width:60%;
}

@media(max-width:1023px){
	.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .module-form .form-wrap{
		width:auto;
	}
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .form-title{
	font-size:51px;
	text-align:center;
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .form-title .title-top{
	display:block;
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .form-title .title-bottom{
	display: block;
	font-weight:400;
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .form-text{
	text-align:center;
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .module-accordion{
	padding:45px;
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .accordions{
	margin:0 auto;
	width:100%;
	column-count:2;
}

@media(max-width:1023px){
	.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .accordions{
		columns:1;
	}
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .accordions .accordion-title{
	column-span: all;
	text-align:center;
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .accordions .accordion-text{
	column-span: all;
	text-align:center;
}

.page-template-base-paid-v2 .paid-body .accordions .accordion{
	margin:0 0 15px;
	padding:15px 30px;
	border-bottom:2px solid #ececec;
	border-radius:10px;
	background-color:#f5f5f5;
}

.page-template-base-paid-v2.paid-template-paid-dynamic .paid-body .accordions .accordion{
	display:inline-block;
	width:90%;
}

.page-template-base-paid-v2 .paid-body .accordions .accordion .accordion-title{
	position: relative;
	margin:0;
	padding:0 20px 0 0;
	font-size:18px;
	cursor:pointer;
}

.page-template-base-paid-v2 .paid-body .accordions .accordion .accordion-title i{
	position:absolute;
	top:calc(50% - 9px);
	right:0;
	width:25px;
	height:25px;
	line-height:25px;
	color:#000;
	border-radius:100%;
	font-family:"FontAwesome";
}

.page-template-base-paid-v2 .paid-body .accordions .accordion .accordion-content{
	display:none;
	font-size:16px;
}

.page-template-base-paid-v2 .paid-body .accordions .accordion .accordion-content blockquote{
	margin:20px 0;
	padding:25px;
	border-bottom:2px solid #ececec;
	border-radius:10px;
	background-color:#f6cf67;
}

.page-template-base-paid-v2 .paid-body .accordions .accordion .accordion-content blockquote p{
	margin:0;
}

.page-template-base-paid-v2 .paid-body .accordions .accordion .accordion-content p{
	font-size:16px;
}

.page-template-base-paid-v2.paid-template-paid-static .paid-body .paid-body-right{
	float:right;
	width:48%;
}

@media(max-width:1023px){
	.page-template-base-paid-v2.paid-template-paid-static .paid-body .paid-body-right{
		float:none;
		width:auto;
	}
}

.page-template-base-paid-v2.paid-template-paid-static .paid-body .paid-body-right .right-title{
	font-size:51px;
}

.page-template-base-paid-v2.paid-template-paid-static .paid-body .paid-body-right .right-title .right-title-top{
	display:block;
}

.page-template-base-paid-v2.paid-template-paid-static .paid-body .paid-body-right .right-title .right-title-bottom{
	display: block;
	font-weight:400;
}

.page-template-base-paid-v2 .site-footer{
	background-color:#2c2c3d;
}

/********
* FORMS *
********/

body .gform_wrapper ::-webkit-input-placeholder {
	color: transparent;
}
body .gform_wrapper :-ms-input-placeholder {
	color: transparent;
}
body .gform_wrapper ::placeholder {
	color: transparent;
}

body
	.gform_wrapper
	input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
body .gform_wrapper textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	border: 1px solid;

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

body .gform_wrapper .gform_footer .button,
body .gform_wrapper .gform_footer input[type='submit'],
body .gform_wrapper .gform_page_footer .button,
body .gform_wrapper .gform_page_footer input[type='submit'] {
	background: transparent;
	border: none;
	border-radius: 0;

	cursor: pointer;

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

/***************
* FORMS: ERROR *
***************/
body .validation_error,
body .validation_message {
	display: none;
}

body #gforms_confirmation_message {
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

body .gform_wrapper li.gfield.gfield_error,
body
	.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
}

body .gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 100%;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	padding: 0 !important;
	margin: 0 0 8px 0 !important;
	border: 0 !important;
	width: auto;
}
body
	.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required
	div.ginput_container {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	width: auto;
}
body .gform_wrapper .top_label .gfield_error input.large,
body .gform_wrapper .top_label .gfield_error select.large,
body .gform_wrapper .top_label .gfield_error textarea.textarea {
	width: 98.5% !important;
	margin: 0;
}
body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 49% !important;
}
body .gform_ajax_spinner {
	position: absolute;
	top: -37px;
}
body .gform_wrapper {
	max-width: 100%;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required input {
	border: 0;
	background-color: #ffdbdb;
	border: 1px solid #ffdbdb;
}