@charset "UTF-8";
/* CSS Document */
/* Main stylesheet for *** */
/* Author: Dave Carney for Vehicle Media https://vehiclemedia.com */
/* COLORS */
.white {
  color: #FFFFFF;
}
.offwhite {
  color: #F8F8F8;
}
.orange {
  color: #EA5514;
}
.graytext {
  color: #D9D9D9;
}
.gray-bg {
  background-color: #F8F8F8;
}
.orange-bg {
  background-color: #EA5514;
}
/* FONTS */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.lato-italic {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.lato-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
/* GLOBAL PADDING */
.site-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* HELPERS */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.no-wrap {
  white-space: nowrap;
}
.caboose {
  margin-bottom: 0 !important;
}
.no-top-margin {
  margin-top: 0;
}
.no-bot-margin {
  margin-bottom: 0;
}
.no-top-padding {
  padding-top: 0;
}
.no-bot-padding {
  padding-bottom: 0;
}
.no-padding {
  padding: 0;
}
.pointer {
  cursor: pointer;
}
.prevent-scroll {
  position: fixed;
  width: 100%;
}
.opaque {
  opacity: 1 !important;
}
.see-through {
  opacity: 0;
  pointer-events: none;
}
.bg-replace {
  background-size: cover;
  background-position: center center;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*===================================*/
/*========== GLOBAL STYLES ==========*/
/*===================================*/
.container {
  max-width: 1070px;
}
body {
  font-size: 16px;
  line-height: 140%;
  color: #8B8B8B;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
a:link,
a:visited {
  color: #EA5514;
}
a:hover {
  color: #bb4410;
  text-decoration: none;
}
a:active {
  color: #30479b;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.risen-headline {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 125%;
  color: #585858;
  letter-spacing: 1px;
}
.risen-headline + hr {
  border-bottom: 1px solid #EA5514;
  width: 40px;
  margin-bottom: 20px;
}
a.btn,
button.btn {
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  height: 40px;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 27px;
  transition: transform 0.3s ease-in-out;
}
a.btn:hover,
button.btn:hover {
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
a.orange-btn,
button.orange-btn {
  color: #FFFFFF;
  background: #EA5514;
}
a.orange-btn:active,
button.orange-btn:active {
  color: #EA5514;
  background: #FFFFFF;
}
a.offwhite-btn {
  color: #939393;
  background: #F2F3FA;
}
a.offwhite-btn:hover {
  color: #FFFFFF;
  background: #EA5514;
}
.box-padding {
  padding: 60px;
}
.extra-col-pad .container {
  max-width: 1080px;
}
.extra-col-pad .col-sm,
.extra-col-pad .col-sm-4,
.extra-col-pad .col-sm-6,
.extra-col-pad .col-sm-8,
.extra-col-pad .col-sm-12 {
  padding-left: 20px;
  padding-right: 20px;
}
.page {
  padding: 90px 0 125px;
}
.page .container {
  max-width: 950px;
}
.page p {
  margin-bottom: 25px;
}
.vm-onscreen {
  transition: all 0.5s ease-in-out;
}
.hero {
  padding: 10.5vw 0 15.1vw;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.hero h2 {
  font-size: 250%;
  position: relative;
  z-index: 10;
}
/*===================================*/
/*========== HEADER STYLES ==========*/
/*===================================*/
header {
  background-color: #F8F8F8;
  padding: 40px 85px 30px 45px;
  position: relative;
  z-index: 200;
}
.header-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}
.header-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 760px;
  -ms-flex: 0 1 760px;
  flex: 0 1 760px;
  max-width: 760px;
  padding-top: 20px;
}
.header-nav li a {
  color: #909090;
}
.header-nav li a:hover {
  color: #EA5514;
}
#nav-toggle {
  margin-right: 15px;
  font-size: 150%;
  color: #909090;
  cursor: pointer;
}
#nav-toggle:hover {
  color: #777777;
}
#nav-toggle:active {
  color: #EA5514;
}
/*=====================================*/
/*========== HOMEPAGE STYLES ==========*/
/*=====================================*/
.homepage .extra-col-pad .container,
.contact .extra-col-pad .container {
  max-width: 1080px;
}
.homepage .page {
  padding-top: 40px;
}
.cta {
  background-size: cover;
  background-position: center center;
  height: 400px;
  margin-top: 40px;
}
.cta div {
  position: relative;
  z-index: 10;
  height: 100%;
}
.cta hr {
  border-bottom: 1px solid #FFFFFF;
  width: 40px;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 0;
}
.cta .lato-italic {
  font-size: 125%;
  font-weight: 300;
  letter-spacing: 1px;
}
.cta .btn {
  margin-top: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.cta-overlay {
  position: relative;
}
.cta-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(8, 28, 53, 0.6);
}
.cta-headline {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 163%;
  margin-bottom: 10px;
}
.homepage .vm-anim,
.solution .vm-anim {
  opacity: 0;
}
.homepage .vm-onscreen,
.solution .vm-onscreen {
  opacity: 1;
}
.homepage .vm-onscreen.delay,
.solution .vm-onscreen.delay {
  transition-delay: 0.3s;
}
/*============================================*/
/*========== HOMEPAGE SLIDER STYLES ==========*/
/*============================================*/
.homepage-slider {
  color: #FFFFFF;
  position: relative;
  z-index: 100;
}
.homepage-slider .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.homepage-slider .btn {
  opacity: 0;
}
.slider-headline {
  font-size: 325%;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  opacity: 0;
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.slider-subheadline {
  font-size: 125%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
  opacity: 0;
  -ms-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}
.slider-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 660px;
}
.risen-overlay::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 12, 56, 0.4);
  pointer-events: none;
}
.slider-text {
  padding-top: 15vw;
  padding-right: 20px;
}
.slider-text .slick-active .slider-headline {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slider-text .slick-active .slider-subheadline {
  transition: all 0.5s ease-in-out 0.1s;
  opacity: 1;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slider-text .slick-active a.btn {
  opacity: 1;
  transition: transform 0.3s, opacity 0.5s ease-in-out 0.3s;
}
.slider-bug .slider-headline {
  opacity: 0 !important;
  -ms-transform: translateY(30px) !important;
  -webkit-transform: translateY(30px) !important;
  transform: translateY(30px) !important;
}
.slider-bug .slider-subheadline {
  opacity: 0 !important;
  -ms-transform: translateX(300px) !important;
  -webkit-transform: translateX(300px) !important;
  transform: translateX(300px) !important;
}
.slider-bug a.btn {
  opacity: 0 !important;
}
.slick-dots {
  position: absolute;
  right: 15px;
  top: 43%;
}
.slick-dots li {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-bottom: 20px;
  width: 10px;
  height: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  background: #FFFFFF;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: none;
  margin-left: -5px;
}
/*=======================================*/
/*========== ABOUT PAGE STYLES ==========*/
/*=======================================*/
.about .risen-headline + hr,
.opportunities .risen-headline + hr {
  margin-bottom: 70px;
}
.about .page p:last-of-type,
.opportunities .page p:last-of-type {
  margin-bottom: 0;
}
.about .page ul, .opportunities .page ul {
  margin-top: 20px;
  margin-left: 20px;
}
.about .page li, .opportunities .page li {
  list-style-type: disc;
  margin-bottom: 15px;
}
/*==================================================*/
/*========== SERVICES OFFERED PAGE STYLES ==========*/
/*==================================================*/
.services-list ul {
  margin-top: 20px;
}
.services-list li {
  list-style-type: disc;
  font-size: 125%;
  margin-bottom: 15px;
}
.services-list li li {
  font-size: 100%;
  list-style: circle;
  margin-left: 25px;
}
.services-list li ul {
  margin-bottom: 0;
}
.services .risen-headline + hr {
  margin-bottom: 40px;
}
.services .page {
  padding-bottom: 190px;
}
.services .page .container {
  max-width: 990px;
}
.services .page .container .col-sm:last-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 46%;
  -ms-flex: 0 1 46%;
  flex: 0 1 46%;
  max-width: 46%;
}
/*============================================*/
/*========== SOLUTIONS PAGES STYLES ==========*/
/*============================================*/
.projects .col-sm-4 {
  -ms-flex-preferred-size: 42%;
  -webkit-flex-basis: 42%;
  flex-basis: 42%;
  max-width: 42%;
  margin-bottom: 40px;
}
.projects .col-sm-4 .flex-wrap {
  height: 100%;
}
.projects .col-sm-4 .double-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.projects .col-sm-4 .double-col:first-of-type {
  margin-bottom: 37px;
}
.projects .col-sm-4 .double-col:last-of-type {
  margin-top: auto;
}
.projects .col-sm-8 {
  -ms-flex-preferred-size: 58%;
  -webkit-flex-basis: 58%;
  flex-basis: 58%;
  max-width: 58%;
  margin-bottom: 40px;
}
.projects .tall-one img {
  height: 605px;
}
.projects hr {
  border-bottom: 1px solid #EA5514;
  width: 40px;
  margin-bottom: 20px;
  margin-left: 0;
}
.projects .risen-headline + hr {
  margin-left: auto;
  margin-bottom: 65px;
}
.projects img {
  object-fit: cover;
  width: 100%;
  height: 220px;
}
.project-shadow {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
}
.project-title {
  background: #FFFFFF;
  padding: 0 30px;
  height: 125px;
}
.project-title h5 {
  color: #585858;
  font-size: 113%;
}
.project-img {
  border: 1px solid green;
}
.project-img img {
  object-fit: cover;
}
.solution .page {
  padding-bottom: 0;
}
.solution .gray-bg {
  margin-top: 55px;
  padding-top: 55px;
  padding-bottom: 140px;
}
.solution-pagination {
  font-size: 113%;
  margin-top: 60px;
}
.solution-pagination a {
  color: #585858;
  margin: auto;
}
.solution-pagination a:hover {
  color: #252525;
}
.solution-pagination a:active {
  color: #EA5514;
}
.solution-pagination span {
  color: #585858;
  margin-top: 7px;
}
.solution-pagination li {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 10px;
}
.solution-pagination .current-pagination {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFFFFF;
}
.featured-img .container {
  max-width: 1030px;
  margin-top: 95px;
}
.featured-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
.solution-single .risen-headline {
  text-transform: none;
}
.solution-single .risen-headline + hr {
  margin-bottom: 40px;
}
.solution-single .page {
  padding-top: 95px;
}
.solution-single .page .container {
  max-width: 794px;
}
.download {
  margin-top: 75px;
}
/*=========================================*/
/*========== CONTACT PAGE STYLES ==========*/
/*=========================================*/
.contact .gray-bg {
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 115px;
}
.contact .page {
  padding-bottom: 0;
}
.contact-info .orange-bg {
  padding: 25px 25px 38px;
}
.contact-info a:link,
.contact-info a:visited {
  color: #FFFFFF;
}
.contact-info a:hover {
  color: #e6e6e6;
}
.contact-info a:active {
  color: #cccccc;
}
.contact-info hr {
  width: 40px;
  border-bottom: 1px solid white;
  margin-left: 0;
  margin-bottom: 20px;
}
.contact-info address {
  margin-bottom: 40px;
}
.contact-info a {
  display: inline-block;
  margin-bottom: 32px;
}
.contact-info a:last-of-type {
  margin-bottom: 0;
}
.contact-info p {
  font-size: 138%;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.contact-info p:last-of-type {
  margin-bottom: 15px;
}
.email-icon {
  width: 20px;
  height: 16px;
  fill: #FFFFFF;
}
.email-icon:hover {
  fill: #D9D9D9;
}
.email-icon:active {
  fill: #a6a6a6;
}
.map-wrapper {
  position: relative;
}
#risen-map {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
}
#contact-form input,
#contact-form textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid #DBDBDB;
  background: #FFFFFF;
  height: 60px;
  margin-bottom: 40px;
  padding: 20px;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
  color: #B5B5B5;
}
#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
  color: #B5B5B5;
}
#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
  color: #B5B5B5;
}
#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
  color: #B5B5B5;
}
#contact-form textarea {
  resize: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-height: 100%;
}
#contact-form button {
  margin-top: 18px;
}
.contact .projects hr {
  margin-left: auto;
  margin-bottom: 60px;
}
/*===================================*/
/*========== FOOTER STYLES ==========*/
/*===================================*/
footer {
  padding: 40px 0 50px;
  background-color: #696969;
  font-size: 75%;
  color: #D9D9D9;
}
footer address {
  color: #FFFFFF;
}
footer a:link,
footer a:visited {
  color: #FFFFFF;
}
footer a:link:hover,
footer a:visited:hover {
  color: #e6e6e6;
}
footer a:link:active,
footer a:visited:active {
  color: #EA5514;
}
footer a:focus {
  text-decoration: none;
}
.footer-nav li {
  margin-bottom: 14px;
}
.footer-nav a:link,
.footer-nav a:visited {
  color: #D9D9D9;
}
.footer-nav a:link:hover,
.footer-nav a:visited:hover {
  color: #c0c0c0;
}
.footer-nav a:link:active,
.footer-nav a:visited:active {
  color: #EA5514;
}
.footer-logo {
  width: 160px;
}
.footer-headline {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 116%;
  margin-bottom: 20px;
}
footer .email-icon {
  width: 16px;
  height: 12px;
  fill: #D9D9D9;
}
footer .email-icon:hover {
  fill: #c0c0c0;
}
footer .email-icon:active {
  fill: #EA5514;
}
.newsletter input {
  width: 100%;
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  color: #585858;
  padding-left: 20px;
  height: 40px;
  margin-bottom: 15px;
}
.newsletter input::-webkit-input-placeholder {
  color: #585858;
}
.newsletter input:-moz-placeholder {
  color: #585858;
}
.newsletter input::-moz-placeholder {
  color: #585858;
}
.newsletter input:-ms-input-placeholder {
  color: #585858;
}
.newsletter button {
  font-size: 12px;
  cursor: pointer;
}
.footer-1,
.footer-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 220px;
  -ms-flex: 0 1 220px;
  flex: 0 1 220px;
  max-width: 220px;
}
.footer-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 320px;
  -ms-flex: 0 1 320px;
  flex: 0 1 320px;
  max-width: 320px;
}
.footer-4 p {
  margin-top: auto;
}
.newsletter-pop-up {
  position: fixed;
  background: #000000;
  color: #D9D9D9;
  bottom: -85px;
  z-index: 200;
  width: 100%;
  text-align: center;
  padding: 15px;
  transition: all 0.5s ease-in-out;
}
.newsletter-pop-up p {
  margin-bottom: 5px;
}
.newsletter-pop-up p:last-of-type {
  margin-bottom: 0;
}
.newsletter-pop-up.slide-in {
  bottom: 0;
}
