/*
Theme Name: Spot Pet Insurance
Theme URI: https://spotpetins.com
Author: the Spot team
Author URI: https://spotpetins.com
Description: Woof!
Version: 2.0
*/

body {
	margin: 0;
	font-family: Poppins,sans-serif !important;
	overflow-x: hidden;
}
a,
.home-banner a,
.home-works a {
	text-decoration: none;
}
strong {
	font-weight: bolder;
}
h1 {
	font-weight: 700 !important;
}
titlebold {
	font-weight: 700 !important;
}
.css-relative {
	position: relative;
}
.home-header {
	float: left;
	width: 100%;
	z-index: 9999;
}
.gray-header-bar {
	float: left;
	width: 100%;
	background: rgba(243,244,246,1);
	font-weight: 600;
	font-size: .875rem;
	color: rgb(23, 61, 80);
}
.gray-header-left {
	float: left;
	padding: 8.5px 0;
}
.gray-header-left a {
	color: rgb(23, 61, 80);
}
.gray-header-left a:hover {
	color: rgb(240, 73, 35);
}
.gray-header-right {
	float: right;
	padding: 8.5px 0;
}
.gray-header-right a {
	color: rgb(23, 61, 80);
}
.gray-header-right a:hover {
	color: rgb(240, 73, 35);
}
.gray-header-right span {
	padding: 0 4px;
}
.prim-wrap {
	/*width: 1536px;*/
	width: 1200px;
	margin: 0 auto;
	padding: 0 85px;
}
.prim-padding {
	/*padding: 0 85px;*/
}
.prim-padding-blue {
	padding: 40px 85px 50px 85px;
	width: calc(100% - 170px);
	background: rgb(0, 62, 82);
	border-radius: 5px;
	float: left;
	margin-top: 6px;
}

@media screen and (max-width:768px) {

	.prim-padding-blue {
		padding: 40px 25px 50px 25px !important;
		width: calc(100% - 50px) !important;
	}

	.bhead-left,
	.text-left-65-left,
	.contact-right,
	.faq-right {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.bhead-right,
	.text-right-35-right,
	.icon-list-left-small,
	.icon-list-right-large,
	.icon-list-right-small,
	.icon-list-left-large,
	.left-under,
	.right-under,
	.contact-left,
	.blue-questions-left,
	.blue-questions-right,
	.cat-covered-right,
	.faq-left,
	.pol-sample-v41-list,
	.pol-sample-v4-list,
	.pol-sample-v-list a:first-child div,
	.pol-sample-v-list a:last-child div,
	.pol-sample-dropwrap,
	select#planSelector,
	.cat-covered-left,
	.round-head-left,
	.round-head-right {
		width: 100% !important;
		box-sizing: border-box !important;
	}

	.cat-covered-right {
		margin-top:60px !important;
		box-sizing: border-box !important;
		position:relative !important;
		top:unset !important;
	}

	.cat-covered-left {
		margin-bottom: 60px;
	}

	.employer-form-footer-button {
		margin: 20px auto !important;
	}

	.cat-covered-bg {
		margin-top: 80px !important;
	}


}

.logo-bar {
	float: left;
	width: 100%;
	padding: 21.25px 0;
}
.logo-bar-left {
	float: left;
	width: 120px;
}
.logo-bar-left img {
	float: left;
	width: 100%;
	image-rendering: pixelated;
	image-rendering: -webkit-optimize-contrast;
}
.logo-bar-right {
	float: right;
	position: relative;
}
/*ul.home-headermenu {
	float: left;
	margin: 0;
	padding: 0;
}*/
ul.home-headermenu a {
	color: rgb(23, 61, 80);
}
ul.home-headermenu li {
	display: inline-block;
	list-style-type: none;
	cursor: pointer;
	color: rgb(23, 61, 80);
	font-size: 19.125px;
	margin-right: 15px;
	padding: 0 10px;
	line-height: 51px;
	position: relative;
}
ul.home-headermenu li:hover {
	background: rgba(23, 61, 80, 0.05);
	border-radius: 4px;
}
ul.home-headermenu li span {
	width: 16px;
	float: right;
	/*margin-top: 1.5rem;*/
	margin-left: 7px;
}
ul.home-headermenu li span img {
	height: 6px;
	transform: rotate(180deg);
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}
ul.home-headermenu li.active span img {
	transform: rotate(360deg);
}
ul.home-headermenu li:last-child {
	background-color: rgb(240, 73, 35);
	color: #FFFFFF;
	font-size: 17px;
	padding: 0 17px;
	height: 51px;
	line-height: 51px;
	font-weight: 600;
	border-radius: 5px;
	margin-right: 0;
	margin-left: 12px;
}
ul.home-headermenu li:hover:last-child {
	background: #173d50;
}
ul.home-headermenu li ul {
	display: none;
}
ul.home-headermenu li ul.active  {
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}
ul.home-headermenu li ul.home-headermenu-sub {
	float: left;
	margin: 0;
	padding: 0;
	background: rgb(23, 61, 80);
	border-radius: 5px;
	color: #FFFFFF;
	padding: 14px 19px;
	position: absolute;
	z-index: 99;
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	margin-left: -10px;
	box-shadow: 0px 0px 1px 1px #ffffff;
}
ul.home-headermenu li ul.home-headermenu-sub a li {
	display: block;
	list-style-type: none;
	cursor: pointer;
	width: 100%;
	text-align: center;
	font-size: 19.125px;
	clear: left;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	line-height: 30px;
	height: auto;
	border-bottom: 1px solid rgb(75, 85, 99);
	margin-bottom: 7px;
	padding-bottom: 7px;
	text-size-adjust: 100%;
	white-space: pre;
	border-bottom: 1px solid rgba(75,85,99,1);
	padding-bottom: 6px;
	margin-bottom: 6px;
	background-color: transparent;
	font-weight: 300;
	border-radius: 0;
}
ul.home-headermenu li ul.home-headermenu-sub a:hover li {
	color: rgb(240, 73, 35);
}
ul.home-headermenu li ul.home-headermenu-sub a:last-child li {
	background: transparent;
	font-weight: inherit;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 4px;
	background-color: transparent !important;
}
ul.home-headermenu li ul.home-headermenu-sub a li:last-child {
	background-color: transparent !important;
}


.mobile-collapse,
.mobile-expand {
	height:30px;
	width:30px;
	display:inline-block;
}

.mobile-menu .main {
	list-style-type: none;
}

.mobile-menu .main li {
	padding:0.5rem 1rem;
	border: 1px solid #173d50;
	display: block;
}


.home-banner {
	float: left;
	width: 100%;
}
.home-prim-banner {
	background: url('/wp-content/themes/spotpet/images/home-banner.png');
	background-size: cover;
	width: 100%;
	height: 355px;
	display: block;
}
.home-banner-left {
	float: left;
	width: 50%;
	position: relative;
}
.home-banner-right {
	float: right;
	width: 50%;
}
.cat-dog-hearts {
	float: left;
	width: 496px;
	left: 50%;
	position: absolute;
	margin-left: -248px;
}
.cat-dog-hearts img {
	width: 100%;
}
.home-banner-title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.625rem;
	line-break: 1;
	margin-bottom: 0;
	padding-top: 2rem;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	width: calc(100% - 60px);
}
.home-banner-title h1 {
	font-weight: 500 !important;
}
.home-banner-title h1 span {
	content: '';
	width: 32px;
	height: 20px;
	display: inline-block;
}
.home-banner-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	display: inline-flex;
}
.home-banner-button span {
	background: #f04923;
	color: #FFFFFF;
	font-weight: 600;
	transition-duration: 300ms;
	height: 3.5rem;
	padding: 0 34px;
	font-size: 1.25rem;
	border-radius: 5px;
	text-align: center;
	line-height: 56px;
}
.home-banner-button span:hover {
	background: #FFFFFF;
	color: rgb(240, 73, 35);
}
.home-works {
	float: left;
	width: 100%;
	margin-top: 85px;
}
.home-works-title {
	float: left;
	width: 100%;
	font-size: 2.25rem;
	color: rgb(23, 61, 80);
	font-weight: 700;
	text-align: center;
}
.home-works-ul {
	float: left;
	widows: 100%;
	margin: 0;
	padding: 0;
}
ul.home-works-ul {
	float: left;
	widows: 100%;
	margin: 0;
	padding: 0;
	margin-top: 42.5px;
}
ul.home-works-ul li {
	width: calc(33% - 16px);
	float: left;
	margin-right: 25px;
	list-style-type: none;
}
ul.home-works-ul li:last-child {
	margin-right: 0;
}
.home-works-icon {
	display: inline-block;
	width: 100%;
}
.home-works-icon img {
	width: 7rem;
	display: block;
	margin: auto;
}
.home-works-subtitle {
	float: left;
	width: 100%;
	font-size: 21.25px;
	font-weight: 700;
	color: #173d50;
	text-align: center;
	height: 63.75px;
	margin-top: 10px;
}
.home-works-subsub {
	float: left;
	width: 100%;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	color: #173d50;
	text-align: center;
	margin-top: 3px;
	font-size: 17px;
}
.works-started {
	float: left;
	width: 100%;
	margin-top: 60px;
}
.works-started-button {
	display: block;
	color: #FFFFFF;
	border-radius: 5px;
	margin: auto;
	padding: 0 102px;
	height: 51px;
	line-height: 51px;
	font-weight: 600;
	font-size: 25.5px;
	background: rgb(240, 73, 35);
	width: fit-content;
}
.works-started-button:hover {
	background: #173d50;
}
.amazon-wrap {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.amazon-area {
	float: left;
	width: 100%;
	background: url('/wp-content/themes/spotpet/images/dog-cat-dots-pattern.png');
	margin-left: auto;
	margin-right: auto;
	background-position-x: 30%;
	background-position-y: 67%;
	background-repeat: no-repeat;
	padding-top: 90px;
}
.amazon-area-left {
	float: left;
	width: calc(50% - 22px);
}
.amazon-area-right {
	float: right;
	width: calc(50% - 22px);
}
.amazon-area-left-title {
	float: left;
	width: 100%;
	font-size: 38.25px;
	color: rgb(23, 61, 80);
	font-size: 47.821px;
	font-weight: 700;
	line-height: 59.7762px;
}
.amazon-area-left-title span {
	font-size: 38.25px;
	font-weight: 600;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.amazon-area-button {
	float: left;
	color: #FFFFFF;
	background: rgb(240, 73, 35);
	font-size: 25.5px;
	height: 51px;
	line-height: 51px;
	margin-top: 34px;
	border-radius: 5px;
	padding-left: 102px;
	padding-right: 102px;
	font-weight: 600;
}
.amazon-area-button:hover {
	background: #173D50;
}
.amazon-image {
	float: left;
	widows: 100%;
}
.amazon-image img {
	width: 100%;
	margin-top: -94px;
}
.amazon-bottom-center {
	float: left;
	width: 100%;
	text-align: center;
	color: rgb(23, 61, 80);
	font-size: 17px;
	margin-top: 50px;
	font-size: 13px;
}
.amazon-bottom-center a {
	color: rgb(240, 73, 35);
	font-weight: 600;
}
.amazon-bottom-center a:hover {
	color: rgb(23, 61, 80);
}
.petvet-wrap {
	float: left;
	width: 100%;
	margin-top: 110px;
}
.petvet-left {
	float: left;
	width: calc(50% - 34px);
}
.petvet-left img {
	width: 100%;
	object-fit: cover;
}
.petvet-right {
	float: right;
	width: calc(50% - 34px);
}
.petvet-title {
	float: left;
	width: 100%;
	color: rgb(23, 61, 80);
	font-size: 38.25px;
	font-weight: 700;
	margin-top: 33px;
}
.petvet-content {
	float: left;
	width: 100%;
	color: rgb(23, 61, 80);
	font-size: 17px;
}
.petvet-content ul li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 14.875px;
	display: list-item;
	box-sizing: border-box;
	margin-block: 17px;
}
.petvet-button {
	float: left;
	background: rgb(240, 73, 35);
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 25.5px;
	font-weight: 600;
	height: 51px;
	padding: 0 105px;
	line-height: 51px;
	margin-top: 20px;
	cursor: pointer;
}
.petvet-button:hover {
	background: #173d50;
}
.loving-wrap {
	float: left;
	width: 100%;
	margin-top: 100px;
}
.loving-title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 47.821px;
	font-weight: 700;
	color: rgb(23, 61, 80);
}
.loving-sub {
	float: left;
	width: 100%;
	text-align: center;
	color: rgb(23, 61, 80);
	font-size: 25.5px;
}
.loving-lovestar {
	float: left;
	width: 100%;
	margin-top: 50px;
	position: relative;
}
.loving-lovestar img {
	display: block;
	width: 120px;
	margin: auto
}
.loving-coolbg {
	float: left;
	width: 100%;
	background: rgba(174, 226, 227, 0.2);
	border-radius: 5px;
	margin-top: -59px;
}
.loving-coolbg-title {
	margin-top: 10px;
	float: left;
	width: 100%;
	color: rgb(23, 61, 80);
	font-size: 38.25px;
	font-weight: 700;
	padding-top: 34px;
	text-align: center;
	margin-top: 70px;
}
ul.loving-coolbg-ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
ul.loving-coolbg-ul li {
	float: left;
	width: 25%;
	list-style-type: none;
	display: inline-block;
}
ul.loving-coolbg-ul li img {
	display: block;
	margin: auto;
}
.home-covered {
	float: left;
	width: 100%;
	margin-top: 100px;
}
.home-covered-left {
	float: left;
	width: calc(50% - 51px);
}
.home-covered-right {
	float: right;
	width: calc(50% - 51px);
}
.home-cov-img {
	float: left;
	width: 100%;
}
.home-cov-img img {
	width: 100%;
	max-width: 480px;
	display: block;
	margin: auto;
}
.home-cov-title {
	float: left;
	width: 100%;
	text-align: center;
	color: rgb(23, 61, 80);
	font-size: 36px;
	font-weight: 700;
	margin-top: 13px;
}
.home-cov-formarea {
	float: left;
	width: 100%;
	background: rgba(229, 231, 235, 0.6);
	border-radius: 5px;
}
.home-cov-form {
	float: left;
	padding: 4rem;
	width: calc(100% - 8rem);
	font-size: 17px;
	font-weight: 400;
}
.home-cov-priminput {
	float: left;
	width: calc(100% - 25.5px);
	background: #FFFFFF;
	padding-top: 18px;
	padding-bottom: 15px;
	font-size: 17px;
	padding-left: 12.75px;
	padding-right: 12.75px;
	border-radius: 4px;
	border: 1px solid rgb(109, 182, 255);
	margin-bottom: 8px;
}
.home-cov-radiogroup {
	float: left;
	width: 100%;
}
.radiogroup {
	float: left;
	width: 100%;
	margin-block: 10px;
}
.radiogroup .radiogroup-radio {
	float: left;
	width: calc(50% - 5px);
	border-radius: 5px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #FFFFFF;
	color: rgb(23, 61, 80);
	font-weight: 600;
	font-size: 17px;
	cursor: pointer;
}
.radiogroup div div {
	width: 100%;
}
.radiogroup div:nth-child(1) {
	float: left;
	margin-right: 2.5px;
}
.radiogroup div:nth-child(2) {
	float: right;
	margin-left: 2.5px;
}
.radiogroup-submit {
	float: left;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	background: rgb(240, 73, 35);
	color: #FFFFFF;
	border: 0;
	font-size: 18px;
	font-weight: 700;
	margin-top: 8px;
	cursor: pointer;
}
.home-cov-priminput::placeholder {
	color: #999999;
}
.radiogroup-submit[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}
.radiogroup-submit:hover {
	background: #173d50;
}
.radiogroup-active {
	background: rgb(23, 61, 80) !important;
	color: #FFFFFF !important;
}
.home-cov-form-title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: rgb(23, 61, 80);
	font-weight: 600;
	margin-top: 28px;
	margin-bottom: -36px;
}
footer {
	float: left;
	width: 100%;
	margin-top: 150px;
}

@media only screen and (max-width: 500px) {
	footer {
		margin-top: 0px !important;
	}
}


.left-footer {
	float: left;
	width: 30%;
}
.right-footer {
	float: right;
	width: calc(70% - 110px);
}
.footer-logo {
	float: left;
	width: 220px;
	margin-block: 17px;
}
.footer-logo img {
	width: 100%;
}
.footer-text {
	float: left;
	width: 100%;
	font-size: 17px;
	color: rgb(23, 61, 80);
}
.footer-title {
	float: left;
	width: 100%;
	color: rgb(23, 61, 80);
	text-align: center;
	font-size: 31.875px;
	font-weight: 600;
	margin-block: 40px;
}
ul.right-footer-ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.right-footer-ul li {
	float: left;
	width: 33.33%;
	list-style-type: none;
	color: rgb(23, 61, 80);
}
ul.right-footer-ul a:hover li {
	color: rgb(240, 73, 35);
}
ul.right-footer-ul-1, ul.right-footer-ul-2, ul.right-footer-ul-3 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.right-footer-ul-1 li, ul.right-footer-ul-2 li, ul.right-footer-ul-3 li {
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 17px;
}
.right-footer-ul-title {
	float: left;
	width: 100%;
	color: rgb(23, 61, 80);
	font-size: 21.25px;
	font-weight: 700;
	margin-bottom: 8px;
}
.right-footer-ul-title-2 {
	margin-top: 30px;
}
.footer-line {
	float: left;
	width: 100%;
	background: rgba(229,231,235,1);
	height: 2px;
	margin-top: 50px;
}
.footer-subscribe {
	float: left;
	width: 100%;
	padding: 36px 0 33px;
}
.footer-sub-left {
	float: left;
	width: 50%;
	color: rgb(23, 61, 80);
	font-size: 26px;
	line-height: 50px;
	font-weight: 600;
}
.footer-sub-right {
	float: right;
	width: 50%;
}
.footer-subscribe-form {
	float: left;
	width: 100%;
}
.footer-sub-form-wrap {
	float: left;
	width: calc(100% - 255px);
	margin-left: -6px;
}
.footer-sub-form-wrap input {
	float: left;
	background: #FFFFFF;
	border: 1px solid rgb(109, 182, 255);
	border-radius: 5px;
	height: 48px;
	line-break: 50px;
	padding: 0 12.75px;
	width: 100%;
}
.footer-subscribe-form .footer-sub-button {
	background: rgb(240, 73, 35);
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	border-radius: 5px;
	float: right;
	width: 215px;
	line-height: 50px;
	border: 0;
	font-size: 18px;
	font-weight: 600;
	float: right;
	cursor: pointer;
}
.footer-subscribe-form .footer-sub-button:hover {
	background: #173d50;
}
.bottom-footerarea {
	float: left;
	width: 100%;
	background: #173d50;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.top-bottom-footerarea {
	float: left;
	width: 100%;
}
ul.bottom-foot-left {
	float: left;
	margin: 0;
	padding: 0;
}
ul.bottom-foot-left a li {
	float: left;
	display: inline-block;
	font-size: 12.75px;
	list-style-type: none;
	margin-right: 34px;
	line-height: 42px;
	color: #FFFFFF;
}
ul.bottom-foot-left a:last-child li {
	margin-right: 0;
}
ul.bottom-foot-right {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: -3px;
}
ul.bottom-foot-right li {
	float: left;
	display: inline-block;
	list-style-type: none;
	width: 25.5px;
	margin-right: 12.5px;
	margin-left: 12.5px;
}
ul.bottom-foot-right li:last-child {
	margin-right: 0;
}
.top-bottom-footerarea {
	float: left;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 20px;
	padding-bottom: 16px;
}
.footer-legal {
	margin-top: 8px;
}
.footer-legal,
.footer-legal p {
	float: left;
	width: 100%;
	font-size: 10px;
	line-height: 12px;
}
.footer-legal a {
	color: #FFFFFF;
}
.wpage-header {
	float: left;
	width: 100%;
	margin-top: 180px;
}
.wpage-left {
	float: left;
	width: 70%;
	margin-top: 40px;
}
.wpage-right {
	float: right;
	width: 25%;
}
.wpage-left-title {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 25px;
	font-weight: 700;
	line-height: 68px;
}
.wpage-left-button {
	background: rgb(240, 73, 35);
	float: left;
	margin-top: 40px;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	padding: 0 35px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
}
.wpage-left-button:hover {
	background: #003e52;
}
.wpage-right img {
	width: 100%;
	max-height: 309px;
	object-fit: contain;
}
.cat-ins-plans {
	float: left;
	width: 100%;
	color: #003e52;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	margin-top: 60px;
}
.cat-ins-plans-cont {
	float: left;
	width: 100%;
	color: #003E52;
	font-size: 20px;
	font-weight: 500;
	margin-top: 21px;
}
.cat-ins-plans-contmargin {
	width: 1000px;
	margin: 0 auto;
}
.cat-ins-ben-title {
	float: left;
	width: 100%;
	color: #003E52;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-top: 60px;
}
.cat-ins-plans-ulmargin {
	float: left;
	width: 100%;
	margin-top: 30px;
}

ul.cat-ins-plans-ul {
	display: flex;
	width: 1000px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
}
ul.cat-ins-plans-ul li {
	display: table-cell;
	width: calc(33% - 50px);
	background: #f1f1f1;
	border-radius: 5px;
	color: #003E52;
	padding: 20px;
	list-style-type: none;
	margin-right: 20px;
	text-align: center;
}
ul.cat-ins-plans-ul li:last-child {
	margin-right: 0;
}
.wpage-blue {
	float: left;
	width: 100%;
	background: #003e52;
	margin-top: 100px;
}
.cat-ins-what-cover {
	float: left;
	width: 100%;
	color: #FFFFFF;
	margin-top: 74px;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
ul.cat-ins-what-list {
	width: 1000px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
}
ul.cat-ins-what-list li {
	display: inline-table;
	width: calc(50% - 25px);
	list-style-type: none;
	color: #FFFFFF;
	margin-bottom: 30px;
	min-height: 185px;
}
ul.cat-ins-what-list li:nth-child(even) {
	float: right;
}
.cat-ins-what-list-title {
	float: left;
	width: 100%;
	font-size: 28.8px;
	font-weight: 700;
	margin-block: 5px;
}
.cat-ins-what-list-cont {
	float: left;
	width: 100%;
	font-size: 17px;
	font-weight: 400;
}
.cat-ins-what-list-wrap {
	float: left;
	width: 100%;
}
.cat-ins-wait {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.cat-ins-get-a-quote {
	float: left;
	width: 100%;
}
.cat-ins-get-a-quote-button {
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	background: #f05843;
	text-align: center;
	width: 250px;
	margin: 0 auto;
	color: #FFFFFF;
	border-radius: 5px;
}
.cat-ins-get-a-quote-button:hover {
	background: #FFFFFF;
	color: #f05843;
}
.cat-ins-alt {
	float: left;
	width: 100%;
	margin-top: 65px;
	margin-bottom: 100px;
}
.cat-ins-alt-left {
	float: left;
	width: calc(50% - 20px);
}
.cat-ins-alt-right {
	float: right;
	width: calc(50% - 20px);
}
.cat-ins-alt-title {
	float: left;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 28.8px;
}
.cat-ins-alt-cont {
	float: left;
	color: #FFFFFF;
	font-size: 17px;
	width: 100%;
}
.cat-ins-alt-bottom {
	float: left;
	color: #FFFFFF;
	font-size: 17px;
	width: 100%;
}
ul.cat-ins-alt-wrap {
	float: left;
	width: 100%;
}
ul.cat-ins-alt-wrap li {
	color: #FFFFFF;
}
.cat-ins-alt-bottom {
	float: left;
	width: 100%;
	color: #FFFFFF;
}
.cat-ins-alt-margin {
	width: 1000px;
	margin: 0 auto;
}
.cat-see-how-title {
	float: left;
	width: 100%;
	color: #003e52;
	font-weight: 700;
	text-align: center;
	margin-top: 100px;
	font-size: 3rem;
}
.cat-see-how-table {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.comparison-table .td {
	padding: 20px;
}
.see-how-disc {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 12px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 60px;
}
.see-how-disc-wrap {
	float: left;
	width: 100%;
}
.see-how-disc-wrap a {
	text-decoration: none;
}
.see-how-disc-button {
	background: rgb(240, 73, 35);
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	border-radius: 5px;
	width: 250px;
	margin: auto;
	font-weight: 600;
	font-size: 17px;
	cursor: pointer;
}
.see-how-disc-button:hover {
	background: #003e52;
}
.cat-much {
	float: left;
	position: relative;
	width: 100%;
	background: url('/wp-content/themes/spotpet/images/spots-bg.png');
	background-repeat: repeat;
	margin-top: 100px;
}
.cat-much-left {
	float: left;
	width: 45%;
}
.cat-much-right {
	float: right;
	width: 50%;
	margin-top: 70px;
}
.cat-much-title {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 28.8px;
	font-weight: 700;
	margin-top: 80px;
}
.cat-much-desc {
	float: left;
	width: 100%;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	color: #003E52;
	margin-top: 18px;
}
.cat-much-sub {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #003E52;
	margin-top: 60px;
	padding-bottom: 60px;
}
.cat-much-right img {
	float: right;
}
.cat-covered {
	float: left;
	width: 100%;
}
.cat-covered-bg {
	background: rgb(170, 221, 221);
	float: left;
	width: 100%;
	border-radius: 5px;
	margin-top: 80px;
	position: relative;
}
.cat-covered-left {
	float: left;
	width: 45%;
}
.cat-covered-title {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	margin-top: 40px;
}
.cat-covered-img {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
.cat-covered-img img {
	position: relative;
	left: 50%;
	width: 320px;
	margin-left: -160px;
}
.cat-covered-right {
	float: right;
	width: calc(50% - 80px);
	padding: 40px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-60%);
	right: 0;
}
.cat-covered-title-sub {
	float: left;
	width: calc(100% - 80px);
	padding: 0 40px;
	text-align: center;
	color: rgb(0, 62, 82);
	font-size: 30px;
	font-weight: 500;
	margin-top: 16px;
}
.cat-covered-form-load {
	float: left;
	width: 100%;
}
.trust-pilot {
	float: left;
	width: 100%;
	margin-top: 100px;
}
.blog-footer-line {
	float: left;
	width: 100%;
	margin-top: 100px;
	margin-bottom: -100px;
}
.blog-footer-line-add {
	float: left;
	width: 100%;
	background: #CCCCCC;
	height: 1px;
}
.blue-header {
	float: left;
	width: 100%;
	background: rgb(0, 62, 82);
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 135px;
}
.no-blue-header {
	background: transparent;
}
.bhead-left {
	float: left;
	width: calc(100% - 298px);
	margin-right: 50px;
}
.bhead-left-title {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
}
.bhead-left-titlesub {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 38px;
}
.bhead-left-sub {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 28px;
	margin-top: 15px
}
.bhead-left-button {
	float: left;
	background: rgb(240, 73, 35);
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 700;
	padding: 0 68px;
	margin-top: 30px;
	border-radius: 5px;
}
.bhead-left-button:hover {
	background: #FFFFFF;
	color: rgb(240, 88, 67);
}
.bhead-right {
	width: 248px;
	float: right;
}
.bhead-right-img {
	float: left;
	width: 100%;
}
.bhead-right-img img {
	width: 100%;
	margin-top: 15px;
	border-radius: 5px;
}
.text-left-65 {
	float: left;
	width: 100%;
	/*margin-top: 100px;*/
	margin-top: 50px;
}
.text-left-65-left {
	float: left;
	width: calc(65% - 50px);
	margin-right: 50px;
}
.text-right-35-right {
	float: right;
	width: 35%;
}
.text-left-65-title {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	/*font-size: 43px; // due to adding in H2 */
	font-size: 26px;
	font-weight: 700;
}
.text-left-65-title h2 {
	margin: 0;
}
.text-left-65-desc, .text-left-65-desc p {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 17px;
}
.text-left-65-desc a {
	color: rgb(240, 73, 35);
}
.text-right-35-right img {
	width: 100%;
	max-height: 350px;
	margin-top: 30px;
	border-radius: 5px;
	object-fit: cover;
	object-position: center top;
}
.gen-page-wrapper {
	float: left;
	width: 100%;
}
.icon-list {
	float: left;
	width: 100%;
	margin-top: 60px;
}
.icon-list-left-small {
	float: left;
	width: 198px;
}
.icon-list-right-small {
	float: right;
	width: 198px;
}
.icon-list-left-small img {
	width: 100%;
}
.icon-list-right-small img {
	width: 100%;
}
.icon-list-right-large {
	float: right;
	width: calc(100% - 248px);
}
.icon-list-left-large {
	float: left;
	width: calc(100% - 248px);
}
.icon-list-right-title {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 38px;
	font-weight: 600;
}
.icon-list-right-sub {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 18px;
	margin-top: 15px;
}
.our-underwriter {
	float: left;
	width: 100%;
	margin-top: 60px;
}
.left-under {
	float: left;
	width: 45%;
}
.left-under img {
	width: 100%;
}
.right-under {
	float: right;
	width: 50%;
}
.right-under-title {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 42px;
	font-weight: 700;
	margin-top: 40px;
}
.right-under-desc {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 17px;
}
.left-under-disc {
	float: left;
	width: 100%;
	font-size: 16px;
	color: rgb(0, 62, 82);
	text-align: center;
}
.bhead-left-sub span {
	font-weight: 700;
}
.sixty-five {
	width: calc(65% - 50px);
}
.thirty-five {
	width: 35%;
}
.connect-with-us {
	float: left;
	width: 100%;
	margin-top: 80px;
}
.team-connect {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: rgb(0, 62, 82);
	font-weight: 700;
}
.team-connect-desc {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 27px;
	color: rgb(0, 62, 82);
	margin-top: 15px;
	margin-bottom: 30px;
}
.team-connect-buttons {
	text-align: center;
}
.team-connect-buttons-1 {
	background: rgb(240, 73, 35);
	color: #FFFFFF;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	padding: 0 45px;
	font-weight: 700;
	display: inline-block;
	border-radius: 5px;
}
.team-connect-buttons-1:hover {
	background: #3a3a3a;
}
.team-connect-image {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 70px;
}
.team-connect-image img {
	width: 100%;
}
.emp-perks {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.emp-perks-title {
	float: left;
	width: 100%;
	text-align: center;
	color: #113d4f;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 50px;
}
ul.emp-perks-list {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.emp-perks-list li {
	float: left;
	width: 33.33%;
	list-style-type: none;
	margin-bottom: 50px;
}
.emp-perks-icon {
	float: left;
	width: 100%;
}
.emp-perks-icon img {
	width: 70px;
	margin: 0 auto;
	display: block;
}
.emp-perks-name {
	float: left;
	width: calc(100% - 40%);
	padding: 0 20%;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	color: rgb(58, 58, 58);
	margin-top: 20px;
	height: 55px;
}
.join-blue {
	float: left;
	width: 100%;
	background: #113d4f;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
}
.join-b-title {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
}
.join-b-sub {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 10px;
}
.join-b-button {
	background: #f05843;
	color: #FFFFFF;
	padding: 20px 60px;
	display: inline-block;
	margin-top: 34px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
.join-b-button:hover {
	color: #f05843;
	background: #FFFFFF;
}
.around-office {
	float: left;
	width: 100%;
	margin-top: 80px;
}
.team-office-title {
	float: left;
	width: 100%;
	text-align: center;
	color: #113d4f;
	font-size: 40px;
	font-weight: 700;
}
.team-office-images {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.image-mosaic {
  	display: grid;
  	gap: 1rem;
  	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  	grid-auto-rows: 240px;
}
.card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #353535;
	font-size: 3rem;
	color: #fff;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	transition: all 500ms;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
@media screen and (min-width: 600px) {
  	.card-tall {
		grid-row: span 2 / auto;
  	}
	
  	.card-wide {
		grid-column: span 2 / auto;
  	}
}
.jobs-linkedin {
	float: left;
	padding: 0 40px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	background: #f05843;
	margin-top: 40px;
}
.icon-list-right-subtitle {
	float: left;
	width: 100%;
	color: #f05843;
	font-weight: 700;
}
.icon-list-right-subtitle span {
	color: #68979E;
}
.icon-list-right-subsubtitle {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 18px;
	margin-top: 15px;
	font-weight: 600;
}
.icon-list-right-button {
	float: right;
	width: 100%;
	background: rgb(240, 73, 35);
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	margin-top: 50px;
}
.icon-list-right-button:hover {
	background: rgb(0, 62, 82);
}
.icon-list-right-subbutton {
	float: left;
	background: rgb(240, 73, 35);
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	height: 36px;
	line-height: 36px;
	padding: 0 40px;
	margin-top: 18px;
}
.icon-list-right-subbutton:hover {
	background: rgb(0, 62, 82);
}
.currently-closed {
	float: left;
	width: calc(100% - 3%);
	background: rgb(240, 73, 35);
	padding: 1.5%;
	line-height: 1.5em;
	font-size: 1.1rem;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
}
.contact-wrapper {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.contact-left {
	float: left;
	width: 50%;
}
.contact-right {
	float: right;
	width: calc(50% - 100px);
	margin-left: 100px;
}
.contact-header {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 30px;
	font-weight: 700;
}
.contact-time {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 20px;
}
.contact-phone {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 27px;
	margin-top: 30px;
}
.contact-phone span {
	font-weight: 700;
}
.contact-phone-after {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
}
.contact-phone-after a {
	color: rgb(0, 44, 93);
}
.contact-formore {
	float: left;
	width: 100%;
	font-size: 20px;
	color: rgb(0, 62, 82);
	margin-top: 30px;
	font-weight: 500;
}
.contact-formore a {
	color: #f05843;
}
.bhead-left-titlesubpart {
	float: left;
	width: 100%;
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 15px;
}
.bhead-left-sub-smaller {
	font-size: 15px;
}
.width-500 {
	margin-top: 10px;
}
.width-500 img {
	width: 500px;
	margin-left: -250px;
}
.cat-covered-disclaimer {
	float: left;
	width: 100%;
	font-size: 10px;
	padding: 0 40px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: -40px;
}
.cat-covered-disclaimer a {
	color: #111111;
}
.blue-questions-wrap {
	float: left;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 20px;
}
.blue-questions-left {
	float: left;
	width: calc(45% - 60px);
	background: #003e52;
	border-radius: 5px;
	padding: 30px;
}
.blue-questions-right {
	float: right;
	width: calc(45% - 60px);
	background: #003e52;
	border-radius: 5px;
	padding: 30px;
}
.blue-questions-title {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}
.blue-questions-button {
	text-align: center;
}
.blue-questions-button div {
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding: 12px 25px;
	border-radius: 5px;
	background: rgb(255, 91, 53);
	margin-top: 15px;
}
.blue-questions-quote {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin-top: 15px;
}
.blue-questions-quote a {
	color: #111111;
}
.bhead-left h1 {
	font-size: 48px;
	margin: 0;
	padding: 0;
}
.bhead-left h2 {
	font-size: 32px;
	margin: 0;
	padding: 0;
}
.faq-wrapper {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.faq-left {
	float: left;
	width: 60%;
}
.faq-right {
	width: 300px;
	margin-left: 50px;
	float: right;
}
.faq-wrapper-title {
	float: left;
	width: 100%;
	color: #003e52;
}
.faq-wrapper-title h2 {
	font-size: 32px;
}
.faq-wrapper-title h3 {
	font-size: 24px;
}
.faq-wrapper-title h4 {
	font-size: 20px;
}
ul.faq-nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.faq-nav li {
	float: left;
	width: 100%;
	list-style-type: none;
	color: rgb(0, 62, 82);
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 3px;
}
ul.faq-nav li:hover {
	color: rgb(255, 91, 53);
}
ul.faq-list {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.faq-list li {
	float: left;
	width: calc(100% - 30px);
	list-style-type: none;
	border: 1px solid rgba(43, 41, 45, 0.2);
	border-radius: 5px;
	position: relative;
	padding: 10px 15px;
	color: #003e52;
	font-weight: 600;
	margin-bottom: 6px;
	cursor: pointer;
}
.faq-list-arrow {
	position: absolute;
	right: 17px;
	top: 13px;
	transform: rotate(180deg);
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.faq-list-answer {
	font-weight: 400;
	padding-top: 25px;
}
.wpage-left-form {
	float: left;
	width: 100%;
	margin-top: 35px;
}
.wpage-left-form #gform_wrapper_4 .gform_body .gform_fields .gfield input[type=text] {
	height: 48px;
	font-size: 17px;
	width: 320px;
	max-width: 100%;
	border-width: 1px;
	padding-top: 0;
	padding-bottom: 0;
	background: #fafafa;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}
#gform_submit_button_4 {
	font-weight: bold;
	height: 48px;
	color: #ffffff;
	background: rgb(240, 73, 35);
	font-size: 17px;
	border: 0px;
	padding: 0 34px;
	float: left;
	margin-top: 19px;
	margin-left: 10px;
	margin-bottom: 0;
	cursor: pointer;
	border-radius: 4px;
}
#gform_submit_button_4:hover {
	background: #003e52;
}
#gform_4 .gform_footer {
	float: left;
}
#gform_4 .gform_body {
	float: left;
}
#gform_4 .gfield_label {
	color: #003e52;
	font-size: 22px;
	float: left;
	width: 100%;
}
#gform_wrapper_4 .gform_required_legend {
	display: none;
}
ul.cover-opt-li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
ul.cover-opt-li li {
	float: left;
	width: calc(33.33% - 10%);
	list-style-type: none;
	color: #003e52;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	padding: 0 5%;
}
ul.cover-opt-li li span {
	color: #FFFFFF;
	background: #003e52;
	border-radius: 99px;
	font-size: 60px;
	width: 100px;
	height: 100px;
	display: inline-table;
	line-height: 100px;
	text-align: center;
}
ul.cover-opt-li li div {
	/*float: left;*/ 
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}
.wpage-vet {
	float: left;
	width: 100%;
	background: rgb(241, 241, 241);
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 100px;
	margin-bottom: -100px;
}
.wpage-vet-title {
	float: left;
	width: 100%;
	font-size: 42px;
	font-weight: 600;
	color: rgb(68 163 163);
	text-align: center;
	margin-bottom: 25px;
}
.wpage-vet-content {
	float: left;
	width: 100%;
	font-size: 20px;
	color: rgb(0, 62, 82);
}
.cat-ins-what-content {
	float: left;
	width: 100%;
	font-size: 17px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 40px;
}
.cat-ins-what-discl {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 40px;
	opacity: 0.8;
	text-align: center;
	margin-bottom: 80px;
}
.cat-see-prevent {
	float: left;
	width: 100%;
	background: rgb(241, 241, 241);
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 80px;
}
.cat-see-prevent-title {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}
.cat-see-prevent-left {
	float: left;
	width: calc(50% - 60px);
	margin-right: 20px;
	padding: 0 20px;
}
.cat-see-prevent-right {
	float: right;
	width: calc(50% - 60px);
	margin-left: 20px;
	padding: 0 20px;
}
.cat-see-prevent-left-header, .cat-see-prevent-right-header {
	float: left;
	width: calc(100% - 40px);
	border-bottom: 2px solid rgb(0, 62, 82);
	padding-bottom: 10px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.cat-see-prevent-th, .cat-see-prevent-bh {
	float: left;
	width: 100%;
}
.cat-see-prevent-thl, .cat-see-prevent-thr, .cat-see-prevent-bhl, .cat-see-prevent-bhr {
	float: left;
	width: 50%;
}
.cat-see-prevent-thl, .cat-see-prevent-thr {
	float: left;
	width: 50%;
	color: rgb(58, 58, 58);
	font-size: 32px;
	font-weight: 700;
}
.cat-see-prevent-thr sup {
	font-size: 18px;
}
.cat-see-prevent-bhl, .cat-see-prevent-bhr {
	color: rgb(58, 58, 58);
	float: left;
	width: 50%;
	font-size: 22px;
}
.cat-see-prevent-thr, .cat-see-prevent-bhr {
	text-align: right;
}
.cat-see-prevent-wrapper {
	width: 1000px;
	margin: 0 auto;
}
.cat-see-max-ben {
	float: left;
	width: calc(100% - 40px);
	color: rgb(240, 90, 68);
	font-size: 20px;
	font-weight: 600;
	margin-block: 15px;
	padding: 0 20px;
}
ul.cat-see-max-list {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.cat-see-max-list li {
	float: left;
	width: calc(100% - 40px);
	list-style-type: none;
	color: rgb(0, 62, 82);
	font-size: 18px;
	padding: 12px 20px;
}
ul.cat-see-max-list li div:first-child {
	display: inline-block;
	width: calc(100% - 85px);
	text-align: left;
}
ul.cat-see-max-list li div:last-child {
	display: inline-block;
	width: 80px;
	text-align: right;
}
ul.cat-see-max-list li:nth-child(even) {
	background: rgba(1, 61, 83, 0.06);
}
.cat-see-opac {
	opacity: 0.3;
}
.cat-see-total-title {
	float: left;
	width: 100%;
	color: rgb(240, 90, 68);
	font-size: 20px;
}
.cat-see-total-title div:first-child {
	float: left;
	width: calc(100% - 85px);
	text-align: left;
}
.cat-see-total-title div:last-child {
	float: right;
	width: 80px;
	text-align: right;
}
.cat-see-list-bottom-line {
	float: left;
	width: 100%;
	background: rgb(0, 62, 82);
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.cat-see-list-disc {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	margin-top: 50px;
	font-size: 11px;
	margin-bottom: 30px;
	text-align: center;
}
.cat-see-qp {
	float: left;
	width: 100%;
	background: rgb(0, 62, 82);
	padding-top: 60px;
	padding-bottom: 60px;
}
.cat-see-qp-title {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 38px;
	text-align: center;
	font-weight: 600;
}
.cat-see-qp-content {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	margin-top: 24px;
}
.fl-node-5f3e8f693981f > .fl-row-content-wrap {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fl-node-5f3e8f693981f > .fl-row-content-wrap {
	margin-top: 20px;
}
.fl-node-5ed93dad7e028 {
	width: 100%;
}
.fl-node-5df939156ebb1 > .fl-module-content {
	margin-top: 20px;
}
.comparison-table .td:first-child {
	justify-content: left;
}
.cat-see-show-more {
	float: left;
	width: 100%;
	color: rgb(240, 88, 67);
	font-size: 16px;
	margin-top: 20px;
	cursor: pointer;
}
.cat-see-show-more span {
	filter: invert(59%) sepia(31%) saturate(6701%) hue-rotate(344deg) brightness(84%) contrast(100%);
	transform: rotate(180deg);
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	display: inline-flex;
	margin-right: 2px;
	margin-top: 1px;
}
.cat-see-show-more span img {
	margin-top: 1px;
	margin-right: 3px;
}
.see-cat-more-includes {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: -20px;
}
.see-cat-more-includes-list {
	float: left;
	margin-right: 25px;
	font-size: 16px;
	color: rgb(58, 58, 58);
}
.see-cat-more-includes-list span {
	float: left;
	margin-right: 6px;
}
.compare-prov-header-title {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}
.compare-prov-desc {
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #3A3A37;
	margin-top: 30px;
}
ul.compare-prov-list {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 35px;
	margin-bottom: 100px;
}
ul.compare-prov-list li {
	float: left;
	width: calc(33.33% - 72px);
	list-style-type: none;
	border: 1px #EEEEEE solid;
	border-radius: 5px;
	padding: 30px 25px;
	margin-right: 30px;
}
ul.compare-prov-list li a {
	color: #002c5d;
}
ul.compare-prov-list li:last-child {
	margin-right: 0;
}
.compare-prov-list-title {
	float: left;
	width: 100%;
	text-align: center;
	color: #003e52;
	font-size: 20px;
	font-weight: 600;
}
.compare-prov-list-sub {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}
.bluepage-header {
	float: left;
	width: 100%;
	margin-top: 100px;
}
ul.compare-prov-comp {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 50px;
}
ul.compare-prov-comp li {
	float: left;
	width: 33.33%;
	list-style-type: none;
	margin-bottom: 50px;
}
.compare-prov-comp-li {
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 300px;
	margin: auto;
}
.compare-prov-comp-li img {
	height: 83px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
ul.compare-prov-comp li span {
	float: left;
	width: 100%;
	font-weight: 700;
	color: #002c5d;
	font-size: 20px;
	text-align: center;
	clear: left;
	margin-top: 8px;
}
.cat-see-how-title-sub {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.compare-prov-trustpilot {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: -120px;
}
.see-how-disc-blog {
	float: left;
	width: 100%;
	margin-top: 120px;
	margin-bottom: 0px;
}
.see-how-disc-blog-title {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 19px;
	font-weight: 600;
}
.see-how-disc-blog-date {
	float: left;
	width: 100%;
	font-size: 14px;
	color: rgb(34, 34, 34);
	margin-top: 3px;
}
.see-how-disc-blog-button {
	float: left;
	width: 100%;
	border-radius: 5px;
	border: 1px solid rgb(204, 204, 204);
	color: #003e52;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 12px;
	cursor: pointer;
}
.see-how-disc-blog-button:hover {
	background: #003e52;
	color: #FFFFFF;
	border: 1px solid #003e52;
}
.see-how-disc-blog-img {
	float: left;
	width: 100%;
}
.see-how-disc-blog-img img {
	width: 100%;
	border-radius: 5px;
}
ul.bp-compare-left {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
}
ul.bp-compare-left a {
	color: rgb(17, 61, 79);
}
ul.bp-compare-left a:hover {
	color: rgb(240, 73, 35);
}
ul.bp-compare-left a li {
	float: left;
	width: 100%;
	list-style-type: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}
.bp-compare-left-title {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 40px;
}
.bp-compare-right {
	float: right;
	width: calc(100% - 400px);
	font-size: 17px;
	color: rgb(17, 61, 79);
}
.bg-compare-right-title {
	float: left;
	width: 100%;
	text-align: center;
	color: rgb(17, 61, 79);
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 40px;
}
.bg-compare-right-sub {
	float: left;
	width: 100%;
}
.bp-compare-left-button {
	float: left;
	width: 100%;
	text-align: center;
	background: rgb(240, 88, 67);
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	font-weight: 600;
	border-radius: 5px;
	margin-top: 25px;
}
.bp-compare-left-button:hover {
	background: rgb(17, 61, 79);
}
.see-cat-more-button-learnwrap {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.see-cat-more-button-learn {
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	background: #f34f29;
	display: inline-block;
	padding: 12px 24px;
	border-radius: 5px;
	line-height: 24px;
}
.see-cat-more-bottom-comp {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 11px;
	margin-top: 46px;
}
.compare-covered {
	float: left;
	width: 100%;
	margin-top: 100px;
}
.compare-covered-bg {
	background: rgb(170, 221, 221);
	float: left;
	width: 100%;
	border-radius: 5px;
	margin-top: 80px;
}
.compare-covered-left {
	float: left;
	width: 45%;
}
.compare-covered-right {
	float: right;
	width: calc(50% - 80px);
	padding: 40px;
}
.compare-covered-title {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	margin-top: 40px;
}
.compare-covered-img {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
.compare-covered-img img {
	position: relative;
	left: 50%;
	width: 320px;
	margin-left: -160px;
}
.compare-covered-title-sub {
	float: left;
	width: calc(100% - 80px);
	padding: 0 40px;
	text-align: center;
	color: rgb(0, 62, 82);
	font-size: 30px;
	font-weight: 500;
	margin-top: 16px;
}
.compare-covered-form-load {
	float: left;
	width: 100%;
}
.compare-cov-5 {
	float: left;
	width: 100%;
}
.compare-cov-5-con h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: #ff5b35;
	font-size: 40px;
	font-weight: 600;
	margin-top: 100px;
	margin-bottom: 40px;
}
.compare-cov-5-con {
	float: left;
	width: 100%;
	font-size: 17px;
	color: rgb(58, 58, 58);
}
.compare-cov-5-con strong {
	color: rgb(0, 62, 82);
}
ul.compare-cov-list-comp {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 50px;
}
ul.compare-cov-list-comp a li {
	float: left;
	width: calc(16% - 56px);
	list-style-type: none;
	color: #FFFFFF;
	text-align: center;
	background: #003e52;
	padding: 12px 24px;
	border-radius: 5px;
	margin-right: 16px;
}
ul.compare-cov-list-comp a:last-child li {
	margin-right: 0;
}
ul.compare-cov-list-comp a:hover li {
	background: rgb(240, 73, 35);
}
.compare-cov-list-disclaimer {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #3a3a3a;
	font-weight: 300;
	margin-top: 80px;
	margin-bottom: -50px;
}
.bhead-left-70 {
	float: left;
	width: calc(70% - 50px);
	margin-right: 50px;
}
.bhead-right-30 {
	width: 30%;
	float: right;
}
.azn-font-size {
	font-size: 30px;
	line-break: 40px;
}
.wpage-left-sub {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 50px;
}
.azn-discl {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 13px;
	margin-top: 40px;
}
.azn-discl a {
	color: #003e52;
	font-weight: 700;
}
.azn-wrapper {
	float: left;
	width: 100%;
	margin-top: 100px;
}
.azn-left-wrap {
	float: left;
	width: 25%;
}
.azn-left-wrap img {
	width: 100%;
}
.azn-right-wrap {
	float: right;
	width: calc(75% - 50px);
}
.azn-right-title {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 40px;
	font-weight: 700;
}
.azn-right-subcon {
	float: left;
	width: 100%;
	color: #003E52;
	font-size: 20px;
	font-weight: 300;
	margin-top: 21px;
}
.white-font {
	color: #FFFFFF;
}
.azn-cover-opt-li li span {
	box-shadow: 0 0 0 1px #FFFFFF;
}
.azn-cover-opt-li li, .azn-cover-opt-li li div {
	color: #FFFFFF;
}
.margin-top-30 {
	margin-top: 30px;
}
ul.margin-bottom-30 {
	margin-bottom: 30px;
}
.azn-white-wrapper {
	float: left;
	width: 100%;
}
.azn-white-left {
	float: left;
	width: 60%;
}
.azn-white-right {
	float: right;
	width: 40%;
}
.azn-white-left-title {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 35px;
	font-weight: 700;
}
.azn-white-left-cont {
	float: left;
	width: 100%;
	font-size: 21px;
	font-weight: 300;
	color: #003e52;
}
.wpage-header-110 {
	margin-top: 110px;
}
.azn-white-bottom-title {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 40px;
	font-weight: 700;
	margin-top: 70px;
}
.azn-white-bottom-cont {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 21px;
	margin-top: 30px;
}
.azn-white-bottom-disc {
	float: left;
	width: 100%;
	color: rgba(0,0,0,0.59);
	margin-top: 40px;
	font-size: 11px;
}
.azn-white-left-cont ol {
	float: left;
	width: calc(100% - 60px);
	margin: 0;
	padding: 0 30px;
	margin-top: 30px;
}
.azn-white-left-cont ol li {
	margin-bottom: 20px;
}
.page-general-title {
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}
.page-general-title h1 {
	font-size: 45px;
	margin: 0;
	padding: 0;
}
.page-general-content {
	float: left;
	width: 100%;
	color: #003e52;
	margin-top: 60px;
}
.page-general-content a {
	color: rgb(240, 73, 35);
	font-weight: 600;
}
.page-general-content a:hover {
	color: #003e52;
}
table.xxGeneratedTablexx {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: rgba(0,0,0,.1);
  border-style: solid;
  color: #3a3a3a;
}
table.xxGeneratedTablexx td, table.xxGeneratedTablexx th {
  border-width: 1px;
  border-color: rgba(0,0,0,.1);
  border-style: solid;
  padding: 3px 10px;
}
table.xxGeneratedTablexx thead {
  background-color: rgb(240, 73, 35);
  color: #FFFFFF;
  height: 40px;
}
table.xxGeneratedTablexx thead tr th {
	border-color: rgb(240, 73, 35);
}
.pol-sample-subtitle {
	float: left;
	width: 100%;
	color: #003e52;
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.pol-sample-dropwrap {
	width: 500px;
	margin: 0 auto;
}
.pol-sample-lefttext {
	float: left;
	border-bottom: 4px solid rgb(240, 73, 35);
	width: auto;
	line-height: 34px;
}
select#planSelector {
	float: right;
	width: 250px;
	color: #666;
	padding: 12px;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	border-radius: 2px;
	background: #fafafa;
	box-shadow: none;
	box-sizing: border-box;
	transition: all .2s linear;
}
.pol-sample-firstdivwrap {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.pol-sample-v41-list {
	display: block;
	width: 700px;
	margin: auto;
}
.pol-sample-v4-list {
	display: block;
	width: 700px;
	margin: auto;
}
.pol-sample-v-list a:first-child div {
	background: rgb(240, 73, 35);
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	width: 48%;
	float: left;
	padding: 10px 0;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
}
.pol-sample-v-list a:last-child div {
	background: rgb(240, 73, 35);
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;	
	width: 48%;
	float: right;
	padding: 10px 0;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
}
.pol-sample-v-list a div:hover {
	background: #225b78;
}
.pol-sample-v-list-title {
	float: left;
	width: 100%;
	color: #003e52;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 16px;
}
.vaccess {
	float: left;
	width: 100%;
	margin-top: 200px;
}
.vaccess-left {
	float: left;
	width: 75%;
}
.vaccess-right {
	float: right;
	width: 20%;
}
.vaccess-right img {
	width: 100%;
}
.vaccess-fullimg {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.vaccess-fullimg img {
	width: 100%;
	object-fit: cover;
}
.vaccess-left-title {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 36px;
}
.vaccess-left-title h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.vaccess-left-cont {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 19px;
	font-weight: 300;
}
.vaccess-ex-wrap {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.vaccess-ex-left {
	width: 65%;
	float: left;
	margin-top: 40px;
}
.vaccess-ex-right {
	float: right;
	width: 25%;
}
.vaccess-ex-right img {
	width: 100%;
}
.vaccess-ex-left-title {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 29px;
	font-weight: 600;
}
.vaccess-ex-left-title h3 {
	margin: 0;
}
.vaccess-ex-left-cont {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 20px;
	font-weight: 300;
}
.vaccess-ex-left-cont ul li {
	margin-bottom: 5px;
}
.vaccess-24-headline {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	text-align: center;
}
.vaccess-24-headline h2 {
	font-size: 50px;
}
.vaccess-24-cont {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-weight: 300;
	font-size: 20px;
}
.vaccess-24-cont-button {
	float: left;
	width: 100%;
}
.vaccess-24-cont-submit {
	width: 234px;
	display: block;
	margin: auto;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	background: rgb(240, 73, 35);
	padding: 13px 0;
	font-size: 21px;
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 20px;
}
.vaccess-24-cont-submit:hover {
	background: #225b78;
}
.htech-banner {
	float: left;
	width: 100%;
	background: rgb(0, 62, 82);
	padding-top: 60px;
	padding-bottom: 75px;
	margin-top: 80px;
}
.htech-title {
	color: #FFFFFF;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 35px;
	margin: 0;
}
.htech-title h2 {
	margin: 0;
}
.htech-cont {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
ul.htech-list {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.htech-list li {
	list-style-type: none;
	width: 150px;
	float: left;
	margin-right: 16.5%;
}
ul.htech-list li:last-child {
	margin-right: 0;
}
ul.htech-list li img {
	width: 100%;
}
.htech-list-title {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 15px;
}
.htech-bottom-cont {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	margin-top: 60px;
}
.telapp-footer {
	float: left;
	width: 100%;
	margin-top: 100px;
}
.telapp-footer-left {
	float: left;
	width: 20%;
}
.telapp-footer-left img {
	width: 100%;
}
.telapp-footer-right {
	float: right;
	width: 75%;
}
.telapp-footer-title {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-size: 31px;
}
.telapp-footer-title h2 {
	margin: 0;
}
.telapp-footer-cont {
	float: left;
	width: 100%;
	color: rgb(0, 62, 82);
	font-weight: 300;
	font-size: 20px;
}
.telapp-footer-cont a {
	color: rgb(240, 73, 35);
}
.mainnews-title {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 21px;
}
.mainnews-title h1 {
	margin: 0;
}
.mainnews-sub {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
}
.spotnews-fullimage {
	float: left;
	width: 100%;
	margin-top: 80px;
}
.spotnews-fullimage img {
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.round-head {
	float: left;
	width: 100%;
}
.round-head-blue {
	float: left;
	width: 100%;
	background: rgb(23, 61, 80);
	border-radius: 5px;
	margin-top: 185px;
}
.round-head-left {
	float: left;
	width: calc(50% - 30px);
	margin-right: 30px;
}
.round-head-left img {
	width: 100%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: block;
	object-fit: cover;
	/*height: 403px;*/
}
.round-head-right {
	float: right;
	width: calc(50% - 80px);
	padding: 50px;
	padding-left: 30px;
}
.rh-title {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 17.5px;
	font-weight: 700;
	line-height: 46px;
}
.rh-sub {
	float: left;
	width: 100%;
	color: rgb(255, 91, 0);
	font-size: 26px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 12px;
}
.rh-content {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 16px;
}
.rh-button {
	float: left;
	width: 100%;
	background: rgb(240, 73, 35);
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	margin-top: 30px;
}
.rh-button:hover {
	background: #FFFFFF;
	color: rgb(240, 73, 35);
}
.rh-secondary-row {
	float: left;
	width: 100%;
	margin-top: 85px;
}
.rh-sr-left {
	float: left;
	width: calc(50% - 50px);
	margin-right: 50px;
}
.rh-sr-right {
	float: right;
	width: calc(50% - 20px);
	margin-left: 20px;
}
.rh-third-row {
	float: left;
	width: 100%;
	margin-top: 85px;
}
.rh-sr-title {
	color: rgb(23, 61, 80);
	float: left;
	width: 100%;
	font-size: 37px;
	font-weight: 700;
	line-height: 46px;
	margin-top: 50px;
}
.rh-sr-content {
	color: rgb(23, 61, 80);
	float: left;
	width: 100%;
	font-size: 17px;
	margin-top: 22px;
}
.rh-third-row .home-works-subtitle {
	font-weight: 500;
}
.rh-city-facts {
	float: left;
	width: 100%;
	margin-top: 100px;
}
.rh-city-facts-title {
	float: left;
	width: 100%;
	color: rgb(23, 61, 80);
	font-size: 2.25rem;
	font-weight: 700;
	text-align: center;
}
.rh-city-facts-sub {
	float: left;
	padding: 0 10%;
	width: calc(100% - 20%);
	color: rgb(23, 61, 80);
	text-align: center;
	font-size: 17px;
	margin-top: 30px;
}
.rh-city-facts-list {
	/*float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 60px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	display: grid;
	gap: 1.5rem;*/
}
.rh-city-facts-list .city-includes {
	/*float: left;*/
	border-radius: 8px;
	background: #80a7af;
	color: #FFFFFF;
	padding: 40px;
	/*list-style-type: none;
	grid-column: span 2/span 2;*/
}
/*ul.rh-city-facts-list li:nth-child(3n) {
	margin-right: 0;
}*/
.rh-city-facts-list div:nth-child(even) .city-includes {
	background: #173d50;
}
.rh-city-list-title {
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
}
ul.rh-city-facts-list li ul {
	margin-left: 20px;
	float: left;
}
ul.rh-city-facts-list li ul li {
	float: left;
	background: transparent !important;
	width: 100%;
	padding: 0;
	list-style-type: initial;
}
.post-type-city .home-cov-img img {
	max-height: 400px;
	width: auto;
	margin-top: -70px;
}
.home-cov-subtitle {
	float: left;
	width: 100%;
	text-align: center;
	color: #173d50;
	font-size: 17px;
	margin-top: 20px;
}
.post-type-city {
	margin-top: 170px;
}
.xspot-wrap {
	float: left;
	width: 100%;
	margin-top: 180px;
}
.xspot-title {
	float: left;
	width: 100%;
	color: rgb(23, 61, 80);
	font-size: 24px;
	font-weight: 700;
	line-height: 59px;
}
.xspot-sub {
	float: left;
	width: 100%;
	font-size: 32px;
	font-weight: 500;
	color: rgb(23, 61, 80);
	margin-top: 12px;
	margin-bottom: 20px;
}
.xspot-content {
	float: left;
	width: 100%;
	font-size: 17px;
	font-weight: 300;
	color: rgb(23, 61, 80);
}
.xspot-button {
	animation: pulse 1s infinite;
	float: left;
	width: 345px;
	height: 56px;
	line-height: 56px;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	background: rgb(240, 73, 35);
	margin-top: 30px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}
.xspot-button:hover {
	background:rgb(23, 61, 80);
}
.xspot-left {
	float: left;
	width: 60%;
	margin-top: 40px;
}
.xspot-right {
	float: right;
	width: 35%;
}
.xspot-right img {
	width: 100%;
}
.xspot-quote {
	float: left;
	width: 100%;
	background: #173d50;
	border-radius: 5px;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
	font-size: 30px;
	font-weight: 700;
	margin-top: 100px;
	color: #FFFFFF;
}
.xspot-leftwrap {
	width: 100%;
	float: left;
	margin-top: 100px;
}
.xspot-rightwrap {
	width: 100%;
	float: left;
	margin-top: 100px;
}
.xspot-leftwrap iframe {
	height: 326px;
	border-radius: 5px;
}
.xspot-leftwrap-left {
	float: left;
	width: calc(50% - 70px);
}
.xspot-leftwrap-left img {
	width: 100%;
}
.xspot-leftwrap-right {
	float: right;
	width: 50%;
}
.xspot-rightwrap-left {
	float: left;
	width: calc(50% - 70px);
}
.xspot-rightwrap-right {
	float: right;
	width: 50%;
}
.xspot-rightwrap-right .home-covered-right {
	width: 100%;
}
.xspot-inner-title {
	width: 100%;
	float: left;
	font-size: 35px;
	font-weight: 700;
	color: #173d50;
	line-height: 42px;
}
.xspot-inner-content {
	width: 100%;
	float: left;
	color: #173d50;
	font-size: 18px;
}
.xspot-rightwrap .home-cov-img img {
	max-height: 400px;
	width: auto;
}
.xspot-bottom-blue {
	float: left;
	width: calc(100% - 90px);
	background: #173d50;
	border-radius: 5px;
	margin-top: 80px;
	padding: 20px 45px 4px;
}
.xspot-bottom-left {
	float: left;
	width: 70%;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 700;
	margin-top: 57px;
}
.xspot-bottom-right {
	float: right;
	width: 25%;
}
.xspot-bottom-right img {
	width: 100%;
}
.xspot-bottom-disclaimer {
	float: left;
	width: 100%;
	color: rgb(23, 61, 80);
	font-size: 17px;
	font-weight: 300;
	margin-top: 100px;
	margin-bottom: -60px;
}
.cameo-video-center {
	width: 48%;
	height: 400px;
	float: left;
}
.cameo-bottom-area {
	float: right;
	width: 48%;
}
.cameo-bottom-right {
	float: right;
	width: calc(100% - 100px);
	background: rgb(23, 61, 80);
	border-radius: 5px;
	padding: 50px;
	margin-top: 50px;
}
.cameo-bottom-left-title {
	float: left;
	width: 100%;
	font-size: 38px;
	color: rgb(23, 61, 80);
	font-weight: 600;
}
.cameo-bottom-left-content {
	float: left;
	width: 100%;
	font-size: 19px;
	color: rgb(23, 61, 80);
}
.cameo-bottom-right-title {
	float: left;
	width: 100%;
	font-size: 25px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
}
.cameo-bottom-right-button {
	float: left;
	width: 100%;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	background: rgb(240, 73, 35);
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	margin-top: 24px;
}
.cameo-bottom-right-button:hover {
	background: #FFFFFF;
	color: rgb(23, 61, 80);
	color: rgb(240, 73, 35);
}
.main-blog-area {
	position: relative;
}
.main-blog-area iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}
.employer-form-footer-title {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 24px;
}
.employer-form-footer-button {
	float: left;
	background: rgb(240, 73, 35);
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 25.5px;
	font-weight: 600;
	height: 51px;
	width:100%;
	text-align: center;
	line-height: 51px;
	margin-top: 20px;
	cursor: pointer;
}
.employer-form-footer-button:hover {
	background: #FFFFFF;
	color: rgb(240, 73, 35);
}
ul.header-mobilenav {
	float: right;
	margin: 0;
	padding: 0;
	width: 40px;
	margin-top: 14px;
	cursor: pointer;
}
ul.header-mobilenav li {
	float: right;
	width: 100%;
	list-style-type: none;
	background: #173d50;
	border-radius: 5px;
	height: 4px;
	margin-bottom: 5px;
}
.header-mobilenav {
	display: none;
}
.header-mobilenav-wrap {
	position: absolute;
	right: 0;
	width: 350px;
	background: #FFFFFF;
	top: 47px;
	z-index: 9999;
	border-radius: 5px;
	display: none;
}
.header-mobilenav-wrap ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}
.header-mobilenav-wrap ul li {
	list-style-type: none;
	float: left;
	width: calc(100% - 60px);
	border-bottom: 1px solid #DDDDDD;
	padding: 15px 30px;
	cursor: pointer;
}
.header-mobilenav-wrap ul li:last-child {
	border-bottom: 0;
}
.header-mobilenav-wrap ul li span {
	width: 16px;
	float: right;
	margin-left: 7px;
	margin-top: 0.5rem;
}
.header-mobilenav-wrap ul li span img {
	height: 6px;
	transform: rotate(180deg);
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.header-mobilenav-wrap a,
.header-mobilenav-wrap a:hover {
	color: #212529;
	text-decoration: none;
}
.child {
	background-color: #173d50;
	padding: 0 !important;
	width:100% !important;
} 
.child a,
.child a:hover { 
	color: #fff; 
}
.child ul { 
	border: none; 
}
.child ul.home-headermenu-sub li {
	border-bottom: 1px solid #008c95 !important;
}
.child ul.home-headermenu-sub li:last-child {
	border-bottom: 0;
}
footer a {
	color: #173d50;
}
footer a:hover {
	color: #f04923;
}
footer .footer-sub-form input {
	background: #FFFFFF;
	border: 1px solid rgb(109, 182, 255);
	border-radius: 5px;
	height: 48px;
	line-break: 50px;
	padding: 0 12.75px;
	width: 100%;
}
.footer-subscribe-form .footer-button {
	background: #f04923;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	border-radius: 5px;
	width: 215px;
	line-height: 50px;
	border: 0;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}
#footer-optin .form-title {
	color: #173d50;
	font-size: 26px;
	line-height: 50px;
	font-weight: 600;
}
#footer-bottom {
	background: #173d50; 
	color: #FFFFFF; 
	padding-bottom: 10px;
}
#cookie-bar {
	background: #008c95 !important;
}
#cookie-bar-button {
	background: #003e52 !important;
	text-shadow: none !important;
	border-bottom: 0 !important;
}
#cookie-bar-button-no {
	background: transparent !important;
	text-shadow: none !important;
	border-bottom: 0 !important;
}
#contact textarea, #contact input {
	width: calc(100% - 27px);
}
#contact input.spot-btn {
	width: 100%;
	border: 0;
}
#contact .field-container label {
	margin-bottom: 4px;
}


/* CTA Styling */
.cta-row {
	align-items: center
}
.cta-row .right-col {
	display: flex; 
	flex-direction: column;
}
.cta-button {
	display:block; 
	width: fit-content;
	margin:0 auto;
	background: #f04923;
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 25.5px;
	font-weight: 600;
	height: 51px;
	padding: 0 105px;
	line-height: 51px;
	cursor: pointer;
	text-decoration: none;
}
.cta-button:hover {
	color: #FFFFFF;
}
.cta-heading {
	font-size: 36px;
	font-weight: 700;
}
.cta-img {
	width: 100%;
	max-width: 480px;
	display: block;
	margin:0 auto;
}
.cta-img img {
	width: 100%;
}
.container {
	--bs-gutter-x: 3.5rem !important;
}
.container {
	box-sizing:border-box !important;
}
.field-container .spot-btn:hover {
	background: #0497a1;
}















