/* Global (File used for general layout - forms / buttons etc.)
--------------------------------------- */

/* Forms */
fieldset {
	border: 0px;
}
legend {
	color: #636363;
}
label {
	vertical-align: top;
	cursor: pointer;
}
input {
	line-height: inherit;
	display: block;
	padding: 5px;
	box-shadow: none;
	outline: none;
}
textarea {
	display: block;
	padding: 5px;
	resize: none;
	outline: none;
}
form textarea {
	min-height: 200px;
}
select {
	width: 100%;
	display: block;
	outline: none;
}
label,
select,
input[type=reset],
input[type=submit] {
	cursor: pointer !important;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	display: block;
	width: 100%;
	height: calc(2.7rem + 2px);
	padding: 1.1rem 1.8rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #9eaaaf;
	border-radius: .1875rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(2.7rem + 2px);
	padding: 1.1rem 1.8rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #9eaaaf;
	border-radius: .1875rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="reset"] {
	cursor: pointer;
}
label:not(.custominput-wrap) {
    display: inline-block;
	margin-bottom: .5rem;
}
/*Style radio and checkbox inputs, after script initCheckboxRadioButtons is done*/
.custominput-wrap label {
}
.custominput-wrap input[type=checkbox],
.custominput-wrap input[type=radio] {
	border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
input[type=checkbox] + .fake-input,
input[type=radio] + .fake-input {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #A9A9A9;
	background: #fff;
	min-width: 20px;
}
input[type=checkbox] + .fake-input {
	border-radius: 2px;
}
input[type=checkbox]:checked + .fake-input {
	background: #106c54;
	position: relative;
	text-align: center;
}
input[type=checkbox]:checked + .fake-input:before {
	content: "✓";
    color: #fff;
    font-size: 14px;
	vertical-align: 2px;
}
input[type=radio] + .fake-input {
	border-radius: 6px;
}
input[type=radio]:checked + .fake-input {
	background: #C1C1C1;
	border: 1px solid #3A3A3A;
}
.checkbox label {
    display: inline-flex;
    gap: 6px;
    font-size: 19px;
    flex-direction: row-reverse;
}

/*Selectbox select 2*/
.select2 {
    width: 100% !important;
}

/*Chrome remove yellow background*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
} 

/* Buttons */
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	 appearance: none;
}
input.btn,
button.btn {
	line-height: inherit;
	outline: none !important; 
}
.cols-type-2 .first .btn.btn-large {
	min-width: 80%;
}
p .btn {
	margin-bottom: 0 !important;
}
a.topic {
    border: 2px solid #e6ebf6;
    padding: 10px;
    color: #8fba41;
}
a.topic.active {
    border-top-color: #8fba41;
    border-bottom-color: #8fba41;
}
.hamburger {
	padding: 1px 3px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}
.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 1
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #fff
}
.hamburger-box {
	width: 13px;
	height: 9px;
	display: inline-block;
	position: relative
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -.5px
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	width: 13px;
	height: 1px;
	background-color: #fff;
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease
}
.hamburger-inner:after,
.hamburger-inner:before {
	content: "";
	display: block
}
.hamburger-inner:before {
	top: -4px
}
.hamburger-inner:after {
	bottom: -4px
}
.hamburger--spin .hamburger-inner {
	transition-duration: .22s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin .hamburger-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in
}
.hamburger--spin .hamburger-inner:after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spin.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s
}
.hamburger--spin.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}


body * {
    scrollbar-width: thin
}
body *::-webkit-scrollbar {
    width: 5px;
    height: 5px
}
body *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #cdcdcd
}
body *::-webkit-scrollbar-thumb {
    background-color:  #C2D2E4;
    outline: 1px solid #C2D2E4
}
.responsive-box .frame-type-textmedia a {
    color: inherit;
}

#p form button {
	min-width: none;
}
#p .select2-container .select2-selection--single {
    min-height: 46px;
    height: auto;
    font-family: 'Changa', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
}
#p .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Changa', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    min-height: 40px;
    padding-top: 10px;
    padding-left: 6px;
}
#p .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    font-size: 22px;
}
#p .bc-base-contact label:not(.custominput-wrap) {
    margin-bottom: -11px;
    display: block;
    padding-left: 7px;
    padding-bottom: 3px;
    position: relative;
    z-index: 1;
}