/* CSS CUSTOM STYLES FOR STAINLESS */
/**************************
GLOBAL
**************************/
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #000;
}
h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

.btn {
	font-weight: bold;
	font-size: 1.25rem;
	padding: .375rem 1.2rem;
}

/* Fade In/ Out Elements on Load */
body.fade-out #main {
	opacity: 0;
}
body.fade-out {
	background-image: url(../img/loader.svg);
	background-position: center top 150px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
}
body #main {
	transition: all .2s ease-in-out;
}

body.single #main,
body.page-template-temp-videos #main {
	background-color: #fff;
}

body.single #main

a.link-right-arrow {
	background-image: url('../img/right-arrow.svg');
	background-repeat: no-repeat;
	background-size: 17px 10.35px;
	padding-right: 20px;
	background-position: center right;
	transition: all .2s ease-in-out;
}
a.link-right-arrow:hover {
	text-decoration: underline;
}
a:hover {
	transition: all .2s ease-in-out;
}

.btn.btn-primary:hover {
	background-color: #0090FF;
	box-shadow: 0 19px 38px rgba(0,0,0,0.2), 0 15px 12px rgba(0,0,0,0.12);
}

@media (min-width: 992px) {
	.col-lg-1-5 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.container {
	padding-right: 30px;
	padding-left: 30px;
}

/* BOXZILLA OVERRIDES */
.boxzilla-container .boxzilla-close-icon {
	color: #fff;
	opacity: 1;
	right: 1rem;
}

.boxzilla-container .boxzilla-close-icon:hover {
	opacity: .8;
}

.boxzilla-container .boxzilla.boxzilla-bottom-right {
	width: 100% !important;
}

.email-signup-slideup .gform_wrapper .gform_body .gfield_label {
	position: absolute;
	left: -9999px;
}

.email-signup-slideup .email-signup-pretext {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.email-signup-slideup .gform_wrapper .gform_body {
	float: left;
    width: 70%;
    margin: 0;
}

.email-signup-slideup .gform_wrapper ul.gform_fields li.gfield {
	padding:0;
	margin:0;
}

.email-signup-slideup .gform_wrapper {
	margin-top:0;
}

body .email-signup-slideup .gform_wrapper .top_label div.ginput_container {
	margin:0;
}

.email-signup-slideup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	min-height: 2.75rem;
}

.email-signup-slideup .gform_wrapper .gform_footer {
	padding: 0;
    margin: 0;
    float: right;
    width: 28%;
    margin-left: 2%;
    clear: none;
}

body .gform_wrapper div.validation_error {
	color: #fff;
	text-shadow: none;
	text-align: left;
	border:none;
	padding: .3rem;
	background-color: rgba(232, 0, 0, 0.4);
	
}

body .gform_wrapper .validation_message {
	color: #ffa3a6;
	background: transparent;
}

body .gform_wrapper .field_description_below .gfield_description {
	padding-top: .2rem;
}

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border:none;
	color: #ffa3a6;
	background: transparent;
}

/**************************
HEADER & NAV
**************************/

header#masthead{
	background: rgba(0, 0, 0, 1);
	background: -webkit-linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(5,32,54,1) 100%);
	background: -moz-linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(5,32,54,1) 100%); /* FF3.6-15 */
	background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(5,32,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#052035',GradientType=1 ); 
	box-shadow: none;
}
body.home header#masthead,
body.single header#masthead  {
	background: rgba(0, 0, 0, .7);
	background: -webkit-linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(5,32,54,0.8) 100%);
	background: -moz-linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(5,32,54,0.8) 100%); /* FF3.6-15 */
	background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(5,32,54,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#052035',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body.home header#masthead.navbar-fixed-top,
header#masthead.navbar-fixed-top,
body.single header#masthead.navbar-fixed-top {
	background: rgba(0, 0, 0, .7);
	background: -webkit-linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(5,32,54,0.8) 100%);
	background: -moz-linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(5,32,54,0.8) 100%); /* FF3.6-15 */
	background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(5,32,54,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#052035',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.navbar-dark .navbar-nav .nav-link {
	font-size: 1.125rem;
	color: #fff;
	font-weight: 500;
	padding-left: 1rem;
	padding-right: 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color:#0090FF;
}

.nav-button a {
	background-color: #1071BC;
	font-weight: 600;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: 1rem;
}

.navbar-dark .navbar-nav .nav-button .nav-link:hover {
	background-color: #0090FF;
	box-shadow: 0 19px 38px rgba(0,0,0,0.2), 0 15px 12px rgba(0,0,0,0.12);
	color: #fff;
}

/* Navbar Toggle */
header button.navbar-toggler .icon-bar {
  background-color: transparent;
}
header button.navbar-toggler .icon-bar:before, 
header button.navbar-toggler .icon-bar:after {
  top: 0;
}
header button.navbar-toggler .icon-bar:before {
  transform: rotate(45deg);
}
header button.navbar-toggler .icon-bar:after {
  transform: rotate(-45deg);
}

header .navbar-toggler .icon-bar,
header .navbar-toggler .icon-bar:before,
header .navbar-toggler .icon-bar:after {
	cursor: pointer;
	border-radius: 1px;
	height: .3rem;
	width: 2.5rem;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	transition: all .2s ease-in-out;
}

header .navbar-toggler.collapsed .icon-bar:before {
	top: -.75rem;
}
header .navbar-toggler.collapsed .icon-bar:after {
	bottom: -.75rem;
	top: auto;
}

header button.navbar-toggler.collapsed .icon-bar {
	background-color: #fff;
}

header button.navbar-toggler.collapsed .icon-bar:before {
  transform: rotate(0deg);
}
header button.navbar-toggler.collapsed .icon-bar:after {
  transform: rotate(0deg);
}

header .navbar-brand a img {
	transition: all .2s ease-in-out;
}

header .navbar-brand a:hover img {
	opacity: .8;
}

@media (max-width: 768px) {
	header .container {
		padding-right: 30px;
		padding-left: 15px;
	}
	body.home header#masthead,
	body.single header#masthead {
		background: rgba(0, 0, 0, 1);
		background: -webkit-linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(5,32,54,1) 100%);
		background: -moz-linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(5,32,54,1) 100%); /* FF3.6-15 */
		background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(5,32,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#052035',GradientType=1 ); 
		box-shadow: none;
	}
	body.main-nav-open #content,
	body.main-nav-open #footer {
		opacity: .2;
	}
}

/**************************
CONTENT
**************************/

body.home #content,
body.single #content {
	margin-top:0;
}

#content {
	margin-top: 72px;
}

.white-background {
	background-color: #fff;
	padding: 4rem 0;
}

.error-404 {
	min-height: 60vh;
}

/**************************
SECTION TITLES
**************************/

.section-title-wrapper {
	position: relative;
}

.section-title h2,
.section-title h3 {
	font-weight: 300;
	display: inline-block;
	line-height: 1;
	margin:0;
	padding:0 .5rem 0 0;
	position: relative;
	z-index: 2;
}

.section-title-wrapper h2 {
	font-weight: 300;
	display: inline-block;
	background-color: #fff;
	line-height: 1;
	margin:0;
	padding:0 .5rem 0 0;
	position: relative;
	z-index: 2;
}

.section-title-wrapper:before {
	content: '';
	display: block;
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	left:0;
	right: 1rem;
	z-index: 1;
}

.section-title-wrapper.section-title-wrapper-full-width:before {
	right:0;
}

.section-title-wrapper:after {
	content:'';
	background-color: #000;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	position: absolute;
	right:1rem;
	top: 50%;
	margin-top: -3px;
}

.section-title-wrapper.section-title-wrapper-full-width:after {
	right:0;
}

.page-section-dark {
	color: #fff;
}

.page-section-dark p {
	color: #7A7E83;
}

.page-section-dark .section-title-wrapper:after {
	background-color: #fff;
}
.page-section-dark .section-title-wrapper:before {
	border-color: #fff;
}
.page-section-dark .section-title-wrapper h2 {
	color: #fff;
	background-color: #000;
}
.page-section-dark h2,
.page-section-dark h3,
.page-section-dark h4 {
	color: #fff;
}

.section-title-callout {
	margin-top: 4rem;
}

.section-title-callout span {
	display: block;
	font-size: 1.25rem;
	font-weight: 100;
	line-height: 1.1;
	margin-top: 1.5rem;
}

/* Cards */
.card {
	border-radius: 0;
	transition: all .2s ease-in-out;
	overflow: hidden;
}

.card .card-body {
	transition: all .2s ease-in-out;
	background-position: top 1rem right 1rem;
	position: relative;
}

.card .card-body .card-tag,
.card .card-body .card-title {
	transition: all .2s ease-in-out;
}

a.card:hover .card-title {
	color: #1071BC;
}

a.card:hover {
	text-decoration: none;
}

a.card .card-body .card-arrow-up {
	background-image: url('../img/arrow-up.svg');
	background-size: 25px 15.22px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 15.22px;
	position: absolute;
	right: 2.5rem;
	top: 3rem;
	opacity: 0;
	display: block;
	transition: all .2s ease-in-out;
}

a.card:hover .card-body .card-arrow-up {
	transform: translateX(1.25rem) translateY(-1.25rem);
	opacity: 1;
}

.card:hover .card-image {
	transform: translateY(0) scale(1.05) translateZ(0);
}

.card .card-image {
	height: 15rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .2s ease-in-out;
}
.card .card-tag {
	display: block;
	color: #5E6062;
	font-size: .875rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.card .card-title {
	font-weight: normal;
}

.card-carousel .owl-nav {
	position: absolute;
	left: -36px;
	bottom:0;
}
.owl-carousel.card-carousel .owl-nav button.owl-prev {
	font-size: 0;
	width: 36px;
	height: 36px;
	background-color: #1071BC;
	background-image: url('../img/previous.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 6px 12px;
	display: block;
	margin-bottom: .3rem;
	transition: all .2s ease-in-out;
}
.owl-carousel.card-carousel .owl-nav button.owl-next {
	font-size: 0;
	width: 36px;
	height: 36px;
	background-color: #1071BC;
	background-image: url('../img/next.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 6px 12px;
	display: block;
	transition: all .2s ease-in-out;
}

.owl-carousel.card-carousel .owl-nav button.owl-prev:hover,
.owl-carousel.card-carousel .owl-nav button.owl-next:hover {
	background-color: #0D5893;
}

/**************************
HOMEPAGE
**************************/
/* HOMEPAGE SLIDER */
.hero-slide {
	height: 100vh;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	background: rgba(0, 0, 0, 1.0);
	background: -webkit-radial-gradient(bottom left, rgba(0, 0, 0, 1.0), rgba(7, 41, 67, 1.0));
	background: -moz-radial-gradient(bottom left, rgba(0, 0, 0, 1.0), rgba(7, 41, 67, 1.0));
	background: radial-gradient(to top right, rgba(0, 0, 0, 1.0), rgba(7, 41, 67, 1.0));
}

.hero-slide.hero-bg-slide-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.hero-bg-slide:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background: rgba(0, 0, 0, .3);
	background: -webkit-radial-gradient(bottom left, rgba(0, 0, 0, 1), rgba(7, 41, 67, .2));
	background: -moz-radial-gradient(bottom left, rgba(0, 0, 0, 1), rgba(7, 41, 67, .2));
	background: radial-gradient(to top right, rgba(0, 0, 0, 1), rgba(7, 41, 67, .2));
	z-index: 98;
}

.hero-bg-video-container {
	position: absolute;
	height: 100vh;
	width: 100%;
	background-image: url(../img/loader.svg);
	background-position: center center;
	background-size: 50px 50px;
	background-repeat: no-repeat;
}

.hero-bg-video-container iframe,
.hero-bg-video-container video {
	width: 100vw;
	height: 57.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero-slide-img {
	background-image: url(../img/loader.svg);
	background-position: center center;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	min-height: 50px;
}

.hero-slide-img video {
	max-width: 100%;
}

.hero-slide-content {
	position: relative;
	z-index: 99;
}

.hero-slide-content .row {
	height: 100vh;
	align-content: center;
}

.hero-slide-content h2 {
	font-size: 4rem;
	font-weight: 200;
	color: #fff;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#homepage-hero-slider .owl-dots {
	position: absolute;
	bottom: 3rem;
	left: 3rem;
}

#homepage-hero-slider .owl-dots .owl-dot {
	width: 32px;
	height: 3px;
	margin-right: .5rem;
	background-color: #fff;
	display: inline-block;
	transition: all .2s ease-in-out;
}

#homepage-hero-slider .owl-dots .owl-dot.active {
	background-color: #1071BC;
}

/* SERVICES SECTION */
#what-we-do-section {
	padding: 4rem 0;
}
#what-we-do-section p,
#services-section p {
	line-height: 1.4;
	transition: all .5s ease-in-out;
}
#what-we-do-section p.p-visible,
#services-section p.p-visible {
	line-height: 1.4;
}
.services-animation {
	position: relative;
}

.services-animation.services-animation-loading {
	background-image: url(../img/loader.svg);
	background-position: center center;
	background-size: 30px 30px;
	background-repeat: no-repeat;
}

#services-machine-learning {
	width: 150px;
	height: 150px;
}
#services-machine-learning svg {
	width: 120px !important;
	height: 100px !important;
	position: absolute;
	bottom: 20px;
}
#services-computer-vision {
	width: 150px;
	height: 150px;
}

#services-computer-vision svg {
	position: absolute;
	left: -20px;
	bottom:0;
}

#services-data-science {
	width: 150px;
	height: 150px;
}

#services-data-science svg {
	width: 138px !important;
	height: 140px !important;
	position: absolute;
	bottom:10px;
	left: -10px;
}

#services-open-source {
	width: 150px;
	height: 150px;
}

#services-open-source svg {
	width: 116px !important;
	height: 120px !important;
	position: absolute;
	bottom:20px;
}

#services-section,
#what-we-do-section {
	background-color: #000;
}
#services-section.page-section-dark .section-title-wrapper:after {
	background-color: #1071BC;
}
#services-section.page-section-dark .section-title-wrapper:before {
	border-color: #1071BC;
}

#services-animation {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top 5px;
}

@media only screen and (min-width: 1400px) {
	#services-animation {
		margin-left: 4rem;
	}
}

/* About */
#who-we-are-section,
#our-team-section {
	background-color: #fff;
}

#who-we-are-section p {
	font-size: 1.125rem;
}

#who-we-are-section {
	padding: 4rem 0;
}

#who-we-are-section .section-title-callout {
	margin-top: 2rem;
}

#our-team-section {
	padding-bottom: 4rem;
}

#our-team-section .team-profile-image {
	text-align: center;
	float: left;
	width: 40%;
}

#our-team-section .team-profile-image img {
	border-radius: 999px;
}

#our-team-section .team-profile-details {
	float: right;
	width: calc(60% - 2rem);
	margin-left: 1rem;
}

#our-team-section .team-profile-details .team-profile-name {
	font-weight: bold;
	font-size: 1.125rem;
}

#our-team-section .team-profile-details .team-profile-title {
	font-size: .8125rem;
}

#our-team-section .team-profile-details .team-profile-linked-in {
	display: inline-block;
	margin-top: .5rem;
	transition: all .2s ease-in-out;
}

#our-team-section .team-profile-details .team-profile-linked-in:hover {
	opacity: .7;
}

@media only screen and (min-width: 768px) {
	#our-team-section .team-profile-details,
	#our-team-section .team-profile-image {
		float:none;
		width: 100%;
		margin:0;
	}
	#our-team-section .team-profile-details {
		text-align: center;
		margin-top: 1rem;
	}
	
}

/* News Section */
#news-section {
	background-color: #F3F4F8;
	padding: 4rem 0;
}

#news-section .section-title-wrapper h2 {
	background-color: #F3F4F8;
}

/* Medium Section */
#medium-section {
	background: #1071BC;
	padding: 4rem 0;
}

#medium-section .section-title-wrapper h2 {
	background-color: #1171BC;
	color: #fff;
}

a.medium-callout {
	color: #fff;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	background-position: center left;
	padding-left: 30px;
}

#medium-section .owl-carousel.card-carousel .owl-nav button.owl-prev,
#medium-section .owl-carousel.card-carousel .owl-nav button.owl-next {
	background-color: #000;
}

/* Toolset Section */
#toolset-section,
#toolset-section .section-title-wrapper h2 {
	background-color:#fff;
}

#toolset-section {
	padding: 4rem 0;
}

#toolset-section .tool-card {
	padding: 0 3rem 2rem 3rem;
	text-align: center;
}

#toolset-section .tool-card .tool-card-image {
	margin-bottom: 1rem;
	height: 7rem;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Open Source Section */
#open-source-section,
#open-source-section .section-title-wrapper h2 {
	background-color: #F2F5F9;
}

#open-source-section {
	padding: 4rem 0;
}

#open-source-section .section-title-callout a {
	color: #000;
}

#open-source-section .card.github-card .card-body {
	position: relative;
	padding-bottom: 2.5rem;
}

#open-source-section .card.github-card h3.card-title {
	font-weight: 800;
}

#open-source-section .card.github-card:hover h3.card-title {
	color: #1071BC;
}

#open-source-section .card.github-card .card-body .card-software {
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	padding-left: 20px;
	background-image: url('../img/code-icon.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 13.5px 12px;
}

#open-source-section .card.github-card .card-body p {
	color: #7A7E83;
	font-size: 1.125rem;
}

#open-source-section .card-body .blue-arrow-right {
	background-image: url('../img/blue-arrow-right.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	width: 17px;
	height: 10.35px;
	display: block;
	transition: all .2s ease-in-out;
}

#open-source-section .card:hover .card-body .blue-arrow-right {
	transform: translateX(5px);
}

#open-source-section .card:hover .card-body {
	background:transparent;
}

@media (max-width: 768px) {
	#our-team-section .section-title h3 {
		margin-bottom: 3rem;
	}	
	#our-team-section .team-profile-details {
		padding-top: 1.5rem;
		width: calc(70% - 2rem);
	}
	#our-team-section .team-profile-image {
		width: 30%;
		margin-bottom: 2rem;
	}
	
	.card-carousel .owl-nav {
		left: 0;
		top:0;
	}
	.hero-slide-content h2 {
		font-size: 3rem;
	}
}

@media (max-width: 992px) {
	#toolset-section .tool-card .tool-card-image {
		background-size: contain;
	}
	#medium-section .section-title-callout,
	#news-section .section-title-callout,
	#open-source-section .section-title-callout,
	#who-we-are-section .section-title-callout {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	#open-source-section .section-title-callout a {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media (max-width: 1200px) {
	#toolset-section .tool-card {
		padding:1rem;
	}
}


/**************************
NEWS
**************************/

.single-header-image {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.single-header-image-overlay {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#062843+0,062843+100&0.24+0,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(6,40,67,0.24) 0%, rgba(6,40,67,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(6,40,67,0.24) 0%,rgba(6,40,67,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(6,40,67,0.24) 0%,rgba(6,40,67,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d062843', endColorstr='#cc062843',GradientType=0 ); /* IE6-9 */
	position: relative;
}
.single-header-image-overlay .col-sm-12 {
	position: relative;
	min-height: 30rem;
}

.single-header-image-overlay h1 {
	color: #fff;
	position: absolute;
	bottom: 2rem;
	left:0;
	font-weight: 400;
	font-size: 3rem;
}

body.single article {
	margin-bottom:0;
}

.single-main-content,
.single-main-content p {
	font-size: 1.125rem;
}

@media (max-width: 768px) {
	.single-header-image-overlay h1 {
		font-size: 2.5rem;
	}	
}

/**************************
FOOTER
**************************/

#footer-top {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #000000 0%, #052035 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #000000 0%,#052035 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #000000 0%,#052035 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#052035',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#footer-top .section-title h2 {
	color: #fff;
}

#footer-top ul.footer-contact {
	margin:0;
	padding:0;
}

#footer-top ul.footer-contact li {
	list-style: none;
	display: block;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	padding:0 0 0 24px;
	background-repeat: no-repeat;
	background-position: left center;
}

#footer-top ul.footer-contact li a {
	color: #fff;
}

#footer-top ul.footer-contact li.footer-contact-email {
	background-image: url('../img/email.svg');
	background-size: 14px 10.5px;
}

#footer-top ul.footer-contact li.footer-contact-phone {
	background-image: url('../img/phone.svg');
	background-size: 14px 14px;
}

#footer-top .contact-form label {
	position: absolute;
	left: -9999px;
}

#footer-top .contact-form .gform_confirmation_message {
	color: #fff;
    font-size: 1.2rem;
    padding-top: 1rem;
}

#footer-top .contact-form input,
#footer-top .contact-form textarea {
	font-size: 1.125rem;
	color: #fff;
	font-weight: 500;
	border:none;
	border-bottom: 1px solid #1071BC;
	background: transparent;
}

#footer-top .contact-form input:placeholder,
#footer-top .contact-form textarea:placeholder {
	color:#fff;
}

#footer-top .contact-form input:focus,
#footer-top .contact-form textarea:focus {
	outline: none;
	border-bottom-color: #F2F5F9;
	box-shadow: none;
}

#footer-bottom {
	background-color: #000;
}

#footer-bottom p {
	margin-bottom:0;
	padding-bottom:0;
}
