/***************************************************************/
/******************* Testimonial Slider and Showcase Pro **********************/
/******************* support@radiustheme.com *******************/
/*************** copyright (c) 2017 @ RadiusTheme.com ***********/
/***************************************************************/

/*********************** Grid System **************************/

.rt-container,
.rt-container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.rt-row {
	margin-left: -15px;
	margin-right: -15px;
}

.rt-row:after,
.rt-row:before {
	display: table;
	content: " ";
}

.rt-row:after {
	clear: both;
}

.rt-col-xs-1,
.rt-col-sm-1,
.rt-col-md-1,
.rt-col-lg-1,
.rt-col-xs-2,
.rt-col-sm-2,
.rt-col-md-2,
.rt-col-lg-2,
.rt-col-xs-3,
.rt-col-sm-3,
.rt-col-md-3,
.rt-col-lg-3,
.rt-col-xs-4,
.rt-col-sm-4,
.rt-col-md-4,
.rt-col-lg-4,
.rt-col-xs-5,
.rt-col-sm-5,
.rt-col-md-5,
.rt-col-lg-5,
.rt-col-xs-6,
.rt-col-sm-6,
.rt-col-md-6,
.rt-col-lg-6,
.rt-col-xs-7,
.rt-col-sm-7,
.rt-col-md-7,
.rt-col-lg-7,
.rt-col-xs-8,
.rt-col-sm-8,
.rt-col-md-8,
.rt-col-lg-8,
.rt-col-xs-9,
.rt-col-sm-9,
.rt-col-md-9,
.rt-col-lg-9,
.rt-col-xs-10,
.rt-col-sm-10,
.rt-col-md-10,
.rt-col-lg-10,
.rt-col-xs-11,
.rt-col-sm-11,
.rt-col-md-11,
.rt-col-lg-11,
.rt-col-xs-12,
.rt-col-sm-12,
.rt-col-md-12,
.rt-col-lg-12,
.rt-col-xs-24,
.rt-col-sm-24,
.rt-col-md-24,
.rt-col-lg-24 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.rt-col-xs-1,
.rt-col-xs-2,
.rt-col-xs-3,
.rt-col-xs-4,
.rt-col-xs-5,
.rt-col-xs-6,
.rt-col-xs-7,
.rt-col-xs-8,
.rt-col-xs-9,
.rt-col-xs-10,
.rt-col-xs-11,
.rt-col-xs-12,
.rt-col-xs-24 {
	float: left;
}

.rt-col-xs-12 {
	width: 20%;
}

.rt-col-xs-12 {
	width: 100%;
}

.rt-col-xs-11 {
	width: 91.66666667%;
}

.rt-col-xs-10 {
	width: 83.33333333%;
}

.rt-col-xs-9 {
	width: 75%;
}

.rt-col-xs-8 {
	width: 66.66666667%;
}

.rt-col-xs-7 {
	width: 58.33333333%;
}

.rt-col-xs-6 {
	width: 50%;
}

.rt-col-xs-5 {
	width: 41.66666667%;
}

.rt-col-xs-4 {
	width: 33.33333333%;
}

.rt-col-xs-3 {
	width: 25%;
}

.rt-col-xs-2 {
	width: 16.66666667%;
}

.rt-col-xs-1 {
	width: 8.33333333%;
}

.tss-wrapper[data-layout*="layout"] .rt-row.tss-even {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/************************ End Grid System *********************/

/* Common CSS */

/* Start loading */
.tss-wrapper .tss-pre-loader {
	position: relative;
	overflow: hidden;
	max-height: 300px;
	min-height: 200px;
}

.tss-wrapper .tss-even .tss-grid-item {
	margin-bottom: 30px;
}

.tss-wrapper .tss-even .tss-grid-item .video-testimonial-wrap iframe {
	max-width: 100%;
}

.tss-wrapper .rt-loading-overlay {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fff;
	-webkit-transition: opacity 0.1s, visibility 0.1s;
	transition: opacity 0.1s, visibility 0.1s;
}

.tss-wrapper .rt-loading {
	color: #fb4c35;
	position: absolute;
	/* top: 60px; */
	top: 50%;
	margin-top: -16px;
	left: 50%;
	margin-left: -16px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}

.tss-wrapper .tss-pre-loader .rt-loading-overlay {
	opacity: 0.8;
	visibility: visible;
}

.tss-wrapper .tss-pre-loader .rt-loading {
	opacity: 1;
	visibility: visible;
}

.rt-ball-clip-rotate {
	width: 32px;
	height: 32px;
}

.rt-ball-clip-rotate {
	display: block;
	font-size: 0;
	color: #fff;
}

.rt-ball-clip-rotate,
.rt-ball-clip-rotate > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rt-ball-clip-rotate > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}

.rt-ball-clip-rotate > div {
	width: 32px;
	height: 32px;
	background: transparent;
	border-width: 2px;
	border-bottom-color: transparent;
	border-radius: 100%;
	-webkit-animation: ball-clip-rotate 0.75s linear infinite;
	-moz-animation: ball-clip-rotate 0.75s linear infinite;
	-o-animation: ball-clip-rotate 0.75s linear infinite;
	animation: ball-clip-rotate 0.75s linear infinite;
}

/* end loading */
.tss-wrapper .rt-responsive-img {
	max-width: 100%;
	height: auto;
}

.tss-wrapper[data-layout*="carousel"] .rt-responsive-img {
	/* width: auto !important;
	height: auto !important;
	max-width: 100% !important; */
}

.tss-carousel.swiper .profile-img-wrapper {
	position: relative;
}

.tss-carousel-thumb.swiper .rt-dummy-img + .swiper-lazy-preloader,
.tss-carousel.swiper .rt-dummy-img + .swiper-lazy-preloader {
	display: none;
}

.tss-wrapper .swiper-lazy-preloader {
	border: 4px solid #2550ea;
	border-top-color: transparent;
	width: 34px;
	height: 34px;
	margin-left: -17px;
	margin-top: -17px;
	opacity: 0.75;
	border-radius: 50%;
}

.tss-carousel-thumb.swiper .rt-responsive-img,
.tss-carousel.swiper .rt-responsive-img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.tss-carousel-thumb.swiper .swiper-lazy:not(.swiper-lazy-loaded),
.tss-carousel.swiper .swiper-lazy:not(.swiper-lazy-loaded) {
	min-height: 150px;
	opacity: 0;
}

.tss-wrapper[data-layout="carousel12"] .tss-carousel-thumb .swiper-lazy:not(.swiper-lazy-loaded),
.tss-wrapper[data-layout="carousel11"] .tss-carousel-thumb .swiper-lazy:not(.swiper-lazy-loaded) {
	min-height: 132px;
}

.tss-wrapper .swiper-lazy-preloader:after {
	background: none;
}

.tss-wrapper img.rt-responsive-img.rt-dummy-img {
	width: 150px;
}

.tss-wrapper .tss-load-more .rt-button {
	display: inline-block;
}

.tss-wrapper .tss-img-circle .profile-img-wrapper img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.tss-wrapper .author-social a,
.tss-wrapper .tss-social-share a {
	display: inline-flex;
	text-decoration: none;
	box-shadow: none !important;
	margin: 5px;
	color: #2529ed;
}

.tss-wrapper .rating-wrapper span.dashicons,
.tss-wrapper .tss-social-share i.fa,
.tss-wrapper .author-social span.dashicons {
	width: auto;
	height: auto;
}

.tss-wrapper .tss-social-share .dashicons::before,
.tss-wrapper .author-social span.dashicons::before {
	transition: all 0.3s;
}

.tss-wrapper .tss-social-share a:hover .dashicons::before,
.tss-wrapper .author-social a:hover span.dashicons::before {
	opacity: 0.8;
}

.rt-sm-sortable-list .social-item span.dashicons-skype:before,
.rt-sm-sortable-list .social-item span.dashicons-telegram:before,
.tss-wrapper .author-social .dashicons-skype:before,
.tss-wrapper .author-social .dashicons-telegram:before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position: center;
	margin: auto;
	background-color: #2529ed;
}

.rt-sm-sortable-list .social-item span.dashicons::before {
	color: #333;
}

.rt-sm-sortable-list .social-item span.dashicons-skype:before,
.rt-sm-sortable-list .social-item span.dashicons-telegram:before {
	background-color: #333;
}

.rt-sm-sortable-list .social-item span.dashicons-skype:before,
.tss-wrapper .author-social .dashicons-skype:before {
	-webkit-mask-image: url(../images/skype.svg);
	mask-image: url(../images/skype.svg);
}

.rt-sm-sortable-list .social-item span.dashicons-telegram:before,
.tss-wrapper .author-social .dashicons-telegram:before {
	-webkit-mask-image: url(../images/telegram.svg);
	mask-image: url(../images/telegram.svg);
}

.tss-wrapper .tss-utility {
	margin: 15px 0;
	text-align: center;
}

.tss-wrapper .tss-utility .rt-button,
.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button {
	background: #6f6f6f;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 10px 15px;
	text-transform: capitalize;
	margin-right: 4px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button {
	display: inline-block;
	margin-bottom: 10px;
}

.tss-wrapper .tss-utility .rt-button:hover,
.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button:hover,
.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button.selected {
	cursor: pointer;
	background: #000;
}

.tss-wrapper .single-item-wrapper h3.author-name {
	font-size: 24px;
	margin: 15px 0 8px;
	padding: 0px;
	line-height: 1.25;
	font-weight: 400;
	color: #2550ea;
}

.tss-wrapper .rt-read-more {
	color: #2550ea;
}

.tss-wrapper .single-item-wrapper h3.author-name a {
	text-decoration: none;
}

.tss-wrapper .single-item-wrapper h4.author-bio {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 15px;
	padding: 0px;
	line-height: 1.4;
	text-transform: none;
	font-weight: 400;
	color: #333;
}

.tss-wrapper .single-item-wrapper .author-social,
.tss-wrapper .single-item-wrapper .tss-social-share {
	text-align: center;
	margin-bottom: 8px;
}

.tss-carousel-thumb.swiper:not(.swiper-initialized) .swiper-wrapper,
.tss-carousel.swiper:not(.swiper-initialized) .swiper-wrapper {
	opacity: 0;
}
.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button i{
	font-size: 14px;
	width: auto;
	height: auto;
}
.tlp-average-rating i,
.tss-wrapper .tss-isotope-button-wrapper i{
	color: gold;
}
.tlp-average-rating i{
	margin: 3px 0 0 ;
}
.tss-wrapper .tss-meta-info.tss-left {
	/* max-width: 165px; */
}

.tss-wrapper .tss-carousel_video > .carousel-wrapper {
	width: 100%;
}

/************ Carousel Button Style ****************/

.tss-wrapper[data-layout="carousel12"] .carousel-wrapper,
.tss-wrapper[data-layout="carousel11"] .carousel-wrapper,
.tss-wrapper[data-layout*="carousel"] {
	position: relative;
}

.tss-carousel-main.swiper,
.tss-carousel.swiper {
	position: static;
}

.tss-carousel-main .swiper-arrow,
.tss-carousel .swiper-arrow {
	background: #2550ea;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	/* margin-top: -15px; */
	margin-top: -55px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid transparent;
}

.tss-wrapper[data-layout="carousel12"] .carousel-wrapper .swiper-arrow,
.tss-wrapper[data-layout="carousel11"] .carousel-wrapper .swiper-arrow {
	margin-top: -35px;
}

.tss-wrapper[data-layout="carousel12"] .carousel-wrapper .swiper-pagination,
.tss-wrapper[data-layout="carousel11"] .carousel-wrapper .swiper-pagination {
	display: none;
}

.tss-carousel-main.swiper .swiper-pagination,
.tss-carousel.swiper .swiper-pagination {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	bottom: -10px !important;
	width: 100%;
}

.tss-carousel-main.swiper:not(.swiper-initialized) .swiper-pagination,
.tss-carousel.swiper:not(.swiper-initialized) .swiper-pagination {
	opacity: 0;
}

.tss-carousel-main.swiper.swiper.swiper-container-initialized .swiper-pagination,
.tss-carousel.swiper.swiper.swiper-container-initialized .swiper-pagination,
.tss-carousel-thumb.swiper.swiper-container-initialized .swiper-wrapper,
.tss-carousel.swiper.swiper-container-initialized .swiper-wrapper,
.swiper-container-initialized.tss-carousel-main .swiper-button-next:not(.swiper-button-disabled),
.swiper-container-initialized.tss-carousel-main .swiper-button-prev:not(.swiper-button-disabled),
.swiper-container-initialized.tss-carousel .swiper-button-next:not(.swiper-button-disabled),
.swiper-container-initialized.tss-carousel .swiper-button-prev:not(.swiper-button-disabled),
.swiper-initialized.tss-carousel-main .swiper-button-next:not(.swiper-button-disabled),
.swiper-initialized.tss-carousel-main .swiper-button-prev:not(.swiper-button-disabled),
.swiper-initialized.tss-carousel .swiper-button-next:not(.swiper-button-disabled),
.swiper-initialized.tss-carousel .swiper-button-prev:not(.swiper-button-disabled) {
	opacity: 1 !important;
}

.tss-carousel-main .swiper-button-next::after,
.tss-carousel-main .swiper-button-prev::after,
.tss-carousel .swiper-button-next::after,
.tss-carousel .swiper-button-prev::after {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	content: none !important;
}

.tss-carousel-main .swiper-arrow > i,
.tss-carousel .swiper-arrow > i {
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.tss-carousel-main.swiper-rtl .swiper-button-next > i::before,
.tss-carousel.swiper-rtl .swiper-button-next > i::before {
	content: "\f053";
}

.tss-carousel-main.swiper-rtl .swiper-button-prev > i::before,
.tss-carousel.swiper-rtl .swiper-button-prev > i::before {
	content: "\f054";
}

.tss-carousel-main .swiper-button-next,
.tss-carousel .swiper-button-next {
	right: -10px;
}

.tss-carousel-main:not(.swiper-rtl) .swiper-button-prev,
.tss-carousel .swiper-button-prev {
	left: -10px;
}

.tss-carousel.swiper-autoheight[data-dots='true'] .swiper-wrapper {
	margin-bottom: 50px;
}

.tss-carousel-main .swiper-pagination-bullet,
.tss-carousel .swiper-pagination-bullet {
	margin: 0 5px !important;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #2550ea;
}

.tss-carousel-main .swiper-pagination-bullet:hover,
.tss-carousel-main .swiper-pagination-bullet-active,
.tss-carousel .swiper-pagination-bullet:hover,
.tss-carousel .swiper-pagination-bullet-active {
	opacity: 1;
	background: #2550ea;
}

/* Submit form */
#tss-submit-form {
	position: relative;
	padding: 20px;
}

#tss-submit-form.rtcessing:after {
	content: "";
	background: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tss-submit-wrapper #tss-submit-response.error,
#tss-submit-form .field-holder .error {
	color: red;
}

#tss-submit-form .field-holder input.error,
#tss-submit-form .field-holder textarea.error {
	border-color: red;
}

#tss-submit-form .field-holder .valid {
	border-color: green;
}

.tss-submit-wrapper #tss-submit-response.success {
	color: green;
}

#tss-submit-form .field-holder:after {
	clear: both;
	display: block;
	content: "";
}

#tss-submit-form .field-holder {
	margin-bottom: 15px;
}

#tss-submit-form .rt-label {
	font-weight: 600;
	margin-bottom: 5px;
}

#tss-submit-form .rt-field-wrapper + .rt-field-wrapper {
	margin-top: 13px;
}

#tss-submit-form .field-holder .field > input,
#tss-submit-form .field-holder .field input[type=url],
#tss-submit-form .field-holder .field > textarea {
	width: 100%;
	box-sizing: border-box;
}

.rt-sm-sortable-list .social-item {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rt-sm-sortable-list .social-item span.dashicons {
	margin-right: 10px;
}
.tss-wrapper.tss-submit-wrapper {
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid #0000001a;
	padding: 20px;
	border-radius: 10px;
}
.tss-wrapper.tss-submit-wrapper select:focus{
	border-width: 1px;
	box-shadow: none;
	outline: none;
}
.tss-wrapper.tss-submit-wrapper input,
.tss-wrapper.tss-submit-wrapper select,
.tss-wrapper.tss-submit-wrapper select:focus,
.tss-wrapper.tss-submit-wrapper textarea{
	border: 1px solid #0000001a;
}
.tss-wrapper.tss-submit-wrapper input:focus,
.tss-wrapper.tss-submit-wrapper textarea:focus{
	border-color: #999;
	outline: none;
}
#tss-submit-response p {
	font-size: 16px;
}
#tss-submit-form input[type=text],
#tss-submit-form input[type=url] {
	padding: 8px 8px;
	width: 100%;
}
#tss-submit-form textarea {
	height: 200px;
}
.field-holder.submit-holder input.tss-submit-button {
	font-size: 14px;
	padding: 10px 25px;
}
.tss-submit-wrapper .rt-rating > span {
	margin: 0;
	cursor: pointer;
}

.tss-submit-wrapper .rt-rating {
	display: inline-block;
}

.tss-submit-wrapper .rt-rating.selected span:before,
.tss-submit-wrapper .rt-rating:hover span:before,
.tss-submit-wrapper .rt-rating.selected:hover span:before {
	content: "\f155";
}

.tss-submit-wrapper .rt-rating:hover span:hover ~ span:before,
.tss-submit-wrapper .rt-rating span.active ~ span:before,
.tss-submit-wrapper .rt-rating.selected:hover span:hover ~ span:before {
	content: "\f154";
}
.tss-submit-wrapper #tss_social_media_holder .rt-label{
	 margin: 0 0 15px;
}
.tss-submit-wrapper #tss_social_media_holder .dashicons-skype,
.tss-submit-wrapper #tss_social_media_holder .dashicons-telegram,
.tss-submit-wrapper #tss_social_media_holder .dashicons-twitter{
	position: relative;
}
.tss-submit-wrapper #tss_social_media_holder .dashicons-skype:before,
.tss-submit-wrapper #tss_social_media_holder .dashicons-telegram:before,
.tss-submit-wrapper #tss_social_media_holder .dashicons-twitter:before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.tss-submit-wrapper #tss_social_media_holder input:focus{
	outline: none;
	border: 1px solid #999;
}
.rt-sm-sortable-list .social-item span.dashicons {
	margin: 0;
	width: 44px;
	height: 44px;
	border: 1px solid;
	text-align: center;
	display: inline-block;
	line-height: 44px;
	border-radius: 3px 0 0 3px;
	border-right-width: 0;
	border-color: #0000001a;
}
.tss-submit-wrapper #tss_social_media_holder input{
	border-radius: 0 3px 3px 0;
}
/* single testimonial */
.rt-single-testimonial-detail {
	padding: 30px 0;
	margin: 30px 0 !important;
	overflow: hidden;
}

.rt-single-testimonial-detail .testi-meta {
	text-align: center;
}

.rt-single-testimonial-detail .tss-social-share a {
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
}

.rt-single-testimonial-detail .tss-social-share a:last-child {
	margin-right: 0;
}

.clearfix:before,
.clearfix:after,
.rt-container-fluid:before,
.rt-container-fluid:after,
.rt-row:before,
.rt-row:after {
	content: " ";
	display: table;
}

.rt-single-testimonial-detail .testimonial + .author-social {
	margin-top: 20px;
}

.rt-single-testimonial-detail .testimonial + .tss-social-share,
.rt-single-testimonial-detail .author-social + .tss-social-share {
	margin-top: 10px;
}

.rt-single-testimonial-detail .author-social > a {
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
}

/*
/******************************************************/
/********************** Layout 1  ********************/
/******************************************************/
.tss-wrapper .tss-layout1 .single-item-wrapper,
.tss-wrapper .tss-carousel1 .single-item-wrapper {
	/* margin-bottom: 30px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.tss-wrapper .tss-layout1 .single-item-wrapper .profile-img-wrapper,
.tss-wrapper .tss-layout1 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-layout1 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel1 .single-item-wrapper .profile-img-wrapper,
.tss-wrapper .tss-carousel1 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel1 .single-item-wrapper h4.author-bio {
	text-align: center;
}

.tss-wrapper .tss-carousel1 .single-item-wrapper:hover .item-content-wrapper:after {
	top: 40px;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.tss-wrapper .tss-layout1 .tss-meta-info.tss-left,
.tss-wrapper .tss-carousel1 .tss-meta-info.tss-left {
	flex: 2;
}

.tss-wrapper .tss-carousel1 .item-content-wrapper,
.tss-wrapper .tss-layout1 .item-content-wrapper {
	padding: 30px;
	background: #f8f8f8;
	flex: 3;
	position: relative;
}

.tss-wrapper .tss-layout1 .item-content-wrapper:before,
.tss-wrapper .tss-carousel1 .item-content-wrapper:before {
	content: "\F10D";
	color: #eaeaea;
	position: absolute;
	left: 10px;
	top: 0;
	font-family: "tss-font", serif;
	font-size: 24px;
}

.tss-wrapper .tss-carousel1 .swiper-rtl .item-content-wrapper:before {
	left: auto;
	right: 10px;
}

.tss-wrapper .tss-layout1 .item-content-wrapper:after,
.tss-wrapper .tss-carousel1 .item-content-wrapper:after {
	border-top: 10px solid transparent;
	border-right: 15px solid #f8f8f8;
	border-bottom: 10px solid transparent;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -15px;
	top: 15px;
	right: auto;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.tss-wrapper .tss-carousel1 .swiper-rtl .item-content-wrapper:after {
	left: auto;
	right: -15px;
	border-right: 0;
	border-left: 15px solid #f8f8f8;
}

.tss-wrapper .tss-layout1 .item-content,
.tss-wrapper .tss-carousel1 .item-content {
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
	padding-top: 5px;
	color: #2d2d2d;
}

.tss-wrapper .tss-layout1 .rating-wrapper,
.tss-wrapper .tss-carousel1 .rating-wrapper {
	margin-bottom: 10px;
	text-align: center;
}

/******************************************************/
/********************** Layout 2  ********************/
/******************************************************/
.tss-wrapper .tss-layout2 .single-item-wrapper,
.tss-wrapper .tss-carousel2 .single-item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.tss-wrapper .tss-carousel2 .single-item-wrapper {
	margin-bottom: 30px;
}

.tss-wrapper .tss-layout2 .single-item-wrapper .profile-img-wrapper,
.tss-wrapper .tss-layout2 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-layout2 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel2 .single-item-wrapper .profile-img-wrapper,
.tss-wrapper .tss-carousel2 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel2 .single-item-wrapper h4.author-bio {
	text-align: center;
}
.tss-wrapper .tss-layout2 .rating-wrapper,
.tss-wrapper .tss-carousel2 .rating-wrapper,
.tss-wrapper .tss-layout2 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-layout2 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel2 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel2 .single-item-wrapper h4.author-bio {
	padding: 0 10px;
}



.tss-wrapper .tss-layout2 .single-item-wrapper:hover .item-content-wrapper:after,
.tss-wrapper .tss-carousel2 .single-item-wrapper:hover .item-content-wrapper:after {
	top: 40px;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.tss-wrapper .single-item-wrapper .author-social,
.tss-wrapper .single-item-wrapper .tss-social-share {
	text-align: center;
	margin-bottom: 0px;
}

.tss-wrapper .tss-layout2 .tss-meta-info.tss-left,
.tss-wrapper .tss-carousel2 .tss-meta-info.tss-left {
	flex: 3;
}

.tss-wrapper .tss-layout2 .tss-meta-info.tss-right,
.tss-wrapper .tss-carousel2 .tss-meta-info.tss-right {
	flex: 2;
}

.tss-wrapper .tss-layout2 .item-content-wrapper,
.tss-wrapper .tss-carousel2 .item-content-wrapper {
	padding: 30px;
	background: #f8f8f8;
	flex: 3;
	position: relative;
}

.tss-wrapper .tss-layout2 .item-content-wrapper:before,
.tss-wrapper .tss-carousel2 .item-content-wrapper:before {
	content: "\F10D";
	color: #eaeaea;
	position: absolute;
	left: 10px;
	top: 0;
	font-family: "tss-font", serif;
	font-size: 24px;
}

.tss-wrapper .tss-layout2 .item-content-wrapper:after,
.tss-wrapper .tss-carousel2 .item-content-wrapper:after {
	border-top: 10px solid transparent;
	border-left: 15px solid #f8f8f8;
	border-bottom: 10px solid transparent;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -15px;
	top: 15px;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.tss-wrapper .tss-layout2 .item-content,
.tss-wrapper .tss-carousel2 .item-content {
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
	padding-top: 5px;
}

.tss-wrapper .tss-layout2 .rating-wrapper,
.tss-wrapper .tss-carousel2 .rating-wrapper {
	margin-bottom: 10px;
	text-align: center;
}

/******************************************************/
/********************** Layout 3  ********************/
/******************************************************/
.tss-wrapper .tss-layout3 .single-item,
.tss-wrapper .tss-isotope1 .single-item,
.tss-wrapper .tss-carousel3 .single-item {
	padding: 0;
}

.tss-wrapper .tss-layout3 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-isotope1 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-layout3 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-isotope1 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel3 .single-item-wrapper h4.author-bio {
	text-align: center;
}

.tss-wrapper .tss-layout3 .item-content-wrapper,
.tss-wrapper .tss-isotope1 .item-content-wrapper,
.tss-wrapper .tss-video1 .item-content-wrapper,
.tss-wrapper .tss-carousel3 .item-content-wrapper {
	padding: 20px;
	background: #f8f8f8;
	position: relative;
}

.tss-wrapper .tss-layout3 .item-content-wrapper:before,
.tss-wrapper .tss-isotope1 .item-content-wrapper:before,
.tss-wrapper .tss-video1 .item-content-wrapper:before,
.tss-wrapper .tss-carousel3 .item-content-wrapper:before {
	content: "\F10D";
	color: #eaeaea;
	position: absolute;
	left: 0px;
	top: -15px;
	font-family: "tss-font", serif;
	font-size: 30px;
}

.tss-wrapper .tss-layout3 .item-content,
.tss-wrapper .tss-isotope1 .item-content,
.tss-wrapper .tss-carousel3 .item-content {
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
}

.tss-wrapper .tss-layout3 .rating-wrapper,
.tss-wrapper .tss-isotope1 .rating-wrapper,
.tss-wrapper .tss-carousel3 .rating-wrapper {
	margin: 17px 0px -10px;
	text-align: center;
	display: block;
}

.tss-wrapper .tss-layout3 .profile-img-wrapper,
.tss-wrapper .tss-isotope1 .profile-img-wrapper,
.tss-wrapper .tss-carousel3 .profile-img-wrapper {
	margin-bottom: 4px;
	display: block;
	text-align: center;
}

.tss-wrapper .tss-layout3 .profile-img-wrapper img,
.tss-wrapper .tss-isotope1 .profile-img-wrapper img,
.tss-wrapper .tss-carousel3 .profile-img-wrapper img {
	display: inline-block;
}

.tss-wrapper .tss-layout3 .single-item-wrapper .author-social,
.tss-wrapper .tss-isotope1 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel3 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout3 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-isotope1 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel3 .single-item-wrapper .tss-social-share {
	margin-bottom: 8px;
}

/******************************************************/
/********************** Layout 4  ********************/
/******************************************************/
.tss-wrapper .tss-layout4 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel4 .single-item-wrapper h3.author-name {
	margin: 0px 0 15px;
}

.tss-wrapper .tss-carousel2 .rt-responsive-img {
	margin: auto;
}

.tss-wrapper .tss-layout4 .single-item-wrapper,
.tss-wrapper .tss-carousel4 .single-item-wrapper {
	background: #f8f8f8;
	margin-bottom: 0px;
	display: flex;
}

.tss-wrapper .tss-layout4 .profile-img-wrapper,
.tss-wrapper .tss-carousel4 .profile-img-wrapper {
	flex: 1;
	padding: 25px 0 25px 15px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.tss-wrapper .tss-layout4 .profile-img-wrapper a img,
.tss-wrapper .tss-carousel4 .profile-img-wrapper a img {
	width: auto !important;
}

.tss-wrapper .tss-layout4 .item-content-wrapper,
.tss-wrapper .tss-carousel4 .item-content-wrapper {
	flex: 3;
	padding: 20px 15px;
}

.tss-wrapper .tss-layout4 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel4 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout4 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel4 .single-item-wrapper .tss-social-share {
	text-align: left;
}

.tss-wrapper .tss-layout4 .item-content,
.tss-wrapper .tss-carousel4 .item-content {
	padding: 15px 0px 0px 0px;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 0;
}

.tss-wrapper .tss-layout4 .rating-wrapper,
.tss-wrapper .tss-carousel4 .rating-wrapper {
	margin-bottom: 10px;
	text-align: left;
}

/******************************************************/
/********************** Layout 5  ********************/
/******************************************************/
.tss-wrapper .tss-layout5 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-isotope2 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel5 .single-item-wrapper h3.author-name {
	margin: 0px 0 10px;
}

.tss-wrapper .tss-layout5 .single-item-wrapper,
.tss-wrapper .tss-isotope2 .single-item-wrapper,
.tss-wrapper .tss-carousel5 .single-item-wrapper {
	background: #f8f8f8;
	margin-bottom: 0px;
	display: flex;
}

.tss-wrapper .tss-layout5 .profile-img-wrapper,
.tss-wrapper .tss-isotope2 .profile-img-wrapper,
.tss-wrapper .tss-carousel5 .profile-img-wrapper {
	flex: 1.5;
	padding: 20px 0 15px 15px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.tss-wrapper .tss-layout5 .profile-img-wrapper a img,
.tss-wrapper .tss-isotope2 .profile-img-wrapper a img,
.tss-wrapper .tss-carousel5 .profile-img-wrapper a img {
	width: auto !important;
}

.tss-wrapper .tss-layout5 .item-content-wrapper,
.tss-wrapper .tss-isotope2 .item-content-wrapper,
.tss-wrapper .tss-carousel5 .item-content-wrapper {
	flex: 3;
	padding: 20px 0 10px 15px;
}

.tss-wrapper .tss-layout5 .single-item-wrapper .author-social,
.tss-wrapper .tss-isotope2 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel5 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout5 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-isotope2 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel5 .single-item-wrapper .tss-social-share {
	text-align: center;
}

.tss-wrapper .tss-layout5 .item-content,
.tss-wrapper .tss-isotope2 .item-content,
.tss-wrapper .tss-carousel5 .item-content {
	padding: 0px 15px 15px 0px;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 0;
}

.tss-wrapper .tss-layout5 .rating-wrapper,
.tss-wrapper .tss-isotope2 .rating-wrapper,
.tss-wrapper .tss-carousel5 .rating-wrapper {
	margin-bottom: 10px;
	text-align: center;
}

/******************************************************/
/********************** Layout 6  ********************/
/******************************************************/
.tss-wrapper .tss-layout6 .single-item,
.tss-wrapper .tss-carousel6 .single-item {
	padding: 0;
}

.tss-wrapper .tss-layout6 .item-content-wrapper:after,
.tss-wrapper .tss-carousel6 .item-content-wrapper:after {
	border-left: 10px solid transparent;
	border-top: 15px solid #f8f8f8;
	border-right: 10px solid transparent;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 25px;
	bottom: -15px;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	-ms-transition: all 0.75s ease-out;
	-o-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}

.tss-wrapper .tss-layout6 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel6 .single-item-wrapper h3.author-name {
	margin: 10px 0 8px;
}

.tss-wrapper .tss-layout6 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel6 .single-item-wrapper h4.author-bio {
	margin-bottom: 8px;
}

.tss-wrapper .tss-layout6 .item-content-wrapper,
.tss-wrapper .tss-carousel6 .item-content-wrapper {
	padding: 40px 30px;
	background: #f8f8f8;
	position: relative;
	border-radius: 5px;
}

.tss-wrapper .tss-layout6 .item-content-wrapper:before,
.tss-wrapper .tss-carousel6 .item-content-wrapper:before {
	content: "\F10D";
	color: #ffffff;
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: "tss-font", serif;
	font-size: 30px;
	line-height: 1;
}

.tss-wrapper .tss-layout6 .item-content-wrapper .item-content,
.tss-wrapper .tss-carousel6 .item-content-wrapper .item-content {
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
}

.tss-wrapper .tss-layout6 .profile-img-wrapper,
.tss-wrapper .tss-carousel6 .profile-img-wrapper {
	text-align: center;
	margin-bottom: 10px;
	display: inline-block;
}

.tss-wrapper .tss-layout6 .tss-meta-info,
.tss-wrapper .tss-carousel6 .tss-meta-info {
	display: flex;
	margin-top: 30px;
}

.tss-wrapper .tss-layout6 .tss-meta-info .tss-left,
.tss-wrapper .tss-carousel6 .tss-meta-info .tss-left {
	flex: 1;
}

.tss-wrapper .tss-layout6 .tss-meta-info .tss-right,
.tss-wrapper .tss-carousel6 .tss-meta-info .tss-right {
	padding: 0px 0px 0px 15px;
	flex: 4;
	position: relative;
}

.tss-wrapper .tss-layout6 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel6 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout6 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel6 .single-item-wrapper .tss-social-share {
	text-align: left;
	margin-bottom: 10px;
	margin-left: -6px;
}

.tss-wrapper .tss-layout6 .rating-wrapper,
.tss-wrapper .tss-carousel6 .rating-wrapper {
	margin-bottom: 6px;
}

/******************************************************/
/********************** Layout 7  ********************/
/******************************************************/
.tss-wrapper .tss-layout7 .single-item,
.tss-wrapper .tss-isotope3 .single-item,
.tss-wrapper .tss-carousel7 .single-item {
	padding: 0;
}

.tss-wrapper .tss-layout7 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-isotope3 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel7 .single-item-wrapper h3.author-name {
	margin: 5px 0px 8px;
	text-align: center;
}

.tss-wrapper .tss-layout7 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-isotope3 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel7 .single-item-wrapper h4.author-bio {
	margin-bottom: 10px;
	text-align: center;
}

.tss-wrapper .tss-layout7 .single-item-wrapper,
.tss-wrapper .tss-isotope3 .single-item-wrapper,
.tss-wrapper .tss-carousel7 .single-item-wrapper {
	padding: 30px;
	background: #f8f8f8;
	position: relative;
}

.tss-wrapper .tss-layout7 .item-content-wrapper,
.tss-wrapper .tss-isotope3 .item-content-wrapper,
.tss-wrapper .tss-carousel7 .item-content-wrapper {
	position: relative;
	padding-bottom: 10px;
}

.tss-wrapper .tss-layout7 .single-item-wrapper:before,
.tss-wrapper .tss-isotope3 .single-item-wrapper:before,
.tss-wrapper .tss-carousel7 .single-item-wrapper:before {
	content: "\F10D";
	color: #ffffff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 8px;
	font-family: "tss-font", serif;
	font-size: 30px;
}

.tss-wrapper .tss-layout7 .item-content-wrapper .item-content,
.tss-wrapper .tss-isotope3 .item-content-wrapper .item-content,
.tss-wrapper .tss-carousel7 .item-content-wrapper .item-content {
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
}

.tss-wrapper .tss-layout7 .profile-img-wrapper,
.tss-wrapper .tss-isotope3 .profile-img-wrapper,
.tss-wrapper .tss-carousel7 .profile-img-wrapper {
	text-align: center;
	margin: 30px 0px 15px;
	display: block;
}

.tss-wrapper .tss-layout7 .profile-img-wrapper img,
.tss-wrapper .tss-isotope3 .profile-img-wrapper img,
.tss-wrapper .tss-carousel7 .profile-img-wrapper img {
	display: inline-block;
}

.tss-wrapper .tss-layout7 .single-item-wrapper .author-social,
.tss-wrapper .tss-isotope3 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel7 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout7 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-isotope3 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel7 .single-item-wrapper .tss-social-share {
	text-align: center;
}

.tss-wrapper .tss-layout7 .rating-wrapper,
.tss-wrapper .tss-isotope3 .rating-wrapper,
.tss-wrapper .tss-carousel7 .rating-wrapper {
	margin-bottom: 10px;
	text-align: center;
}

/******************************************************/
/********************** Layout 8  ********************/
/******************************************************/
.tss-wrapper .tss-layout8 .single-item,
.tss-wrapper .tss-carousel8 .single-item {
	padding: 0;
}

.tss-wrapper .tss-layout8 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel8 .single-item-wrapper h3.author-name {
	margin: 5px 0px 8px;
	text-align: center;
}

.tss-wrapper .tss-layout8 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel8 .single-item-wrapper h4.author-bio {
	margin-bottom: 20px;
	text-align: center;
}

.tss-wrapper .tss-layout8 .single-item-wrapper,
.tss-wrapper .tss-carousel8 .single-item-wrapper {
	padding: 30px;
	background: #f8f8f8;
	position: relative;
}

.tss-wrapper .tss-layout8 .item-content-wrapper,
.tss-wrapper .tss-carousel8 .item-content-wrapper {
	position: relative;
	padding-bottom: 10px;
}

.tss-wrapper .tss-layout8 .single-item-wrapper:before,
.tss-wrapper .tss-carousel8 .single-item-wrapper:before {
	content: "\F10D";
	color: #ffffff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 8px;
	font-family: "tss-font", serif;
	font-size: 30px;
	z-index: 99;
}

.tss-wrapper .tss-layout8 .item-content-wrapper .item-content,
.tss-wrapper .tss-carousel8 .item-content-wrapper .item-content {
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
	padding-top: 30px;
}

.tss-wrapper .tss-layout8 .profile-img-wrapper,
.tss-wrapper .tss-carousel8 .profile-img-wrapper {
	text-align: center;
	margin: 15px 0px;
	display: block;
}

.tss-wrapper .tss-layout8 .profile-img-wrapper img,
.tss-wrapper .tss-carousel8 .profile-img-wrapper img {
	display: inline-block;
}

.tss-wrapper .tss-layout8 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel8 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout8 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel8 .single-item-wrapper .tss-social-share {
	text-align: center;
}

.tss-wrapper .tss-layout8 .rating-wrapper,
.tss-wrapper .tss-carousel8 .rating-wrapper {
	margin-bottom: 10px;
	text-align: center;
	margin-top: -6px;
}

/******************************************************/
/********************** Layout 9  ********************/
/******************************************************/

.tss-wrapper .tss-layout9 .single-item-wrapper,
.tss-wrapper .tss-isotope4 .single-item-wrapper,
.tss-wrapper .tss-carousel9 .single-item-wrapper {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}

.tss-wrapper .tss-layout9 .single-item-wrapper:hover .item-content-wrapper,
.tss-wrapper .tss-isotope4 .single-item-wrapper:hover .item-content-wrapper,
.tss-wrapper .tss-carousel9 .single-item-wrapper:hover .item-content-wrapper {
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.tss-wrapper .tss-layout9 .single-item-wrapper:hover .profile-img-wrapper:before,
.tss-wrapper .tss-isotope4 .single-item-wrapper:hover .profile-img-wrapper:before,
.tss-wrapper .tss-carousel9 .single-item-wrapper:hover .profile-img-wrapper:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.tss-wrapper .tss-layout9 .profile-img-wrapper,
.tss-wrapper .tss-isotope4 .profile-img-wrapper,
.tss-wrapper .tss-carousel9 .profile-img-wrapper {
	position: relative;
}

.tss-wrapper .tss-layout9 .profile-img-wrapper img,
.tss-wrapper .tss-isotope4 .profile-img-wrapper img,
.tss-wrapper .tss-carousel9 .profile-img-wrapper img {
	margin: 0 auto;
	width: 100%;
}

.tss-wrapper .tss-layout9 .tss-img-circle .profile-img-wrapper:before,
.tss-wrapper .tss-isotope4 .tss-img-circle .profile-img-wrapper:before,
.tss-wrapper .tss-carousel9 .tss-img-circle .profile-img-wrapper:before {
	border-radius: 50%;
}

.tss-wrapper .tss-layout9 .profile-img-wrapper:before,
.tss-wrapper .tss-isotope4 .profile-img-wrapper:before,
.tss-wrapper .tss-carousel9 .profile-img-wrapper:before {
	opacity: 0;
	content: "";
	background: rgba(55, 71, 79, 0.9);
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.tss-wrapper .tss-layout9 .profile-img-wrapper:after,
.tss-wrapper .tss-isotope4 .profile-img-wrapper:after,
.tss-wrapper .tss-carousel9 .profile-img-wrapper:after {
	content: "\F10D";
	color: #ffffff;
	position: absolute;
	right: 35px;
	top: 0;
	font-family: "tss-font";
	font-size: 22px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #8cc63e;
	z-index: 3;
	-webkit-box-shadow: -9px 11px 19px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -9px 11px 19px -7px rgba(0, 0, 0, 0.75);
	box-shadow: -9px 11px 19px -7px rgba(0, 0, 0, 0.75);
}

.tss-wrapper .tss-layout9 .tss-img-circle .profile-img-wrapper:after,
.tss-wrapper .tss-isotope4 .tss-img-circle .profile-img-wrapper:after,
.tss-wrapper .tss-carousel9 .tss-img-circle .profile-img-wrapper:after {
	border-radius: 50%;
}

.tss-wrapper .tss-layout9 .item-content-wrapper,
.tss-wrapper .tss-isotope4 .item-content-wrapper,
.tss-wrapper .tss-carousel9 .item-content-wrapper {
	opacity: 0;
	padding: 0 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.tss-wrapper .tss-layout9 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-isotope4 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel9 .single-item-wrapper h3.author-name {
	margin-bottom: 5px;
	font-size: 22px;
	color: #fff;
}

.tss-wrapper .tss-layout9 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-isotope4 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel9 .single-item-wrapper h4.author-bio {
	margin-bottom: 5px;
	font-size: 18px;
	color: #fff;
}

.tss-wrapper .tss-layout8 .single-item-wrapper h3.author-name a,
.tss-wrapper .tss-isotope4 .single-item-wrapper h3.author-name a,
.tss-wrapper .tss-carousel9 .single-item-wrapper h3.author-name a {
	/* color: #ffffff; */
	color: inherit;
}

.tss-wrapper .tss-layout9 .item-content,
.tss-wrapper .tss-isotope4 .item-content,
.tss-wrapper .tss-carousel9 .item-content {
	font-style: italic;
	font-size: 15px;
	color: #ffffff;
}

.tss-wrapper .tss-layout9 .rating-wrapper,
.tss-wrapper .tss-isotope4 .rating-wrapper,
.tss-wrapper .tss-carousel9 .rating-wrapper {
	margin-bottom: 5px;
}

.tss-wrapper .tss-layout9 .rating-wrapper li,
.tss-wrapper .tss-isotope4 .rating-wrapper li,
.tss-wrapper .tss-carousel9 .rating-wrapper li {
	display: inline;
	color: #ffca28;
}

/******************************************************/
/********************** Layout 10  ********************/
/******************************************************/
.tss-wrapper .tss-layout10,
.tss-wrapper .tss-isotope5,
.tss-wrapper .tss-carousel10 {
	padding: 0px 0;
}

.tss-wrapper .tss-layout10 .single-item-wrapper .author-social,
.tss-wrapper .tss-isotope5 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel10 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout10 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-isotope5 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel10 .single-item-wrapper .tss-social-share {
	text-align: left;
}

.tss-wrapper .tss-layout10 .profile-img-wrapper,
.tss-wrapper .tss-isotope5 .profile-img-wrapper,
.tss-wrapper .tss-carousel10 .profile-img-wrapper {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 50px;
}

.tss-wrapper .tss-layout10 .profile-img-wrapper img,
.tss-wrapper .tss-isotope5 .profile-img-wrapper img,
.tss-wrapper .tss-carousel10 .profile-img-wrapper img {
	border: 10px solid #f8f8f8;
	margin: 0 auto;
	width: 150px !important;
	height: auto;
}

.tss-wrapper .tss-layout10 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-isotope5 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel10 .single-item-wrapper h3.author-name {
	margin-bottom: 8px;
	font-size: 22px;
}

.tss-wrapper .tss-layout10 .single-item-wrapper h3.author-name a,
.tss-wrapper .tss-isotope5 .single-item-wrapper h3.author-name a,
.tss-wrapper .tss-carousel10 .single-item-wrapper h3.author-name a {
	color: #222222;
}

.tss-wrapper .tss-layout10 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-isotope5 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel10 .single-item-wrapper h4.author-bio {
	margin-bottom: 10px;
	display: block;
	color: #959595;
	font-size: 18px;
}

.tss-wrapper .tss-layout10 .item-content,
.tss-wrapper .tss-isotope5 .item-content,
.tss-wrapper .tss-carousel10 .item-content {
	position: relative;
	padding: 30px 130px 30px 30px;
	background: #ffffff;
}
.tss-wrapper .tss-carousel10 .item-content,
.tss-wrapper .tss-layout10 .item-content,
.tss-wrapper .tss-isotope5 .item-content {
	background: #f1f1f1;
}

.tss-wrapper .tss-layout10 .item-content:after,
.tss-wrapper .tss-isotope5 .item-content:after,
.tss-wrapper .tss-carousel10 .item-content:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
	top: -30px;
	border: 15px solid;
	border-color: transparent transparent #ffffff #ffffff;
}
.tss-wrapper .tss-carousel10 .item-content:after,
.tss-wrapper .tss-layout10 .item-content:after,
.tss-wrapper .tss-isotope5 .item-content:after {
	border-color: transparent transparent #f1f1f1 #f1f1f1;
}

.tss-wrapper .tss-layout10 .rating-wrapper,
.tss-wrapper .tss-isotope5 .rating-wrapper,
.tss-wrapper .tss-carousel10 .rating-wrapper {
	margin-bottom: 40px;
}

.tss-wrapper .tss-layout10 .rating-wrapper li,
.tss-wrapper .tss-isotope5 .rating-wrapper li,
.tss-wrapper .tss-carousel10 .rating-wrapper li {
	display: inline;
	color: #ffca28;
}

.tss-wrapper .tss-isotope5 .author-social,
.tss-wrapper .tss-layout10 .author-social {
	margin-top: -25px;
}

.tss-wrapper .tss-layout10 .author-social {
	margin-top: -30px;
	margin-bottom: 8px;
}

.tss-wrapper .tss-isotope5 .item-content,
.tss-wrapper .tss-layout10 .item-content {
	margin-top: 25px;
}

.tss-wrapper .tss-isotope5 .item-content,
.tss-wrapper .tss-layout10 .item-content,
.tss-wrapper .tss-carousel10 .item-content {
	margin-top: 40px;
}

/******************************************************/
/********************** Carousel 11 ********************/
/******************************************************/

.tss-wrapper .tss-carousel11 .single-item {
	padding: 0;
}

.tss-wrapper .tss-carousel11 .single-item-wrapper h3.author-name {
	margin: 5px 0px 8px;
	text-align: center;
	font-size: 22px;
}

.tss-wrapper .tss-carousel11 .single-item-wrapper h4.author-bio {
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}

.tss-wrapper .tss-carousel11 .item-content-wrapper .item-content {
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 14px;
}

.tss-wrapper .tss-carousel11 .profile-img-wrapper {
	margin-bottom: 4px;
	display: block;
}

.tss-wrapper .tss-carousel11 .tss-carousel-thumb .swiper-wrapper,
.tss-wrapper .tss-carousel11 .tss-carousel-thumb .slick-track {
	padding: 40px 0 40px;
}

.tss-wrapper .tss-carousel11 .profile-img-wrapper {
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

.tss-wrapper .tss-carousel11 .profile-img-wrapper img {
	width: 120px;
	height: 120px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	margin: 0 auto;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.tss-wrapper .tss-carousel11 .swiper-slide-active img,
.tss-wrapper .tss-carousel11 .slick-center img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}

.tss-wrapper .tss-carousel11 .profile-img-wrapper:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	height: 132px;
	width: 132px;
	margin: 0 auto;
	z-index: 5;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.tss-wrapper .tss-carousel11 .profile-img-wrapper:focus {
	outline: none;
}

.tss-wrapper .tss-carousel11 .swiper-slide-active::before,
.tss-wrapper .tss-carousel11 .slick-center:before {
	opacity: 0;
	visibility: hidden;
}

.tss-wrapper .tss-carousel11 .item-content p {
	width: 80%;
	margin: 0 auto;
}

.tss-wrapper .tss-carousel11 .rating-wrapper {
	margin-bottom: 10px;
	text-align: center;
}

/******************************************************/
/******************* Carousel 12  ********************/
/******************************************************/
.tss-wrapper .tss-carousel12 .single-item {
	padding: 0;
	margin-bottom: 0;
}

.tss-wrapper .tss-carousel12 h3.author-name {
	margin: 20px 0px 8px;
	text-align: center;
}

.tss-wrapper .tss-carousel12 h4.author-bio {
	margin-bottom: 20px;
	text-align: center;
}

.tss-wrapper .tss-carousel12 .item-content-wrapper .item-content {
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
}

.tss-wrapper .tss-carousel12 .profile-img-wrapper {
	margin-bottom: 4px;
	display: block;
	outline: 0;
}

.tss-wrapper .tss-carousel12 .tss-carousel-thumb .swiper-slide-active.profile-img-wrapper:before,
.tss-wrapper .tss-carousel12 .slick-current.slick-active.slick-center.profile-img-wrapper:before {
	/* content: initial; */
	opacity: 0;
	visibility: hidden;
}

.tss-wrapper .tss-carousel12 .tss-carousel-thumb .swiper-wrapper,
.tss-wrapper .tss-carousel12 .tss-carousel-thumb .slick-track {
	padding: 30px 0 40px;
}

.tss-wrapper .tss-carousel12 .profile-img-wrapper {
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

.tss-wrapper .tss-carousel12 .profile-img-wrapper img {
	height: 120px;
	width: 120px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	margin: 0 auto;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.tss-wrapper .tss-carousel12 .swiper-slide-active img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}

.tss-wrapper .tss-carousel12 .profile-img-wrapper:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	height: 132px;
	width: 132px;
	margin: 0 auto;
	z-index: 5;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.tss-wrapper .tss-carousel12 .tss-meta-info:focus {
	outline: none;
}

.tss-wrapper .tss-carousel12 .slick-center .profile-img-wrapper:before {
	opacity: 0;
	visibility: hidden;
}

.tss-wrapper .tss-carousel12 .item-content p {
	width: 80%;
	margin: 0 auto 10px;
}

.tss-wrapper .tss-carousel12 .rating-wrapper {
	margin-bottom: 10px;
	text-align: center;
}

.tss-wrapper .video-testimonial-wrap + .tss-meta-info + .rating-wrapper,
.tss-wrapper .video-testimonial-wrap + .tss-meta-info .profile-img-wrapper {
	margin-top: 20px;
}

/************************ pagination **********************/

.tss-wrapper .tss-pagination ul.pagination-list li {
	display: inline-block;
	list-style: none;
	margin-right: 5px;
}

.tss-wrapper .tss-pagination ul.pagination-list li:last-child {
	margin-right: 0;
}

.tss-wrapper .tss-pagination ul.pagination-list li span,
.tss-wrapper .tss-pagination ul.pagination-list li a {
	padding: 4px 10px;
	font-size: 15px;
	background: #eee;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.tss-wrapper .tss-pagination ul.pagination-list li.active span,
.tss-wrapper .tss-pagination ul.pagination-list li span:hover,
.tss-wrapper .tss-pagination ul.pagination-list li a:hover {
	background: #8c8989;
	color: #ffffff;
}

.tss-wrapper .tss-pagination .tss-loading-holder {
	padding: 15px 0;
}

/* common isotope */
.tss-wrapper .single-item-wrapper .rating-wrapper span.dashicons {
	color: gold;
}

.tss-wrapper .tss-iso-filter {
	margin: 25px 0;
	text-align: center;
}

.tss-wrapper .tss-isotope-button-wrapper,
.tss-wrapper .iso-search {
	display: inline-block;
}

.tss-wrapper .iso-search {
	margin: 0 10px;
}

.tss-wrapper .iso-search input {
	width: auto;
	padding: 10px;
	font-size: 16px;
	outline: none !important;
	height: 37px;
}

.rt-container-fluid [class*='rt-col-'],
.rt-container [class*='rt-col-'] {
	box-sizing: border-box;
}

/*************************** Tool Tip ****************/

body > .tss-tooltip {
	font-size: 100%;
	position: absolute;
	z-index: 9999;
	-o-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	color: #fff;
	border-radius: 3px;
	background: #666;
	padding: 0 10px;
	border-width: 2px;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

body > .tss-tooltip,
body > .tss-tooltip .tss-tooltip-bottom:after {
	background: #000;
	border-radius: 2px;
}

body > .tss-tooltip .tss-tooltip-bottom {
	width: 70px;
	height: 18px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	bottom: -16px;
}

body > .tss-tooltip .tss-tooltip-bottom:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}

/********************* Media Query *************************/
@media (min-width: 768px) {
	.rt-container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.rt-container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.rt-container {
		width: 1170px;
	}
}

@media (min-width: 768px) {

	.rt-col-sm-24,
	.rt-col-sm-1,
	.rt-col-sm-2,
	.rt-col-sm-3,
	.rt-col-sm-4,
	.rt-col-sm-5,
	.rt-col-sm-6,
	.rt-col-sm-7,
	.rt-col-sm-8,
	.rt-col-sm-9,
	.rt-col-sm-10,
	.rt-col-sm-11,
	.rt-col-sm-12 {
		float: left;
	}

	.rt-col-sm-24 {
		width: 20%;
	}

	.rt-col-sm-12 {
		width: 100%;
	}

	.rt-col-sm-11 {
		width: 91.66666667%;
	}

	.rt-col-sm-10 {
		width: 83.33333333%;
	}

	.rt-col-sm-9 {
		width: 75%;
	}

	.rt-col-sm-8 {
		width: 66.66666667%;
	}

	.rt-col-sm-7 {
		width: 58.33333333%;
	}

	.rt-col-sm-6 {
		width: 50%;
	}

	.rt-col-sm-5 {
		width: 41.66666667%;
	}

	.rt-col-sm-4 {
		width: 33.33333333%;
	}

	.rt-col-sm-3 {
		width: 25%;
	}

	.rt-col-sm-2 {
		width: 16.66666667%;
	}

	.rt-col-sm-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 992px) {

	.rt-col-md-24,
	.rt-col-md-1,
	.rt-col-md-2,
	.rt-col-md-3,
	.rt-col-md-4,
	.rt-col-md-5,
	.rt-col-md-6,
	.rt-col-md-7,
	.rt-col-md-8,
	.rt-col-md-9,
	.rt-col-md-10,
	.rt-col-md-11,
	.rt-col-md-12 {
		float: left;
	}

	.rt-col-md-24 {
		width: 20%;
	}

	.rt-col-md-12 {
		width: 100%;
	}

	.rt-col-md-11 {
		width: 91.66666667%;
	}

	.rt-col-md-10 {
		width: 83.33333333%;
	}

	.rt-col-md-9 {
		width: 75%;
	}

	.rt-col-md-8 {
		width: 66.66666667%;
	}

	.rt-col-md-7 {
		width: 58.33333333%;
	}

	.rt-col-md-6 {
		width: 50%;
	}

	.rt-col-md-5 {
		width: 41.66666667%;
	}

	.rt-col-md-4 {
		width: 33.33333333%;
	}

	.rt-col-md-3 {
		width: 25%;
	}

	.rt-col-md-2 {
		width: 16.66666667%;
	}

	.rt-col-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1200px) {

	.rt-col-lg-24,
	.rt-col-lg-1,
	.rt-col-lg-2,
	.rt-col-lg-3,
	.rt-col-lg-4,
	.rt-col-lg-5,
	.rt-col-lg-6,
	.rt-col-lg-7,
	.rt-col-lg-8,
	.rt-col-lg-9,
	.rt-col-lg-10,
	.rt-col-lg-11,
	.rt-col-lg-12 {
		float: left;
	}

	.rt-col-lg-24 {
		width: 20%;
	}

	.rt-col-lg-12 {
		width: 100%;
	}

	.rt-col-lg-11 {
		width: 91.66666667%;
	}

	.rt-col-lg-10 {
		width: 83.33333333%;
	}

	.rt-col-lg-9 {
		width: 75%;
	}

	.rt-col-lg-8 {
		width: 66.66666667%;
	}

	.rt-col-lg-7 {
		width: 58.33333333%;
	}

	.rt-col-lg-6 {
		width: 50%;
	}

	.rt-col-lg-5 {
		width: 41.66666667%;
	}

	.rt-col-lg-4 {
		width: 33.33333333%;
	}

	.rt-col-lg-3 {
		width: 25%;
	}

	.rt-col-lg-2 {
		width: 16.66666667%;
	}

	.rt-col-lg-1 {
		width: 8.33333333%;
	}
}

@media (max-width: 991px) {
	.rt-single-testimonial-detail .testimonial {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.tss-wrapper .single-item-wrapper {
		flex-direction: column;
	}

	.tss-wrapper .item-content-wrapper {
		padding: 20px;
		margin-top: 15px;
	}

	.item-content-wrapper.tss-left {
		order: 2;
	}

	.item-content-wrapper.tss-right {
		order: 1;
	}

	.tss-wrapper .profile-img-wrapper a,
	.tss-wrapper .profile-img-wrapper {
		display: flex;
		justify-content: center;
	}

	.tss-wrapper .item-content-wrapper:after,
	.tss-wrapper .single-item-wrapper:before,
	.tss-wrapper .tss-layout10 .item-content:after,
	.tss-wrapper .tss-isotope5 .item-content:after,
	.tss-wrapper .tss-carousel10 .item-content:after {
		content: none;
	}

	.tss-wrapper .tss-layout8 .single-item-wrapper,
	.tss-wrapper .tss-carousel8 .single-item-wrapper {
		padding: 5px;
	}

	.tss-wrapper .tss-layout8 .item-content-wrapper,
	.tss-wrapper .tss-carousel8 .item-content-wrapper,
	.tss-wrapper .tss-layout4 .item-content-wrapper,
	.tss-wrapper .tss-isotope2 .item-content-wrapper,
	.tss-wrapper .tss-carousel4 .item-content-wrapper {
		margin-top: 0;
	}

	.tss-wrapper .tss-layout4 .profile-img-wrapper,
	.tss-wrapper .tss-carousel4 .profile-img-wrapper {
		padding: 10px;
	}

	.tss-wrapper .tss-layout10 .profile-img-wrapper,
	.tss-wrapper .tss-isotope5 .profile-img-wrapper,
	.tss-wrapper .tss-carousel10 .profile-img-wrapper {
		position: relative;
	}

	.tss-wrapper .tss-layout10 .rating-wrapper,
	.tss-wrapper .tss-isotope5 .rating-wrapper,
	.tss-wrapper .tss-carousel10 .rating-wrapper {
		margin-bottom: 10px;
	}

	.tss-wrapper .tss-layout10 .item-content,
	.tss-wrapper .tss-isotope5 .item-content,
	.tss-wrapper .tss-carousel10 .item-content {
		padding: 15px;
	}

	.tss-wrapper .tss-layout1 .item-content-wrapper:after,
	.tss-wrapper .tss-carousel1 .item-content-wrapper:after {
		left: 0;
		top: -15px;
		right: 0;
		margin: auto;
		transform: rotate(90deg);
	}

	.tss-wrapper .tss-layout1 .single-item-wrapper:hover .item-content-wrapper:after,
	.tss-wrapper .tss-carousel1 .single-item-wrapper:hover .item-content-wrapper:after {
		top: -15px;
	}

	.tss-wrapper .tss-layout2 .item-content-wrapper:after,
	.tss-wrapper .tss-carousel2 .item-content-wrapper:after {
		right: 0;
		top: -15px;
		transform: rotate(-90deg);
		margin: auto;
		left: 0;
	}

}

/***********************
   Animation for spinners
*******************************/
.rt-animate-spin {
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/*
 * Animation
 */

@-webkit-keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes ball-clip-rotate {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes ball-clip-rotate {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: .75;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: .75;
	}

	100% {
		opacity: 0;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: .75;
	}

	100% {
		opacity: 0;
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: .75;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

/* Fix carousel width conflict with portfolio */
.rt-row.tss-carousel1,
.rt-row.tss-carousel2,
.rt-row.tss-carousel3,
.rt-row.tss-carousel4,
.rt-row.tss-carousel5,
.rt-row.tss-carousel6,
.rt-row.tss-carousel7,
.rt-row.tss-carousel8,
.rt-row.tss-carousel9,
.rt-row.tss-carousel10,
.rt-row.tss-carousel11,
.rt-row.tss-carousel12,
.rt-row.carousel_video {
	display: block !important;
}

.tss-layout_video .rating-wrapper {
	padding: 10px 0 7px;
}

.tss-wrapper .tss-layout10 .tss-grid-item {
	margin-bottom: 30px;
}

.video-testimonial-wrap {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video-testimonial-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tss-wrapper .tss-layout_video .item-content {
	margin-top: 15px;
}

/* .tss-wrapper .tss-layout5.tss-masonry .tss-grid-item { */
.tss-wrapper .tss-masonry .tss-grid-item {
	margin-bottom: 30px;
}

.tss-wrapper .tss-layout_video .tss-grid-item .rating-wrapper {
	margin-top: 10px;
	margin-bottom: -18px;
}

.tss-wrapper .tss-isotope_video .item-content {
	margin-top: 15px;
}

/* Single page */
.rt-single-testimonial-detail .rating-wrapper span.dashicons {
	color: gold;
}

.rt-single-testimonial-detail .rating-wrapper {
	margin-bottom: 5px;
}

.rt-single-testimonial-detail .testi-meta h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.dashicons-twitter{
	width:15px;
	height:15px;
	margin-top: 3px;
}
.dashicons-twitter:before {
	content: "";
	height: 15px;
	-webkit-mask-image: url(../images/twitter-x.svg);
	mask-image: url(../images/twitter-x.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 15px;
	z-index: 1;
	display: block;
	background-color: #000;
}
.rt-single-testimonial-detail .ast-oembed-container {
	margin: 0 0 20px;
}

/*Video Layout Two CSS*/
body .mfp-iframe-holder .mfp-close{
	width: auto;
}
body .mfp-iframe-holder .mfp-close:focus,
body .mfp-iframe-holder .mfp-close:hover{
	background-color: transparent;
	color: #ff0000;
}
.tlp-popup-wrapper .tlp-openPopup .dashicons{
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	background-color: transparent;
	z-index: 9;
	color: #fff;
}
.tlp-popup-wrapper .item-content{
	margin: 10px 0;
}
.tss-wrapper .tlp-openinline{
	pointer-events: none;
}
.tss-wrapper .tlp-openinline,
.tss-wrapper .tlp-openPopup{
	display: inline-block;
}
.tss-wrapper .tlp-openPopup{
	position: relative;
}
.tss-wrapper .tlp-openPopup:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0.3 );
	left: 0;
	top: 0;
	transition: 0.3s;
}
.tss-wrapper .tlp-openPopup:hover:before{
	background-color: transparent;
}
.tss-wrapper .rt-responsive-img{
	display: block;
}
.tlp-popup-wrapper .tss-meta-info{
	position: relative;
}

.tlp-average-rating{
	text-align: center;
	font-size: 18px;
}
.tlp-average-rating .tlp-rating-title{
	font-size: 24px;
	font-weight: 700;
	display: block;
	margin: 0 0 5px;
}
.dashicons-skype:before,
.dashicons-telegram:before {
	content: "";
	height: 20px;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 20px;
	z-index: 1;
	display: block;
	background-color: #000;
}
.dashicons-skype:before {
	-webkit-mask-image: url(../images/skype.svg);
	mask-image: url(../images/skype.svg);
}
.dashicons-telegram:before {
	-webkit-mask-image: url(../images/telegram.svg);
	mask-image: url(../images/telegram.svg);
}
.tss-social-share .share-icons{
	font-weight: 500;
}
.rt-single-testimonial-detail .tss-social-share{
	text-align: right;
}
.rt-single-testimonial-detail iframe{
	width: 100%
}
.tss-wrapper.tss-submit-wrapper input,
.tss-wrapper.tss-submit-wrapper .rt-simple-image-preview{
	cursor: pointer;
}.w-container{max-width:1366px !important}.menu-container.w-container{max-width:2000px}@media screen and (min-width: 1025px){.cta-about:hover .button-inside-cta{background-color:#997753}}.inner-page-content-block h2{font-family:Montserrat, sans-serif;color:#4c524c;font-size:45px;line-height:55px;font-weight:600;text-align:left;text-transform:uppercase}.inner-page-content-block h3{margin-bottom:10px;font-family:Muli, sans-serif;color:#997753;font-size:24px;line-height:35px;font-weight:600;text-align:left;text-transform:uppercase}.inner-page-content-block h4{color:#997753;font-size:25px;line-height:35px;font-weight:600;margin-bottom:10px}.inner-page-content-block blockquote{padding:30px 35px;border-left-width:0px;background-color:#4c524c;color:#fff;line-height:25px;font-size:18px;margin:0 0 10px 0;border-left:none}.inner-page-content-block blockquote p{margin:0;color:#ffffff}.inner-page-content-block blockquote a{color:#d98657;text-decoration:none}.success-slider-block p{margin-bottom:40px;font-size:16px;text-align:center}.tour-content-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.image-bg-size{background-size:cover,0}.team-member-container{text-decoration:none}.team-container a img{width:100%;height:100%}.team-member-bio-img-block img{max-width:100%;height:auto}.w-embed-youtubevideo iframe{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:auto}.accent-color-button{margin-top:50px;padding:11px 40px 11px 25px;background-color:#d98657;background-image:url("../images/right-arrow-white.svg");background-position:94% 50%;background-size:10px 10px;background-repeat:no-repeat;background-attachment:scroll;-webkit-transition:all 200ms ease;transition:all 200ms ease;font-family:Poppins, sans-serif;font-size:20px;line-height:25px;font-weight:400;text-decoration:none;text-transform:uppercase}.locations-step-img img{width:auto;max-height:259px}.blog-post-img{max-width:345px;margin:0 auto;display:block}.checkbox-new-form .wpcf7-list-item{margin:0}.checkbox-new-form span{font-size:13px;line-height:16px;font-weight:400}.hero-h1{padding:55px 10px}.heading{color:#453921}.hero-subheading{font-size:24px;font-weight:400;line-height:25px}.accent-color-button{margin-top:30px;padding:11px 50px 11px 35px;font-size:16px}.about-us-block{padding:35px 10px}.about-us-block .h4{line-height:40px}.section-subheading{font-size:18px}.h4{line-height:64px}.cta-text{font-weight:400}.cta-p{color:#333333;font-size:16px;line-height:22px;font-weight:400}.normal-button{color:#cb8228}.discover-section-heading-block{padding:50px 10px 76px}.discover-logo-img{margin-bottom:11px}.discover-video-container{margin-top:35px}.accent-color-button.arrow-w-text:hover .cta-button-icon{transform:translateX(20px)}.pagination-links span{margin-right:5px;padding:5px;text-decoration:none}.pagination-links a{margin-right:5px;padding:5px;text-decoration:none}.pagination-links .next{display:none}.pagination-links .prev{display:none}nav.navigation.posts-navigation{display:none}.related-post-block{border-radius:0}.rel_posts ul{display:inline;margin-left:0}.rel_posts ul li{display:inline;margin-bottom:30px}.rel_posts img{max-width:300px;height:auto;display:inline-block;text-align:left}.rel_post a{display:inline-block}.related-post-block img{min-height:auto}.team-member-block img{max-width:100%;height:auto}.team-member-bio-img-block{border-radius:0}.testimonial-slider{min-height:400px}.sticky-footer{display:block}.bottom-footer-section{display:none}.Insurance-block-container{text-align:center;padding:20px 0}.subheading-insurance{margin-bottom:30px}.insurance-logo{margin:0 auto;display:block;max-width:100%}.insurance-logo img{display:inline-block;margin:0px 15px 0 15px;max-width:126px;height:auto;margin-bottom:20px}.insurance-logo-content{display:inline-block;height:90px}.team-member-bio-img-block{margin-bottom:30px}.locations-detail-content{display:inline-block;margin-bottom:30px;width:100%}.locations-detail-content img{float:none}.locations-detail-title{margin-bottom:30px;color:#453921}.locations-subtitle{margin-top:0;margin-bottom:30px;font-family:Muli, sans-serif;font-size:17px;line-height:25px;color:#387383}.locations-content-inside{display:inline-block}.locations-content-inside-box{margin-bottom:30px}.locations-content-inside-box h3{margin-top:0;margin-bottom:30px;color:#387383;font-size:24px;line-height:30px;font-weight:500;text-transform:uppercase}.locations-content-inside-box .helping-p p{margin-bottom:30px}.locations-content-inside-box a{color:#ca8329}.locations-map iframe{border:0;width:100%;height:auto}.locations-landing img{width:100%;height:auto}.blog-landing img{width:100%;height:auto}.blog-image-container img{width:100%;height:auto}.insurance-section .insurance-block{padding:80px 10px}.insurance-block .insurance-title-block{max-width:700px;line-height:45px;margin-top:0;text-align:center}.title-block h4{line-height:45px;margin-top:0}.insurance-logos-padd{padding:0 10px 80px 10px}.normal-cta-section-subheading{max-width:800px}.faq-intro-block .faq-intro-title{font-size:38px;padding-left:30px}.logos-wrapper div:nth-child(5n){border-right:none}.logos-wrapper div:nth-child(6n){border-bottom:none}.logos-wrapper div:nth-child(7n){border-bottom:none}.logos-wrapper div:nth-child(8n){border-bottom:none}.logos-wrapper div:nth-child(9n){border-bottom:none}.logos-wrapper div:nth-child(10n){border-bottom:none}.full-bar-text-image-content{background-color:#136d8d}.full-bar-text-image-content .full-bar-text-image-container{margin:0;max-width:100%}.full-bar-text-image-box-img{width:100%}.full-bar-text-image-box-img img{display:inline-block;max-height:150px;width:auto}.full-bar-text-image-box-content{display:inline-block;padding-left:30px;max-width:100%;padding:15px 30px}.full-bar-text-image-content .full-bar-text-image-box-content a{color:#ffffff}.full-bar-text-image-box-content h4{letter-spacing:1px;margin-top:0;margin-bottom:20px;color:#ffffff}.full-bar-text-image-box-content a{font-size:24px;text-decoration-line:none;font-weight:600;color:#ffffff}.full-bar-text-image-box .full-bar-text-image-box-img iframe{max-height:224px;width:calc( 100% - 1px) !important;display:block}.full-bar-text-image-box-content a{color:#ffffff}.preview-block-admin{margin-top:0}.acf-block-preview .review-block{display:none}.review-carousel-container{max-width:300px;margin:0 auto}.review-carousel-section .review-slider-content{min-height:400px}.footer-block{padding-bottom:80px}.top-nav-hide{display:none}.footer-columns-block .footer-col-center{display:block;text-align:center}.hero-inner-page-title{line-height:45px}.team-section-block .left-slide-arrow{top:0;left:-5%}.team-section-block .right-slide-arrow{top:0;right:-5%}.testimonials-block .left-arrow-testimonial{left:-5%;top:-50%}.testimonials-block .right-arrow-testimonial{right:-5%;top:-50%}.testimonials-block .div-centered a{margin-top:0}.footer-insurance-block .sticky-footer-button-mob{background-color:#bc7437;color:#ffffff;border-radius:5px;border-color:#bc7437}.footer-call-now-block .sticky-footer-cta-mob{border-color:#bc7437;color:#bc7437;background-color:#ffffff;border-radius:5px}.hero-inner-page-block{height:212px;position:relative}.title-block.page-hero{position:absolute;top:55%;transform:translateY(-50%);width:90%}.h4.white{line-height:35px;margin-bottom:20px}.hero-inner-page-block .hero-inner-title-height{line-height:46px}.social-link-center{margin:0 auto;display:block}.breadcrumb-title-block .breadcrumb-title-link{font-size:16px;color:white;line-height:1.5}.padding-24px-left-right{padding:0 24px}.insurance-label-form{color:#4c524c;font-size:14px;margin-bottom:10px;padding-bottom:10px;line-height:0;margin-top:10px;display:inline-block}.acceptance-box span.wpcf7-list-item{margin-left:0}.acceptance-box span.wpcf7-list-item-label{font-size:13px;font-weight:400}.acceptance-box p{line-height:16px}#breadcrumbs{margin-bottom:20px}.hero-subheading-mobile{display:block}.hero-subheading-desktop{display:none}.about-us .about-us-space{margin-top:10px}.about-us .cta-about-space{margin-bottom:0;padding-bottom:0}.testimonial-section-space{padding-bottom:0}.testimonials-section .testimonial-slider-space{min-height:0;margin-bottom:30px}.blog-section .blog-posts-block a{margin-bottom:0}.new-form-cta-img-block{display:none}.new-form-container{flex:100%}.Insurance-block-container .insurance-title{line-height:41px}.discover-body-button-container{text-align:center;margin-bottom:15px}.hero-subheading p{font-family:Lato, sans-serif;color:#387383;font-size:24px;font-weight:400;line-height:25px;text-align:center}.hero-inner-page-section.post-background{margin-top:80px;background-image:none !important}.hero-inner-page-section.post-background .hero-inner-page-block{height:auto;min-height:185px}.hero-inner-page-section.post-background .hero-inner-page-block #breadcrumbs span{color:#333333}.hero-inner-page-section.post-background .hero-inner-page-block #breadcrumbs span a{color:#333333}.hero-inner-page-section.post-background .hero-inner-page-block .h4{line-height:35px;margin-bottom:20px}.h4.post-title{line-height:37px;margin:40px 0 25px}.post-image-container{margin-top:35px;margin-bottom:35px}.post-image-container img{height:auto}.single-post .wp-block-column{flex-direction:column}.center-form-container{flex:1}.center-form{margin:0 auto}.about-us-cta-section-inner{max-width:480px}.about-us-cta-section-inner .cta-text{color:#385b6a;font-weight:400}.about-us-cta-section-inner .cta-p{color:#333333;font-size:16px;line-height:22px;font-weight:400}.about-us-cta-section-inner .normal-button{width:fit-content;display:block;margin:0 auto}.about-us-cta-section-inner .cta-about{max-width:100%}.script-container .cta-about{display:none}.script-container img{display:block;margin:0 auto;width:100%;height:auto}.script-container .cta-img-block{margin-bottom:90px}.normal-button.s-footer{text-transform:capitalize}@media (min-width: 480px){.team-section-block .left-slide-arrow{top:120px;left:-5%}.team-section-block .right-slide-arrow{top:120px;right:-5%}}@media (min-width: 600px){.locations-detail-content img{float:left;margin-right:15px}.locations-map iframe{border:0;width:300px;height:300px;float:left;margin-right:25px}.full-bar-text-image-box-img img{max-height:200px}.full-bar-text-image-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;padding:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.full-bar-text-image-box-img{width:50%}.full-bar-text-image-box-content{max-width:50%}.review-carousel-container{max-width:500px}.team-section-block .left-slide-arrow{top:300px;left:-5%}.team-section-block .right-slide-arrow{top:300px;right:-5%}}@media (min-width: 768px){.review-carousel-container{max-width:800px}.team-section-block .left-slide-arrow{top:70px;left:-5%}.team-section-block .right-slide-arrow{top:70px;right:-5%}.hero-inner-page-block .hero-inner-title-height{line-height:64px}.hero-subheading-mobile{display:none}.hero-subheading-desktop{display:block}.about-us .about-us-space{margin-top:0}.about-us .cta-about-space{padding-bottom:30px}.testimonial-section-space{padding-bottom:600px}.testimonials-section .testimonial-slider-space{min-height:400px;margin-bottom:0}.new-form-cta-img-block{display:block}.new-form-container{flex:0 50%}.Insurance-block-container{text-align:center;padding:50px 0}.Insurance-block-container .insurance-title{line-height:64px}.discover-body-button-container{text-align:left;margin-bottom:0}.about-us-block{padding:64px 10px}.about-us-block .h4{line-height:64px}.hero-inner-page-section.post-background{margin-top:60px}.post-image-container{margin-top:0}.center-form-container{flex:1}.homepage-blog-post-img-container .blog-post-img{margin:0}.about-us-cta-section-inner{padding-right:30px}.about-us-cta-section-inner .normal-button{margin:0}.script-container .cta-img-block{margin-bottom:109px}}@media (min-width: 900px){.review-carousel-section{max-width:100%}.top-nav-hide{display:block}.footer-columns-block .footer-col-center{text-align:left}.hero-inner-page-title{line-height:64px}.team-section-block .left-slide-arrow{left:-4%}.team-section-block .right-slide-arrow{right:-4%}.testimonials-block .left-arrow-testimonial{left:-4%;top:-50%}.testimonials-block .right-arrow-testimonial{right:-4%;top:-50%}.social-link-center{display:flex}}@media (min-width: 1024px){.image-bg-size{background-size:0,cover}.sticky-footer{display:none}.bottom-footer-section{display:block}.review-carousel-section .review-mask{padding-right:28px;padding-left:10px}.testimonials-block .left-arrow-testimonial{left:-4%;top:-25%}.testimonials-block .right-arrow-testimonial{right:-4%;top:-25%}}@media (min-width: 1280px){.team-section-block .left-slide-arrow{top:0;left:-80px}.team-section-block .right-slide-arrow{top:0;right:-80px}.testimonials-block .left-arrow-testimonial{left:-60px;top:0}.testimonials-block .right-arrow-testimonial{right:-80px;top:0}.hero-inner-page-block{height:148px}.title-block.page-hero{top:62%}}.inner-links-block ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0px}.inner-links-block ul li.cat-item{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #fff;background-color:transparent;text-decoration:none;max-width:100%;display:inline-block;list-style:none !important;margin-bottom:0px !important}.inner-links-block ul li.cat-item a{padding-top:8px;padding-bottom:8px;padding-left:10px;color:rgba(255,255,255,0.8);font-size:17px;text-transform:uppercase;width:100%;text-decoration:none;display:block}.inner-links-block ul li.cat-item a:hover{background-color:#453921;color:#fff}.form-sidebar{width:100%}#breadcrumbs span,#breadcrumbs span a{color:white}.sticky-footer{display:none}.menu-button-2.w-nav-button .w-icon-nav-menu{width:20px}.menu-button-2.w-nav-button .w-icon-nav-menu svg{color:#4c524c}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:0.5em}.normal-button.s-footer{font-size:11px !important;font-weight:600 !important}@media screen and (max-width: 991px){.inner-page-content-block h2{font-size:42px}.scroll-nav-mob{overflow-y:scroll;-webkit-overflow-scrolling:touch}.wrap-nav-mob{white-space:normal}.hero-inner-margin-top{margin-top:106px}}@media screen and (max-width: 900px){.hero-inner-margin-top{margin-top:60px}.navbar-contianer .navbar-block-padding{padding:0px}.testimonials-block .right-arrow-testimonial,.team-section-block .right-slide-arrow{right:0 !important}.testimonials-block .left-arrow-testimonial,.team-section-block .left-slide-arrow{left:0 !important}}@media screen and (max-width: 767px){.hero-inner-margin-top{margin-top:60px}}@media screen and (max-width: 479px){.inner-page-content-block h2{font-size:30px;line-height:32px}.inner-page-content-block h3{font-size:22px}.hero-inner-margin-top{margin-top:60px}.accent-color-button.s-footer{padding:6px 30px 6px 15px !important}.sticky-footer{display:block}.w-nav .w-nav-menu{width:100%}.right-arrow,.left-arrow{padding-top:0px !important}.script-container .cta-img-block{align-items:center}}@media screen and (max-width: 991px){.single-post .wp-block-columns{flex-direction:column}.single-post h1.h4{text-align:left}.nav-menu-2 .primary-menu-dropdown:hover .dropdown-list.w-dropdown-list.w--open{display:contents;transition:all 1s ease-out}}@media screen and (max-width: 911px){.verify-insurance.mobile-form{display:block}}@media screen and (min-width: 1024px){.verify-insurance.mobile-form{display:none}}@media screen and (max-width: 911px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:0}}/*!
Theme Name: Niznik Health Facilities
Theme URI: https://www.niznikhealth.com/
Author: Niznik Behavioral Health
Author URI: https://www.niznikhealth.com/
Version: 1.0.0

*/html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:'webflow-icons';src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");font-weight:normal;font-style:normal}[class^="w-icon-"],[class*=" w-icon-"]{font-family:'webflow-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-icon-slider-right:before{content:"\e600"}.w-icon-slider-left:before{content:"\e601"}.w-icon-arrow-down:before,.w-icon-dropdown-toggle:before{content:"\e603"}.w-icon-file-upload-remove:before{content:"\e900"}.w-icon-file-upload-icon:before{content:"\e903"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{height:100%}body{margin:0;min-height:100%;background-color:#fff;font-family:Arial, sans-serif;font-size:14px;line-height:20px;color:#333}img{max-width:100%;vertical-align:middle;display:inline-block}html.w-mod-touch *{background-attachment:scroll !important}.w-block{display:block}.w-inline-block{max-width:100%;display:inline-block}.w-clearfix:before,.w-clearfix:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-clearfix:after{clear:both}.w-hidden{display:none}.w-button{display:inline-block;padding:9px 15px;background-color:#3898EC;color:white;border:0;line-height:inherit;text-decoration:none;cursor:pointer;border-radius:0}input.w-button{-webkit-appearance:button}html[data-w-dynpage] [data-w-cloak]{color:transparent !important}.w-webflow-badge,.w-webflow-badge *{position:static;left:auto;top:auto;right:auto;bottom:auto;z-index:auto;display:block;visibility:visible;overflow:visible;overflow-x:visible;overflow-y:visible;box-sizing:border-box;width:auto;height:auto;max-height:none;max-width:none;min-height:0;min-width:0;margin:0;padding:0;float:none;clear:none;border:0 none transparent;border-radius:0;background:none;background-image:none;background-position:0% 0%;background-size:auto auto;background-repeat:repeat;background-origin:padding-box;background-clip:border-box;background-attachment:scroll;background-color:transparent;box-shadow:none;opacity:1.0;transform:none;transition:none;direction:ltr;font-family:inherit;font-weight:inherit;color:inherit;font-size:inherit;line-height:inherit;font-style:inherit;font-variant:inherit;text-align:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:0;text-transform:inherit;list-style-type:disc;text-shadow:none;font-smoothing:auto;vertical-align:baseline;cursor:inherit;white-space:inherit;word-break:normal;word-spacing:normal;word-wrap:normal}.w-webflow-badge{position:fixed !important;display:inline-block !important;visibility:visible !important;opacity:1 !important;z-index:2147483647 !important;top:auto !important;right:12px !important;bottom:12px !important;left:auto !important;color:#AAADB0 !important;background-color:#fff !important;border-radius:3px !important;padding:6px 8px 6px 6px !important;font-size:12px !important;opacity:1.0 !important;line-height:14px !important;text-decoration:none !important;transform:none !important;margin:0 !important;width:auto !important;height:auto !important;overflow:visible !important;white-space:nowrap;box-shadow:0 0 0 1px rgba(0,0,0,0.1),0px 1px 3px rgba(0,0,0,0.1);cursor:pointer}.w-webflow-badge>img{display:inline-block !important;visibility:visible !important;opacity:1 !important;vertical-align:middle !important}h1,h2,h3,h4,h5,h6{font-weight:bold;margin-bottom:10px}h1{font-size:38px;line-height:44px;margin-top:20px}h2{font-size:32px;line-height:36px;margin-top:20px}h3{font-size:24px;line-height:30px;margin-top:20px}h4{font-size:18px;line-height:24px;margin-top:10px}h5{font-size:14px;line-height:20px;margin-top:10px}h6{font-size:12px;line-height:18px;margin-top:10px}p{margin-top:0;margin-bottom:10px}blockquote{margin:0 0 10px 0;padding:10px 20px;border-left:5px solid #E2E2E2;font-size:18px;line-height:22px}figure{margin:0;margin-bottom:10px}figcaption{margin-top:5px;text-align:center}ul,ol{margin-top:0px;margin-bottom:10px;padding-left:40px}.w-list-unstyled{padding-left:0;list-style:none}.w-embed:before,.w-embed:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-embed:after{clear:both}.w-video{width:100%;position:relative;padding:0}.w-video iframe,.w-video object,.w-video embed{position:absolute;top:0;left:0;width:100%;height:100%}fieldset{padding:0;margin:0;border:0}button,html input[type="button"],input[type="reset"]{border:0;cursor:pointer;-webkit-appearance:button}.w-form{margin:0 0 15px}.w-form-done{display:none;padding:20px;text-align:center;background-color:#dddddd}.w-form-fail{display:none;margin-top:10px;padding:10px;background-color:#ffdede}label{display:block;margin-bottom:5px;font-weight:bold}.w-input,.w-select{display:block;width:100%;height:38px;padding:8px 12px;margin-bottom:10px;font-size:14px;line-height:1.428571429;color:#333333;vertical-align:middle;background-color:#ffffff;border:1px solid #cccccc}.w-input:-moz-placeholder,.w-select:-moz-placeholder{color:#999}.w-input::-moz-placeholder,.w-select::-moz-placeholder{color:#999;opacity:1}.w-input:-ms-input-placeholder,.w-select:-ms-input-placeholder{color:#999}.w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder{color:#999}.w-input:focus,.w-select:focus{border-color:#3898EC;outline:0}.w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select{cursor:not-allowed;background-color:#eeeeee}textarea.w-input,textarea.w-select{height:auto}.w-select{background-color:#f3f3f3}.w-select[multiple]{height:auto}.w-form-label{display:inline-block;cursor:pointer;font-weight:normal;margin-bottom:0px}.w-radio{display:block;margin-bottom:5px;padding-left:20px}.w-radio:before,.w-radio:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-radio:after{clear:both}.w-radio-input{margin:4px 0 0;margin-top:1px \9;line-height:normal;float:left;margin-left:-20px}.w-radio-input{margin-top:3px}.w-file-upload{display:block;margin-bottom:10px}.w-file-upload-input{width:0.1px;height:0.1px;opacity:0;overflow:hidden;position:absolute;z-index:-100}.w-file-upload-default,.w-file-upload-uploading,.w-file-upload-success{display:inline-block;color:#333333}.w-file-upload-error{display:block;margin-top:10px}.w-file-upload-default.w-hidden,.w-file-upload-uploading.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden{display:none}.w-file-upload-uploading-btn{display:flex;font-size:14px;font-weight:normal;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #cccccc;background-color:#fafafa}.w-file-upload-file{display:flex;flex-grow:1;justify-content:space-between;margin:0;padding:8px 9px 8px 11px;border:1px solid #cccccc;background-color:#fafafa}.w-file-upload-file-name{font-size:14px;font-weight:normal;display:block}.w-file-remove-link{margin-top:3px;margin-left:10px;width:auto;height:auto;padding:3px;display:block;cursor:pointer}.w-icon-file-upload-remove{margin:auto;font-size:10px}.w-file-upload-error-msg{display:inline-block;color:#ea384c;padding:2px 0}.w-file-upload-info{display:inline-block;line-height:38px;padding:0 12px}.w-file-upload-label{display:inline-block;font-size:14px;font-weight:normal;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #cccccc;background-color:#fafafa}.w-icon-file-upload-icon,.w-icon-file-upload-uploading{display:inline-block;margin-right:8px;width:20px}.w-icon-file-upload-uploading{height:20px}.w-container{margin-left:auto;margin-right:auto;max-width:940px}.w-container:before,.w-container:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-container:after{clear:both}.w-container .w-row{margin-left:-10px;margin-right:-10px}.w-row:before,.w-row:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-row:after{clear:both}.w-row .w-row{margin-left:0;margin-right:0}.w-col{position:relative;float:left;width:100%;min-height:1px;padding-left:10px;padding-right:10px}.w-col .w-col{padding-left:0;padding-right:0}.w-col-1{width:8.33333333%}.w-col-2{width:16.66666667%}.w-col-3{width:25%}.w-col-4{width:33.33333333%}.w-col-5{width:41.66666667%}.w-col-6{width:50%}.w-col-7{width:58.33333333%}.w-col-8{width:66.66666667%}.w-col-9{width:75%}.w-col-10{width:83.33333333%}.w-col-11{width:91.66666667%}.w-col-12{width:100%}.w-hidden-main{display:none !important}@media screen and (max-width: 991px){.w-container{max-width:728px}.w-hidden-main{display:inherit !important}.w-hidden-medium{display:none !important}.w-col-medium-1{width:8.33333333%}.w-col-medium-2{width:16.66666667%}.w-col-medium-3{width:25%}.w-col-medium-4{width:33.33333333%}.w-col-medium-5{width:41.66666667%}.w-col-medium-6{width:50%}.w-col-medium-7{width:58.33333333%}.w-col-medium-8{width:66.66666667%}.w-col-medium-9{width:75%}.w-col-medium-10{width:83.33333333%}.w-col-medium-11{width:91.66666667%}.w-col-medium-12{width:100%}.w-col-stack{width:100%;left:auto;right:auto}}@media screen and (max-width: 767px){.w-hidden-main{display:inherit !important}.w-hidden-medium{display:inherit !important}.w-hidden-small{display:none !important}.w-row,.w-container .w-row{margin-left:0;margin-right:0}.w-col{width:100%;left:auto;right:auto}.w-col-small-1{width:8.33333333%}.w-col-small-2{width:16.66666667%}.w-col-small-3{width:25%}.w-col-small-4{width:33.33333333%}.w-col-small-5{width:41.66666667%}.w-col-small-6{width:50%}.w-col-small-7{width:58.33333333%}.w-col-small-8{width:66.66666667%}.w-col-small-9{width:75%}.w-col-small-10{width:83.33333333%}.w-col-small-11{width:91.66666667%}.w-col-small-12{width:100%}}@media screen and (max-width: 479px){.w-container{max-width:none}.w-hidden-main{display:inherit !important}.w-hidden-medium{display:inherit !important}.w-hidden-small{display:inherit !important}.w-hidden-tiny{display:none !important}.w-col{width:100%}.w-col-tiny-1{width:8.33333333%}.w-col-tiny-2{width:16.66666667%}.w-col-tiny-3{width:25%}.w-col-tiny-4{width:33.33333333%}.w-col-tiny-5{width:41.66666667%}.w-col-tiny-6{width:50%}.w-col-tiny-7{width:58.33333333%}.w-col-tiny-8{width:66.66666667%}.w-col-tiny-9{width:75%}.w-col-tiny-10{width:83.33333333%}.w-col-tiny-11{width:91.66666667%}.w-col-tiny-12{width:100%}}.w-widget{position:relative}.w-widget-map{width:100%;height:400px}.w-widget-map label{width:auto;display:inline}.w-widget-map img{max-width:inherit}.w-widget-map .gm-style-iw{text-align:center}.w-widget-map .gm-style-iw>button{display:none !important}.w-widget-twitter{overflow:hidden}.w-widget-twitter-count-shim{display:inline-block;vertical-align:top;position:relative;width:28px;height:20px;text-align:center;background:white;border:#758696 solid 1px;border-radius:3px}.w-widget-twitter-count-shim *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-widget-twitter-count-shim .w-widget-twitter-count-inner{position:relative;font-size:15px;line-height:12px;text-align:center;color:#999;font-family:serif}.w-widget-twitter-count-shim .w-widget-twitter-count-clear{position:relative;display:block}.w-widget-twitter-count-shim.w--large{width:36px;height:28px}.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner{font-size:18px;line-height:18px}.w-widget-twitter-count-shim:not(.w--vertical){margin-left:5px;margin-right:8px}.w-widget-twitter-count-shim:not(.w--vertical).w--large{margin-left:6px}.w-widget-twitter-count-shim:not(.w--vertical):before,.w-widget-twitter-count-shim:not(.w--vertical):after{top:50%;left:0;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim:not(.w--vertical):before{border-color:rgba(117,134,150,0);border-right-color:#5d6c7b;border-width:4px;margin-left:-9px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:before{border-width:5px;margin-left:-10px;margin-top:-5px}.w-widget-twitter-count-shim:not(.w--vertical):after{border-color:rgba(255,255,255,0);border-right-color:white;border-width:4px;margin-left:-8px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:after{border-width:5px;margin-left:-9px;margin-top:-5px}.w-widget-twitter-count-shim.w--vertical{width:61px;height:33px;margin-bottom:8px}.w-widget-twitter-count-shim.w--vertical:before,.w-widget-twitter-count-shim.w--vertical:after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim.w--vertical:before{border-color:rgba(117,134,150,0);border-top-color:#5d6c7b;border-width:5px;margin-left:-5px}.w-widget-twitter-count-shim.w--vertical:after{border-color:rgba(255,255,255,0);border-top-color:white;border-width:4px;margin-left:-4px}.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner{font-size:18px;line-height:22px}.w-widget-twitter-count-shim.w--vertical.w--large{width:76px}.w-widget-gplus{overflow:hidden}.w-background-video{position:relative;overflow:hidden;height:500px;color:white}.w-background-video>video{background-size:cover;background-position:50% 50%;position:absolute;margin:auto;width:100%;height:100%;right:-100%;bottom:-100%;top:-100%;left:-100%;object-fit:cover;z-index:-100}.w-background-video>video::-webkit-media-controls-start-playback-button{display:none !important;-webkit-appearance:none}.w-slider{position:relative;height:300px;text-align:center;background:#dddddd;clear:both;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}.w-slider-mask{position:relative;display:block;overflow:hidden;z-index:1;left:0;right:0;height:100%;white-space:nowrap}.w-slide{position:relative;display:inline-block;vertical-align:top;width:100%;height:100%;white-space:normal;text-align:left}.w-slider-nav{position:absolute;z-index:2;top:auto;right:0;bottom:0;left:0;margin:auto;padding-top:10px;height:40px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}.w-slider-nav.w-round>div{border-radius:100%}.w-slider-nav.w-num>div{width:auto;height:auto;padding:0.2em 0.5em;font-size:inherit;line-height:inherit}.w-slider-nav.w-shadow>div{box-shadow:0 0 3px rgba(51,51,51,0.4)}.w-slider-nav-invert{color:#fff}.w-slider-nav-invert>div{background-color:rgba(34,34,34,0.4)}.w-slider-nav-invert>div.w-active{background-color:#222}.w-slider-dot{position:relative;display:inline-block;width:1em;height:1em;background-color:rgba(255,255,255,0.4);cursor:pointer;margin:0 3px 0.5em;transition:background-color 100ms, color 100ms}.w-slider-dot.w-active{background-color:#fff}.w-slider-dot:focus{outline:none;box-shadow:0px 0px 0px 2px #fff}.w-slider-dot:focus.w-active{box-shadow:none}.w-slider-arrow-left,.w-slider-arrow-right{position:absolute;width:80px;top:0;right:0;bottom:0;left:0;margin:auto;cursor:pointer;overflow:hidden;color:white;font-size:40px;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-slider-arrow-left [class^="w-icon-"],.w-slider-arrow-right [class^="w-icon-"],.w-slider-arrow-left [class*=" w-icon-"],.w-slider-arrow-right [class*=" w-icon-"]{position:absolute}.w-slider-arrow-left:focus,.w-slider-arrow-right:focus{outline:0}.w-slider-arrow-left{z-index:3;right:auto}.w-slider-arrow-right{z-index:4;left:auto}.w-icon-slider-left,.w-icon-slider-right{top:0;right:0;bottom:0;left:0;margin:auto;width:1em;height:1em}.w-slider-aria-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.w-dropdown{display:inline-block;position:relative;text-align:left;margin-left:auto;margin-right:auto;z-index:900}.w-dropdown-btn,.w-dropdown-toggle,.w-dropdown-link{position:relative;vertical-align:top;text-decoration:none;color:#222222;padding:20px;text-align:left;margin-left:auto;margin-right:auto;white-space:nowrap}.w-dropdown-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;cursor:pointer;padding-right:40px}.w-dropdown-toggle:focus{outline:0}.w-icon-dropdown-toggle{position:absolute;top:0;right:0;bottom:0;margin:auto;margin-right:20px;width:1em;height:1em}.w-dropdown-list{position:absolute;background:#dddddd;display:none;min-width:100%}.w-dropdown-list.w--open{display:block}.w-dropdown-link{padding:10px 20px;display:block;color:#222222}.w-dropdown-link.w--current{color:#0082f3}.w-dropdown-link:focus{outline:0}@media screen and (max-width: 767px){.w-nav-brand{padding-left:10px}}.w-lightbox-backdrop{color:#000;cursor:auto;font-family:serif;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;list-style:disc;text-align:start;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;position:fixed;top:0;right:0;bottom:0;left:0;color:#fff;font-family:"Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;font-size:17px;line-height:1.2;font-weight:300;text-align:center;background:rgba(0,0,0,0.9);z-index:2000;outline:0;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-transform:translate(0, 0)}.w-lightbox-backdrop,.w-lightbox-container{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.w-lightbox-content{position:relative;height:100vh;overflow:hidden}.w-lightbox-view{position:absolute;width:100vw;height:100vh;opacity:0}.w-lightbox-view:before{content:"";height:100vh}.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:86vh}.w-lightbox-frame,.w-lightbox-view:before{display:inline-block;vertical-align:middle}.w-lightbox-figure{position:relative;margin:0}.w-lightbox-group .w-lightbox-figure{cursor:pointer}.w-lightbox-img{width:auto;height:auto;max-width:none}.w-lightbox-image{display:block;float:none;max-width:100vw;max-height:100vh}.w-lightbox-group .w-lightbox-image{max-height:86vh}.w-lightbox-caption{position:absolute;right:0;bottom:0;left:0;padding:.5em 1em;background:rgba(0,0,0,0.4);text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.w-lightbox-embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.w-lightbox-control{position:absolute;top:0;width:4em;background-size:24px;background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.w-lightbox-left{display:none;bottom:0;left:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")}.w-lightbox-right{display:none;right:0;bottom:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")}.w-lightbox-close{right:0;height:2.6em;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");background-size:18px}.w-lightbox-strip{position:absolute;bottom:0;left:0;right:0;padding:0 1vh;line-height:0;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.w-lightbox-item{display:inline-block;width:10vh;padding:2vh 1vh;box-sizing:content-box;cursor:pointer;-webkit-transform:translate3d(0, 0, 0)}.w-lightbox-active{opacity:.3}.w-lightbox-thumbnail{position:relative;height:10vh;background:#222;overflow:hidden}.w-lightbox-thumbnail-image{position:absolute;top:0;left:0}.w-lightbox-thumbnail .w-lightbox-tall{top:50%;width:100%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.w-lightbox-thumbnail .w-lightbox-wide{left:50%;height:100%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.w-lightbox-spinner{position:absolute;top:50%;left:50%;box-sizing:border-box;width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:5px solid rgba(0,0,0,0.4);border-radius:50%;-webkit-animation:spin .8s infinite linear;animation:spin .8s infinite linear}.w-lightbox-spinner:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:3px solid transparent;border-bottom-color:#fff;border-radius:50%}.w-lightbox-hide{display:none}.w-lightbox-noscroll{overflow:hidden}@media (min-width: 768px){.w-lightbox-content{height:96vh;margin-top:2vh}.w-lightbox-view,.w-lightbox-view:before{height:96vh}.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:84vh}.w-lightbox-image{max-width:96vw;max-height:96vh}.w-lightbox-group .w-lightbox-image{max-width:82.3vw;max-height:84vh}.w-lightbox-left,.w-lightbox-right{display:block;opacity:.5}.w-lightbox-close{opacity:.8}.w-lightbox-control:hover{opacity:1}}.w-lightbox-inactive,.w-lightbox-inactive:hover{opacity:0}.w-richtext:before,.w-richtext:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-richtext:after{clear:both}.w-richtext[contenteditable="true"]:before,.w-richtext[contenteditable="true"]:after{white-space:initial}.w-richtext ol,.w-richtext ul{overflow:hidden}.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after{outline:2px solid #2895f7}.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div{outline:2px solid #2895f7}.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type="video"]>div:after{content:'';position:absolute;display:none;left:0;top:0;right:0;bottom:0}.w-richtext figure{position:relative;max-width:60%}.w-richtext figure>div:before{cursor:default !important}.w-richtext figure img{width:100%}.w-richtext figure figcaption.w-richtext-figcaption-placeholder{opacity:0.6}.w-richtext figure div{font-size:0px;color:transparent}.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type="image"]{display:table}.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type="image"]>div{display:inline-block}.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type="image"]>figcaption{display:table-caption;caption-side:bottom}.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type="video"]{width:60%;height:0}.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type="video"] iframe{position:absolute;top:0;left:0;width:100%;height:100%}.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type="video"]>div{width:100%}.w-richtext figure.w-richtext-align-center{margin-right:auto;margin-left:auto;clear:both}.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div{max-width:100%}.w-richtext figure.w-richtext-align-normal{clear:both}.w-richtext figure.w-richtext-align-fullwidth{width:100%;max-width:100%;text-align:center;clear:both;display:block;margin-right:auto;margin-left:auto}.w-richtext figure.w-richtext-align-fullwidth>div{display:inline-block;padding-bottom:inherit}.w-richtext figure.w-richtext-align-fullwidth>figcaption{display:block}.w-richtext figure.w-richtext-align-floatleft{float:left;margin-right:15px;clear:none}.w-richtext figure.w-richtext-align-floatright{float:right;margin-left:15px;clear:none}.w-nav{position:relative;background:#dddddd;z-index:1000}.w-nav:before,.w-nav:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-nav:after{clear:both}.w-nav-brand{position:relative;float:left;text-decoration:none;color:#333333}.w-nav-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;color:#222222;padding:20px;text-align:left;margin-left:auto;margin-right:auto}.w-nav-link.w--current{color:#0082f3}.w-nav-menu{position:relative;float:right}[data-nav-menu-open]{display:block !important;position:absolute;top:100%;left:0;right:0;background:#C8C8C8;text-align:center;overflow:visible;min-width:200px}.w--nav-link-open{display:block;position:relative}.w-nav-overlay{position:absolute;overflow:hidden;display:none;top:100%;left:0;right:0;width:100%}.w-nav-overlay [data-nav-menu-open]{top:0}.w-nav[data-animation="over-left"] .w-nav-overlay{width:auto}.w-nav[data-animation="over-left"] .w-nav-overlay,.w-nav[data-animation="over-left"] [data-nav-menu-open]{right:auto;z-index:1;top:0}.w-nav[data-animation="over-right"] .w-nav-overlay{width:auto}.w-nav[data-animation="over-right"] .w-nav-overlay,.w-nav[data-animation="over-right"] [data-nav-menu-open]{left:auto;z-index:1;top:0}.w-nav-button{position:relative;float:right;padding:18px;font-size:24px;display:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-nav-button:focus{outline:0}.w-nav-button.w--open{background-color:#C8C8C8;color:white}.w-nav[data-collapse="all"] .w-nav-menu{display:none}.w-nav[data-collapse="all"] .w-nav-button{display:block}.w--nav-dropdown-open{display:block}.w--nav-dropdown-toggle-open{display:block}.w--nav-dropdown-list-open{position:static}@media screen and (max-width: 991px){.w-nav[data-collapse="medium"] .w-nav-menu{display:none}.w-nav[data-collapse="medium"] .w-nav-button{display:block}}@media screen and (max-width: 767px){.w-nav[data-collapse="small"] .w-nav-menu{display:none}.w-nav[data-collapse="small"] .w-nav-button{display:block}.w-nav-brand{padding-left:10px}}@media screen and (max-width: 479px){.w-nav[data-collapse="tiny"] .w-nav-menu{display:none}.w-nav[data-collapse="tiny"] .w-nav-button{display:block}}.w-tabs{position:relative}.w-tabs:before,.w-tabs:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-tabs:after{clear:both}.w-tab-menu{position:relative}.w-tab-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;padding:9px 30px;text-align:left;cursor:pointer;color:#222222;background-color:#dddddd}.w-tab-link.w--current{background-color:#C8C8C8}.w-tab-link:focus{outline:0}.w-tab-content{position:relative;display:block;overflow:hidden}.w-tab-pane{position:relative;display:none}.w--tab-active{display:block}@media screen and (max-width: 479px){.w-tab-link{display:block}}.w-ix-emptyfix:after{content:""}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.w-dyn-empty{padding:10px;background-color:#dddddd}.w-dyn-hide{display:none !important}.w-dyn-bind-empty{display:none !important}.w-condition-invisible{display:none !important}.w-checkbox{display:block;margin-bottom:5px;padding-left:20px}.w-checkbox::before{content:' ';display:table;-ms-grid-column-span:1;grid-column-end:2;-ms-grid-column:1;grid-column-start:1;-ms-grid-row-span:1;grid-row-end:2;-ms-grid-row:1;grid-row-start:1}.w-checkbox::after{content:' ';display:table;-ms-grid-column-span:1;grid-column-end:2;-ms-grid-column:1;grid-column-start:1;-ms-grid-row-span:1;grid-row-end:2;-ms-grid-row:1;grid-row-start:1;clear:both}.w-checkbox-input{float:left;margin-bottom:0px;margin-left:-20px;margin-right:0px;margin-top:4px;line-height:normal}.w-checkbox-input--inputType-custom{border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-color:#ccc;border-bottom-color:#ccc;border-left-color:#ccc;border-right-color:#ccc;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-style:solid;width:12px;height:12px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;border-top-left-radius:2px;border-top-right-radius:2px}.w-checkbox-input--inputType-custom.w--redirected-checked{background-color:#3898ec;border-top-color:#3898ec;border-bottom-color:#3898ec;border-left-color:#3898ec;border-right-color:#3898ec;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.w-checkbox-input--inputType-custom.w--redirected-focus{box-shadow:0px 0px 3px 1px #3898ec}.w-embed-youtubevideo{width:100%;position:relative;padding-bottom:0px;padding-left:0px;padding-right:0px;background-size:cover;background-position:50% 50%}.w-embed-youtubevideo:empty{min-height:75px;padding-bottom:56.25%}.w-form-formradioinput--inputType-custom{border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-color:#ccc;border-bottom-color:#ccc;border-left-color:#ccc;border-right-color:#ccc;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-style:solid;width:12px;height:12px;border-bottom-left-radius:50%;border-bottom-right-radius:50%;border-top-left-radius:50%;border-top-right-radius:50%}.w-form-formradioinput--inputType-custom.w--redirected-focus{box-shadow:0px 0px 3px 1px #3898ec}.w-form-formradioinput--inputType-custom.w--redirected-checked{border-top-width:4px;border-bottom-width:4px;border-left-width:4px;border-right-width:4px;border-top-color:#3898ec;border-bottom-color:#3898ec;border-left-color:#3898ec;border-right-color:#3898ec}body{font-family:Lato, sans-serif;color:#333;font-size:16px;line-height:20px}h3{margin-top:20px;margin-bottom:10px;color:#387383;font-size:24px;line-height:30px;font-weight:700;text-transform:uppercase}p{margin-bottom:20px;line-height:1.5}a{color:#cb8228;text-decoration:none}.navbar{position:fixed;left:0%;top:0%;right:0%;bottom:auto;z-index:99999;background-color:#fff;box-shadow:2px 2px 7px 0 rgba(0,0,0,0.15)}.navbar-contianer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:0px;padding-left:0px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.logo-block{max-width:none;min-width:150px;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.navbar-block{display:block;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.top-navbar{position:relative;display:block;width:100%;height:40px;padding-top:0px;padding-bottom:0px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;border-style:none;border-width:2px;border-color:#627263;background-color:#387383}.top-nav-link{position:static;margin-right:10px;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;font-family:Muli;color:#d98657;font-size:14px;font-weight:700;text-decoration:none;text-transform:uppercase}.top-nav-link.main{display:block;margin-right:0px;padding:20px 5px 20px 0px;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;border:0px solid transparent;font-family:Lato, sans-serif;color:#453921;font-size:16px;font-weight:400;white-space:normal}.top-nav-link.main:hover{border-style:none;border-width:2px;border-color:#627263;color:#d98657}.top-nav-link.main-menu{display:block;max-width:none;margin-right:5px;padding-top:20px;padding-bottom:20px;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;font-family:Lato, sans-serif;font-weight:400}.top-nav-link.top{padding:10px;font-family:Lato, sans-serif;color:#fff}.body{font-family:Lato, sans-serif}.menu-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;max-width:none}.top-menu-phone-link{display:block;padding:15px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:Poppins, sans-serif;color:#f9f4ec;font-size:22px;line-height:25px;font-weight:600;letter-spacing:normal;text-decoration:none}.top-menu-phone-link:hover{background-color:#453921}.search-block{margin-left:20px}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.search-input{height:43px;margin-bottom:0px;padding-right:40px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.2);color:#222}.search-button{position:relative;left:-35px;background-color:transparent;background-position:50% 50%;background-size:auto 18px;background-repeat:no-repeat}.top-right-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.form-section-block{margin-top:40px;margin-bottom:0px;padding:40px}.form-section-block.vi{margin-top:0px}.main-navbar{position:relative;display:block;padding:0px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.dropdown{margin-right:0px;margin-left:0px}.submenu-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.submenu-block.w--open{background-color:#f9f4ec;box-shadow:2px 2px 5px 0 rgba(0,0,0,0.15)}.submenu-link{font-family:Muli;color:#222;font-size:13px;line-height:15px;font-weight:700;text-decoration:none;text-transform:uppercase}.submenu-link:hover{background-color:#e7a747;color:#fff}.logo-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;max-width:200px;min-width:150px;padding-right:20px;padding-left:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.icon{right:-7px}.hero-section{height:600px;margin-top:130px;background-position:50% 50%;background-size:cover;-webkit-transition:all 500ms ease;transition:all 500ms ease}.hero-h1{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10% 10px 5%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.heading{font-family:Poppins, sans-serif;color:#453921;font-size:60px;line-height:1.5;font-weight:500;text-align:center;letter-spacing:normal;text-transform:uppercase}.heading-subline{position:static;height:2px;min-width:200px;margin-top:10px;margin-bottom:40px;background-color:rgba(0,0,0,0.15);color:rgba(98,114,99,0.5)}.heading-subline.dark{background-color:rgba(0,0,0,0.25);color:#4c524c}.heading-subline.dark{background-color:rgba(0,0,0,0.25);color:#4c524c}.heading-subline.verify-insurance{background-color:#fff}.heading-subline.team{max-width:200px;margin-right:auto;margin-left:auto}.heading-subline.location{width:80px;min-width:auto;margin-right:auto;background-color:#997753;color:#d98657}.hero-subheading{width:80%;font-family:Lato, sans-serif;color:#387383;font-size:20px;line-height:23px;text-align:center}.accent-color-button{margin-top:50px;padding:11px 40px 11px 25px;background-position:94% 50%;background-size:10px 10px;background-repeat:no-repeat;background-attachment:scroll;-webkit-transition:all 200ms ease;transition:all 200ms ease;font-family:Poppins, sans-serif;font-size:20px;line-height:25px;font-weight:400;text-decoration:none;text-transform:uppercase}.accent-color-button:hover{background-color:#453921;background-position:97% 50%}.accent-color-button.submenu{margin-top:20px;padding-right:15px;padding-left:15px;background-image:none;background-position:0px 0px;background-size:auto;background-repeat:repeat;background-attachment:scroll;font-family:Poppins, sans-serif;font-size:16px}.accent-color-button.form-version{display:inline-block;margin-top:20px}.accent-color-button.footer-version{margin-top:20px;margin-bottom:20px;padding-right:30px;padding-left:15px}.accent-color-button.inner-page-link-variation{width:100%;margin-top:20px;padding-right:25px;background-image:none;text-align:center}.accent-color-button.full-width{width:100%;margin-top:20px;text-align:center}.accent-color-button.location-variation{margin-top:30px}.accent-color-button.no-icon-variation{padding-right:25px;background-image:none}.accent-color-button.inner-page-cta-variation{width:100%;max-width:300px}.accent-color-button.inner-page-cta-variation.no-icon{background-image:none;text-align:center}.accent-color-button.blog-list-variation{min-width:250px;margin-top:20px;background-position:75% 50%;text-align:center}.accent-color-button.blog-list-variation:hover{background-position:82% 50%}.accent-color-button.slide-variation{margin-top:0px}.accent-color-button.verify-insurance{margin-top:0px}.accent-color-button.virtual-tour-variation{padding-right:25px;background-image:none}.accent-color-button.virtual-tour-variation:hover{background-color:#387383}.accent-color-button.cta-variation{margin-top:0px;padding-right:25px;background-image:none;font-family:Lato, sans-serif}.accent-color-button.arrow-w-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-image:none}.about-us-block{padding:40px 10px}.h4{font-family:Poppins, sans-serif;color:#4c524c;font-size:36px;line-height:55px;font-weight:500;text-align:center;text-transform:uppercase}.h4.left{color:#0e0e0e;font-size:30px;line-height:35px;text-align:left;text-transform:capitalize}.h4.left.bio{text-transform:none}.h4.left.team-section{background-color:transparent}.h4.left.story{margin-top:0px}.h4.normal{text-transform:none}.h4.locations{font-size:35px;line-height:45px;text-align:left;text-transform:none}.h4.post{text-align:left;text-transform:capitalize}.h4.white{color:#fff}.h4.white.blog-hero{width:70%;text-align:left}.text-block{text-align:center}.section-subheading{margin-bottom:10px;font-family:Lato, sans-serif;color:#387383;font-size:24px;line-height:24px;font-weight:400;text-align:center}.section-subheading.left{text-align:left}.section-subheading.left.cap{line-height:35px;text-transform:uppercase}.section-subheading.left.faq-subtitle{line-height:30px}.section-subheading.verify-insurance{color:#0e0e0e;text-align:left;text-transform:uppercase}.title-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:left}.title-block.post{width:70%;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.title-block.page-hero{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.about-us-cta-section{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.cta-about{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:32%;padding:30px 0px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;border:1px solid transparent;border-radius:5px;text-align:center;text-decoration:none}.cta-about.ww{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;box-shadow:none}.cta-img{max-width:300px;margin-bottom:10px;-webkit-transition:opacity 200ms ease, -webkit-transform 5ms ease;transition:opacity 200ms ease, -webkit-transform 5ms ease;transition:opacity 200ms ease, transform 5ms ease;transition:opacity 200ms ease, transform 5ms ease, -webkit-transform 5ms ease}.cta-img.ww{height:150px;margin-bottom:50px}.cta-text{margin-bottom:10px;font-family:Poppins, sans-serif;color:#387383;font-size:22px;line-height:25px;font-weight:500;text-align:left;text-transform:uppercase}.cta-p{margin-bottom:20px;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;font-family:Lato, sans-serif;color:#222;font-size:18px;line-height:23px;text-align:left}.cta-p.white{color:#fff}.cta-p.white.blog-hero{width:60%}.normal-button{width:auto;padding:11px 35px 11px 0px;background-color:transparent;background-position:92% 50%;background-size:10px 10px;background-repeat:no-repeat;-webkit-transition:all 200ms ease;transition:all 200ms ease;color:#d98657;font-weight:700;text-align:left}.normal-button:hover{background-position:97% 50%}.normal-button.wide{padding-top:15px;padding-bottom:15px;font-family:Montserrat, sans-serif;font-size:22px;line-height:30px}.normal-button.uppercase{text-transform:uppercase}.normal{font-family:Muli;color:#fff;font-size:16px;letter-spacing:3px;text-indent:0px}.normal.large{font-family:Lato, sans-serif;font-size:22px;letter-spacing:normal}.helping-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.helping-text-block{width:50%}.helping-p{margin-top:10px;font-family:Lato, sans-serif;font-size:17px;line-height:25px}.helping-p.location-variation{margin-top:5px;margin-bottom:5px;line-height:20px}.helping-p.center{text-align:center}.helping-p.white{color:#fff}.helping-highlighted-p{padding:25px;border:1px solid transparent;background-color:#4c524c;color:#fff;font-size:17px;line-height:25px}.highlighted-p-link{color:#d98657}.helping-text-img{margin-left:40px}.cta-img-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;max-width:345px;margin-bottom:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.who-we-are-block{padding:40px 10px}.testimonials-section{padding-bottom:500px;background-position:50% 50%;background-size:cover}.testimonials-block{padding:40px 10px}.testimonial-slider{max-width:1000px;min-height:auto;margin-top:20px;margin-bottom:115px;padding-bottom:76px;background-color:transparent}.testimonial-slide{width:31%;height:250px;min-height:300px;margin-right:40px;padding:0px 31px 31px;border-radius:0px;background-color:#fff;box-shadow:4px 4px 11px 0 rgba(0,0,0,0.5)}.name-rating-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.testimonial-name{font-family:Muli;color:#997753;font-size:16px;font-style:italic;font-weight:700}.left-arrow{left:-60px;top:0%;right:auto;bottom:0%;display:block;width:80px;height:50px;padding-top:10px;padding-left:0px}.rating-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:10px}.star-img{width:16px;height:16px;margin-right:5px}.testimonial-p{margin-top:0px;font-size:16px;line-height:20px;font-weight:400;text-align:center}.right-arrow{left:auto;top:0%;right:-80px;bottom:0%;height:50px;padding-top:10px}.slide-nav{display:none}.icon-2{margin-left:5px;color:#997753}.icon-3{margin-right:0px;margin-left:40px;padding-left:0px;color:#997753}.div-centered{max-width:none;margin-top:0px;margin-right:auto;margin-left:auto;text-align:center;text-decoration:none}.div-centered.custom{margin-top:0px;margin-right:0px;margin-left:0px}.testimonial-cta-block{margin-top:700px;padding:40px 50px;border-radius:20px;background-color:#fff;box-shadow:3px 3px 17px 4px rgba(0,0,0,0.1)}.common-link{max-width:250px;text-decoration:none}.common-link.insurance{max-width:350px}.common-link.large{max-width:400px}.mask{min-height:350px;padding-right:20px;padding-left:20px}.mask.team-mask{overflow:hidden;min-height:500px}.insurance-section{background-position:50% 50%;background-size:cover}.insurance-block{padding:60px 10px}.section-text{font-size:18px;line-height:23px}.section-text.white{color:#fff;text-align:center}.section-text.white.location-variation{width:100%;text-align:center}.insurances-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:40px;margin-bottom:40px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.insurance-img{width:220px;margin-right:10px}.footer{margin-bottom:50px;background-color:#fff}.footer-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.footer-column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:20%;max-width:none;padding-right:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.footer-logo-img{max-width:200px;margin-bottom:10px}.footer-phone{margin-top:20px;text-align:center}.follow-us-block{display:block;width:100%;margin-top:10px}.social-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.social-links.thank-you{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.social-link{width:auto;height:auto;margin-right:15px;padding:0px;border-radius:0%;background-color:transparent}.image{width:30px;height:30px}.socialo-title{margin-bottom:10px;font-size:20px;font-weight:600;text-align:left}.location-name{margin-bottom:10px;color:#387383;font-size:16px;font-weight:700;text-transform:uppercase}.location-name.thank-you{text-align:center}.footer-link{display:block;margin-bottom:5px;color:#4c524c;font-size:16px;text-decoration:none}.footer-link:hover{color:#d98657;text-decoration:underline}.address-text{font-size:16px;line-height:23px}.direction-link{display:inline;margin-top:10px;color:#d98657;text-decoration:none}.text-block-2{margin-top:10px;font-size:18px}.blog-section{background-color:#fff}.blog-block{padding:40px 20px}.blog-posts-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.blog-post-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:auto;max-width:32%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;text-decoration:none}.blog-post-img{width:100%;height:auto;max-width:none;margin-bottom:0px;border-radius:0px}.blog-post-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:20px 20px 20px 0px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.blog-post-link-text{color:#d98657;font-size:20px;line-height:22px;font-weight:600}.blog-post-link-text.blog{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;text-decoration:none}.form-block{padding:40px;border-radius:20px;background-color:#fff;box-shadow:4px 4px 11px -4px rgba(0,0,0,0.09)}.form-block.verify-insurance{padding:20px;border:0px solid transparent;border-radius:0px;background-color:#f5edce;box-shadow:none}.form-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:0px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.form-text-field{height:45px;max-width:48%;padding-right:16px;padding-left:14px;border-style:solid;border-width:1px;border-color:rgba(0,0,0,0.2);color:#222;font-size:16px}.form-text-field.verify-insurance-field{max-width:none}.select-field{height:45px;margin-bottom:20px;font-size:16px}.submit-button-block{margin-top:30px;text-align:center}.submit-button{padding:12px 40px;background-color:#e7a747;font-size:16px;font-weight:600;letter-spacing:3px;text-transform:uppercase}.submit-button.verify-insurance{background-color:#d98657}.wave-block{position:relative;z-index:500;height:130px;max-width:3000px;margin-bottom:0px;background-position:50% 0%;background-size:cover;background-repeat:no-repeat}.hero-inner-page-section{margin-top:130px;background-position:0px 0px, 0% 50%;background-size:auto, cover}.hero-inner-page-block{padding:10px 20px 30px}.hero-inner-page-block.post{padding-right:10px;padding-left:10px}.h4-2{font-family:Montserrat, sans-serif;color:#4c524c;font-size:45px;line-height:55px;font-weight:600;text-align:center;text-transform:uppercase}.section-subheading-2{margin-bottom:10px;font-family:Muli;color:#997753;font-size:24px;line-height:24px;font-weight:600;text-align:center}.inner-page-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.sidebar-block{overflow:hidden;border-style:solid;border-width:1px;border-color:#dccab4;border-radius:15px;background-color:#fff;box-shadow:5px 5px 11px 1px rgba(0,0,0,0.09)}.sidebar-header{padding:30px 5%}.sidebar-main-link{font-family:Montserrat, sans-serif;color:#d98657;font-size:35px;line-height:40px;font-weight:600;text-decoration:none;text-transform:uppercase}.sidebar-body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.sidebar-link-block{padding:0px 8% 20px;color:#4c524c;font-size:20px;font-weight:400;text-decoration:none}.sidebar-link-block:hover{background-color:#4c524c;color:#fff}.sidebar-link-text{border-bottom:0px solid #dccab4;line-height:25px}.bottom-border{height:1px;margin-top:0px;margin-bottom:20px;background-color:#dccab4}.inner-page-content-block{margin-left:40px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.inner-page-content-block.verify-insurance-v{margin-right:0px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.content-h5{color:#997753;font-size:25px;line-height:35px;font-weight:600}.content-h5.center{text-align:center}.form-block-2{margin-bottom:0px}.phonoe-mobile-block{display:none}.logo-img{width:auto;min-width:auto}.menu-tablet{display:none;padding-top:10px;padding-right:45px;padding-bottom:10px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:left}.tablet-menu{padding-top:10px;padding-right:45px;padding-bottom:10px;background-color:transparent}.menu-button{padding:5px;background-color:#e7a747;color:#fff;font-size:40px}.nav-menu{position:absolute}.tablet-menu-icon{width:45px;height:45px;padding:7px;background-color:#e7a747}.icon-inner-menu{overflow:hidden;margin-top:40px}.page-icon-inner-menu{overflow:hidden;margin-top:40px;border-style:solid;border-width:1px;border-color:#d98657;border-radius:15px;box-shadow:5px 5px 11px 1px rgba(0,0,0,0.15)}.inner-page-blockquote{padding:30px 35px;border-left-width:0px;background-color:#4c524c;color:#fff;line-height:25px}.paragraph-link{color:#d98657;text-decoration:none}.success-inner-page-section{margin-bottom:-80px;background-position:0px 0px;background-size:cover}.success-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:0px;padding:40px 10px 80px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.success-slider-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:450px;padding:50px 30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:15px;background-color:#fff}.success-stories-p{margin-bottom:40px;font-size:16px;text-align:center}.mega-menu{position:absolute}.navbar-2{position:static;width:100%;max-width:2000px;background-color:transparent}.nav-menu-2{position:static;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.logo-mobile{display:none}.dropdown-toggle{padding:0px 40px 0px 0px}.dropdown-list{left:0%;right:0%;width:100vh;max-width:1280px}.dropdown-list.w--open{left:auto;top:60px;right:auto;width:auto;max-width:none;margin-top:20px;padding:9px;background-color:#fff;box-shadow:4px 4px 11px 0 rgba(0,0,0,0.15)}.dropdown-list.w--open:hover{text-transform:none}.submenu-main-section{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:15px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 25%;-ms-flex:0 25%;flex:0 25%}.submenu-menu-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:15px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.submenu-title{font-size:16px;text-align:center}.submenu-img{margin-top:10px;margin-bottom:20px}.submenu-description{font-weight:400;text-align:center;text-transform:none}.button{margin-top:10px;background-color:#d98657}.submenu-link-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:10px;margin-bottom:10px;padding:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #d98657}.submenu-block-titile{margin-bottom:10px;font-size:16px;text-transform:none}.link{margin-bottom:5px;font-weight:400;text-transform:none}.dropdown-list-2{left:0%;top:61px;right:0%;width:100vh;max-width:1280px;background-color:#fff}.dropdown-list-2.w--open{left:0%;top:61px;right:0%;width:100vh;max-width:1280px;background-color:#fff}.dropdown-mega-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:25%;height:200px;padding:0px 20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;border-right:1px solid #ececec;border-bottom:1px solid #ececec;background-color:transparent;-webkit-transition:background-color 250ms linear;transition:background-color 250ms linear;color:#333;font-size:16px;font-weight:600;text-align:center;text-decoration:none}.dropdown-mega-item:hover{background-color:#ececec}.dropdown-2{position:static;width:33.333333333333336%;border-right:1px solid #ececec;font-weight:600;text-align:center;text-transform:uppercase}.item-desc{color:#929191;font-size:14px;font-weight:400;text-transform:none}.nav-menu-3{position:static;width:75%}.dropdown-toggle-2{width:100%}.item-title{margin-bottom:10px}.logo-container-2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:25%;height:auto;padding-right:15px;padding-left:15px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-right:1px solid #ececec;border-left:1px solid #ececec}.dropdown-mega-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-left:1px solid #ececec}.text-block-4{font-weight:600}.nav-container{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:1280px;margin-right:auto;margin-left:auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.submenu-list{left:0%;right:0%;display:none;width:auto;background-color:#fff}.submenu-list.w--open{position:relative;left:0%;right:0%;display:block;width:auto;max-width:none;min-width:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;background-color:transparent}.sub-menu-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:20px;padding-bottom:20px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;box-shadow:6px 6px 16px 6px rgba(0,0,0,0.15)}.submenu-main-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:auto;max-width:none;padding:0px 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 25%;-ms-flex:0 25%;flex:0 25%;border-right:1px solid rgba(0,0,0,0.15)}.submenu-main-block-title{margin-bottom:10px;font-size:20px;line-height:25px}.submenu-main-block-image{max-width:250px}.submenu-main-block-secundary-text{margin-top:10px;color:#4c524c;text-transform:none}.button-2{background-color:#d98657}.submenu-menu-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;padding:0px 10px 0px 15px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;border-left:1px solid rgba(0,0,0,0.03);background-color:#fff}.submenu-menu-list-block{overflow:visible;width:auto;max-width:none;margin-right:10px;margin-bottom:40px;padding-top:0px;padding-left:0px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-left:0px solid rgba(217,134,87,0.8)}.submenu-menu-title{margin-bottom:10px;color:#4c524c;font-size:16px;font-weight:700;text-decoration:none;text-transform:uppercase}.submenu-menu-title:hover{color:#d98657}.submenu-menu-item{padding-top:5px;padding-bottom:5px;padding-left:0px;font-size:16px;font-weight:400;text-transform:capitalize}.submenu-menu-item:hover{color:#d98657}.dropdown-toggle-3{position:static;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:visible;max-width:none;padding:0px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;white-space:normal}.dropdown-toggle-3.w--open{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px}.menu-item-text{display:inline-block;white-space:nowrap}.useful-link-dropdown{display:none;color:#d98657}.useful-link-text{color:#d98657}.icon-6{color:#d98657}.dropdown-list-3{background-color:#fff;box-shadow:1px 1px 8px 0 rgba(0,0,0,0.15)}.dropdown-toggle-4{display:block;font-size:15px;font-weight:600}.sticky-footer{position:fixed;left:0%;top:auto;right:0%;bottom:0%;z-index:15000;display:none;height:55px;background-color:#4c524c}.sticy-footer-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer-insurance-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.insurance-block-text{color:#fff;font-weight:600}.footer-cta-button{margin-left:10px;padding-top:5px;padding-bottom:5px;border-style:solid;border-width:2px;border-color:#d98657;background-color:#fff;color:#d98657;font-weight:700}.footer-call-now-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer-main-cta-button{margin-left:10px;padding-top:5px;padding-bottom:5px;font-weight:600}.mobile-sticky-footer-text{color:#fff;font-size:15px;font-weight:400;text-align:center}.text-presentation-block{padding-top:40px;padding-bottom:40px}.h4-3{font-family:Montserrat, sans-serif;color:#4c524c;font-size:45px;line-height:55px;font-weight:600;text-align:center;text-transform:uppercase}.h4-3.normal{text-transform:none}.button-inside-cta-2{width:100%;padding:11px 25px;background-color:#e7a747;-webkit-transition:all 200ms ease;transition:all 200ms ease;font-weight:700}.button-text-2{font-family:Muli;color:#fff;font-size:16px;letter-spacing:3px;text-indent:0px}.image-lightbox-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:0px;padding-bottom:0px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.lightbox-link{border-style:solid;border-width:2px;border-color:#fff}.image-cta-section{background-position:0px 0px;background-size:cover;background-repeat:no-repeat}.image-cta-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:60px;padding-bottom:60px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.success-slider-block-2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:450px;padding:50px 30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:15px;background-color:#fff}.form-cta-section{margin-bottom:-80px;background-position:0px 0px;background-size:cover}.form-cta-block{padding-top:40px;padding-bottom:40px}.under-menu-cta-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#4c524c;text-decoration:none}.under-menu-cta-link:hover{color:#fff}.cta-link-block{width:32px;height:32px}.under-menu-cta-link-text{margin-left:20px;color:#4c524c;font-size:18px}.under-menu-cta-text{margin-left:20px;font-size:18px}.form-sidebar{position:-webkit-sticky;position:sticky;top:140px;max-width:30%;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.verify-insurance-subtext{margin-bottom:10px;color:#0e0e0e;font-size:18px}.verify-insurance-link{color:#d98657}.step-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:70px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.step-block.location-variation{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.step-block.location-block-variation{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.step-block.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.step-number{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:44px;height:44px;margin-top:10px;margin-right:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:50%;box-shadow:6px 5px 11px -1px rgba(0,0,0,0.1);color:#fff;font-size:22px;line-height:25px}.step-content-block{padding-left:20px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.step-content-block.reverse{padding-right:20px;padding-left:0px}.admission-cta-block{margin-bottom:60px;padding:25px 19px;border-style:solid;border-width:1px;border-color:#d98657;border-radius:15px;box-shadow:5px 4px 12px 0 rgba(0,0,0,0.09)}.admission-text-header{margin-bottom:10px;font-size:25px;line-height:30px;font-weight:600;text-align:center}.admission-text-subheading{font-size:20px;font-weight:600;text-align:center}.list-item-text-block{font-size:16px;line-height:18px}.list-item{margin-bottom:10px}.admission-list{margin-top:10px;color:#4c524c}.admissions-button-block{text-align:center}.team-section{background-color:#fff}.team-block{padding:60px 10px 40px}.team-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:60px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.team-member-block{overflow:hidden;margin-bottom:40px;padding-top:0px;-webkit-box-flex:0;-webkit-flex:0 30%;-ms-flex:0 30%;flex:0 30%;border-radius:0px;text-decoration:none}.team-member-img{width:100%;margin-bottom:20px}.team-member-description{padding:30px 20px;background-color:#4c524c}.member-title{margin-bottom:20px;color:#387383;font-size:28px;line-height:32px;font-weight:700;text-transform:uppercase}.member-position{margin-bottom:20px;color:#fff;font-size:22px;line-height:25px;font-style:italic;font-weight:400}.member-short-description{color:#fff;font-size:18px;line-height:22px}.team-member-bio-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.team-member-bio-img{width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.team-member-bio-description{padding-left:20px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.team-member-bio-img-block{overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 40%;-ms-flex:0 40%;flex:0 40%;border-radius:15px}.locations-block{padding:40px 10px}.locations-container{margin-top:60px}.location-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:60px}.location-img{width:100%;border-radius:15px}.location-img-block{-webkit-box-flex:0;-webkit-flex:0 45%;-ms-flex:0 45%;flex:0 45%}.location-text-block{padding-left:40px}.location-address{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.location-icon{width:30px;height:30px;margin-right:20px}.location-cta-lnk{margin-top:10px;padding:12px 25px;background-color:#997753;font-size:18px;font-weight:600;letter-spacing:2px}.reviews-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:60px 10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.review-title{padding:30px;border-style:solid;border-width:2px;border-color:#4c524c;border-radius:15px}.reviews-title-text{font-size:18px;line-height:23px;text-align:center}.reviews-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:40px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.review-block{margin-bottom:60px;padding:35px;-webkit-box-flex:0;-webkit-flex:0 48%;-ms-flex:0 48%;flex:0 48%;border-radius:15px;background-color:#fff;box-shadow:6px 6px 13px 0 rgba(0,0,0,0.1)}.review-main-line{color:#997753;font-size:25px;line-height:30px;font-weight:600}.review-icon{width:80px;height:80px;margin-top:10px;margin-bottom:10px}.review-full-text{color:#4c524c;font-size:20px;line-height:25px}.review-user-name{margin-top:20px;color:#4c524c;font-size:22px}.rating-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px}.rating-img{width:30px;height:30px;margin-right:5px}.main-blog-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 10px}.highlighted-post-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:60px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.main-post-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:0;-webkit-flex:0 66%;-ms-flex:0 66%;flex:0 66%;border-radius:15px;box-shadow:2px 2px 8px 0 rgba(0,0,0,0.15)}.main-post-info-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:auto;min-height:300px;padding:25px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:0;-webkit-flex:0 50%;-ms-flex:0 50%;flex:0 50%}.post-date-text{color:#4c524c;text-transform:uppercase}.post-heading{color:#997753}.post-author{color:#4c524c;font-size:14px}.info-container{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.main-post-image-block{-webkit-box-flex:0;-webkit-flex:0 50%;-ms-flex:0 50%;flex:0 50%;background-position:50% 50%;background-size:auto}.post-category{display:inline-block;padding:10px 20px;background-color:rgba(153,119,83,0.9);color:#fff;font-weight:600}.trending-block{padding:30px;-webkit-box-flex:0;-webkit-flex:0 33%;-ms-flex:0 33%;flex:0 33%;border:1px solid transparent;border-radius:15px;box-shadow:4px 4px 9px 0 rgba(0,0,0,0.15)}.trending-heading{margin-bottom:20px;color:#997753;font-size:25px;line-height:30px;font-weight:600;text-align:center}.trending-posts{color:#d98657}.trending-post-link{color:#d98657}.trending-list-item{margin-bottom:10px}.blog-page-posts{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-flex:0;-webkit-flex:0 70%;-ms-flex:0 70%;flex:0 70%}.post-block{overflow:hidden;margin-bottom:40px;-webkit-box-flex:0;-webkit-flex:0 32%;-ms-flex:0 32%;flex:0 32%;border-radius:15px;box-shadow:1px 1px 10px 0 rgba(0,0,0,0.15)}.post-image-block{height:250px;padding-right:20px;padding-left:20px;background-position:50% 50%;background-size:cover}.post-text-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:250px;min-height:auto;padding:31px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;grid-auto-columns:1fr;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:auto auto;grid-template-rows:auto auto}.category{color:#4c524c;font-size:18px;line-height:22px;font-weight:600}.post-content-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.post-sidebar{-webkit-box-flex:0;-webkit-flex:0 39%;-ms-flex:0 39%;flex:0 39%}.author-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.author-image-block{overflow:hidden;width:160px;height:160px;margin-bottom:10px;border-radius:50%}.author-name{margin-bottom:10px;font-size:25px;line-height:30px}.author-position{font-style:italic}.testomials-block{margin-top:0px;padding-left:0px}.testimonial-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:40px;padding:30px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:0px;background-color:#f5edce}.testimonial-block.stories-cta{margin-bottom:0px;padding:0px;background-color:transparent}.testimonial-story-text{-webkit-box-flex:0;-webkit-flex:0 50%;-ms-flex:0 50%;flex:0 50%}.testimonial-story{margin-bottom:20px;color:#387383;font-size:25px;line-height:28px;text-transform:uppercase}.testimonial-story.stories-variation{text-align:center}.testimonial-story-p{margin-bottom:30px;font-size:18px;line-height:23px}.testimonial-video-block{padding-right:30px;-webkit-box-flex:0;-webkit-flex:0 60%;-ms-flex:0 60%;flex:0 60%}.youtube{min-width:100%}.story-video-block{width:100%;margin-bottom:40px}.faq-block{padding-right:20px;padding-bottom:40px;padding-left:20px}.accordion-wrapper{margin-top:50px}.accordion-item{margin-bottom:20px;padding:24px 30px 14px;border-radius:10px;background-color:#fff;box-shadow:0 3px 7px 0 rgba(0,0,0,0.03)}.accordion-item-trigger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.accordion-heading{margin-top:0px;margin-bottom:0px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#4c524c;font-size:23px;line-height:30px;cursor:pointer}.icon-7.accordion-icon{color:rgba(0,0,0,0.6);font-size:32px;line-height:30px;cursor:pointer}.accordion-item-content{overflow:hidden;margin-top:10px;margin-right:30px}.paragraph{font-size:18px;line-height:25px}.faq-question-block{margin-bottom:0px;padding:25px 30px 15px;border-bottom:1px solid rgba(0,0,0,0.15);border-radius:0px}.faq-item-trigger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.faq-heading{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#4c524c;font-size:25px;line-height:28px}.faq-icon{width:15px;height:15px}.faq-answer-block{overflow:hidden;margin-top:10px}.faq-answer-text{color:#4c524c;font-size:18px;line-height:23px}.faq-intro-block{margin-bottom:0px;padding:40px 20px}.form-request-cta-section{background-position:0px 0px;background-size:cover}.form-request-cta-block{padding-top:40px;padding-bottom:40px}.seeking-help{margin-bottom:20px}.seeking-help-label{margin-bottom:10px}.radio-group-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.radio-button-field{margin-right:20px}.call-cta-full-width-section{background-image:-webkit-gradient(linear, left top, left bottom, from(#4c524c), to(#4c524c));background-image:linear-gradient(180deg, #4c524c, #4c524c)}.call-cta-full-width-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 20px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.module-separator{margin-top:60px;margin-bottom:60px}.cta-main-heading{font-size:30px;line-height:35px;font-weight:700}.cta-main-heading.white{color:#fff}.cta-secondary-heading{margin-top:5px;font-size:20px;line-height:25px}.cta-secondary-heading.white{color:#fff}.tour-cta-section{background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.tour-cta-block{padding-top:150px;padding-bottom:150px;text-align:center}.tour-cta-button{padding:20px 30px;border-style:solid;border-width:3px;border-color:#fff;border-radius:5px;background-color:transparent;font-size:40px;line-height:45px;font-weight:600;text-transform:uppercase}.tour-cta-button:hover{border-color:#d98657;background-color:#d98657}.testimonial-cta-section{background-color:#4c524c}.testimonial-cta-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 20px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.testimonial-cta-img-block{overflow:hidden;max-width:120px;border-radius:50%}.testimonial-cta-text-block{padding-left:40px}.testimonial-cta-quote{margin-bottom:15px;color:#fff;font-size:25px;line-height:33px}.testimonial-cta-author{color:#fff;font-size:18px;font-style:italic}.top-navbar-block{width:100%}.top-navbar-container{position:static;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.main-navbar-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu-icon{overflow:visible;width:10px;height:10px}.image-2{width:10px;height:10px}.small-cta-section{background-position:0px 0px;background-size:auto}.discover-section-heading-block{padding:40px 10px;background-position:0px 0px;background-size:auto;text-align:center}.discover-logo-img{margin-bottom:20px}.discover-heading{font-family:Poppins, sans-serif;color:#fff;font-size:36px;line-height:36px;font-weight:400;text-transform:uppercase}.discover-section-body-block{background-color:#f5edce}.discover-body-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.discover-body-text{-webkit-box-flex:0;-webkit-flex:0 48%;-ms-flex:0 48%;flex:0 48%}.discover-body-video-block{-webkit-box-flex:0;-webkit-flex:0 48%;-ms-flex:0 48%;flex:0 48%}.discover-video-heading{font-family:Poppins, sans-serif;color:#d98657;font-size:24px;line-height:1.3}.discover-video-container{margin-top:20px}.normal-p{line-height:1.5}.paragraph-2{line-height:1.5}.testimonial-author{color:#387383;font-weight:700;text-align:center}.testimonial-slide-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.testimonial-slide-icon{margin-bottom:10px}.slider-arrow-icon{width:30px;height:30px}.slider-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:left}.new-form-cta-section{padding-right:0px;padding-left:0px;background-color:#f5edce}.new-form-cta-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.new-form-cta-img-block{padding:22px;-webkit-box-flex:0;-webkit-flex:0 50%;-ms-flex:0 50%;flex:0 50%}.new-form-block{max-width:600px}.new-form-text-field{height:50px;margin-bottom:15px;line-height:35px}.new-form-text-field.footer-field{border-style:solid;border-width:1px;border-color:rgba(14,14,14,0.5);color:#333}.new-form-container{-webkit-box-flex:0;-webkit-flex:0 50%;-ms-flex:0 50%;flex:0 50%}.new-form-select{height:50px}.footer-heading-text{color:#387383}.footer-columns-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;margin-top:20px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.bottom-footer-section{background-color:#333}.bottom-footer-block{padding:20px}.bottom-footer-text{color:#fff;font-size:12px}.new-form-cta-block{padding:40px 20px}.checkbox-label{font-size:13px;line-height:16px;font-weight:400}.footer-location-block{margin-bottom:20px}.footer-seals-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;margin-top:20px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.seal-image{width:auto;max-width:80px}.breadscrumb-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.breadscrumb-link{color:#fff;font-size:14px;text-decoration:none}.breadscrumb-divider{margin-right:5px;margin-left:5px;color:#fff;font-size:14px;font-weight:700}.inner-links-block{padding:30px 15px;background-color:#cb8228}.inner-links-bloc-title{font-family:Poppins, sans-serif;color:#fff;font-size:25px;line-height:33px;text-align:left;letter-spacing:0px;text-transform:uppercase}.inner-links-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.inner-page-link{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #fff;background-color:transparent;text-decoration:none}.inner-page-link.last{border-bottom-width:0px}.inner-link-text{padding-top:8px;padding-bottom:8px;padding-left:10px;color:rgba(255,255,255,0.8);font-size:17px;text-transform:uppercase}.inner-link-text:hover{background-color:#453921;color:#fff}.inner-page-sidebar-cta{margin-top:40px;padding:30px 15px;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.inner-sidebar-p{margin-top:20px;color:#fff}.inner-highlighted-p{color:#387383;font-size:18px;font-weight:700}.step-image-block{-webkit-box-flex:0;-webkit-flex:0 40%;-ms-flex:0 40%;flex:0 40%}.step-image-block.location-variation{background-position:0% 50%;background-size:cover;background-repeat:no-repeat}.step-image{display:inline-block;height:auto;max-width:100%}.step-content-title{font-family:Poppins, sans-serif;color:#387383;font-size:22px;line-height:25px;font-weight:500;text-transform:uppercase}.step-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.form-block-3{width:100%}.form{width:100%}.page-list-item-text{color:#333}.list{color:#d98657}.page-list-item{margin-bottom:5px}.inner-page-cta{margin-top:40px;margin-bottom:40px;padding:65px;background-position:50% 50%;background-size:cover}.inner-page-cta-text{margin-bottom:10px;color:#fff;font-size:35px;line-height:40px;font-weight:700;text-align:center;text-transform:uppercase}.inner-page-cta-subline{color:#fff;font-size:18px;line-height:23px;text-align:center}.inner-page-cta-buttons-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pagination-block{padding-top:20px;border-top:1px solid rgba(0,0,0,0.15)}.pagination-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.pagination-link{margin-right:5px;padding:5px;text-decoration:none}.newsletter-sidebar-form-block{margin-top:40px}.team-members-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.bio-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.bio-img-block{-webkit-box-flex:0;-webkit-flex:0 35%;-ms-flex:0 35%;flex:0 35%}.bio-description{padding-left:20px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.team-members-section{background-color:#f5edce}.team-section-block{padding:40px 10px}.team-slide{width:32%;height:400px;margin-right:20px}.team-slide-img{width:100%}.team-slide-img.slide{margin-bottom:10px}.reviews-wrapper{padding-left:20px}.reviews-subhead{color:#387383;text-transform:uppercase}.insurance-logos-block{padding:40px 10px}.logos-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:40px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.insurance-logo-img{width:auto}.insurance-logo-block{width:20%;padding:10px;border-style:solid;border-width:0px 1px 1px 0px;border-color:rgba(0,0,0,0.1)}.normal-cta-section{background-position:0px 0px, 0px 0px;background-size:auto, cover;background-repeat:repeat, no-repeat}.normal-cta-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.normal-cta-box{max-width:450px;min-width:auto;margin-top:40px;margin-bottom:140px;padding:31px;background-color:#fff;box-shadow:2px 2px 7px 0 rgba(0,0,0,0.15)}.normal-box-heading{color:#387383;font-size:18px;font-weight:700;text-align:center;text-transform:uppercase}.faq-wrapper{padding:40px 10px}.virtual-tour-cta-section{background-position:0px 0px;background-size:cover}.virtual-tour-cta-block{width:50%;padding:40px 10px}.virtual-tour-heading{color:#fff;font-size:40px;line-height:45px;text-transform:uppercase}.virtual-tour-cta-btn-text{color:#fff}.tour-lightbox{text-decoration:none}.help-you-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:0px;padding-bottom:0px}.help-you-cta-img{width:30%}.help-you-cta-text-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;background-color:#387383}.help-you-cta-heading{margin-bottom:10px;color:#fff;font-size:30px;line-height:35px}.help-you-cta-link{color:#fff;font-size:35px;line-height:40px;font-weight:700;text-decoration:none}.stories-cta-section{background-color:#f5edce}.stories-cta-block{padding:30px 10px}.heading-2{color:#387383;font-size:24px;font-weight:700;text-transform:uppercase}.primary-menu-dropdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.dropdown-menu-toogle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:20px 20px 10px 10px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.submenu-dropdown{width:100%}.submenu-dropdown-list.w--open{left:100%;top:0px;right:auto;bottom:auto;border-style:solid;border-width:0px;border-color:rgba(217,134,87,0.5);background-color:#fff;box-shadow:inset 3px 3px 6px 0 rgba(0,0,0,0.05)}.submenu-dropdown-toogle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:auto;padding-top:10px;padding-right:20px;padding-bottom:10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.submenu-dropdown-toogle:hover{background-color:#453921;color:#fff}.submenu-dropdown-toogle.w--open{width:100%;height:auto}.submenu-nav-menu{margin-right:10px;text-transform:uppercase}.submenu-item-link{border-bottom:0px solid rgba(217,134,87,0.7);text-transform:uppercase}.submenu-item-link:hover{background-color:#453921;color:#fff}.submenu-icon{width:10px;height:10px}.cta-button-text{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;color:#fff}.cta-button-icon{display:block;width:10px;height:10px;margin-left:10px;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition:all 200ms ease;transition:all 200ms ease}.html-embed{width:10px}._404-section{height:auto;margin-top:100px;background-position:0px 0px, 0px 0px;background-size:auto, cover}._404-section.thank-you{background-position:0px 0px, 50% 50%;background-size:auto, cover}._404-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:70vh;padding-right:20px;padding-left:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._404-wrapper.thank-you{padding-top:60px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.social-container{margin-top:20px}@media screen and (min-width: 1280px){.navbar-block{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.top-navbar{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.top-nav-link.main{display:block;padding:20px 5px 20px 0px;font-size:16px}.menu-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;max-width:none}.search-input{width:100%}.form-section-block{padding-right:10px;padding-left:10px}.main-navbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.logo-container{-webkit-box-flex:0;-webkit-flex:0 5%;-ms-flex:0 5%;flex:0 5%}.cta-img{max-width:345px}.sidebar-header{padding-right:7%;padding-left:7%}.content-h5.center{text-align:center}.logo-img{width:auto;min-width:auto}.menu-tablet{display:none}.tablet-menu{display:none;padding-top:10px;padding-right:20px;padding-bottom:10px;background-color:transparent}.menu-button{padding:5px;background-color:#e7a747;font-size:40px}.icon-4{color:#fff}.sidebar-container{width:33%}.inner-page-blockquote{margin-top:20px;margin-bottom:20px}.success-inner-page-section{margin-bottom:-80px;background-position:0px 0px;background-size:cover}.success-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:40px 10px 80px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.success-slider-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:450px;padding:50px 30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:15px;background-color:#fff}.success-stories-p{margin-bottom:40px;font-size:16px;line-height:22px;text-align:center}.navbar-2{display:block;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.nav-menu-2{width:100%}.success-slider-block-2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:450px;padding:50px 30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:15px;background-color:#fff}}@media screen and (max-width: 991px){.navbar-contianer{padding-top:0px;padding-bottom:0px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-block{position:relative;display:block;padding-top:5px;padding-bottom:5px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.top-navbar{display:none}.top-nav-link.main{width:100%}.top-nav-link.main-menu{display:block;margin-right:0px;padding-top:0px;padding-right:10px;padding-bottom:0px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.menu-container{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.top-menu-phone-link{display:block;padding-top:12px;padding-bottom:12px}.top-menu-phone-link.mobile{display:inline-block;width:100%;padding-top:8px;padding-bottom:8px;border-style:solid;border-width:2px;border-color:#627263;text-align:center}.form-section-block{padding-right:20px;padding-left:20px}.main-navbar{position:static;display:block}.hero-section{height:50vh;margin-top:70px;background-position:0% 50%;background-size:cover}.hero-h1{padding-top:5%;padding-bottom:5%}.heading{font-size:50px;line-height:60px;font-weight:700}.hero-subheading{width:80%}.accent-color-button.inner-page-cta-variation.no-icon{max-width:280px}.h4{font-size:35px;line-height:45px}.h4.left{font-size:42px}.about-us-cta-section{margin-top:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between}.cta-about{max-width:90%;margin-bottom:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cta-about.ww{margin-bottom:10px;padding-top:10px;padding-bottom:20px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cta-img{max-width:100%}.cta-text{text-align:center}.cta-p{text-align:center}.normal.large{font-size:22px}.helping-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.helping-text-block{width:100%}.helping-text-img{margin-top:40px}.cta-img-block{width:100%;max-width:none}.testimonials-section{padding-bottom:100px}.testimonial-slider{width:100%}.testimonial-slide{width:100%;height:auto;min-height:auto}.left-arrow{left:38%;top:570px}.right-arrow{top:570px;right:38%}.div-centered.custom{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.insurances-block{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.insurance-img{margin-bottom:10px}.footer-block{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-column{margin-bottom:20px;-webkit-flex-basis:45%;-ms-flex-preferred-size:45%;flex-basis:45%}.blog-posts-block{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.blog-post-block{max-width:45%;margin-bottom:40px}.blog-post-content{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.hero-inner-page-section{margin-top:70px}.inner-page-block{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.inner-page-block.vi{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.sidebar-block{width:100%;margin-top:40px;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.inner-page-content-block{margin-left:0px}.inner-page-content-block.verify-insurance-v{margin-right:0px;margin-left:0px}.phonoe-mobile-block{display:none;width:100%;margin-top:15px}.logo-img{display:none;min-width:150px}.menu-tablet{display:none}.sidebar-container{width:100%}.nav-menu-2{position:absolute;left:auto;top:60px;right:0%;bottom:0%;width:300px;height:100vh;background-color:#fff;box-shadow:-5px 6px 16px 0 rgba(0,0,0,0.15)}.logo-mobile{display:block;min-width:200px}.dropdown-list.w--open{margin-top:0px}.submenu-list.w--open{position:relative}.sub-menu-block{overflow:hidden}.submenu-main-block{display:none}.submenu-menu-list{overflow:auto;max-height:300px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.submenu-menu-list-block{max-width:none;margin-bottom:20px;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.submenu-menu-title{width:100%}.dropdown-toggle-3{width:100%}.icon-5{color:#4c524c}.menu-button-2{position:relative;background-color:#fff}.menu-button-2.w--open{border-style:solid;border-width:0px;border-color:#d98657;background-color:#fff}.h4-3{font-size:35px;line-height:45px}.form-sidebar{width:100%;max-width:none}.step-block.blog-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.step-content-block.blog{padding-top:20px;padding-left:0px}.team-member-block{-webkit-flex-basis:45%;-ms-flex-preferred-size:45%;flex-basis:45%}.reviews-block{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.main-blog-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.blog-page-posts{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.post-block{-webkit-flex-basis:49%;-ms-flex-preferred-size:49%;flex-basis:49%}.cta-main-heading-block{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.discover-body-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer-columns-block{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.step-image-block{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.step-image-block.blog{width:100%}.step-image.blog{width:100%}.inner-page-cta{padding:45px}.reviews-wrapper{padding-left:0px}.virtual-tour-cta-section{background-position:50% 50%}.virtual-tour-cta-block{width:70%}.help-you-cta-heading{font-size:25px;line-height:30px}.help-you-cta-link{font-size:30px;line-height:35px}.primary-menu-dropdown{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.dropdown-menu-toogle{padding-top:0px;padding-bottom:0px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width: 767px){.navbar-block{display:block;padding-top:5px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.top-navbar{display:none;padding:0px;border-width:0px}.top-nav-link.top{display:block;font-size:12px;font-weight:400}.hero-section{margin-top:70px}.heading{font-size:50px;line-height:55px}.accent-color-button.inner-page-cta-variation{max-width:none;margin-top:40px}.accent-color-button.inner-page-cta-variation.no-icon{max-width:none;margin-top:30px}.accent-color-button.slide-variation{font-size:16px}.h4.normal{font-size:35px;line-height:38px}.h4.white.blog-hero{width:100%;text-align:center}.title-block{text-align:left}.cta-about.ww{margin-bottom:20px}.cta-p.white.blog-hero{width:100%}.helping-block{padding-right:20px;padding-left:20px}.left-arrow{left:35%;top:570px}.right-arrow{right:35%}.div-centered.custom{margin-top:20px}.testimonial-cta-block{padding:25px}.blog-section{background-position:50% 90%;background-size:auto;background-repeat:no-repeat}.blog-posts-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.blog-post-block{height:auto;max-width:100%}.blog-post-img{height:auto}.form-block{padding:30px 20px}.wave-block{position:relative;top:0px}.hero-inner-page-section{margin-top:70px}.hero-inner-page-block{padding-left:20px}.success-block{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.useful-link-dropdown{display:block}.dropdown-toggle-4{padding:15px 40px 15px 15px}.sticky-footer{height:80px}.sticy-footer-block{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.insurance-block-text{display:none}.footer-main-cta-button{margin-left:10px;border-style:solid;border-width:2px;border-color:#d98657}.h4-3.normal{font-size:35px;line-height:38px}.step-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.step-block.reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.step-content-block{padding-top:20px;padding-left:0px;text-align:center}.member-title{font-size:22px;line-height:30px}.team-member-bio-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.team-member-bio-description{margin-top:20px;padding-right:20px}.team-member-bio-img-block{width:100%;-webkit-box-flex:0;-webkit-flex:0 100%;-ms-flex:0 100%;flex:0 100%}.location-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.location-text-block{padding-left:0px}.review-block{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.main-blog-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.highlighted-post-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.main-post-block{margin-bottom:40px;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.post-heading{font-size:20px;line-height:23px}.trending-block{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.blog-page-posts{margin-bottom:40px;padding-right:0px}.post-content-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.testimonial-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.testimonial-video-block{width:100%;padding-right:20px;padding-bottom:40px;padding-left:20px}.accordion-item-content{margin-right:0px}.call-cta-full-width-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cta-main-heading-block{text-align:center}.main-navbar-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.footer-columns-block{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.step-image-block{width:100%;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.step-image{width:100%}.inner-page-cta-buttons-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.bio-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.team-slide{width:100%;text-align:center}.team-slide-img.slide{width:auto;max-height:200px}.virtual-tour-cta-block{padding-left:40px}.help-you-block{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.help-you-cta-text-block{padding:20px}.help-you-cta-heading{font-size:20px;line-height:25px}.help-you-cta-link{font-size:25px;line-height:30px}}@media screen and (max-width: 479px){body{font-family:Lato, sans-serif}p{font-family:Lato, sans-serif}.navbar-contianer{padding-top:0px;padding-bottom:0px}.navbar-block{margin-top:0px;padding-top:0px;padding-bottom:0px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.top-navbar{position:static;display:none}.top-nav-link.main{padding-top:15px;padding-bottom:15px}.top-nav-link.main-menu{padding-top:0px;padding-right:15px;padding-bottom:0px}.top-nav-link.top{margin-right:5px;padding:14px 5px 13px;font-size:12px;line-height:12px;white-space:pre-wrap}.menu-container{padding-left:0px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.top-menu-phone-link{width:120px;padding:8px 10px 7px;font-size:12px;text-align:center}.top-right-menu{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.form-section-block.vi{padding-right:0px;padding-left:0px}.logo-container{padding-right:0px;padding-left:10px}.hero-section{height:500px;margin-top:60px;background-position:50% 0%;background-size:cover;background-repeat:no-repeat}.heading{font-size:35px;line-height:36px}.accent-color-button{padding-right:30px;padding-left:15px;font-size:18px;text-align:center}.accent-color-button.form-version{width:100%}.accent-color-button.virtual-tour-variation{width:100%}.accent-color-button.s-footer{margin-top:0px;padding-top:6px;padding-bottom:6px;font-size:14px}.h4{position:static;font-size:30px;line-height:32px}.h4.left{font-size:30px}.h4.normal{font-size:30px;line-height:32px}.h4.white{text-align:left}.section-subheading{font-size:22px}.section-subheading.left.faq-subtitle{line-height:25px}.title-block{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cta-about{max-width:100%}.normal-button{font-family:Lato, sans-serif}.normal-button.s-footer{padding-top:6px;padding-bottom:6px;padding-left:15px;background-color:#fff;font-family:Poppins, sans-serif;font-size:14px;line-height:25px;font-weight:400}.testimonials-section{background-position:50% 50%;background-size:cover}.left-arrow{left:0%;top:0px;width:40px;height:40px;padding-top:5px}.testimonial-p{font-family:Lato, sans-serif}.right-arrow{top:0px;right:0%;width:40px;height:40px;padding-top:5px}.common-link.insurance{max-width:300px}.mask.team-mask{text-align:left}.section-text.white{font-family:Lato, sans-serif}.footer{margin-bottom:60px}.footer-column{width:100%;padding-right:0px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.footer-logo-img{max-width:250px;margin-right:auto;margin-left:auto}.social-links{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.location-name{font-family:Lato, sans-serif;text-align:center}.footer-link{font-family:Lato, sans-serif}.address-text{font-family:Lato, sans-serif}.blog-post-block{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.blog-post-link-text.blog{margin-top:40px}.form-row{margin-bottom:0px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.form-text-field{max-width:100%;margin-bottom:15px}.select-field{margin-bottom:15px}.submit-button{padding-right:20px;padding-left:20px}.hero-inner-page-section{margin-top:60px;background-position:0px 0px, 0% 50%;background-size:auto, auto}.h4-2{position:static;font-size:30px;line-height:32px}.section-subheading-2{font-size:22px}.content-h5.center{font-size:22px;line-height:26px}.phonoe-mobile-block{display:none}.logo-img{display:none;min-width:80px}.success-block{padding-right:20px;padding-left:20px}.success-slider-block{max-width:320px;padding:40px 20px}.success-slider-block.cta{background-color:rgba(255,255,255,0.6)}.nav-menu-2{width:250px}.logo-mobile{display:block}.dropdown-list.w--open{margin-top:0px}.dropdown-toggle-4{margin-right:20px;font-size:14px}.sticky-footer{display:block;height:70px;background-color:#387383}.sticy-footer-block{padding-top:10px;padding-bottom:0px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.footer-insurance-block{width:48%}.footer-call-now-block{width:48%;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.mobile-sticky-footer-text{font-size:13px}.h4-3{position:static;font-size:30px;line-height:32px}.h4-3.normal{font-size:30px;line-height:32px}.image-lightbox-block{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.lightbox-link{-webkit-box-flex:0;-webkit-flex:0 50%;-ms-flex:0 50%;flex:0 50%}.success-slider-block-2{max-width:320px;padding:40px 20px}.step-content-block.reverse{padding-right:0px}.team-member-block{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.team-member-bio-description{padding-right:0px;padding-left:0px}.review-block{padding:19px}.main-post-block{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.main-post-info-block{min-height:auto;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.main-post-image-block{height:250px;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.blog-page-posts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.post-block{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.testimonial-block{padding:19px}.testimonial-video-block{padding-right:0px;padding-bottom:20px;padding-left:0px}.faq-icon{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto}.faq-answer-text{display:inline-block}.top-navbar-container{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.menu-icon{margin-right:10px;margin-left:10px}.slider-arrow-icon{width:20px;height:20px}.slider-container.team-variation{margin-top:0px}.new-form-cta-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.new-form-cta-img-block{padding-right:0px;padding-left:0px}.new-form-text-field{font-family:Lato, sans-serif}.new-form-select{font-family:Lato, sans-serif}.footer-heading-text{font-family:Lato, sans-serif}.bottom-footer-text{font-family:Lato, sans-serif}.link-2{font-family:Lato, sans-serif}.paragraph-3{font-family:Lato, sans-serif}.seal-image{max-width:100px}.form-block-3{width:100%}.form{width:100%}.inner-page-cta{padding:20px}.inner-page-cta-text{font-size:30px;line-height:35px}.team-slide{width:100%;padding-right:30px;padding-left:30px}.insurance-logo-block{width:50%}.normal-cta-section{background-position:0px 0px, 50% 100%}.virtual-tour-cta-block{width:100%;padding-right:20px;padding-left:20px}.virtual-tour-heading{font-size:30px;line-height:35px}.tour-lightbox{width:100%}.help-you-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.help-you-cta-img{width:auto}.primary-menu-dropdown{display:block;padding-left:10px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.dropdown-menu-toogle{padding-right:0px;padding-left:0px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.submenu-dropdown-list.w--open{left:auto;top:auto;background-color:#f9f4ec}._404-section{margin-top:60px}}.w-container{max-width:1366px !important}.menu-container.w-container{max-width:2000px}@media screen and (min-width: 1025px){.cta-about:hover .button-inside-cta{background-color:#997753}}.inner-page-content-block h2{font-family:Montserrat, sans-serif;color:#4c524c;font-size:45px;line-height:55px;font-weight:600;text-align:left;text-transform:uppercase}.inner-page-content-block h3{margin-bottom:10px;font-family:Muli, sans-serif;color:#997753;font-size:24px;line-height:35px;font-weight:600;text-align:left;text-transform:uppercase}.inner-page-content-block h4{color:#997753;font-size:25px;line-height:35px;font-weight:600;margin-bottom:10px}.inner-page-content-block blockquote{padding:30px 35px;border-left-width:0px;background-color:#4c524c;color:#fff;line-height:25px;font-size:18px;margin:0 0 10px 0;border-left:none}.inner-page-content-block blockquote p{margin:0;color:#ffffff}.inner-page-content-block blockquote a{color:#d98657;text-decoration:none}.success-slider-block p{margin-bottom:40px;font-size:16px;text-align:center}.tour-content-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.image-bg-size{background-size:cover,0}.team-member-container{text-decoration:none}.team-container a img{width:100%;height:100%}.team-member-bio-img-block img{max-width:100%;height:auto}.w-embed-youtubevideo iframe{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:auto}.accent-color-button{margin-top:50px;padding:11px 40px 11px 25px;background-image:url("../images/right-arrow-white.svg");background-position:94% 50%;background-size:10px 10px;background-repeat:no-repeat;background-attachment:scroll;-webkit-transition:all 200ms ease;transition:all 200ms ease;font-family:Poppins, sans-serif;font-size:20px;line-height:25px;font-weight:400;text-decoration:none;text-transform:uppercase}.locations-step-img img{width:auto;max-height:259px}.blog-post-img{max-width:345px;margin:0 auto;display:block}.checkbox-new-form .wpcf7-list-item{margin:0}.checkbox-new-form span{font-size:13px;line-height:16px;font-weight:400}.hero-h1{padding:75px 10px}.heading{color:#453921}.hero-subheading{font-size:24px;font-weight:400;line-height:25px}.accent-color-button{margin-top:30px;padding:11px 50px 11px 35px;font-size:16px}.about-us-block{padding:35px 10px}.about-us-block .h4{line-height:45px}.section-subheading{font-size:18px}.h4{line-height:45px}.cta-text{font-weight:400}.cta-p{color:#333333;font-size:16px;line-height:22px;font-weight:400}.normal-button{color:#cb8228}.discover-section-heading-block{padding:50px 10px 76px}.discover-logo-img{margin-bottom:11px}.discover-video-container{margin-top:35px}.accent-color-button.arrow-w-text:hover .cta-button-icon{transform:translateX(20px)}.pagination-links span{margin-right:5px;padding:5px;text-decoration:none}.pagination-links a{margin-right:5px;padding:5px;text-decoration:none}.pagination-links .next{display:none}.pagination-links .prev{display:none}nav.navigation.posts-navigation{display:none}.related-post-block{border-radius:0}.rel_posts ul{display:inline;margin-left:0}.rel_posts ul li{display:inline;margin-bottom:30px}.rel_posts img{max-width:300px;height:auto;display:inline-block;text-align:left}.rel_post a{display:inline-block}.related-post-block img{min-height:auto}.team-member-block img{max-width:100%;height:auto}.team-member-bio-img-block{border-radius:0}.testimonial-slider{min-height:400px;margin-bottom:135px}.sticky-footer{display:block}.bottom-footer-section{display:none}.Insurance-block-container{text-align:center;padding:20px 0}.subheading-insurance{margin-bottom:30px}.insurance-logo{margin:0 auto;display:block;max-width:100%}.insurance-logo img{display:inline-block;margin:0px 15px 0 15px;max-width:126px;height:auto;margin-bottom:20px}.insurance-logo-content{display:inline-block;height:90px}.team-member-bio-img-block{margin-bottom:30px}.locations-detail-content{display:inline-block;margin-bottom:30px;width:100%}.locations-detail-content img{float:none}.locations-detail-title{margin-bottom:30px;color:#453921}.locations-subtitle{margin-top:0;margin-bottom:30px;font-family:Muli, sans-serif;font-size:17px;line-height:25px;color:#387383}.locations-content-inside{display:inline-block}.locations-content-inside-box{margin-bottom:30px}.locations-content-inside-box h3{margin-top:0;margin-bottom:30px;color:#387383;font-size:24px;line-height:30px;font-weight:500;text-transform:uppercase}.locations-content-inside-box .helping-p p{margin-bottom:30px}.locations-content-inside-box a{color:#ca8329}.locations-map iframe{border:0;width:100%;height:auto}.locations-landing img{width:100%;height:auto}.blog-landing img{width:100%;height:auto}.blog-image-container img{width:100%;height:auto}.insurance-section .insurance-block{padding:80px 10px}.insurance-block .insurance-title-block{max-width:700px;line-height:45px;margin-top:0;text-align:center}.title-block h4{line-height:45px;margin-top:0}.insurance-logos-padd{padding:0 10px 80px 10px}.normal-cta-section-subheading{max-width:800px}.faq-intro-block .faq-intro-title{font-size:38px;padding-left:30px}.logos-wrapper div:nth-child(5n){border-right:none}.logos-wrapper div:nth-child(6n){border-bottom:none}.logos-wrapper div:nth-child(7n){border-bottom:none}.logos-wrapper div:nth-child(8n){border-bottom:none}.logos-wrapper div:nth-child(9n){border-bottom:none}.logos-wrapper div:nth-child(10n){border-bottom:none}.full-bar-text-image-content{background-color:#136d8d}.full-bar-text-image-content .full-bar-text-image-container{margin:0;max-width:100%}.full-bar-text-image-box-img{width:100%}.full-bar-text-image-box-img img{display:inline-block;max-height:150px;width:auto}.full-bar-text-image-box-content{display:inline-block;padding-left:30px;max-width:100%;padding:15px 30px}.full-bar-text-image-content .full-bar-text-image-box-content a{color:#ffffff}.full-bar-text-image-box-content h4{letter-spacing:1px;margin-top:0;margin-bottom:20px;color:#ffffff}.full-bar-text-image-box-content a{font-size:24px;text-decoration-line:none;font-weight:600;color:#ffffff}.full-bar-text-image-box .full-bar-text-image-box-img iframe{max-height:224px;width:calc( 100% - 1px) !important;display:block}.full-bar-text-image-box-content a{color:#ffffff}.preview-block-admin{margin-top:0}.acf-block-preview .review-block{display:none}.review-carousel-container{max-width:300px;margin:0 auto}.review-carousel-section .review-slider-content{min-height:400px}.footer-block{padding-bottom:80px}.top-nav-hide{display:none}.footer-columns-block .footer-col-center{display:block;text-align:center}.hero-inner-page-title{line-height:45px}.team-section-block .left-slide-arrow{top:0;left:-5%}.team-section-block .right-slide-arrow{top:0;right:-5%}.testimonials-block .left-arrow-testimonial{left:-5%;top:-50%}.testimonials-block .right-arrow-testimonial{right:-5%;top:-50%}.testimonials-block .div-centered a{margin-top:0}.footer-insurance-block .sticky-footer-button-mob{background-color:#bc7437;color:#ffffff;border-radius:5px;border-color:#bc7437}.footer-call-now-block .sticky-footer-cta-mob{border-color:#bc7437;color:#bc7437;background-color:#ffffff;border-radius:5px}.hero-inner-page-block{height:212px;position:relative}.title-block.page-hero{position:absolute;top:55%;transform:translateY(-50%);width:90%}.h4.white{line-height:45px;margin-bottom:20px}.hero-inner-page-block .hero-inner-title-height{line-height:46px}.social-link-center{margin:0 auto;display:block}.breadcrumb-title-block .breadcrumb-title-link{font-size:16px;color:white;line-height:1.5}.padding-24px-left-right{padding:0 24px}.insurance-label-form{color:#4c524c;font-size:14px;margin-bottom:10px;padding-bottom:10px;line-height:0;margin-top:10px;display:inline-block}.acceptance-box span.wpcf7-list-item{margin-left:0}.acceptance-box span.wpcf7-list-item-label{font-size:13px;font-weight:400}.acceptance-box p{line-height:16px}#breadcrumbs{margin-bottom:20px}.hero-subheading-mobile{display:block}.hero-subheading-desktop{display:none}.about-us .about-us-space{margin-top:10px}.about-us .cta-about-space{margin-bottom:0;padding-bottom:0}.testimonial-section-space{padding-bottom:0}.testimonials-section .testimonial-slider-space{min-height:0;margin-bottom:30px}.blog-section .blog-posts-block a{margin-bottom:0}.new-form-cta-img-block{display:none}.new-form-container{flex:100%}.Insurance-block-container .insurance-title{line-height:41px}.discover-body-button-container{text-align:center;margin-bottom:15px}.hero-subheading p{font-family:Lato, sans-serif;color:#387383;font-size:24px;font-weight:400;line-height:25px;text-align:center}.hero-inner-page-section.post-background{margin-top:80px;background-image:none !important}.hero-inner-page-section.post-background .hero-inner-page-block{height:auto;min-height:185px}.hero-inner-page-section.post-background .hero-inner-page-block #breadcrumbs span{color:#333333}.hero-inner-page-section.post-background .hero-inner-page-block #breadcrumbs span a{color:#333333}.hero-inner-page-section.post-background .hero-inner-page-block .h4{line-height:35px;margin-bottom:20px}.h4.post-title{line-height:37px;margin:40px 0 25px}.post-image-container{margin-top:35px;margin-bottom:35px}.post-image-container img{height:auto}.single-post .wp-block-column{flex-direction:column}.center-form-container{flex:1}.center-form{margin:0 auto}.about-us-cta-section-inner{max-width:480px}.about-us-cta-section-inner .cta-text{color:#385b6a;font-weight:400}.about-us-cta-section-inner .cta-p{color:#333333;font-size:16px;line-height:22px;font-weight:400}.about-us-cta-section-inner .normal-button{width:fit-content;display:block;margin:0 auto}.about-us-cta-section-inner .cta-about{max-width:100%}.script-container .cta-about{display:none}.script-container img{display:block;margin:0 auto}.script-container .cta-img-block{margin-bottom:90px}.normal-button.s-footer{text-transform:capitalize}.mask.team-mask{min-height:588px}.hero-inner-page-section.post-background{margin-top:140px;margin-bottom:35px}.hero-inner-page-section.post-background .hero-inner-page-block .h4{text-align:left}@media (min-width: 480px){.team-section-block .left-slide-arrow{top:120px;left:-5%}.team-section-block .right-slide-arrow{top:120px;right:-5%}}@media (min-width: 600px){.locations-detail-content img{float:left;margin-right:15px}.locations-map iframe{border:0;width:300px;height:300px;float:left;margin-right:25px}.full-bar-text-image-box-img img{max-height:200px}.full-bar-text-image-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;padding:0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.full-bar-text-image-box-img{width:50%}.full-bar-text-image-box-content{max-width:50%}.review-carousel-container{max-width:500px}.team-section-block .left-slide-arrow{top:300px;left:-5%}.team-section-block .right-slide-arrow{top:300px;right:-5%}}@media (min-width: 768px){.review-carousel-container{max-width:800px}.team-section-block .left-slide-arrow{top:70px;left:-5%}.team-section-block .right-slide-arrow{top:70px;right:-5%}.hero-inner-page-block .hero-inner-title-height{line-height:64px}.hero-subheading-mobile{display:none}.hero-subheading-desktop{display:block}.about-us .about-us-space{margin-top:0}.about-us .cta-about-space{padding-bottom:30px}.testimonial-section-space{padding-bottom:600px}.testimonials-section .testimonial-slider-space{min-height:400px;margin-bottom:0}.testimonial-slider{margin-bottom:185px}.new-form-cta-img-block{display:block}.new-form-container{flex:0 50%}.Insurance-block-container{text-align:center;padding:50px 0}.Insurance-block-container .insurance-title{line-height:64px}.discover-body-button-container{text-align:left;margin-bottom:0}.about-us-block{padding:64px 10px}.hero-inner-page-section.post-background{margin-top:95px}.post-image-container{margin-top:0}.center-form-container{flex:1}.homepage-blog-post-img-container .blog-post-img{margin:0}.about-us-cta-section-inner{padding-right:30px}.about-us-cta-section-inner .normal-button{margin:0}.script-container .cta-img-block{margin-bottom:109px}.hero-inner-page-section.post-background{margin-top:95px}}@media (min-width: 900px){.review-carousel-section{max-width:100%}.top-nav-hide{display:block}.footer-columns-block .footer-col-center{text-align:left}.hero-inner-page-title{line-height:64px}.team-section-block .left-slide-arrow{left:-4%}.team-section-block .right-slide-arrow{right:-4%}.testimonials-block .left-arrow-testimonial{left:-4%;top:-50%}.testimonials-block .right-arrow-testimonial{right:-4%;top:-50%}.social-link-center{display:flex}}@media (min-width: 1024px){.image-bg-size{background-size:0,cover}.sticky-footer{display:none}.bottom-footer-section{display:block}.review-carousel-section .review-mask{padding-right:28px;padding-left:10px}.testimonials-block .left-arrow-testimonial{left:-4%;top:-25%}.testimonials-block .right-arrow-testimonial{right:-4%;top:-25%}}@media (min-width: 1280px){.team-section-block .left-slide-arrow{top:0;left:-80px}.team-section-block .right-slide-arrow{top:0;right:-80px}.testimonials-block .left-arrow-testimonial{left:-60px;top:0}.testimonials-block .right-arrow-testimonial{right:-80px;top:0}.hero-inner-page-block{height:148px}.title-block.page-hero{top:62%}}.inner-links-block ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0px}.inner-links-block ul li.cat-item{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #fff;background-color:transparent;text-decoration:none;max-width:100%;display:inline-block;list-style:none !important;margin-bottom:0px !important}.inner-links-block ul li.cat-item a{padding-top:8px;padding-bottom:8px;padding-left:10px;color:rgba(255,255,255,0.8);font-size:17px;text-transform:uppercase;width:100%;text-decoration:none;display:block}.inner-links-block ul li.cat-item a:hover{background-color:#453921;color:#fff}.form-sidebar{width:100%}#breadcrumbs span,#breadcrumbs span a{color:white}.sticky-footer{display:none}@media screen and (max-width: 991px){.inner-page-content-block h2{font-size:42px}.scroll-nav-mob{overflow-y:scroll;-webkit-overflow-scrolling:touch}.wrap-nav-mob{white-space:normal}.hero-inner-margin-top{margin-top:106px}}@media screen and (max-width: 900px){.hero-inner-margin-top{margin-top:60px}.navbar-contianer .navbar-block-padding{padding:0px}.testimonials-block .right-arrow-testimonial,.team-section-block .right-slide-arrow{right:0 !important}.testimonials-block .left-arrow-testimonial,.team-section-block .left-slide-arrow{left:0 !important}}@media screen and (max-width: 767px){.hero-inner-margin-top{margin-top:60px}}@media screen and (max-width: 479px){.inner-page-content-block h2{font-size:30px;line-height:32px}.inner-page-content-block h3{font-size:22px}.hero-inner-margin-top{margin-top:60px}.accent-color-button.s-footer{padding:6px 30px 6px 15px !important}.sticky-footer{display:block}}@media screen and (max-width: 991px){.single-post .wp-block-columns{flex-direction:column}.single-post h1.h4{text-align:left}}.faqs-block{display:flex;flex-direction:column-reverse;padding:60px 10px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.faqs-wrapper{padding-left:0;margin-bottom:50px}.faqs-content p{color:#4c524c;font-size:18px;line-height:23px}.faqs-single-container .page-hero .h4{font-size:30px !important;line-height:30px !important}.margin-top-0{margin-top:0px !important}.inner-sidebar-container-cta a{background-color:#fff;background-image:none;color:#cb8228;display:block;font-family:Poppins, sans-serif;font-size:16px;margin-top:20px;padding:11px 10px 11px 10px;text-align:center;text-transform:uppercase;width:100%}.inner-sidebar-container-cta-faq a{background-color:#fff;background-image:none;color:#cb8228;display:block;font-family:Poppins, sans-serif;font-size:16px;margin-top:20px;padding:11px 10px 11px 10px;text-align:center;text-transform:uppercase;width:100%}@media (min-width: 992px){.faqs-block{flex-direction:initial}.faqs-wrapper{padding-left:40px}}
