/* ---------- MOBILE FIRST STYLING  ---------- */


html {
    height: 100%; 
    width: 100%;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}


#main-wrapper{
    max-width: 1120px;
    width: auto !important;
}


/* clear */
.clear:before,
.clear:after{
    content:' ';
    display:table;
}
.clear:after{ clear: both; }
.clear{ *zoom: 1; }

img{
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
    max-width: 100%;
}

a{
    color:#444;
    text-decoration: none;
}
a:focus{ outline: 0; }
a:hover,
a:active{
    outline:0;
    cursor: pointer;
}

input{
    border: 1px solid #ccc;
}
input:focus{
    
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
form, label, input{
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
}
h1, h2, h3, h4, h5 {
    font-weight: 100;
}
h2 {
    font-size: 1.7em;
    line-height: 1;
}

/* ---------- UNIVERSAL STYLING  ---------- */

section{ 
    position: relative;
}

body {
    font-family: "Helvetica", "Lucida Grande", Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    color: #444444;
    max-width: 1120px;
    margin: 0 auto;
    background: #f2f2f2;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.center{ 
    text-align: center;
}
.hidden{
    display: none;
}
.cta-btn{
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #808285;
    margin: 50px 0 0;
}
hr {
    height: 1px;
    background-image: url(../images/hr-separator.png);
    background-position: top center;
    background-repeat: no-repeat;
    border: 0px;
    margin: 25px 0;
}
.wrapper {
    padding: 0 15px;
}
.iframe {
    width: 100%;
    height: 100%;
}
.hide-first, .hide-second {
    display: none;
}

/* ---- MAIN CONTENT ---- */
header {
    padding: 15px 30px;
    background: #fff;
}
header div {
    text-align: center;
}
.phone-container p {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0;
}
.phone-container a {
    position: relative;
}
span.email-icon svg {
    width: 55px;
    position: relative;
    top: 23px;
}

.main-content {
    background: #fff;
    padding-top: 30px;
}
.main-content h1 {
    text-align: center;
    font-size: 1.8em;
    margin: 0 0 25px;
    line-height: 1;
    text-transform: capitalize;
}

/* --- Top Video Section --- */
.fixed {
    overflow: hidden;
}
.skyvault-top-section .play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#video-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(51, 51, 51, 0.75);;
}
.close-button {
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
}
#video {
    height: 65vh;
}
.video-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- Carousel Section --- */
.applications-section .slick-next, .applications-section .slick-prev {
    z-index: 1000;
    text-shadow: 2px 2px rgba(0,0,0,0.5);
    top: 40%; 
}
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}
.applications-section .slick-next {
    right: 20px;
}
.applications-section .slick-prev {
    left: 8px;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
}
.applications-section{
    text-align: center;
}
.applications-carousel{
    /*margin-right: -20px;*/
    margin-top: 20px;
}
.applications-carousel .carousel-item{
    margin-right: 10px;
}
.applications-carousel .carousel-item:focus {
    outline: none;
}
.applications-carousel .carousel-item h4{
    margin: 10px 0;
    font-weight: inherit;
}


/* --- Text on White --- */
.text-on-white{
    margin: 60px auto;
    line-height: 1.5;
}


/* --- Features Blocks Section --- */

.features-blocks-section .row{
    margin-bottom: 40px;
}
.features-blocks-section .feature-block{
    padding: 25px;
}
.features-blocks-section .blue-block{
    background: #98a6ae;
    position: relative;
}
.features-blocks-section .blue-block:after {
    top: 99.5%;
    left: 60px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #98a6ae;
    border-width: 20px;
}
.features-blocks-section .text-block{
    line-height: 1.6;
}
.features-blocks-section .text-block h3{
    font-size: 24px;
    margin-top: 15px;
    line-height: 1;
}
.features-blocks-section iframe {
    width: 100%;
    height: 100%;
}
/* ---- VIDEO HIGHLIGHT SECTION ---- */
.iframe-container {
    padding-top: 50%;
    position: relative;
}
.iframe-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* ---- APPROACH/CONTACT SECTION ---- */
.contact-container {
    margin-bottom: 25px;
}
.approach-flex {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    flex-wrap: wrap;
}
.approach-containers {
    width: 53%;
}
.approach-containers:not(:last-child) {
    margin-bottom: 15px;
}
.approach-containers h3 {
    font-size: 1rem;
}
.contact-container p:first-child {
    font-size: 1.5rem;
    line-height: 1;
}
.contact-container p:nth-child(2) {
    font-size: 1.1rem;
}
.contact-container .phone {
    font-size: 1.6rem;
    font-weight: bold;
}
.contact-container .cta-btn {
    margin: 0;
    padding: 10px 40px;
}

/* ---------- FOOTER ---------- */
footer {
    padding: 30px 0;
    background: #f2f2f2;
    text-align: center;
    font-size: .9rem;
}
ul.footer-nav{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
ul.footer-nav li{
    margin: 15px 0px;
}
ul.footer-nav li a{
    text-decoration: none;
    padding: 10px 18px;
}
footer a:hover {
    transition: all .3s;
    color: #0083c6;
}
.footer-logo{
    display: inline-block;
}

/*-------------------------------------------------------------------------------*\
                                
                                RESPONSIVE

\*-------------------------------------------------------------------------------*/


@media screen and (min-width: 360px) { /* Mobile */

}

@media screen and (min-width: 480px) { /* Large Mobile */
    /* ---- APPROACH/CONTACT SECTION ---- */
    .approach-containers {
        width: 37%;
    }
}

@media screen and (min-width: 640px) { /* Mobile */
    hr {
        margin: 50px 0;
    }
    /* --- HEADER --- */
    header {
        display: flex;
        justify-content: space-between;
    }
    header div {
        text-align: inherit;
    }
    .phone-container p {
        position: relative;
        top: 16px;
        font-size: 1.4rem;
        margin: 0;
        text-align: right;
    }
    .phone-container a {
        left: 15px;
    }
    /* ---- SLIDER SECTION ---- */
    .applications-section .slick-prev {
        left: 20px;
    }
    .applications-section .slick-next {
        right: 30px;
    }

    /* -- Features Blocks Section -- */
    .features-blocks-section .row{
        display: flex;
    }
    .features-blocks-section .row:nth-child(even){
        flex-direction: row-reverse;
    }
    .features-blocks-section .feature-block{
        padding: 25px;
    }
    .features-blocks-section .blue-block{
        width: calc(40% - 3px);
    }
    .features-blocks-section .text-block{
        width: calc(60% - 3px);
    }
    .features-blocks-section .blue-block:after{
        left: 99.5%;
        top: 10%;
        border-top-color: transparent;
        border-left-color: #98a6ae;
    }
    .features-blocks-section .row:nth-child(even) .blue-block:after{
        left: auto;
        right: 99.5%;
        border-left-color: transparent;
        border-right-color: #98a6ae;
    }
    .features-blocks-section .text-block{
        line-height: 1.3;
    }
    .features-blocks-section .row:nth-child(even) .text-block{
        text-align: right;
    }
    .features-blocks-section .blue-block img{
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /* ---- APPROACH/CONTACT SECTION ---- */
    .contact-container {
        margin-bottom: 50px;
    }
    .approach-containers {
        width: 22%;
    }
    .approach-containers:not(:last-child) {
        margin-bottom: 0;
    }
    .contact-container p:nth-child(2) {
        width: 60%;
        margin: 0 auto;
    }

}


@media screen and (min-width: 768px) { /* Tablets */
    .wrapper {
        padding: 0 100px;
    }
    
    /*HERO SECTION*/
    .video-wrapper iframe {
        width: 100%;
        height: 100%;
    }

    /* -- Features Blocks Section -- */
    .features-blocks-section .row{
        margin-bottom: 2px;
    }
    .features-blocks-section .blue-block,
    .features-blocks-section .text-block{
        width: calc(50% - 3px);
    }
    
    ul.footer-nav li{
        display: inline-block;
        border-left: 1px solid #ccc;
    }
    ul.footer-nav li:first-of-type{
        border-left: 0px;
    }
    ul.footer-nav li a{
        padding: 0px 18px;
    }


}


@media screen and (min-width: 992px) { /* Small Laptop */

    .cta-btn:hover{
        text-decoration: none;
        background: #2286c5;
        transition: all .3s;
    }
    .cta-btn:active,
    .cta-btn:focus{
        text-decoration: none;
    }

    .phone-container a:hover {
        color: #0082c7;
        transition: all .3s;
    }
    
    /* ---- HERO SECTION ---- */
    .top-video-section .play-btn img{
        transition: all .3s;
    }
    .top-video-section .play-btn:hover img{
        opacity: 1;
        box-shadow: 0px 0px 15px rgba(0,0,0,.3);
        transition: all .3s;
    }

    /* -- Features Blocks Section -- */
    .features-blocks-section .text-block{
        line-height: 1.6;
    }
    .features-blocks-section .feature-block{
        padding: 30px;
    }
    .features-blocks-section .text-block h3{
        margin-top: 10px;
    }

    /* ---- FOOTER ---- */
    .footer a{
        transition: all .2s;
    }
    .footer a:hover{
        transition: all .3s;
        color: #0083c6;
        text-decoration: underline;
    }
}


@media screen and (min-width: 1200px) { /* Large Desktop  */
    

}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (min-resolution:144dpi) {

}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}