*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.5rem;
    overflow-x: hidden;
}

body {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: top;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    padding-bottom: 10px;
}

    li a {
        text-decoration: none;
    }

.list-blue li {
    padding-left: 20px;
    position: relative;
}

    .list-blue li:before {
        content: " ";
        display: block;
        height: 8px;
        width: 8px;
        background: #2070CC;
        position: absolute;
        left: 0;
        top: 9px;
        border-radius: 2px;
    }

.primary {
    background: #2070CC;
}

.button {
    background: #2070CC;
    display: inline-block;
    border-radius: 5px;
    padding: 12px 28px;
    color: #fff;
    transition: .2s all ease;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

main .button {
    padding: 15px 38px;
}

.button:hover {
    box-shadow: 0 12px 16px hsl(0deg 0% 0% / 20%);
}

.button.transparent, .button.transparent:hover {
    background: none;
    box-shadow: none;
}

.button-play {
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 200em;
    text-align: center;
    line-height: 120px;
    color: #2070CC;
    font-size: 3rem;
    z-index: 3;
    left: 30%;
    top: 30%;
    position: absolute;
}

    .button-play:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 120px;
        height: 120px;
        background: #fff;
        border-radius: 50%;
        /*animation: pulse-border 1500ms ease-out infinite;*/
    }

    .button-play:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 140px;
        height: 140px;
        background: #fff;
        border-radius: 50%;
        transition: all 200ms;
        opacity: 0.4;
    }

    .button-play:hover:after {
        background: #2070CC;
    }

    .button-play:hover:before {
        background: #2070CC;
    }

    .button-play:hover {
        color: #fff;
    }

    .button-play i {
        position: relative;
        z-index: 3;
        font-size: 3.5rem;
    }

main .button {
    margin-top: 2rem;
}

#portfolio .button {
    display: block;
}

/* -------------------------------------------Typography--------------------------------------- */
/* -------------------------------------------------------------------------------------------- */

body, form input, textarea {
    font-family: 'Roboto', sans-serif;
    color: #191919;
    font-size: 1rem;
    line-height: 1.7rem;
}

.text-center {
    text-align: center;
}

.title-center {
    max-width: 860px;
    margin: 0 auto;
}

.tag-line {
    font-size: 1.3rem;
    line-height: 2.1rem;
    font-weight: 300;
}

h1 {
    font-size: 3.8rem;
    line-height: 4rem;
}

h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-top: 25px;
}

    h2 span {
        font-weight: 300;
    }

h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
}

h4 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
}

h5 {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.small-title {
    font-size: 1rem;
    color: #2070CC;
    text-transform: uppercase;
    font-weight: 500;
}

.hint {
    color: #888888;
    font-size: 0.8rem;
}

#banner .small-title:after {
    display: none;
}

p a {
    color: #2070CC;
}

.field-validation-valid {
    font-size: 12px;
    color: red;
    min-height: 14px;
}

/*--------------Images---------------*/

.image-dot-left, .image-dot-right {
    position: relative;
}

    .image-dot-left:before {
        content: " ";
        position: absolute;
        background: url(../images/greydot.gif) repeat;
        display: block;
        height: 300px;
        width: 460px;
        left: -45px;
        top: -43px;
        z-index: 0;
    }

    .image-dot-right:before {
        content: " ";
        position: absolute;
        background: url(../images/greydot.gif) repeat;
        display: block;
        height: 300px;
        width: 460px;
        right: -45px;
        top: -43px;
        z-index: 0;
    }

    .image-dot-left .error-status-code-icon, .image-dot-right .error-status-code-icon {
        width: 450px;
        position: relative;
    }

    .image-dot-left img, .image-dot-right img {
        z-index: 1;
        position: relative;
        box-shadow: 5px 16px 24px rgb(0 0 0 / 16%);
    }

.image-center {
    margin: 1.5rem 0;
}

.image-caption {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    color: #203864;
}

.image-caption-top {
    top: -30px;
}

.image-caption-bottom {
    bottom: -30px;
    font-size: 16px;
    font-style: italic;
}

.image-shadow {
    box-shadow: 5px 16px 24px rgb(0 0 0 / 16%);
}

.no-shadow {
    box-shadow: none !important;
}

/* -------------------------------------------Layout------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */

.row {
    max-width: 1640px;
    margin: 0 auto;
}

.narrow-row {
    max-width: 1460px;
    margin: 0 auto;
}

/* ---------------------Grid---------------------- */

section {
    z-index: 1;
}

.full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

.twelve-columns {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-gap: 2.5rem;
}

.sixteen-columns, .grid {
    display: grid;
    grid-template-columns: repeat(16,1fr);
    grid-gap: 2.5rem;
}

.v-center-content {
    align-self: center;
}

.grid-layout-one.grid .image-left, .grid-layout-one.grid .image-dot-left {
    grid-row: 2/2;
    grid-column: 1 / 9;
}

.grid-layout-one.grid .text-right {
    grid-row: 1/3;
    grid-column: 10 / 17;
}

.grid-layout-one.grid .text-left, .grid-layout-one.grid .text-left {
    grid-row: 3/3;
    grid-column: 2 / 8;
}

.grid-layout-one.grid img.image-right, .grid-layout-one.grid .image-dot-right {
    grid-row: 3/3;
    grid-column: 9 / 17;
}

.grid-layout-one.grid figure.image-right {
    grid-row: 3/3;
    grid-column: 7 / 13;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
}

    .grid-layout-one.grid figure.image-right img {
        grid-column: span 1;
    }

.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
}

.three-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem;
}

.four-columns {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1.5rem;
}

.five-columns {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 1.5rem;
}

.grid-layout-two.grid .text-left {
    grid-column: 2/8;
}

.grid-layout-two.grid .text-right {
    grid-column: 9/17;
}


/* ---------------------Spacing------------------ */

.spacing-200 {
    padding: 2rem 0;
}

.spacing-300 {
    padding: 3rem 0;
}

.spacing-400 {
    padding: 4rem 0;
}

.spacing-500 {
    padding: 5rem 0;
}

.spacing-700 {
    padding: 7rem 0;
}

.spacing-900 {
    padding: 9rem 0;
}

.spacing-1200 {
    padding: 12rem 0;
}


/* ---------------------Header--------------------- */

.home #main-header {
    background: none;
    position: fixed;
    width: 100%;
    z-index: 4;
    transition: all .2s;
    top: 0;
    left: 0;
    padding: 0 1rem;
    color: #fff;
    border-bottom: 1px solid #363636;
}

#main-header {
    position: fixed;
    width: 100%;
    z-index: 4;
    transition: all .2s;
    top: 0;
    left: 0;
    padding: 0 1rem;
    color: #191919;
}

.main-header-inner a, .home #main-header .main-header-inner a.button.transparent {
    color: #fff;
    font-weight: 500;
}

#main-header, .sticky #main-header {
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    border-bottom: none;
}

    #main-header .main-header-inner a, #main-header .main-header-inner a.button.transparent,
    .sticky .main-header-inner a, .sticky #main-header .main-header-inner a.button.transparent, .home.sticky #main-header .main-header-inner nav a {
        color: #191919;
    }

.home .main-header-inner a.button.transparent {
    border: none;
}

.main-header-inner {
    align-items: center;
    justify-content: center;
    height: 90px;
    margin: 0 auto;
    font-size: 0.9rem;
}

    .main-header-inner nav {
        grid-column: 4/14;
        text-align: center;
        text-transform: uppercase;
    }

        .main-header-inner nav a {
            height: 90px;
            line-height: 90px;
            display: inline-block;
            padding: 0 25px;
        }

.home #main-header .main-header-inner nav a {
    color: #fff;
}

.main-header-inner li {
    display: inline-block;
    padding: 0;
}

.main-header-inner aside {
    grid-column: 14/17;
    text-transform: uppercase;
}

.main-header-inner aside {
    text-align: right;
}

.main-header-inner .button {
    color: #fff;
    border: 1px solid #363636;
    background: none;
}

#main-header a.button, .sticky #main-header a.button {
    background: #2070CC;
    color: #fff;
    border: none;
}

#main-header .main-header-inner a.button.transparent, .sticky #main-header .main-header-inner a.button.transparent {
    border: none;
    background: none;
    color: #191919;
}

.main-header-inner nav a::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 3px;
    background: #2070CC;
    transition: transform 0.2s;
    transform: scaleX(0);
    transform-origin: center;
    margin-top: -3px;
}

.main-header-inner nav a:hover::after {
    transform: scaleX(1);
    transform-origin: center;
}

.main-header-inner nav ul.sub-menu > li a::after {
    display: none;
}

#logo {
    grid-column: 1/4;
    font-size: 1.3rem;
    text-transform: uppercase;
    position: relative;
}

    #logo img {
        transition: .2s all ease;
        position: absolute;
        left: 0;
        top: -18px;
    }

.sticky #logo-white, #logo-black {
    opacity: 0;
}

.home #main-header #logo-black {
    opacity: 0;
}

#main-header #logo-black, .sticky #main-header #logo-black {
    opacity: 1;
}

.cta-double {
    margin-top: 2rem;
}

.main-header-inner .sub-menu {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    color: #191919;
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    border-top: 1px solid #e1e1e1;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    text-align: left;
    padding: 25px;
}

    .main-header-inner .sub-menu a {
        color: #191919 !important;
    }

        .main-header-inner .sub-menu a:hover {
            color: #2070CC !important;
        }

    .main-header-inner .sub-menu h5 {
        margin-bottom: 25px;
        position: relative;
        padding-left: 10px;
        font-size: 1rem;
    }

        .main-header-inner .sub-menu h5:before {
            content: "";
            height: 15px;
            width: 3px;
            background: #2070CC;
            display: block;
            position: absolute;
            left: 0;
            top: 6px;
        }

.main-header-inner nav .sub-menu ul li {
    display: block;
    height: 40px;
}

.main-header-inner nav .sub-menu a {
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    text-transform: none;
    display: block;
    transition: .2s all ease-in;
    color: #191919;
}

    .main-header-inner nav .sub-menu a:hover {
        color: #2070CC;
    }

.main-header-inner nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

/* Section Header */

#section-banner {
    background: url(../images/bg-header.jpg) no-repeat;
    background-size: cover;
    margin-top: 90px;
}

    #section-banner h1 {
        font-size: 2.2rem;
        color: #fff;
    }

        #section-banner h1:before {
            content: "";
            width: 5px;
            background: #2070CC;
            height: 30px;
            display: inline-block;
            margin-right: 12px;
            position: relative;
            top: 3px;
        }


/* Mobile Menu */

#mobile-menu {
    display: none;
}

/* -------------------Responsive Navigation---------------- */

.navbar {
    color: #fff;
    position: fixed;
    top: 32px;
    right: 10px;
    display: none;
}

    .navbar li.navbar-header {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 15px;
    }

.navbar-header {
    float: left;
    margin-right: 10px;
}

.navbar-toggle {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        margin: 4px 0;
        background-color: #222;
        transition: all 0.3s ease-in-out;
    }

.home .navbar-toggle .icon-bar {
    background-color: #fff;
}

.open-menu .navbar-toggle .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-toggle .icon-bar:nth-of-type(1) {
    transform: translateY(6px) rotate(45deg);
}

.open-menu .navbar-toggle .icon-bar:nth-of-type(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.navbar-collapse {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: right 0.5s ease;
    overflow-y: auto
}

    .navbar-collapse.open {
        right: 0;
    }

.navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .navbar-nav li {
        float: none;
        margin: 0;
        font-size: 0.9rem;
        line-height: 1.2rem;
        padding-left: 1rem;
    }

        .navbar-nav li.navbar-header {
            padding: 0;
        }

            .navbar-nav li.navbar-header img {
                max-width: 150px;
                margin: 20px;
            }

        .navbar-nav li a {
            display: block;
            padding: 10px;
            color: #333;
            text-decoration: none;
        }

.dropdown-menu {
    display: none;
    position: static;
    margin: 0;
    padding: 1rem;
    width: auto;
    background: #f5f5f5;
    border: none;
    box-shadow: none;
    margin-left: -1rem;
}

    .dropdown-menu li a {
        display: block;
        padding: 5px 10px;
        color: #333;
        text-decoration: none;
    }

.navbar .close {
    position: absolute;
    right: 5px;
    font-size: 19px;
    cursor: pointer;
    top: 6px;
    color: #333;
}

.open-menu {
    overflow: hidden;
}

.sub-menu-title {
    text-transform: uppercase;
    color: #222222;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 15px;
    padding: 0 10px 5px 20px;
    position: relative;
}

    .sub-menu-title:before {
        content: "";
        background: #0d66c2;
        height: 20px;
        width: 3px;
        position: absolute;
        left: 10px;
        top: 0;
    }

#res-nav-contact {
    border-top: 1px solid #e1e1e1;
    padding: 1rem 1rem 0 0;
}

    #res-nav-contact .button.transparent {
        border: 1px solid #e1e1e1;
        background: none;
        color: #222222;
    }

    #res-nav-contact ul {
        display: block !important;
    }

.caret {
    position: absolute;
    right: 20px;
}


/*-----------------------Testimonials------------------------*/

.testimonial img {
    border-radius: 200em;
    width: 85px;
    position: absolute;
    left: 0;
}

blockquote {
    position: relative;
    margin-left: 0;
}

    blockquote.testimonial {
        margin: 30px 0 0 0;
        padding: 30px 0 0 115px;
        border-top: 1px solid #e1e1e1;
    }

        blockquote.testimonial.no-image {
            padding-left: 0;
        }

    blockquote q {
        font-size: 1.2rem;
        font-weight: 300;
        line-height: normal;
    }

    blockquote cite {
        display: block;
        font-weight: 500;
        line-height: normal;
        padding-top: 10px;
        color: #2070CC;
        font-style: normal;
    }

        blockquote cite span {
            display: block;
            font-weight: normal;
            color: #888888;
            font-size: 0.8rem;
        }


/* -----------------------------------------Site Sections--------------------------------------- */
/* -------------------------------------------------------------------------------------------- */


/* ---------------------Banner--------------------- */

#video {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 1;
    right: 0;
    max-height: 800px;
}

#banner {
    background: #000;
    color: #fff;
}

    #banner .row {
        position: relative;
        z-index: 1;
    }

    #banner:after {
        background-color: #fff;
        transform: skewy(-5deg);
        transform-origin: bottom left;
        content: ' ';
        display: block;
        height: 495px;
        width: 100%;
        position: absolute;
        bottom: -429px;
    }

.banner-text {
    grid-column: 1/8;
}

.banner-image {
    grid-column: 9/16;
    position: relative;
    z-index: 1;
}

    .banner-image img {
        position: absolute;
        top: -150px;
        left: -440px;
        max-width: 1240px;
    }

/* ---------------------SQN Edge--------------------- */
#sqn-edge {
    position: relative;
    z-index: 1;
}

/*-----------------------Coverage----------------------------*/

#coverage {
    background: url(../images/globe.jpg) right top no-repeat;
}

.stats li {
    font-size: 2.3rem;
    color: #191919;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 55px 0;
    width: 49%;
    line-height: normal;
    vertical-align: top;
}

    .stats li span {
        font-size: 1rem;
        color: #2070CC;
        display: block;
        margin-bottom: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }

.coverage-charts {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.5rem;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: normal;
}

    .coverage-charts span {
        display: block;
        font-weight: 600;
    }

    .coverage-charts li {
        grid-column: span 3;
    }

    .coverage-charts img {
        box-shadow: none;
    }

    .coverage-charts .bubble-chart {
        overflow: hidden;
        position: relative;
        height: 160px;
        width: 160px;
        margin-top: 2px;
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #284880;
        border-radius: 50%;
        -webkit-box-shadow: 10px 70px 230px -50px rgba(0, 0, 0, 0.58);
        -moz-box-shadow: 10px 70px 230px -50px rgba(0, 0, 0, 0.58);
        box-shadow: 10px 70px 230px -50px rgba(0, 0, 0, 0.58);
    }

        .coverage-charts .bubble-chart .shading {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #284880;
            z-index: 1;
        }

        .coverage-charts .bubble-chart .percentage {
            position: absolute;
            color: white;
            font-weight: bold;
            font-size: 40px;
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: sans-serif;
            z-index: 1;
            text-shadow: -1px -1px 0 #284880, 
                1px -1px 0 #284880, 
                -1px 1px 0 #284880, 
                1px 1px 0 #284880;
        }

/* ---------------------Portfolio Management--------------------- */

#portfolio {
    background: url(../images/bg-banner.jpg) no-repeat #000;
    background-size: cover;
    color: #fff;
}

    #portfolio .column {
        background: #17181c;
        padding: 35px 35px 115px 35px;
        box-shadow: 0 12px 16px hsl(0deg 0% 0% / 0.1);
        position: relative;
        color: #fff;
        border: 2px solid #17181c;
        transition: .2s all ease-in;
        border-radius: 5px;
    }

        #portfolio .column:hover {
            border-color: #2070CC;
        }

    #portfolio h3 {
        margin-top: 0;
        font-weight: 500;
        font-size: 1.6rem;
    }

        #portfolio h3:before {
            content: "";
            display: inline-block;
            width: 5px;
            background: #2070CC;
            height: 22px;
            margin-right: 10px;
            position: relative;
            top: 1px;
        }

    #portfolio .button {
        position: absolute;
        bottom: 25px;
        width: 85%;
    }

/*-----------------------Why SQN----------------------------*/

#why-sqn li, .grid-effect-shadow .column {
    padding: 0 35px 15px 35px;
    border-left: 3px solid #2070CC;
    box-shadow: 0 12px 16px hsl(0deg 0% 0% / 10%);
    margin-bottom: 10px;
}

#why-sqn h4, .grid-effect-shadow h3 {
    margin-bottom: 0;
}

#why-sqn ul {
    grid-column: 2/12;
}


/*-----------------------FAQ----------------------------*/

#faq-accordion {
    max-width: 960px;
    margin: 0 auto;
}

    #faq-accordion button {
        background: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        line-height: 1.7rem;
        width: 100%;
        text-align: left;
        padding: 15px;
        cursor: pointer;
        margin-bottom: 5px;
        border: none;
        border-left: 3px solid #2070CC;
        box-shadow: 0 12px 16px hsl(0deg 0% 0% / 10%);
        transition: all .2s ease;
    }

        #faq-accordion button:hover {
            box-shadow: 0 12px 26px hsl(0deg 0% 0% / 30%);
            color: #2070CC;
        }

    #faq-accordion .panel {
        padding: 0 15px;
        background: #fff;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    #faq-accordion .accordion:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 11px;
        color: #777;
        float: right;
        margin-left: 5px;
    }

    #faq-accordion .active:after {
        content: "\2796"; /* Unicode character for "minus" sign (-) */
    }

    #faq-accordion .active {
        color: #2070CC;
    }

    #faq-accordion ol li {
        list-style: decimal;
    }

    #faq-accordion ul li {
        list-style: disc;
        margin-left: 50px;
    }

/* ---------------------Member of--------------------- */

#member-of {
    border-top: 1px solid #e1e1e1;
    text-transform: uppercase;
    text-align: center;
    color: #848484;
    font-size: 0.9rem;
}

    #member-of ul {
        display: inline-block;
    }

    #member-of li {
        display: inline-block;
        padding: 0 3.5rem;
    }

    #member-of img {
        vertical-align: middle;
        height: 100%;
        display: inline-block;
    }


/* ---------------------Footer--------------------- */

#lucror-footer {
    background: #191919;
    color: #fff;
}

    #lucror-footer a {
        color: #fff;
    }

    #lucror-footer h5 {
        font-size: 0.9rem;
        color: #fff;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    #lucror-footer img {
        margin-top: 15px;
    }


/* ---------------------Team--------------------- */

#team a {
    display: block;
    color: #191919;
}

    #team a:hover {
        color: #2070CC;
    }

#team a, #team img {
    transition: all .2s ease;
}

    #team a:hover img {
        box-shadow: 0 12px 16px hsl(0deg 0% 0% / 10%);
    }

#team h5 {
    line-height: normal;
}

#team .column span {
    display: block;
    font-weight: 300;
    font-size: 0.9rem;
}

.profile-text h2 span {
    display: block;
    font-size: 1.4rem;
}

.featherlight-inner .two-columns {
    max-width: 1210px;
    margin: 150px auto 0 auto;
}


/*-----------------------Contact----------------------------*/

#contact-form {
    padding: 25px;
    box-shadow: 0 12px 16px hsl(0deg 0% 0% / 10%);
}

    #contact-form p {
        margin: 0;
        padding: 0;
    }

    #contact-form input, textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #e1e1e1;
    }

#contact-text, #btn-submit {
    grid-column: 1 / 3;
}

textarea {
    width: 100%;
}

#btn-submit {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 16px 28px;
    margin: 0;
}

/*----------------------------------Demo Request-------------------------------------*/

#demo-request, #contact-form-confirmation {
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,.7);
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    opacity: 0;
}

    #demo-request:before, #contact-form-confirmation:before {
        content: ' ';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

#demo-request-form-wrapper {
    background: #fff;
    border-radius: 10px;
}

    #demo-request-form-wrapper h2 {
        font-size: 2.2rem;
        line-height: 6rem;
        margin: 0;
    }

#demo-request-form {
    padding: 25px;
}

    #demo-request-form p {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    #demo-request-form input, textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #e1e1e1;
    }

#btn-demo-request-submit, .checkbox-wrapper {
    grid-column: 1 / 3;
}

.checkbox-wrapper {
    display: flex;
    gap: 12px;
}

#demo-request-form .checkbox-wrapper input {
    width: 25px;
    cursor: pointer;
}

#btn-demo-request-submit {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 16px 28px;
    margin: 0;
}

#demo-request.complete #form-content {
    display: none;
}

#demo-request.complete .sizewrapper {
    max-width: 480px;
}


/*------------------------------------Confirmation----------------------------*/

#confirm {
    max-width: 480px;
    margin: 0 auto;
    padding: 3rem;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}

#demo-request:not(.complete) #confirm {
    display: none;
}

.confirm-icon {
    width: 100px;
    height: 100px;
    border-radius: 100em;
    line-height: 100px;
    font-size: 3rem;
    color: #0d66c2;
    margin: 0 auto;
    box-shadow: 5px 16px 24px rgb(0 0 0 / 10%);
}

#confirm h3 {
    margin-bottom: 0.5rem;
}

/*-----------------------------------Lightbox for Video-----------------------------*/

.video-container-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,.7);
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    opacity: 0;
}

    .video-container-wrapper:before {
        content: ' ';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.sizewrapper {
    width: 50%;
    max-width: 1920px;
    vertical-align: middle;
    position: relative;
    background: rgba(255,255,255,0);
    z-index: 51;
    display: none;
}

#videowrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
    height: 0;
}

    #videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.close {
    position: absolute;
    right: -52px;
    top: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 200rem;
    color: #2070CC;
    transition: all .2s
}

    .close:hover {
        background: #2070CC;
        color: #fff;
    }

.go-to-yt {
    padding: 16px;
    margin: 8px 0 0;
    float: right;
    text-align: right;
    background-color: #fff;
    display: inline-block;
}

    .go-to-yt a {
        text-decoration: none;
    }


#mobile-image {
    display: none;
}



/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/



[class*='lightbox-content-'] {
    display: none;
}

html.with-featherlight {
    /* disable global scrolling when featherlights are visible */
    overflow: hidden;
}

.featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647; /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
}

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */

    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .featherlight .featherlight-content {
        /* make content container for positioned elements (close button) */
        position: relative;
        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        /* dimensions: cut off images */
        overflow: auto;
        /* dimensions: handling large content */
        margin: 0;
        height: 100%;
        width: 100%;
        /* styling */
        background: #fff;
        cursor: auto;
        /* reset white-space wrapping */
        white-space: normal;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    /* don't show these though */
    .featherlight script.featherlight-inner,
    .featherlight link.featherlight-inner,
    .featherlight style.featherlight-inner {
        display: none;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: fixed;
        z-index: 9999;
        top: 25px;
        right: 25px;
        line-height: 25px;
        width: 50px;
        height: 50px;
        font-size: 25px;
        border-radius: 200em;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #2070CC;
        color: #fff;
        border: none;
        padding: 0;
    }

        .featherlight .featherlight-close-icon::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

.featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
    /* styling */
    border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*

/* -----------------------------------------Responsive----------------------------------------- */
/* -------------------------------------------------------------------------------------------- */

@media (max-width:767px) {

    #desktop-image, .cta.cta-double .button.transparent {
        display: none;
    }

    #mobile-image {
        display: block;
    }

    #banner, section, aside, #lucror-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    main .button {
        padding: 15px 20px;
    }

    .image-dot-left img, .image-dot-right img {
        margin: 2rem 0;
    }

    /* Hide */

    .image-dot-right:before, .image-dot-left:before {
        display: none;
    }

    /*----------------------Grid--------------------*/

    .grid, .sixteen-columns, .twelve-columns, .two-columns, .four-columns, .three-columns {
        display: block;
    }

    .spacing-200, .spacing-300, .spacing-400, .spacing-500, .spacing-700, .spacing-900 {
        padding: 3rem 0;
    }

    .spacing-1200 {
        padding: 5rem 0;
    }

    .three-columns.narrow-row.spacing-300 {
        padding-top: 0;
    }

    /*----------------Typography----------------*/

    h1 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }

    h2, h3, .stats li {
        font-size: 1.7rem;
        line-height: 2.4rem;
    }

    h4 {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    #why-sqn h4 {
        margin-top: 0;
    }

    .text-center {
        text-align: left;
    }

    blockquote q {
        font-size: unset;
        font-weight: unset;
        line-height: unset;
    }

    /*------------------Header-------------*/

    .main-header-inner {
        height: 55px;
    }

    #logo {
        max-width: 150px;
        top: 33px;
    }

    /* Navigation*/

    #main-header .main-header-inner nav, .main-header-inner #header-contact {
        display: none;
    }

    /* Buttons */

    .button {
        width: 100%;
    }

    .cta-double {
        margin: 1rem 0;
    }

    .button-play {
        width: 100px;
        height: 100px;
        left: 37%;
        top: 22%;
        line-height: 106px;
    }

        .button-play:before {
            width: 100px;
            height: 100px;
        }

        .button-play:after {
            width: 120px;
            height: 120px;
        }

    /*----------------Sections----------------*/

    /* Banner */

    #banner {
        padding-bottom: 0;
    }

        #banner:after {
            left: 0;
        }

    .banner-image img {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
    }


    /* SQN Edge */

    #sqn-edge .grid-layout-one.grid {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap-reverse;
    }

        #sqn-edge .grid-layout-one.grid.spacing-700 {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            padding-bottom: 0;
        }

    /* Portfolio */

    #portfolio .column {
        padding: 35px 15px 115px 15px
    }


    /* Coverage */

    .stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1rem;
    }



        .stats li {
            font-size: 1.4rem;
            line-height: normal;
            margin-top: 1rem;
            background: #fff;
            padding: 15px;
            box-shadow: 0 12px 16px hsl(0deg 0% 0% / 10%);
            width: 100%;
            border-top: 3px solid #2070CC;
        }

            .stats li br.responsive-break {
                display: none;
            }

    /* why sqn */

    #why-sqn .row, #faq .row {
        padding-top: 0;
        padding-bottom: 0;
    }

    #why-sqn li {
        padding: 15px 25px 15px 25px;
    }


    /* Member of */

    #member-of {
        text-align: center;
    }

        #member-of ul {
            display: block;
        }

        #member-of li {
            padding-left: 10px;
            padding-right: 10px;
            max-width: 118px;
            margin-bottom: 20px;
        }

    .sizewrapper {
        width: 75%;
    }
}

/*------Terms and Privacy--------*/
#privacypolicy ol li, #terms ol li {
    list-style: decimal;
}

/* Slider */

.testimonial-slider {
    position: relative;
}

.slider-navigation {
    display: block;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}

.prev-button, .next-button {
    background: #f5f5f5;
    color: #222222;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 31px 0 0 0;
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 30px;
    height: 31px;
}

    .prev-button:hover, .next-button:hover {
        background: #2070CC;
        border: 1px solid #2070CC;
        color: #fff;
    }

.slider-item {
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 15px;
}

    .slider-item.active {
        opacity: 1;
    }


/*-----------------------Testimonials------------------------*/

.testimonial img {
    border-radius: 200em;
    width: 85px;
    position: absolute;
    left: 0;
}

blockquote {
    position: relative;
    margin-left: 0;
}

    blockquote.testimonial {
        margin: 30px 0 0 0;
        padding: 30px 0 0 115px;
        border-top: 1px solid #e1e1e1;
    }

        blockquote.testimonial.no-image {
            padding-left: 0;
        }

    blockquote q {
        font-size: 1.2rem;
        font-weight: 300;
        line-height: normal;
    }

    blockquote cite {
        display: block;
        font-weight: 500;
        line-height: normal;
        padding-top: 10px;
        color: #2070CC;
        font-style: normal;
    }

        blockquote cite span {
            display: block;
            font-weight: normal;
            color: #888888;
            font-size: 0.8rem;
        }

/* -----------------------------------------Responsive----------------------------------------- */
/* -------------------------------------------------------------------------------------------- */

@media (max-width:767px) {

    #desktop-image, .cta.cta-double .button.transparent {
        display: none;
    }

    #mobile-image, .navbar {
        display: block;
    }

    #banner, section, aside, #lucror-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    main .button {
        padding: 15px 20px;
    }

    .image-dot-left img, .image-dot-right img {
        margin: 2rem 0;
    }

    /* Hide */

    .image-dot-right:before, .image-dot-left:before {
        display: none;
    }

    /*----------------------Grid--------------------*/

    .grid, .sixteen-columns, .twelve-columns, .two-columns, .four-columns, .three-columns {
        display: block;
    }

    .spacing-200, .spacing-300, .spacing-400, .spacing-500, .spacing-700, .spacing-900 {
        padding: 3rem 0;
    }

    .spacing-1200 {
        padding: 5rem 0;
    }

    .three-columns.narrow-row.spacing-300 {
        padding-top: 0;
    }

    .four-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    /*----------------Typography----------------*/

    h1 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }

    h2, h3, .stats li {
        font-size: 1.7rem;
        line-height: 2.4rem;
    }

    h4 {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    #why-sqn h4 {
        margin-top: 0;
    }

    .text-center {
        text-align: left;
    }

    blockquote q {
        font-size: unset;
        font-weight: unset;
        line-height: unset;
    }

    /*------------------Header-------------*/

    .main-header-inner {
        height: 55px;
    }

    #logo {
        max-width: 150px;
        top: 33px;
    }

    /* Navigation*/

    #main-header .main-header-inner nav, .main-header-inner #header-contact {
        display: none;
    }

    .sticky #header-contact:after {
        background: #e1e1e1;
        opacity: 1;
    }

    .sticky .navbar-toggle .icon-bar {
        background: #222222;
    }

    .navbar {
        top: 15px;
    }

    /* Buttons */

    .button {
        width: 100%;
    }

    .cta-double {
        margin: 1rem 0;
    }

    .button-play {
        width: 100px;
        height: 100px;
        left: 37%;
        top: 22%;
        line-height: 106px;
    }

        .button-play:before {
            width: 100px;
            height: 100px;
        }

        .button-play:after {
            width: 120px;
            height: 120px;
        }

    /*----------------Sections----------------*/

    /* Banner */

    #banner {
        padding-bottom: 0;
    }

        #banner:after {
            left: 0;
        }

    .banner-image img {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
    }

    #section-banner {
        margin-top: 50px;
    }

        #section-banner .row {
            padding: 0.3rem 0;
        }

        #section-banner h1 {
            font-size: 1.4rem;
        }

            #section-banner h1:before {
                top: 8px;
            }

    /* SQN Edge */

    #sqn-edge .grid-layout-one.grid, #company-bio .grid-layout-one.grid {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap-reverse;
    }

        #sqn-edge .grid-layout-one.grid.spacing-700, #company-bio .grid-layout-one.grid.spacing-700 {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            padding-bottom: 0;
        }

    .home .testimonial-slider {
        height: 250px;
    }

    /* Portfolio */

    #portfolio .column {
        padding: 35px 15px 115px 15px
    }


    /* Coverage */

    #coverage {
        background: url(../images/globe.jpg) 70px top no-repeat;
    }

    .stats {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 1rem;
    }

        .stats li {
            font-size: 1.4rem;
            line-height: normal;
            margin-top: 1rem;
            background: #fff;
            padding: 15px;
            box-shadow: 0 12px 16px hsl(0deg 0% 0% / 10%);
            width: 100%;
            border-top: 3px solid #2070CC;
        }

            .stats li br.responsive-break {
                display: none;
            }

    .coverage-charts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 3rem;
    }

        .coverage-charts img {
            margin: 0;
        }

        .coverage-charts > li {
            grid-column: span 1 !important;
        }

    /* Why Sqn */

    #why-sqn .row, #faq .row {
        padding-top: 0;
        padding-bottom: 0;
    }

    #why-sqn li {
        padding: 15px 25px 15px 25px;
    }


    /* Member of */

    #member-of {
        text-align: center;
    }

        #member-of ul {
            display: block;
        }

        #member-of li {
            padding-left: 10px;
            padding-right: 10px;
            max-width: 118px;
            margin-bottom: 20px;
        }


    /* Company Page */


    [class*='profile-'].featherlight-inner {
        padding: 1rem;
    }

        [class*='profile-'].featherlight-inner img {
            max-width: 150px;
        }

        [class*='profile-'].featherlight-inner .two-columns {
            margin-top: 0;
        }


    /* Contact Page */


    #contact-form {
        margin-bottom: 2rem;
    }

        #contact-form input {
            margin-bottom: 0.3rem;
        }
}

@media (min-width:768px) and (max-width:1179px) {

    #desktop-image, #main-header .main-header-inner nav {
        display: none;
    }

    #mobile-image, .navbar {
        display: block;
    }

    main .row {
        max-width: 760px;
    }

    #banner, section, aside, #lucror-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .button {
        padding: 10px 20px;
    }

    /*----------------------Grid--------------------*/

    .grid, .sixteen-columns, .twelve-columns, .two-columns, .four-columns, .three-columns {
        display: block;
    }

    .spacing-200, .spacing-300, .spacing-400, .spacing-500, .spacing-700, .spacing-900 {
        padding: 3rem 0;
    }

    .spacing-1200 {
        padding: 5rem 0;
    }

    .three-columns.narrow-row.spacing-300 {
        padding-top: 0;
    }

    .four-columns {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }


    /*----------------Typography----------------*/

    #banner h1 {
        margin-bottom: 0;
    }

    /*------------------Header-------------*/

    .main-header-inner {
        display: grid;
    }

    #logo {
        grid-column: 1/5;
    }

    .main-header-inner aside {
        grid-column: 9/16;
    }

    #header-contact {
        position: relative;
    }

        #header-contact:after {
            display: block;
            width: 1px;
            opacity: 0.3;
            height: 50px;
            content: " ";
            background: #fff;
            position: absolute;
            right: 5px;
            top: 0;
        }

    .sticky #header-contact:after {
        background: #e1e1e1;
        opacity: 1;
    }

    .sticky .navbar-toggle .icon-bar {
        background: #222222;
    }

    /*----------------Sections----------------*/

    /* Banner */

    #banner {
        text-align: center;
    }

        #banner:after {
            bottom: -1199px;
            left: 0;
        }

        #banner.spacing-1200 {
            margin-bottom: 0;
        }

        #banner .grid {
            display: block;
        }

    .banner-text {
        padding: 5rem 2rem 0 2rem;
    }

    .banner-image img {
        position: relative;
        top: unset;
        left: unset;
        max-width: 700px;
    }

    #mobile-image {
        max-width: 760px;
        margin: 4rem auto 0 auto;
    }

    .button-play {
        left: 43%;
    }

    #section-banner {
        margin-top: 75px;
    }

        #section-banner .row {
            padding: 0.3rem 0;
            max-width: unset;
        }

        #section-banner h1 {
            font-size: 1.4rem;
        }

            #section-banner h1:before {
                top: 8px;
            }


    /* SQN Edge */

    #sqn-edge .grid-layout-one.grid, #company-bio .grid-layout-one.grid {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap-reverse;
    }

        #sqn-edge .grid-layout-one.grid.spacing-700, #company-bio .grid-layout-one.grid.spacing-700 {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            padding-bottom: 0;
        }

    .home .testimonial-slider {
        height: 250px;
    }

    /* Portfolio */

    #portfolio .column {
        padding: 35px 15px 115px 15px
    }


    /* Coverage */

    #coverage {
        background: url(../images/globe.jpg) 350px top no-repeat;
    }

    .stats {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 1rem;
    }

        .stats li {
            font-size: 1.4rem;
            line-height: normal;
            margin-top: 1rem;
            background: #fff;
            padding: 15px;
            box-shadow: 0 12px 16px hsl(0deg 0% 0% / 10%);
            width: 100%;
            border-top: 3px solid #2070CC;
        }

            .stats li br.responsive-break {
                display: none;
            }

    #coverage .image-dot-left:before {
        display: none;
    }

    .coverage-charts {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-bottom: 3rem;
    }

        .coverage-charts > li {
            grid-column: span 1 !important;
        }

        .coverage-charts img {
            margin: 0;
        }

    /* Why Sqn */

    #why-sqn .row, #faq .row {
        padding-top: 0;
        padding-bottom: 0;
    }

    #why-sqn .two-columns {
        display: grid;
    }

    #why-sqn li {
        padding: 15px 25px 15px 25px;
    }

    /* Member of */

    #member-of {
        text-align: center;
    }

        #member-of ul {
            display: block;
        }

        #member-of li {
            padding-left: 10px;
            padding-right: 10px;
            max-width: 118px;
            margin-bottom: 20px;
        }

    /* Company Page */

    [class*='profile-'].featherlight-inner {
        padding: 1rem;
    }

        [class*='profile-'].featherlight-inner img {
            max-width: 250px;
        }

        [class*='profile-'].featherlight-inner .two-columns {
            display: grid;
            grid-template-columns: 1fr 2fr;
            margin-top: 3rem;
            column-gap: 3rem;
        }

        [class*='profile-'].featherlight-inner .image-dot-left:before {
            background: none;
        }

    /* Contact Page */

    #sqn-contact .two-columns {
        display: grid;
    }

    #contact-form {
        margin-bottom: 2rem;
    }

        #contact-form.two-columns {
            display: block;
        }

        #contact-form input {
            margin-bottom: 0.3rem;
        }
}

@media (min-width:1179px) and (max-width:1560px) {

    .banner-text .cta.cta-double .button.transparent {
        display: none;
    }

    .row {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .image-dot-right:before {
        right: 0;
    }

    /*----------------------Grid--------------------*/

    .sixteen-columns, .grid {
        grid-gap: 1rem;
    }

    .spacing-900 {
        padding: 7rem 0;
    }


    /*------------------Header-------------*/

    .main-header-inner.grid {
        padding-left: 1rem;
    }

    #logo {
        grid-column: 1/4;
    }

    .main-header-inner nav a {
        padding: 0 10px;
    }

    .main-header-inner nav {
        grid-column: 5/13;
    }

    .main-header-inner aside {
        grid-column: 13/17;
    }


    /*----------------Sections----------------*/

    /* Banner */

    .banner-image img {
        top: -20px;
        left: -340px;
        max-width: 920px;
    }

    #banner .row {
        padding: 0 2rem;
    }

    #banner:after {
        bottom: -1210px;
    }

    #section-banner .row {
        padding: 0.5rem 2rem;
    }

    /* SQN Edge */

    #sqn-edge .spacing-700 {
        padding-top: 2rem;
    }

    .testimonial-slider {
        height: 300px;
    }

    /* Coverage */

    #coverage {
        background: url(../images/globe.jpg) 470px top no-repeat;
    }

    /* Footer */

    #lucror-footer .row {
        padding-left: 2rem;
        padding-right: 2rem;
    }


    /* Company */


    #company-bio, #team {
        padding: 0 2rem;
    }

    [class*='profile-'].featherlight-inner {
        padding: 1rem;
    }
}

@media (min-width:1281px) and (max-width:1560px) {

    /*----------------Sections----------------*/

    /* Banner */

    .banner-image img {
        top: -10px;
        left: -290px;
    }
}

@media (min-width:1561px) and (max-width:1860px) {



    .row {
        max-width: 1540px;
        margin: 0 auto;
    }


    /*----------------Sections----------------*/

    /* Banner */

    .banner-image img {
        top: -150px;
        left: -460px;
    }
}

@media (min-width: 1180px) {
    .stats li:nth-child(odd) {
        width: 59%;
        padding-right: 25px;
    }

    .stats li:nth-child(even) {
        width: 39%;
        padding-left: 25px;
    }
}

@media (max-width: 1179px) {
    #demo-request-form p.checkbox-wrapper {
        margin: 20px 0;
    }


    .image-dot-left, .image-dot-right {
        margin-bottom: 60px;
    }

        .image-dot-left .error-status-code-icon, .image-dot-right .error-status-code-icon {
            width: 340px;
        }
}