#fh5co-home video
{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  min-width: 100%;
  width: auto;
  height: 100%;
  object-fit: fill;
}

#video-veil
{
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.margin-top-35
{
    margin-top: 35px;
}

.margin-top-60
{
    margin-top: 60px;
}


.hp-default-style
{
    margin-top: 80px;
}

.hp-default-style .row
{
    margin-bottom: 10px;
	background-color: #f1fff6;
	padding: 3px;
}

.hp-default-style .row a
{
	font-weight: bold;
}

.hp-default-style p
{
    margin-bottom: 10px;
}

.hp-default-style h2
{
	color: #444;
	font-weight: 300;
	font-size: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1.3;
}

.hp-default-style img
{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.step-top-2
{
    margin-top: 30px;
}

.green-wrapper
{
    display: flex;
    flex-direction: column;
}

.green-wrapper .green-link
{
    display: flex;
    margin: 20px auto 10px;
    border: 1px solid #82d0ab;
    padding: 5px 10px;
    border-radius: 3px;    
}

.green-wrapper .green-link:hover, .green-wrapper .green-link:focus
{
    text-decoration: none !important;
    background-color: #ffffff;
}