
iframe {
	max-width: 100%;
}

.nav-secondary .menu > li ul li a {
	color: #FFF;
}
.nav-secondary .menu > li ul {
	background: none repeat scroll 0 0 #222533;
	border: 1px solid #222533;
}

.sidebar .widget_subpages h4.widget-title {
	background: none repeat scroll 0 0 #222533 !important;
}

div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	text-align: left;
	background: none;

}

div.gform_wrapper .gform_body .name_first input,
div.gform_wrapper .gform_body .name_last input {
	font: 14px/15px Lato,sans-serif;
	color: #8e9da5;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 9px 10px;
	width: 100%;
}

body #site-container div.gform_wrapper .show-labels .gform_body li.gfield label {
	display: block;
}

@media only screen and (max-width: 600px){
	.nav-secondary .menu > li ul li a {
		color: #7c7e88;
	}
	.nav-secondary .menu > li ul li a:hover {
		color: #fff;
	}
	.nav-secondary .menu > li ul {
		background: none;
		border: 0px;
	}

	.nav-secondary .menu li.current_page_item > a, 
	.nav-secondary .menu li li.current-menu-item > a,
	.nav-secondary .menu li.current-menu-item>a{
		background:#222533;
		color: #fff;
	}

	.breadcrumb {
		margin: -40px 10px 11px 0px;
	}
	.single .breadcrumb {
		margin: 10px 10px 11px 0px;
	}

}

.home .bottom-section, .home .content_section {
	display: none;
}

@media only screen and (min-width: 960px){
	.header_banner .big-text {
		font: 60px/70px "Fjalla One",sans-serif;
		letter-spacing: normal;
	}
	.header_banner .short-text {
		color: #fff;
		font: 30px/40px "Fjalla One",sans-serif;
		letter-spacing: normal;
	}
	
}

@media only screen and (min-width: 1382px){
	.header_banner .big-text {
		font: 70px/90px "Fjalla One",sans-serif;
		letter-spacing: normal;
	}
	.header_banner .short-text {
		color: #fff;
		font: 40px/50px "Fjalla One",sans-serif;
		letter-spacing: normal;
	}
	
}

.content p, .content div, .content span {
	font: 15px/24px Lato,sans-serif;
}

.gform_confirmation_message_2.gform_confirmation_message {
	color: #8bc740;
}


.page-template-template-landing .header-widget-area {
	font: 900 24px/14px Lato,sans-serif;
	margin: 27px 16px 16px;
}

.landing-banner-image {
	margin-bottom: 10px;
}
.landing-point {
	margin-bottom: 21px;
}
.landing-point.point-1 {
	margin-top: 20px;
}

.landing-point > h4 {
	padding-top: 5px;
}


.content .contact-page h2 span,
.content .contact-page h3 span {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
}

/******************************************************************
ONLY FOR PEF AND PTF
******************************************************************/

.page-id-16993 .info.half:nth-child(2), 
.page-id-17020 .info.half:nth-child(2),
.page-id-17304 .info.half:nth-child(2) {
	display: none;
}

.page-id-16993 .info.half, 
.page-id-17020 .info.half,
.page-id-17304 .info.half  {
	width: 100%;
	margin: 0 auto 50px;
	float: inherit;
}

.page-id-16993 .info.half h3, 
.page-id-17020 .info.half h3,
.page-id-17304 .info.half h3 {
	text-align: center;
}



/* @media only screen and (min-width: 960px) {
	.finance-section .finance-item {
	    width: 20%;
	}
} */


.quote-section .quote-content .right-content .call a {
    color: #f38324;
}

.top-header .textwidget .call a {
	color: #fff;
}

@media only screen and (min-width: 600px) {
	.top-header .top-right .quote {
		width: 124px;
	}
}


.banner__content h2 .line1 {
    width: 60%;
    font-weight: 900;
}

.banner__content ul {
	display: none;
	overflow: auto;
    padding: 20px 20px 10px;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 20px;
}

.banner__content li {
    position: relative;
    margin-left: 30px;
    line-height: 1;
    font-size: 19px;
    margin-bottom: 10px;
    color: #525b5e;
}

.banner__content li:before {
    content: "";
    background: url('../images/tick.png') no-repeat;
    width: 20px;
    height: 18px;
    background-size: 100% auto;
    position: absolute;
    top: 1px;
    left: -30px;
}

.banner__content .button:hover,
.banner__content .button:focus {
	background: #0064bb;
}

.banner__content .button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.steps-infographic .mobile-infographic {
	display: block;
	margin: 0 auto;
}

.steps-infographic .full-infographic {
	display: none;
	margin: 0 auto;
}

.steps-infographic h1 {
	font-weight: 400;
	font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
	color: #004988;
	margin: 25px 0;
}

.landing-faqs h1 {
	font-weight: 400;
	font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
	color: #004988;
	margin: 25px 0;
}

.landing-faqs h3 {
	font-weight: 900;
	font-size: 22px;
    letter-spacing: 1px;
	color: #525b5e;
	margin-bottom: 25px;
}

.landing-faqs ul {
    padding: 10px;
}

.landing-faqs li {
	list-style: disc;
    margin-left: 20px;
    padding: 5px 0;
}

.landing-faqs .text,
.steps-infographic .text {
	overflow: auto;
	margin-bottom: 10px;
	padding: 8px 0;
	font-size: 26px;
    letter-spacing: 1px;
    color: #525b5e;
    display: block;
}

.landing-faqs .text p {
	display: inline-block;
	padding: 12px 0;
}

.landing-faqs .button {
	border-radius: 0;
    background: #004988;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: right;
}

.landing-faqs .bottom {
	background: #525b5e;
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.4em;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.landing-faqs .bottom i {
    margin-left: 0.5em;
}

.landing-faqs .bottom i:before {
    margin-right: 0.25em;
}

.landing-faqs .bottom a {
    text-decoration: none;
    color: #fff;
}

.landing-call {
	display: none;
}

.landing-call .wrap {
	position: relative;
}

.landing-call .call {
    z-index: 9999;
    text-decoration: none;
    position: absolute;
    top: 30px;
    color: #fff;
    right: 0;
    font-size: 22px;
    background: #004988;
    padding: 14px 20px;
}

.landing-call .call:hover,
.landing-call .call:focus {
	background: #0064bb;
}

.landing-call .call {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.landing-call i {
    margin: 0 6px;
}

.landing-call .number_link {
    display: inline-block;
}

#gform_fields_7 input,
#gform_fields_7 textarea {
    background-color: #fff;
}

.call-to-action .button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.call-to-action .button:hover,
.call-to-action .button:focus {
	background: #0064bb;
}

@media (min-width:600px) {
	.banner {
		height: 500px !important;
	}

	.banner__content ul {
	    display: block;
	}

	.banner__content li {
	    width: calc(45% - 20px);
	    float: left;
	    padding-right: 20px;
	}

	.section-features {
		display: none;
	}

	.steps-infographic .mobile-infographic {
		display: none;
	}

	.steps-infographic .full-infographic {
		display: block;
	}

	.landing-faqs .text,
	.steps-infographic .text {
	    text-align: left;
	}
}


@media (min-width:768px) {
	.banner__content ul {
		background: none;
		width: 60%;
	}
}

@media (min-width:960px) {
	.landing-call {
		display: block;
	}

	.landing-faqs .bottom {
		text-align: center;
	    font-size: 30px;
	}

	.banner {
		height: 600px !important;
	}

	.banner__content h2 .line1 {
	    font-size: 30px;
	    line-height: 32px;
	    width: auto;
	}

	.page-template-template-equipment-landing #gform_confirmation_message_7,
	.page-template-template-truck-landing #gform_confirmation_message_7 {
	    height: 367px;
	}

	.content-sidebar-wrap .call-to-action-section {
		margin: 70px 0;
	}
}

.entry-content .tick-list {
	list-style: none;
}

.tick-list {
    position: relative;
    padding-left: 25px;
}

.tick-list li {
	margin-left: 10px;
}

.tick-list li:before {
	font-family: FontAwesome;
	content: '\f00c';
	color: #8bc740;
    left: 10px;
    position: absolute;
}

.dot-list {
	color: #616161;
}

@media (min-width: 960px) {
	.finance-section .finance-item {
	    width: 20%;
	}
}



.page-template-template-medical-landing-brisbane .banner h2,
.page-template-template-medical-landing-goldcoast .banner h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
}

.page-template-template-medical-landing-brisbane .banner h3,
.page-template-template-medical-landing-goldcoast .banner h3 {
    color: #004988;
}

.page-template-template-medical-landing-brisbane .banner .line1,
.page-template-template-medical-landing-goldcoast .banner .line1 {
    width: 100%;
}

.page-template-template-medical-landing-brisbane .title-area .site-title a,
.page-template-template-medical-landing-goldcoast .title-area .site-title a {
    background-image: url(../images/health-logo.png);
}

.page-template-template-medical-landing-brisbane .testimonial .quote,
.page-template-template-medical-landing-goldcoast .testimonial .quote {
    background: #8dc63f;
    color: #525b5e;
    padding: 25px 35px;
}

.page-template-template-medical-landing-brisbane .testimonial .text,
.page-template-template-medical-landing-goldcoast .testimonial .text {
	font-size: 16px;
}

.page-template-template-medical-landing-brisbane .testimonial hr,
.page-template-template-medical-landing-goldcoast .testimonial hr {
    background: #525b5e;
}

.page-template-template-medical-landing-brisbane .testimonial .quote:after,
.page-template-template-medical-landing-goldcoast .testimonial .quote:after {
    border-color: #8dc63f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #8dc63f;
}

.page-template-template-medical-landing-brisbane .back-to-top .icon-button:hover,
.page-template-template-medical-landing-goldcoast .back-to-top .icon-button:hover {
    color: #8dc63f;
}

.page-template-template-medical-landing-brisbane .site-header,
.page-template-template-medical-landing-goldcoast .site-header {
    border-color: #8dc63f;
}

.page-template-template-medical-landing-brisbane .testimonial > div,
.page-template-template-medical-landing-goldcoast .testimonial > div {
    width: 64%;
}

h3.landing-intro__title {
	color: #004988;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}

.landing-intro__content p {
	text-align: center;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 30px auto 0;
}

.page-template-template-medical-landing-brisbane .call-to-action,
.page-template-template-medical-landing-goldcoast .call-to-action {
	background-color: #a2e32d;
	padding: 30px;
}

.page-template-template-medical-landing-brisbane .call-to-action .text,
.page-template-template-medical-landing-goldcoast .call-to-action .text {
	color: #161415;
	font-size: 34px;
	font-weight: 900;
}

.page-template-template-medical-landing-brisbane .call-to-action .text2,
.page-template-template-medical-landing-goldcoast .call-to-action .text2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 32px;
}

.page-template-template-medical-landing-brisbane .call-to-action .button,
.page-template-template-medical-landing-goldcoast .call-to-action .button {
	background: #161415;
}

.page-template-template-medical-landing-brisbane .call-to-action .button:hover,
.page-template-template-medical-landing-goldcoast .call-to-action .button:hover {
	background: #fff;
	color: #161415;
}

.page-template-template-medical-landing-brisbane .features,
.page-template-template-medical-landing-goldcoast .features {
	border-color: #96d636;
}

.page-template-template-medical-landing-brisbane .features .body h2,
.page-template-template-medical-landing-goldcoast .features .body h2 {
	color: #004988;
}

.page-template-template-medical-landing-brisbane .features .bottom,
.page-template-template-medical-landing-goldcoast .features .bottom {
	background: #000;
    text-align: center;
}

.page-template-template-medical-landing-brisbane .features a,
.page-template-template-medical-landing-goldcoast .features a {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.page-id-17304 .info.half,
.page-id-17452 .info.half {
	margin-bottom: 0;
}

.page-template-template-medical-landing-brisbane .half,
.page-template-template-medical-landing-goldcoast .half {
    padding: 0;
}

@media (min-width:600px) {
	.page-template-template-medical-landing-brisbane .banner h2,
	.page-template-template-medical-landing-goldcoast .banner h2 {
	    font-size: 36px;
	    text-transform: uppercase;
	    width: 62%;
	}

	.page-template-template-medical-landing-brisbane .banner h3,
	.page-template-template-medical-landing-goldcoast .banner h3 {
	    width: 62%;
	}

	.page-template-template-medical-landing-brisbane .call-to-action .text2,
	.page-template-template-medical-landing-goldcoast .call-to-action .text2 {
		font-size: 46px;
	}

	.page-template-template-medical-landing-brisbane .section-features,
	.page-template-template-medical-landing-goldcoast .section-features {
	    display: block;
	}

	.page-template-template-medical-landing-brisbane .features .body h2,
	.page-template-template-medical-landing-goldcoast .features .body h2 {
    	width: 72%;
	}
}

@media (min-width:960px) {
	.page-template-template-medical-landing-brisbane .banner,
	.page-template-template-medical-landing-goldcoast .banner {
	    height: 740px !important;
	}

	.page-template-template-medical-landing-brisbane .banner h2,
	.page-template-template-medical-landing-goldcoast .banner h2 {
    	font-size: 60px;
    	width: 65%;
    	max-width: none;
	}

	.page-template-template-medical-landing-brisbane .banner .line1,
	.page-template-template-medical-landing-goldcoast .banner .line1 {
    	font-size: 60px;
    	line-height: 60px;
    	width: 80%;
	}

	.page-template-template-medical-landing-brisbane .features .body,
	.page-template-template-medical-landing-goldcoast .features .body {
	    padding: 20px;
	}

	.page-template-template-medical-landing-brisbane .features .body h2,
	.page-template-template-medical-landing-goldcoast .features .body h2 {
		font-size: 30px;
	}

	.page-template-template-medical-landing-brisbane .testimonial .quote,
	.page-template-template-medical-landing-goldcoast .testimonial .quote {
		padding: 50px 60px;
	}

	.page-template-template-medical-landing-brisbane .testimonial .text,
	.page-template-template-medical-landing-goldcoast .testimonial .text {
		font-size: 18px;
	}

	.contact .gform_confirmation_wrapper {
		min-height: 320px;
	}
}

@media (min-width:1170px) {
	.page-template-template-medical-landing-brisbane .call-to-action,
	.page-template-template-medical-landing-goldcoast .call-to-action {
		overflow: auto;
	}

	.page-template-template-medical-landing-brisbane .call-to-action .text,
	.page-template-template-medical-landing-goldcoast .call-to-action .text {
	    padding: 0;
	}

	.page-template-template-medical-landing-brisbane .call-to-action .text2,
	.page-template-template-medical-landing-goldcoast .call-to-action .text2 {
	    margin-bottom: 0;
	    float: left;
	}

	.page-template-template-medical-landing-brisbane .call-to-action .button,
	.page-template-template-medical-landing-goldcoast .call-to-action .button {
	    margin-top: 25px;
	}
}



.sidebar .ginput_recaptcha iframe {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}


.ginput_recaptcha > div {
	margin: 0 auto 15px;
}

#site-container .gform_wrapper.gf_browser_chrome .gform_body {
	width: auto;
}

#site-container .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
}


.page-template-template-minimal .site-header {
  border-bottom: 1px solid #eee;
}



/*************************************************************************/

.page-template-template-minimal-hospitality .title-area .site-title a {
	display: inline-block;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/logo-hospitality.png) left top no-repeat;
	background-size: 100% auto;
	width: 220px;
	height: 70px;
	margin: 0 0 0 -12px;
}

.page-template-template-minimal-hospitality .title-area {
	margin-top: 12px;
}

@media (min-width: 960px) {
	.page-template-template-minimal-hospitality .title-area {
		margin-top: 40px;
		float: left;
	}
}

.page-template-template-minimal-hospitality .site-header .wrap,
.page-template-template-minimal-hospitality .landing-call .wrap {
	padding: 0 16px;
	position: relative;
}

.page-template-template-minimal-hospitality .site-header {
	position: relative;
	height: 90px;
	border-bottom: 1px solid #D4AF37;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	z-index: 10;
	box-sizing: border-box;
}

.page-template-template-minimal-hospitality .site-header * {
	box-sizing: inherit;
}



@media (min-width: 960px) {
	.page-template-template-minimal-hospitality .landing-call .wrap {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
	}
	
	.page-template-template-minimal-hospitality .site-header .wrap {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
	}
	
	.page-template-template-minimal-hospitality .site-header {
		height: 120px;
		background-color: transparent;
	}
}

.page-template-template-minimal-hospitality .site-footer {
	clear: both;
	font-size: 12px;
	background: #525b5e;
	color: #fff;
}

@media only screen and (min-width: 641px) {
	div.gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    	margin-left: 0;
	}
}

#gform_14 .gfield_description {
	margin-top: 0 !important;
	padding-top: 0 !important;
}


div..gform_wrapper .left_label div.charleft {
	margin-left: 0;
}


