/*Typography*/
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, p, a {
    font-weight: 100;
}

h4, h5, h6 {
    font-weight: 600;
}

h1 {
    font-size: 60px;
    max-width: 450px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

*.text-white, .text-white * {
    color:#ffffff;
}
*.text-red {
    color:#F04923;
}

*.text-grey {
    color:#707070;
}

span.italic {
    font-style: italic;
}

span.bold {
    font-weight: 600;
}

h4 {
    color:#000000;
    font-size: 21px;
}

h5 {
    color:#F04923;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-transform: uppercase;
}

h6 {
    font-size:13px;

}

.pb-10 {
    padding-bottom: 125px;
}

.pt-10 {
    padding-top: 125px;
}

aside {
    padding: 20px 20px;
    min-height: 650px;
}

#vs {
    position: relative;
}

#vs .tile + .tile:before {
    content: "vs";
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    top: 32%;
}

#or > .tile.onehalf.text-center {
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
}

#or > .tile.onehalf.text-center > * {
    display: block;
    width: 100%;
}

#or > .tile + .tile:before {
    z-index: 2;
    content: "or";
    color: #707070;
    font-size: 1.25rem;
    position: absolute;
    left: -6;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    top: 42%;
    text-transform: uppercase;
    font-weight: 100;
}

.bg-light-gray form.form p label {
    font-size: 13px;
    line-height: 1;
}

.bg-light-gray form.form p label:not(.inline) {
    display: block;
}

.fine-print {
    font-size: 0.6em;
    line-height: 1.2;
}

h3.plus {
    position: relative;
}
h3.plus:before {
    content: "+";
    position: absolute;
    left: -20px;
    top: 50%;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

form.form div.form-field {
    padding-bottom: 10px;
    font-size: 14px;
}

form.form .tile.Opt_In_for_Promos,
form.form .tile.comments {
    width: 100%;
}

form.form .tile.Opt_In_for_Promos label.inline {
    display: none;
}

.bg-light-gray form.form select,
.bg-light-gray form.form input[type=text],
.bg-light-gray form.form textarea {
    display: block;
    height: auto;
    padding: 4px 10px;
    border: 0px solid #DDDDDD;
    width: 100%;
    font-size: 0.9rem;
}

.bg-light-gray form.form .error select,
.bg-light-gray form.form .error input[type=text],
.bg-light-gray form.form .error textarea {
    border-color: #F04923;
}

.bg-light-gray form.form .errors {
    font-size: 1rem;
    font-weight: bold;
}

form.form .form-field.required .field-label:after {
    content: '*';
    font-weight: bold;
    color: #F04923;
    display: inline-block;
}

.bg-light-gray form.form .form-field.error {
    margin-bottom: 0;
}

.bg-light-gray form.form .error.no-label {
    line-height: 1.4;
    font-size: 0.8rem;
    font-weight: bold;
    color: #F04923;
    margin: 0;
    margin-bottom: 7px;
}

.bg-light-gray form.form textarea {
    height: 50px;
}

aside .Opt_In_for_Promos {
    display: none;
}

sup {
    vertical-align: super;
    font-size: 0.8em;
}

.tile.squish {
    padding: 70px 45px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

.banner {
    height: 760px;
    display: flex;
    padding-bottom: 35px;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    background: #2d2d2d;
    width: 100%;
    background: url('../img/Banner.jpg') center no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: relative;
}

.banner:before {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    height: 200px;
    opacity: 0.4;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
content: "";
}

#analysis > .tile {
    min-height: 500px;
}

footer {
    /*font-size: 1.5rem;*/
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.2;
}

footer a {
    color: #fff;
}

h1.narrow {
    max-width: 500px;
}

.overlay-image {
    position: relative;
}

.overlay-image .copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

.overlay-image .copy > * {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

/*Navigation*/
.navigation {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2000;
}

.navigation.with-utility {
    padding-top: 0;
}

.navigation header {
    margin-bottom: 0.5rem;
}

@keyframes fixed-nav-drop-in{
    from{box-shadow:none;transform:translateY(-100%)}
    to{transform:translateY(0);box-shadow:0 0 3px rgba(0,0,0,.4)}
}

.navigation.fixed {
    position: fixed;
    animation-name: fixed-nav-drop-in;
    animation-duration: .25s;
    animation-fill-mode: forwards;

}

/*.navigation.fixed header {
    display: none;
}*/

.navigation .container {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

main {
    margin-top: 80px;
}

footer img {
    width: 200px;
}

.navigation .icon-link {
    width: 250px;
}


.invisible {
    opacity: 0;
}

header {
    background: #f2f2f2;
    padding: 0.75rem 0;
}

header a {
    color: #000;
}

.navigation .container.text-right {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.navigation .container.text-right a {
    margin-left: 10px;
}

#main_menu {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin-left: auto;
    -webkit-align-items: space-between;
            align-items: space-between;
}
#main_menu li {
    padding: 1rem 0.75em;
    display: inline-block;
    color:#000000;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}

#main_menu li a {
    color:#000000;
}

.with-utility #main_menu li {
    padding: 1rem;
}
.with-utility #main_menu li a {
    font-weight: bold;
}

#logos {
    padding: 5px;
}

#logos img {
    height: 35px !important;
    width: auto !important;
}

#logos a + a img,
#logos img + img {
    height: 45px !important;
}

#logos img, #logos a {
    display: inline-block;
    vertical-align: middle;
}

#logos img + img,
#logos a + a {
    margin-left: 10px;
}

.button-link {
    background-color: #F04923 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #ffffff;
    border-radius:2px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    outline: none;
    overflow: hidden !important;
    padding: 14px 22px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    width: auto;
}

nav.navigation {
    background: #FFF;
}

a,
#main_menu .link.active, .link {
    color:#F04923;
}

/*Utility*/
.bg-red {
    background-color:#F04923;
}

.red-overlay {
    position: relative;
}

.red-overlay:before {
    content: "";
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: #F04923;
    opacity: 0.85;
}

.red-overlay * {
    position: relative;
}

.bg-gray {
    background-color:#3D3D3D;
}

.bg-black {
    background-color:#252525;
    color: #fff;
}

.bg-light-gray {
    background-color:#F2F2F2;
}

.bg-gray {
    background-color:#E9E9E9;
}

.bg-white {
    background-color:#FFFFFF;
}

.tile.fade > * {
    position: relative;
}

.bg-red.triangle-bottom:after {
    position: absolute;
    left: 50%;
    /*margin-left: -15px;*/
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
    content: "";
    width: 0;
    height: 0;
    z-index: 2;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #F04923;
}

.image-grid {
    padding-left: 5rem;
    padding-right: 5rem;
}

.image-grid h1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.image-grid p.little, .image-grid h6 {
    padding-right: 2rem;
}

.image-grid img {
    max-width: 80%;
    padding-top: 2rem;
}

.icon-grid {
    margin-top: 20px;
}
.icon-grid img {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.icon-grid p {
    display: inline-block;
    width: calc(100% - 75px);
    vertical-align: middle;
}

ul.no-dot {
    list-style-type: none;
    font-weight: 300;
}

ul.no-dot li + li {
    margin-top: 25px;
}

hr {
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 60px;
    margin-bottom: 60px;
}

.drop-shadow {
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.text-shadow {
    text-shadow: 2px 2px 6px rgba(0,0,0,0.9);
}

.grid.fade-grey,
.grid.fade-white {
    position: relative;
}

.primary-content.pb-0 {
    padding-bottom: 0;
}

.primary-content.top {
    overflow: visible;
}

#kibamenu_pagewrapper {
    overflow: hidden;
}

.kiba-mobile-menu main {
    margin-top: 62px;
}

#full_bg {
    background: url('../img/technology/qt-controls.jpg') center no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.primary-content.top img {
    position: absolute;
    top: -4px;
    z-index: 2;
}

#command,
#insights {
    position: relative;
    overflow: visible;
    z-index: 4;
}

#command img,
#insights img {
    position: absolute;
    right: 0;
    top: 50%;
    height: calc(100% + 200px);
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.kiba-mobile-menu .kiba-menu_hamburger {
    top: 47%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

ul a.button {
    color: #FFF !important;
}

@media only screen and (min-width: 1000px) {
    .tile.squish {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 820px) {
    #command img,
    #insights img {
        height: auto;
        width: 48%;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        padding-left: 45px;
        padding-right: 45px;
    }

    .navigation .container,
    .navigation.container {
        padding-left: 15px;
        padding-right: 15px;
    }



    .navigation .icon-link {
        max-width: calc(100% - 70px);
    }
}

@media only screen and (min-width: 768px) {
    .fixed-height {
        height: 21rem;
    }

    .fixed-height-2 {
        height: 24rem;
    }
    .pull-up {
        -webkit-transform: translateY(-60px);
           -moz-transform: translateY(-60px);
            -ms-transform: translateY(-60px);
             -o-transform: translateY(-60px);
                transform: translateY(-60px);
            margin-top: -75px;
    }
    .tile.squish {
        min-height: 275px;
    }
    .tile.squish > * {
        width: 400px;
    }

    .tile.squish.left-side > * {
        margin-left: auto;
    }
    .pull-right .tile.squish > * {
        margin-left: auto;
    }

}


@media only screen and (max-width:767px){
    h3.plus:before {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
    #whybuy {
        padding-top: 60px !important;
    }
    #or .tile + .tile:before,
    #vs .tile + .tile:before {
        left: 50%;
        top: -6px;
        -webkit-transform: translate(-50%, -100%);
           -moz-transform: translate(-50%, -100%);
            -ms-transform: translate(-50%, -100%);
             -o-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%);
    }
    #command img,
    #insights img {
        position: relative;
        top: auto;
        right: 0;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        margin-left: auto;
        display: block;
        width: 400px;
        margin-top: -150px;
    }
    h1 {
        font-size: 45px;
    }
    .primary-content.top h2 {
        width: calc(100vw - 60px);
    }

    .primary-content.top img {
        top: auto;
        bottom: -140px;
    }

    .primary-content.top + .primary-content {
        padding-top: 50px;
    }

    .primary-content.top .grid .tile {
        padding: 0;
    }
        
    #analysis .tile {
        background-image: none !important;
    }
    .fixed-height,
    .fixed-height-2 {
        margin-bottom: 30px;
    }

    .grid.striped .tile {
        padding: 20px;
        padding-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .grid.striped .tile + .tile {
        border-top: 2px solid #252525;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    nav .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width:480px) {
    .primary-content.top img {
        bottom: -80px;
    }

    #logos img {
        height: 30px !important;
    }

    #logos a + a img, #logos img + img {
        height: 40px !important;
    }

    .spacer-tall {
        margin-top: 42px !important;
    }

    .Opt_In_for_Promos label {
        display: inline-block;
        vertical-align: top;
        max-width: 175px;
    }
}