/*  

Theme Name: 5th Street East
Theme URI: http://www.5thstreeteast.com/
Description: Theme for 5th Street East.
Version: 1.0
Author: Joe Mendonca
Author URI: http://www.mendoncacreative.com/

*/

/*--------------------------------------------------------------
HTML Elements
--------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}

body {
	background: #ffffff;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	height: 100%;
	margin: 0;
	width: 100%;
}

img {
	border: 0px none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

h1 {
	font-size: 59px !important;
	font-weight: 700;
	line-height: 64px !important;
}

h2 {
	font-size: 39px !important;
	font-weight: 700;
	line-height: 44px !important;
}

h3 {
	font-size: 22px !important;
	font-weight: 700;
	line-height: 27px !important;
}

h4 {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 21px !important;
}

h5 {
	font-size: 12px !important;
	font-weight: 400;
	line-height: 17px !important;
}

h6 {
	font-size: 6px !important;
	font-weight: 400;
	line-height: 11px !important;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 10px 10px;
}

.aligncenter {
	display: inline;
	float: center;
}

.wrapper {
	float: left;
	overflow: hidden;
	width: 100%;
}

.fade-in {
	opacity: 0;
}

.rotate {
/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

/*--------------------------------------------------------------
Colors
--------------------------------------------------------------*/

.light-red {
	color: #e84c3d !important;
}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/

a.button {
	border: 4px solid #ffffff;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 26.65px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 16px 25px 16px 25px;
	pointer-events: auto;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

a.button:hover {
	background: rgba(255, 255, 255, 0.25);
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

input, textarea {
	border: 0px;
	border-radius: 0px;
	color: #000000 !important;
	float: left;
	font-size: 18px !important;
	margin-bottom: 20px !important;
	padding: 16px 25px 16px 25px;
	width: 80%;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	background: #000000;
	color: #ffffff !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 16px 25px 16px 25px !important;
	text-decoration: none;
	text-transform: uppercase;
	width: 30% !important;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #c23a2e !important;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

label {
	display: none;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
	float: left;
	padding-top: 46px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.logo {
	float: left;
	padding-left: 50px;
	position: absolute;
	z-index: 10000;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

.inverted {
	filter: invert(100%);
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

.logo img, .secondary-logo img, .menu-navigation img, .menu-close img {
	height: 46px;
	width: auto;
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/

.secondary-menu {
	display: none;
	float: left;
	padding: 46px 0px 0px 0px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.secondary-menu img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

.secondary-logo {
	float: left;
	padding-left: 50px;
	position: relative;
	z-index: 10000;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

.menu-navigation, .menu-close {
	float: right;
	position: relative;
	z-index: 50;
}

.menu-navigation img, .menu-close img {
	cursor: pointer;
	padding-right: 50px;
}

.menu-close {
	display: none;
	filter: invert(100%);
}

.navigation, .video-pop-up {
	background-color:rgba(255, 255, 255, 0.8);
	clear: both;
	display: none;	
	float: left;
    height: 100%;
	min-height: 100%;
	/*padding-top: 8%;*/
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;  
}

.navigation-menu {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.video-pop-up {
	padding-top: 0px !important;
	z-index: 3000000 !important;
}

.video-pop-up video {
	height: auto;
	width: 100%;
}

.video-button {
	cursor: pointer;
}

.navigation a {
	color: #000000;
	text-decoration: none;
}

.navigation li {
	font-family: 'Montserrat', sans-serif;
	font-size: 79px !important;
	font-weight: 700;
	line-height: 84px !important;
	list-style-type: none;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.navigation li:first-child {
	padding-top: 34px;
}

.navigation li:hover:after {
	background: url('imgs/arrow-right.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 50px auto;
	color: transparent !important;
	content: ">";
	padding: 0px 20px 0px 20px!important;	
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

/*--------------------------------------------------------------
Share
--------------------------------------------------------------*/

.share {
	background-color:rgba(255, 255, 255, 0.9);
	clear: both;
	display: none;	
	float: left;
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-style: italic;
    height: 100%;
	min-height: 100%;
	padding-top: 8%;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9000;  
}

.share h3 {
	font-size: 79px !important;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px !important;
	margin: 0 auto;
	line-height: 84px !important;
	padding: 34px 0px 50px 0px;
	width: 33%;
}

.ssba img {
	height: auto;
	margin-right: 40px !important;
	width: 100px !important;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

section.full-image, section.full-image-secondary {
	background-position: top center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	color: #ffffff;
	height: 100vh;
	position: relative;
	text-align: center;
}

section.double-full-image {
	background-position: center top;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	color: #ffffff;
	height: 200vh;
	position: relative;
	text-align: center;
}

section.double-full-image h1 {
	letter-spacing: 0px !important;
}

section.about {
	color: #ffffff;
	height: 100vh;
	position: relative;
}

section.full-screen-no-text img {
	float: left;
	height: auto;
	width: 100%;
}

.about-secondary-header {
	background: rgba(0,0,0,0.2);
}

.home-about-tagline, .about-tagline, .team-tagline {
	font-family: 'Playfair Display', serif;
	font-size: 30.5px;
	font-style: italic;
}

.about-tagline {
	float: left;
}

.about-tagline {
	margin-bottom: 56px;
}

.about-content {
	float: left;
	letter-spacing: 0px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 100%;
}

.about-content p {
	float: left;
	font-size: 18px !important;
	letter-spacing: 1px !important;
	line-height: 30px !important;
	margin-bottom: 24px;
}

.capabilities-list {
	float: left;
	font-size: 18px !important;
	letter-spacing: 1px !important;
	line-height: 30px !important;
	width: 100%;
}

a.capabilities-link {
	color: #ffffff;
}

.list-column {
	float: left;
	width: 25%;
}

.list-column li {
	list-style-type: none;
	width: 100%;
}

.list-title {
	float: left;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 14px;
	width: 100%;
}

.about-map {
	background-position: center top;
	background-size: cover;
	color: #1dddde;
	float: left;
	height: 40vh;
	position: relative;
	text-align: center;
	width: 50%;
	z-index: 10;
}

.about-map h1 {
	letter-spacing: 0px !important;
	position: relative;
	padding-top: 7vh;
}

.about-map img {
	float: left;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 10;
}

.map-tagline {
	color: #1dddde;
	float: left;
	font-size: 24px !important;
	letter-spacing: 1px !important;
	line-height: 36px !important;
	margin-top: -14vh;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 15;
}

section.double-full-image h1, .about-tagline, .team-tagline, .about-content p, .team-section {
	width: 60% !important;
}

section.team {
	color: #000000;
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}

section.team h1 {
	letter-spacing: 0px !important;
	margin-top: 0px !important;
	padding: 7vh 0px 0px 0px !important;
}

.team-section {
	margin: 0 auto;
	text-align: center;
	width: 80%;
}

.team-header, .team-tagline {
	margin-bottom: 7vh;
	text-align: center;
}

.team-tagline {
	margin: 0 auto;
}

.team-grid {
	float: left;
	width: 100%;
}

.team-grid li {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover !important;
	cursor: pointer;
	float: left;
	height: 75vh;
	list-style-type: none;
	position: relative;
	width: 33.3%;
}

.team-grid li a {
	color: #000000;
}

.team-grid li:nth-child(3n+3) {
	width: 33.4%;
}

.team-overlay, .grid {
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
}

.grid {
	z-index: 30;
}

.team-overlay {
	background: rgba(255, 255, 255, 0.6);
	display: none;
	margin-top: -75vh;
	z-index: 20;
}

.team-information {
	bottom: 0;
	float: left;
	padding: 0px 0px 12.5vh 10%;
	position: absolute;
	width: 60%;
}

span.team-name, span.team-title {
	float: left;
	text-align: left;
	width: 100%;
}

span.team-name h3 {
	font-size: 48px !important;
	line-height: 56px !important;
	letter-spacing: 0px !important;
	margin-bottom: 10px;
}

span.team-title {
	font-family: 'Playfair Display', serif;
	font-size: 30.5px;
	font-style: italic;
}

.video-home {
	float: left;
	overflow: hidden;
	width: 100vw;
}

section.full-video {
	float: left;
	min-height: 100vh;
	position: absolute;
	top: 0;
	width: 100%;
}

section.full-video-home {
	float: left;
	height: 100vh;
	position: relative;
	text-align: center !important;
	top: 0;
	width: 100%;
}

section.full-video video, section.full-video-home video {
	height: auto;
	margin: 0px !important;
	min-height: 100vh !important;
	padding: 0px !important;
	position: fixed;
	min-width: 100vw;
}

section.video-overlay {
	background: url('imgs/home-desktop.png');	
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	height: 100vh;
	position: relative;
	text-align: center;
	z-index: 10;
}

section.video-overlay-mobile {
	background: url('imgs/home-mobile.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: none;
	height: 100vh;
	position: relative;
	text-align: center;
	z-index: 10;
}

.home-button {
	bottom: 0;
	color: #ffffff;
	float: left;
	font-family: FontAwesome;
	padding-bottom: 12.5vh;
	position: absolute;
	text-align: center;
	width: 100%;
}

section.home-services {
	float: left;
	height: auto !important;
	padding: 8vh 0px 14vh 0px;
	position: relative;
	text-align: center;
	width: 100%;
}

section.services {
	background: #150039;
	color: #ffffff;
}

section.capabilities {
	background: #9b5ab8;
	color: #ffffff;
}

section.home-services p {
	font-size: 18px !important;
	letter-spacing: 1px !important;
	line-height: 30px !important;
	margin-bottom: 24px;
	width: 100%;
}

section.home-services h1 {
	letter-spacing: 0px !important;
	margin-top: 0px !important;
	padding: 0px !important;
}

.home-about-content, .home-about-tagline {
	margin: 0 auto;
}

.home-about-tagline {
	width: 60%;
}

.front-icon {
	height: auto;
	width: 100px;
}

.about-button {
	border: 4px solid #e84c3d !important;
	color: #e84c3d !important;
}

.section-border-top {
	font-size: 160px;
	margin-bottom: 40px;
}

.featured-top {
	font-family: 'Playfair Display', serif;
	font-size: 27.5px;
	font-style: italic;
	letter-spacing: 1px;
	padding-bottom: 4px;
	text-align: center;
	width: auto;
}

.featured-top:after {
	border-bottom: 1px solid #ffffff;
	content: "\00a0";
	display: block;
	line-height: 26px;
	margin: 0 auto;
	width: 90px;
}

.featured-section, .featured-section-secondary {
	float: left;
	width: 100%;
}

.featured-top, .featured-title, .featured-title-secondary {
	display: inline-block;
}

.featured-content {
	display: inline-block;
	margin: 0 auto;
	pointer-events: none;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.featured-title h1 {
	letter-spacing: 14px !important;
}

.featured-title a, .featured-title-secondary a {
	color: #ffffff;
	pointer-events: auto !important;
	text-decoration: none;
}

.featured-content p, .home-about-content p {
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 36px;
	margin: 0 auto;
	padding: 0px;
	width: 700px;
}

.featured-content, .home-about-content, .full-headline-text p, .full-text, .main-content, .blog-content, .footer-content {
	width: 1100px;
}

.no-image p, .no-header-columns {
	width: 980px;
}

.featured-button {
	padding-top: 71px;
}

.section-content {
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-content, .text-content-left, .text-content-right {
	width: 50%;
}

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/

.pagination {
	float: left;
	margin-top: -80px;
	position: relative;
	width: 100%;
	z-index: 100;
}

.pagination a {
	background: #d8d8d8;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 16px 25px 16px 25px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

.pagination a:hover {
	background: #000000;
	color: #ffffff;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

.previous {
	float: left;
}

.next {
	float: right;
}

/*--------------------------------------------------------------
No Image Header
--------------------------------------------------------------*/

.no-image, .no-image a {
	color: #000000;
}

.no-image > .featured-title h1 {
	letter-spacing: 0px !important;
}

section.no-image-header {
	float: left;
	height: 100%;
	padding: 12.5vh 0px 100px 0px;
	text-align: center;
}

section.no-image-header.staff-section {
	min-height: 60vh;
	padding: 12.5vh 0px 100px 0px;
}

section.no-image-header > .featured-content {
	pointer-events: auto;
	top: 0%;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.featured-top.no-image::after {
	display: none !important;
}

.featured-section.no-image h1 {
	font-size: 68px !important;
	line-height: 80px !important;
	margin: 24px 0px 54px 0px !important;
}

.featured-section.no-image p {
	font-size: 30px !important;
	line-height: 42px !important;
}

.no-header-columns {
	margin: 0 auto;
}

section.two-columns {
	float: left;
	height: 100%;
	padding: 0px 0px 6.25vh 0px;
}

.no-image-column {
	width: 50% !important;
}

.no-image-column p {
  	font-size: 19px !important;
    letter-spacing: 3px !important;
    line-height: 30px !important;
}

.right.no-image-column {
	float: right !important;
}

.left.no-image-column p, .right.no-image-column p {
	padding: 0px 20px 0px 20px !important;
	text-align: left !important;
}

/*--------------------------------------------------------------
Case Studies
--------------------------------------------------------------*/

section.case-study {
	float: left;
	width: 100%;
}

section.case-study img {
	float: left;
	width: 100%;
}

.left, .right {
	float: left;
	position: relative;
	width: 50%;
}

.left h1, .right h1, .blog h1, .main-content h1 {
	margin-bottom: 28px;
}

.left h2, .right h2, .blog h2, .main-content h2 {
	margin-bottom: 24px !important;
}

.main-content h3, .main-content h4, .main-content h5, .main-content h6, .full-text h3, .left h3, .right h3, .blog h3, .full-text h4, .left h4, .right h4, .blog h4, .full-text h5, .left h5, .right h5, .blog h5, .full-text h6, .left h6, .right h6, .blog h6 {
	margin-bottom: 18px;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
	letter-spacing: 0px !important;
}

.featured-title-secondary h1, .featured-section-secondary h2, .featured-section-secondary h3 {
	letter-spacing: 0px !important;
}

.left p, .right p {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
	margin-bottom: 20px;
}

.left {
	text-align: right;
}

.right {
	text-align: left;
}

.left .section-content, .text-content-left {
	padding-right: 70px;
}

.right .section-content, .text-content-right {
	padding-left: 70px;
}

.full-image {
	background-attachment: fixed;
	position: relative;
}

.full-image-secondary {
	position: relative;
}

.image-overlay-light, .image-overlay-medium, .image-overlay-dark, .archive-overlay {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

.image-overlay-light {
	background: rgba(0,0,0,0.2);
}

.image-overlay-medium {
	background: rgba(0,0,0,0.4);
}

.image-overlay-dark {
	background: rgba(0,0,0,0.6);
}

.full-headline-text, .full-text {
	padding: 60px 0px 60px 0px;
}

.full-headline-text {
	text-align: center;
}

.full-headline-text p, .full-text p {
	margin: 0 auto;
}

.text-column {
	padding: 60px 0px 60px 0px;
}

.text-content-left {
	float: right !important;
	text-align: left !important;
}

.video {
	float: left;
	width: 100%;
}

.case-study-video video {
	height: auto;
	width: 100%;
}

.staff-photo img {
	height: auto !important;
	float: right !important;
	padding-right: 40px !important;
	width: 25vw !important;
}

.staff-bio {
	width: 50% !important;
}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/

.blog {
	float: left;
	padding: 70px 0px 70px 0px !important;
	width: 100%;
}

.blog p, .full-text p, .footer-left p {
	font-size: 18px;
	letter-spacing: 0.25px;
	line-height: 30px;
	margin-bottom: 20px;
}

.blog-content, .main-content {
	margin: 0 auto;
}

.blog-content h2:first-of-type, .main-content h2:first-of-type {
	margin-top: 0px;
}

.blog-content h2, .main-content h2, .blog-content h3, .main-content h3, .blog-content h4, .main-content h4, .blog-content h5, .main-content h5, .blog-content h6, .main-content h6 {
	margin-top: 40px;
}

.blog-main {
	float: left;
	width: 75%;
}

.blog-main img {
	float: left;
	height: auto;
	margin: 0px 0px 30px 0px;
	width: 100%;
}

.mobile-sidebar {
	display: none;
}

.blog-sidebar {
	border-bottom: 4px solid #f3f3f3;
	float: right;
	padding-bottom: 40px;
	width: 18.75%;
}

.entry_author_image, .sidebar-author, .sidebar-bio {
	float: left;
	text-align: center;
	width: 100%;
}

.entry_author_image img {
	border-radius: 50%;
	height: auto;
	width: 50%;
}

.sidebar-author {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 10px 0px 10px 0px;
}

.sidebar-bio {
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	font-style: italic;
	padding: 0px 0px 34px 0px;
}

.share-this {
	background: #000;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 16px 0px 16px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

.share-this:hover {
	background: #d8d8d8;
	color: #000000;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

.related-posts {
	float: left;
	margin-top: 50px;
	width: 100%;
}

.related-box {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: auto 100% !important;
	float: left;
	height: 275px;
	position: relative;
	text-align: center;
	width: 33.3%;
}

a.related-link {
	color: #ffffff;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 auto;
	padding: 0px 10% 0px 10%;
	pointer-events: none;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 50%;
	width: 80%;
	z-index: 60;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.related-overlay {
	background: rgba(0,0,0,0.3);
	float: left;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 50;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

.related-overlay:hover {
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

.ssba-classic-2 {
	text-align: center !important;
	width: 100% !important;
}

.ssba-classic-2 a {
	display: inline !important;
	float: none !important;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
	background: #e84c3d;
	border-top: 4px solid #d8d8d8;
	color: #ffffff;
	float: left;
	font-size: 12px;
	padding: 80px 0px 40px 0px;
	position: relative;
	text-transform: uppercase;
	width: 100vw;
}

footer h1, footer h3 {
	letter-spacing: 0px !important;
	margin: 0px 0px 30px 0px !important;
}

footer li {
	list-style-type: none;
}

footer input, footer textarea {
	float: right !important;
}

.footer-content {
	margin: 0 auto;
}

.footer-left, .footer-right {
	width: 50%;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

.footer-contact {
	float: left;
	font-size: 18px;
	margin-top: 30px;
	width: 33.3%;
}

.footer-contact span {
	float: left;
	text-transform: none;
	width: 100%;
}

span.office {
	font-weight: 500 !important;
}

.footer-contact img, .footer-bottom img {
	float: left;
	height: 18px;
	margin: 2px 6px 0px 0px;
	width: auto;
}

.footer-social {
	float: left;
	width: 100%;
}

a.footer-link {
	background-repeat: no-repeat;
	background-size: 22px auto;
	float: left;
	height: 25px;
	text-decoration: none;
	width: 34px;
}

.footer-facebook {
	background: url(imgs/facebook.png);
}

.footer-twitter {
	background: url(imgs/twitter.png);
}

.footer-instagram {
	background: url(imgs/instagram.png);
}

.footer-linkedin {
	background: url(imgs/linkedin.png);
	width: 22px;
}

.footer-bottom {
	border-top: 1px solid #000000;
	float: left;
	margin-top: 40px;
	padding-top: 20px;
	width: 100%;
}

.footer-bottom-left {
	float: left;
}

.footer-copyright {
	float: right;
}

.footer-toggle {
	cursor: pointer;
	display: none;
	text-align: center;
}

.footer-toggle img {
	height: 35px;
	float: right;
	margin-bottom: 50px;
	width: auto;
}

.footer-toggle h2 {
	letter-spacing: 0px !important;
}

/*.footer-left, .footer-contact, .footer-right, .footer-hidden, .secondary-logo {
	display: none;
}*/

/*--------------------------------------------------------------
WordPress Video Embed
--------------------------------------------------------------*/

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

/*--------------------------------------------------------------
RECAPTCHA
--------------------------------------------------------------*/

.gfield_description.validation_message {
	display: block !important;
	float: left !important;
	margin-top: 10px !important;
	position: relative !important;
	width: 100vw !important;
}

.validation_error {
	float: right !important;
	margin-bottom: 20px;
	width: calc(100% - 60px);
}

#field_1_6 {
	display: block !important;
	float: left !important;
	margin-bottom: 16px !important;
	margin-left: calc(100% - 302px) !important;
	width: 100% !important;
}