input,
button {
	outline: 0;
}
body input[type="search"]:focus {
	outline: 0;
	outline-offset: 0;
}

section a:hover,
section a:focus,
section a:active { outline: 0; }
section b,
section strong { font-weight: bold; }
section img,
section svg  { max-width: 100%; height: auto; }
section iframe { max-width: 100%; }
section p { margin: 0 0 15px; }
section p:only-child,
section p:last-child,
section p:last-of-type { margin-bottom: 0; }
section ol:last-of-type { margin-bottom: 0; }
section ul:last-of-type { margin-bottom: 0; }
section ul:last-of-type li:last-child { margin-bottom: 0; }
section p:empty { display: none; }
section p:blank { display: none; }
section p:-moz-only-whitespace { display: none; }
section h1:first-child,
section h2:first-child,
section h3:first-child,
section h4:first-child,
section h5:first-child,
section h6:first-child {
	margin-top: 0;
}
section ol {
	list-style: decimal outside;
	padding: 0 0 0 16px;
	margin: 0 0 15px;
}
section ul {
	list-style: disc outside;
	padding: 0;
	margin: 0 0 15px;
}
section ol:last-child,
section ul:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
section ol li,
section ul li {
	position: relative;
	padding: 0px 0;
	margin-left: 20px;
	margin-bottom: 0;
}
section ol li:last-child ,
section ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

input.search-field::-webkit-input-placeholder { color: #ccc !important; }
input.search-field::-moz-placeholder          { color: #ccc !important; }
input.search-field:-moz-placeholder           { color: #ccc !important; }
input.search-field:-ms-input-placeholder      { color: #ccc !important; }
input.search-field::placeholder               { color: #ccc !important; }
input.search-field::-ms-expand                { color: #ccc !important; }

body h2, body .h2 {
	font-family: Arial, sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}

body h1.entry-title,
body h1.archive-title {
	color: #000;
	font-size: 64px;
	font-weight: 700;
	line-height: normal;
}
body .page_subtitle {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	text-align: center;
}
body .entry-content h1,
body .entry-content h2,
body .entry-content h3,
body .entry-content h4,
body .entry-content h5,
body .entry-content h6,
body .entry-content cite,
body .entry-content figcaption,
body .entry-content table,
body .entry-content address,
body .entry-content .wp-caption-text,
body .entry-content .wp-block-file {
	font-family: Arial, sans-serif;
}
body .entry-content {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 31px;
	font-weight: normal;
}
body .entry-content p {
	line-height: 180%;
}
@media (min-width: 700px) {
	body .entry-content h1,
	body .entry-content h2,
	body .entry-content h3 {
		margin: 3.5rem auto 1.8rem;
	}
	body h2.entry-title,
	body h2 {
		font-size: 44px;
		font-weight: bold;
		line-height: 50px;
	}
	body h3,
	body .heading-size-3 {
		font-size: 26px;
		line-height: 32px;
		font-weight: bold;
	}
	body h4,
	body .heading-size-4 {
		font-size: 20px;
		line-height: normal;
		font-weight: bold;
	}
	body h5 {
		font-size: 18px;
		line-height: normal;
		font-weight: 500;
	}
	body h6 {
		font-size: 16px;
		line-height: normal;
		font-weight: 500;
	}
}
@media (max-width: 767px) {
	body h3.page_subtitle br {
		display: none;
	}
	body .entry-content p {
		line-height: 30px;
	}
}
@media (max-width: 699px) {
	body h1,
	body h1.entry-title,
	body h2.entry-title,
	body h1.archive-title {
		font-size: 32px;
		line-height: 38px;
	}
	body h2.entry-title,
	body h2 {
		font-size: 28px;
		line-height: 34px;
	}
	body h3,
	body .heading-size-3 {
		font-size: 24px;
		line-height: 30px;
	}
}






/*
 * CSS Style Class
 * ------------------------------------------------------------------------------------------------
*/
.clear,
.clearfix {
	clear: both;
}
.flex-wrap {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}
.flex-wrap.row:before,
.flex-wrap.row:after {
   display: none;
}





/*
 * Content Table
 * ------------------------------------------------------------------------------------------------
*/
.table_layout_fixed table {
	table-layout: fixed
}
.table_first_td_full_width td:first-child {
	white-space: nowrap;
}
.table_first_td_min_width_130 td:first-child {
	min-width: 130px;
}
.table_word_break_none td {
	word-break: initial;
	word-wrap: initial;
}





/*
 * Single Post
 * ------------------------------------------------------------------------------------------------
*/
.page-left-sidebar .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.container) {
	max-width: 100%;
	width: 100%;
}
.page-left-sidebar [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.container) {
	max-width: 100%;
	width: 100%;
}
.page-left-sidebar .page-content h2:first-child {
	margin-top: -8px !important;
}
.page-left-sidebar .page-content .wp-block-group:first-child {
	margin-top: 0 !important;
}
/*@media (min-width: 768px) {*/
/*	.page-left-sidebar .entry-content .container {*/
/*		max-width: 750px !important;*/
/*		width: 750px !important;*/
/*	}*/
/*}*/
/*@media (min-width: 992px) {*/
/*	.page-left-sidebar .entry-content .container {*/
/*		max-width: 970px !important;*/
/*		width: 970px !important;*/
/*	}*/
/*}*/
/*@media (min-width: 1200px) {*/
/*	.page-left-sidebar .entry-content .container {*/
/*		max-width: 1170px !important;*/
/*		width: 1170px !important;*/
/*	}*/
/*}*/





/*
 * Sidebar
 * ------------------------------------------------------------------------------------------------
*/
#sidebar .widget {
	/*margin: 4rem 0;*/
}
@media (max-width: 991px) {
	#sidebar {
		margin-top: 50px;
	}
}



/*
 * Widget Reviews
 * ------------------------------------------------------------------------------------------------
*/
#sidebar .widget-reviews-title {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 25px;
}
#sidebar .widget-review + .widget-review {
	margin-top: 35px;
}
#sidebar .widget-review img {
	width: 100%;
}
#sidebar .widget-review h5 {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	margin: 20px auto 10px;
}
#sidebar .widget-review p {
	color: #1B1B1B;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 0;
}



/*
 * Widget Special Deal
 * ------------------------------------------------------------------------------------------------
*/
#sidebar .special-deal-wrap {
	width: 100%;
	text-align: center;
	border: 2px solid #EEEEEE;
	padding: 50px 38px;
}
#sidebar .special-deal-wrap + .special-deal-wrap {
	margin-top: 35px;
}
#sidebar .special-deal-wrap .overtitle {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	text-align: center;
	margin-bottom: 20px;
	text-indent: 0.50em;
}
#sidebar .special-deal-wrap .title {
	color: #000000;
	font-size: 34px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
}
#sidebar .special-deal-wrap .overtitle + .title {
	margin-top: 30px;
}
#sidebar .special-deal-wrap .subtitle {
	color: #000000;
	font-size: 28px;
	font-weight: normal;
	line-height: 34px;
	text-align: center;
	margin-top: 30px;
}
#sidebar .special-deal-wrap .special-deal-image {
	width: 100%;
}
#sidebar .special-deal-wrap .special-deal-image img {
	width: 100%;
}
#sidebar .special-deal-wrap .red_btn {
	margin-top: 45px;
}
@media (min-width: 1200px) and (max-height: 770px) {
	#sidebar .special-deal-wrap {
		padding: 30px 40px;
	}
	#sidebar .special-deal-wrap .overtitle + .title {
		margin-top: 25px;
	}
	#sidebar .special-deal-wrap .subtitle {
		margin-top: 25px;
	}
	#sidebar .special-deal-wrap .red_btn {
		margin-top: 25px;
	}
}
@media (max-width: 1199px) {
	#sidebar .special-deal-wrap {
		padding: 20px 20px;
	}
}
@media (max-width: 991px) {
	#sidebar .special-deal-wrap {
		margin-bottom: 35px;
	}
}








/*
 * Global Button
 * ------------------------------------------------------------------------------------------------
*/
.wrap-button {
	text-align: center;
}
body .pink_btn {
	display: inline-block;
	background-color: #cd2653;
	border: 1px solid #cd2653;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 5px;
	transition: 0.3s ease-in, 0.3s ease-in-out;
}
body .pink_btn:focus,
body .pink_btn:active {
	color: #fff;
}
body .pink_btn:hover {
	background-color: #fff;
	border: 1px solid #cd2653;
	color: #cd2653;
	text-decoration: none;
}

div.wpforms-container-full .wpforms-form button[type=submit],
body .green_btn {
	display: inline-block;
	background-color: #2CB28D !important;
	border: 1px solid #2CB28D !important;
	color: #fff !important;
	font-family: Arial, sans-serif;
	font-size: 18px !important;
	line-height: 27px;
	font-weight: 600;
	letter-spacing: normal;
	padding: 10px 25px !important;
	text-decoration: none;
	border-radius: 5px;
	transition: 0.3s ease-in, 0.3s ease-in-out;
}
body .green_btn:focus,
body .green_btn:active {
	color: #fff !important;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body .green_btn:hover {
	background-color: #249275 !important;
	border: 1px solid #249275 !important;
	color: #fff !important;
	text-decoration: none;
}

div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: #FF4713 !important;
	border: 1px solid #FF4713 !important;
}

body .gray_btn {
	display: inline-block;
	background-color: #eaf7f4;
	border: 1px solid #eaf7f4;
	color: #2CB28D;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 5px;
	transition: 0.3s ease-in, 0.3s ease-in-out;
}
body .gray_btn:focus,
body .gray_btn:active {
	color: #2CB28D;
}
body .gray_btn:hover {
	background-color: #eaf7f4;
	border: 1px solid #eaf7f4;
	color: #249275;
	text-decoration: none;
}

.wp-block-button .wp-block-button__link,
body .red_btn {
	display: inline-block;
	background-color: #FF4713;
	border: 1px solid #FF4713;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 22px;
	padding: 12px 25px 14px;
	text-decoration: none;
	border-radius: 0;
}

.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:active,
body .red_btn:focus,
body .red_btn:active {
	color: #fff;
	text-decoration: none;
}

.wp-block-button .wp-block-button__link:hover,
body .red_btn:hover {
	background-color: #fff;
	border: 1px solid #FF4713;
	color: #FF4713;
	text-decoration: none;
}
.wp-block-button .wp-block-button__link {
	min-width: 205px;
}







/*
 * Theme Global Colors
 * ------------------------------------------------------------------------------------------------
*/
body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
	color: #FF4713;
}
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color: #FF4713;
}
button:not(.toggle):hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.bg-accent:hover,
.bg-accent-hover:hover:hover,
.bg-accent-hover:focus:hover,
:root .has-accent-background-color:hover,
.comment-reply-link {
	text-decoration: none;
}

button:not(.toggle):focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.bg-accent:focus,
.bg-accent-focus:focus:focus,
.bg-accent-focus:focus:focus,
:root .has-accent-background-color:focus,
.comment-reply-link {
	text-decoration: none;
}









/*
 * Theme Global Styles
 * ------------------------------------------------------------------------------------------------
*/
.wp-block-latest-posts li a {
    font-size: 18px;
}
.wp-block-latest-posts li time {
    font-size: 12px;
    font-weight: 500;
}
.post-meta .meta-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari 5+ ONLY */
	::i-block-chrome, body .section-inner {
		width: 95%;
	}
	::i-block-chrome, .post-meta .meta-wrapper {
		display: inline-block;
	}
	::i-block-chrome, .post-meta .meta-icon {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -1px;
	}
	::i-block-chrome, body .entry-content hr, body hr.styled-separator {
		background-color: #707070 !important;
	}
	::i-block-chrome,
	body .entry-content hr:before,
	body .entry-content hr:after,
	body hr.styled-separator:before,
	body hr.styled-separator:after {
		display: none;
	}
	::i-block-chrome,
	.pagination-single .next-post,
	.pagination-single .next-post .arrow {
		float: right;
	}
	::i-block-chrome,
	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		float: left;
		width: 48.4%;
	}
	::i-block-chrome, .comment-respond p.comment-form-url {
		clear: both;
	}
	
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 700px) {
	::i-block-chrome, body .section-inner {
		width: 90%;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 767px) {
	::i-block-chrome, body .entry-content hr, body hr.styled-separator {
		display: none;
	}
	::i-block-chrome, .pagination-single .previous-post {
		padding-left: 15px;
	}
	::i-block-chrome, .pagination-single .next-post {
		padding-right: 15px;
	}
	::i-block-chrome, .pagination-single .next-post .arrow {
		padding-left: 15px;
	}
}

div.wpforms-container-full .wpforms-form .wpforms-field.field-size-50 {
	float: left;
	width: 50%;
	clear: none;
	padding-right: 10px;
}
div.wpforms-container-full .wpforms-form .wpforms-field.field-size-50 + .field-size-50 {
	padding-left: 10px;
	padding-right: 0;
}
.wp-block-custom-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
	color: #686868;
}
.wp-block-custom-separator:before,
.wp-block-custom-separator:after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}
.wp-block-custom-separator:before {
	left: calc(50% - 0.5rem);
}
.wp-block-custom-separator:after {
	right: calc(50% - 0.5rem);
}

.page-content .ab-form-styles input {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.page-content .ab-form-styles input {
		display: inline-block;
		margin-right: 10px;
		min-height: 44px;
		max-height: 44px;
		width: calc(100% - 150px);
	}
}
@media (max-width: 767px) {
	.page-content .ab-form-styles .ab-button {
		margin-bottom: 15px;
	}
}

#ez-toc-container {
    padding-left: 15px;
    padding-right: 15px;
}
div#ez-toc-container p.ez-toc-title {
	color: #000000;
	font-size: 44px;
	font-weight: bold;
	line-height: 53px;
	padding-bottom: 8px;
}
#ez-toc-container a {
	color: rgba(0, 0, 0, 0.5);
	font-size: 22px;
	line-height: 180%;
	font-weight: 400;
}
#ez-toc-container a.ez-toc-toggle {
    font-size: 14px;
}

.page-content .wp-block-group .ez-toc-section {
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.page-content .wp-block-table table {
	font-size: 26px;
}
.page-content .wp-block-table table th,
.page-content .wp-block-table table td {
	padding-left: 5px;
	padding-right: 5px;
}
.page-content .wp-block-table table strong {
	white-space: nowrap
}

.recent_post_sc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 -10px;
}
.recent_post_sc li {
	display: inline-block;
	width: 50%;
	max-width: 370px;
	padding: 0 10px;
	margin: 0;
}
.recent_post_sc .post_image {
	width: 370px;
	height: 307px;
	object-fit: cover;
	margin: 0;
}
.recent_post_sc a.post_title {
	display: block;
	color: #249275;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 5px;
}
.recent_post_sc span.post-date {
	color: #1B1B1B;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
}
@media (max-width: 991px) {
	.recent_post_sc .post_image {
		height: 215px;
	}
}
@media (max-width: 699px) {
	div#ez-toc-container p.ez-toc-title,
	.page-content .wp-block-group .ez-toc-section {
		font-size: 28px;
		line-height: 34px;
	}
	#ez-toc-container a {
		font-size: 18px;
		line-height: 180%;
	}
}
@media (max-width: 480px) {
	.recent_post_sc {
		display: block;
	}
	.recent_post_sc li {
		width: 100%;
	}
	.recent_post_sc li + li {
		margin-top: 20px;
	}
}






/*
 * Footer Widgets
 * ------------------------------------------------------------------------------------------------
*/
.footer-nav-widgets-wrapper,
#site-footer {
	background-color: #f7f7f7;
}
.footer-nav-widgets-wrapper > .footer-inner > .wp-block-custom-separator:only-child {
	display: none;
}
.footer-widgets.column-one.grid-item .wpforms-field-medium {
	max-width: 100% !important;
	height: 50px;
}
@media (min-width: 700px) {
	.footer-top-visible .footer-nav-widgets-wrapper,
	.footer-top-hidden #site-footer {
		margin-top: 6rem;
	}
	.footer-widgets-outer-wrapper {
		padding-top: 6rem;
	}
	.footer-widgets-wrapper {
		display: block;
	}
	.footer-widgets.column-one.grid-item {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.footer-widgets div.wpforms-container-full .wpforms-form .wpforms-field-label {
		font-size: 18px;
	}
	.footer-widgets.column-one.grid-item .widget-title {
		text-align: center;
	}
	.footer-widgets.column-one.grid-item .wpforms-title {
		font-size: 18px;
		line-height: 21px;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-widgets.column-one.grid-item div.wpforms-container-full .wpforms-form button[type=submit] {
		min-width: 193px;
		margin-top: 15px;
	}
	
	.footer-widgets.column-two.grid-item {
		width: 100%;
		padding-right: 4rem;
	}
	.footer-widgets.column-two.grid-item .widget {
		float: left;
		margin-top: 45px;
	}
	.footer-widgets.column-two.grid-item .widget_custom_html {
		width: 62%;
		padding-right: 15px;
	}
	.footer-widgets.column-two.grid-item .widget_recent_comments {
		width: 38%;
		padding-left: 15px;
	}
	.footer-widgets.column-two.grid-item #recentcomments {
		margin-top: -5px;
	}
}
@media (max-width: 699px) {
	.footer-widgets.column-two.grid-item .widget {
		float: none;
		margin-top: 45px;
	}
	.footer-widgets.column-two.grid-item .widget_custom_html {
		width: 100%;
		padding-right: 0;
	}
	.footer-widgets.column-two.grid-item .widget_recent_comments {
		width: 100%;
		padding-left: 0;
		margin-top: 35px;
	}
}








/*
 * Special Deal Footer
 * ------------------------------------------------------------------------------------------------
*/
.floating-cta-container {
	width: 0;
	height: 0;
	background-color: #052740;
	position: fixed;
	bottom: 0;
	color: #fff;
	text-align: center;
	z-index: 1000;
	left: 0;
	line-height: 32px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	z-index: 10000;
}
.floating-cta-container-exposed {
	height: 70px !important;
	width: 100%;
}
.floating-cta-container-line-1 {
	padding-top: 0;
	margin-top: -5px;
}
.floating-cta-container a {
	color: #fff;
}
.floating-cta-container a:focus,
.floating-cta-container a:hover,
.floating-cta-container a:active {
	color: #fff;
	text-decoration: none;
}
.floating-cta-container-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.floating-cta-container-inner .b-close {
	right: 10px;
	position: relative;
	float: right;
}
.floating-cta-container-line-1 p {
	font-family: Arial, sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
	margin: 0;
}
.floating-cta-container-line-2 p {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
.floating-cta-container-3-button p {
	display: block;
	border: 3px solid #fff;
	padding: 7px 15px 8px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	vertical-align: top;
	margin: 0 auto;
	position: relative;
	top: 1px;
}
.floating-cta-container-3-button p:hover {
	border-color: #FF4713;
	color: #FF4713;
}
.floating-cta-container-inner:before {
	content: "";
	display: table;
}
.floating-cta-container-inner:after {
	content: "";
	display: table;
	clear: both;
}
.floating-cta-container-1 {
	clear: left;
	float: left;
	width: 41.66667%;
	padding-left: 0;
	padding-right: 10px;
}
.floating-cta-container-2 {
	float: left;
	width: 33.33333%;
	padding-left: 5px;
	padding-right: 5px;
}
.floating-cta-container-2 img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 70px;
	object-fit: cover;
}
.floating-cta-container-3 {
	float: left;
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
}
.floating-cta-container .b-close {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 10px;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	border-radius: 100%;
	background: -webkit-linear-gradient(-45deg,transparent,transparent 46%,#000 0,#000 56%,transparent 0,transparent),-webkit-linear-gradient(45deg,transparent,transparent 46%,#000 0,#000 56%,transparent 0,transparent);
	background-color: #fff;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.15);
	transition: all .3s ease;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1199px) {
	.floating-cta-container-line-1 p {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.floating-cta-container-line-1 p {
		font-size: 24px;
		line-height: 28px;
	}
	#site-header .menu,
	#site-header .search {
		display: none;
	}
}
@media (max-width: 850px) {
	.floating-cta-container {
		margin-left: 0;
	}
	
	.floating-cta-container-exposed {
		height: 70px !important;
	}
	
	.floating-cta-container-inner {
		height: 70px;
	}
	
	.floating-cta-container-line-2 {
		padding-bottom: 20px;
	}
	
	.floating-cta-container-1 {
		float: left;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 5px;
		padding-right: 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.floating-cta-container-2 {
		display: none;
	}
	
	.floating-cta-container-3 {
		clear: left;
		float: left;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 5px;
		padding-right: 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media (max-width: 500px) {
	.floating-cta-container > .container {
		padding-right: 45px;
	}
	.floating-cta-container .b-close {
		right: 15px;
	}
	.floating-cta-container-1 {
		padding-left: 0;
	}
	.floating-cta-container-line-1 p {
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
	}
	.floating-cta-container-line-2 {
		display: none;
	}
	.floating-cta-container-3-button p {
		font-size: 12px;
		line-height: normal;
		text-transform: uppercase;
		padding: 7px 10px 8px;
	}
}

main .comments-post-box {
	display: none !important;
}

body.search-results .sr-item .small-posts-box img {
	object-position: top;
	object-fit: cover;
	aspect-ratio: 1;
	width: 100%;
}

