* {
    -webkit-font-smoothing: antialiased
}

a {
	text-decoration: none;
}

.navbar {
    background-color: #fff;
    margin-bottom: 0
}

.noUi-connect {
    background-color: #5cb85c!important
}

#brand {
    margin-top: 10px;
    margin-bottom: 10px
}

#brand img {
    max-width: 150px
}

.navbar .header_number {
    float: right;
    margin-top: 27px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #fff;
    list-style-type: none;
    font-size: 18px;
    text-align: right
}

.navbar .header_number a {
    text-decoration: none;
    color: #fff
}

.form_spacer {
    padding-bottom: 70px
}

.quiz_form {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px
}

.quiz_form .row {
    margin-bottom: 10px
}

.clearfix-custom {
    margin-bottom: 10px
}

.quiz_form input,
.quiz_form select {
    text-align: center
}

.primarybgimage {
    background: url(bg.html) no-repeat center center;
    background-size: cover
}

.graybg, body.page-template-form-sms-validator, body.page-template-form-no-sms-validator, body.page-template-thank-you {
    background-image: url(../img/ASQ_backgroundimage.jpg);
	background-size: cover;
}

@media only screen and (max-device-width:958px) {
    .graybg,
    body.home {
	background-image: url(../img/ASQ_backgroundimage.jpg);
	background-size: cover;
    }
}

.whitebg {
    background-color: rgba(255, 255, 255, .8)
}

body.page-template-article #main {
    text-align: left;
	padding: 20px;
}

button a:hover {
    text-decoration: none;
}

.secondarybg {
    text-align: center;
    min-height: 530px;
    margin-top: 35px;
    padding-top: 35px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .13);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .13)
}

.article-content {
    text-align: left;
    min-height: 530px;
    margin-left: 30px;
    padding-right: 30px;
}

#secure-lock {
    margin-top: 5px;
    margin-bottom: 35px;
    color: #fff;
    font-size: 18px
}

#secure-lock img {
    height: 24px
}

.secondarybg h2 {
    font-weight: 500;
    color: #444;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.progress {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 15px;
    height: 10px;
    background-color: #FDBF2E
}

.progress-bar.progress-bar-primary.form-progress-bar {
    background-color: rgb(0, 173, 238);
}

.help-error {
    color: #a94442;
    font-weight: 700
}

.summary_terms {
    font-size: smaller
}

.slider-container {
    overflow: auto
}

.slider-slide {
    position: relative;
    display: none;
    float: left
}

.checkbox_change {
    display: none
}

#apply_form p {
    font-size: 16px;
    margin: 20px 0
}

.thumbnail {
    padding: 0
}

.panel {
    position: relative
}

.panel>.panel-heading:after,
.panel>.panel-heading:before {
    position: absolute;
    top: 11px;
    left: -16px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none
}

.panel>.panel-heading:after {
    border-width: 7px;
    border-right-color: #f7f7f7;
    margin-top: 1px;
    margin-left: 2px
}

.panel>.panel-heading:before {
    border-right-color: #ddd;
    border-width: 8px
}

.hiddenpower {
    display: none
}

@media(max-width:1199px) {}

@media(max-width:991px) {
    .form_spacer {
        padding-bottom: 40px
    }
    .secondarybg {
        margin-top: 20px;
        padding-top: 20px
    }
    #secure-lock {
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .navbar .header_number {
        float: none;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .navbar .header_number a {
        background-color: #f3b111;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 2px;
        display: inline-block
    }
    .form_spacer {
        padding-bottom: 10px
    }
    .secondarybg {
        margin-top: 10px;
        padding-top: 10px;
        margin-bottom: 10px;
        min-height: 280px
    }
    #secure-lock {
        margin-bottom: 10px
    }
    .quiz_form {
        padding-left: 10px;
        padding-right: 10px
    }
    h1 {
        margin-top: 10px;
        font-size: 24px;
		font-weight: 700;
    }
    h2 {
        font-size: 18px
    }
    #brand {
        margin-top: 10px;
        margin-bottom: 0
    }
    #brand img {
        margin: 0 auto;
        max-height: 70px;
    }
}

#flow-slider-container {
    overflow: visible!important
}

.loader-gplus {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px)
}

.loader-gplus {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    animation: rotate 2.4s linear infinite;
    margin-top: 100px
}

.loader-gplus:before,
.loader-gplus:after {
    position: absolute;
    width: 50px;
    height: 25px;
    right: 0;
    border-radius: 50px 50px 0 0;
    z-index: 2;
    content: '';
    animation: color-switch 2.4s linear infinite
}

.loader-gplus:after {
    transform-origin: 0% 100%;
    animation-name: unfold, color-shift;
    animation-timing-function: linear, linear;
    animation-iteration-count: infinite, infinite;
    animation-duration: .6s, 2.4s
}

@keyframes rotate {
    0.0001% {
        transform: rotateZ(0deg);
        background-color: #3a7bf7
    }
    25% {
        transform: rotateZ(0deg);
        background-color: #3a7bf7
    }
    25.0001% {
        transform: rotateZ(90deg);
        background-color: #de4a42
    }
    50% {
        transform: rotateZ(90deg);
        background-color: #de4a42
    }
    50.0001% {
        transform: rotateZ(180deg);
        background-color: #ffd64a
    }
    75% {
        transform: rotateZ(180deg);
        background-color: #ffd64a
    }
    75.0001% {
        transform: rotateZ(270deg);
        background-color: #21ad64
    }
    100% {
        transform: rotateZ(270deg);
        background-color: #21ad64
    }
}

@keyframes unfold {
    to {
        transform: rotateX(180deg) rotateZ(0deg)
    }
}

@keyframes color-switch {
    0.0001% {
        background-color: #de4a42
    }
    25% {
        background-color: #de4a42
    }
    25.0001% {
        background-color: #ffd64a
    }
    50% {
        background-color: #ffd64a
    }
    50.0001% {
        background-color: #21ad64
    }
    75% {
        background-color: #21ad64
    }
    75.0001% {
        background-color: #3a7bf7
    }
    100% {
        background-color: #3a7bf7
    }
}

@keyframes color-shift {
    0.0001% {
        background-color: #3a7bf7;
        border-bottom: 1px solid #3a7bf7
    }
    12.5% {
        background-color: #285fc3;
        border-bottom: 1px solid #2d69c8
    }
    12.5001% {
        background-color: #e87873;
        border-bottom: 1px solid #e87873
    }
    25% {
        background-color: #de4a42;
        border-bottom: 1px solid #de4a42
    }
    37.5% {
        background-color: #e66b63;
        border-bottom: 1px solid #e66b63
    }
    37.5001% {
        background-color: #ffde7b;
        border-bottom: 1px solid #ffde7b
    }
    50% {
        background-color: #ffd65a;
        border-bottom: 1px solid #ffd65a
    }
    62.5% {
        background-color: #ffde7b;
        border-bottom: 1px solid #ffde7b
    }
    62.5001% {
        background-color: #198c4a;
        border-bottom: 1px solid #198c4a
    }
    75% {
        background-color: #21ad64;
        border-bottom: 1px solid #21ad64
    }
    87.5% {
        background-color: #52bd84;
        border-bottom: 1px solid #52bd84
    }
    87.5001% {
        background-color: #5294f7;
        border-bottom: 1px solid #5294f7
    }
    100% {
        background-color: #3a7bf7;
        border-bottom: 1px solid #3a7bf7
    }
}

#provider_slide .dropdown-menu {
    height: 300px;
    overflow: auto
}

.secondarybg {
    overflow: hidden
}


.customradio input[type=radio]{
	display:none;
}

.customradio label .wpcf7-list-item-label{
	display:inline-block;
	color: #fff;
	background-color: rgb(0, 173, 238);
	border-color: rgb(0, 173, 238);
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	width:100%;
	cursor:pointer;
}

.customradio label input:checked+.wpcf7-list-item-label{
	background: #FDBF2E;
}

.customradio span{
	display:block;
}

.customradio .wpcf7-list-item label{
	display:block;
	padding:5px;
	box-sizing:border-box;
}

.customradio .wpcf7-list-item {
	width:50%;
	margin:0px;
	float:left;
}


 
h1#survey_headline{
	font-weight: 700;
	line-height: 1.1;
	font-size:35px;
	margin-right:-10px!important;
	margin-left:-10px!important;
	width:calc(100% + 20px);
}

body .h1, body .h2, body .h3, body h1, body h2, body h3{
	margin:20px 0px 10px 0px!important;
}

body section.wizardform h4{
	font-size:14px;
	letter-spacing:normal;
	font-weight: 500;
	line-height: 1.1;
	text-transform:none;
	margin-top: 10px;
	margin-bottom: 20px;
}	

body .wizardform button.button {
	margin-top:15px !important;
}

body form section.wizardform select.wpcf7-select,
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea{
	margin:0px auto!important;
	width:70%;
}

p.formnote{
	font-size:16px;
}

form h2.custom{
	font-size: 24px;
	font-weight: 500;
}

.entry-content{margin:0px!important;}
.entry-content form .wizardform{
	width:100%;
	margin:0 auto;
}

.enquiyForm input[type=text],
.enquiyForm input[type=email],
.enquiyForm input[type=tel]{
	width:100%!important; 
	background:#fff;
}

.enquiyForm textarea{
	width:100%!important;
}

.enquiyForm label span.wpcf7-form-control-wrap{
	display:block;
	width:100%;
}

.enquiyForm label{
	font-weight:normal;
	width:100%!important;
}

#useraddress{ text-align:center; background:#eee; background: #f4ffe5; border-color: #3f753f; color: #3f753f;}

header.entry-header {
    background-color: #FDBF2E;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
	display: grid;
}

header.entry-header .entry-title {
	color: #2e2e2e;
	font-weight: 700;
}

section.wizardform h3 {
    display:none !important
}

.wizardform button.button{
    margin-top:20px;
    margin-bottom:20px;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
    display: none;
}


body form .button-next,
body form .button-back,
body form .wpcf7-submit {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px;
    color: #fff;
    background-color: rgb(0, 173, 238);
    border-color: rgb(0, 173, 238);
}

body form select.wpcf7-select {
    height: 46px;
    line-height: 46px;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 3px;
}

input#city_complete{
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center right 10px;
}

/* Phone verify */
.modal-header h3 {
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: 700;
}
.modal-content {
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    border: 0;
}
button.close {
    padding: 5px 8px;
}
#phone-verify-form {
    margin: 0;
}
#phone-verify-form .modal-body {
    text-align: center;
}
#phone-verify-form .modal-dialog {
    margin: 170px auto;
    position: relative;
}
#phone-verify-form a {
    text-decoration: none;
}
#update-area, .update-action, #loading {
    display: none;
}
.submit-action button, #update-phone-btn {
    background: rgb(0, 173, 238);
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}
.submit-action button:hover, #update-phone-btn:hover, body .wizardform button.button:hover  {
    background: #FDBF2E;
}
.submit-action .disabled, .submit-action .disabled:hover {
    background: #FDBF2E;
    cursor: no-drop;
}

.customradio label input:checked {
    background: #FDBF2E;
}

label.notice {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    display: block;
}
#verify-code {
    font-size: 40px;
    height: auto;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
    width: 220px;
}
.verify-help {
    margin-top: 20px;
    font-size: 14px;
}
.verify-help a {
    margin: 0 15px;
    color: #717171;
}
.verify-help a:hover {
    color: #f60;
}
#notification {
    box-shadow: none;
    border: 0;
    font-size: 15px;
    margin-bottom: 15px;
}
.error {
    border: 2px solid #ffd5d5;
    color: #ca0a0a;
}

.success {
    color: green;
}
#loading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
}
#loading img {
    margin: 20% auto;
}
#phone-verify-form #verify-area .verify-failed {
    border: 1px solid #ff3c3c;
    background: #ffd5d5;
}
#phone-verify-form #verify-area .verify-success {
    border: 1px solid #379824;
    background: #d3ffd8;
}
.status-icon {
    height: 65px;
    margin-left: 10px;
    margin-top: -20px;
}

.enquiyForm .wpcf7-submit {
	margin-top: 15px;
}

@media screen and ( max-width: 767px ) {
    h1#brand > a {
        text-align: center;
    }
	
	.enquiyForm label {
		text-align: left;
	}
	
	.enquiyForm .wpcf7-submit {
		width: 100%;
	}
}

@media screen and ( max-width: 420px ) {
    .status-icon {
        display: none;
    }
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #FDBF2E;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 2px solid #ffd5d5;
    color: #ca0a0a;
}

a {
    color: #00adee;
}

a:focus, a:hover {
    color: #00adee;
    text-decoration: underline;
}

.containerInner.ui-sortable {
}

.entry-content {
}

.container {
    max-width: 960px;
}

.article-button {
    border-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: none;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

#loading-screen img {
    margin: 20% auto;
    display: block;
}
.loading-screen{display:none;}
a{font-size:18px;}
p{font-size:18px;}
h1{font-weight:700!important;}
.secondarybg{padding:40px;border-radius:10px;}
body header.navbar {background-color:#fff;}
.site-main{margin-bottom:0px!important;}
.article-button {padding:10px;font-size:16px;}
.before-after-mobile{display:none!important;}
.article-button a {font-size:16px!important;}
@media screen and (max-width: 600px){ 
	#annoying-image {display: none!important;} 
	.before-after-mobile{display:block!important;}
	.page-template-article #main h1 {font-size:25px!important;}
	.top-image{float: none;margin: 0.5em 0em 2em 0em;}
}
/* Animation */
@-webkit-keyframes slidein {
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 0;
        width: 100%;
    }
}

form.wpcf7-form {
    overflow: hidden;
}

section.wizardform {
    animation-duration: 0.5s;
    animation-name: slidein;
}
.grecaptcha-badge {
	display: none;
}

#suggestions {
	background: #fff;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
}

.suggestion-item {
	padding: 10px;
    border-bottom: 1px solid #a1a1a1;
    text-align: left;
	cursor: pointer;
}

.suggestion-item:hover {
	background: #dfdfdf;
}