
.date-month {
	text-transform: capitalize;
}
.breadcrumbs .category{
	margin-left: 0;
	margin-bottom: 0;
}
.breadcrumbs .category a{
	margin-left: 0;
	margin-bottom: 0;

}
.secondary-slider .wrapper .slide-box .description-text {
	min-height: 60px;
}

.frm_button_submit {
	font-family: HelveticaNeueLTPro-Md;
	font-size: 1rem;
	line-height: 1.29412rem;
	position: relative;
	margin: 0;
	padding: 1.11765rem 2.11765rem 1.11765rem 3.52941rem;
	text-decoration: none;
	color: #fff;
	border: none;
	border-radius: 1.76471rem;
	background-color: #73bf45;
	;
}

@media print,
screen and (min-width:40em) {
	.frm_button_submit {
		padding: 1.11765rem 2.11765rem 1.11765rem 5.29412rem;
	}
}

.frm_button_submit::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 1.41176rem;
	margin-top: -.5rem;
	content: '\f061';
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	color: #fff;
	;
}

@media print,
screen and (min-width:40em) {
	.frm_button_submit::before {
		left: 2.11765rem;
	}
}

.frm_button_submit::after {
	position: absolute;
	top: 50%;
	left: 2.94118rem;
	display: block;
	width: 1px;
	height: 1.29412rem;
	margin-top: -.64706rem;
	content: '';
	transition: background-color .3s ease;
	background-color: rgba(16, 59, 85, .2);
	;
}

@media print,
screen and (min-width:40em) {
	.frm_button_submit::after {
		left: 4.11765rem;
	}
}

.frm_button_submit:hover {
	color: #fff;
	background-color: #103b55;
}

.frm_button_submit:hover::before {
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	transform: translateX(4px);
}

.frm_button_submit:hover::after {
	background-color: rgba(254, 254, 254, .2);
}

.frm_checkbox a {
	text-decoration: underline;
	color: #103b55;
}

.frm_checkbox a:hover {
	text-decoration: none;
}

.frm_checkbox {
	position: relative;
	position: relative;
	display: block;
	display: block;
	padding-left: 2.35294rem;
}

.frm_forms input {
	line-height: 1.05882rem!important;
	position: relative!important;
	z-index: 1!important;
	-webkit-flex: 1 0 auto!important;
	-ms-flex: 1 0 auto!important;
	flex: 1 0 auto!important;
	margin: 0!important;
	padding: 0!important;
	color: #103b55!important;
	border: none!important;
	background: 0 0!important;
	box-shadow: none !important;
}

.frm_forms .input-wrapper {
	position: relative !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	overflow: hidden !important;
	-webkit-align-items: stretch !important;
	align-items: stretch !important;
	-ms-flex-align: stretch !important;
	height: 50px !important;
	min-height: 2.94118rem !important;
	margin-top: .47059rem !important;
	padding: .88235rem !important;
}

.check_num .input-wrapper {
	height: 32px !important;
}

.frm_forms .text-area .input-wrapper {
	height: 159px !important;
}

.frm_forms .text-area .input-wrapper textarea {
	line-height: 1.05882rem;
	position: relative;
	z-index: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0;
	padding: 0;
	color: #103b55;
	border: none;
	background: 0 0;
	box-shadow: none !important;
}

.frm_blank_field .input-note {
	color: #d63715 !important;
}

.frm_blank_field .input-bgr {
	border-color: #d63715 !important;
	background-color: rgba(214, 55, 21, .1) !important;
}

.frm_blank_field .frm_checkbox label {
	color: #d63715 !important;
}

.frm_forms .for-select {
	padding: .6rem !important;
}

.frm_forms .for-select select {
	line-height: 1.05882rem;
	position: relative;
	z-index: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0;
	padding: .58824rem 2.82353rem .58824rem .88235rem;
	padding: 0;
	color: #103b55;
	border: none;
	background: 0 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.frm_forms .for-select select:focus {
	border: 0;
	box-shadow: none;
}

.frm_checkbox label {
	font-size: .88235rem !important;
	line-height: 1.58824rem;
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 150ms;
	color: rgba(83, 113, 135, .7) !important;
}

.frm_checkbox input[type=checkbox] {
	display: none !important;
}

.frm_checkbox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 27px;
	content: '';
	border: solid #90b4c5 1px;
	border-radius: 8px;
	background-color: #e9f0f4;
	-webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, .15);
	box-shadow: 0 2px 5px rgba(255, 255, 255, .15);
}

input:checked~.frm_checkbox::before{
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 14px;
	content: '\f0c8';
	text-align: center;
	text-decoration: inherit;
}

.frm_dropzone {
	position: absolute;
	z-index: 1;
	background: none !important;
}

.frm_dropzone:hover {
	cursor: pointer;
}

.frm_dropzone .frm_upload_icon:before {
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
	content: '\f15b';
	color: #73bf45 !important;
}

.frm_upload_text {
	display: inline-block;
	margin-left: .47059rem;
	vertical-align: middle;
	text-decoration: underline;
	color: #103b55 !important;
}

.frm_compact_text,
.frm_small_text {
	display: none !important;
}

.wpml-ls-legacy-list-horizontal{
	padding: 0;
}

.wpml-ls{
	margin-top: -5px;
}
.wpml-ls li{
	font-size: 0.88235rem;
	text-decoration: underline;
transition: color 0.2s ease;
}
.wpml-ls a{
	font-family: "HelveticaNeueLTPro-Md";
}
.wpml-ls li{
	border-right: solid rgba(144, 180, 197, 0.5) 1px;
}
.wpml-ls li:last-child {
	border-right: 0;
}
.wpml-ls .wpml-ls-current-language a{
	color: #567489;
}





.wpcf7-not-valid-tip{
	display: none !important;
}


.wpcf7-list-item {
  display: inline-block;
}
.wpcf7-list-item input[type=checkbox], .wpcf7-list-item input[type=radio] {
  display: none;
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
	border-color: #73BF45;
	background-color: rgba(115, 191, 69, 0.1);
	content: "\f00c";
	color: #73BF45;
  font-size: 12px;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  text-align: center;
}

.wpcf7-list-item{
	margin: 0 !important;
}

.wpcf7-list-item-label {
  display: inline-block;
  position: relative;
	position: relative;
display: block;
padding-left: 2.35294rem;
line-height: 1.58824rem;
color: rgba(83, 113, 135, 0.7);
transition: all 150ms;
cursor: pointer;
font-size: 0.88235rem;
}
.wpcf7-list-item-label::before {
	position: absolute;
left: 0;
top: 0;
width: 27px;
height: 27px;
font-size: 0.76471rem;
line-height: 27px;
text-align: center;
background-color: #E9F0F4;
border: solid #90B4C5 1px;
border-radius: 8px;
content: '';
transition: all 150ms;
}

.error .wpcf7-list-item-label::before {
border: solid #D63715 1px;
background-color: rgba(214, 55, 21, 0.1);
}


.wpcf7-list-item-label:hover {
  cursor: pointer;
}
.wpcf7 a{
	font-size: 0.88235rem;
}

.wpcf7 .post_select{
	z-index: 1;
		width: 100%;

}.wpcf7 .post_select select{
padding: 18px;
	border: none;
background: 0 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: #103b55;
}

.wpcf7 .medium-shrink{
	width: 100% !important;
}
.form-box .wpcf7 .wpcf7-submit{
	float: right;
}
.wpcf7 .ajax-loader{
	float: right;
}
.with-circle .wpcf7 .medium-shrink{
	width: auto !important;
}
.with-circle .wpcf7 .wpcf7-submit{
	float: none;
}
.with-circle .wpcf7 .ajax-loader{
	float: none;
}
.wpcf7 .tall{
	height: 170px;
}
.wpcf7-file{
	max-width: 280px;
	width: 100%;
}


.wpcf7-file{
	display: none;
}

.cc-window{
	align-items: center !important;
justify-content: center !important;
}
.cc-message, .cc-compliance{
	flex: 0 0 auto !important;

}
.cc-message a{
	padding: 0 !important;
	color: #0e3349 !important;
	opacity: 1;

}

.cc-message a:hover{
	color: rgb(16, 59, 85);
	text-decoration: none;

}
.cc-compliance a{
	text-decoration: none;
	border-radius: 21px;
height: 42px;
padding-left: 1.76471rem!important;
padding-right: 1.76471rem!important;
font-weight: 400!important;
font-size: 0.88235rem!important;
line-height: 42px!important;
padding-top: 0!important;
padding-bottom: 0!important;
border: 0!important;
}
.cc-message{
	font-size: 0.88235rem;
	margin-left: 0.88235rem;
margin-right: 0.88235rem;
}
.cc-compliance{
	margin-left: 0.88235rem;
	margin-right: 0.88235rem;
}
.cc-compliance a:hover{
	background-color: rgb(16, 59, 85) !important;
}
.cc-window.cc-banner{
	padding: 0.82353rem!important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: solid #D63715 1px !important;
	border-radius: 8px !important;
	padding: 0.88235rem;
	margin: 0;
	margin-top: 20px;
}

div.wpcf7-mail-sent-ok{
	border: solid #73BF45 1px !important;
	border-radius: 8px !important;
	padding: 0.88235rem;
	margin: 0;
	margin-top: 20px;
}

.pagination .current .current{
	padding: 0;
}
.pagination .dots{
	color: black;
}
.top-bar-utils .customer-zone{
	padding-right: 0;
	padding-left: 0;
}
body.category{
	display: initial !important;
}

#buttonFilter{
	cursor: pointer;
}
.change_password{
	margin-top: 1.88235rem;
}
