.bg-grey {
    background-color: #eeeeee !important;
}

.bluerize-copy {
    font-weight: bold;
    color: #008ec4
}

.cta-btn-cont {
    text-align: center;
    margin: 20px auto
}

.float-img-right {
    float: right !important;
    padding: 10px
}

.conclusions {
    color: #ffffff;
    background: #008ec4;
    padding: 10px;
    border-radius: 10px;
}

textarea {
    resize: none;
}

.solutions-pages-floating-image {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.tooltip-phil {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid white;
}

.tooltip-phil .tooltiptext-phil {
    visibility: hidden;
    width: 300px;
    background-color: #747474;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 15px;
    /* Position the tooltip */
    position: absolute;
    z-index: 10000;
    top: -195px;
    left: -185px;
}

.tooltip-phil:hover {
    cursor: pointer;
}

.tooltip-phil:hover .tooltiptext-phil {
    visibility: visible;
}

.jumbotron .backstretch {
    position: fixed!important;
}

.site .jumbotron .arrows {
    position: absolute!important;
    bottom: 10px;
    left: 30px;
    z-index: 7!important;
    display: none;
}

.parallax:after,
.section h2 span:after {
    left: 0;
    content: '';
    bottom: 0;
}

.arrows a {
    color: #fff;
}

body,
html {
    /* font-family: 'Work Sans', Arial, Helvetica, sans-serif; */
    font-family: "futura-pt";
    font-weight: normal;
    font-size: 1.10rem;
    color: #666666;
}

.navbar-nav .nav-item .nav-link,
.page .parallax.jumbotron .overlay h1,
.portfolio .section.projects.blurb .mix .inner .info p.title,
.portfolio.detail .section.gallery .project-by,
.section h2,
.section.projects .mix .info p.title {
    /* font-family: Montserrat, sans-serif; */
    font-family: "futura-pt";
}

body {
    overflow-x: hidden;
}

.section {
    background-color: #fff;
    float: left;
    position: relative;
    width: 100%;
    padding: 5rem 0;
}

@media screen and (min-width:1367px) {
    .section>div.col-xs-12 {
        padding-left: 5.5rem;
        padding-right: 5.5rem;
    }
}

.section .section-title {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .15rem;
}

.section h2 {
    margin-bottom: 2rem;
}

.section h2 span {
    color: #747474;
    position: relative;
    /*
    font-weight: 400;
    letter-spacing: .35em; 
    */
    font-size: 2.2rem;
    padding-bottom: 6px;
    margin-bottom: 1rem;
    /* font-size: 40px; */
    font-weight: 200;
    text-transform: uppercase;
}


/*
  .section h2 span:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #7ac041;
  }
  */

.parallax {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.parallax:after {
    position: absolute;
    top: 0;
    right: 0;
    background: url(img/mask.png) rgba(0, 0, 0, .6);
    z-index: 0;
    opacity: .4;
}

.section.parallax:after {
    background: rgba(0, 0, 0, .63);
}

.parallax .parallax-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.parallax>div {
    position: relative;
    z-index: 2;
}

strong {
    font-weight: 500;
}

.btn,
.btn *,
.btn:after,
.btn:before {
    -webkit-transition: all .45s ease-in;
    -moz-transition: all .45s ease-in;
    -ms-transition: all .45s ease-in;
    -o-transition: all .45s ease-in;
    transition: all .45s ease-in;
}

.btn.btn-blue {
    position: relative;
    background-color: #008ec4;
    color: #fff;
    margin: 0 auto;
    z-index: 6;
    padding: .6rem 1rem;
    border-radius: .15rem;
    border: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .15rem;
}

.btn.btn-blue.btn-green {
    position: relative;
    background-color: #7ac041;
    color: #fff;
    margin: 8px auto;
    z-index: 6;
    padding: .6rem 1rem;
    border-radius: .15rem;
    border: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .15rem;
    width: 50%;
}

.card {
    margin-bottom: .75rem;
    background-color: #E7E7E8;
    border: 1px solid #e6e6e6;
    border-radius: 0;
}

.card .card-img-top {
    border-radius: 0;
    position: relative;
}

.card .card-block {
    padding: .75rem 1.5rem 1.5rem;
    font-size: .9rem;
    min-height: 230px;
}

.card .card-block p,
.card .card-block p.article-date {
    font-weight: 400;
    padding: .25rem 0;
    text-transform: uppercase;
}

.card .card-block p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5em;
    color: #111;
}

.card .card-block p.article-date {
    margin: .5rem 0;
    font-size: .7rem;
    line-height: 1em;
    color: #008ec4;
}

.card .card-block p.article-text {
    margin: .5rem 0 0;
    font-size: .8rem;
    color: #a1a1a5;
    text-transform: none;
    font-weight: 300;
    line-height: 1.25rem;
}

.article-text img {
    max-width: 100%;
    height: auto;
}

.navbar-nav .nav-item .nav-link,
footer .footer .btn,
footer .footer .links li a {
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width:480px) {
    #grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    #grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (min-width:769px) {
    #grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

.column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

.top-nav {
    position: fixed;
    background: #008ec4;
    z-index: 1000;
    width: 100%;
    height: 30px;
}

.top-nav .client-links {
    text-align: right;
}

.top-nav .client-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.header {
    background: #747474;
}


/*
  nav {
    padding: 1rem;
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    z-index: 990;
  }
  
  nav.scrolled {
    background: rgba(116,116,116,1); 
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  }

 
  
  nav, nav * {
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    background: rgba(116,116,116,1); 
  } 

     
  nav .navbar-brand {
    width: 315px;  
    height: 50px;  
    background: url(img/logo-horizonal-color.svg) center no-repeat;
    background-size: contain;
  }
  
  nav.scrolled .navbar-brand {
    background: url(img/logo-horizonal-color.svg) center no-repeat; 
    background-size: contain;
  }
  
  .navbar-nav .nav-item+.nav-item { 
    margin-left: 1.5rem;
  }
  
  .navbar-nav .nav-item .nav-link {
    color: #fff;
    letter-spacing: .15rem;
    position: relative;
  }
    */

.scrolled .navbar-nav .nav-item .nav-link {
    /* color: #a1a1a5; */
    font-size: 1rem;
}

.navbar-nav .nav-item .nav-link:after {
    width: 0;
    background: #A1A1A4;
    transition: all .45s ease;
}

.navbar-nav .nav-item .nav-link:after,
.scrolled .navbar-nav .nav-item .nav-link:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 3px;
    height: 3px;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
}

.navbar-nav .nav-link:hover {
    color: #008ec4;
}

.navbar-nav .nav-item .nav-link.active:after {
    width: 100%!important;
}

.navbar-nav .nav-item .nav-link:hover:after {
    width: 100%;
}

.scrolled .navbar-nav .nav-item .nav-link:after {
    width: 0;
    background: #008ec4;
    transition: all .45s ease;
}

.scrolled .navbar-nav .nav-link:hover {
    color: #008ec4;
}

.scrolled .navbar-nav .nav-item .nav-link:hover:after {
    width: 100%;
}

.footer,
footer {
    background: #008ec4;
    width: 100%;
    position: relative;
    float: left;
}

footer .footer {
    padding: 1.5rem 0;
}

footer .footer .logo {
    height: 30px;
    width: auto;
}

footer .footer .links {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 2rem;
    padding: 0;
}

footer .footer .links li {
    width: auto;
    display: inline-block;
    margin-right: 1.5rem;
    line-height: 30px;
}

footer .footer .links li a {
    color: #fff;
    text-decoration: none!important;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

footer .footer .links li.active a,
footer .footer .links li:hover a {
    color: rgba(255, 255, 255, .8);
}

footer .footer .btn {
    border-radius: 0;
    padding: 0 2rem;
    font-size: 1.15rem;
    letter-spacing: .05rem;
    line-height: calc(30px + 3.1rem);
    margin: -1.5rem 0;
    background-color: rgba(159, 159, 159, .24);
}

footer .footer .btn:after,
footer .footer .btn:before {
    background-color: inherit;
}

footer .footer .btn span {
    position: relative;
    padding: 3px;
}

footer .footer .btn span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all .45s ease-in;
    -moz-transition: all .45s ease-in;
    -ms-transition: all .45s ease-in;
    -o-transition: all .45s ease-in;
    transition: all .45s ease-in;
}

footer .footer .btn:hover span::after {
    background: #008ec4;
}

footer .copyright {
    float: left;
    width: 100%;
    padding: .5rem 0;
    background: #747474;
    color: #fff;
}

footer .copyright p {
    margin: 0;
    padding: 0;
    font-size: .9rem;
    text-transform: normal;
}

@media(max-width: 550px){
    footer .copyright p {
        text-align: center;
    }
}

footer .copyright .social-icons {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 0rem;
    padding: 8px 0;
}

footer .copyright .social-icons li {
    width: auto;
    display: inline-block;
    margin: 0 .2rem;
    line-height: 30px;
}

footer .copyright .asnet-badge {
    line-height: 20px;
    opacity: .2;
    text-transform: none;
}

footer .copyright .asnet-badge:hover {
    opacity: .6;
}

footer .copyright .asnet-badge a {
    color: inherit;
    text-decoration: none;
}

footer .copyright .asnet-badge img {
    height: 16px;
    display: inline-block;
    padding-left: 5px;
}

.preload {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999998;
    -webkit-transition: all 1.2s ease-in;
    -moz-transition: all 1.2s ease-in;
    -ms-transition: all 1.2s ease-in;
    -o-transition: all 1.2s ease-in;
    transition: all 1.2s ease-in;
}

.preload:before {
    top: 0;
    bottom: auto;
    opacity: 1;
    transition: all 1.2s ease-out;
    z-index: 9999998;
}

.preload:after,
.preload:before {
    content: '';
    right: 0;
    position: fixed;
    left: 0;
    height: 50vh;
    background-color: #747474;
    background-image: url(img/logo-flat-white.svg);
    background-position: center;
    background-attachment: fixed;
    background-size: 300px 133px;
    background-repeat: no-repeat;
    -webkit-transition: all 1.2s ease-in;
    -moz-transition: all 1.2s ease-in;
    -ms-transition: all 1.2s ease-in;
    -o-transition: all 1.2s ease-in;
}

.preload:after {
    background-color: #747474;
    top: auto;
    bottom: 0;
    transition: all 1.2s ease-in;
}

.preload.split {
    z-index: -999998;
}

.preload.split:after,
.preload.split:before {
    height: 0;
}

.pre-hero {
    height: 100vh;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.pre-hero .logo,
.pre-hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pre-hero .overlay {
    content: '';
    background: url(img/mask.png) rgba(0, 0, 0, .6);
    z-index: -1;
    opacity: .4;
}

.pre-hero .logo {
    background: url(img/build-better-svg.svg) center center no-repeat fixed;
    background-size: 80% auto;
    z-index: 0;
}

.pre-hero .arrow-down {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    text-align: center;
    color: #fff;
    font-size: 60px;
    opacity: .6;
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -ms-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
}

.pre-hero .arrow-down a {
    color: inherit;
}

.pre-hero .arrow-down.arrow-hide {
    opacity: 0;
}

#video-background {
    position: fixed;
    z-index: -999998;
    top: 50%;
    left: 50%;
    height: 110%;
    width: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.parallax.jumbotron {
    background: bottom center fixed;
    background-size: cover;
    overflow: hidden;
    padding: 0 2rem;
    position: relative;
    margin-bottom: 0;
    height: 100vh;
    border-radius: 0;
}

.parallax.jumbotron .parallax-img {
    top: auto;
    bottom: 0;
    position: fixed;
}

.parallax.jumbotron .overlay {
    position: absolute;
    width: 100%;
    max-width: 60%;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#hero.parallax.jumbotron .overlay {
    top: 50%;
    max-width: 75%;
}

#hero.parallax.jumbotron .overlay h1 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.25em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .6rem;
}

#hero.parallax.jumbotron .overlay p {
    text-transform: none;
    line-height: 1.5em;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.parallax.jumbotron .overlay .logo {
    height: 130px;
    display: inline-block;
}

.jumbotron p {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    padding-bottom: .25rem;
    z-index: 3;
}

.jumbotron p.line1 {
    overflow: hidden;
    text-align: center;
}

.jumbotron p.line1>span {
    position: relative;
    display: inline-block;
}

.call-to-action {
    /*background: #7ac041;*/
    background: #747474;
    padding: 0;
}

.call-to-action-2 {
    background-color: #008ec4;
}

.call-to-action p {
    text-align: right;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1rem 0;
    margin: 0;
    font-size: 1.4rem;
}

.call-to-action .btn {
    /* padding: 1.19rem 0; */
    margin: 10px 0;
    font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .05rem;
}

.call-to-action .btn,
.call-to-action .btn:after,
.call-to-action .btn:before {
    background-color: #008ec4;
}

.call-to-action .btn span {
    position: relative;
    padding: 3px;
}

.call-to-action .btn span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
}

@media screen and (min-width:1367px) {
    .section.services>div.col-xs-12 {
        padding: 2.5rem 8rem;
    }
}

.home-blurb {
    padding: 6rem 0 0;
}

.home-blurb h1 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.home-blurb p {
    margin-bottom: 2rem;
}

.home-blurb .accent-img {
    width: 100%;
    margin-top: -30px;
}

.home-blurb .accent-img img {
    width: 100%;
    float: left;
}

.home-blurb a.btn-blue {
    margin-bottom: 2rem;
}

.services {
    padding: 6rem 0 4rem;
}


/* home select */

.home .call-to-action .custom-select {
    position: relative;
    font-family: Arial;
}

.home .call-to-action .custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.home .call-to-action .select-selected {
    background-color: #008ec4;
}


/*style the arrow inside the select element:*/

.home .call-to-action .select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.home .call-to-action .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

.home .call-to-action .select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}


/*style items (options):*/

.home .call-to-action .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}


/*hide the items when the select box is closed:*/

.home .call-to-action .select-hide {
    display: none;
}

.home .call-to-action .select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.home .parallax.jumbotron .overlay {
    top: auto;
    bottom: 15%;
}

.home .parallax.jumbotron .overlay h1 {
    color: #fff;
    top: auto;
    bottom: 20%;
}

.home .brands-slider {
    padding: 0 60px;
}

.home .brands-slider .slick-slide {
    padding: 0 15px;
}


/*
  .home  .jumbotron.parallax  {
    background: top center fixed !important;
    background-size: cover;
    overflow: hidden; 
    padding: 0 2rem;
    position: relative;
    margin-bottom: 0; 
    height: 100vh;
    border-radius: 0;
  }

  .home  .jumbotron.parallax img.parallax-img {
    top:0 !important;
  }
*/

.home .leasing-benefits-blurb {
    padding: 5rem 0;
    background: url('img/home/home-leasing-benefits.jpg') 5vw top no-repeat #fff;
    background-size: contain;
}

.home .leasing-benefits-blurb h2 {
    margin-bottom: 1.5rem;
}

.home .leasing-benefits-blurb ul {
    list-style-type: none;
    padding: 0px;
}

.home .leasing-benefits-blurb ul li {
    background: url('img/checkmark-bullet-blue.png') no-repeat left top;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.home .lease-vs-purchase-blurb {
    padding: 5rem 0;
    background: url('img/home/home-leasing-v-purchase.jpg') 45vw top no-repeat #eee;
    background-size: contain;
}

.home .lease-vs-purchase-blurb-new {
    padding: 5rem 0;
    background: #eee;
    background-size: contain;
}

.home .lease-vs-purchase-blurb h2 {
    margin-bottom: 1.5rem;
}

.home .lease-vs-purchase-blurb table {
    margin-bottom: 15px;
    border: #000 solid 1px;
}

.home .lease-vs-purchase-blurb table tr td {
    font-size: 16px;
    padding: 2px 10px;
}

.home .lease-vs-purchase-blurb table tr:nth-child(odd) {
    background: #e9f2dd;
}

.home .lease-vs-purchase-blurb table tr:nth-child(1) {
    background: #7ac041;
    color: #fff;
    font-weight: bold;
    font-size: 18px !important;
}

.home .lease-vs-purchase-blurb table tr:nth-child(1) td {
    font-size: 18px !important;
}

.home .lease-vs-purchase-blurb table tr td:nth-child(3) {
    text-align: right;
}


/*
  .home .lease-vs-purchase-blurb table.lease-v-puchase-total tr {
    background:#008ec4;
  }
  */

.home .lease-vs-purchase-blurb table tr td.advantage-to-lease,
.home .lease-vs-purchase-blurb table tr td.advantage-to-lease-amount {
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
}

.home .testimonials-container {
    background: url(img/home/bg-testimonials.jpg) center fixed;
}

.home .testimonials-container .testimonials-slider img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.services .service {
    padding: 0 3rem;
    margin-bottom: 1.5rem;
}

.services img {
    display: inline-block;
    max-height: 38px;
    margin-bottom: .5rem;
}

.section.services .service h2 {
    line-height: 1.25rem;
}

.section.services .service h2 span:after {
    displaY: none;
}

.section.services p {
    font-size: .8rem;
    color: #a1a1a5;
    padding-top: .65rem;
}

.projects-header {
    padding: 4.5rem 0;
}

.projects-header * {
    color: #fff;
}

.projects {
    overflow: hidden;
}

#primary-services {
    margin-top: 00px;
}

#secondary-services {
    width: 100%;
    float: left;
    overflow: hidden;
}

#secondary-services .mix {
    display: none;
}

.filters {
    padding: 2rem 0 0;
}

.filters button.filter {
    outline: 0!important;
    background: 0 0;
    border: 0;
    text-transform: uppercase;
    letter-spacing: .15rem;
    padding: 0 0 .5rem;
    margin: 0 2rem;
    position: relative;
    color: #fff;
    font-weight: 700;
}

.filters button.filter:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 3px;
    background: #008ec4;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.filters button.filter.active:after,
.filters button.filter:hover:after {
    width: 100%;
}

.section.projects {
    padding: 0;
}

.section.projects .mix {
    padding: 0;
    overflow: hidden;
}

.section.projects .mix img.img-fluid {
    min-width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.section.projects .mix:hover img.img-fluid {
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.section.projects .mix .info {
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: auto;
    position: absolute;
    top: 70%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(85px);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: no-repeat;
    padding: 1.5rem 0;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    z-index: 2;
}

.section.projects .mix .info img {
    display: block;
    max-width: 60px;
    margin: 0 auto 1.2rem;
    position: relative;
    top: -20px;
    transition: all .45s ease;
}

.section.projects .mix .info img,
.section.projects .mix .info p.location {
    opacity: 0;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
}

.section.projects .mix .info p {
    padding: 0 1rem;
    color: #fff;
    margin: 0;
}

.section.projects .mix .info p.title {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05rem;
    line-height: 1rem;
    background: rgba(0, 130, 200, 0);
    padding: .5rem 0;
    font-size: 1.15rem;
}

.section.projects .mix .info p.location {
    font-size: .9rem;
    transition: all .45s ease;
}

.section.projects .mix:hover .info p.location {
    opacity: 1;
}

.section.projects .mix:hover .info img {
    top: 0;
    opacity: 1;
}

.section.projects .mix:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .05);
    z-index: 0;
    -webkit-transition: all .65s ease;
    -moz-transition: all .65s ease;
    -ms-transition: all .65s ease;
    -o-transition: all .65s ease;
    transition: all .65s ease;
}

.section.projects .mix:hover:after {
    background: rgba(0, 0, 0, .50);
}


/* home main services */

.section.projects #primary-services .mix .info {
    top: 90%;
}

.testimonials-container {
    background: url(img/bg-testimonials.jpg) center fixed;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.testimonials-container * {
    z-index: 2;
}

.testimonials-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/mask.png) rgba(0, 0, 0, .6);
    z-index: 0;
    opacity: .4;
}

.testimonials-container h2 span {
    color: #fff;
}

.testimonials-slider.slick-slider {
    background-image: url(img/icons/quote-left.svg), url(img/icons/quote-right.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: 50px auto, 50px auto;
    z-index: 1;
}

.testimonials-slider.slick-slider {
    position: relative;
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: -20px;
    color: #7AC041;
    z-index: 5;
    font-size: 30px;
    cursor: pointer;
}

.slick-slider .slick-arrow.slick-prev {
    left: 0px;
}

.slick-slider .slick-arrow.slick-next {
    right: 0;
}


/* .testimonials-slider.slick-slider .slick-arrow {
	  position: absolute;
	  top: 50%;
	  margin-top: -15px;
	  width: 30px;
	  height: 30px;
	  background: transparent;
	  outline: transparent;
	  border: 0;
	  outline: 0;
	  color: transparent;
  }
	.testimonials-slider.slick-slider .slick-arrow:after {
		color: #7AC041;
		font-weight: bold;
		font-size: 2rem;
	}
	.testimonials-slider.slick-slider .slick-arrow.slick-prev {
		left: -4rem;
	}
	.testimonials-slider.slick-slider .slick-arrow.slick-prev:after {
		content: '\3008';
	}

	.testimonials-slider.slick-slider .slick-arrow.slick-next {
		right: 0;
	}
	.testimonials-slider.slick-slider .slick-arrow.slick-next:after {
		content: '\3009';
	}*/

.testimonials-slider.slick-slider .slick-slide {
    padding: 0 3.5rem 2rem;
    font-style: normal;
    background: 0 0;
    margin: .75rem 0;
    color: #fff;
    font-size: 1.25rem;
}

.testimonials-slider.slick-slider .slick-slide .by-who {
    display: block;
    font-size: 1rem;
    margin-top: 1rem;
}

.testimonials-slider.slick-slider .slick-dots {
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.testimonials-slider.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 .25rem;
}

.testimonials-slider.slick-slider .slick-dots li button {
    color: transparent;
    border: 0;
    width: 8px;
    height: 12px;
    background: rgba(255, 255, 255, .5);
    padding: 0;
    outline: 0!important;
}

.testimonials-slider.slick-slider .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, .8);
}

.testimonials-news {
    background: url(img/cutout-clients.png) center bottom no-repeat #fff;
    background-size: 100% auto;
}

.testimonials-news .post-desc {
    text-transform: none !important;
    font-style: italic !important;
}

.clients {
    padding-bottom: 480px;
}

.clients .clients-list>div {
    padding-left: 0;
    padding-right: .5rem;
}

.clients .clients-list .client-item {
    width: calc(100% / 7);
    float: left;
}

.clients .clients-list img {
    margin-bottom: .5rem;
    background: #E7E7E8;
    padding: .5rem;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .8;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.clients .clients-list img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    background: rgba(231, 231, 232, .52);
}

.testimonials-news .news {
    padding-left: 2rem;
}

.testimonials-news .news .news-list {
    margin: .75rem -.75rem;
}

.testimonials-news .news .news-list>div {
    padding-left: .75rem;
    padding-right: 0;
}

.news-list .card .card-block {
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.news-list .card .card-block.photo-bg {
    position: relative;
}

.news-list .card .card-block.photo-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/mask.png) rgba(0, 0, 0, .6);
    z-index: 0;
    opacity: .6;
}

.contact .map-container:before,
.news .card .date:after {
    height: 100%;
    content: "";
    transform: skewX(-20deg);
}

.contact h2,
p {
    text-align: center;
}

.contact p span {
    font-weight: bold;
    color: #008ec4;
}

.contact input::-webkit-outer-spin-button,
.contact input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact select.state,
.contact select.like-to-do {
    width: 100%
}

.contact .annual-sales-revenue {
    min-height: 250px
}

.contact .questions-comments {
    min-height: 128px
}

.contact .required-field {
    color: #373a3c;
    font-size: 14px;
    text-align: left;
    font-style: italic
}

.news-list .card .card-block.photo-bg * {
    color: #fff;
    position: relative;
    z-index: 1;
}

.news .card {
    background: #fff;
    transition: all .2s ease-in-out;
}

.news .card:hover {
    transform: scale(1.05);
}

.news .card .date,
.news .card .date:after {
    background-color: #008ec4;
    position: absolute;
}

.news .card a {
    color: inherit;
    text-decoration: none;
}

.news .card .date {
    bottom: 0;
    left: 0;
    padding: .15rem 0 .15rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    color: #fff;
    z-index: 2;
}

.news .card .date:after {
    display: block;
    right: -10px;
    top: 0;
    width: 60px;
    z-index: -1;
}

.newsroom .card .card-block {
    min-height: 130px;
}

.newsroom.news-detail p.article-date {
    text-align: center;
    text-transform: uppercase;
    color: #008ec4;
}

.newsroom.news-detail p {
    text-align: left;
}

.newsroom.news-detail .source-logo {
    text-align: center;
    margin-bottom: 30px;
}

.newsroom.news-detail .post-desc {
    padding-bottom: 20px;
    font-size: 1rem;
    color: #888;
    font-style: italic;
    font-weight: bold;
    line-height: 1.25rem;
}

.news.modal .modal-content {
    border-radius: 0;
    border: 1px solid #e6e6e6;
}

.news.modal .modal-content .modal-body {
    padding: 1.75rem;
}

.news.modal p.article-date {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    color: #008ec4;
}

.news.modal p.article-title {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5em;
    padding: .25rem 0;
    text-transform: uppercase;
    color: #111;
}

.news.modal .article-text {
    color: #a1a1a5;
    line-height: 1.5em;
}

.case-study-subhero {
    padding: 2.5rem 0;
}

.case-study-subhero .case-study-main-title {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .15rem;
}

.case-study-details {
    margin-bottom: 25px;
}

.case-study-subhero .section-title {
    line-height: 1.5rem;
    letter-spacing: .25rem;
    margin-bottom: 0;
}

.case-study-subhero * {
    color: #fff;
}

.contact form>div {
    padding-left: 0;
}

.contact form .form-group {
    margin: .5rem 0;
    padding: .5rem 1rem .75rem;
    background: #e7e7e8;
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

.contact form .form-group label {
    font-size: .75rem;
    text-transform: uppercase;
    line-height: .75rem;
}

.contact form .form-control {
    width: 100%;
    border: 0;
    background: 0 0;
}

.contact .contact-info {
    list-style: none;
    margin-top: 3rem;
    margin-left: 0;
    padding-left: 2rem;
}

.contact .contact-info li {
    margin-bottom: .75rem;
    padding-left: 30px;
    font-size: .8rem;
    position: relative;
    z-index: 2;
}

.contact .contact-info li strong {
    font-size: 1.5rem;
}

.contact .contact-info li:first-child {
    padding-left: 0;
    margin-bottom: .25rem;
    color: #008ec4;
}

.contact .contact-info li.phone {
    font-size: 1.25rem;
}

.contact .contact-info li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #a1a1a5;
}

.contact .map-container {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0;
}

.contact .map-container:before {
    background-color: #fff;
    display: block;
    position: absolute;
    left: -118px;
    top: 0;
    width: 202px;
    z-index: 1;
}

.contact .map-container #map_frame {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.page .parallax.jumbotron {
    /* height: auto; */
    max-height: 45vh;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.page .parallax.jumbotron .overlay {
    position: relative;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    left: 0;
    text-align: center;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* .page .parallax.jumbotron .parallax-img {
    top: 30px;
  } */

.page .parallax.jumbotron .overlay .breadcrumbs {
    margin-top: 180px;
    color: rgba(255, 255, 255, .6);
}

.page .parallax.jumbotron .overlay .breadcrumbs a {
    color: #fff;
    padding: 0 .25rem;
    letter-spacing: .06rem;
}

.page .parallax.jumbotron .overlay h1 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .15rem;
    font-size: 56px;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
}

.page h1.non-hero-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: .15rem;
    font-size: 56px;
    line-height: 63px;
    color: #747474;
    margin: 20px 0 40px;
}


/*
font-weight: 400;
letter-spacing: .15rem;
font-size: 56px;
line-height: 40px;
color: #fff;
margin-top: 20px;
*/

.page .parallax.jumbotron .overlay .inline-img {
    displaY: inline-block;
    height: 41px;
    padding: 0;
    margin-top: -13px;
}

.about-pages .about-triptych-icons {
    clear: both;
    margin: 0 auto;
}

.about-pages .about-pages-blurb {
    padding: 5rem 0 0;
}


/*
  .about .about-blurb h2 {
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #008ec4;
  }
  */

.about-pages .about-pages-blurb .accent-img {
    float: left;
    width: 100%;
}

.about-pages .about-pages-blurb .accent-img img {
    max-width: 100%;
}

.about-pages .solutions-main-components-blurb {
    padding: 5rem 0;
    background: url('/img/solutions/solutions-main-components-blurb.jpg') 5vw top no-repeat #fff;
    background-size: contain;
    /*background-position:right center; */
    background-position: right 150px center;
}

.about-pages .solutions-tippingpoint-blurb {
    padding: 5rem 0 5rem 4rem;
    background: url('/img/solutions/solutions-tippingpoint-blurb.jpg') 5vw top no-repeat #ebebeb;
    background-size: contain;
    background-position: left center 10px;
}

.about-pages .solutions-ghg-blurb {
    padding: 5rem 0;
    background: url('/img/solutions/solutions-ghg-blurb.jpg') 5vw top no-repeat #f5f5f5;
    background-size: contain;
    background-position: right center;
}

.about-pages .what-industry-and-product-blurb {
    padding: 5rem 0;
    background: url('/img/about/what-industry-and-product-blurb.jpg') 5vw top no-repeat #fff;
    background-size: contain;
}

.about-pages .why-what-we-provide-blurb {
    padding: 5rem 0;
    background: url('/img/about/why-what-we-provide-blurb.png') 5vw top no-repeat #f5f5f5;
    background-size: contain;
    background-position: right center;
}

.about-pages .why-our-commitment-blurb {
    padding: 2rem 0;
    background: url('/img/about/why-our-commitment-blurb.png') 5vw top no-repeat #ebebeb;
    background-size: contain;
    background-position: left -50px center;
}

.about .team {
    background: #fff;
    padding: 4rem 0 3rem;
}

.about .team .team-container {
    margin-top: 2rem;
    width: 100%;
    float: left;
}

.about .team .team-container .team-member {
    position: relative;
    width: calc(100% / 3);
    float: left;
    cursor: pointer;
    padding: 0;
}

.about .team .team-container .team-member .inner {
    position: relative;
    margin: .5rem;
    width: calc(100% - 1rem);
    float: left;
    overflow: hidden;
}

.about .team .team-container .team-member .inner a {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.about .team .team-container .team-member .inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: 0 0;
    z-index: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.about .team .team-container .team-member:hover .inner:after {
    background: rgba(0, 0, 0, .35);
}

.about .team .team-container .team-member img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.about .team .team-container .team-member:hover img {
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.about .team .team-container .team-member .info {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.about .team .team-container .team-member .info p {
    color: #fff;
    padding: 0 .5rem;
    font-weight: 700;
    letter-spacing: .05rem;
}

.about .team .team-container .team-member .info p.title {
    background: rgba(0, 130, 200, .74);
    padding: .5rem 0;
    font-size: 1.15rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05rem;
    line-height: 1em;
    margin-bottom: 0;
}

.about .services .row {
    position: relative;
}

.about .services .row .icon-container {
    position: absolute;
    height: 100%;
}

.about .services .row .icon-container.pull-right {
    right: 0;
}

.about .services .row .icon-container .inner {
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.about .services .row .icon-container .inner .icon {
    display: block;
    margin: 0 auto 1rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #000;
}

.about .services h2 span {
    font-size: 1.5rem;
}

.about .about-tabs {
    position: relative;
    padding: 6rem 0;
    background: url(img/bg-about-tabs.jpg) center no-repeat fixed;
    background-size: cover;
}

.section.parallax.about-tabs:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/mask.png) rgba(0, 0, 0, .6);
    z-index: 0;
    opacity: .4;
}

.about .about-tabs .tabs-container {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

.about .about-tabs .nav-tabs {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    background: #fff;
}

.about .about-tabs .nav-tabs li {
    width: calc(100% / 5);
    float: left;
    text-align: center;
    background: #fff;
}

.about .about-tabs .nav-tabs li.nav-item {
    margin: 0;
}

.about .about-tabs .nav-tabs a {
    padding: 1rem .5rem .5rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    color: #020202;
    outline: 0!important;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.about .about-tabs .nav-tabs a:hover {
    background: #008ec4;
    color: #fff;
}

.about .about-tabs .nav-tabs a.active {
    background: #008ec4;
    color: #fff;
}

.about .about-tabs .nav-tabs a i {
    display: block;
    margin: .5rem auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: .7;
}

.about .about-tabs .tab-content {
    padding: 1.5rem 2rem;
    background: #fff;
    border-top: 5px solid #008ec4;
    border-bottom: 5px solid #008ec4;
}

.team-members .section h1 {
    margin-bottom: 3rem;
}

.team-members .section h2.team-name {
    margin-bottom: 10px;
    /*font-weight:normal;*/
    color: #008EC4;
}

.team-members .section h3.team-title {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.25rem;
}

.bio.page .parallax.jumbotron {
    padding-top: 35%;
}

.bio .section.the-bio .bio-container {
    padding-right: 2rem;
}

.bio .section.the-bio .breadcrumbs,
.bio .section.the-bio h1 {
    margin-bottom: 1rem;
}

.bio .section.the-bio h1 span {
    color: #008ec4;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

.bio .section.the-bio h1 strong {
    font-size: 2rem;
    color: #a1a1a1;
}

.bio .section.the-bio p.email {
    line-height: 30px;
    margin-bottom: 1.5rem;
}

.bio .section.the-bio p.email i {
    line-height: 30px;
    color: #fff;
    background: #a1a1a1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: .25rem;
    text-align: center;
    position: relative;
}

.bio .section.the-bio .sidebar {
    padding: 0 0 2rem 1.5rem;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.bio .section.the-bio .sidebar h2 span {
    font-size: 1.25rem;
}

.bio .section.the-bio .sidebar h2 span:after {
    background: #a1a1a1;
}

.bio .section.the-bio .sidebar ul {
    list-style: square;
    padding-left: 20px;
}

.bio .section.the-bio .sidebar ul li {
    margin-bottom: .5rem;
}

.bio .section.the-bio .sidebar ul li a {
    color: #a1a1a5;
    text-decoration: none!important;
}

.bio .section.the-bio .sidebar ul li a span {
    font-weight: 700;
    text-transform: uppercase;
    color: #008ec4;
}

.portfolio .section.projects.blurb {
    padding: 6rem 0 4rem;
}

.portfolio .section.projects.blurb .portfolio-projects {
    margin-top: 4rem;
}

.portfolio .section.projects.blurb .mix .inner {
    margin: .5rem 1rem;
    overflow: hidden;
    width: calc(100% - 1rem);
    height: auto;
    float: left;
    position: relative;
}

.portfolio.detail .section.gallery .title-container p,
.post .section.post-info .info p {
    margin-bottom: 0;
}

.portfolio .section.projects.blurb .mix:after {
    display: none;
}

.portfolio .section.projects.blurb .mix .inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 0;
    -webkit-transition: all .65s ease;
    -moz-transition: all .65s ease;
    -ms-transition: all .65s ease;
    -o-transition: all .65s ease;
    transition: all .65s ease;
}

.portfolio .section.projects.blurb .mix:hover .inner:after {
    background: rgba(0, 0, 0, .73);
}

.portfolio .section.projects.blurb .mix .inner .info {
    padding: 1.5rem 0;
}

.portfolio .section.projects.blurb .mix .inner .info p.title {
    background: rgba(0, 130, 200, 0);
    padding: .5rem 0;
    font-size: 1rem;
}

.portfolio.category .section.projects.blurb {
    padding: 4rem 0;
    background: #fff;
}

.portfolio.category .section.projects.blurb .portfolio-projects {
    margin-top: 1rem;
}

.portfolio.detail .preload {
    display: none!important;
    opacity: 0!important;
}

.portfolio.detail nav .navbar-brand,
.portfolio.detail nav.scrolled .navbar-brand {
    background: url(img/logo-horizonal-color.svg) center no-repeat;
    background-size: contain;
}

.portfolio.detail .section.gallery {
    background: #fff;
    padding: 0;
    position: relative;
}

.portfolio.detail .section.gallery .tparrows {
    width: 60px;
    height: 60px;
    background: 0 0;
}

.portfolio.detail .section.gallery .tparrows:before {
    font-size: 50px;
}

.portfolio.detail .section.gallery .back-container {
    position: fixed;
    z-index: 99998;
    top: 20%;
    right: -200px;
    text-align: left;
    width: 240px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    background: #0081C6;
    text-transform: uppercase;
    color: #fff;
}

.portfolio.detail .section.gallery .back-container a {
    color: inherit;
    text-decoration: none!important;
}

.portfolio.detail .section.gallery .back-container:hover {
    right: 0;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

.portfolio.detail .section.gallery .back-container i {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 1.5rem;
}

.portfolio.detail .section.gallery .title-container {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 90%;
    text-align: center;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.portfolio.detail .section.gallery .title-container p span {
    color: #fff;
    display: block;
}

.portfolio.detail .section.gallery .title-container p span.project-title {
    /* font-family: Montserrat, sans-serif; */
    font-family: "futura-pt";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: .15rem;
    line-height: 1.1em;
    padding: 0 .5rem;
}

.portfolio.detail .section.gallery .title-container p span.project-title small {
    font-size: 60%;
}

.portfolio.detail .section.gallery .title-container p span.location {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .05rem;
    line-height: 1.2em;
    padding: 0 .5rem;
    margin-bottom: 1rem;
}

.portfolio.detail .section.gallery .project-by {
    position: absolute;
    bottom: 3rem;
    right: 0;
    max-width: 100vw;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .15rem;
    line-height: 1.1em;
    z-index: 99;
    font-size: 1rem;
    color: #fff;
}

.portfolio.detail .section.gallery #slider1:after {
    content: '';
    z-index: 98;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(img/mask.png) rgba(0, 0, 0, .63);
    opacity: .35;
}

.portfolio.detail .section.gallery .tp-thumbs {
    background: #020202;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.portfolio.detail .section.gallery .tp-thumbs:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

.portfolio.detail .section.gallery .tp-thumbs .tp-thumb {
    opacity: .55;
    background: #020202;
}

.portfolio.detail .section.gallery .tp-thumbs .tp-tab.selected,
.portfolio.detail .section.gallery .tp-thumbs .tp-tab:hover,
.portfolio.detail .section.gallery .tp-thumbs .tp-thumb.selected,
.portfolio.detail .section.gallery .tp-thumbs .tp-thumb:hover {
    opacity: 1;
}

.portfolio.detail .section.other-photos {
    padding: 3rem 0;
}

.portfolio.detail .section.other-photos .the-photo {
    padding: 1rem;
}

.portfolio.detail .section.other-photos .the-photo .inner {
    width: 100%;
    float: left;
}

.portfolio.detail .section.other-photos .the-photo img {
    max-width: 100%;
    width: 100%;
}


/*
  .solutions-pages .about-pages-blurb { 
    padding: 5rem 0; 
    background: url(img/about-pages-blurb.jpg) 5vw top no-repeat #fff; 
    background-size: contain
  }
  */

.light-grey-background {
    background: #f5f5f5 !important;
}

.mid-grey-background {
    background: #ebebeb !important;
}


/*
  .solutions-pages .jumbotron h2 { color:#fff;}
  */

.jumbotron h2 {
    color: #fff;
}

.solutions-pages .section.solutions-section {
    padding: 2rem 0;
    background: #fff;
}

.solutions-pages .section.intro-image-section {
    padding: 3rem 0;
    background: #fff;
}

.solutions-pages .section.intro-section {
    padding: 2rem 0;
    background: #fff;
}

.solutions-pages .larger-title {
    font-size: 40px;
    /*font-weight:200;*/
    text-transform: uppercase;
    color: #7AC041;
}

.solutions-pages .case-study-title {
    font-size: 25px;
    text-transform: uppercase;
}


/*
   .solutions-pages .section ul {
		list-style: none;
   }
  .solutions-pages .section ul li {
		background: url(img/checkmark-bullet-blue.png) no-repeat left top;
		padding-left: 30px;
		padding-bottom: 10px;
		padding-top: 0px;
  }
  */

.section.services-list {
    padding: 0;
}

.section.services-list .service-block {
    padding: 0;
    overflow: hidden;
}

.section.services-list .service-block .info {
    text-align: center;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(85px);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-attachment: scroll;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 1.5rem 2rem;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    z-index: 2;
}

.share-buttons,
.share-buttons li {
    height: 30px;
    display: inline-block;
}

.section.services-list .service-block img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s ease-in;
    -moz-transition: all .8s ease-in;
    -ms-transition: all .8s ease-in;
    -o-transition: all .8s ease-in;
    transition: all .8s ease-in;
}

.section.services-list .service-block:hover img {
    transform: scale(1.1);
}

.section.services-list .service-block:hover img,
.share-buttons li:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.section.services-list .service-block .info p {
    padding: 0 1rem;
    color: #fff;
    margin: 0;
    opacity: 0;
}

.section.services-list .service-block .info p.title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .05rem;
    line-height: 1rem;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.section.services-list .service-block:hover .info p.title {
    margin-top: 0;
}

.section.services-list .service-block .info p.text {
    font-size: .85rem;
    line-height: 1rem;
    margin-top: 1rem;
    transition: all .45s ease;
}

.section.services-list .service-block .info p.text,
.section.services-list .service-block:after {
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
}

.section.services-list .service-block:hover .info p {
    opacity: 1;
}

.section.services-list .service-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 0;
    transition: all .45s ease;
}

.section.services-list .service-block:hover:after {
    background: rgba(0, 0, 0, .75);
}

.post.page .parallax.jumbotron .parallax-img {
    top: -25%;
}

.post.page .parallax.jumbotron .overlay {
    width: 80%;
    margin-left: 10%;
}

.post.page .parallax.jumbotron .overlay h1 {
    font-size: 43px;
    line-height: 3rem;
}

.post .section.post-info {
    padding: 0;
    background: #FFF;
}

.post .section.post-info .info {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.post .section.the-post {
    background: #F4F4F3;
    color: #111;
    line-height: 2em;
}

.post .section.the-post p {
    margin-bottom: 2rem;
}

.post .section.the-post .post-footer {
    color: #a1a1a5;
    font-size: .9rem;
}

.post .section.the-post .post-footer p {
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    float: left;
}

.share-buttons {
    float: left;
    margin: 0;
    padding: 0 0 0 1rem;
    line-height: 30px;
}

.share-buttons li {
    width: 30px;
    background: #a1a1a1;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0 .25rem 0 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.share-buttons li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #008ec4;
    opacity: 0;
    transform: scale(1.1);
    -webkit-transition: all .45s ease-in;
    -moz-transition: all .45s ease-in;
    -ms-transition: all .45s ease-in;
    -o-transition: all .45s ease-in;
    transition: all .45s ease-in;
}

.share-buttons li:hover {
    color: #008ec4;
    background: #fff;
}

.share-buttons li:hover:after {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width:1200px) {
    .page h1.non-hero-title {
        margin: 60px 0 60px;
    }
    .parallax.jumbotron .overlay .logo {
        height: 40px;
    }
    footer .footer .btn {
        background-color: rgba(159, 159, 159, 0);
    }
    footer .footer .logo {
        display: inline-block;
        margin: 0 0 1rem;
    }
    footer .footer .links {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .page .parallax.jumbotron .overlay .breadcrumbs {
        margin-top: 100px;
    }
    .page .parallax.jumbotron .overlay h1 {
        font-size: 40px;
    }
    #secondary-services .mix {
        position: relative;
    }
    .section.projects .mix .info {
        background-image: none;
        padding: 1.5rem .5rem;
    }
    .section.projects .mix .info p {
        padding: 0 .25rem;
    }
    .case-study-subhero {
        padding: 2rem 0;
    }
    .case-study-subhero .section-title {
        font-size: 1rem;
    }
    .case-study-subhero small {
        font-size: 70%;
    }
    /* here */
    .home .leasing-benefits-blurb {
        background: url('') -5vw top no-repeat #fff;
        background-size: contain;
    }
    .home .lease-vs-purchase-blurb {
        background: url('') -70vw top no-repeat #fff;
        background-size: contain;
    }
    .about-pages .solutions-main-components-blurb {
        background: url('') -5vw top no-repeat #fff;
        background-size: contain;
    }
    .about-pages .solutions-tippingpoint-blurb {
        background: url('') -5vw top no-repeat #f5f5f5;
        background-size: contain;
    }
    .about-pages .solutions-ghg-blurb {
        background: url('') -5vw top no-repeat #ebebeb;
        background-size: contain;
    }
    .about-pages .what-industry-and-product-blurb {
        background: url('') -5vw top no-repeat #fff;
        background-size: contain;
    }
    .about-pages .why-what-we-provide-blurb {
        background: url('') -5vw top no-repeat #f5f5f5;
        background-size: contain;
    }
    .about-pages .why-our-commitment-blurb {
        background: url('') -5vw top no-repeat #ebebeb;
        background-size: contain;
    }
    .testimonials-news .news {
        padding-right: 2rem;
    }
}

@media screen and (max-width:992px) {
    .parallax .parallax-img {
        max-width: 800%;
        width: auto;
        height: 100%;
    }
    .case-study-subhero img.icon {
        margin-top: 1rem;
    }
    .testimonials-news .news {
        padding-right: 2rem;
    }
    .section.contact {
        padding: 0 0 4.5rem;
    }
    .contact form>div,
    .contact h2 {
        padding-left: .9375rem;
    }
    .contact .map-container {
        position: relative;
        height: 350px;
        margin-bottom: 2rem;
    }
    .contact .map-container::before {
        display: none;
    }
    .contact .mobile-contact {
        padding: 1rem 2rem;
        height: 200px;
        background: #E7E7E8;
    }
    .contact .mobile-contact .contact-info li {
        font-size: .9rem;
    }
}

@media screen and (max-width:768px) {
    .header {
        background: none;
    }
    #primary-services {
        margin-top: 23px;
    }
    .home .call-to-action p {
        text-align: center;
    }
    .parallax.jumbotron .overlay {
        max-width: 90%;
        width: 90%;
    }
    .parallax .parallax-img,
    .parallax.jumbotron .overlay .logo {
        height: auto;
        width: 100%;
    }
    .parallax .parallax-img {
        width: 100%;
    }
    .jumbotron p.line1>span {
        width: 80%;
    }
    .testimonials-slider.slick-slider .slick-slide {
        padding: 2rem 1.5rem;
        font-size: .8rem;
    }
    .news-list .size-1of2 {
        width: 100%;
    }
    .about .team .team-container .team-member {
        width: 50%;
    }
    .bio .parallax .parallax-img {
        height: auto!important;
        max-width: 100% !Important;
        width: 100%;
        top: 38px!important;
    }
    .bio .section.the-bio .sidebar {
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, .1);
        margin-top: 2rem;
        padding-top: 2rem;
    }
    .home .leasing-benefits-blurb {
        background: #fff;
    }
    /*
    .solutions-pages .about-pages-blurb { background: #fff }
    */
    .newsroom .news-list .size-1of2 {
        width: 50%;
    }
    .page .parallax.jumbotron .overlay h1,
    .portfolio.detail .section.gallery .title-container p span.project-title {
        font-size: 25px;
    }
    #slider1 ul {
        margin-left: 0;
        padding-left: 0!important;
    }
    #slider1 .tp-kbimg-wrap {
        transform: none!important;
        opacity: 0;
    }
    #slider1 img {
        transform: none!important;
        max-width: 100%;
    }
}

@media screen and (max-width:480px) {
    .about .about-tabs .nav-tabs,
    .map-container,
    .map-container #map_frame,
    .section h2 span:after {
        display: none;
    }
    .contact .map-container {
        position: relative;
        height: 200px;
        margin-bottom: 0;
    }
    .contact .mobile-contact {
        margin-bottom: 2rem;
    }
    .case-study-subhero.parallax .parallax-img {
        max-width: 1000%;
        width: auto;
        margin-left: -20%;
        height: 180%;
    }
    .about .team {
        padding: 4rem 1rem 3rem;
    }
    .about .team .team-container .team-member {
        width: 100%;
    }
    .about .about-tabs>div.col-xs-12 {
        width: 90%;
        margin-left: 5%;
    }
    .about .about-tabs .tab-pane .hidden-sm-up {
        font-size: 1.5rem;
        line-height: 50px;
        color: #008ec4;
        margin-bottom: 1rem;
    }
    .about .about-tabs .tab-pane .hidden-sm-up i img {
        height: 50px;
        margin-right: 1rem;
    }
    .about .about-tabs .tab-content>.tab-pane {
        display: block !Important;
        opacity: 1;
        padding-bottom: 1.5rem;
    }
    .parallax .parallax-img {
        max-width: 1110%;
        width: auto;
        height: 110%;
        position: absolute!important;
    }
    .page .parallax.jumbotron .overlay .breadcrumbs {
        margin-top: 40px;
    }
    .portfolio .section.projects.blurb .mix .inner {
        margin: .5rem 5%;
        width: 90%;
    }
    .portfolio .section.projects.blurb .mix .inner .info {
        padding: .5rem;
    }
    .preload:before {
        background-image: url(img/logo-wht-top.png);
        background-position: bottom center;
        background-attachment: scroll;
    }
    .preload:after {
        background-image: url(img/logo-wht-bottom.png);
        background-position: top center;
        background-attachment: scroll;
    }
}

.mobile {
    display: none;
}

@media screen and (max-width:992px) {
    body {
        max-width: 100vw;
    }
    .mobile,
    .site {
        transition: transform .3s;
    }
    .c-menu,
    .c-menu.scrolled,
    .mobile,
    .site {
        -webkit-transition: -webkit-transform .3s;
    }
    .mobile {
        display: block;
        background: #fff;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9998;
        height: 50px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    }
    .has-active-menu .mobile {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    .mobile .navbar-brand {
        height: 40px;
        width: 210px;
        position: relative;
        display: block;
        float: left;
        margin-top: 5px;
        margin-left: 1rem;
    }
    .mobile .menu-toggle {
        position: absolute;
        top: 50%;
        right: 1rem;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        z-index: 6;
        background: 0 0;
        border: 0;
        outline: 0!important;
    }
    .mobile .menu-toggle i {
        color: #008ec4;
        font-size: 1.5rem;
        line-height: 50px;
    }
    /*
    nav {
      padding: 0 1.5rem;
    }
  
    nav .nav {
      padding-top: 2rem;
    }
  
    .navbar-nav .nav-item, .navbar-nav .nav-item+.nav-item {
      display: block;
      width: 100%;
      margin-left: 0;
    }
  
    nav .navbar-nav .nav-link {
      line-height: 30px;
    }
  */
    .scrolled .navbar-nav .nav-item .nav-link {
        color: #fff;
    }
    .scrolled .navbar-nav .nav-item .nav-link::after {
        background: #fff;
    }
    .dropdown-menu {
        width: 100%;
        position: relative;
    }
    .c-menu,
    .c-menu.scrolled {
        position: fixed;
        z-index: 200;
        background-color: #747474;
        transition: transform .3s;
    }
    .c-menu__items {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .c-menu--push-right .c-menu__item {
        display: block;
        text-align: center;
        border-top: solid 1px #b5dbe9;
        border-bottom: solid 1px #3184a1;
    }
    .c-menu--push-right .c-menu__item:first-child {
        border-top: none;
    }
    .c-menu--push-right .c-menu__item:last-child {
        border-bottom: none;
    }
    .c-menu--push-right .c-menu__link {
        display: block;
        padding: 12px 24px;
        color: #fff;
    }
    .c-menu--push-right .c-menu__close {
        display: block;
        padding: .5rem 1.5rem;
        width: 100%;
        background: 0 0;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        outline: 0;
        color: #fff
    }
    .c-menu--push-right {
        height: 100%;
        overflow: hidden;
        top: 0;
        right: 0;
        left: auto;
        width: 300px;
        padding-top: 2rem;
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }
    .mask {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 0;
        height: 0;
        background-color: #000;
        opacity: 0;
        -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
        transition: opacity .3s, width 0s .3s, height 0s .3s;
    }
    .mask.is-active {
        width: 100%;
        height: 100%;
        opacity: .6;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .c-menu--push-right.is-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .site.has-push-right {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) {
    #arrow,
    video {
        display: none;
    }
    .pre-hero .logo {
        /* background: url(img/capture.JPG) center center no-repeat, url(img/build-better-svg.svg) center center no-repeat; */
        background-size: cover;
        z-index: -1;
    }
    .pre-hero {
        height: 31vh;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    #arrow,
    video {
        display: none;
    }
    .pre-hero .logo {
        /* background: url(img/capture.JPG) center center no-repeat, url(img/build-better-svg.svg) center center no-repeat; */
        background-size: cover;
        z-index: -1;
    }
    .pre-hero {
        height: 31vh;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    #arrow,
    video {
        display: none;
    }
    .pre-hero .logo {
        /* background: url(img/capture.JPG) center center no-repeat, url(img/build-better-svg.svg) center center no-repeat; */
        background-size: cover;
        z-index: -1;
    }
    .pre-hero {
        height: 31vh;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    #arrow,
    video {
        display: none;
    }
    .pre-hero .logo {
        /* background: url(img/capture.JPG) center center no-repeat, url(img/build-better-svg.svg) center center no-repeat; */
        background-size: cover;
        z-index: -1;
    }
    .pre-hero {
        height: 31vh;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    #arrow,
    video {
        display: none;
    }
    .pre-hero .logo {
        /* background: url(img/capture.JPG) center center no-repeat, url(img/build-better-svg.svg) center center no-repeat; */
        background-size: cover;
        z-index: -1;
    }
    .pre-hero {
        height: 100vh;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    #arrow,
    video {
        display: none;
    }
    .pre-hero .logo {
        /* background: url(img/capture.JPG) center center no-repeat, url(img/build-better-svg.svg) center center no-repeat; */
        background-size: cover;
        z-index: -1;
    }
    .pre-hero {
        height: 60vh;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    #arrow,
    video {
        display: none;
    }
    .pre-hero .logo {
        /* background: url(img/capture.JPG) center center no-repeat, url(img/build-better-svg.svg) center center no-repeat; */
        background-size: cover;
        z-index: -1;
    }
    .pre-hero {
        height: 100vh;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    #arrow,
    video {
        display: none;
    }
    .pre-hero .logo {
        /* background: url(img/capture.JPG) center center no-repeat, url(img/build-better-svg.svg) center center no-repeat; */
        background-size: cover;
        z-index: -1;
    }
    .pre-hero {
        height: 60vh;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    #arrow,
    video {
        display: none;
    }
    .pre-hero .logo {
        /* background: url(img/capture.JPG) center center no-repeat, url(img/build-better-svg.svg) center center no-repeat; */
        background-size: cover;
        z-index: -1;
    }
    .pre-hero {
        height: 100vh;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
    #arrow,
    video {
        display: none;
    }
    .pre-hero .logo {
        /* background: url(img/capture.JPG) center center no-repeat, url(img/build-better-svg.svg) center center no-repeat; */
        background-size: cover;
        z-index: -1;
    }
    .pre-hero {
        height: 60vh;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
    #arrow,
    video {
        display: none;
    }
    .pre-hero .logo {
        /* background: url(img/capture.JPG) center center no-repeat, url(img/build-better-svg.svg) center center no-repeat; */
        background-size: cover;
        z-index: -1;
    }
    .pre-hero {
        height: 100vh;
        width: 100%;
        float: left;
        position: relative;
        z-index: 1;
    }
}

.contact-details {
    margin-top: 40px;
}

.cognito:not(.c-forms-actionBar) {
    max-width: 100% !important;
}

.cognito .c-forms-form h3 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.cognito>div {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.cognito input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: transparent !important;
    font-family: "futura-pt";
    opacity: 0;
    /* Firefox */
}

.cognito input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: transparent !important;
    font-family: "futura-pt";
}

.cognito input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: transparent !important;
    font-family: "futura-pt";
}

.cognito input[type=text],
select,
textarea {
    border: #007FB0 solid 1px !important;
}

.cognito input,
select,
select option,
textarea {
    font-family: "futura-pt" !important;
    font-weight: normal;
    font-size: 1.10rem !important;
    color: #666666;
}

.cognito label {
    font-family: "futura-pt";
    font-weight: bold;
    font-size: 1.10rem;
    color: #666666;
}

.cognito .c-forms-form .c-button-section button {
    background-color: #008ec4;
    border-color: #007FB0;
    color: #FFFFFF;
    font-family: "futura-pt";
    font-weight: bold;
    font-size: 1.10rem;
    border-radius: 4px;
    width: 100%;
}

.cognito .c-action {
    float: none;
    margin-left: 15px;
}

textarea {
    resize: none;
}

.hidden {
    display: none!important;
}

.btn-open-video {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    opacity: .4;
    transition: all .2s ease;
}

.btn-open-video:hover {
    opacity: 1;
}

.btn-open-video svg {
    fill: #7ac041;
    width: 30px;
    height: 30px;
    margin: auto;
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(.8);
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(.8);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(.8);
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(.8);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}