@font-face {
	font-family: 'DINPro-Bold';
	src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINPro-Bold.otf')  format('opentype'),
	url('../fonts/DINPro-Bold.woff2') format('woff2'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf')  format('truetype'), url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: 'DINPro-Medium';
	src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINPro-Medium.otf')  format('opentype'),
	url('../fonts/DINPro-Medium.woff2') format('woff2'), url('../fonts/DINPro-Medium.woff') format('woff'), url('../fonts/DINPro-Medium.ttf')  format('truetype'), url('../fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: 'DINPro-Regular';
	src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINPro-Regular.otf')  format('opentype'),
	url('../fonts/DINPro-Regular.woff2') format('woff2'), url('../fonts/DINPro-Regular.woff') format('woff'), url('../fonts/DINPro-Regular.ttf')  format('truetype'), url('../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
  }



html, body {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    margin: 0; 
    padding: 0;
    color: #404040;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*scroll-behavior: smooth;*/
    -webkit-overflow-scrolling: touch;
}
body.nav-open {
    position: fixed;
    overflow: hidden;
}


a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus  {
    outline-style: revert !important;
	outline-color: #46b000 !important;
	outline-width: 2px !important;
	outline-offset: 3px !important;
}




@media screen and (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}









#reveal {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
    z-index: 5;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(66,70,72,0.75);
    z-index: 5;
}
#overlay #loading {
    display: none;
}
#overlay .loading-bg {
		position: absolute;
		top: calc(50% - 50px);
		left: calc(50% - 50px);
		width: 100px;
		height: 100px;
		padding: 10px;
		border-radius: 50%;
		background: transparent;
		z-index: 51;
	}
    #overlay .loading-img {
		position: absolute;
		top: calc(50% - 16px);
		left: calc(50% - 16px);
		width: 32px;
		height: 32px;
	}
    #overlay .circular-chart {
		display: block;
		margin: 0;
		max-width: 100%;
	}
    #overlay .circle-bg {
		fill: none;
		stroke: #eee;
		stroke-width: 5;
	}
    #overlay .circle {
		fill: none;
		stroke: #000;
		stroke-width: 2.5;
		stroke-linecap: round;
		transition: stroke-dashoffset 0.35s;
	}
    #overlay .percentage {
		fill: #fff;
		font-family: 'Open Sans';
		font-size: 7px;
		text-anchor: middle;
	}
    #overlay .loading {
		color: #fff;
		font-family: 'Open Sans';
		font-size: 12px;
		text-align: center;
		margin-top: 15px;
	}







/* Header */
header#header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
	width: 100%;
    /*height: 100px;*/
    margin: 0 auto;
}
header#header.frontpage {
    position: absolute;
    height: 100px;
}
header#header.page {
    height: 85px;
    background-color: #404040;
    padding: 20px 0;
}
header#header .container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
header#header .header {
    
}
header#header.frontpage .header .logo {
    width: 250px;
    margin-top: 40px;
    margin-left: 40px;
}
header#header.page .header .logo {
    width: 281px;
}


@media all and (max-width: 992px) {
    header#header.frontpage .logo {
        width: 380px;
        margin-top: 20px;
        margin-left: 40px;
    }
}
@media all and (max-width: 768px) {
	header#header.frontpage {
        height: 50px !important;

    }
    header#header.frontpage .header {
        margin-top: 20px;
    }
    header#header.frontpage .mobile-logo {
        width: 249px;
    }

}
@media all and (max-width: 576px) {

    header#header.frontpage .mobile-logo {
        width: 249px;
    }
    header#header.frontpage .logo {
        margin-left: 0;
    }
}


.container-fluid>.navbar-header {
	margin-left: 0!important;
	margin-right: 0 !important;
}

.navbar-default {
    flex-direction: row-reverse;
	background-color: transparent;
	border: 0 !important;
    margin-top: 32px;
    margin-right: 40px;
    padding: 0;
    z-index: 11;
}
.navbar-default .navbar-toggler:focus, 
.navbar-default .navbar-toggler:hover {
	background-color: transparent;
}
.navbar-toggler {
	position: relative;
    display: grid !important;
    padding: 0 !important;
    margin: 0px 0 0 !important;
    width: 34px;
    height: 32px;
    float: right;
	border: 0 !important;
	background: transparent !important;
    z-index: 10 !important;
}
.navbar-toggler:hover {
	background: transparent !important;
}
.navbar-toggler .sr-only {
    top: 1px;
    left: 1px;
}


/**/
.navbar-toggler .icon-bar {
  display: block;
  width: 32px;
  height: 3px;
  margin-left: 5px;
  border-radius: 1px;
  background-color: #424648 !important;
  transition: all 0.25s;
	z-index: 10 !important;
}
.navbar-toggler .icon-bar + .icon-bar {
	margin-top: 3px;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  margin-top: 8px;
}
.navbar-toggler .middle-bar {
  opacity: 0;
  margin-left: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar {
    background-color: #fff !important;
    margin-left: 0;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);      
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}
.navbar-collapse {
	position: absolute;
	top: 0;
	right: -33%;
	width: 33%;
	min-height: 100vh !important;
    background-color: #fff;
    /*border: 2px solid #1b7496;*/
	padding: 100px !important;
	transition: right .25s ease;
    -webkit-transition: right .25s ease;
    -moz-transition: right .25s ease;
    -o-transition: right .25s ease;
	z-index: 5;
}

@media all and (max-width: 768px) {
	.navbar-default {
        margin-top: 0;
        margin-right:0;
    }
}
@media all and (max-width: 576px) {
	.navbar-default {
		padding: 0 0px !important;
	}
	.navbar-toggler {
        width: 26px;
		margin: 5px 0 0 !important;
    }
    .navbar-toggler .icon-bar {
        width: 26px;
        height: 2px;
        margin-top: 9px;
    }
    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 0;
    }
}

@supports (-moz-appearance:none) {
	.navbar-toggler .icon-bar.top-bar {
		margin-top: 6px !important;
	}
	.navbar-toggler .icon-bar + .icon-bar {
		margin-top: 1px !important;
	}
	.navbar-toggler .icon-bar {
		width: 32px !important;
	}
}

@supports (-ms-ime-align:auto) {
	.navbar-toggler .icon-bar.top-bar {
		margin-top: 7px !important;
	}
	.navbar-toggler .icon-bar + .icon-bar {
		margin-top: 4px !important;
	}
	.navbar-toggler .icon-bar {
		width: 34px !important;
	}
}

@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) and (stroke-color:transparent) {
		.navbar-toggler .icon-bar.top-bar {
			margin-top: 7px !important;
		}
		.navbar-toggler .icon-bar + .icon-bar {
			margin-top: 3px !important;
		}
		.navbar-toggler .icon-bar {
			width: 32px !important;
		}
		
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	select::-ms-expand {
		display: none;
	}
}


#st-navbar {
    z-index: 10;
}
#st-navbar #menu-primary-navigation {
    border-bottom: 1px solid rgba(66,70,72,.5);
    padding-right: 17%;
    padding-bottom: 60px;
    margin-left: 0;
    margin-bottom: 0;
}
#st-navbar .logo {
    width: 300px;
    margin-top: 40px;
}


.navbar-collapse.collapse {
	display: none!important;
	height: 75vh !important;
}
.navbar-collapse.collapse.show{
	display: block!important;
	right: 0;
}

.collapsing {
	height: unset !important;
}
.navbar-nav {
    margin: 0;
    padding: 0;
}
.navbar-nav .menu-item {
	clear: both;
    float: left;
    padding: 0;
    margin-bottom: 30px;
}
.navbar-nav .menu-item:last-child {
    margin-bottom: 0;
}
.navbar-nav > .menu-item > a {
	position: relative;
	display: block;
    color: #1b7496;
    font-family: 'DINPro-Medium';
	font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
	text-transform: uppercase;
    padding: 0;
}
.navbar-nav > .menu-item > a:hover {
    color: #424648;
    text-decoration: none;
}
.navbar-nav > .menu-item.active > a {
	color: #1b7496 !important;
}
@media all and (max-width: 1920px) {
	.navbar-collapse {
		width: 38% !important;
		right: -38%;
		padding: 4% !important;
	}
}
@media all and (max-width: 1024px) {
	.navbar-collapse {
		width: 48% !important;
		right: -48%;
		padding: 65px 50px 50px 65px !important;
	}
}
@media all and (max-width: 992px) {
	.navbar-collapse {
		width: 73% !important;
		right: -73%;
		padding: 60px 20px 20px 40px !important;
	}
}
@media all and (max-width: 768px) {
    .navbar-default {
        margin-right: 20px;
    }
}
@media all and (max-width: 576px) {
    .navbar-default {
        margin-top: -13px;
        margin-right: 20px;
    }
    .navbar-toggler.collapsed .icon-bar {
        background-color: #fff !important;
    }
	.navbar-collapse {
		width: 100% !important;
		right: -100%;
        padding: 30px 10px !important;
    }

    #st-navbar #menu-primary-navigation {
        padding-right: 0;
        padding-bottom: 25px;
    }
    
    #st-navbar hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #st-navbar .logo {
        width: 300px;
    }

    .navbar-nav > .menu-item > a {
        font-size: 24px;
        line-height: 29px;
    }
}








/* Front Page */
.frontpage-main section {
    position: relative;
}
.frontpage-main .tiled-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 1080px;
    margin: 0 auto;
    z-index: 0;
}
.frontpage-main .tiled-img {
    padding-left: 0;
    padding-right: 0;
}
.frontpage-main .tiled-img img {
    min-height: 150px;
}


.frontpage-main section .heading {
    margin-bottom: 45px;
}
.frontpage-main section h1,
.frontpage-main section h2 {
    font-family: 'DINPro-Regular';
    font-size: 60px;
    line-height: 64px;
    letter-spacing: 1.2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.frontpage-main section .content {
    margin-bottom: 35px;
}
.frontpage-main section p {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.frontpage-main section a {
    color: #1b7496;
}
.frontpage-main section a:hover {
    color: #1b7496;
}
.frontpage-main section a.white {
    color: #fff;
}

.frontpage-main section .btn {
    background-color: #1b7496;
    border: 1px solid #1b7496;
    border-radius: 0;
    color: #fff;
    margin: 0 auto;
    padding: 10px 30px;
    font-family: 'Open Sans';
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
}
.frontpage-main section .btn:hover {
    background-color: #424648;
    border-color: #424648;
    color: #fff;
}

.frontpage-main #one {
    position: relative;
    display: flex;
    align-items:center;
    align-content: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    max-height: 1080px;
}

.frontpage-main #one #video-wrapper {
    width: 100%; 
    
}
.frontpage-main #one #playerContainer {
    /*padding-top: 56.25%;    */
}
.frontpage-main #one #STplayer,
.frontpage-main #one #STplayer {
    position: relative; 
    top: 0; 
    right: 0px; 
    left: 0px;
    width: 100%; 
    height: auto;
    padding: 0 !important;
}

.frontpage-main #one .content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;  
}
.frontpage-main #one .section-content {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 60px 0 35px;
    background: rgba(255,255,255,1);
    z-index: 1;
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.frontpage-main #one .heading,
.frontpage-main #one .content {
    opacity: 0;
}
.frontpage-main #one h2,
.frontpage-main #one p {
    color: #424648;
}
.frontpage-main #one h2 {
   
}
.frontpage-main #one hr {
    opacity: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 45px;
    margin-bottom: 35px;
    border: 0;
    border-top: 2px solid rgba(66,70,72,.2);
}
.frontpage-main #one .logo {
    opacity: 0;
    position: relative;
    margin: 0 auto;
}
.frontpage-main #one .logo img {
    width: 380px;
}

.frontpage-main #two {
    background-color: #fff;
    padding-top: 85px;
    padding-bottom: 95px;
}
.frontpage-main #two h2,
.frontpage-main #two h3,
.frontpage-main #two p {
    color: #404040;
}
.frontpage-main #two .heading h3 {
    font-family: 'DINPro-Regular';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin-top: 15px;
    margin-bottom: 0;
}
.frontpage-main #two .content {
    margin-bottom: 50px;
}
.frontpage-main #two #yt-video {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background .25s ease;
	-webkit-transition: background .25s ease;
	-moz-transition: background .25s ease;
	-o-transition: background .25s ease;
	border-bottom: 0;
	padding-top: 0;
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.frontpage-main #two #yt-video .video-wrapper {
    position: relative;
    background-color: #fff;
}
.frontpage-main #two #yt-video .video-wrapper {
    width: 852px;
    height: 534px;
}
.frontpage-main #two #yt-video #vid-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


.frontpage-main #three {
    background-color: #424648;
    padding-top: 85px;
    padding-bottom: 95px;
}
.frontpage-main #three h2,
.frontpage-main #three p {
    color: #fff;
}
.frontpage-main #three h3 {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.frontpage-main #three hr {
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 2px solid rgba(255,255,255,.3);
}
.frontpage-main #three .features {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin-top: 35px;

    -webkit-transition: background 250ms ease-in-out;
    -moz-transition: background 250ms ease-in-out;
    -ms-transition: background 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
}
.frontpage-main #three .row-a,
.frontpage-main #three .row-b {
    opacity: 0;
}
.frontpage-main #three .feature {
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
}
.frontpage-main #three .feature .feature-wrap {
    position: relative;
    cursor: pointer;
}
.frontpage-main #three .feature .title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 82%;
    height: 105px;
    margin: 0 auto;
    padding: 0 35px;
    background-color: rgba(255,255,255,0.9);
}
.frontpage-main #three .feature .title span {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #231f20;

    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}
.frontpage-main #three .feature .feature-wrap:hover .title {
    background-color: #1b7496;
}
.frontpage-main #three .feature .feature-wrap:hover .title span {
    color: #fff;
}

.frontpage-main #four {
    background-color: #fff;
    padding-top: 85px;
    padding-bottom: 95px;
}
.frontpage-main #four h2,
.frontpage-main #four p {
    color: #424648;
}

.frontpage-main #five {
    background-color: #424648;
}
.frontpage-main #five h2,
.frontpage-main #five h3,
.frontpage-main #five p {
    color: #fff;
}
.frontpage-main #five div {
    padding-left: 0;
    padding-right: 0;
    background-color: #1b7496;
}
.frontpage-main #five .row-a,
.frontpage-main #five .row-b {
    
}
.frontpage-main #five .image {

}
.frontpage-main #five .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 50px 59px 35px;
}
.frontpage-main #five .row-b .info {
    padding: 80px 59px 40px;
}
.frontpage-main #five .info h3 {
    font-family: 'Open Sans';
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #fff;
}
.frontpage-main #five .info h3.bottom {
    padding: 0 50px;
}
.frontpage-main #five .info h2 {
    font-family: 'DINPro-Bold';
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #fff;
}
.frontpage-main #five .info small {
    display: block;
    font-family: 'Open Sans';
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #fff;
    
}
.frontpage-main #five .row-a .info small {
    margin-top: 25px;
}
.frontpage-main #five .row-b .info small {
    margin-top: 35px;
}

.frontpage-main #six {
    background-color: #fff;
    padding-top: 85px;
    padding-bottom: 30px;
}
.frontpage-main #six h2,
.frontpage-main #six h3,
.frontpage-main #six h4,
.frontpage-main #six p {
    color: #424648;
}
.frontpage-main #six .heading {
    margin-bottom: 65px;
}
.frontpage-main #six .row-a {
    position: relative;
    margin-bottom: 0px;
}
.frontpage-main #six .row-b {
    position: relative;
}
.frontpage-main #six .info-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
}
.frontpage-main #six .info-box {
    padding: 45px 35px;
}
.frontpage-main #six .info-box h3 {
    font-family: 'DINPro-Bold';
    font-size: 90px;
    line-height: 92px;
    color: #1b7496;
    margin-bottom: 10px;

    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}
.frontpage-main #six .info-box:hover h3 {
    color: #fff;
}
.frontpage-main #six .info-box h4 {
    font-family: 'DINPro-Medium';
    font-size: 30px;
    line-height: 32px;
    color: #424648;
    text-transform: uppercase;
    margin-bottom: 20px;

    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}
.frontpage-main #six .info-box:hover h4 {
    color: #fff;
}
.frontpage-main #six .info-box div {
    opacity: 0;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.frontpage-main #six .info-box:hover div {
    opacity: 1;
}

.frontpage-main #seven {
    background-color: #424648;
    padding-top: 85px;
    padding-bottom: 95px;
}
.frontpage-main #seven h2,
.frontpage-main #seven p {
    color: #fff;
}
.frontpage-main #seven .btn:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #1b7496 !important;
}
.frontpage-main #seven .heading {
    padding-left: 20px;
    padding-right: 20px;
}
.frontpage-main #seven .row-a,
.frontpage-main #seven .row-b {
    opacity: 0;
}
.frontpage-main #seven .row-a {
    margin-bottom: 50px;
}
.frontpage-main #seven .clients {
    margin-top: 55px;
    padding-left: 0;
    padding-right: 0;
}
.frontpage-main #seven .top .client {
    padding-left: 29px;
    padding-right: 29px;
}
.frontpage-main #seven .top .client span {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    display: block;
}
.frontpage-main #seven .top .client h3 {
    font-family: 'DINPro-Regular';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    height: 88px;
}
.frontpage-main #seven .top .client .btn {
    margin-top: 30px;
}
.frontpage-main #seven hr {
    padding-left: 0;
    padding-right: 0;
    margin-top: 85px;
    margin-bottom: 85px;
    border: 0;
    border-top: 2px solid rgba(255,255,255,.2);
}
.frontpage-main #seven .bottom .client {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-left: 45px;
    padding-right: 45px;
}
.frontpage-main #seven .bottom .client img {
    max-height: 140px;
}

.frontpage-main #eight {
    background-color: #fff;
    padding-top: 75px;
    padding-bottom: 50px;
}
.frontpage-main #eight h2,
.frontpage-main #eight p {
    color: #424648;
}

.frontpage-main #nine {
    background-color: #1b7496;
    padding-top: 125px;
    padding-bottom: 125px;
}
.frontpage-main #nine h2,
.frontpage-main #nine p {
    color: #fff;
}
.frontpage-main #nine .quote p {
    font-family: 'DINPro-Medium';
    font-size: 46px;
    line-height: 62px;
    font-weight: 400;
    letter-spacing: 50;
    color: #fff;
    margin-bottom: 45px;
}
.frontpage-main #nine .quote .cite {
    display: block;
    font-family: 'DINPro-Regular';
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 50;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.frontpage-main #ten {
    padding-top: 85px;
    padding-bottom: 95px;

    background-image: url(/wp-content/uploads/2020/08/fp_10_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.frontpage-main #ten h2,
.frontpage-main #ten p {
    color: #424648;
}
.frontpage-main #ten .content-wrapper {
    /*height: 1135px;*/
}
.frontpage-main #ten .section-content {
    height: 100%;
    padding: 85px 0 95px;
    background: rgba(255,255,255,0.85);
}
.frontpage-main #ten .section-content .heading {
}
.frontpage-main #ten .section-content .content {
    margin-bottom: 55px;
}
.frontpage-main #ten .section-content .wpcf7 {
    opacity: 0;
    
}
.frontpage-main #ten .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 18px;
}
.wpcf7 form.spam .wpcf7-response-output {
	background-color: #F96E28 !important;
	color:#fff !important;
	font-weight: bold !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #ffb900 !important;
	color:#fff !important;
	font-weight: bold !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450 !important;
	color:#fff !important;
	font-weight: bold !important;
}
.wpcf7-form.sent .wpcf7-mail-sent-ok {
	background: #009ba1 !important;
	width: 98% !important;
	padding: 5px 20px !important;
	border: none !important;
	color: #fff !important;
}
.wpcf7-form.invalid .wpcf7-validation-errors {
	background: #FFF976 !important;
	width: 98% !important;
	padding: 5px 20px !important;
	border: none !important;
}
.wpcf7-form.failed .wpcf7-mail-sent-ng {
	background: #ff4859 !important;
	width: 98% !important;
	padding: 5px 20px !important;
	border: none !important;
	color: #fff !important;
}


.frontpage-main #ten label {
    width: 100%;
    margin: 0 auto 50px;
}
.frontpage-main #ten .wpcf7-text {
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid #70757c;
    border-radius: 0;
    margin-bottom: 5px;
    padding-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.frontpage-main #ten .wpcf7-submit {
    background-color: #1b7496;
    border: 1px solid #1b7496;
    border-radius: 0;
    color: #fff;
    margin: 10px auto 0;
    padding: 10px 30px;
    font-family: 'Open Sans';
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
}
.frontpage-main #ten .wpcf7-submit:hover {
    background-color: #424648;
    border-color: #424648;
    cursor: pointer;
}

@media all and (max-width: 1846px) {

    .frontpage-main #five .row-b .info {
        padding: 40px 59px 40px;
    }

}
@media all and (max-width: 1807px) {

    .frontpage-main #five .info {
        padding: 30px 35px 20px;
    }

}

@media all and (max-width: 1663px) {

    .frontpage-main #five .info {
        padding: 20px 15px 20px;
    }

}

@media all and (max-width: 1543px) {
/*
    .frontpage-main #one hr {
        margin-top: 35px;
        margin-bottom: 25px;
    }
    .frontpage-main #one .logo img {
        width: 444px;
    }
*/
    .frontpage-main #five .info {
        padding: 15px 5px 15px;
    }
    .frontpage-main #five .row-a .info small {
        
    }

}

@media all and (max-width: 1483px) {
/*
    .frontpage-main section .heading {
        margin-bottom: 35px;
    }
    .frontpage-main section h2 {
        font-size: 70px;
        line-height: 78px;
    }
    .frontpage-main section .content {
        margin-bottom: 35px;
    }
    .frontpage-main section p {
        font-size: 22px;
        line-height: 31px;
    }
*/


    
    .frontpage-main #five .row-a .info {
        padding: 15px 5px 15px;
    }
    .frontpage-main #five .row-b .info {
        padding: 30px 15px 30px;
    }
    .frontpage-main #five .info h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .frontpage-main #five .info h3.bottom {
        padding: 0 50px;
    }
    .frontpage-main #five .info h2 {
        font-size: 64px;
        line-height: 64px;
    }
    .frontpage-main #five .info small {
        font-size: 10px;
        line-height: 14px;
    }
    .frontpage-main #five .row-a .info small {
        margin-top: 15px;
    }
    .frontpage-main #five .row-b .info small {
        margin-top: 25px;
    }
/*
    .frontpage-main #six .info-box {
        padding: 25px 35px;
    }
    .frontpage-main #six .info-box h3 {
        font-size: 90px;
        line-height: 92px;
    }
    .frontpage-main #six .info-box h4 {
        font-size: 30px;
        line-height: 32px;
    }
    .frontpage-main #six .info-box div {
        font-size: 22px;
        line-height: 31px;
    }
*/
}


@media all and (max-width: 1409px) {

    .frontpage-main #five .info p {
        font-size: 22px;
        line-height: 32px;
    }
/*
    .frontpage-main #six .info-box {
        padding: 15px 25px;
    }
    .frontpage-main #six .info-box h3 {
        font-size: 90px;
        line-height: 92px;
    }
    .frontpage-main #six .info-box h4 {
        font-size: 30px;
        line-height: 32px;
    }
    .frontpage-main #six .info-box div {
        font-size: 22px;
        line-height: 31px;
    }
*/
}
@media all and (max-width: 1366px) {
/*
    .frontpage-main section .heading {
        margin-bottom: 25px;
    }
    .frontpage-main section h2 {
        font-size: 58px;
        line-height: 66px;
    }
    .frontpage-main section .content {
        margin-bottom: 25px;
    }
    .frontpage-main section p {
        font-size: 22px;
        line-height: 31px;
    }

    .frontpage-main #one hr {
        margin-top: 35px;
        margin-bottom: 25px;
    }
    .frontpage-main #one .logo img {
        width: 444px;
    }
*/
    .frontpage-main #five .info h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .frontpage-main #five .info h2 {
        font-size: 52px;
        line-height: 52px;
    }
/*
    .frontpage-main #six .info-box {
        padding: 15px 25px;
    }
    .frontpage-main #six .info-box h3 {
        font-size: 90px;
        line-height: 92px;
    }
    .frontpage-main #six .info-box h4 {
        font-size: 22px;
        line-height: 24px;
    }
    .frontpage-main #six .info-box div {
        font-size: 18px;
        line-height: 27px;
    }
*/
}

@media all and (max-width: 1266px) {
    .frontpage-main #seven .top .client p {
        height: 141px;
    }
}

@media all and (max-width: 1200px) {

    .frontpage-main #five .info h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .frontpage-main #five .info h2 {
        font-size: 42px;
        line-height: 42px;
        padding: 0 25px;
    }
    .frontpage-main #five .row-a .info small {
        margin-top: 15px;
    }
    .frontpage-main #five .row-b .info small {
        margin-top: 25px;
    }

    .frontpage-main #seven .top .client p {
        height: 102px;
        font-size: 28px;
        line-height: 34px;
    }


}

@media all and (max-width: 1082px) {

    .frontpage-main #five .row-a .info small {
        margin-top: 4px;
    }

    .frontpage-main #seven .top .client p {
        height: 135px;
    }

}

@media all and (max-width: 1024px) {


    .frontpage-main #two #yt-video .video-wrapper {
        width: 852px;
        height: 534px;
    }

    .frontpage-main #five .row-a .info {
        padding: 15px 15px 15px;
    }
    .frontpage-main #five .info h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .frontpage-main #five .info h2 {
        font-size: 36px;
        line-height: 36px;
        padding: 0 20px;
    }
    .frontpage-main #five .row-a .info small {
        margin-top: 8px;
    }

}

@media all and (max-width: 992px) {

    .frontpage-main #one .content-wrapper {
        /*height: 623px;*/
    }

    .frontpage-main #two #yt-video .video-wrapper {
        width: 852px;
        height: 534px;
    }

    .frontpage-main #three .feature .title {
        width: 100%;
    }


    .frontpage-main #six .info-wrapper {
        margin-bottom: 0;
    }

    .frontpage-main #seven .top .client p {
        height: 134px;
    }
    
}


@media all and (max-width: 960px) {

    .frontpage-main #five .info {
        padding: 15px 10px 15px;
    }
    .frontpage-main #five .info h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .frontpage-main #five .info h2 {
        font-size: 32px;
        line-height: 32px;
        padding: 0 20px;
    }
    .frontpage-main #five .info h3.bottom {
        padding: 0 10px;
    }

}

@media all and (max-width: 923px) {

    .frontpage-main #five .row-b .info small {
        margin-top: 15px;
    }

}

@media all and (max-width: 909px) {

    .frontpage-main #one .content-wrapper {
        /*height: 676px;*/
    }

}

@media all and (max-width: 868px) {

    .frontpage-main #five .row-a .info {
        padding: 10px 5px 10px;
    }
    .frontpage-main #five .row-b .info {
        padding: 20px 5px 20px;
    }
    .frontpage-main #five .row-a .info small {
        margin-top: 4px;
    }

}

@media all and (max-width: 868px) {

    .frontpage-main #five .row-a .info {
        padding: 10px 4px 10px;
    }

}

@media all and (max-width: 800px) {

    .frontpage-main #five .row-a .info {
        padding: 10px 1px 10px;
    }
    
}

@media all and (max-width: 768px) {

    .frontpage-main .tiled-img img {
        min-height: 200px;
    }

    .frontpage-main #one #STplayer {
        
    }

    .frontpage-main #one .content-wrapper {
        /*height: 740px;*/
    }

    .frontpage-main #two #yt-video .video-wrapper {
        width: 576px;
        height: 361px;
    }

    .frontpage-main #five .sm-group {
        display: flex;
        flex-direction: row-reverse;
    }
    .frontpage-main #five .image img {
        height: 210px;
    }
    .frontpage-main #five .row-a .info {
        padding: 10px 1px 10px;
    }
    .frontpage-main #five .row-b .info {
        padding: 10px 10px 10px;
    }
    .frontpage-main #five .info h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .frontpage-main #five .info h2 {
        font-size: 26px;
        line-height: 30px;
        padding: 0 20px;
    }
    .frontpage-main #five .info small {
        font-size: 10px;
        line-height: 14px;
    }
    .frontpage-main #five .row-a .info small {
        margin-top: 6px;
    }
    .frontpage-main #five .sm-group .row-b .info small {
        margin-top: 6px;
    }
    .frontpage-main #five .row-b .info small {
        margin-top: 6px;
    }

    
    .frontpage-main #seven .top .client {
        margin-bottom: 40px;
    }
    .frontpage-main #seven .top .client .info-wrap h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .frontpage-main #seven .top .client span {
        height: 51px;
        font-size: 16px;
        line-height: 26px;
    }
    .frontpage-main #seven .top .client p {
        height: 130px;
        font-size: 26px;
        line-height: 30px;
    }
    .frontpage-main #seven .top .client .btn {
        margin-top: 25px;
    }


}

@media all and (max-width: 767px) {

    .frontpage-main #seven .top .info-wrap span {
        margin-top: 0;
    }

    .frontpage-main #five .sm-group {
        display: flex;
        flex-direction: row-reverse;
    }
    .frontpage-main #five .image img {
        height: unset;
    }
    .frontpage-main #five .row-a .info {
        padding: 25px 25px 25px;
    }
    .frontpage-main #five .row-b .info {
        padding: 25px 25px 25px;
    }
    .frontpage-main #five .info h3 {
        font-size: 16px;
        line-height: 22px;
        padding: 0 70px;
    }
    .frontpage-main #five .info h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .frontpage-main #five .info h3.bottom {
        padding: 0 106px;
    }
    .frontpage-main #five .row-a .info h2 {
        padding: 0 60px;
    }
    .frontpage-main #five .row-b .info h2 {
        padding: 0 100px;
    }
    .frontpage-main #five .info small {
        font-size: 14px;
        line-height: 18px;
    }
    .frontpage-main #five .row-a .info small {
        margin-top: 10px;
    }
    .frontpage-main #five .sm-group {
        display: flex;
        flex-direction: row-reverse;
    }
    .frontpage-main #five .sm-group .row-b .info small {
        margin-top: 39px;
    }
    .frontpage-main #five .row-b .info small {
        margin-top: 30px;
    }

    .frontpage-main #seven .top .client p {
        height: 70px;
    }

}


@media all and (max-width: 606px) {

    .frontpage-main #one .content-wrapper {
        /*height: 677px;*/
    }

}
@media all and (max-width: 576px) {

    .frontpage-main .tiled-img img {
        min-height: 150px;
    }

    .frontpage-main section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .frontpage-main section .heading {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .frontpage-main section h2 {
        font-size: 30px;
        line-height: 34px;
    }
    
    .frontpage-main section .content {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .frontpage-main section p {
        font-size: 12px;
        line-height: 20px;
    }
    .frontpage-main section .btn {
        padding: 8px 15px;
        font-size: 16px;
        line-height: 16px;
    }

    .frontpage-main #one .content-wrapper {
        /*height: 485px;*/
    }
    .frontpage-main #one .section-content {
        padding: 35px 0 25px;
    }
    .frontpage-main #one .section-content h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .frontpage-main #one hr {
        border-top: 1px solid rgba(66,70,72,.2);
        margin-top: 15px;
        margin-bottom: 15px;
    }   
    .frontpage-main #one .logo img {
        width: 250px;
    }

    .frontpage-main #two {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .frontpage-main #two .heading h3 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .frontpage-main #two .content {
        margin-bottom: 25px;
    }
    .frontpage-main #two #yt-video {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .frontpage-main #two #yt-video .video-wrapper {
        width: 359px;
        height: 202px;
    }

    .frontpage-main #three {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .frontpage-main #three h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .frontpage-main #three hr {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .frontpage-main #three .features {
        margin-top: 25px;
    }
    .frontpage-main #three .feature {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 12px;
    }
    .frontpage-main #three .feature-wrap a {
        display: flex;
        flex-direction: row;
    }
    .frontpage-main #three .feature img {
        order: 1;
        min-width: 40%;
        height: auto;
    }
    .frontpage-main #three .feature .title {
        position: relative;
        bottom: unset;
        order: 2;
        width: 60%;
        height: 100%;
        min-height: 218px;
        padding: 42px 35px;
    }
    .frontpage-main #three .feature .title span {
        font-size: 16px;
        line-height: 22px;
    }

    .frontpage-main #four {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .frontpage-main #five {

    }
    .frontpage-main #five .sm-group {
        display: flex;
        flex-direction: row-reverse;
    }
    .frontpage-main #five .image img {
        width: 100%;
        height: unset;
    }
    .frontpage-main #five .row-a .info {
        padding: 22px 1px 22px;
    }
    .frontpage-main #five .row-b .info {
        padding: 30px 10px 30px;
    }
    .frontpage-main #five .info h3 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1.2px;
        padding: 0;
    }
    .frontpage-main #five .info h3.bottom {
        padding: 0 0px;
    }
    .frontpage-main #five .info h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 1.2px;
    }
    .frontpage-main #five .row-a .info h2 {
        padding: 0;
    }
    .frontpage-main #five .row-b .info h2 {
        padding: 0 40px;
    }
    .frontpage-main #five .info small {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 1.2px;   
    }
    .frontpage-main #five .row-a .info small {
        margin-top: 10px;
    }
    .frontpage-main #five .sm-group .row-b .info small {
        margin-top: 30px;
    }
    .frontpage-main #five .row-b .info small {
        margin-top: 30px;
    }

    .frontpage-main #six {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .frontpage-main #six .info-wrapper {
        margin-bottom: 0;
    }
    .frontpage-main #six .info-box {
        height: 266px;
        padding: 15px 25px;
    }
    .frontpage-main #six .info-box h3 {
        font-size: 54px;
        line-height: 58px;
    }
    .frontpage-main #six .info-box h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .frontpage-main #six .info-box div {
        font-size: 12px;
        line-height: 20px;
    }

    .frontpage-main #seven {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .frontpage-main #seven .top .client {
        margin-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .frontpage-main #seven .top .client .img-wrap {
        padding-left: 15px;
        padding-right: 3px;
    }
    .frontpage-main #seven .top .client .info-wrap {
        padding-left: 3px;
        padding-right: 15px;
    }
    .frontpage-main #seven .top .client .info-wrap h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .frontpage-main #seven .top .client span {
        font-size: 12px;
        line-height: 18px;
        margin-top: -3px;
        padding: 0 5px;
    }
    .frontpage-main #seven .top .client p {
        font-size: 19px;
        line-height: 23px;
    }
    .frontpage-main #seven .top .client .btn {
        position: relative;
        bottom: -7px;
        margin-top: 0;
    }
    .frontpage-main #seven hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .frontpage-main #seven .bottom .client {
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 40px;
    }

    .frontpage-main #eight {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .frontpage-main #nine {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .frontpage-main #nine .quote p {
        font-size: 26px;
        line-height: 38px;
        letter-spacing: 1px;
        color: #fff;
        margin-bottom: 20px;
    }
    .frontpage-main #nine .quote .cite {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .frontpage-main #ten {
        padding-top: 45px;
        padding-bottom: 45px;
        background-image: url(http://ststudio.wpengine.com/wp-content/uploads/2020/08/fp_10_bg_mobile.jpg);
    }
    .frontpage-main #ten .content-wrapper {
        /*height: 1050px;*/
    }
    .frontpage-main #ten .section-content {
        padding: 65px 0 75px;
    }
    .frontpage-main #ten .section-content .heading {
        padding: 0 0;
    }
    .frontpage-main #ten .wpcf7-text {
        /*font-size: 16pz;
        line-height: 20px;*/
    }
    .frontpage-main #ten .wpcf7-submit {
        padding: 8px 15px;
        font-size: 16px;
        line-height: 16px;
    }

}

@media all and (max-width: 476px) {
    .frontpage-main #one .content-wrapper {
        top: 0;
    }
}

@media all and (max-width: 463px) {
    .frontpage-main #three .feature .title {
        min-height: 173px;
    }
}

@media all and (max-width: 413px) {

    .frontpage-main #one .content-wrapper {
        /*height: 600px;*/
    }

    .frontpage-main #three .feature .title {
        min-height: 154px;
    }

}


















/* Page */
.page #header-video {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background .25s ease;
	-webkit-transition: background .25s ease;
	-moz-transition: background .25s ease;
	-o-transition: background .25s ease;
	border-bottom: 0;
	padding-top: 0;
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: 0;
}
.video-wrapper {
    position: relative;
    background-color: #fff;
}
.video-wrapper iframe {

    /*pointer-events: none;*/
}
.page #header-video #vid-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.page #header-image {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 399px;
	transition: background .25s ease;
	-webkit-transition: background .25s ease;
	-moz-transition: background .25s ease;
	-o-transition: background .25s ease;
	border-bottom: 0;
	padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.page #header-image #header-title {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.page #header-image #header-title h1 {
    font-family: 'DINPro-Regular';
    font-size: 60px;
    line-height: 64px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
}

.page-main section {
    width: 100%;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 0px;
    padding-right: 0px;
}

.page-main section h2 {
    font-family: 'DINPro-Regular';
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    color: #404040;
    margin-bottom: 30px;
}
.page-main section h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 47px;
    margin-bottom: 30px;
}

.page-main section p {
    font-family: 'Open Sans' !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-align: center;
    color: #404040;
    margin-bottom: 45px;
}
.page-main section.section-one p:first-child {
    font-family: 'Open Sans' !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-align: center;
    color: #404040;
    margin-bottom: 0;
}
.page-main section a {
    text-decoration: none;
}
.page-main section img {
}
.page-main section .btn {
    background-color: #1b7496;
    border: 1px solid #1b7496;
    border-radius: 0;
    color: #fff;
    margin: 30px auto 0;
    padding: 10px 30px;
    font-family: 'Open Sans';
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
}
.page-main section .btn:hover {
    background-color: #424648;
    border-color: #424648;
}
.page-main section .example {
    display: block;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1b7496;
    margin-top: 45px;
}
.page-main section span.client {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #404040;
}
.page-main section span.title {
    float: left;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #404040;
    margin-top: 15px;
}
.page-main section span.title + img {
    margin-bottom: 30px;
}
.page-main section.cta button {
    font-family: 'Open Sans' !important;
    background: #fff !important;
    color: #d34430 !important;
    margin: 0 auto !important;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    border-radius: 0;
    padding: 15px 25px;
}
.page-main .photo-credit {
    width: 100%;
    padding: 5px 15px;
}
.page-main .photo-credit small {
    float: right;
    font-weight: 300;
}
.page-main section {
    margin: 0 auto;
    border-bottom: 1px solid #404040;
}
.page-main section button {
    color: #fff;
    background: #d74c28;
    padding: 10px 8px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    font-family: 'Open Sans' !important;
}
.page-main section:last-child {
    border-bottom: 0 !important;
}
.page-main section .mx-auto {
    text-align: center;
}
.page-main section * img {
    width: 100%;
    margin-top: 15px;
    
}

.page-main section .outer {
    margin-bottom: 10px;
}
.page-main section .outer button {
    width: 100% !important;
}
.page-main section .inner p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: left;
}
.page-main section .local-video-wrapper,
.page-main section .scroll-element-wrapper {
    max-width: 750px;
    max-height: 422px;
    margin: 15px auto 20px;
}
.page-main section .local-video-wrapper video,
.page-main section .scroll-element-wrapper video {
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #404040;
}

.video-storytelling .page-main section p {
    margin-bottom: 0;
}



@media all and (max-width: 1024px) {

    .page-main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page #header-image {
        min-height: 399px;
    }
    .page #header-image #header-title {
        width: 77%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page #header-image #header-title h1 {
        font-size: 38px;
        line-height: 44px;
    }
    
    .page-main section {
        width: 100%;
        margin: 0 auto;
        padding-top: 45px;
        padding-bottom: 45px;
        /*padding-left: 15px;
        padding-right: 15px;*/
    }
    
    .page-main section h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .page-main section h3 {
        font-size: 38px;
        line-height: 44px;
    }
    
    .page-main section p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .page-main section.section-one p:first-child {
        font-size: 16px;
        line-height: 24px;
    }
    .page-main section a {
    }
    .page-main section img {
    }
    .page-main section .example {
        font-size: 18px;
        line-height: 24px;
    }
    .page-main section .client {
        font-size: 12px;
        line-height: 20px;
    }
    .page-main section.cta button {
        font-size: 22px;
        line-height: 36px;
        padding: 15px 25px;
    }
    .page-main .photo-credit {
        padding: 5px 15px;
    }
    .page-main section {
        margin: 0 auto;
    }
    .page-main section button {
        padding: 10px 8px;
        font-size: 22px;
        line-height: 32px;
    }


}

@media all and (max-width: 992px) {


    .page #header-image #header-title {
        width: 77%;
    }
}

@media all and (max-width: 768px) {

    
    .page-main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page #header-image {
        min-height: 399px;
    }
    .page #header-image #header-title {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page #header-image #header-title h1 {
        font-size: 38px;
        line-height: 44px;
    }
    
    .page-main section {
        width: 100%;
        margin: 0 auto;
        padding-top: 45px;
        padding-bottom: 45px;
        /*padding-left: 15px;
        padding-right: 15px;*/
    }
    
    .page-main section h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .page-main section h3 {
        font-size: 38px;
        line-height: 44px;
    }
    
    .page-main section p {
        font-size: 16px;
        line-height: 24px;
    }
    .page-main section.section-one p:first-child {
        font-size: 18px;
        line-height: 26px;
    }
    .page-main section a {
    }
    .page-main section img {
    }
    .page-main section .example {
        font-size: 18px;
        line-height: 24px;
    }
    .page-main section .client {
        font-size: 12px;
        line-height: 20px;
    }
    .page-main section.cta button {
        font-size: 22px;
        line-height: 36px;
        padding: 15px 25px;
    }
    .page-main .photo-credit {
        padding: 5px 15px;
    }
    .page-main section {
        margin: 0 auto;
    }
    .page-main section button {
        padding: 10px 8px;
        font-size: 22px;
        line-height: 32px;
    }


}



@media all and (max-width: 576px) {

    header#header.page {
        height: 70px;
        padding: 15px 0;
    }
    
    header#header .row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    header#header.page .header .logo {
        width: 246px;
    }

    .page-main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page #header-video {
        margin-top: 0;
    }
    .page #header-image {
        min-height: 399px;
    }
    .page #header-image #header-title {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page #header-image #header-title h1 {
        font-size: 38px;
        line-height: 44px;
    }
    
    .page-main section {
        width: 100%;
        margin: 0 auto;
        padding-top: 45px;
        padding-bottom: 45px;
        /*padding-left: 15px;
        padding-right: 15px;*/
    }
    
    .page-main section h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .page-main section h3 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .page-main section p {
        font-size: 12px;
        line-height: 20px;
    }
    .page-main section.section-one p:first-child {
        font-size: 16px;
        line-height: 24px;
    }
    .page-main section a {
    }
    .page-main section * img {
        margin-top: 5px;
    }
    .page-main section .example {
        font-size: 14px;
        line-height: 24px;
    }
    .page-main section span.client {
        font-size: 12px;
        line-height: 20px;
    }
    .page-main section span.title {
        font-size: 14px;
        line-height: 24px;
    }
    .page-main section span.title + img {
        margin-bottom: 15px;
    }
    .page-main section.cta button {
        font-size: 22px;
        line-height: 36px;
        padding: 15px 25px;
    }
    .page-main .photo-credit {
        padding: 5px 15px;
    }
    .page-main section {
        margin: 0 auto;
    }
    .page-main section button {
        padding: 10px 8px;
        font-size: 22px;
        line-height: 32px;
    }

    .page-main section .local-video-wrapper,
    .page-main section .scroll-element-wrapper {
        max-width: 100%;
        max-height: 422px;
        margin: 30px auto 10px;
    }
    .page-main section .local-video-wrapper video,
    .page-main section .scroll-element-wrapper video {

    }


}









/* INTRO */
body.engage #header-video .video-wrapper {
    width: 1024px;
    height: 576px;
}
body.engage #one {
    padding-top: 60px;
    padding-bottom: 95px;
}
body.engage #one .content {
    padding-left: 0;
    padding-right: 0;
}
body.engage #one h2 {
    width: 53%;
    margin: 0 auto 35px;
}
body.engage #one h3 {
    width: 100%;
    font-family: 'DINPro-Regular';
    font-size: 26px;
    line-height: 28px;
    letter-spacing: .8px;
    color: #404040;
    margin: 25px auto 50px;
}
body.engage #one p {
    line-height: 24px;
    letter-spacing: .8px;
}
body.engage #one a {
    font-family: 'DINPro-Bold';
    color: #1b7496;
}
body.engage #one label {
    width: 100%;
    margin: 0 auto 40px;
}
body.engage #one .wpcf7-text {
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid #70757c;
    border-radius: 0;
    margin-bottom: 5px;
    padding-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
body.engage #one .wpcf7-submit {
    background-color: #1b7496;
    border: 1px solid #1b7496;
    border-radius: 0;
    color: #fff;
    margin: 10px auto 0;
    padding: 15px 30px;
    font-family: 'Open Sans';
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    white-space: normal;
}
body.engage #one .wpcf7-submit:hover {
    background-color: #424648;
    border-color: #424648;
    cursor: pointer;
}
@media all and (max-width: 1200px) {
    body.engage #one .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    body.engage #one h2 {
        width: 65%;
    }
    body.engage #one h3 {
        /*width: 55%;*/
    }
}
@media all and (max-width: 1024px) {
    body.engage #header-video .video-wrapper {
        width: 992px;
        height: 558px;
    }
    body.engage #one h2 {
        width: 40%;
        
    }
}
@media all and (max-width: 992px) {
    body.engage #header-video .video-wrapper {
        width: 768px;
        height: 432px;
    }
    body.engage #one h2 {
        width: 55%;
    }
    body.engage #one h3 {
        /*width: 75%;*/
    }
}
@media all and (max-width: 768px) {
    body.engage #header-video .video-wrapper {
        width: 576px;
        height: 324px;
    }
    body.engage #one h2 {
        width: 70%;
    }
    body.engage #one h3 {
        width: 80%;
    }
}
@media all and (max-width: 576px) {
    body.engage #header-video .video-wrapper {
        width: 375px;
        height: 211px;
    }
    body.engage #one {
        padding-top: 0px;
        padding-bottom: 85px;
    }
    body.engage #one h2 {
        width: 65%;
        font-size: 32px;
        line-height: 38px;
        margin: 30px auto;
    }
    body.engage #one h3 {
        width: 100%;
    }
    body.engage #one p {
        font-size: 16px;
        line-height: 22px;
    }

}
@media all and (max-width: 490px) {
    body.engage #one h2 {
        width: 69%;
    }
}
@media all and (max-width: 474px) {
    body.engage #one h2 {
        width: 76%;
    }
}
@media all and (max-width: 434px) {
    body.engage #one h2 {
        width: 80%;
    }
}
@media all and (max-width: 410px) {
    body.engage #one h2 {
        width: 85%;
    }
}
@media all and (max-width: 386px) {
    body.engage #one h2 {
        width: 90%;
    }
}
@media all and (max-width: 368px) {
    body.engage #one h2 {
        width: 96%;
    }
}
@media all and (max-width: 348px) {
    body.engage #one h2 {
        width: 100%;
    }
}















/* FOOTER */
#footer {
	min-height: 100px; 
	background: #fff; 
	font-size: .75rem;
	color: #000;
	padding: 40px 0;
    line-height: 25px;
    border-top: 1px solid #404040;
}
#footer .footer {
    padding-left: 0;
    padding-right: 0;
}
#footer a {color: #000;}
#footer h6 {
	font: 100 18px "Arial Narrow", arial narrow, arial, sans-serif;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 15px;
}

#footer #footer-nav-wrapper {
	display: table;
	margin: 0 auto;
}
#footer #footer-nav-wrapper #footer-nav {
	display: table-cell;
	margin: 10px auto;
	padding-top: 15px;
	border-top: 1px solid rgba(204, 204, 204, 0.5);
}
#footer #footer-nav-wrapper #footer-nav li {
	display: inline-block;
	list-style-type: none;
	padding: 0 10px;
}
#footer #footer-nav-wrapper #footer-nav li a {
	position : relative;
	top: 2px;
	left: -2px;
	text-decoration: uppercase;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Open Sans';
	font-weight: bold !important;
}
#footer #footer-nav-wrapper #footer-nav li:hover a {
	color: #463939;
}

#footer .copyright { margin: 10px 0; padding: 0 10px;}
#footer .copyright ul { margin: 0; padding: 0; list-style-type: none; display: flex; justify-content: center; }
#footer .copyright li { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #777576; padding: 0 10px; border-right: 1px solid #777576; }
#footer .copyright li:last-child { border-right: 0; }
#footer .copyright li a { margin: 0; padding: 0; color: #777576; text-transform: none; }
#footer .copyright li a:hover { color: #1b7496; }

#footer .menu li {display: inline-block; padding: 5px 10px;}
#footer .menu li a {
	color: #fff;
	font: normal 18px "Arial Narrow", arial narrow, arial, sans-serif;
}
#footer .menu li ul.sub-menu {display: block; padding: 10px 0 10px 30px;}
#footer .menu li ul.sub-menu li a {
	font: lighter 14px "Arial Narrow", arial narrow, arial, sans-serif;
}

#footer hr { 
    margin-top: 15px;
    margin-bottom: 10px;
    border-color: #ccc;
}
#footer i {
	color: #eee;
	font-size: 34px;
	margin: 0 3px 0 0 ;
}

#footer i.social {font-size: 38px; color: white; margin: 20px 10px 10px 0;}
#footer small {font-size: 12px; font-style: italic; line-height: 12px;}
#footer button {
	font-size: 18px;
}
#footer button i {font-size: 20px; color: #ababab;}

@media all and (max-width: 576px) {

    #footer .copyright ul {
        flex-direction: column;
    }
    #footer .copyright ul li {
        border-right: 0;
    }
	#footer #footer-nav-wrapper #footer-nav li {
		padding: 0 5px !important;
	}
	#footer #footer-nav-wrapper #footer-nav li a {
	
	}
}


















/* Shortcodes */
.scroll-element-wrapper {
    width: 750px;
    height: 420px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #404040;
    margin-bottom: 20px;
}
.scroll-element {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.scroll-element img {

    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


.scroll-element.scrolling img {

    -webkit-animation: scroll 35s linear infinite;
       -moz-animation: scroll 35s linear infinite;
        -ms-animation: scroll 35s linear infinite;
         -o-animation: scroll 35s linear infinite;
            animation: scroll 35s linear infinite;
   }

@media all and (max-width: 576px) {

    .page-main section .scroll-element-wrapper {
        max-width: 100%;
        max-height: 195px;
        margin: 30px auto 10px;
    }


}
    
   @keyframes scroll {
    0% {
        top: 0;
    }
    2% {
       top: 0px;
    }
    95% {
       top: -5155px;
    }
    98% {
        top: -5155px;
     }
     100% {
         top: 0px;
     }
    
   }
    
   @-moz-keyframes scroll {
    0% {
        top: 0;
    }
    2% {
       top: 0px;
    }
    95% {
        top: -5155px;
     }
     98% {
        top: -5155px;
     }
     100% {
         top: 0px;
     }
    
   }
    
   @-webkit-keyframes scroll {
    0% {
        top: 0;
    }
    2% {
       top: 0px;
    }
    95% {
        top: -5155px;
     }
     98% {
        top: -5155px;
     }
     100% {
         top: 0px;
     }
    
   }
    
   @-ms-keyframes scroll {
    0% {
        top: 0;
    }
    2% {
       top: 0px;
    }
    95% {
        top: -5155px;
     }
     98% {
        top: -5155px;
     }
     100% {
         top: 0px;
     }
    
   }
    
   @-o-keyframes scroll {
    0% {
        top: 0;
    }
    2% {
       top: 0px;
    }
    95% {
        top: -5155px;
     }
     98% {
        top: -5155px;
     }
     100% {
         top: 0px;
     }
    
}














/* Animations */
.reveal {
    position:relative;
}
.reveal * {
    position:absolute;
    /*opacity: 0;*/
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
             -o-transition: all 1s ease-in-out;
                    transition: all 1s ease-in-out;

 
    z-index:-1;
}
.reveal.visible * {
    /*opacity: 1;*/
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;

  
    z-index:1;
}



@keyframes slideDown {
    from {
        transform: translate3d(0,20px,0);
        
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
@-webkit-keyframes slideDown {
    from {
        transform: translate3d(0,20px,0);
        
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
    
}
.slide-down {
    opacity: 0;
    animation-duration: 0.5s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-iteration-count: 1;
    

}

.slide-up.animated * {
    /*opacity: 1;*/
    top: 0;
    z-index:1;
}



/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #424648;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white;
  }
  .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }