#hiring-modal .button {
	background: #799048;
	border: none;
	outline: none;
	margin: 0;
}

#hiring-modal .button:hover {
	background: #2d4414;
}

#overview a#videoModal {
	margin: 0 10px;
	display: inline-block!important;
}

.flex-video {
    margin: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 53.3%;
    padding-top: 1.5625rem;
    position: relative;
}

.flex-video iframe, 
.flex-video object, 
.flex-video embed, 
.flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.reveal-modal h3 {
    line-height: 1;
}

.logo-contact {
	width: 120px;
	margin-bottom: 1.25em;
}

#contact p a {
	color: #59a69c;
}

@media only screen and (max-width: 1240px) and (min-width: 768px) {
	.logo-contact {
		padding-left: 2em;
	}

	#contact span.contact-link {
	    padding-left: 1.1em!important;
	}
}

@media only screen and (max-width: 767px) {
	#overview a#videoModal {
		display: none!important;
	}

	.logo-contact {
		padding-left: 1em;
	}

	#contact span.contact-link {
	    padding-left: 1em!important;
	}
}
