/* Add here all your CSS customizations */
ul.nav-list.primary > li.active a {background-color: #c62c2c; color: #ffffff; font-weight: bold;}
ul.nav-list.primary > li.active a:before {border-left-color: #ffffff;}

div.lead p {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1.4;
}

/*.dropdown-menu {border: 1px solid green !important;}
li.level-1.has-children > ul {border: 1px solid green !important;}*/

/*.dropdown-toggle {border: 1px solid green !important;}
li.level-1.has-children > a {border: 1px solid green !important;}*/

/*.dropdown {border: 1px solid green !important;}
li.has-children {border: 1px solid green !important;}*/

.notice {
	background-color: #C62C2C;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.notice p {
	color: #ffffff;
	margin-bottom: 0;
}

p img.no-resize {
	margin: 0 40px 40px 0;
}

.embed-responsive-21by9 {
	padding-bottom:42.85%;
}

.form-group {
	margin-bottom: 0;
}

.form-control {
	margin-bottom: 15px;
}

textarea.form-control {
	height: 100px;
}

.required {
	color: #c62c2c;
}

.required-notice {
	margin-top: -10px;
	font-size: 12px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-15 {
	margin-bottom: 15px;
}

form label {
	color: #0e0e0e;
	font-weight: 600;
}

form label.radio-inline {
	color: #777777;
	padding-bottom: 7px;
	padding-top: 7px;
}

.like-label {
	color: #0e0e0e;
	font-weight: 700;
}

.field-notes {
	font-size: 14px;
	margin-bottom: 7px;
	padding: 5px;
	text-align: center;
}

address {
	font-style: italic;
	font-size: 13px;
	margin-top: -10px;
	text-align: center;
}

ul.history li .thumb img {
	object-fit: cover;
}
