
/*
Theme Name: Leo Cussen Theme 2016
Author: Efront
Author URI: https://efront.com.au
Version: 1.8
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

*/

/* Custom properties var() */
:root {
	--yellow: #e6ab11;
	--blue: #03405a;
}

/*buttons
    ------------------------------------------*/
.btn-blue {
	color: white;
	background: var(--blue);
}

.btn-yellow {
	color: white;
	background: var(--yellow);
}

.section--blue {
	background: #03405a !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: default !important;
}

.responses .thankyou h3 {
	padding: 0px 0 70px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	margin: 0;
}

.form-tsa .btn, .responses .btn {
	padding: 9px 48px;
	height: 44px;
	color: #333;
}

.form.form-tsa .form-row {
	margin-bottom: 10px;
}

.dropdown-checkbox {
	/*display: none; */
	background: #f0f1f1;
	padding: 0 15px 15px;
	position: relative;
	top: -6px;
}

.dropdown-checkbox label {
	display: block;
	width: 100%;
	position: relative;
	text-indent: 27px;
	cursor: pointer;
	margin-bottom: 8px;
}

.dropdown-checkbox label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark:after {
	content: "";
	position: absolute;
	height: 88%;
	width: 57%;
	border-right: 2px solid;
	border-bottom: 2px solid;
	display: none;
	transform: rotate(41deg);
	left: 3px;
	top: -1px;
}

.dropdown-checkbox label input:checked ~ .checkmark:after {
	display: block;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border: 1px solid;
}

.checkbox-container .value {
	height: 58px;
	font-size: 15px;
	line-height: 22px;
	line-height: 58px;
	padding: 0 15px;
}

.white {
	color: white;
}

/* Form Assembly
  ================================================================*/

/*Text
      ------------------------------------------*/
.wFormContainer * {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
}

.wFormContainer label {
	color: black !important;
	font-weight: inherit;
	padding: 0;
}

/* Remove Extra bullet points */
.wFormContainer ul li {
	list-style: none;
}

.wFormContainer .wForm ul li {
	list-style: none;
}

/* Reduce inbetween bullet spacing*/
.wFormContainer .wForm .section ul li {
	margin: 0 0 2px;
}

.section.section-text ul li:before {}

/*Headings
    ------------------------------------------*/

/* Form Title */
.wFormContainer .wForm .wFormTitle {
	font-family: "pt-serif", sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #03405a;
	margin-bottom: 0;
}

/*Section Headings*/
.wFormContainer legend {
	font-size: 1.8em;
	color: #03405a;
}

.wFormContainer  h1, .wFormContainer  h2, .wFormContainer  h3, .wFormContainer  h4 {
	color: #03405a;
	margin: 1em 0 .5em;
}

.wFormContainer  h1, .wFormContainer  h2, .wFormContainer  h3 {
	font-weight: bold;
}

.wFormContainer h1 {
	font-size: 1.8em;
}

.wFormContainer h2 {
	font-size: 1.4em;
}

.wFormContainer h3 {
	font-size: 1.2em;
}

.wFormContainer h4 {
	font-size: 1em;
}

.wFormContainer .section.section-text p {
	margin: 1em 0 .5em;
}

/*Sections
      ------------------------------------------*/
.wFormContainer .wForm {
	max-width: 100%;
	padding: 0;
}

.wFormContainer label {
	text-align: left;
}

/*Form Section*/
.wFormContainer fieldset {
	border: none;
	background: white;
	box-shadow: 0px 2px 11px rgba(0, 0, 0, .2);
	border-radius: 4px;
	padding-top: 16px;
}

/*Form Section Header*/
.wFormContainer fieldset legend {
	padding: 10px 12px;
	font-weight: bold;
	font-size: 1.5em;
	position: relative;
	top: 25px;
	width: 99%;
	left: -8px;
}

.wFormContainer .section {
	background: inherit;
}

/* Section padding */
.wFormContainer .section:last-child {
	padding-bottom: 30px;
}

/*Input
      ------------------------------------------*/
.wFormContainer input[type="text"] {
	border-radius: 2px;
	border: 1px solid grey;
	padding: 0 7px;
	min-height: 30px;
	transition: border 300ms;
}

.wFormContainer input[type="text"]:focus {
	border-bottom: 6px solid #03405a;
}

/* Aesthetic: Submit Button */
.wFormContainer input#submit_button, .wFormContainer .primaryAction {
	padding: 15px 40px;
}

/* Background Colour
      ---------------------------------------*/
.wFormContainer body.default.wFormWebPage {
	background: whitesmoke;
}

.wFormContainer div#tfa_0-WRPR {
	background: white;
}

.wFormContainer span.oneChoice {
	padding: 14px;
}

/* Save Form
      ---------------------------------------*/

/*Save Form Progress - Vertically align checkbox */
.wFormContainer #tfa_saveForLater {
	vertical-align: middle;
	margin-right: .25em;
}

input#tfa_resumeLater {
	margin-top: 0;
}

/* Reduce vertical margin */
.wFormContainer .saveAndResume .oneField {
	margin-top: 0;
}

/* .wFormContainer .saveAndResume span.oneChoice {
      padding: 5px 0;
  } */
.wFormContainer .saveAndResume {
	text-align: left;
}

/* Review Response Page
  ================================================================*/
.wFormContainer .reviewResponse .responseData .fieldset {
	border: none;
}

.wFormContainer .reviewResponse .responseData table .question, .reviewResponse .responseData table .response {
	padding: .4em .4em .4em;
	border: 1px solid rgba(31, 85, 119, .19);
	text-align: center;
}

.wFormContainer .reviewResponse .responseData table .question {
	background: #e0e5ee;
}

.wFormContainer .reviewResponse .responseData table {
	margin: .4em 0 .8em;
	width: 100%;
}

.wFormContainer .reviewFooter.wForms {
	padding: 0 42px;
}

.wFormContainer input.primaryAction.slds-button.slds-button--brand.full-width {
	padding: 15px 40px;
	font-weight: bold;
	background-color: #1f5577;
	color: #fff;
	border-radius: 4px;
	border: .1em solid rgba(31, 85, 119, .19);
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	position: relative;
	width: 100%;
	margin: auto;
}

.wFormContainer input.primaryAction.slds-button.slds-button--brand.full-width:hover {
	background-color: #0f3751;
}

.wFormContainer .reviewHeader, .wFormContainer .reviewResponse {
	padding: 0 2.96em 0 2.96em !important;
}

.reviewHeader strong {
	color: #f99d25;
}

/* Reduced Intro @Page .page-id-561
    ---------------------------------------*/
.page-id-561 .intro .intro-inner {
	height: 70vw;
}

@media screen and (min-width: 768px) {
	.page-id-561 .intro .intro-inner {
		height: 20vw;
	}
}

/* Form Resume Page  ================================================================*/
#wFormResumePage fieldset {
	border: none;
}

#wFormResumePage fieldset legend {
	border: none;
	padding-bottom: .8em;
}

@media screen and (min-width: 1200px) {
	.wrapper .h2 {
		font-size: 40px;
	}
}
