﻿
.form-general .field-validation-error {
	display: block;
	position: relative;
	padding: 1rem 1rem 1rem 1rem;
	margin: 0 0 0.8rem 0;
	border-left: 4px solid #91071a;
	font-family: "DM Sans", "fallback-font", sans-serif;
	font-size: .9rem;
	color: #183543;
	background-color: #fee6e9;
	line-height: 1;
	border-radius: 2px;
}

.form-general .formwidget-submit-text {
	display: block;
	position: relative;
	padding: 1rem 1rem 1rem 1rem;
	margin: 0 0 0.8rem 0;
	border-left: 4px solid #60b676;
	font-family: "DM Sans", "fallback-font", sans-serif;
	font-size: .9rem;
	color: #183543;
	background-color: #e5f3e8;
	line-height: 1.2;
	border-radius: 2px;
}



.form-general [type='submit'] {	
	cursor: pointer;
	display: inline-block;
	padding: 0.5rem 2rem;
	text-align: center;
	border: 1px solid #042D2D;
	color: #042D2D;
	border-radius: 24px;
	font-weight: 600;
	overflow: hidden;
	position: relative;
	transition: background-color 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), border 0.5s, color 0.5s, box-shadow 0.3s;
}

.field-validation-error, ul.messages li {
	background-color: #fee6e9;
	padding: 1rem 1rem 1rem 1rem;
	margin: 0 0 .8rem 0;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-size: 1.05rem;
	color: #2c3d4f;
	border-left: 4px solid #91071a;
	line-height: 1;
	border-radius: 2px;
}


.twitter-typeahead .tt-menu {width:100%; background-color: #fff; 	text-align: left; 	padding: 0.2rem 0.8rem 0.4rem; 	box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 15%); }
.twitter-typeahead{ width: 100%!important;}
.twitter-typeahead .tt-menu .tt-dataset a { color:#000; font-size: .9rem; font-weight: 500; line-height: 1.2; padding: 0.3rem 0; display: block; border-bottom: 1px solid #d5d5d5; }



.breadcrumbs span {
	font-size: .8rem;
	text-transform: none;
	color: #183543;
	font-weight: 600;
}

.breadcrumbs span:not(:last-child)::after {
	position: relative;
	margin: 0 0.75rem;
	opacity: 1;
	content: "\e901";
	color: #cacaca;
	font-family: 'icomoon' !important;
}

.breadcrumbs span a {
	color: #363636;
	font-weight: 400;
}


