@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
@font-face {
    font-family: 'Proxima Nova';
    src: url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-light-webfont.eot');
    src: url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-light-webfont.woff') format('woff'),
         url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-light-webfont.svg#Proxima Nova Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-regular-webfont.eot');
    src: url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-regular-webfont.svg#Proxima Nova Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-bold-webfont.eot');
    src: url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-bold-webfont.woff') format('woff'),
         url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('https://asset.hearingaidcomparison.com.au/fonts/proximanova-bold-webfont.svg#Proxima Nova Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Aller bold';
    src: url('https://asset.hearingaidcomparison.com.au/fonts/aller_bd-webfont.eot');
    src: url('https://asset.hearingaidcomparison.com.au/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://asset.hearingaidcomparison.com.au/fonts/aller_bd-webfont.woff') format('woff'),
         url('https://asset.hearingaidcomparison.com.au/fonts/aller_bd-webfont.ttf') format('truetype'),
         url('https://asset.hearingaidcomparison.com.au/fonts/aller_bd-webfont.svg#Proxima Nova Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Bebas Bold';
	src: url('https://asset.hearingaidcomparison.com.au/fonts/BebasNeue_Bold.ttf');
	font-weight: normal;
	font-style: normal;
}


/* This is the theme style */

img {
	max-width: 100%;
}
.left {
	float: left;
	margin-left: 20px;
}
.right {
	float: right;
	margin-right: 20px;
}
.site-header {
	background-color: #fff;
	padding: 30px 0;
}
.site-address {
	float: right;
	text-align: right;
}
.main-navigation {
	background-color: #f2f2f2;
	margin: 15px 0;
}
.main-navigation li {
	margin: 0 20px;
}
.main-navigation li:first-child {
	margin-left: 0;
}
.main-navigation a {
	font-family: 'Proxima Nova',sans-serif;
	font-size: 13px;
	color: #353535;
	padding: 10px 0;
	text-transform: uppercase;
}
.header-top {
	padding: 45px 0;
}
/*
.site-padding {
	padding-left: 180px;
	padding-right: 180px;
}
*/
.site-branding img {
	max-width: 293px;
	max-height:60px;
}
.site-address {
	font-family: 'Nunito Sans', sans-serif;
	margin-top: -10px
}
.site-address p {
	margin-bottom: 0;
	font-size: 12px
}
.site-phone {
	font-size: 27px;
	line-height: 30px;
	height: 30px;
	font-weight: 700;
	color: #4e4e4e;
	text-align: right;
	margin-top: -18px;
	display: block;
	cursor: pointer;
}
.site-phone:hover, .site-phone:focus {
	text-decoration: none;
	color: #4e4e4e;
}

.site-phone:before {
	border-radius: 500px;
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	color: #fff;
	display: inline-block;
	/*float: left;
	font-family: fontawesome;
	content: '\f095';
	padding: 2px 11px;*/
	content: '';
	width: 45px;
	height: 45px;
	background: #fff url(/wp-content/themes/hraid/images/phone-icon2.png) 0 0 no-repeat;
	position: relative;
	top: 6px;
	margin: 0 8px 0 0;
}

@media (max-width: 1100px) {
	.site-address {
		margin-top: 0
	}
}
@media (max-width: 767px) {
	.site-address p {
		display: none
	}
	.site-address .site-phone {
		overflow: hidden;
		width: 42px;
		height: 42px;
		position: relative;
		margin: 0
	}
	.site-address .site-phone span {
		display: none
	}
	.site-address .site-phone:before {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0
	}
}


/* Footer Style */
.footer-widgets {
	background-color: #38393d;
	color: #fff;
	padding: 60px 0;
}
.footer-widgets a {
	color: #fff;
	font-size: 16px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.footer-widgets a:hover, .footer-widgets a:focus {
	text-decoration: none;
	color: #4cb2ca;
}
.footer-widgets .widget-title {
	font-size: 24px;
	margin: 0 0 30px;
	font-weight: 700;
	max-width: 320px;
}
.footer-widgets .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-widgets .widget ul li {
	padding: 5px 0;
}
.footer-widgets .widget .fa {
	margin-right: 10px;
}
.site-info {
	background-color: #3a3d44;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
.site-info a {
	color: #fff;
}
footer p {
	text-align: center;
}


/* Frontpage Layout */
.page-template-frontpage .site-content, .page-template-thankyou .site-content {
	background-color: #ebebeb;
}
.page-template-frontpage .entry-content, .page-template-thankyou .entry-content {
	background: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 30px 0;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.page-template-frontpage .entry-content {
	padding: 60px 0;
}
.page-template-thankyou .entry-content {
	color: #707070;
	font-size: 12px;
}
.page-template-thankyou .entry-content h2 {
	color: #4cb2ca;
	text-transform: uppercase;
}
.page-template-thankyou .entry-content .happens {
	text-align: center;
	position: relative;
}
.page-template-thankyou .entry-content .happens .line {
	border: 2px solid #ebebeb;
	position: absolute;
	top: 17px;
	width: 100%;
}
.page-template-thankyou .entry-content .happens.first .line {
	right: 0;
	width: 50%;
}
.page-template-thankyou .entry-content .happens.last .line {
	left: 0;
	width: 50%;
}
.page-template-thankyou .entry-content .happens .happens-step {
	background: #fff;
	border: 1px solid #212121;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	display: inline-block;
	margin-bottom: 30px;
	padding: 3px;
	position: relative;
}
.page-template-thankyou .entry-content .happens .happens-step span {
	display: block;
	background: #f15b5a;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	width: 30px;
}
.page-template-thankyou .entry-content .happens .happens-entry {
	padding: 0 10px;
	font-size: 12px;
}

.faq-wrapper {
	margin-top: 70px;
}
.faq-wrapper h2 {
	text-align: center;
	margin-bottom: 30px;
}
.faq-wrapper .faq {
	margin-bottom: 30px;
}
.faq-wrapper .faq h3 {
	color: #f15b5a;
	font-size: 14px;
	margin: 0;
}
.faq-wrapper .faq-entry {
	font-size: 12px;
}

.logo-banner {
	padding: 30px 0;
	text-align: center;
}

.cf-title {
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.cf-title h2 {
	font-weight: 700;
	font-size: 36px;
	margin: 0 0 0;
}
.cf-title p {
	color: #707070;
	font-size: 18px;
	margin: 0;
}

.page-template-frontpage .content-area, .page-template-thankyou .content-area {
	margin: 70px 0;
}


/* CF7 Home */
.form-field {
	margin-bottom: 30px;
}
.form-field label {
	font-size: 18px;
	font-weight: 400;
	color: #212121;
}
.form-field label span {
	color: #f26522;
}
.form-field input, .form-field select {
	background-color: #f4f4f4;
	border: 2px solid #e5e5e5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 18px;
	height: 60px;
	padding: 15px;
	width: 100%;
	outline: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-field .SumoSelect {
	background-color: #f4f4f4;
	border: 2px solid #e5e5e5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 18px;
	height: 60px;
	padding: 15px;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-field .SumoSelect.open, .form-field input:focus, .form-field select:focus {
	border-color: #67c9e0;
	background: #fff
}
.SumoSelect > .CaptionCont > label > i {
	background-image: url(https://asset.hearingaidcomparison.com.au/images/select-bg.png)
}

.form-field .SumoSelect > .CaptionCont {
	background-color: transparent;
	border: none;
}
.form-field .SelectBox {
	padding: 0;
}

.select2-container .select2-selection--single {
	height: 100%;
	width: 100%;
}
.form-field.form-checkbox input {
	display: none;
}
.form-field.form-checkbox input[type=radio]:checked + .wpcf7-list-item-label {
	color: #fff;
}

.form-field.form-checkbox .wpcf7-radio {
	background-color: #f4f4f4;
	border: 2px solid #e5e5e5;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	display: block;
	height: 60px;
	padding: 3px 3px 5px;
	background-color: #f4f4f4;
	width: 100%;
}
.form-field.form-checkbox .wpcf7-radio span {
	color: #212121;
}
.form-field.form-checkbox .wpcf7-list-item {
	margin: 0;
}
span.wpcf7-list-item {
	display: block;
	float: left;
	width: 50%;
	padding: 0 2px;
}
.form-field.form-checkbox .wpcf7-list-item label {
	display: block;
	color: #fff;
	margin: 0;
	padding: 0 8px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	cursor: pointer;
	line-height: 50px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.form-field.form-checkbox .wpcf7-list-item label:hover, .form-field.form-checkbox .wpcf7-list-item label:focus {
	background: #cfcfcf;
	color: #fff;
}

.form-field.form-checkbox .wpcf7-list-item label.active {
	background: #f15b5a;
	font-weight: 700;
}

.form-field.form-submit {
	margin: 30px auto;
	max-width: 60%;
}
.form-field.form-submit input {
	background-color: #4cb2ca;
	border-color: #4cb2ca;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	padding: 20px;
	line-height: 1;
	height: auto;
}


/* Hero Header */
.hero-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	margin-bottom: 20px;
	padding: 80px 0;
	width: 100%;
}
/*
.hero-img {
	position: relative;
}
.hero-content {
	position: absolute;
	right: 0;
	top: 12%;
	width: 100%;
}
*/
.hero-content h2 {
	color: #4a4a4a;
	font-size: 65px;
	font-weight: 700;
	line-height: .9;
	margin-bottom: 25px;
}
.hero-content h2:after {
	display: block;
	border-bottom: 5px solid #f15b5a;
	content: '';
	margin-top: 25px;
	width: 35px;
}
.hero-entry-wrapper {
	float: right;
	max-width: 480px;
}
.hero-entry, .hero-entry p {
	font-size: 20px;
}

/* Article */

.blog .container, .single-post .container, .archive .container {
	max-width: 1100px;
}

.single-post .site-branding img {
	max-width: 178px;
}
.single-post, .single-post p {
	font-family: 'Product Sans', Arial, sans-serif;
	font-size: 16px;
	margin: 0 0 28px;
}
.post .entry-title {
	font-size: 31px;
	margin-top: 0;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	font-family: 'Product Sans', Arial, sans-serif;
	color: #4cb2ca;
	font-weight: 700;
}
.single-post .post .entry-content {
	text-align: justify;
}
.posted-on:before {
	display: inline-block;
	content: '';
	background-image: url('https://asset.hearingaidcomparison.com.au/images/date-icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 17px;
	position: relative;
	top: 2px;
	width: 21px;
}
.posted-on .fa {
	margin-right: 7px;
	color: #4cb2ca;
}
.posted-on a {
	color: #212121;
}
.post-updated {
	margin-left: 7px;
	font-style: italic;
	color: #bebebe;
}
.age-options-container {
	text-align: center;
}
.age-options-container a {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -webkit-box-shadow: 0 3px 0 0 #e8e8e8;
            box-shadow: 0 3px 0 0 #e8e8e8;
    color: #3b5998;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 10px 30px 0;
    padding: 20px 5px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -3px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    width: 120px;
}
.age-options-container a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
}
.age-options-container a:focus {
    -webkit-box-shadow: 0 0 0 0 #e8e8e8;
            box-shadow: 0 0 0 0 #e8e8e8;
    top: 0;
}
.age-options-container img {
    display: block;
    margin: 0 auto 5px;
}
.svg-holder {
	display: block;
	text-align: center;
}
.svg-holder svg {
	height: 465px;
	margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.inpost-button {
  text-align: center;
  font-style: italic;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 28px;
}
.inpost-button p {
  margin-bottom: 15px;
}
.inpost-button a {
/*  font-family: 'Proxima Nova Bold'; */
  font-weight: normal;
  text-shadow: none;
  background: #4cb2ca;
  font-size: 18px;
  padding:15px;
  -webkit-border-radius: 10px 15px;
          border-radius: 10px 15px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: 1px solid #dfe2e4;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.2) !important;
          box-shadow: 0 1px 0 1px rgba(0,0,0,.2) !important;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  margin: 30px 0;
}
.inpost-button a:hover, .inpost-button a:focus {
  background: #042272;
}


.inpost-button {
  border: 0;
  position: relative;
}
.inpost-button p {
  text-align: left
}
.inpost-button:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
  height: 1px;
  background: #d6d6d6;
}
.inpost-button a {
  font-size:  16px;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-weight: bold;
  background: #4cb2ca;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0 2px 0 0 #3C94A8 !important;
          box-shadow: 0 2px 0 0 #3C94A8 !important;
}
.inpost-button a:after {
  width: 18px;
  height: 18px;
  content: '';
  display: inline-block;
  background: url('https://asset.alternativemedia.com.au/articleimagehosting/btn-arrow-icon.png') 0 no-repeat;
  position: relative;
  margin: 0 0 0 5px;
  top: 3px;
}
.inpost-button a:hover, .inpost-button a:focus {
  color: #fff;
  background: #2B95AD;
}

.share-this-post-sections {
  text-align: left;
  padding: 10px 0;
}
.share-this-post-sections p {
  margin: 10px auto 30px;
  font-weight: normal;
  font-style: italic;
  color: #757575;
}

.state-on-mobile {
  display: none;
}
.hidden-mobile, .hidden-tablet {
  display: block;
}
.state-on-mobile {
  background: #f4f4f4;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 8px 5px;
  margin: 0 0 20px;
  text-align: center;
}
.state-on-mobile a {
  display: inline-block;
  background: #e67e22;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin: 8px 5px;
  padding: 0;
  width: 136px;
  height: 66px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.state-on-mobile a:hover, .state-on-mobile a:focus {
  background: #bb6417;
  color: #fff;
}
.state-on-mobile span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  line-height: 1;
}


/* Sidebar */
#secondary .widget .widget-title {
	background: #f15b5a;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	margin: 0;
	padding: 10px 5px;
	text-align: center;
}
#secondary .widget .age-options-container {
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	padding-bottom: 30px;
}
#secondary .widget .age-options-container a {
	margin: 30px 0 0;
	font-size: 12px;
	top: 0;
	width: 90px;
}
#secondary .widget .age-options-container img {
	max-width: 50px;
}

.new-article-sidebar {
    background: #F15B5A;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    color: #fff;
    cursor: pointer;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 30px 26px;
    text-align: center;
}
.new-article-sidebar h3 {
    color: #fff;
    cursor: pointer;
    font-family: "Product Sans",Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}
.new-article-sidebar h3 a {
    color: #fff !important;
    text-decoration: none !important;
}
.new-article-sidebar hr {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    height: 3px;
    margin: 0 auto 20px;
    width: 93px;
}
.sidebar.single-post .new-article-sidebar img {
    display: block;
    margin: 0 auto 10px;
}
.new-article-sidebar h6 {
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 18px;
    margin: 0 0 15px;
}
.new-article-sidebar p {
    border-bottom: 1px solid #fff;
    font-family: "Product Sans",Arial,sans-serif;
    font-size: 16px;
    margin: 0 0 16px;
    padding: 0 0 15px;
}
.new-article-sidebar p.no-border {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.new-article-sideform {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 3px 7px 0 rgba(224, 224, 224, 1);
            box-shadow: 0 3px 7px 0 rgba(224, 224, 224, 1);
    line-height: 1.2;
    position: relative;
}
.new-article-sideform h3 {
    background: #F15B5A;
    color: #fff;
    font-family: "Product Sans",Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 15px 10px 15px 55px;
    position: relative;
    text-align: left;
}
.new-article-sideform h3 span {
    background: #e44d4c;
    -webkit-border-radius: 500px;
            border-radius: 500px;
    display: block;
    height: 36px;
    left: 10px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 18px;
    width: 36px;
}
.sidebar.single-post .new-article-sideform h3 img {
    left: 50%;
    margin: -10px 0 0 -9px;
    position: absolute;
    top: 50%;
}
.new-article-sideform ul, .new-article-sideform li, .new-article-sideform a {
    display: block;
    list-style-type: none;
}
.new-article-sideform ul::before, .new-article-sideform ul::after {
    clear: both;
    content: "";
    display: table;
}
.new-article-sideform ul {
    margin: 0;
    padding: 13px 6px;
}
.new-article-sideform li {
    float: left;
    padding: 10px 8px;
    width: 33.3333%;
}
.new-article-sideform a {
    background: #e67e22 none repeat scroll 0 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    color: #fff;
    font-family: "Product Sans",Arial,sans-serif;
    font-weight: bold;
    padding: 14px 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.new-article-sideform a:hover, .new-article-sideform a:focus {
    background: #ffa531 none repeat scroll 0 0;
    color: #fff;
}
.new-article-sideform ul.hidden-on-desktop {
    display: none;
}
.show_mobile {
	display: none;
}

.post .entry-title a {
	color: #4cb2ca;
}
.blog .post {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

footer.blog-footer ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 10px 0;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
footer.blog-footer ul li,footer.blog-footer ul a {
  display: inline-block;
}
footer.blog-footer ul a {
  padding: 10px;
  font-weight: 700;
}
footer.blog-footer .footer-bottom p {
  font-style: italic;
  color: #575757;
  line-height: 1.7;
}

.group-v1 #page {
	position: relative;
}
.group-v1 .site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.7);
	padding: 15px 0;
	z-index: 99
}
.page-template-tpl-ty-v1.group-v1 .site-header, .page-template-tpl-v2-php.group-v1 .site-header {
	position: relative;
}
.new-hero {
	padding: 296px 0 0;
	position: relative;
	text-align: right;
	background-image: url(https://asset.hearingaidcomparison.com.au/images/hero-bg-new.jpg);
	background-color: #e9f3fa;
	background-position: center top;
	background-repeat: no-repeat;
	color: #212121;
	font-size: 20px;
	text-shadow: 0 5px 5px rgba(255,255,255,.75);
	height: 801px;
}
.new-hero .container {
	position: relative;
	z-index: 3;
}
.new-hero h1 {
	font-size: 65px;
	line-height: .9;
	font-weight: bold;
	margin: 0;
	color: #4a4a4a;
	clear: both;
}
.new-hero h1:after {
	content: '';
	display: block;
	width: 60px;
	height: 8px;
	background: #f15b5a;
	margin: 40px 0 40px auto
}
.new-hero strong {
	color: #f15b5a;
}
.new-hero p {
	max-width: 480px;
	margin: 0;
	float: right;
	line-height: 1.1;
	clear: both;
}
.gradient-overlay {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 801px;
	z-index: 2;
	background: url(https://asset.hearingaidcomparison.com.au/images/hero-gradient-overlay.png) repeat-x
}
.group-v1 .hentry, .group-v1 .entry-content {
	margin: 0
}
.group-v1 .site-info {
	display: none;
}
.group-v1 .footer-widgets {
	padding: 150px 0 50px;
	background: #555a65;
	margin: -100px 0 0;
	position: relative;
	z-index: 3;
}
.page-template-tpl-v2-php.group-v1 .footer-widgets {
	padding-top: 50px;
	margin-top: 0;
	border-bottom: 20px solid #454a55;
}
.group-v1 .footer-widgets .widget-title {
	margin: 0;
}
.group-v1 .footer-widgets .widget-title:after {
	content: '';
	display: block;
	margin: 26px 0;
	width: 50px;
	height: 2px;
	background: #4cb2ca
}
.group-v1 .footer-widgets a {
	color: #979fb1;
}
.group-v1 .footer-widgets a:hover, .group-v1 .footer-widgets a:focus {
	color: #fff;
}
.group-v1 #primary {
	position: relative;
	z-index: 4;
	margin-top: -150px;
}
.group-v1 #primary form {
	background: #fff;
	margin: 0;
	padding: 210px 95px 100px;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.2);
	        box-shadow: 0 5px 15px rgba(0,0,0,.2);
	position: relative;
}
.group-v1 .cf-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #4cb2ca;
	padding: 40px 30px 30px;
	height: 150px;
	margin: 0;
	color: #fff;
}
.group-v1 .cf-title h2 {
	font-size: 40px;
	margin: 0 0 5px;
}
.cf-title p {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
}
.group-v1 .form-field input, .group-v1 .form-field select, .group-v1 .form-field .SumoSelect {
	-webkit-border-radius: 0;border-radius: 0;
	border-color: #eeeeee;
	background: #fafafa
}
.group-v1 .form-field label {
	color: #4a4a4a;
}
.group-v1 .form-field.form-checkbox .wpcf7-radio {
	height: auto;
	padding: 0;
	background: #dedede;
	border: 2px solid #eee;
	-webkit-border-radius: 0;border-radius: 0;
}
.group-v1 .form-field.form-checkbox .wpcf7-radio:after {
	content: '';
	clear: both;
	display: table;
}
.group-v1 span.wpcf7-list-item {
	padding: 0;
}
.group-v1 .form-field.form-checkbox .wpcf7-list-item label {
	line-height: 56px;
	-webkit-border-radius:0;border-radius: 0;
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.1);
	box-shadow: inset 0 5px 5px rgba(0,0,0,.1);
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 2px 0 rgba(255,255,255,.3);
	text-transform: uppercase;
}
.group-v1 .form-field.form-checkbox .wpcf7-list-item label:hover {
	background: #eaeaea;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
	box-shadow: inset 0 0 5px rgba(0,0,0,.1);
}
.group-v1 .form-field.form-checkbox .wpcf7-list-item label.active {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	background: #4cb2ca
}
.group-v1 .form-field.form-checkbox .wpcf7-list-item label.active:hover {
	background: #52c1db
}
.group-v1 .form-field.form-checkbox .wpcf7-radio span {
	color: #b9b9b9;
}
.group-v1 .SumoSelect > .CaptionCont > label > i {
	background: none;
	font-style: normal;
}
.group-v1 .SumoSelect > .CaptionCont > label > i:before {
	content: '\f107';
	font-family: 'fontawesome';
	font-size: 18px;
	color: #4a4a4a;
}
.group-v1 .form-field.form-submit {
	max-width: 530px;
	margin: 30px auto 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.group-v1 .form-field.form-submit input {
	background: #f15b5a;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 25px 20px;
	text-shadow: 0 -2px 0 rgba(0,0,0,.1);
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	-webkit-box-shadow: 0 8px 0 0 #db4746;
	        box-shadow: 0 8px 0 0 #db4746;
	position: relative;
	top: -8px;
	border: 0;
	font-size: 32px;
}
.group-v1 .form-field.form-submit input:hover {
	background: #fd5f5e;
}
.group-v1 .form-field.form-submit input:focus {
	background: #db4746;
	top: 0;
	-webkit-box-shadow: 0 0 0 #db4746;
	        box-shadow: 0 0 0 #db4746;
}
.group-v1 .form-field.form-submit img {
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -8px 0 0 0;
}
.free-badge {
	position: absolute;
	top: 18px;
	right: -55px;
	left: auto;
	width: 200px;
	height: 200px;
	-webkit-border-radius: 500px;
	        border-radius: 500px;
	background: #f15b5a;
	color: #fff;
	text-transform: uppercase;
	-webkit-transform: rotate(15deg);
	    -ms-transform: rotate(15deg);
	        transform: rotate(15deg);
	font-family: 'Bebas Bold';
	padding: 10px;
	z-index: 4;
}
.free-badge .badge-content {
	-webkit-border-radius: 500px;
	        border-radius: 500px;
	border: 1px dashed #fff;
	text-align: center;
	padding: 30px 20px 0;
	width: 180px;
	height: 180px;
}
.free-badge .badge-content:before, .free-badge .badge-content:after {
	content: '';
	display: block;
	height: 1px;
	width: 110px;
	background: #fff;
	margin: 5px auto;
}
.free-badge strong, .free-badge small {
	display: block;
}
.free-badge small {
	font-size: 24px;
}
.free-badge strong {
	padding-top: 8px;
	font-size: 80px;
	line-height: .7;
}
.group-v1 .textwidget i.fa:before {
	content: '';
	width: 17px;
	height: 17px;
	display: block;
	background: url(https://asset.hearingaidcomparison.com.au/images/fb-icon.png) 0 0;
	position: relative;
    top: 2px;
}
.group-v1 .textwidget i.fa-twitter-square:before {
	background-image: url(https://asset.hearingaidcomparison.com.au/images/tw-icon.png)
}
.group-v1 .textwidget i.fa-google-plus-square:before {
	background-image: url(https://asset.hearingaidcomparison.com.au/images/gplus-icon.png)
}

/*postcode autocomplete*/
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; -webkit-box-shadow: -1px 1px 3px rgba(0,0,0,.1); box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; font-size: 14px; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #29abe2; }
.autocomplete-suggestion.selected { background: #f0f0f0; }


/*homepage v1*/
.section {
	padding: 50px 0;
	background: #fff;
	font-size: 18px;
	color: #707070;
}
.grey-bg, .page-template-tpl-home-v1 .site-content, .page-template-tpl-ty-v1 .site-content {
	background: #ececec
}
.sectionheading {
	font-size: 30px;
	margin: 0 0 30px;
	font-weight: 700;
	color: #212121;
}
.page-template-tpl-home-v1.group-v1 #primary {
	margin: 0 auto;
	padding-top: 70px;
	outline: 0;
	border: 0;
}
.page-template-tpl-home-v1.group-v1 #primary form {
	padding-top: 0;
}
.page-template-tpl-home-v1.group-v1 .form-field.form-submit input {
	-webkit-border-radius: 500px;
	        border-radius: 500px;
	background-color: #29abe2;
	-webkit-box-shadow: 0 4px 0 0 #24a0d4;
	        box-shadow: 0 4px 0 0 #24a0d4;
	top: -4px;
}
.page-template-tpl-home-v1.group-v1 .form-field.form-submit input:hover {
	background: #2bb6f0
}
.page-template-tpl-home-v1.group-v1 .form-field.form-submit input:focus {
	top: 0;
	background: #24a0d4;
	-webkit-box-shadow: 0 0 0 0 #24a0d4;
	        box-shadow: 0 0 0 0 #24a0d4;
}
.page-template-tpl-home-v1.group-v1 .form-field.form-checkbox .wpcf7-list-item label.active {
	background: #29abe2
}
.page-template-tpl-home-v1.group-v1.group-v1 .form-field.form-checkbox .wpcf7-list-item label.active:hover {
	background: #2bb6f0
}
.page-template-tpl-home-v1.group-v1 .footer-widgets .widget-title:after {
	background: #f15b5a
}
.page-template-tpl-home-v1 .new-hero {
	overflow: hidden;
}
.page-template-tpl-home-v1 .gradient-overlay {
	bottom: -150px;
}
.page-template-tpl-home-v1 .new-hero p {
	margin-bottom: 30px
}
.page-template-tpl-home-v1.group-v1 .cf-title {
	background: #f15b5a;
	text-align: center;
}
.btn-blue-lg {
	display: inline-block;
	padding: 20px 30px;
	min-width: 370px;
	max-width: 100%;
	line-height: 1;
	-webkit-border-radius: 500px;
	        border-radius: 500px;
	background-color: #29abe2;
	-webkit-box-shadow: 0 4px 0 0 #24a0d4;
	        box-shadow: 0 4px 0 0 #24a0d4;
	top: -4px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-decoration: none !important;
	text-shadow: 0 -2px 0 rgba(0,0,0,.1);
}
.btn-blue-lg:hover {
	background: #2bb6f0;
	color: #fff;
}
.btn-blue-lg:focus {
	top: 0;
	color: #fff;
	background: #24a0d4;
	-webkit-box-shadow: 0 0 0 0 #24a0d4;
	        box-shadow: 0 0 0 0 #24a0d4;
}
.aid-img {
	padding: 0 10px;
	position: relative;
	z-index: 2;
}
.aid-img img {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	height: auto;
}
.aid-content {
	color: #212121;
	margin: -80px 0 40px;
	background: #f4f4f4;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.30);
	        box-shadow: 0 3px 3px rgba(0,0,0,.30);
	padding: 100px 24px 158px 24px;
	position: relative;
	min-height: 490px;
}
.aidtitle {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px;
}
.aidtitle small {
	display: block;
	margin: 0 0 20px;
	font-size: 15px;
	font-weight: bold;
	color: #212121;
}
.aid-preview {
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: auto;
}
.aid-preview img {
	display: block;
	margin: 0 auto;
	max-width: 115px;
	height: auto;
}
.sm-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
.sm-check-list li {
	line-height: 1.1;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 15px;
	text-align: left;
	background: url(https://asset.hearingaidcomparison.com.au/images/checklis.png) 0 1px no-repeat
}

.tpl-panel {
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.3);
	        box-shadow: 0 5px 5px rgba(0,0,0,.3);
	background: #fff;
	position: relative;
	z-index: 3;
}
.tpl-header {
	padding: 30px;
	text-align: center;
	background: #f15b5a;
	font-size: 19px;
	text-transform: uppercase;
}
.tpl-header h2 {
	font-size: 39px;
	font-weight: bold;
}
.tpl-header h2, .tpl-header p {
	margin: 0 auto;
	color: #fff;
}
.tpl-panel-content {
	padding: 60px 100px;
	font-size: 16px;
}
.tpl-panel-content p {
	margin: 0 0 30px;
}
.ty-steps-heading {
	font-size: 32px;
	margin: 50px auto;
	font-weight: bold;
	color: #29abe2;
	text-transform: uppercase;
}
.ty-steps {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ty-steps:before, .ty-steps:after {
	content: '';
	display: table;
	clear: both;
	zoom: 1;
}
.ty-steps li {
	position: relative;
	text-align: center;
	padding: 50px 13px 0;
	margin:0;
	width: 25%;
	float: left;
}
.ty-steps li:before, .ty-steps li:after {
	content: '';
	display: block;
	height: 4px;
	width: 50%;
	position: absolute;
	top: 0;
	background: #e6e6e6;
}
.ty-steps li:before {
	left: 0
}
.ty-steps li:after {
	left: auto;
	right: 0;
}
.ty-steps li:first-child:before {
	display: none;
}
.ty-steps li:last-child:after {
	display: none;
}
.ty-steps li span {
	display: block;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 500px;
	        border-radius: 500px;
	border: 4px solid #e6e6e6;
	background: #fff;
	text-align: center;
	font-size: 24px;
	margin: -75px auto 0;
	position: relative;
	z-index: 2;
	padding: 4px;
}
.ty-steps li span strong {
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	-webkit-border-radius: 500px;
	        border-radius: 500px;
	background: #f15b5a;
	color: #fff;
}
.ty-steps li p {
	padding: 30px 0 0;
	font-size: 15px;
}
.faq-section {
	padding: 60px 0 0;
	position: relative;
	z-index: 4;
}
.tpl-faq {
	font-size: 15px;
	margin: 0 0 20px;
}
.tpl-faq h4 {
	color: #29abe2;
	font-size: 19px;
	margin: 0;
	font-weight: bold;
}
.header-v2 .hero-entry-wrapper {
    float: left;
    max-width: 595px;
}
.header-v2 .hero-entry-wrapper h2 {
    font-size: 43px;
    line-height: 45px;
    margin-bottom: 5px;
    margin-top: 360px;
}
.header-v2 .hero-entry-wrapper h2 strong {
    color: #f15b5a;
    display: block;
}
.header-v2 h2::after {
    border: medium none !important;
    margin-top: 0;
}
.header-v2 .hero-entry {
    font-size: 18.5px;
    line-height: 20px;
}
.hero-header.header-v2 {
    padding-bottom: 40px;
}
.header-v2 .hero-entry-wrapper {
    padding-left: 10px;
}
.hearing-check-form .form-field.form-checkbox .wpcf7-list-item label {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) inset;
    font-size: 18px;
    font-weight: bold;
    line-height: 56px;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}
.hearing-check-form .form-field.form-checkbox .wpcf7-radio {
    background: #dedede none repeat scroll 0 0;
    border: 2px solid #eee;
    -webkit-border-radius: 0;
            border-radius: 0;
    height: auto;
    padding: 0;
}
.hearing-check-form .form-field.form-checkbox .wpcf7-radio span {
    color: #b9b9b9;
    padding: 0 !important;
}
.hearing-check-form .form-field.form-checkbox .wpcf7-list-item label.active {
    background: #29abe2 none repeat scroll 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}

.hearing-check-form .form-field.form-checkbox input[type="text"],.hearing-check-form .form-field.form-checkbox input[type="email"] {
    -webkit-border-radius: 0;
            border-radius: 0;
    display: block;
}
.question {
    background: #ec5958 none repeat scroll 0 0;
    color: white !important;
    font-size: 25px !important;
    margin: 0 !important;
    padding: 25px 70px;
    text-align: center;
}
.hearing-check-form fieldset {
    border: medium none !important;
    margin: 0;
    padding: 0;
}
.hearing-check-form .wpcf7-form {
    background: white none repeat scroll 0 0;
    -webkit-box-shadow: 0 2px 3px #9e9e9e;
            box-shadow: 0 2px 3px #9e9e9e;
    float: right;
    height: 445px;
    max-width: 435px;
    padding-bottom: 130px;
    position: absolute;
    right: 30px;
    top: 130px;
}
.free-icon {
    position: absolute;
    right: -30px;
    top: 20px;
    width: 165px;
    z-index: 99;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    border: medium none;
    color: #29aae1;
    font-size: 16px;
    margin: 0;
    text-align: center;
}
.hearing-check-form .form-field.clearfix.form-checkbox {
    margin: 0 auto;
    max-width: 300px;
    padding-top: 60px;
}
.cf7mls_btn, .multiform-section .wpcf7-submit, .hearing-check-form .wpcf7-form-control.wpcf7-submit {
    background-color: #29abe2 !important;
    -webkit-border-radius: 41px !important;
            border-radius: 41px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    display: block;
    float: none !important;
    font-size: 20px;
    margin: 40px auto 0 !important;
    max-width: 300px;
    padding: 20px !important;
    width: 100%;
    color: white !important;
}
.cf7mls_back.action-button {
    display: none;
}
.note-text {
    bottom: 65px;
    display: block !important;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
}
.hearing-check-form .progress {
    bottom: 20px;
    height: 28px;
    line-height: 25px;
    margin: 0 55px;
    padding: 3px 5px;
    position: absolute;
    text-align: center;
    width: 73%;
}
.hearing-check-form .progress-bar {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    line-height: 22px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5d160+0,65a822+100 */
    background: #a5d160; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a5d160 0%,#65a822 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(#a5d160),to(#65a822));
    background: linear-gradient(to bottom,  #a5d160 0%,#65a822 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d160', endColorstr='#65a822',GradientType=0 ); /* IE6-9 */

}
.hearing-check-form .progress > span {
    display: block;
    padding: 0;
    position: absolute;
    width: 100%;
}
.introducing p {
    color: #707070;
    font-size: 16px;
}
.introducing {
    margin-bottom: 50px;
}
.compare-button {
    background: #f15b5a none repeat scroll 0 0;
    -webkit-border-radius: 40px;
            border-radius: 40px;
    color: white !important;
    display: block;
    font-size: 23px;
    max-width: 330px !important;
    padding: 15px 0;
    text-align: center;
    text-decoration: none !important;
    width: 100% !important;
}
.introducing .sectionheading.text-left {
    margin-top: 10px !important;
}
.introducing .col-md-7.col-md-offset-1 {
    padding-left: 30px;
}

/*multiform*/
.multiform-section {
	padding: 100px 0;
	background: #0071bc;
	color: #fff;
	text-align: center;
}
.multiform-section h1 {
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 10px;
}
.multiform-section_subheading {
	font-size: 20px;
	margin: 0 0 50px;
}
.multiform-section fieldset {
	border: 0;
	margin: 0 auto;
	width: 630px;
	padding: 0 0 0;
}
.multiform-section .form-field {
	height: 288px;
	position: relative;
	background: #024e80;
	padding: 40px 40px 0;
	margin: 0 auto 60px;
}
.multiform-section .form-field.multi-fields {
	height: auto;
	padding-bottom: 60px;
}
.group-v1 .multiform-section .form-field label.field-label {
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	margin: 0 0 30px;
	line-height: 1;
	display: block;
}
.multiform-section .progress-container {
	position: absolute;
	padding: 15px;
	background: #024e80;
	top: auto;
	bottom: -30px;
	left: 30px;
	right: 30px;
	-webkit-border-radius: 15px;
	        border-radius: 15px
}
.multiform-section .wpcf7-not-valid-tip {
	background: #f15b5a;
	color: #fff;
	max-width: 390px;
	margin: 0 auto;
	padding: 5px;
}
.multiform-section .progress {
	margin: 0;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	height: 41px;
	padding: 8px 10px;
	background: #dedfe5
}
.multiform-section .progress-bar {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aad566+0,5fa21e+100 */
	background: #aad566; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #aad566 0%,#5fa21e 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear,  left top, left bottom,  from(#aad566),to(#5fa21e));
	background: linear-gradient(to bottom,  #aad566 0%,#5fa21e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad566', endColorstr='#5fa21e',GradientType=0 ); /* IE6-9 */

}
.multiform-section .progress span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 20px;
	color: #707070;
	font-weight: bold;
}
.multiform-section .cf7mls_btn, .multiform-section .wpcf7-submit {
	outline: 0;
	border: 0;
	background: #f15b5a !important;
	-webkit-box-shadow: 0 5px 0 0 #db4746 !important;
    box-shadow: 0 5px 0 0 #db4746 !important;
    position: relative;
    top: -5px;
    -webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
}
.multiform-section .cf7mls_btn:hover, .multiform-section .wpcf7-submit:hover {
	background: #fd5f5e !important
}
.multiform-section .cf7mls_btn:focus, .multiform-section .wpcf7-submit:focus {
	background: #db4746 !important;
	top: 0;
	-webkit-box-shadow: 0 0 0 #db4746 !important;
	        box-shadow: 0 0 0 #db4746 !important;
}
.group-v1 .multiform-section .form-field input {
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
}
.multiform-section .wpcf7-form-control-wrap {
	max-width: 390px;
    margin: auto;
    display: block;
    text-align: left;
    color: #4a4a4a;
}
.multiform-section .multi-fields .wpcf7-form-control-wrap {
	margin-bottom: 30px
}
.group-v1 .multiform-section .wpcf7-form-control-wrap.postcode input, .group-v1 .multiform-section .wpcf7-form-control-wrap.your-name input, .group-v1 .multiform-section .wpcf7-form-control-wrap.your-email input, .group-v1 .multiform-section .wpcf7-form-control-wrap.phone input{
	padding-left: 55px;
	background-color: #fff;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.group-v1 .multiform-section .wpcf7-form-control-wrap.postcode input {
	background-image: url(https://asset.hearingaidcomparison.com.au/images/field-icon1.png)
}
.group-v1 .multiform-section .wpcf7-form-control-wrap.your-name input {
	background-image: url(https://asset.hearingaidcomparison.com.au/images/field-icon2.png)
}
.group-v1 .multiform-section .wpcf7-form-control-wrap.your-email input {
	background-image: url(https://asset.hearingaidcomparison.com.au/images/field-icon3.png)
}
.group-v1 .multiform-section .wpcf7-form-control-wrap.phone input {
	background-image: url(https://asset.hearingaidcomparison.com.au/images/field-icon4.png)
}
.group-v1 .multiform-section .form-field.form-checkbox .wpcf7-list-item label {
	font-weight: normal;
}
.group-v1 .multiform-section .form-field.form-checkbox .wpcf7-list-item label.active {
	background: #29abe2
}
.group-v1 .multiform-section .form-field.form-checkbox .wpcf7-radio {
	border-color: #c7c7c7;
}
.multiform-section .small-text {
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: -150px;
	color: #fff;
}
.multiform-section .wpcf7-response-output {
	position: relative;
	top: 30px;
}
.brands-section {
	padding: 30px 20px;
	background: #fff
}
.brands-table-wrap {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
}
.brands-table {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.brand-cell {
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
}
.brand-cell img {
	display: block;
	max-width: 100%;
	height: auto;
}
.des-banner h1 {
    color: white;
    font-family: Aller bold;
    font-size: 45px;
    margin-bottom: 45px;
    margin-top: 0;
    position: relative;
}
.des-banner h1::after {
    background: #4bb1c9 none repeat scroll 0 0;
    border-radius: 10px;
    bottom: -30px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 170px;
}
.des-banner p {
    color: white;
    font-size: 29px;
    line-height: 32px;
}
.des-banner figure {
    color: white;
    font-size: 13px !important;
    margin: 0;
    text-align: center;
}
.hac-landing .site-phone::before {
    background:none !important;
}
.hac-landing .site-phone > img {
    margin-right: 10px;
    margin-top: 20px;
}
.hac-landing p {
    margin-top: -15px;
}
.bx-viewport {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;
}

section.logos {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 25px 0;
}
.bxslider {
    margin: 0 !important;
    padding: 0 !important;
}
.bx-wrapper .bx-prev {
    background-image: url("https://asset.hearingaidcomparison.com.au/images/left-arrow.png") !important;
    background-position: center center !important;
    height: 50px !important;
    left: -45px !important;
    margin-top: -25px !important;
}
.bx-wrapper .bx-next {
    background-image: url("https://asset.hearingaidcomparison.com.au/images/right-arow.png") !important;
    background-position: center center !important;
    height: 50px !important;
    margin-top: -25px !important;
    right: -40px !important;
}
.bx-pager-link:not(.active) {
    background: #c8c8c8 none repeat scroll 0 0 !important;
    display: block !important;
    float: left;
}
.bx-pager-link.active {
    background: #f15b5a none repeat scroll 0 0 !important;
    border-radius: 50px !important;
    height: 15px !important;
    width: 15px !important;
}
section#our-champion {
    padding: 70px 0;
}
h2.section-title {
    color: #4cb2ca;
    font-family: Aller bold;
    font-size: 33px;
    position: relative;
}
#our-champion p {
    color: #4d4d4d;
    font-size: 16px;
}
h2.section-title {
    color: #4cb2ca;
    font-family: Aller bold;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
}
h2.section-title::after {
    background: #f15b5a none repeat scroll 0 0;
    bottom: -12px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 60px;
}
/**
#our-champion .button {
    background: #4cb2ca none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 10px;
    box-shadow: 0 6px 0 #45a2b8;
    color: white;
    display: block;
    float: right;
    font-family: Aller bold;
    font-size: 18px;
    padding: 10px 35px;
    text-decoration: none !important;
    text-transform: uppercase;
}
**/
.button2 {
    float: right;
}
#the-advantages ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#the-advantages h5 {
    color: #4cb2ca;
    font-family: Aller bold;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
}
#the-advantages h5 span {
    background: #f15b5a none repeat scroll 0 0;
    border-radius: 31px;
    color: white;
    display: block;
    float: left;
    font-family: Proxima Nova;
    font-size: 18px;
    height: 30px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: center;
    width: 30px;
}
#the-advantages p {
    color: #4a4a4a;
    font-size: 16px;
}
#the-advantages {
    border-top: 1px solid #f5f5f5;
}
#the-advantages .col-sm-6 {
    background: #f5f5f5 none repeat scroll 0 0;
    padding-bottom: 120px;
    padding-top: 65px;
    text-align: center;
}
#the-advantages .col-sm-5 {
    padding-top: 65px;
}
.logo-banner2 {
    background: #464646 none repeat scroll 0 0;
    color: white;
    font-size: 14px;
    padding: 35px 0;
}
.logo-banner2 p {
    margin-bottom: 0;
    margin-top: 15px;
}
.book-form form {
    background: white none repeat scroll 0 0;
    border-radius: 10px;
    float: right;
    margin-top: 15px;
    max-width: 370px;
    min-height: 365px;
    padding-bottom: 30px;
    width: 100%;
}

@media (max-width: 1300px) {
	.free-badge {
		right: -30px
	}
}
@media (min-width: 1800px) {
	.new-hero {
		-ms-background-size: cover;
		background-size: cover;
		height: 1000px;
		padding-top: 350px
	}
}

@media(max-width: 1200px) {
	#secondary .age-options-container .left, #secondary .age-options-container .right {
		float: none;
	}
	.hide_mobile {
		display: none;
	}
	.show_mobile {
		display: block;
	}
	.free-badge {
		right: -40px;
	    top: 50px;
	    -webkit-transform: scale(.7) rotate(15deg);-ms-transform: scale(.7) rotate(15deg);transform: scale(.7) rotate(15deg);
	}
}
@media(max-width: 1045px) and (min-width:992px) {
    .bx-wrapper {
        max-width: 775px !important;
    }
}
@media(max-width: 991px) and (min-width:768px) {
    .bx-wrapper {
        max-width: 645px !important;
    }
}
@media(max-width: 1024px) {
	.new-article-sideform ul.hidden-on-tablet {
		display: none;
	}
	.new-article-sideform ul.hidden-on-desktop {
		display: block;
	}
	.content-wrapper, .sidebar-wrapper {
		width: 100%;
		float: none;
	}
	/*
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		width: 100%;
	}
	*/
	.svg-holder {
		display: none;
	}
	.state-on-mobile {
	  display: block;
	}
	.new-article-sideform h3 span {
		top: 6px;
	}
	#secondary .widget .age-options-container a {
		margin: 30px 15px;
		width: 110px;
	}
}
@media(max-width: 1185px) {
    #the-advantages .col-sm-5 {
        padding-top: 25px;
    }
    h2.section-title {
        font-size: 27px;
        line-height: 27px;
    }
}
@media(max-width: 1100px) {
	.site-header {
		padding: 15px 0;
	}
	.site-branding img {
		max-width: 250px
	}
	.site-phone {
		margin-top: -25px;
	}
	.hero-content {
		top: 6%;
	}
	.form-field input, .form-field select, .form-field .SumoSelect, .form-field label {
		font-size: 14px;
	}
	.form-field .SumoSelect {
		padding: 20px 15px;
	}
	.page-template-thankyou .entry-content .happens.first .line, .page-template-thankyou .entry-content .happens.last .line {
		width: 100%;
	}
	.page-template-frontpage .content-area, .page-template-thankyou .content-area {
		padding: 0;
		margin: 0;
	}
	.page-template-frontpage .entry-content {
		padding: 30px 10px;
	}
	.multiform-section {
		padding: 50px 20px 90px;
	}
	.multiform-section h1 {
		font-size: 32px;
	}
	.multiform-section_subheading {
		font-size: 16px;
		margin: 0 0 30px;
	}
	.multiform-section .form-field {
		padding: 30px 30px 80px;
		height: auto;
	}
	.group-v1 .multiform-section .form-field label.field-label {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.multiform-section fieldset {
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.hero-content h2 {
		font-size: 34px;
	}
	.hero-entry-wrapper {
		max-width: 270px;
	}
	.hero-entry, .hero-entry p {
		font-size: 11px;
	}
	.birthdate {
		margin-bottom: 15px;
    	width: 33.33%;
    	float: left;
	}
	.footer-widgets .widget-title {
		font-size: 18px;
	}
	.footer-widgets a {
		font-size: 12px;
	}
	.cf-title {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.cf-title h2 {
		font-size: 30px
	}
	.cf-title p{
		font-size: 14px;
	}
	.new-hero {
		padding-top: 200px;
		height: 650px;
	}
	.new-hero h1 {
		font-size: 50px
	}
	.new-hero p {
		max-width: 320px;
		font-size: 16px;
	}
	.group-v1 .cf-title {
		padding: 20px;
		height: 100px;
	}
	.group-v1 .cf-title h2 {
		font-size: 34px;
	}
	.group-v1 #primary {
		margin-top: -100px;
	}
	.group-v1 #primary form {
		padding-top: 130px;
	}
	.new-hero {
		background-image: url(https://asset.hearingaidcomparison.com.au/images/hero-bg-new-tablet.jpg) !important
	}
	.group-v1 .site-branding img {
		max-width: 180px;
	}
	.group-v1 .site-phone:before {
		width: 30px;
		height: 30px;
		top: 5px;
		margin: 0 5px 0 0;
		background-size: contain;
	}
	.group-v1 .site-phone {
		font-size: 28px;
		margin-top: -10px;
	}
	.group-v1 .site-address p {
		font-size: 11px;
	}
	.gradient-overlay {
		bottom: -130px
	}
	.free-badge {
		top: 80px;
		right: -10px;
		-webkit-transform-origin: top right;
		    -ms-transform-origin: top right;
		        transform-origin: top right;
		-webkit-transform: scale(.5) rotate(15deg);
		    -ms-transform: scale(.5) rotate(15deg);
		        transform: scale(.5) rotate(15deg);
	}
	.group-v1 .form-field.form-submit input {
		font-size: 28px;
		padding: 20px 15px;
	}
	.btn-blue-lg {
		padding: 20px 30px;
		font-size: 18px;
		min-width: 100px;
	}
	.section {
		font-size: 14px;
		padding: 50px 20px;
	}
	.tpl-header {
		font-size: 16px;
		padding: 20px;
	}
	.tpl-header h2, .ty-steps-heading {
		font-size: 28px
	}
	.tpl-panel-content {
		padding: 30px;
		font-size: 14px;
	}
	.ty-steps li p, .tpl-panel-content, .tpl-faq  {
		font-size: 14px;
	}
	.ty-steps li {
		padding: 50px 8px 0;
	}
	.tpl-faq h4 {
		font-size: 16px;
	}
    .header-v2 .hero-entry-wrapper.col-md-6 {
        float: right;
        max-width: 480px;
        text-align: center;
        width: 100% !important;
    }
    .col-md-6.hearing-check-form {
        clear: both;
        max-width: none;
        width: 100% !important;
    }
    .header-v2 .hero-entry-wrapper h2 {
        margin-top: 0;
    }
    .hearing-check-form .wpcf7-form {
        height: 370px;
        max-width: none;
        position: relative;
    }
    .hearing-check-form .form-field.clearfix.form-checkbox {
        padding-top: 35px;
    }
    .cf7mls_btn, .hearing-check-form .wpcf7-form-control.wpcf7-submit {
        margin-top: 20px !important;
    }
    .bx-pager.bx-default-pager {
        display: none;
    }
    .des-banner h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .des-banner h1::after {
        bottom: -22px;
    }
}
@media (min-width: 992px) {
	.page-template-tpl-home-v1 .new-hero {
		padding-top: 180px;
		padding-bottom: 60px;
		height: auto;
	}
}
@media (min-width: 768px) {
	.page-template-tpl-home-v1.group-v1 .cf-title {
		position: relative;
		width: auto;
		margin: 0 -95px 30px;
		height: auto;
		padding: 30px;
	}
	.page-template-tpl-home-v1.group-v1 .cf-title p {
		font-size: 15px;
	}
	.page-template-tpl-home-v1.group-v1 .cf-title h2 {
		font-size: 30px;
	}
}
@media(max-width: 767px) {
	.group-v1 .site-header {
		padding: 8px 0;
	}
	.site-header .container {
		padding: 0;
	}
	.site-header .col-sm-3, .site-header .col-sm-9 {
		float: left;
		width: 50%
	}
	.site-header .col-sm-9 {
		text-align: left;
	}
	.site-branding img {
		width: 100%;
		max-width: 150px
	}
	.site-phone, .group-v1 .site-phone {
		font-size: 19px;
		margin-top: -10px;
	}
	/* .site-phone:before {
		display: none;
	} */
	.footer-widgets {
		padding: 30px 0 0;
	}
	.hero-content {
		display: none;
	}
	.site-address, .group-v1 .site-address p {
		font-size: 8px;
	}
	#content .container, .site-footer .container {
		padding: 0 30px;
	}
	.site-footer .widget {
		padding: 0 0 30px;
		margin: 0 0 30px;
		border-bottom: 1px solid #4e5055
	}
	.site-footer .footer-widgets .container .col-sm-3:nth-child(4) .widget {
		border: 0;
		margin: 0;
	}
	.footer-widgets .widget-title {
		margin: 0 0 15px;
	}
	.form-field.form-submit {
		max-width: 100%;
		margin: 0 auto;
	}
	.hero-header {
		background-position: top left;
	}
	.form-field.form-submit input {
		font-size: 20px;
		padding: 15px;
		white-space: normal;
	}
	.group-v1 #primary form {
		padding: 0 30px 40px;
		overflow: hidden;
	}
	.group-v1 .footer-widgets {
		padding-top: 80px;
		margin-top: -40px;
	}
	.group-v1 .cf-title {
		position: relative;
		margin: 0 -30px 30px;
		width: auto;
		padding: 20px 30px;
		height: auto;
		text-align: left;
	}
	.page-template-tpl-home-v1.group-v1 .cf-title {
		text-align: left;
	}
	.group-v1 .form-field.form-submit {
		margin-top: 10px;
	}
	.group-v1 .cf-title h2, .group-v1 .form-field.form-submit input {
		font-size: 24px;
	}
	.group-v1 .cf-title p {
		font-size: 12px;
	}
	.group-v1 .site-footer .widget {
		border-bottom-style: dashed;
		border-color: rgba(255,255,255,.3);
	}
	.free-badge {
		top: 70px;
	}
	.group-v1 #primary {
		margin-top: 0;
	}
	.new-hero {
		background-image: url(https://asset.hearingaidcomparison.com.au/images/hero-bg-new-mobile.jpg) !important;
		height: auto;
		padding: 180px 20px 30px;
	}
	.page-template-tpl-home-v1 .new-hero p {
		margin-bottom: 20px
	}
	.btn-blue-lg {
		font-size: 18px;
		padding: 15px 20px;
	}
	.new-hero h1 {
		font-size: 30px;
	}
	.group-v1 .new-hero p {
		font-size: 12px;
	}
	.group-v1 .site-address {
		margin-top: 5px;
	}
	.new-hero h1:after {
		margin: 15px 0 15px auto;
		height: 6px;
		width: 50px
	}
	.aid-type {
		max-width: 320px;
		margin: 0 auto;
	}
	.ty-steps li {
		width: 50%;
		margin: 0 0 30px;
	}
	.ty-steps li:nth-child(3) {
		clear: right;
	}
	.ty-steps li:before, .ty-steps li:after {
		display: none;
	}

	.tpl-header {
		font-size: 12px;
		padding: 20px;
	}
	.tpl-header h2, .ty-steps-heading {
		font-size: 20px
	}
	.tpl-panel-content {
		padding: 30px 20px;
		font-size: 12px;
	}
	.ty-steps li p, .tpl-panel-content, .tpl-faq  {
		font-size: 12px;
	}
	.tpl-faq h4 {
		font-size: 14px;
	}
	footer p {
		font-size: 12px;
	}
    .header-v2 .hero-content.site-padding {
        display: block;
    }
    .hearing-check-form .wpcf7-form {
        right: 0;
    }
    .free-icon {
        right: 0;
        top: 70px;
        width: 100px;
    }
    .bx-wrapper {
        max-width: 375px !important;
    }
}
@media (max-width: 600px) {
	.section .col-xs-6 {
		width: 100%
	}
	.aid-content {
		min-height: 0;
		padding-bottom: 30px;
	}
	.aid-preview {
		position: relative;
		bottom: 0;
	}
	.section {
		padding: 30px 20px;
		font-size: 14px;
	}
	.section .sectionheading, .section p {
		margin: 0 0 20px;
	}
	.tpl-header p {
		margin: 0;
	}
	.section .sectionheading {
		font-size: 24px;
	}
	.page-template-tpl-ty-v1 .section.grey-bg, .page-template-tpl-ty-v1 #content .section.grey-bg .container {
		padding: 0
	}
	.page-template-tpl-ty-v1 .section.grey-bg .tpl-panel {
		background: transparent;
	}
}
@media (max-width: 535px) {
    .header-v2 .hero-entry-wrapper {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 5px 0;
        text-align: center;
    }
    .header-v2 .hero-entry-wrapper h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .hearing-check-form .wpcf7-form {
        top: 65px;
    }
    .free-icon {
        top: 14px;
    }
}
@media (max-width: 495px) {
    .bx-wrapper {
        max-width: 110px !important;
    }
}
@media (max-width: 479px) {
	#content .container {
		padding: 0;
	}
	#content .section .container {
		padding: 0 15px;
	}
	.page-template-frontpage .entry-content, .hentry {
		margin: 0;
	}
	.page-template-frontpage .entry-content {
		border-radius: 0;
	    -moz-border-radius: 0;
	    -webkit-border-radius: 0;
	}
	.edit-link {
		display: none;
	}
	.hero-header {
		margin-bottom: 0
	}
	.cf-title h2 {
		font-size: 24px;
		margin: 0 0 5px;
	}
	.form-field.form-submit input {
		font-size: 18px
	}
	.birthdate {
		width: 100%
	}
	.group-v1 #primary form {
		padding-left: 20px;
		padding-right: 20px;
	}
    .hearing-check-form .wpcf7-form {
        height: 400px;
    }
    .hearing-check-form .wpcf7-form {
        padding: 0 10px;
    }
    .question {
        margin-left: -10px !important;
        margin-right: -10px !important;
        font-size: 22px !important;
    }
    .hearing-check-form .progress {
        margin: 0 !important;
        width: 92.5% !important;
    }
    .introducing .row > div {
        margin: 0 auto;
        max-width: 375px;
        padding: 0 25px !important;
    }
    .brands-section {
    	padding: 15px 10px;
    }
}
@media (max-width: 430px) {
    .page-template-template-HAC-landing-step #masthead .container > div {
        width: 100%;
        text-align: center !important;
    }
    .page-template-template-HAC-landing-step #content > .container {
        display: none;
    }
}
@media (max-width: 400px) {
	.ty-steps li {
		width: 100%
	}
	.group-v1 .multiform-section .form-field label.field-label br {
		display: none;
	}
}
