html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'Lato';
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
}

p {
	font-size: 18px;
	margin: 0px 0 28px;
}

p strong {
	font-size: 20px;
}

.no-padding {
	padding: 0px !important;
}

.no-margin {
	margin: 0px !important;
}

.navbar-default {
	background-color: #F4F8FB;
	border: none;
	margin: 0px;
}

.navbar-default .navbar-nav>li {
	margin-right: -5px !important;
}

.navbar-default .navbar-nav>li>a {
	color: #273945;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 35px 10px;
}

.navbar-default .navbar-brand {
	height: 100%;
}

.navbar-default .navbar-brand img {
	width: auto;
	height: 100%;
}

.navbar-toggle {
	margin-top: 21px;
	margin-right:0!important;
}

@media (max-width: 768px) {
	.navbar-default .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.f-s-24 {
	font-size: 24px !important;
}

.f-s-25 {
	font-size: 25px !important;
}

.f-s-17 {
	font-size: 17px !important;
}

.f-s-35 {
	font-size: 35px !important;
}

.bg-d-blue {
	background-color: 112331 !important;
}

.bg-primary {
	background-color: #173750;
}

.this-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.this-flex .cont {
	flex-grow: 1;
}

.this-flex .cont img {
	width: 130px;
}

.main-banner h1 {
	font-family: 'Futura Light';
	font-size: 50px;
	padding-left: 20%;
	padding-right: 20%;
}

.main-banner {
	padding-top: 80px;
	padding-bottom: 30px;
	background-size: cover;
	position: relative;
}

.p-l-r-c {
	padding-left: 5%;
	padding-right: 5%;
}

.m-t-b-c {
	margin-top: 40px;
	margin-bottom: 60px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-20 {
	margin-top: 20px;
}

.opac-6 {
	opacity: 0.6;
}

.meter {
	padding: 30px;
}

.meter img {
	width: 80%;
}

.w-100 {
	width: 100% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.w-50 {
	width: 50% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.btn-x-red {
	background: none;
	color: #fff;
	border-radius: 0px;
	padding: 23px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #ff1a38;
	font-size: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-x-red:hover,
.btn-x-red:active {
	color: #fff;
	background-color: #ff1a38;
}

.btn-x-red-covered {
	background-color: #ff1a38 !important;
	color: #fff !important;
	font-weight: bold;
}

.btn-x-red-thin {
	border: 1px solid #ff1a38;
	color: #ff1a38;
	padding-left: 70px;
	padding-right: 70px;
}

.btn-x-white {
	background: none;
	color: #fff;
	border-radius: 0px;
	padding: 23px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid white;
	font-size: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-x-white:hover,
.btn-x-white:active {
	color: #518FC2;
	background-color: white;
}

.btn-x-blue {
	background: none;
	color: #213540;
	border-radius: 0px;
	padding: 23px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #213540;
	font-size: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-x-blue:hover,
.btn-x-blue:active {
	color: #fff;
	background-color: #213540;
}

.meter .btn-x-red {
	margin-top: 10px;
}

.secondary-banner {
	background-color: #F4F8FB;
	padding-top: 60px;
	padding-bottom: 60px;
}

.secondary-banner .quote {
	font-size: 34px!important;
	font-weight: bold;
	width: 775px;
	margin: 0 auto;
}

.secondary-banner p {
	color: #8e8e8e;
	font-size: 17px!important;
	margin-bottom: 20px;
}

.secondary-banner.blue-p p {
	color: #538DBB !important;
}

.secondary-banner.blue-p-2 p {
	color: #B6B7BB;
}

.secondary-banner h1 {
	font-size: 33px;
	color: #092B44;
	margin-bottom: 35px;
}

.saving {
	color: #55a924!important;
}

.saving-center {
	margin-bottom: 46px!important;
}

.saving-monthly {
	margin-top: -10px!important;
	margin-bottom: 30px!important;
}

.weekly-price .subs {
	margin-bottom: 64px;
}

.secondary-banner h2 {
	font-size: 23px;
	color: #092B44;
	margin-bottom: 28px;
}

.title-score-color {
	color: #668cbd;
}

.h-100 {
	height: 100vh;
}

.m-l-15 {
	margin-left: 15px;
}

.m-r-15 {
	margin-right: 15px;
}

.p-l-15 {
	padding-left: 15px;
}

.m-h-10 {
	margin: 0px 10px;
}

.m-10 {
	margin: 10px;
}

.d-inline {
	display: inline;
}

.quote-box {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 25px;
	float: left;
}

.quote-mark-left {
	margin-left: 0%;
	height: auto;
	width: 50px;
}

.quote-mark-right {
	margin-right: 0%;
	height: auto;
	width: 50px;
}

.quote-box img {
	width: 100%;
}

.quote {
	font-size: 28px !important;
}

.quote-box p {
	font-size: 25px;
	margin-bottom: 5px;
}

.quote-box .pull-left {
	width: 60%;
}

.quote-box .pull-left:last-child {
	width: 40%;
}

.bg-white {
	background: #fff !important;
}

.bg-l-blue {
	background: #518FC2 !important;
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.bg-l-blue h1,
.bg-l-blue h2,
.bg-l-blue p {
	color: #fff;
}

.secondary-banner .container {
	width: 1030px;
}

.postDetail .container {
	width: 100% !important;
}

.e-book-floating {
	margin-top: -74px;
	margin-bottom: -74px;
	z-index: 99999999;
	position: relative;
}

.key-benefits-cont {
	width: 62%;
	margin: 0 auto;
}

.bg-d-l-blue {
	background-color: #1F334C;
}

.bg-d-l-blue h1,
.bg-d-l-blue h2,
.bg-d-l-blue p {
	color: #fff;
}

.bg-d-l-blue p {
	opacity: 0.6;
	font-size: 19px;
}

.why-team {
	margin-bottom: 20px;
}

.why-team-name {
	color: #1F334C !important;
	text-align: left;
	margin-right: 20px;
}

.why-team-text {
	text-align: left;
	color: #1F334C !important;
	margin-bottom: 5px;
}

.why-team-text p {
	font-size: 16px;
	font-weight: 600;
	opacity: 1 !important;
	display: inline-block;
	margin-bottom: 0px;
	color: #1F334C !important;
}

.how-it-works-text {
	text-align: left;
	color: #1F334C !important;
	margin-bottom: 5px;
}

.how-it-works p {
	font-size: 16px;
	font-weight: 600;
	opacity: 1 !important;
	display: inline-block;
	margin-bottom: 25px;
	color: #1F334C !important;
}

.why-team-nextline {
	margin-left: 20px;
}

.blue-check-img {
	margin-right: 20px;
	margin-left: -20px;
}

.how-locationscore-works-icon {
	margin-left: -40px;
	margin-top: -40px;
	margin-right: 70px;
}

.how-locationscore-works-icon-text {
	margin-bottom: 0px !important;
}

.check {
	opacity: 1 !important;
	display: inline-block;
	margin-bottom: 13px;
}

.why-choose-us-check {
	opacity: 1 !important;
	display: inline-block;
	margin-bottom: 13px;
	position: relative;
}

.check-nextline {
	opacity: 1 !important;
	display: inline-block;
	margin-left: 35px;
	margin-bottom: 13px;
	margin-top: -10px;
}

.check-img {
	margin-top: -10px;
	width: 19px;
	height: 17px;
	margin-right: 15px;
}

.why-choose-us-check-img {
	margin-top: -10px;
	width: 19px;
	height: 17px;
	margin-right: 15px;
	position: absolute;
	top: 13px;
	left: -8px;
}

.index-red-check-img {
	margin-top: -10px;
	width: 19px;
	height: 17px;
	margin-right: 15px;
	position: absolute;
	top: 13px;
	left: -8px;
}

.whats-included-cont {
	padding: 0 40px;
}

section.whats-included-main-cont{
	float: left;
}
.bg-d-l-blue h2 {
	font-weight: bold;
	font-size: 26px;
}

.testimonials-slider img {
	border-radius: 100%;
	height: 200px;
}
.testimonials-slider .name {
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	color: #4F8EC1;
	font-size: 16px;
	margin-bottom: 0px;
}

.testimonials-slider .profession {
	margin-top: 0px;
	text-transform: capitalize;
	color: #4D545C;
	font-size: 18px;
}

.testimonials-slider .testi {
	margin-top: 0px;
	color: #4D545C;
	font-size: 23px;
}

.carousel {
	float: left;
	width: 100%;
}

.carousel-caption {
	position: relative;
	left: unset;
	right: unset;
	text-shadow: none;
	left: 0px !important;
	right: 0px !important;
	height: 356px;
}

.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 5px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 5px;
	background-color: #F32040;
	border: 1px solid #F32040;
}

.carousel-indicators {
	bottom: -25px;
}

.sign-in-btn-cont button {
	font-size: 20px!important;
}

.bg-red {
	background-color: #F22039;
}

.bg-red h1,
.bg-red h2,
.bg-red p {
	color: #fff;
}

.bg-red h2 {
	font-weight: bold;
	font-size: 26px;
}

.pricing {
	padding: 30px;
	overflow: hidden;
	left: 0px !important;
}

.pricing.center {
	margin-top: -40px;
	padding-top: 60px;
	margin-bottom: -40px;
	padding-bottom: 60px;
	z-index: 99999;
	box-shadow: 0px 0px 12px #424242;
}

.price {
	font-size: 60px !important;
	color: #213540;
}

.subs {
	color: #213540 !important;
}

.pricing button {
	padding-left: 60px;
	padding-right: 60px;
	font-weight: bold;
}

.best-value {
	position: absolute;
	margin-top: -39px;
	transform: rotate(-40deg);
	margin-left: -70px;
	background-color: #668cbd;
	margin-bottom: 0px;
	padding: 10px 50px;
	font-size: 12px !important;
	color: white !important;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px 1px #ccc;
}

.red-border {
	border-color: #ff1a38!important;
}

.login-border {
	border-width: 3px;
	border-color: #ff1a38;
	border-style: solid;
	padding: 10px;
	margin-left: -8px;
}

.login-border:hover {
	color: white;
	background-color: #ff1a38;
}

.icon-padding-left {
	padding-left: 10px;
	margin-top: 5px;
}

span.sup {
	font-size: 35px;
	vertical-align: super;
}

.fa-chevron-right {
	font-size: 14px !important;
}

.pricing.center .price {
	font-size: 70px;
}

.change-subscription-bullet {
	margin-left: 20px;
	margin-top: 5px;
	padding-right: 20px;
}

.change-subscription-section-title {
	font-size: 20px;
	font-weight: 600;
	margin: 5px 0px;
}

.change-subscription-radio {
	margin-left: 8%;
	margin-top: 5px;
	padding-right: 20px;
}

.discount-type-radio {
	margin-left: 30px;
}

.change-subscription {
	margin-bottom: 5px;
}

.change-subscription p {
	font-size: 12pt !important;
	margin-bottom: 5px !important;
}

.change-subscription p strong {
	font-size: 12pt !important;
}

.current-advantage-title {
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
}

.width-100 {
	width: 100%;
}

.margin-top-20 {
	margin-top: 20px;
}

.footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer p {
	color: #B6B7BB;
}

.n-m-b {
	margin-bottom: 0px !important;
}

#cardForm>div {
	height: 50px;
	box-sizing: border-box;
	width: 100%;
	padding: 12px;
	display: inline-block;
	box-shadow: none;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #dddddd;
	line-height: 20px;
	background: #fcfcfc;
	margin-bottom: 12px;
	background: linear-gradient(to right, white 50%, #fcfcfc 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 300ms ease-in-out;
}

.hosted-fields--label {
	font-family: courier, monospace;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
}

#cardForm div:last-child {
	border: none;
	display: block;
	text-align: center;
	background: none;
	padding: 0;
}

#submit {
	cursor: pointer;
	line-height: inherit;
	position: relative;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 12pt !important;
	font-weight: bold;
	background: #ff1a38;
	color: white;
}

.button--small {
	padding: 10px 20px;
	font-size: 0.875rem;
}

.button--green {
	outline: none;
	background-color: #64d18a;
	border-color: #64d18a;
	color: white;
	transition: all 200ms ease;
}

.button--green:hover {
	background-color: #8bdda8;
	color: white;
}

.braintree-hosted-fields-focused {
	border: 1px solid #64d18a;
	border-radius: 1px;
	background-position: left bottom;
}

.braintree-hosted-fields-invalid {
	border: 1px solid #ed574a;
}

.braintree-hosted-fields-valid {}

#cardForm {
	max-width: 50.75em;
	margin: 0 auto;
	padding: 1.875em;
}

.lsButton-50 {
	width: 49% !important;
	font-size: 12pt !important;
	font-weight: bold !important;
	background: #ff1a38;
	color: white;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5px;
	padding: 20px 0;
}

.lsButton-50:hover {
	background: #ff1a38;
	color: white;
}

.lsButton {
	width: 100% !important;
	font-size: 12pt !important;
	font-weight: bold !important;
	background: #ff1a38;
	color: white;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 20px 0;
}

.lsButton:hover {
	background: #ff1a38;
	color: white;
}

.asterisk {
	color: #ff1a38;
}

.pricing {
	left: 0px;
	padding-bottom: 50px;
	-webkit-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
}

.pricing.center {
	left: 0px;
	padding-bottom: 80px;
}

.getStartedBtn {
	border: 1px solid;
	text-decoration: none !important;
	padding: 20px 30px;
}

.postDetail .getStartedBtn {
	padding: 20px 4px;
}
.postDetail {
	float: left;
	width: 100%;
}
.pricing.center .subs {
	margin-bottom: 20px;
}

.StripeElement {
	background-color: white;
	padding: 8px 12px;
	border-radius: 0px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

.whatsInc {
	color: white !important;
}

.paymentOptionContainer {
	margin-bottom: 30px;
	text-align: center;
}

.stripeLogo {
	width: 200px;
	margin-bottom: 20px;
}

.paymentOption {
	text-align: left !important;
}

.paymentOption h4 {
	margin-top: 20px;
}

.paymentOption form {
	margin-top: 20px;
}

.paymentDetails {
	float: left;
	width: 100%;
}

.paymentDetails .checkboxItem {
	float: left;
	width: 100%;
}

#reviewBtn {
	float: left;
	background: gold;
	color: black;
	font-size: 16pt;
	font-weight: 800;
	font-family: 'Lato', 'sans-serif';
	border-radius: 5%;
	width: 100%;
	height: 50px;
	text-align: center;
	cursor: pointer;
}

.terms-agree-btn-cont {
	width: 100%;
	float: left;
	margin: 0 auto;
}

#terms-agree-btn {
	background: gold;
	color: black;
	font-size: 16pt;
	font-weight: 800;
	font-family: 'Lato', 'sans-serif';
	border-radius: 5%;
	width: 100%;
	/* height: 50px; */
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	margin: 0 auto!important;
}

#terms-disagree-btn {
	background: red;
	color: white;
	font-size: 16pt;
	font-weight: 800;
	font-family: 'Lato', 'sans-serif';
	border-radius: 5%;
	width: 100%;
	/* height: 50px; */
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	margin: 0 auto!important;
}

.sectionBanner {
	float: left;
	width: 100%;
	background: #0d202e;
	color: white;
	min-height: 123px;
	vertical-align: middle;
	text-align: center;
	font-size: 36pt;
	padding-top: 30px;
	font-family: 'Lato', 'sans-serif';
}

.userMenu {
	width: 100%;
	min-height: 50px;
	background: #5290c3;
	color: white;
}

.userMenu.sticky {
	position: fixed;
	top: 0;
	z-index: 999999;
}

.userMenuItemsContainer {
	float: left;
	width: 667px;
	margin-left: calc(60% - (660px/2));
}

.userMenuItems {
	float: left;
	cursor: pointer;
	font-weight: bold !important;
	font-size: 12pt !important;
	text-decoration: none;
	color: white !important;
}

.userMenuItems:hover {
	background: none !important;
	color: #333 !important;
}

.sectionBannerEmph {
	font-weight: bolder;
}

.info {
	float: left;
	font-size: 16pt;
	font-weight: 600;
	margin-bottom: 18px;
}

.infoContainer {
	float: left;
	width: 780px;
	margin-left: calc(50% - (780px/2));
	padding-top: 50px;
	padding-bottom: 543px;
	position: relative;
}

.infoTitle {
	width: 100%;
	font-weight: 900;
	margin-bottom: 18px;
	margin-top: 52px;
}

.infoLabel {
	width: 433px;
}

.editInfo {
	width: 353px;
	color: #ff1a38;
	font-style: italic;
	cursor: pointer;
	text-decoration: none;
}

.noAccess {
	background: #0d202e;
	width: 100%;
	float: left;
	font-family: 'Lato', sans-serif;
}

.noAccessMsg {
	float: left;
	min-height: 350px;
	width: 1042px;
	margin-left: calc(50% - (1042px/2));
	background: #273945;
	color: white;
	text-align: center;
	margin-bottom: 97px;
	position: relative;
}

.noAccessMsg h1 {
	font-size: 36pt;
	font-weight: black 900;
}

.noAccessMsg h2 {
	margin-bottom: 30px;
	margin-top: 50px;
}

.noAccessMsg h3 {
	font-size: 20pt;
	margin-bottom: 30px;
}

.subscribeBtn {
	background: #ff1a38;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
}

.redirection {
	float: left;
	color: white;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 12pt;
}

.locationSelection {
	float: left;
	width: 100%;
	min-height: 62px;
}

.suburbSelection {
	float: left;
	width: 100%;
	min-height: 62px;
	padding-bottom: 70px;
}

.bottomNav {
	float: left;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	width: 100%;
	color: white;
}

.navbar-brand {
	margin-top: 17px;
}

.locationSelectionItem {
	color: black;
	width: 210px;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}

.searchLocationBtn {
	font-family: 'lato', 'sans-serif';
	background: #ff1a38 !important;
	color: white;
	border: none;
	width: 145px;
	height: 62px;
	font-size: 12pt;
	font-weight: bold;
	margin-left: -3px;
	position: relative;
	z-index: 9;
}

.greeting {
	float: left;
	margin: 0;
}

.reportsSection {
	float: left;
	width: 100%;
	background: white;
}

.reports {
	float: left;
	width: 1342px;
	margin-left: calc(50% - (1342px/2));
}

.reportsContainer {
	margin-top: 96px;
	float: left;
	width: 626px;
}

.reports div:first-child {
	margin-right: 86px;
}

.reportBtn {
	font-family: 'Lato', 'Sans-serif';
	color: #0d202e;
	padding-top: 40px;
	padding-left: 40px;
	float: left;
	text-decoration: none;
	border: 3px solid #0d202e;
	width: 625px;
	height: 165px;
	font-size: 36pt;
	line-height: 0.75;
	font-weight: bold;
}

.reportBtn:hover {
	text-decoration: none;
	color: #0d202e;
}

.reportBtn span {
	font-size: 18pt !important;
	font-weight: 400;
}

.reportThumbnail {
	float: left;
	color: #9a9a9a;
	font-size: 36pt;
	font-family: 'Lato', 'Sans-serif';
	font-style: italic;
	font-weight: bold;
	margin-top: 200px;
	margin-bottom: 200px;
}

.blogSection {
	float: left;
	background: #0d202e;
	width: 100%;
}

.blogsContainer {
	float: left;
	width: 1283px;
	margin-left: calc(50% - (1283px/2));
	background: #0d202e;
	color: white;
	text-align: center;
	font-family: 'lato', 'Sans-serif';
}

.blog {
	float: left;
	width: 277px;
	word-wrap: break-word;
	margin-right: 50px;
	cursor: pointer;
}

.blogsContainer div:last-child {
	margin-right: 0px;
}

.blogTitle {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	font-size: 20pt;
}
.open{
	display: block !important;
}
#suburbField {
	height: 62px;
	width: 420px;
	padding: 0px 20px;
	color: #0d202e;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: bold;
}
#suburblist{
	text-transform: uppercase;
}
#suggestion-box{
	width: calc(70% - 20px);
	background: white;
	color: #0d202e;
	position: absolute;
	left: calc(15% + 10px);
	margin-bottom: 0px !important;
}
#suggestion-box.suggestion-big{
	width: 415px;
	background: white;
	color: #0d202e;
	position: absolute;
	left: calc(50% - (560px/2));
	z-index: 999;
}
#suggestion-box ul{
	list-style-type: none;
	padding: 0 0;
}
#suggestion-box li{
	padding: 10px 0px;
	font-weight: 400;
}
#suggestion-box li:hover{
	background: rgb(218, 213, 213);
}
#suburbField::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #0d202e;
}

#suburbField::-moz-placeholder {
	/* Firefox 19+ */
	color: #0d202e;
}

#suburbField:-ms-input-placeholder {
	/* IE 10+ */
	color: #0d202e;
}

#suburbfiled:-moz-placeholder {
	/* Firefox 18- */
	color: #0d202e;
}

.propertyCheckbox {
	float: left;
	width: 305px;
	margin-left: calc(50% - (305px/2));
}

.propertyCheckbox p {
	font-size: 12pt;
	float: left;
}

.checkboxItem {
	float: left;
	cursor: pointer;
}

.checkboxItem img {
	margin-top: 5px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.checkboxItemTerms {
	float: left;
	cursor: pointer;
	margin: 20px 0;
}

.checkboxItemTerms img {
	margin-top: 5px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.checkboxItemTerms a {
	font-size: 18px;
	font-weight: 800;
	color: #092B44;
}



.hamburgerMenu {
	float: right;
	border: 1px white solid;
	padding: 9px 10px;
	cursor: pointer;
	margin-top: 7px;
	margin-right: 0;
	display: none;
}

.hamburgerMenu:hover {
	background: #22659c
}

.hamburgerBar {
	background: #fff;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-bottom: 4px;
	display: block;
}

.hamburgerMenu div:last-child {
	margin-bottom: 0px;
}

.this-flex .cont img {
	height: 25px;
	width: auto;
	opacity: 0.75;
}

.this-flex .cont p {
	padding-top: 30px;
	font-family: 'Lato', 'Sans-serif';
}

.blogListSection {
	background: #f4f7f9;
	float: left;
	width: 100%
}

.blogListSection .contentContainer {
	float: left;
	width: 1170px;
	margin-left: calc(50% - (1170px/2));
	margin-top: 40px;
}

.blogListSection .contentContainer .blogList {
	width: 835px;
	background: white;
	float: left;
	margin-right: 15px;
	padding-top: 35px;
	margin-bottom: 45px;
	padding-bottom: 45px;
}

.blogListSection .contentContainer .blogList .padLeftRight{
	padding-left: 25px;
	padding-right: 33px;
}
.blogListSection .contentContainer .rhsPanel {
	width: 320px;
	float: left;
}

.blogListEntry {
	float: left;
	margin-top: 19px;
	margin-bottom: 19px;
}

.blogList .blogThumbnail {
	float: left;
	margin-right: 29px;
	cursor: pointer;
}

.blogList .blogThumbnail img {
	float: left;
	width: 363px;
	height: 206px;
}

.blogInfo {
	float: left;
	width: 370px;
}

.blogInfoLeft {
	float: left;
	width: 80%;
}
.blogInfoRightMemberOnly {
	float: left;
	width: 20%;
}

.blogInfo .blogListTitle {
	font-family: 'Lato', 'Sans-serif';
	font-weight: bold;
	font-size: 18pt;
	color: #2a3d56;
	margin-bottom: 13px;
	line-height: 1.2;
	cursor: pointer;
}

.blogInfo .blogListTitle:hover {
	text-decoration: none;
	color: #508ec1 !important;
}

.blogInfo .blogListDetails {
	float: left;
}

.blogInfo .blogListDetails p {
	float: left;
	font-size: 10pt;
	font-family: 'Lato', 'Sans-serif';
	font-weight: bold;
	color: #87939f;
	margin-bottom: 10px;
}

.blogInfo .blogListDetails .detailsSeparator {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.blogInfo .blogListPreview {
	float: left;
	width: 100%;
	max-height: 136px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: -14px;
}

.blogInfo .blogListPreview p {
	font-size: 13pt;
	font-family: 'Lato', 'Sans-serif';
	color: #87939f;
	margin-bottom: 13px;
}

.blogInfo .blogRedirect {
	text-decoration: none;
	color: #ff1a38;
	font-family: 'Lato', 'Sans-serif';
	font-weight: bold;
	font-size: 11pt;
	float: left;
}

.blogListPaginationContainer {
	float: left;
	font-family: 'Lato', 'Sans-serif';
	font-weight: bold;
	font-size: 18pt;
}

.blogListPages {
	float: left;
	color: #0c304a !important;
	margin-right: 10px;
}

.blogListPaginationContainer a:last-child {
	margin-left: 10px;
}

.blogListPages:hover {
	text-decoration: none;
	color: #508ec1 !important;
}

.entrySeparator {
	background: #e9f1f7;
	float: left;
	width: 100%;
	height: 1px;
}

.blog-speedometerContainer {
	float: left;
	width: 100%;
	padding: 45px 30px;
	background: #112331;
}

.speedometerContainer {
	float: left;
	padding: 45px 30px;
	background: #112331;
}

.blog-speedoImgContainer {
	float: left;
	width: 337px;
	height: 230px;
	background-image: url('/images/new-speedometer.png');
	margin-left: calc(50% - (350px/2));
	position: relative;
	background-repeat: no-repeat;
	margin-top: 54px;
}

.speedoImgContainer {
	float: left;
	width: 337px;
	height: 230px;
	background-image: url('/images/new-speedometer.png');
	margin-left: calc(50% - (350px/2));
	position: relative;
	background-repeat: no-repeat;
	margin-top: 54px;
}

.invis {
	/* background: none;
	height: 20%; */
}

.hand {
	/* background: white; */
	/* height: 80%; */
	background: url('/images/speedometer-hand-blue.png');
	width: 80px;
	height: 113px;
}

.blog-sa-score-cont {
	position: absolute;
	top: 44%;
	left: 44%;
	z-index: 9999;
	color: #21344a;
	font-family: Lato;
	font-size: 45px;
	font-weight: 900;
}

.sa-score-cont {
	position: absolute;
	top: 44%;
	left: 10px;
	right: 0;
	z-index: 9999;
	color: #21344a;
	font-family: Lato;
	font-size: 45px;
	font-weight: 900;
}

.pointerContainer {
	/* width: 2.5%;
	height: 40%;
	position: absolute;
	top: 34%;
	left: 50%;
	transform-origin: 50% 100%;
	z-index: 999; */
	width: 22.5%;
	height: 48%;
	position: absolute;
	top: 25%;
	left: 40%;
	transform-origin: 50% 70%;
	z-index: 999;
}

.meter .speedometerContainer {
	margin-top: 0px;
	margin-bottom: 0px;
}

.freeEbookContainer {
	float: left;
	width: 100%;
	background: #508ec1;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
	position: relative;
	z-index: 99999999;
}

.freeEbookContainer {
	float: left;
	width: 100%;
	background: #508ec1;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
}

.ebookImgContainer {
	float: left;
	height: 250px;
	width: 200px;
	background-image: url('/images/e-book.png');
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: calc(50% - (200px/2));
	margin-top: 15px;
}

.testiContainer {
	float: left;
	margin-top: 10px;
	background: white;
	width: 100%;
	padding: 25px 30px;
	min-height: 460px;
}

.testiContainer p {
	width: 100%;
	text-align: center;
	font-family: 'Lato', 'Sans-serif';
	font-size: 18pt;
	color: #0c304a;
	margin-bottom: 5px;
}

.photo_testi {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: gray;
	margin-left: calc(50% - (100px/2));
}

.photo_testi img {
	width: 100%;
	border-radius: 100%;
}

.name_testi {
	float: left;
	font-family: 'Lato', 'Sans-serif';
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	color: #508ec1;
}

.testimonial {
	float: left;
	margin-top: 10px;
}

.testimonial p {
	color: #4b575e;
	font-size: 13pt;
	font-family: 'Lato', 'Sans-serif';
	text-align: center;
}

.testiPaginationContainer {
	float: left;
	width: 113px;
	margin-left: calc(50% - (113px/2));
	margin-top: 17px;
}

.testiPaginationContainer .paginationIcons {
	float: left;
	border: 1px solid #3c404c;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 8px 6px;
	cursor: pointer;
}

.testiPaginationContainer .paginationIcons:hover {
	border: 1px solid #ff1a38;
	background: #ff1a38;
}

.mostPopContainer {
	float: left;
	width: 100%;
	padding: 30px 18px;
	margin-top: 10px;
	background: #eaeff3;
}

.blogPost {
	float: left;
	margin-bottom: 30px;
	cursor: pointer;
	width: 100%;
}

.mostPopContainer p {
	width: 100%;
	text-align: center;
	font-family: 'Lato', 'Sans-serif';
	font-size: 16pt;
	color: #0c304a;
	margin-bottom: 35px;
}

.mostPopContainer a {
	width: 100%;
	text-align: center;
	font-family: 'Lato', 'Sans-serif';
	font-size: 16pt;
	color: #0c304a;
	margin-bottom: 35px;
}

.blogIcon {
	width: 100% float: left;
	margin-top: 5px;
	margin-right: 16px;
}

.blogIcon img {
	width: 44px;
	height: 36px;
	float: left;
	background: white;
	margin-top: 5px;
	margin-right: 16px;
}

.popBlogTitle a {
	color: #4b575e;
	font-size: 12pt;
	font-family: 'Lato', 'Sans-serif';
	text-align: left;
	margin-top: 0px;
	line-height: 1.2;
	margin-bottom: 0px;
}

.popBlogTitle p {
	color: #4b575e;
	font-size: 12pt;
	font-family: 'Lato', 'Sans-serif';
	text-align: left;
	margin-top: 0px;
	line-height: 1.2;
	margin-bottom: 0px;
}

.blogPostTitle {
	font-family: 'Lato', 'Sans-serif';
	font-weight: bold;
	font-size: 18pt;
	color: #2a3d56;
	margin-bottom: 13px;
	line-height: 1.2;
	cursor: pointer;
}

.blogCoverPhoto {
	float: left;
	margin-bottom: 10px;
}

.blogCoverPhoto img {
	width: 100%;
	height: auto;
}

.blogList .blogListDetails {
	float: left;
	margin-top: 17px;
	width: 100%
}

.blogList .blogListDetails p {
	float: left;
	font-size: 10pt;
	font-family: 'Lato', 'Sans-serif';
	font-weight: bold;
	color: #87939f;
	margin-bottom: 10px;
}

.authorPhoto {
	float: left;
	margin-bottom: 15px;
	display: none;
}

.blogList .blogListDetails .detailsSeparator {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.blogContent {
	float: left;
	width: 100%;
}

.blogContent p {
	color: #87939f;
	font-size: 14pt;
	font-family: 'Lato', 'Sans-serif';
}

.blogPostPaginationContainer {
	float: left;
	font-family: 'Lato', 'Sans-serif';
	font-weight: bold;
	font-size: 18pt;
}

.blogPostPaginationContainer a:hover {
	color: #ff1a38 !important;
}

.blogListPages.separator:hover {
	color: #0c304a !important;
}

.pageContainer {
	float: left;
	width: 952px;
	margin-left: calc(50% - (952px/2));
	padding-top: 55px;
}

.pageTitle {
	float: left;
	font-family: 'Lato', 'Sans-serif';
	font-size: 22pt;
	margin-bottom: 15px;
}

.pageContent {
	float: left;
	width: 100%;
}

.pageContent p {
	color: #87939f;
	font-family: 'Lato', 'Sans-serif';
	font-size: 13pt;
}

.lsAdvantage {
	position: relative;
	background-image: url('/images/lsAdvantage-bg.jpg');
	float: left;
	width: 100%;
}

.lsAdvantageIndex {
	background-image: url('/images/lsAdvantage-bg.jpg');
	position: relative;
	background-size: cover;
}

.lsAdvantageText h1 {
	color: white;
}

.freeEbookBanner {
	padding-top: 30px;
}
.getStartedBtn:hover {
	background: #173750;
	color: white;
}
.no-vertical-padding{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.arrowDown {
	position: absolute;
	top: 0;
	left: calc(50% - (84px/2));
	width: 0px;
	height: 0px;
	border-left: 42px solid transparent;
	border-right: 42px solid transparent;
	border-top: 42px solid white;
}

.videoContainer {
	background: black;
	float: left;
	width: 805px;
	height: 456px;
	margin-left: calc(50% - (805px/2));
	margin-bottom: 120px;
}

.playButton {
	background: #ff1a38;
	float: left;
	width: 148px;
	margin-left: calc(50% - (148px/2));
	height: 97px;
	margin-top: 180px;
	cursor: pointer;
	opacity: 0.9;
}

.arrowRight {
	float: left;
	top: 0;
	margin-top: 20px;
	margin-left: calc(50% - (27px/2));
	width: 0px;
	height: 0px;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 27px solid white;
}

.pageContainer h1 {
	text-align: center;
	font-family: 'Lato', 'Sans-serif';
	color: #0c304a;
}

.pageContainer.thankyou p {
	text-align: center;
	font-family: 'Lato', 'Sans-serif';
	color: #0c304a;
}

.playButton:hover {
	width: calc(148px * 1.2);
	height: calc(97px * 1.2);
	margin-top: 170px;
	margin-left: calc(50% - ((148px*1.2)/2));
}

.playButton:hover .arrowRight {
	border-top: calc(27px * 1.2) solid transparent;
	border-bottom: calc(27px * 1.2) solid transparent;
	border-left: calc(27px * 1.2) solid white;
	margin-top: 25px;
}

.home-video {
	width: 680px;
	height: 390px;
	margin-right: 2%;
	float: left;
	padding: 0;
}

.home-video .playButton {
	margin-top: 145px;
}

.home-video .playButton:hover {
	margin-top: 135px;
}

.meter {
	float: left;
	padding: 0px;
}

.meter .speedometerContainer {
	padding: 15px 30px;
	width: 100%;
}

.whiteText h2 {
	color: white !important;
}

.mediaContainer {
	padding-left: 0px;
	padding-right: 0px;
}

.mediaContainer .row {
	width: 1060px;
	margin-left: calc(50% - (1060px/2));
}

.sectionBanner {
	width: 100%;
}

.resetPass {
	width: 450px;
	padding-top: 50px;
	padding-bottom: 40px;
}

.resetPass .form-group {
	float: left;
	width: 100%;
	height: 50px;
}

.resetPass .form-group label {
	float: left;
	width: 50%;
	font-size: 14pt;
	margin-top: 15px;
}

.resetPass .form-group input {
	float: left;
	width: 50%;
	height: 50px;
}

#btnResetPass {
	width: 200px !important;
	margin-left: calc(50% - (200px/2));
}

.dsrPassMessage {
	float: left;
	margin-top: 30px;
	font-size: 16pt;
	text-align: center;
	width: 600px;
	margin-left: calc(50% - (600px/2));
}

.checkboxItem .unchecked {
	display: block;
}

.checkboxItem .checked {
	display: none;
}

.checkboxItem.active .unchecked {
	display: none;
}

.checkboxItem.active .checked {
	display: block;
}

.checkboxItemTerms .unchecked {
	display: block;
}

.checkboxItemTerms .checked {
	display: none;
}

.checkboxItemTerms.active .unchecked {
	display: none;
}

.checkboxItemTerms.active .checked {
	display: block;
}

.resultSection {
	float: left;
	width: 100%;
	display: block;
	background: #f4f7f9;
}

.statResult {
	float: left;
	width: 100%;
	background: white;
	margin-bottom: 75px;
}

.statResult h4 {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Lato', 'Sans-serif';
	font-size: 30pt;
	color: #0c304a;
	margin-bottom: 50px;
}

.statResult h3 {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Lato', 'Sans-serif';
	font-size: 25pt;
	color: #0c304a;
	margin-bottom: 50px;
}

.statResult p {
    width: 100%;
    text-align: center;
    float: left;
    margin: 0 0 7px;
}

.statResult p:last-child {
    margin-top: 20px;
}

.lowOpacity {
	opacity: 0.5;
}

.memberOnlyImage {
	position: relative;
	top: 0;
	left: 0;
}
.statResult p a{
    border: 3px solid red;
    padding: 10px;
}

.statResult img {
	width: 740px;
	margin-left: calc(50% - (740px/2));
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.resultSection .arrowDown {
	position: static;
	float: left;
	margin-left: calc(50% - (84px/2));
	width: 0px;
	height: 0px;
	border-left: 42px solid #f4f7f9;
	border-right: 42px solid #f4f7f9;
	border-top: 42px solid #0d202e;
	margin-bottom: 45px;
}

.resultSection div:nth-child(even) {
	background: none;
}

.checked {
	width: 13px;
}

.easy-autocomplete {
	display: inline;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
	color: black;
}

.keyStatsContainer {
	float: left;
	width: 100%;
	background: #0d202e;
	padding-top: 70px;
}

.keyStatsContainer .speedometerContainer {
	float: left;
	width: 442px;
}

.keyStatsContainer .infoContainer {
	width: 600px;
	background: white;
	margin-left: 0px;
	padding-left: 38px;
	padding-top: 28px;
	color: #102230;
	padding-bottom: 50px;
	float: left;
	min-height: 415px;
}

.keyStatsContainer .infoContainer p {
	width: calc(100% - 38px);
	font-family: 'Lato', 'Sans-serif';
	font-size: 22pt;
	text-align: left;
	margin-bottom: 10px;
	float: left;
}

.keyStatsContainer .infoContainer p strong {
	width: calc(100% - 38px);
	font-family: 'Lato', 'Sans-serif';
	font-size: 22pt;
	text-align: left;
	float: left;
}

.scoreLabel {
	width: auto;
	float: left;
}

.qmImgContainer {
	padding-top: 3px;
	float: left;
	margin-right: 3px;
	cursor: pointer;
}

.scoreContainer p {
	width: auto !important;
	font-size: 15pt !important;
}

.scoreContainer {
	margin-right: 23px;
	float: left;
}

.scoreContainer p strong {
	width: auto !important;
	font-size: 15pt !important;
	margin-right: 5px;
	float: left;
}

.keyStatsContainer .infoContainer .statsSummary {
	width: 470px !important;
	font-size: 13pt !important;
	margin-top: 15px;
	float: left;
	margin-bottom: 15px;
	text-align: justify;
}

.speedometerContainer {
	padding-left: 50px;
	padding-top: 50px;
	float: left;
}

.blogpost .speedometerContainer {
	padding-left: 50px;
	padding-top: 50px;
	float: left;
	position: relative;
	z-index: 99999999;
}

.speedometerContainer p {
	float: left;
	font-size: 22pt;
	text-align: left;
	font-family: 'Lato', 'Sans-serif';
}

.speedoScoreValue {
	float: right !important;
	margin-top: -50px;
	float: left;
}

.speedoScoreValue strong {
	float: right !important;
	font-size: 70pt !important;
}

.keyStatsContainer .speedometerContainer .speedoImgContainer {
	/* margin-left: 50px !important; */
	margin-top: -30px !important;
	margin-bottom: 10px !important;
	float: left;
}

.top250 {
	width: 992px;
	margin-left: calc(50% - (992px/2));
	margin-bottom: 100px;
	border-radius: 1%;
}

.top250 th {
	font-size: 13pt;
	font-family: 'Lato', 'Sans-serif';
	background: #092B44;
	color: white;
	font-weight: 100;
	text-align: left;
	height: 50px;
	padding-left: 30px;
	min-width: 80px;
}

.top250 td {
	font-size: 13pt;
	font-family: 'Lato', 'Sans-serif';
	color: #092B44;
	font-weight: 100;
	text-align: left;
	height: 50px;
	padding-left: 30px;
}

.top250 td:nth-child(2) {
	color: #5390bf;
}

.top250 th:nth-child(4) {
	padding-left: 50px;
}

.top250 td:nth-child(4) {
	color: #5390bf;
	padding-left: 50px;
}

.top250 td:nth-child(5) {
	text-align: right;
	padding-right: 10px;
}

.top250 th:nth-child(5) {
	text-align: center;
}

.top250 th:nth-child(6) {
	text-align: center;
	padding-right: 25px;
}

.top250 td:nth-child(6) {
	text-align: right;
	padding-right: 30px;
	cursor: pointer;
}

.top250 tr:nth-child(even) {
	background: #e6ebf1;
}

.top250 tr:nth-child(odd) {
	background: #f8f8f8;
}

.top250Results h2 {
	width: 100%;
	text-align: center;
	font-family: 'Lato', 'Sans-serif';
	font-weight: 500;
	float: left;
	color: #0d202e;
	margin-bottom: 45px;
}

#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/images/loader.gif') no-repeat center center;
	background-size: 150px 150px;
	z-index: 999;
}

#freeEbook-loading{
	position: absolute;
	width: 25px;
	height: 25px;
	background: url('/images/loader.gif') no-repeat center center;
	background-size: 25px 25px;
	z-index: 999;
	left: 87%;
	top: 68px;
}

.freeEbook {
	border: 1px solid white;
	color: white;
	background: transparent;
	text-align: center;
	padding: 20px 20px;
	font-size: 11pt;
	font-weight: 700;
	float: left;
	cursor: pointer;
}

.freeEbook:hover {
	color: #518FC2;
	background: white;
	text-decoration: none;
}

.background {
	width: 100%;
	height: 100%;
	background-image: url('../images/main-banner-bg.jpg');
	background-size: cover;
	position: absolute;
	opacity: 0.1;
	top: 0px;
	left: 0;
}

.faq-help-desc {
	text-align: center;
	margin: 100px 0 200px 0;
}

.free-ebook-pop-up-container {
	width: 100%;
	float: left;
	text-align: center;
}

.free-ebook-pop-up-image {
	width: 60%;
	margin-top: 55px;
}

.members-only {
	width: 100%;
    margin-top: 20px;
}

.free-ebook-title-cont {
	width: 100%;
	float: left;
	text-align: center;
}

.free-ebook-title-cont h1 {
	font-size: 29px;
}

.free-ebook-desc h1 {
	font-size: 30px!important;
}

.free-ebook-desc h2 {
	font-size: 25!important;
}

.free-ebook-info {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	margin: 20px 0;
	text-align: center;
	position: relative;
}

.free-ebook-info input {
	padding: 10px;
	width: 70%;
	margin-bottom: 15px;
	color: #000;
}

.free-ebook-btn-cont {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.free-ebook-pop-btn {
	border: 1px solid white;
	color: white;
	background: transparent;
	text-align: center;
	padding: 20px 88px;
	font-size: 11pt;
	font-weight: 700;
	cursor: pointer;
}

.free-ebook-pop-btn:hover {
	color: #518FC2;
	background: white;
	text-decoration: none;
}

.ebook_succes_container {
	width: 100%;
}

.ebook_success_video {
	background: rgba(174, 217, 230, 0.5);
	width: 680px;
	height: 390px;
	margin-right: 24px;
	float: left;
	margin-top: 60px;
}

.ebook_success_video .playButton {
	margin-top: 145px;
}

.ebook_success_video .playButton:hover {
	margin-top: 135px;
}

.free_suburb_container {
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 30px 30px;
}

.free-sub-info input {
	padding: 10px;
	width: 70%;
	margin-bottom: 5px;
	color: #000;
}

.free-sub-info {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	margin: 20px 0;
	text-align: center;
}

.free_suburb_btn_cont {
	margin-bottom: 20px;
}

.free-sub-btn {
	background: none;
	color: #fff;
	border-radius: 0px;
	padding: 23px 40px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid #ff1a38;
	font-size: 15px;
	width: 70%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.free-sub-btn:hover,
.free-sub-btn:active {
	color: #fff;
	background-color: #ff1a38;
}

.free-subImgContainer {
	float: left;
	width: 337px;
	height: 230px;
	background-image: url('/images/new-speedometer.png');
	margin-left: calc(50% - (350px/2));
	position: relative;
	background-repeat: no-repeat;
	margin-top: 50px;
}

.center-btn-cont {
	width: 400px;
	margin: 0 auto;
}

.why_choose_us_title {
	color: #223f4d;
	margin-bottom: 20px;
}

.why-choose-us-desc-cont {
	padding: 0!important;
}

.why_choose_us strong {
	font-weight: 600!important;
}

.why_choose_us p {
	color: #6f6f6f;
}

.why-choose-us-slogan-cont {
	color: #5d7ac2!important;
}

.why-choose-us-slogan-cont2 {
	color: #00ddff!important;
	margin-top: 50px;
	width: 100%;
	float: left;
}

.why-choose-us-img-width {
	width: 70%;
}

.why-choose-desc-cont p {
	font-size: 19px!important;
}

.how-it-works-slogan-cont {
	background-color: #1F334C;
}

.contact-help-desc {
	margin-bottom: 100px;
}

.how-it-works-span {
	color: #5d7ac2!important;
}

.how-it-works-pricedesc-cont p span {
	font-size: 18px!important;
	font-weight: 800;
}

.how-it-works-slogan-cont p {
	color: #2f8cc2!important;
	font-size: 25px!important;
}

#how-it-works-price-cont {
	margin-top: 50px;
}

.faq-title-cont {
	margin: 60px 0 30px 0;
}

.how-it-looks-content-cont {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.how-it-looks-cont {
	float: left;
	width: 100%;
}

.how-it-looks-cont:first-child p {
	color: #5d7ac2;
}

.how-it-looks-cont p {
	font-size: 19px;
}

.how-it-looks-img-cont {
	width: 45%;
	float: left;
}

.how-it-looks-img-cont:last-child {
	margin-left: 60px;
}

.how-it-looks-img-cont img {
	width: 100%;
}

.how-it-looks-desc-cont p {
	color: #131313;
	font-size: 22px!important;
}

.footer-social {
	text-align: right;
	float: right;
	margin-top: 15px;
}

.footer-social img {
	width: 10%;
}

#subscriberData label {
	font-size: 18px;
	font-weight: 300!important;
}

#payment-form label {
	font-size: 18px;
	font-weight: 300!important;
}

.apply-coupon {
	margin-top: 10px;
}

.apply-coupon input {
	font-weight: 800;
	font-size: 18px;
}

.typical-pop-up {
	background: #5290c3;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	padding: 20px 40px;
	color: #fff;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}

.typical-pop-up p {
	font-size: 16px!important;
}

.reliability-pop-up {
	background: #5290c3;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	padding: 20px 40px;
	color: #fff;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}

.reliability-pop-up p {
	font-size: 16px!important;
}

.question-mark-arrow {
	position: absolute;
	top: -18px;
	left: 22%;
}

.question-mark-arrow2 {
	position: absolute;
	top: -18px;
	right: 29.7%;
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
	background: #ff1a38;
	float: left;
	width: 148px;
	margin-left: calc(50% - (148px/2));
	height: 97px;
	margin-top: 180px;
	cursor: pointer;
	opacity: 0.9;
}

.what-is-it-for-list-cont {
	margin: 0 auto!important;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 100000000;
	/* Sit on top */
	padding-top: 40px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	margin-bottom:40px;
}


/* Modal Content/Box */

.modal-content {
	position: relative;
	background: #518FC2;
	margin: auto;
	padding: 20px 40px;
	border: 1px solid #888;
	width: 50%;
	color: #fff;
	text-align: center;
	border-radius: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.terms-modal-content {
	position: relative;
	background: #fff;
	margin: auto;
	padding: 20px 100px;
	border: 1px solid #888;
	width: 85%;
	color: #fff;
	text-align: center;
	border-radius: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.terms-modal-content p {
	font-size: 16px!important;
}

.free_suburb_modal-content {
	position: relative;
	background: #112331;
	margin: auto;
	padding: 20px 40px;
	border: 1px solid #888;
	width: 50%;
	color: #fff;
	text-align: center;
	border-radius: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}


/* The Close Button */

.btn_close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.btn_close:hover,
.btn_close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.terms-btn_close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.terms-btn_close:hover,
.terms-btn_close:focus {
	color: #D3D3D3;
	text-decoration: none;
	cursor: pointer;
}

.durationselectbox {
	padding: 9px 0px;
	width: 30.7%;
}

#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	background: #337ab7;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	opacity: 0.7;
}

#back-to-top:hover {
	background: #000;
}

#adminMenu
{
	list-style: none;
	display: flex;
	padding: 0px;
	margin: 0px;
	background-color: #2a8cbc;
	padding: 8px;
	margin-bottom: 10px;
}

#adminMenu li
{
	margin-right: 20px;
}

#adminMenu li a,
#adminMenu li a:visited,
#adminMenu li a:hover,
#adminMenu li a:link
{
	color: white;
}


#cmsMenu
{
	list-style: none;
	display: flex;
	padding: 0px;
	margin: 0px;
	background-color: #2a8cbc;
	padding: 20px;
	flex-direction: column;
}

#cmsMenu li
{
	margin-bottom: 20px;
}

#cmsMenu li:last-child
{
	margin-bottom: 0px;
}

#cmsMenu li a,
#cmsMenu li a:visited,
#cmsMenu li a:hover,
#cmsMenu li a:link
{
	color: white;
}

#cms-right-side
{
	float: left;
	width: 15%;
	margin-bottom: 20px;
}

#cms-left-side
{
	float: left;
	width: calc(85% - 20px);
	margin-bottom: 20px;
	margin-left: 20px;
}

#tblTemplatesContainer
{
	width: 100%;
}

#tblTemplates
{
	width: 100%;
}

#templatesActionContainer
{
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.templatesAction
{
	flex-grow: 1;
	background-color: #2a8cbc;
	border: none;
	margin: 0px 10px;
	color: white;
	padding: 5px;
	transition: all 0.2s;
}


.templatesAction:hover
{
	background-color: #246F92;
}

#tblTemplates tr
{
	cursor: pointer;
}

#dynamicContent ::before{
	content: none;
}
#dynamicContent ::after{
	content: none;
}

#eac-container-suburblist{
	top: 33px !important;
}
/* Add Animation */

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}
@media only screen and (max-width: 1366px) {
	#advantage {
		padding-left: 20px;
	}
}
@media only screen and (max-width: 1342px) {
	.reports {
		width: 626px;
		margin-left: calc(50% - (626px/2));
	}
}

@media only screen and (max-width: 1283px) {
	.blogsContainer {
		width: 277px;
		margin-left: calc(50% - (277px/2));
	}
}

@media only screen and (max-width: 1170px) {
	.contentContainer {
		width: 835px !important;
		margin-left: calc(50% - (835px/2)) !important;
	}
	.rhsPanel {
		margin-left: calc(50% - (320px/2));
	}
}

@media only screen and (max-width: 1050px) {
	section {
		width: 100%;
	}
	.noAccessMsg {
		width: 100%;
		margin-left: 0;
	}
	.hamburgerBtn {
		float: right;
		width: 22px;
		height: 14px;
		padding: 10px 9px;
		display: block;
	}
}

@media only screen and (max-width: 835px) {
	.contentContainer {
		width: 410px !important;
		margin-left: calc(50% - (410px/2)) !important;
	}
	.blogList {
		width: 100% !important;
	}
	.blogListEntry {
		width: 100% !important;
	}
	.blogInfo {
		margin-left: 0px;
	}
	.blogThumbnail {
		text-align: center;
		margin: 0;
	}
}

@media only screen and (max-width: 800px) {
	.infoContainer {
		float: none;
		margin: auto;
		width: 100%;
	}
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.infoLabel {
		width: calc(50% - 20px);
		margin-right: 0px;
	}
	.userInfo {
		width: calc(50% - 20px);
		word-wrap: break-word;
	}
	.row {
		padding-bottom: 30px;
	}
	.userMenuItemsContainer {
		float: none;
		margin: auto;
	}
	.locationSelectionItem {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.locationSelection {
		margin-left: calc(50% - (210px/2));
		width: 210px;
	}
}

@media only screen and (max-width:767px) {
	.hamburgerMenu {
		display: block;
	}
	.userMenuItemsContainer {
		display: none;
	}
	.navbar-nav>li>a {
		width: 100%;
		text-align: left!important;
	}
	.navbar-nav {
		padding: 10px 0 10px 20px;
		margin: 0;
	}
	.userMenuItemsContainer {
		background: #5290c3;
	}
	.userMenu {
		display:inline-block;
		margin-bottom:-10px;
		z-index: 9999;
		padding:0 20px 0 0;
	}
}

@media only screen and (max-width: 640px){
	.userMenu
	{
		padding:0 15px 0 0;
	}
}

@media only screen and (max-width: 626px) {
	.reportsSection {
		padding-left: 10px;
		padding-right: 10px;
	}
	.reports {
		width: 100%;
		margin-left: 0px;
	}
	.reportsContainer {
		width: 100%;
	}
	.reportBtn {
		width: 100%;
		font-size: 25pt;
		padding-left: 20px;
	}
	.noAccessMsg {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.suburbSelection {
		width: 100%;
	}
	.searchLocationBtn {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	#suburbField {
		width: 100%;
	}
}

@media only screen and (max-width: 410px) {
	.contentContainer {
		width: 100% !important;
		margin-left: 0px !important;
	}
	.blogThumbnail {
		width: 100%;
	}
	.blogListTitle {
		font-size: 14pt !important;
	}
	.blogThumbnail img {
		width: 100%;
		height: auto;
	}
	.blogInfo {
		width: 100% !important;
		padding: 0 10px;
	}
}

@media only screen and (max-width: 380px) {
	.reportBtn {
		font-size: 18pt;
		padding-left: 10px;
		text-align: center;
	}
	.reportBtn span {
		text-align: left !important;
	}
	.propertyCheckbox {
		margin-left: 10px;
		width: 100%;
	}
}


/*FAQ PAGE ACCORDION*/


/*----- Accordion -----*/

.accordion,
.accordion * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.accordion {
	overflow: hidden;
	text-decoration: none;
}


/*----- Section Titles -----*/

.accordion-section-title {
	width: 100%;
	padding: 15px;
	display: inline-block;
	background: #fff;
	transition: all linear 0.15s;
	/* Type */
	font-size: 20px;
	font-weight: 800;
	color: #3c596b;
	text-decoration: none;
	border: 1px solid #e0dada;
	margin-bottom: 10px;
}

.accordion-section-title:hover {
	background: #182b3d;
	color: #fff;
	/* Type */
	text-decoration: none;
}

.accordiong-content {
	padding: 20px;
}

.accordion-section:last-child .accordion-section-title {
	text-decoration: none;
}


/*----- Section Content -----*/

.accordion-section-content {
	padding: 15px;
	display: none;
}

.accordion-section-title:after {
	content: '\0002B';
	/* Unicode character for "plus" sign (+) */
	font-size: 15px;
	color: #0b3247;
	float: right;
	margin-left: 5px;
	padding: 0 5px;
	border: 1px solid #0b3247;
}

.accordion-section-title.active:after {
	content: "\02212";
	/* Unicode character for "minus" sign (-) */
}

.coupon-pagination-container{
	float: left;
	width: 100%;
	padding-right: 10px;
}

.paginate-btn{
	margin-right: 30px;
	float: right;
}