body {
	font-family: Helvetica, sans-serif !important;
	/*overflow-x: hidden;*/
	font-size: 12px;
}
footer {
	background-color: #F0F0F0;
	color: #000;
}
.flex-container-center {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
  	align-items: center;
  	-webkit-align-items: center;
}
.flex-item {
  	flex: 1;
  	-moz-flex: 1;
  	-ms-flex: 1;
  	-webkit-flex: 1;
}
.separator {
	border-top: 1px solid #ccc;
}
a.title-link, a.icon-link, a.img-link>img, a.request-link{
	transition: all ease-in-out 0.13s;
	-moz-transition: all ease-in-out 0.13s;
	-o-transition: all ease-in-out 0.13s;
	-webkit-transition: all ease-in-out 0.13s;
}
a.img-link>img:hover {
	transform: scale(1.1)
}
a.title-link:link, a.title-link:visited {
	color: #000;
	font-size: 16px;
}
a.title-link:hover, a.title-link:active {
	color: #BA2A1D;
	text-decoration: underline;
}
a.title-link>.sub-text {
	font-size: 12px;
}
a.icon-link:link, a.icon-link:visited {
	color: #000;
	font-size: 20px;
	text-decoration: none;
}
a.icon-link:hover, a.icon-link:active {
	color: #BA2A1D;
}
a.request-link:link, a.request-link:visited {
	background-color: #6B942B;
	border: none;
	border-radius: 0px;
	color: #FFF;
	padding: 10px 20px 10px 20px;
}
a.request-link:hover, a.request-link:active {
	transform: scale(1.1)
}
.text-bold {
	font-weight: 700;
}
.ln-2 {
	line-height: 2;
}
.text-container {
	background-color: #F2F2F2;
	font-family: Helvetica, sans-serif !important;
	font-size: 13px;
	line-height: 1.7;
}
.text-container-no-color {
	background-color: transparent;
	font-family: Helvetica, sans-serif !important;
	font-size: 13px;
	line-height: 1.7;
}
h1.main-title {
	font-family: Helvetica, sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
}
footer a.icon-link {
	margin-left: 10px;
	margin-right: 10px;
}
form span.required, form label.error {
	color: #BA2A1D;
}
#video-container {
	line-height: 0;
	position: relative;
}
video {
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  transition: 1s opacity;
}
#filter { 
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  overflow:hidden;
  z-index:1;
}
@media (min-width: 992px) {
	.flex-container-stretch {
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
	  	align-items: stretch;
	  	-webkit-align-items: stretch;
	  	flex-wrap: wrap;
	}
}
@media (max-width:768px) {
  #bgvid {
    width: 100%;
    height: auto;
  }
}