


/*************************** BASE STYLES ********************************/


input[type=text], input[type=email], input[type=search], input[type=password], select {
	padding: 17px 30px;
	border: none;
	border-radius: 1px;
	border: 1px solid #adadad;
}
input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, select:focus {
	outline: none;
}

button {
	background: #fdbb1d;
}



.focuswrap {
	border: 2px solid #afafaf;
	border-radius: 2px;
}
.focuswrap.megafocus {
	border: 2px solid #fdbb1d;
}
.focuswrapselect.megafocus {
	border-color: white;
}


.input__field--jiro.hasvalue {
    opacity: 1!important;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    transform-origin: left;
    background-color: white!important;
}

.input__field--jiro.hasvalue + .input__label--jiro .input__label-content--jiro {
-webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
    /* -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); */
    /* transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); */
    font-weight: normal;
    transform: scale(100%);
    position: absolute;
    /* top: -50px; */
    /* -webkit-transform: translate3d(0, -79%, 0); */
    transform: translate3d(0, -91%, 0) scale(0.7);
    /* transform: scale(0.5); */
    transform-origin: left;
}


/*************************** CALLBACK CONTACT FORM ********************************/


.chk-button {
	border: 2px solid #cfcfcf;
	border-radius: 26px;
	padding: 3px 19px 4px 18px;
	display: inline-block;
	margin: 0 5px 8px 0;
}
.chk-button span {
	color: #555;
	font-size: 14px;
	padding-bottom: 2px;
	/* margin-top: -2px; */
	display: inline-block;
	margin-bottom: 0px;
	/* display: block; */
}
.chk-button input {
	display: none;
}
.chk-button:hover, .chk-button:focus {
	color: white;
	background-color: #cfcfcf;
	border-color: #cfcfcf;
}
.chk-button:hover span, .chk-button:focus span, .chk-button.checked span {
	color: white;
}

.chk-button.checked {
	color: white;
	background-color: #afafaf;
	border-color: #afafaf;
}

.form-question {
	margin-bottom: 10px;
	font-size: 16px;
}
@media only screen and (max-width: 1200px) {
	.services-wrap .chk-button{
		    padding: 1px 10px 2px 10px;
	    display: inline-block;
	    margin: 0 4px 7px 0;
	}
}


.form-validation {
	margin-top: 30px;
	color: #c0392b;
}




/*************************** FIND ADVISER HOMEPAGE ********************************/

.box-content input[type=text] {
	/* width: 100%; */
	background-color: transparent;
	/* color: white; */
	/* border-bottom: 2px solid red; */
	color: #333;
	font-size: 19px;
	/* border: 2px solid white; */
	/* padding: 17px 59px 18px 19px; */
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
	/* line-height: 20px; */
	/* vertical-align: middle; */
	/* color: red; */
}
.box-content select {
	margin-bottom: 12px;
	font-size: 20px;
	/* color: red; */
	padding-left: 11px;
}
.box-content option {
	color: #333;
}

.perfect-find-pc.input--jiro:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0px;
	width: 2px;
	height: 13px;
	background-color: #a2a2a2;
	bottom: 0;
	/* -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0); */
	/* transform: translate3d(0, 0%, 0); */
	/* -webkit-transition-delay: 0.2s; */
	/* transition-delay: 0.2s; */
}
.perfect-find-pc.input--jiro:after {
	content: " ";
	display: block;
	position: absolute;
	right: 1px;
	width: 2px;
	height: 13px;
	background-color: #989898;
	bottom: 0;
	/* transform: translate3d(0, 0%, 0); */
	/* -webkit-transition-delay: 0.2s; */
	/* transition-delay: 0.2s; */
}
.box-find-adviser .input--jiro:before, .box-find-adviser .input--jiro:after {
	background-color: white;
}

.dropdown svg {
	width: 20px;
	height: 20px;
}

.perfect-find-pc-wrap .input__label-content--jiro i {
	width: 44px;
	height: 42px;
	display: inline-block;
	overflow: visible;
	position: absolute;
	top: 7px;
}

.perfect-find-pc-wrap .input__label-content--jiro svg {
	width: 35px;
	height: 32px;
	display: inline-block;
	overflow: visible;
	padding-top: 1px;
}

.perfect-find-pc-wrap {
	overflow: auto;
}
.postcodelabelvalue {
	padding-top: 4px;
	display: inline-block;
	transform: translateX(6px);
	display: block;
}

.perfect-find-pc {
	text-align: left;
}

.perfect-find-dd.ui.dropdown > .dropdown.icon {
	right: 2.3em !important;
}

.btn.btn-yellow {
	background-color: #fdbb1d;
}
.btn.btn-yellow:focus, .btn.btn-yellow:hover {
	background-color: #ffcd55;
}
.btn.btn-blue:focus, .btn.btn-blue:hover {
	background-color: #394b73;
}
.count {
	font-size: 23px;
	margin-left: -25px;
	width: 25px;
	display: inline-block;
}





/*************************** SEMANTIC UI OVERRIDES ********************************/


.ui.dropdown.active .text:hover{
	background-color: #fdbb1d;
	color: white;
}
.ui.dropdown.active .default.text:hover{
	background-color: #fdbb1d;
	color: white!important;
}
.ui.dropdown .text,
.ui.dropdown>.default.text {width: 100%;height: 100%;padding: 13px 0px 18px 19px;font-size: 18px;}

.ui.selection.dropdown {
    padding: 13px 0px 18px 19px;
    padding: 0;
}
.ui.selection.active.dropdown.active {
	border-top: 4px solid #fdbb1d;
	border-right: 4px solid #fdbb1d;
	border-left: 4px solid #fdbb1d;
	background-color: #eee;
}
.ui.selection.active.dropdown.active .menu {
	 border-bottom: 4px solid #fdbb1d;
	 border-right: 4px solid #fdbb1d;
	 border-left: 4px solid #fdbb1d;
	 width: calc(100% + 8px);
	 margin-left: -4px;
}
.ui.selection.dropdown>.dropdown.icon {
	/* background: url("../img/icn_arrowdw.svg") 0 0 no-repeat; */
}

.ui.selection.active.dropdown .menu>.item.active.selected,
.ui.selection.active.dropdown .menu>.item:hover{
	background-color: #fdbb1d;
	color: white;
}

/********************************** GOOGLE POSTCODE AUTOCOMPLETE *******************************/

.pac-logo:after {
	display: none;
}

.pac-item {
	padding: 8px 11px;
	font-family: proximanova_regular;
	font-size: 13px;
}
.pac-item * {
	font-size: 13px;
}
.pac-item:hover {
	background-color: #fdbb1d!important;
	color: white;
}
.pac-item:hover *{
	color: white!important;
	}
