﻿@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic.eot');
    src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Italic.woff') format('woff'), url('fonts/OpenSans-Italic.ttf') format('truetype'), url('fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.ttf') format('truetype'), url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold.eot');
    src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold.woff') format('woff'), url('fonts/OpenSans-Semibold.ttf') format('truetype'), url('fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans.eot');
    src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans.woff') format('woff'), url('fonts/OpenSans.ttf') format('truetype'), url('fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic.eot');
    src: url('fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-BoldItalic.woff') format('woff'), url('fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiboldItalic.eot');
    src: url('fonts/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-SemiboldItalic.woff') format('woff'), url('fonts/OpenSans-SemiboldItalic.ttf') format('truetype'), url('fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}













body {
    margin: 0;
    padding: 0;
    background: #f8f8f8;
}

.overflowWrapper {
    overflow-x: hidden;
    width: 100vw;
    position: absolute;
}


p {
    font-family: 'Open Sans', 'Trebuche MS';
    font-weight: 400;
    color: #303030;
    line-height: 24px;
}

h1 {
    font-family: 'Open Sans', 'Arial';
    font-weight: 300;
    color: white;
    text-align: center;
    font-size: 40px;
    line-height: 100%;
}

h2 {
    font-family: 'Oswald', 'Arial';
    font-size: 24px;
    font-weight: bold;
    color: #303030;
    letter-spacing: 1px;
}

h3 {
    font-family: 'Oswald', 'Arial';
    font-size: 20px;
    font-weight: 300;
    color: #303030;
}


h4 {
    font-family: 'Open Sans', 'Arial';
    font-weight: 400;
    font-size: 24px;
    color: #1d3a7d;
    line-height: 90%;
}

h5 {
    font-family: 'Open Sans', 'Arial';
    font-weight: 600;
    font-size: 40px;
    color: white;
    text-shadow: 1px 1px #000000;
    line-height: 100%;
}

h6 {
    font-family: 'Open Sans', 'Arial';
    font-size: 15px;
    font-weight: 600;
    color: #303030;
}


nav {
    height: 98px;
    width: 100%;
    background: white;
    position: relative;
    z-index: 1000;
    margin-bottom: 35px;
}

.hideOnDesktop {
    display: none;
}

.hideOnMobile {
    display: block;
}

#darkCover {
    position: fixed;
    width: 100vw;
    height: 120vh;
    background: rgba(0,0,0,0.5);
    z-index: 500;
    display: none;
    margin-top: -100px;
}

.margins {
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 20px;
}

.paddingRight {
    padding-right: 190px;
}

.noPadding {
    padding: 0 !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.centerText {
    text-align: center;
}

.clearBoth {
    clear: both;
}

.fadeInBlock {
    opacity: 1;
    margin-top: 25px;
    margin-bottom: -25px;
}

.rightBorder {
    border-right: 1px solid #E0E0E0;
}

.bordered {
    border: 1px solid #E0E0E0;
    padding: 20px 20px 40px 20px;
}

.noBorder {
    border: none !important;
}

.spacing {
    margin-top: 100px;
    margin-bottom: 100px;
}

.title {
    margin: 50px;
    text-align: center;
}

.bold {
    font-weight: bold;
}

p strong {
    font-size: 14px;
    letter-spacing: .05em;
}

.indented {
    margin: 0px 0px 0px 15px;
}

.forceBottom {
    position: absolute;
    bottom: 0;
}

.dis-inline-block {
    display: inline-block
}

#desktopNavigation {
    width: 100%;
    text-align: center;
}

#blueNav {
    display: block;
}

#cobraLogo {
    display: inline-block;
    margin-top: -5px;
}

    #cobraLogo img {
        height: 75px;
        display: inline-block;
        margin-top: -50px;
    }

    #cobraLogo h4 {
        display: inline-block;
        padding-left: 10px;
        margin-top: 37px;
        text-align: left;
        margin-bottom: 0;
    }

#contactNumbers {
    position: absolute;
    border-radius: 3px;
    right: 15px;
    top: 30px;
    padding: 0 15px;
    max-width: 400px;
}

    #contactNumbers img {
        display: inline-block;
        max-height: 30px;
        margin-top: -25px;
        margin-right: 10px;
    }

    #contactNumbers p {
        display: inline-block;
    }

#blueNav {
    width: 100%;
    background: #36569e;
    color: white;
    border-bottom: solid 2px #1d3a7d;
    text-align: center;
    position: relative;
    z-index: 1000;
    border-top: 2px solid #36569e;
}

#whiteNav {
    width: 100%;
    padding: 5px 20px;
    text-align: left;
}

#navigationList {
    margin: 0;
    padding: 0;
    position: relative;
}

    #navigationList a {
        font-family: 'Open Sans';
        font-weight: bold;
        padding: 5px 20px;
        color: white;
        text-decoration: none;
    }

    #navigationList li {
        display: inline;
    }

.navIndicator {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #ffffff transparent;
    display: none;
    position: absolute;
    margin-left: -6px;
    margin-top: 4px;
    left: 50%;
}

.navLinkContainer:hover > .navIndicator {
    display: inline-block;
}

#n_software:hover ~ .dropNav {
    display: block;
}

#n_purchase:hover ~ .dropNav {
    display: block;
}

#n_support:hover ~ .dropNav {
    display: block;
}

.dropNav:hover {
    display: block;
}

.navLinkContainer {
    display: inline-block;
    padding: 10px 0;
    height: 40px;
    position: relative;
    margin-right: -4px;
}

#currentPage {
    display: inline-block !important;
}

.dropNav {
    display: none;
    background: #1d3a7d;
    width: 100%;
    position: absolute;
    z-index: 900;
    padding: 30px 0 20px 0;
}

.dropNavQuarter {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 30px;
}

.dropNavThird {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 33%;
    max-width: 360px;
    margin: 0 3px;
}

.dropNav a {
    text-decoration: none;
    color: white;
    font-weight: normal !important;
    font-size: 14px;
    padding: 0px 0 !important;
}

    .dropNav a:hover {
        text-decoration: underline !important;
    }

.dropNav ul {
    padding: 0 20px;
}

.dropNav li {
    padding-left: 10px;
    padding-top: 3px;
    display: block !important;
    text-align: left;
}

.navItemContainer {
    background: #36569E;
    border-radius: 3px;
    padding: 10px 15px 5px 0px;
}

    .navItemContainer img {
        width: 27%;
        max-width: 175px;
        display: inline-block;
        vertical-align: top;
        margin-left: 0px;
        margin-top: -30px;
    }

.navPurcahseContainer {
    width: 67%;
    display: inline-block;
}

    .navPurcahseContainer h4 {
        margin: 0 0 10px 0;
    }

#renewBtn {
    background: #009bd7;
    padding: 4px 14px !important;
    border-radius: 18px;
}

    #renewBtn:hover {
        background: #008abf;
    }

.goToPageBtn {
    background: #36569E;
    border-radius: 10px;
    clear: both;
    margin-top: 10px;
    display: block;
    width: 200px;
    margin: 20px auto 0px auto;
}

#mainLogo {
    float: left;
    height: 75px;
    margin-top: 10px;
}

#logoText {
    float: left;
    padding-left: 10px;
    margin-top: 31px;
}

#desktopNav {
    margin-right: 15px;
}

#dropDownNav {
    margin-right: 15px;
    display: none;
}

#navBar {
    float: right;
    margin-top: 55px;
    text-decoration: none;
}

    #navBar li {
        display: inline;
        white-space: nowrap;
        list-style: none;
        margin: 15px;
    }

    #navBar a {
        text-decoration: none;
        color: black;
        font-size: 14px;
    }

.ExpandIn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
    animation-timing-function: cubic-bezier(0, 0.59, 0.375, 1);
    -webkit-animation: ExpandIn .33s; /* Safari 4.0 - 8.0 */
    animation: ExpandIn .33s;
}

.ExpandHidden {
    opacity: 0 !important;
}

@keyframes ExpandIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ExpandIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


#landing {
    background: url(../images/HeroFlagBlue.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 75vh;
    min-height: 750px;
    width: 100%;
    text-align: center;
}

.currentPage, #navBar li:hover {
    text-decoration: underline;
}

#contactInfo {
    float: right;
    margin-right: -640px;
}

    #contactInfo img {
        display: inline-block;
        max-width: 12px;
        margin-right: 5px;
    }

    #contactInfo p {
        display: inline-block;
        color: #666666;
    }

#renewService {
    float: right;
    margin-top: 45px;
    padding: 10px 15px;
    background: #FFC200;
    border-radius: 3px;
    color: black;
}

    #renewService:hover {
        text-decoration: none !important;
        background: #ffd03a;
    }






/* Home Page CSS */

#homepageHero {
    background: url('../images/BlueArizona.jpg') no-repeat;
    display: inline-block;
    width: 100%;
    background-position: center bottom;
    margin-top: 100px;
    background-size: cover;
    padding-bottom: 100px;
    min-height: 75vh;
}

    #homepageHero h1 {
        margin: 0;
        padding: 100px 0 80px 0;
    }

#AboutCOBRASolutions {
    margin: 50px 0;
    display: inline-block;
}

#cardBig {
    min-height: 325px;
    margin-bottom: 25px;
    position: relative;
}

#cardBigImg {
    max-height: 200px;
    margin-top: -50px;
    margin-left: -20px;
    float: left;
}

.cardSmall {
    height: 150px;
    margin-bottom: 25px;
}

.homepageCard {
    background: #fff;
    padding: 15px;
    display: inline-block;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    transition: all .15s ease;
}

    .homepageCard:hover {
        transition: all .15s ease;
        transform: translateY(-1px);
        box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    }

#cardBigimg {
    height: 300px;
    float: left;
    margin-top: -50px;
}

.subCardBig {
    background: #f8f8f8;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    display: inline-block;
    float: none !important;
    bottom: -30px;
    text-align: left;
    transition: all .15s ease;
}

    .subCardBig:hover {
        transition: all .15s ease;
        transform: translateY(-1px);
        box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    }

    .subCardBig img {
        width: 100%;
        margin-left: -10px;
        margin-top: 3px;
    }

.cardSmall img {
    max-height: 150px;
    float: left;
    margin-top: -35px;
    padding-right: 15px;
}

.homepageCardLeft {
    margin-top: -20px;
}

.homepageCard h4 {
    margin: 25px 0;
}

#HPCbuttons {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    bottom: 20px;
}

#numbersBox {
    display: inline-block;
    width: 100%;
    position: relative;
}

#navNumbers {
    display: inline-block;
    height: 30px;
    background: #1d3a7d;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    top: -10px;
}

    #navNumbers img {
        max-width: 12px;
        display: inline-block;
        margin-right: 5px;
    }

    #navNumbers p {
        display: inline-block;
        margin: 3px;
    }

.leftTriangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #1d3a7d transparent transparent;
    margin-right: -4px;
}

.rightTriangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #1d3a7d transparent transparent transparent;
    margin-left: -4px;
}

#homepageHero a {
    text-decoration: none;
}






/* Landing Page CSS */

#headline {
    padding-top: 70px;
    color: white;
    text-align: center;
}

#coverAward {
    text-align: center;
    display: inline-block;
    float: left;
    margin: 50px 0 0 0;
    width: 100%;
    max-width: 415px;
}

.centeredWrapper img {
    max-width: 75px;
    margin-top: 25px;
}

#coverList {
    display: inline-block;
    float: right;
    text-align: left;
    padding-left: 30px;
    margin-top: 60px;
}

    #coverList ul {
        list-style-image: url(../images/iconCheckmarkGold.png);
        color: white;
        padding: 70px 10px 0px 80px;
        font-size: 20px;
        font-family: 'Oswald';
        letter-spacing: 1px;
    }

    #coverList ul {
        list-style-image: url(../images/iconCheckmarkGold.png);
        color: white;
        padding: 30px 10px 0px 60px;
        font-size: 20px;
        font-family: 'Oswald';
        letter-spacing: 1px;
    }

    #coverList li {
        padding: 5px 0px;
        padding-right: 0px;
    }

.centeredWrapper p {
    color: white;
    margin-top: 20px;
}

.centeredWrapper {
    margin: 50px auto 0 auto;
    display: block;
    width: 900px;
    margin-top: -30px;
    padding-top: 80px;
}

.centeredBtns {
    text-align: center;
    margin-top: 50px;
    clear: both;
}

.downloadDemo {
    color: black;
    background: none;
    border: 3px solid #FFC200;
    border-radius: 3px;
    padding: 6px 15px;
    font-family: 'Oswald';
    font-size: 16px;
    margin-right: 12px;
    text-decoration: none;
}

    .downloadDemo:hover {
        border: 3px solid #ffd03a;
        text-decoration: none;
        color: #5A5A5A;
    }

.softwareCardBottom .downloadDemo {
    margin-right: 0px;
}

.purchase {
    color: black;
    background: #FFC200;
    border: 3px solid #FFC200;
    border-radius: 3px;
    padding: 6px 30px;
    font-family: 'Oswald';
    font-size: 16px;
    text-decoration: none;
}

    .purchase:hover {
        background: #ffd03a;
        border: 3px solid #ffd03a;
    }

#customerLogos {
    display: inline-block;
    background: #E0E0E0;
    padding: 0px;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}

    #customerLogos h2 {
        margin-bottom: 0px;
    }

.logos {
    display: inline-block;
    margin: 25px 42px;
    height: 66px;
}

#customerBtn {
    margin: 0px auto;
    display: block;
    margin-top: -35px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -170px;
}

/* #customerBtn:hover {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
    
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
} */

.featureSec {
    padding: 60px 0px;
    border-bottom: 1px solid #E0E0E0;
    display: inline-block;
}

#overviewVideoSec {
    padding: 60px 0px 95px 0px;
    border-bottom: 1px solid #E0E0E0;
    display: inline-block;
}

.featureText {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.featureTextBox {
    padding: 0px;
}

    .featureTextBox h2 {
        margin-top: 0;
    }

    .featureTextBox p {
        margin-bottom: 0;
    }

#COBRAvideo {
    max-height: 300px;
    margin: 0 auto;
}

.sideImg {
    max-height: 400px;
    text-align: center;
}

    .sideImg img {
        width: 100%;
        max-width: 425px;
        margin: 30px 10px 30px 10px;
    }

#otherFeaturesSec {
    text-align: center;
    margin: 25px auto 0 auto;
    padding: 0px 100px;
    overflow: hidden;
}

    #otherFeaturesSec p {
        text-align: justify;
        padding: 30px;
    }

/*
.gradient {
    color: white;
    background: #007949;
    background: -moz-linear-gradient(-45deg, #007949 0%, #4682b4 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #007949), color-stop(100%, #4682b4));
    background: -webkit-linear-gradient(-45deg, #007949 0%, #4682b4 100%);
    background: -o-linear-gradient(-45deg, #007949 0%, #4682b4 100%);
    background: -ms-linear-gradient(-45deg, #007949 0%, #4682b4 100%);
    background: linear-gradient(135deg, #007949 0%, #4682b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007949', endColorstr='#4682b4', GradientType=1 );
    
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

*/

.gradient {
    color: white;
    background: #4464ad;
    /* Old Gradient
    background: -moz-linear-gradient(-45deg, #5e83b9 0%, #48568a 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #5e83b9), color-stop(100%,#48568a ));
    background: -webkit-linear-gradient(-45deg, #5e83b9 0%, #48568a 100%);
    background: -o-linear-gradient(-45deg, #5e83b9 0%, #48568a 100%);
    background: -ms-linear-gradient(-45deg, #5e83b9 0%, #48568a 100%);
    background: linear-gradient(135deg, #5e83b9 0%, #48568a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e83b9', endColorstr='#48568a', GradientType=1 );
    */
}
    .gradient:visited {
        color: white;
        background: #4464ad;
    }
        
    .gradient:hover {
        color: white;
        background: #36569e;
        /* Old Gradient
    background: -moz-linear-gradient(-45deg, #708dba 0%, #54608a 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #708dba), color-stop(100%, #54608a));
    background: -webkit-linear-gradient(-45deg, #708dba 0%, #54608a 100%);
    background: -o-linear-gradient(-45deg, #708dba 0%, #54608a 100%);
    background: -ms-linear-gradient(-45deg, #708dba 0%, #54608a 100%);
    background: linear-gradient(135deg, #708dba 0%, #54608a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708dba', endColorstr='#54608a', GradientType=1 );
    */
        -webkit-transition: 200ms ease-in-out;
        -moz-transition: 200ms ease-in-out;
        -ms-transition: 200ms ease-in-out;
        -o-transition: 200ms ease-in-out;
        transition: 200ms ease-in-out;
    }

.gradientBtn {
    padding: 9px 30px;
    text-align: center;
    font-family: 'Oswald';
    font-size: 16px;
    border: none;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.whiteBtn {
    background: white;
    color: #333;
}

#SeeAllFeatures {
    margin: 100px 0;
}

#prices {
    margin-top: 100px;
    text-align: center;
    overflow: hidden;
}

    #prices h2 {
        margin: 10px 0px 100px 0px;
    }

.purchaseHeader {
    margin: 50px 0 100px 0;
}

.priceHalf {
    display: inline-block;
    padding-bottom: 50px;
}

.rightBorderPrice {
    border-right: 1px solid #E0E0E0;
}

.whiteBorderBox {
    background: #FFF;
    border: 1px solid #C0C0C0;
}

.priceBox {
    max-width: 300px;
    height: 168px;
    text-align: center;
    position: relative;
    z-index: 100;
    background: #F0F0F0;
    border: 1px solid #C0C0C0;
    border-radius: 3px 3px 0px 0px;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.medal {
    margin-top: -40px;
    max-height: 80px;
}

.priceText {
    font-size: 55px;
    color: #303030;
    margin: 14px;
}

.editionText {
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    margin: 14px;
}

.priceOption {
    display: inline-block;
    width: 100%;
}

.purchaseSm {
    color: black;
    background: #FFC200;
    border: 3px solid #FFC200;
    border-radius: 3px;
    padding: 3px 20px;
    font-family: 'Oswald';
    font-size: 14px;
}

    .purchaseSm:hover {
        background: #ffd03a;
        border: 3px solid #ffd03a;
        color: black;
        text-decoration: none;
    }

.priceBox .purchaseSm, .companionPriceBox .purchaseSm {
    display: inline-block;
    text-decoration: none;
}

.featuresBox {
    border-radius: 0px 0px 3px 3px;
    min-height: 248px;
    max-width: 300px;
    padding: 15px 30px;
    margin: -1px auto 0px auto;
    position: relative;
    z-index: 50;
    display: block;
    width: 100%;
}

.featureList {
    text-align: center;
    padding-top: 30px;
}

    .featureList p {
        font-style: italic;
        color: #4C4C4C;
    }

.featuresBox a, .companionFeaturesBox a {
    text-align: center;
    text-decoration: underline;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 20px;
}

.companionPriceBox {
    background: #F0F0F0;
    border: 1px solid #C0C0C0;
    border-radius: 3px 3px 0px 0px;
    max-width: 450px;
    height: 168px;
    text-align: center;
    position: relative;
    z-index: 100;
    margin: 0 auto;
}

    .companionPriceBox p {
        margin: 7px 0;
    }

.companionFeaturesBox {
    background: white;
    border: 1px solid #C0C0C0;
    border-radius: 0px 0px 3px 3px;
    min-height: 248px;
    max-width: 450px;
    padding: 15px 30px;
    margin: -1px 0px 0px 0px;
    position: relative;
    z-index: 50;
    margin: 0 auto;
}

#demoSec {
    display: block;
    width: 40%;
    margin: 30px auto 150px auto;
}

    #demoSec h2 {
        display: inline-block;
        width: 250px;
    }

#slantLine {
    width: 5px;
    height: 80px;
    background: #E0E0E0;
    display: inline-block;
    margin-top: 20px;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}


#demoSec .downloadDemo {
    display: inline-block;
}

#testimonialSec {
    background: #E0E0E0;
    padding: 20px 30px 50px 30px;
    width: 100vw;
    overflow: hidden;
    position: relative;
}

#savingsCalcSec {
    background: #E0E0E0;
    padding: 0px;
    width: 100vw;
    overflow: hidden;
    position: relative;
}

    #savingsCalcSec img {
        max-height: 100px;
        display: inline-block;
    }

#testimonialSec h2 {
    margin-left: 13.5%;
}

#testiWrapper {
    width: 3200px;
    margin-top: 50px;
    margin-left: 200px;
    position: absolute;
}

.sideFadeLeft {
    position: absolute;
    height: 480px;
    width: 15%;
    margin-left: -30px;
    z-index: 1000;
    background: rgba(224,224,224,1);
    background: -moz-linear-gradient(left, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 33%, rgba(224,224,224,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,224,224,1)), color-stop(33%, rgba(224,224,224,1)), color-stop(100%, rgba(224,224,224,0)));
    background: -webkit-linear-gradient(left, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 33%, rgba(224,224,224,0) 100%);
    background: -o-linear-gradient(left, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 33%, rgba(224,224,224,0) 100%);
    background: -ms-linear-gradient(left, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 33%, rgba(224,224,224,0) 100%);
    background: linear-gradient(to right, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 33%, rgba(224,224,224,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e0e0e0', GradientType=1 );
}

.sideFadeRight {
    position: relative;
    height: 480px;
    width: 15%;
    margin-right: -30px;
    z-index: 1000;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(224,224,224,0) 0%, rgba(224,224,224,1) 67%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,224,224,0)), color-stop(67%, rgba(224,224,224,1)), color-stop(100%, rgba(224,224,224,1)));
    background: -webkit-linear-gradient(left, rgba(224,224,224,0) 0%, rgba(224,224,224,1) 67%, rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(left, rgba(224,224,224,0) 0%, rgba(224,224,224,1) 67%, rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(224,224,224,0) 0%, rgba(224,224,224,1) 67%, rgba(224,224,224,1) 100%);
    background: linear-gradient(to right, rgba(224,224,224,0) 0%, rgba(224,224,224,1) 67%, rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=1 );
}

.testiBox {
    width: 365px;
    margin: 30px;
    display: inline-block;
}

    .testiBox p {
        text-align: right;
    }

.testimonial {
    display: inline-block;
    height: 200px;
    width: auto;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 22px;
    padding: 15px 15px 60px 15px;
    color: black;
    background: url(../images/bubbleBlue.png) no-repeat;
    text-decoration: none;
}

.testimonial2 {
    display: inline-block;
    height: 200px;
    width: auto;
    padding: 20px 25px 60px 15px;
    color: black;
    background: url(../images/bubbleBlue.png) no-repeat;
    text-decoration: none;
    background-size: 100% 100%;
}

#SeeAllTestimonials {
    margin: 450px 0px 0px 13.5%;
}

.shadow {
    -webkit-filter: drop-shadow(5px 5px 20px rgba(0,0,0,0.5));
    filter: drop-shadow(5px 5px 20px rgba(0,0,0,0.5));
}

.arrowRight {
    float: right;
    height: 70px;
    margin-top: 250px;
    margin-right: 50px;
    cursor: pointer;
}

.arrowLeft {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    height: 70px;
    margin-top: 250px;
    margin-left: 50px;
    display: none;
    cursor: pointer;
}

#demonstration {
    background: url(../images/FlagPainting2Red.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
}

    #demonstration h2 {
        color: white;
        padding: 60px 0px 30px 0px;
        text-align: center;
        margin: 0;
    }

    #demonstration p {
        color: white;
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
        padding: 0 20px;
    }

    #demonstration img {
        max-height: 85px;
        margin: 30px auto;
        display: block;
    }

    #demonstration a {
        background: #FFC200;
        display: inline-block;
        color: black;
        padding: 3px 25px;
        border-radius: 3px;
        font-family: 'Oswald';
        font-size: 16px;
        text-decoration: none;
        border: 3px solid #FFC200;
        margin-bottom: 60px;
    }


        #demonstration a:hover {
            background: #ffd03a;
            border: 3px solid #ffd03a;
        }

#AllSoftwareProducts {
    margin-top: 150px;
}

    #AllSoftwareProducts h2 {
        text-align: center;
    }

.softwareProduct {
    background: #fff;
    border: 1px solid #C0C0C0;
    padding: 20px 40px;
    margin: 20px 20px 80px 20px;
}

.softwareTitle {
    width: 100%;
    padding: 20px;
    text-decoration: none;
}

    .softwareTitle img, .softwareTitle h3 {
        display: inline-block;
        float: left;
        max-height: 65px;
    }

    .softwareTitle h4 {
        color: #000080;
        line-height: 110%;
        margin: 15px 0px 0px 80px;
        font-size: 24px;
    }

.softwareProduct p {
    display: inline-block;
    clear: both;
    padding: 0px 20px;
}

.softwareProduct a {
    display: inline-block;
}

.bottomLinks {
    padding: 0px 20px;
}

#SocialContacts {
    margin-top: 30px;
    margin-bottom: 60px;
    overflow: hidden;
}

#socialMedia {
    display: inline-block;
    float: right;
}

#footerContacts {
    display: inline-block;
    text-align: center;
}

.socialMediaIcon {
    display: inline-block;
    margin: 0px 5px;
}

#footer {
    background: #e0e0e0;
    border-top: 1px solid #C0C0C0;
    clear: both;
    padding: 30px;
    overflow: hidden;
}

#phoneNumbers img {
    height: 20px;
    margin: 0 5px;
}


#preFooter {
    clear: both;
    margin: 100px 0 80px 0;
    display: inline-block;
    width: 100%;
}

.preFooterThird {
    position: relative;
    min-height: 250px;
}

#contactUsSec {
    width: 100%;
}

.contactUsThird {
    position: relative;
    min-height: 200px;
    display: inline-block;
    margin: 100px auto 150px auto;
    text-align: center;
}


.preFooterThird img {
    width: 125px;
    margin: 40px 0 20px 0;
    min-width: 100px;
}

.contactUsThird img {
    max-width: 70px;
    width: 100%;
    margin: 40px 0 20px 0;
    display: inline-block;
}

.contactUsThird h2, .contactUsThird p {
    text-align: left;
}

.preFooterBtn {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.min-p-height {
    min-height: 120px;
}

.btnSm {
    color: white;
    border-radius: 3px;
    padding: 5px 20px;
    font-family: 'Oswald';
    font-size: 14px;
    text-decoration: none;
}

#footerContacts img, #footerContacts p {
    display: inline-block;
}

#footerContacts p {
    margin: 2px;
}

#sendUsEmail {
    color: #303030;
    text-decoration: none;
    text-align: right;
}

#salesPhone {
    text-align: center;
}

#techPhone {
    text-align: left;
}

#sendUsEmail a:active, a:hover, a:link, a:visited {
    text-decoration: none;
    color: #303030;
}

#salesPhone a:active, a:hover, a:link, a:visited {
    text-decoration: none;
    color: #303030;
}

#techPhone a:active, a:hover, a:link, a:visited {
    text-decoration: none;
    color: #303030;
}

#siteMap a {
    display: table;
    margin: 5px;
    color: #4E4E50;
}

#siteMap p {
    color: #4E4E50 !important;
}

.copyright {
    clear: both;
    margin: 150px 0 20px 0;
    text-align: center;
}







/* COBRA Administration Manager Overview Page CSS */

#header {
    text-align: center;
    /* width: 100vw;
    overflow: hidden; */
}

/*
#tiltedHeader {
    background: #007949;
    background: -moz-linear-gradient(-15deg, #007949 0%, #4682b4 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #007949), color-stop(100%, #4682b4));
    background: -webkit-linear-gradient(-15deg, #007949 0%, #4682b4 100%);
    background: -o-linear-gradient(-15deg, #007949 0%, #4682b4 100%);
    background: -ms-linear-gradient(-15deg, #007949 0%, #4682b4 100%);
    background: linear-gradient(165deg, #007949 0%, #4682b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007949', endColorstr='#4682b4', GradientType=1 );
    
    -ms-transform: rotate(-2deg); /* IE 9 */ /*
    -webkit-transform: rotate(-2deg); /* Safari */ /*
    transform: rotate(-2deg);
    
    height: 490px;
    width: 120vw;
    z-index: -100;
    margin-left: -100px;
    margin-top: -150px;
}

*/

#tiltedHeader {
    background: #5e83b9;
    background: -moz-radial-gradient(center, ellipse cover, #5e83b9 0%, #48568a 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5e83b9), color-stop(100%, #48568a));
    background: -webkit-radial-gradient(center, ellipse cover, #5e83b9 0%, #48568a 100%);
    background: -o-radial-gradient(center, ellipse cover, #5e83b9 0%, #48568a 100%);
    background: -ms-radial-gradient(center, ellipse cover, #5e83b9 0%, #48568a 100%);
    background: radial-gradient(ellipse at center, #5e83b9 0%, #48568a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e83b9', endColorstr='#48568a', GradientType=1 );
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
    height: 490px;
    width: 120vw;
    z-index: -100;
    margin-left: -100px;
    margin-top: -130px;
    position: absolute;
}



.presenting {
    display: inline-block;
    width: 100%;
    max-width: 820px;
    margin: 0px auto 10px auto;
    padding-top: 30px;
}

.presentingShort {
    display: inline-block;
    max-width: 820px;
    margin-bottom: -170px;
    padding-top: 20px;
}

.softwareBox {
    display: block;
    width: 33%;
    float: left;
    z-index: 100;
    position: relative;
}

    .softwareBox img {
        width: 100%;
        max-width: 250px;
        display: inline-block;
    }

.softwareName {
    width: 66%;
    display: inline-block;
    text-align: left;
    float: left;
    z-index: 50;
    position: relative;
}

    .softwareName p {
        color: white;
    }


    .softwareName h5 {
        margin: 40px 0px 45px 0;
    }

.whiteLine {
    position: absolute;
    width: 550px;
    background: white;
    height: 5px;
    margin: -30px 0px 0 -50px;
    z-index: -100;
    box-shadow: 1px 1px black;
}

.offCenteredBtns {
    margin-top: 70px;
    margin-left: 0px;
    clear: both;
}

.quickLinksBox {
    background: #e0e0e0;
    display: inline-block;
    padding: 10px 30px;
    width: 100%;
    max-width: 500px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    min-height: 208px;
}



.callUsBox {
    background: #e0e0e0;
    display: inline-block;
    margin-top: 50px;
    padding: 10px 30px;
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
}

    .callUsBox img {
        display: inline-block;
        padding: 0 15px;
        margin-top: -20px;
    }

    .callUsBox p {
        display: inline-block;
        width: 80%;
    }

.quickLinks {
    margin-top: 130px;
}

.helpGuides a {
    display: table;
    margin: 8px 0px;
}

.quickLinksBox h2 {
    margin: 0 0 20px 0;
    text-align: center;
}

#overviewSec {
    overflow: hidden;
}

.overview {
    margin-top: 100px;
    text-align: justify;
}

#SoftwareFeatureSec {
    margin-top: 100px;
    display: inline-block;
    width: 100%;
}

.shortFeaturesList {
    display: inline-block;
    text-align: center;
    padding-top: 150px;
}

    .shortFeaturesList ul {
        list-style-image: url(../images/iconCheckmarkGold.png);
        color: #303030;
        padding: 0;
        font-size: 20px;
        font-family: 'Oswald';
        letter-spacing: 1px;
        display: inline-block;
        text-align: left;
    }

    .shortFeaturesList li {
        padding: 5px 0px;
        padding-right: 0px;
    }

.COBRAPageVideoSec {
    margin: 100px auto;
}

#COBRAPagevideo {
    padding: 0;
    width: 100%;
    margin: 50px auto;
}

.biColumn p {
    padding: 0px 40px;
    text-align: justify;
}

#systemRequirments {
    background: #e0e0e0;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 100px;
}

#requirementsTable td {
    vertical-align: top;
    padding: 5px 10px;
}

#screenShots {
    width: 100%;
    background: #eaeaea;
    padding: 30px 0;
    overflow: hidden;
}

    #screenShots img {
        width: 100%;
        margin: 15px 0;
        border: 1px solid #C0C0C0;
        cursor: pointer;
    }

#image_popup {
    display: block;
    width: 75vw;
    height: 75vh;
    position: fixed;
    right: 50%;
    top: 50%;
    margin-right: -37.5vw;
    margin-top: -37.5vh;
    z-index: 750;
    text-align: center;
    pointer-events: none
}

#image_popup_close {
    color: white;
    background: black;
    padding: 2px 11px;
    width: 37px;
    position: relative;
    border-radius: 100%;
    font-size: 20px;
    border: 2px solid white;
    font-weight: bold;
    margin-right: -20px;
    margin-bottom: 5px;
    float: right;
}

#image_popup img {
    padding: 10px;
    width: 100%;
    background: #303030;
    margin-top: -20px;
    pointer-events: auto;
}

#closeItBox {
    background: black;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 10px 20px;
    width: 150px;
    margin: 30px auto 0 auto;
}

.closeBtns:hover {
    cursor: pointer;
}

#versionsSection {
    margin-top: 100px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
}

.versionContainer {
    padding: 0 20px;
    margin: 40px auto;
    max-width: 700px;
}

.cobraVersion {
    width: 100%;
    max-width: 550px;
}

.QSEHRAversion {
    width: 80px;
    display: inline-block;
}

.QSEHRAversionTitle {
    display: inline-block;
}

.versionContainer li {
    padding: 5px 0;
}



/* Software Products Page */

#pageHead {
    width: 100%;
    background: #e0e0e0;
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 0px;
}

.softwareCard {
    background: white;
    display: inline-block;
    margin: 75px 0 0 100px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.softwareCardRight {
    display: inline-block;
    float: left;
    width: 65%;
    padding-right: 15px;
}

.softwareCard img {
    float: left;
    max-height: 350px;
    margin: -50px 0 0 -100px;
}

.softwareCard h4 {
    float: left;
    line-height: 110%;
}

.softwareCard p {
    clear: both;
}

.softwareCardBottom {
    clear: both;
    padding-bottom: 30px;
}

#backgroundHeader {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: -100;
    background: url('../images/softwareHeader.jpg');
    background-position: center;
    background-size: cover;
}

    #backgroundHeader img {
        width: 100%;
        vertical-align: middle;
    }

#softwareContainer {
    margin-top: 0px;
}



/* COBRA Frequently Asked Question Page */

#faqsSec {
    margin-top: 100px;
}

.softwareBoxShort {
    display: block;
    float: left;
}

    .softwareBoxShort img {
        width: 100%;
        max-width: 220px;
        display: inline-block;
    }

#tiltedHeaderShort {
    background: #5e83b9;
    background: -moz-radial-gradient(center, ellipse cover, #5e83b9 0%, #48568a 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5e83b9), color-stop(100%, #48568a));
    background: -webkit-radial-gradient(center, ellipse cover, #5e83b9 0%, #48568a 100%);
    background: -o-radial-gradient(center, ellipse cover, #5e83b9 0%, #48568a 100%);
    background: -ms-radial-gradient(center, ellipse cover, #5e83b9 0%, #48568a 100%);
    background: radial-gradient(ellipse at center, #5e83b9 0%, #48568a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e83b9', endColorstr='#48568a', GradientType=1 );
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
    height: 490px;
    width: 120vw;
    z-index: -100;
    margin-left: -100px;
    margin-top: -270px;
    position: absolute;
}

.softwareNameShort {
    max-width: 500px;
    display: inline-block;
    text-align: left;
}

    .softwareNameShort h5 {
        margin: 40px 0px 100px 0;
    }

    .softwareNameShort a {
    }






/* COBRA Testimonials Page */

#mainSec {
    margin-top: 100px;
}

.testiTop p {
    padding: 0px 40px;
    text-align: justify;
}

.testiBottom p {
    padding: 0px 40px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 80px;
}





/* Caferteria Plan Manager Overview Page */

#Cafeteriavideo {
    float: left;
    padding: 0 40px;
    width: 100%;
}

#tiltedHeaderRed {
    background: #c0565e;
    background: -moz-radial-gradient(center, ellipse cover, #c0565e 0%, #8f4b42 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #c0565e), color-stop(100%, #8f4b42));
    background: -webkit-radial-gradient(center, ellipse cover, #c0565e 0%, #8f4b42 100%);
    background: -o-radial-gradient(center, ellipse cover, #c0565e 0%, #8f4b42 100%);
    background: -ms-radial-gradient(center, ellipse cover, #c0565e 0%, #8f4b42 100%);
    background: radial-gradient(ellipse at center, #c0565e 0%, #8f4b42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0565e', endColorstr='#8f4b42', GradientType=1 );
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
    height: 490px;
    width: 120vw;
    z-index: -100;
    margin-left: -100px;
    margin-top: -130px;
    position: absolute;
}

#calcSecTop {
    position: relative;
    z-index: 500;
}

#calcSecMiddle {
    position: relative;
    z-index: 100;
    min-height: 400px;
    background: #bbbbbb;
    padding: 30px 0;
}

    #calcSecMiddle iframe {
        height: auto;
        max-width: 1000px;
        margin: 0 auto;
        width: 100%;
        border: none;
        border-radius: 5px;
    }

#calcSecBottom {
    position: relative;
    z-index: 500;
    margin-top: -400px;
    background: #E0E0E0;
    padding-bottom: 50px;
}

.calculatorForm {
    padding: 30px;
    text-align: center;
}

    .calculatorForm input[type=text] {
        width: 80%;
        margin: 15px 10px;
    }

        .calculatorForm input[type=text]:hover {
            margin: 15px 10px;
        }

        .calculatorForm input[type=text]:focus {
            margin: 15px 10px;
        }

        .calculatorForm input[type=text]:active {
            margin: 15px 10px;
        }

#calculatorInputBox {
    display: inline-block;
}

#resultsTable td {
    padding: 0 15px;
}








/* Cafeteria Plan Manager FAQs Page */

#tiltedHeaderShortRed {
    background: #c0565e;
    background: -moz-radial-gradient(center, ellipse cover, #c0565e 0%, #8f4b42 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #c0565e), color-stop(100%, #8f4b42));
    background: -webkit-radial-gradient(center, ellipse cover, #c0565e 0%, #8f4b42 100%);
    background: -o-radial-gradient(center, ellipse cover, #c0565e 0%, #8f4b42 100%);
    background: -ms-radial-gradient(center, ellipse cover, #c0565e 0%, #8f4b42 100%);
    background: radial-gradient(ellipse at center, #c0565e 0%, #8f4b42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0565e', endColorstr='#8f4b42', GradientType=1 );
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
    height: 490px;
    width: 120vw;
    z-index: -100;
    margin-left: -100px;
    margin-top: -270px;
    position: absolute;
}








/* COBRA Companion Page */

#tiltedHeaderLightBlue {
    background: #57afcd;
    background: -moz-radial-gradient(center, ellipse cover, #57afcd 0%, #407095 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #57afcd), color-stop(100%, #407095));
    background: -webkit-radial-gradient(center, ellipse cover, #57afcd 0%, #407095 100%);
    background: -o-radial-gradient(center, ellipse cover, #57afcd 0%, #407095 100%);
    background: -ms-radial-gradient(center, ellipse cover, #57afcd 0%, #407095 100%);
    background: radial-gradient(ellipse at center, #57afcd 0%, #407095 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57afcd', endColorstr='#407095', GradientType=1 );
    -ms-transform: rotate(-2deg); /* IE 9 */
    ;
    -webkit-transform: rotate(-2deg); /* Safari */
    ;
    transform: rotate(-2deg);
    height: 490px;
    width: 120vw;
    z-index: -100;
    margin-left: -100px;
    margin-top: -130px;
    position: absolute;
}

#lightBlueBackground {
    background: url('../images/BackgroundLightBlue.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
    max-height: 350px;
    display: inline-block;
    width: 100%;
}

#darkBlueBackground {
    background: url('../images/BackgroundDarkBlue.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
    max-height: 350px;
    display: inline-block;
    width: 100%;
    z-index: 0;
}

#redBackground {
    background: url('../images/BackgroundRed.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
    max-height: 350px;
    display: inline-block;
    width: 100%;
}

#greenBackground {
    background: url('../images/Backgroundgreen.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
    max-height: 350px;
    display: inline-block;
    width: 100%;
    margin-top: -20px;
    z-index: 0;
}




/* Purchase Page */

.productOffering {
    margin-top: 20px;
    display: inline-block;
    padding: 15px;
    min-height: 333px;
}

    .productOffering h2 {
        font-family: 'Open Sans', 'Helvetica' !important;
        margin-top: 5px;
    }

.offeringNamePrice {
    text-align: left;
    float: left;
    width: 175px;
}

    .offeringNamePrice h4 {
        margin: 20px 0;
    }

.otherPurchases {
    margin-top: 10px;
    padding: 0px 15px;
}

    .otherPurchases p {
        margin: 5px 0;
    }

.softwarePurchaseHeader {
    display: inline-block;
    margin: 60px 0;
}

.productOffering .softwarePurchaseHeader {
    margin: 10px 0;
}

.softwarePurchaseHeader .links {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-left: 10px;
    padding-top: 40px;
    text-align: left !important;
}

.centerBox {
    border-right: 1px solid #c0c0c0;
    margin-top: 25px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*
.softwarePurchaseHeader h4 {
    text-align: left;
    float: left;
    margin: 20px 0;
}
*/
.priceExample {
    display: inline-block;
    color: white;
    background: #006e24;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica';
    font-size: .75em;
    letter-spacing: .10em;
    border-radius: 3px;
}

.softwarePurchaseHeader img {
    float: left;
    max-height: 175px;
    display: inline-block;
}

.softwarePurchaseHeader h4 {
    float: left;
    display: inline-block;
}

.otherPurchases h2 {
    font-size: 18px;
}

.softwareVersion {
    margin: 0 0 80px 0;
}

    .softwareVersion img {
        height: 45px;
    }

.purchaseStep1 {
    color: black;
    background: #FFC200;
    border: 3px solid #FFC200;
    border-radius: 3px;
    margin: 45px 0px 15px 0px;
    padding: 3px 0px;
    font-family: 'Open Sans';
    font-size: 13px;
    width: 325px;
    display: block;
    text-align: center;
    text-decoration: none;
}

    .purchaseStep1:hover {
        background: #ffd03a;
        border: 3px solid #ffd03a;
        color: black;
        text-decoration: none;
    }

.otherPurchases .purchaseStep1 {
    width: 240px;
    margin: 15px 0px 5px 0px;
}

.purchaseNav1 {
    color: black !important;
    background: #FFC200;
    border: 3px solid #FFC200;
    border-radius: 3px;
    margin: 3px 0px;
    padding: 3px 0px;
    font-family: 'Open Sans';
    font-size: 11px !important;
    width: 200px;
    display: block;
    text-align: center;
    text-decoration: none;
}

    .purchaseNav1:hover {
        color: black;
        text-decoration: none;
    }




/* Support Page */

#linkBoxes {
    margin-top: 50px;
}

#currentVersionBox {
    background: white;
    width: 50%;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
}

    #currentVersionBox p {
        margin-bottom: 0;
    }


    #currentVersionBox h4 {
        float: right;
    }

.guideBox {
    background: white;
    border: 1px solid #c0c0c0;
    padding: 30px 60px;
}

.guideHeader {
    background: #E0E0E0;
    padding: 20px 10px;
    margin-top: 50px;
    margin-bottom: 0;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

#supportGuides {
    clear: both;
}

    #supportGuides p {
        font-size: 115%;
    }

.noteSection {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    margin: 50px 20px;
    padding: 20px;
    position: relative;
    z-index: 100;
}

.noteP {
    color: #830600;
    background: #fff;
    margin-bottom: -82px;
    font-weight: bold;
    padding: 20px;
    position: relative;
    z-index: 110;
    width: 80px;
    width: 90px;
    font-size: 135% !important;
}

.downloadBtn {
    color: black;
    background: #FFC200;
    border: 3px solid #FFC200;
    border-radius: 3px;
    padding: 6px 20px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

    .downloadBtn p {
        display: inline-block;
        padding-left: 7px;
        margin-bottom: 0px;
    }

    .downloadBtn img {
        display: inline-block;
        height: 25px;
    }





/* Download Demo Page */

#headerTitle {
    margin-top: 0px;
    padding-top: 40px;
}

    #headerTitle h5 {
        margin: 10px;
    }

    #headerTitle img {
        max-height: 50px;
    }

#downloadSec {
    clear: both;
    text-align: left;
    padding-top: 0px;
    overflow: hidden;
}

.divPopup {
    display: none;
    position: absolute;
    background: white;
    padding: 30px;
    z-index: 600;
}

#COBRAWalkthroughDesktop {
    width: 100%;
    max-width: 1250px;
    height: auto;
    margin: 80px auto 80px auto;
    overflow: hidden;
    border-radius: 5px;
    display: table;
}

.walkthroughBtn {
    margin-top: -65px;
}

.slideDownReveal {
    width: 100%;
    padding: 30px;
}

#table2 td {
    padding: 0px 10px;
}

.formContainer {
    padding: 25px 100px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
    margin-top: 50px;
}

    .formContainer img {
        max-width: 250px;
        width: 33%;
        float: left;
        margin-top: -100px;
    }

    .formContainer a {
        text-decoration: none;
    }

.demoForm {
    margin-top: 50px;
    text-align: center;
}

.formStyle {
    display: inline-block;
}

    .formStyle h6 {
        text-align: right;
        margin: 0;
    }

    .formStyle p {
        margin: 0;
    }

input[type=text], input[type=password] {
    border: 1px solid #b8b8b8;
    background: #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: left;
    margin: 9px 0px;
    width: 100%;
    max-width: 500px;
}

    input[type=text]:hover, input[type=password]:hover {
        box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
        border: 1px solid #b8b8b8;
        margin: 9px 0px;
    }

    input[type=text]:focus, input[type=password]:focus {
        box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
        border: 1px solid #5E82B8;
        margin: 9px 0px;
        background: #eee;
    }

input[type=radio] {
    margin: 5px 15px 5px 5px;
}

input[type=submit] {
}

.textLeft {
    text-align: left;
    padding: 5px 0;
}

.whiteText {
    color: white !important;
}

.formQuestion {
    padding-top: 40px;
}

#captchaInput {
    width: 200px;
    margin: 10px auto;
}

.extraMargins {
    margin: 40px auto 70px auto;
}

.extraMargins2 {
    margin: 80px 0;
}






/* Schedule Demonstration */

#COBRAWalkthroughMain {
    width: 100%;
    margin: 0 auto;
}

#demonstrationSec {
    margin-top: 100px;
    margin-bottom: 50px;
    display: inline-block;
}

    #demonstrationSec h3 {
        padding-top: 50px;
    }

    #demonstrationSec .centerText {
        padding-top: 50px;
    }

.demonstrationContactBox {
    display: inline-block;
    margin-top: 30px;
}

    .demonstrationContactBox img {
        display: inline-block;
        height: 30px;
        padding-right: 20px;
    }

    .demonstrationContactBox p {
        display: inline-block;
    }

    .demonstrationContactBox a {
    }

.boostUp {
    margin-top: -40px;
    background: #f8f8f8;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
}










/* Contact Page */

#products_body {
    padding: 1px 15px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}

    #products_body h2 {
        margin-top: -40px;
        width: 150px;
        background: white;
        display: block;
    }

    #products_body .bordered {
        margin: 60px 0;
    }

#letterJumbleContainer {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

    #letterJumbleContainer div {
        display: inline-block;
    }


textarea {
    border: 1px solid #b8b8b8;
    background: #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    margin: 10px 1px;
    width: 100%;
    max-width: 500px;
    text-align: left;
}

    textarea:hover {
        box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
        border: 1px solid #b8b8b8;
        margin: 10px 1px;
    }

    textarea:focus {
        box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
        border: 1px solid #5E82B8;
        margin: 10px 1px;
        background: #eee;
    }

select {
    border: 1px solid #b8b8b8;
    background: #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    margin: 10px 1px;
    width: 100%;
    max-width: 350px;
}

.contactFormLeft {
    padding: 0px 30px;
}








/* pre_purchase Page */

.purchaseBox {
    background: #fff;
    width: 100%;
    max-width: 550px;
    min-height: 630px;
    padding: 30px;
    border: 1px solid #c0c0c0;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

    .purchaseBox h4 {
        margin-top: 0px;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

#purchaseBoxContainer {
    text-align: center;
    padding: 30px 0;
}

.purchaseForm {
    display: inline-block;
    vertical-align: top;
}

.spacer {
    margin-left: 30px;
}

.productImg {
    max-width: 175px;
    float: left;
    margin-top: -60px;
}

.productName {
    text-align: left;
    display: inline;
}

.productIcons {
    height: 25px;
    float: left;
    display: inline-block;
}

.productInfo {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    float: left;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.productInfoContainer {
    display: inline-block;
    width: 60%;
}

.productAbout {
    clear: both;
    margin: 50px auto 10px auto;
    width: 450px;
}

#products_checkout_left {
    float: left;
    width: 50%;
    text-align: left;
    padding: 8px 0;
}

#products_checkout_right {
    float: right;
    width: 50%;
    text-align: right;
    padding: 8px 0;
}

.purchaseFormBtns {
    width: 100%;
    padding-right: 60px;
    padding-bottom: 30px;
}

#backBtn {
    float: left;
    color: #2f337c;
    border: 2px solid #2f337c;
    border-radius: 3px;
    background: none;
    padding: 4px 14px;
}

#purchaseBtn {
    float: right;
    background: #2f337c;
    color: white;
    border: none;
    padding: 7px 20px;
    border-radius: 3px;
}

.product_checkout_total {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    border-top: 1px solid #c0c0c0;
    padding: 30px 15%;
}

.baseline {
    width: 100%;
    height: 3px;
    background: #c0c0c0;
    margin-top: 115px;
}

.maintenanceProduct {
    background: #000080;
    color: #fff;
    padding: 10px;
    font-family: 'Open Sans', 'Arial';
    font-weight: 400;
    font-size: 22px;
    border-radius: 3px;
    max-width: 500px;
    margin: 50px auto;
}

#signUpBox {
    background: #eee;
    padding: 40px 80px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.sideInfo {
    border-bottom: 1px solid #c0c0c0;
    text-align: left;
    padding-bottom: 20px;
}





/* QSEHRA Landing Page */

#landingQSEHRA {
    background: url(../images/HeroQSEHRAGreen.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 75vh;
    min-height: 600px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.deskLeftmobCenter {
    text-align: left;
}

.QSEHRA_step {
    width: 39%;
    display: inline-block;
}

.QSEHRA_arrow {
    width: 9%;
    height: 300px;
    vertical-align: middle;
    display: inline-block;
}

.cutAway {
    width: 100%;
    fill: #f8f8f8;
    z-index: 0;
}

#greenSlant {
    margin-top: 100px;
    background: #4fbd86;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}

#svg_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 100px;
}

#svg_2 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 1920px;
    height: 100px;
}

#QSEHRAManagerSection {
    position: relative;
    z-index: 10;
}

.computerMockup {
    margin-top: -100px;
    display: inline-block;
    margin-bottom: -50px;
    width: 100%;
    max-width: 509px;
}

.QSEFeature {
    margin-top: 80px;
}

    .QSEFeature p {
        padding: 0 30px;
        text-align: justify;
    }

#makeTheLawSimpleSection {
    margin-top: 40px;
    margin-bottom: 40px;
    display: table;
}

    #makeTheLawSimpleSection img {
        width: 100%;
        margin-top: -40px;
        max-width: 626px;
    }

#COBRASolutionsPromiseSection {
    clear: both;
    margin-top: 100px;
    margin-bottom: 150px;
    display: table;
}

.promiseLogo {
    display: inline-block;
    max-height: 100px;
}


.promiseText {
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 5px;
}

#PreOrderSection {
    display: table;
    clear: both;
    margin-top: 100px;
}

    #preOrderSection h2,
    #preOrderSection p {
        margin: 0;
    }

.hideOnDesktop-sp {
    display: none;
}

.leftPreOrder {
    height: 670px;
    background: url('../images/halfBackgroundBlue.jpg');
    background-repeat: no-repeat;
    position: relative;
    background-position: right;
    padding: 0;
}

.rightPreOrder {
    height: 670px;
    background: url('../images/halfBackgroundGreen.jpg');
    background-repeat: no-repeat;
    background-position: left;
    padding: 0;
}

.preOrderImg {
    max-width: 200px;
    display: inline-block;
    margin-top: -150px;
}

.preOrderContainerLeft {
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -225px;
}

.preOrderContainerRight {
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -150px;
}


.preOrderText {
    display: inline-block;
    width: 280px;
    text-align: left;
    padding-top: 50px;
}

.moreInfoText {
    display: inline-block;
    max-width: 475px;
    text-align: center;
    padding-top: 0px;
}

.max-width-1200 {
    max-width: 1200px;
}

#tiltedHeaderShortGreen {
    background: #05AB79;
    background: -moz-radial-gradient(center, ellipse cover, #05AB79 0%, #04855F 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #05AB79), color-stop(100%, #04855F));
    background: -webkit-radial-gradient(center, ellipse cover, #05AB79 0%, #04855F 100%);
    background: -o-radial-gradient(center, ellipse cover, #05AB79 0%, #04855F 100%);
    background: -ms-radial-gradient(center, ellipse cover, #05AB79 0%, #04855F 100%);
    background: radial-gradient(ellipse at center, #05AB79 0%, #04855F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05AB79', endColorstr='#04855F', GradientType=1 );
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
    height: 490px;
    width: 120vw;
    z-index: -100;
    margin-left: -100px;
    margin-top: -270px;
    position: absolute;
}












@media all and (min-width: 1200px) and (max-width: 1400px) {

    .featuresBox {
        padding: 0px 15px;
    }


    #logosWrapper {
        width: 1000px;
        margin: 0 auto;
    }

    #mainLogo {
        height: 65px;
    }

    #cardBigimg {
        height: 250px;
    }

    .softwareCardBottom a {
        -ms-transform: scale(.75, .75); /* IE 9 */
        -webkit-transform: scale(.75, .75); /* Safari */
        transform: scale(.85, .85);
        display: inline-block;
        margin-right: -15px;
    }

    .softwareCardBottom .downloadDemo {
        margin-right: -15px;
    }
}


/* Large tablet-size css */
@media all and (min-width: 768px) and (max-width: 1200px) {


    #n_software:hover ~ .dropNav,
    #n_purchase:hover ~ .dropNav,
    #n_support:hover ~ .dropNav {
        display: none !important;
    }

    #logosWrapper {
        width: 700px;
        margin: 0px auto;
    }

    .logos {
        height: 50px;
        margin: 25px;
    }

    .priceHalf {
        display: inline-block;
        padding-bottom: 0;
        float: none !important;
        margin: 0px auto 50px auto;
    }


    .rightBorderPrice {
        border-right: none;
    }

    #otherFeaturesSec {
        padding: 0;
    }

    #menuButton {
        display: none;
    }

    .preFooterThird {
        text-align: center;
        min-height: 420px;
    }

    .walkthroughBtn {
        margin-top: -55px
    }

    #navBar {
        padding: 0;
    }

    #desktopNav {
        margin: 0;
    }

    #navBar li {
        margin: 11px;
    }

    #contactInfo {
        padding-right: 28px;
        margin-right: -605px;
    }

    .homepageCard .centerText {
        clear: both;
    }

    .homepageCard {
        padding: 15px 7px;
    }


    #cardBigimg {
        height: 280px;
    }

    .cardSmall {
        height: 170px;
    }

    .purchaseStep1 {
        width: 100%;
    }

    .otherPurchases {
        margin: 25px 0 0 0;
        padding: 25px 15px 0px 15px;
        width: 50%;
        float: left;
        border-top: 1px solid #c0c0c0;
    }

    .productOffering h4 {
        font-size: 26px;
    }

    .centerBox {
        border-right: none;
    }

    .spacer {
        margin-left: 0px;
        margin-top: 30px;
    }

    .purchaseBox {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #textLogo {
        margin-top: 38px;
        font-size: 22px;
    }

    #mainLogo {
        height: 65px;
        margin-top: 18px;
    }

    .preOrderImg {
        max-width: 150px;
    }

    .preOrderContainerLeft {
        position: static;
        display: block;
        margin: 100px auto 0 auto;
    }

    .preOrderContainerRight {
        position: static;
        display: block;
        margin: 175px auto 0 auto;
        padding: 0 40px;
    }

    #cardBig {
        min-height: 365px;
    }

    .softwareCardBottom .downloadDemo {
        margin-right: -0px;
    }
}



@media all and (min-width: 767px) and (max-width: 850px) {

    #navBar {
        margin-top: 15px;
    }

    #renewService {
        margin: 5px 10px 0 0;
    }

    #contactInfo {
        margin-right: -330px;
        margin-top: -48px;
        padding-right: 28px;
    }

    .preFooterThird {
        text-align: center;
        min-height: 475px;
    }

    #COBRAWalkthroughDesktop {
        display: none;
    }

    .hideOnDesktop-sp {
        display: inline-block;
    }

    .preOrderImg {
        max-width: 200px;
    }
}

/* Small tablet-size css */
@media all and (min-width: 100px) and (max-width: 767px) {


    h1 {
        font-size: 40px;
    }

    h5 {
        font-size: 27px;
    }

    .rightBorderPrice {
        border-right: none;
    }

    .rightBorder {
        border-right: none;
    }

    .noPaddingMobile {
        padding: 0;
    }

    .deskLeftmobCenter {
        text-align: center;
    }

    .priceHalf {
        display: inline-block;
        padding-bottom: 0;
        float: none !important;
        margin: 0px auto;
    }

    .hideOnDesktop {
        display: block;
    }

    .hideOnDesktop-sp {
        display: inline-block;
    }

    nav {
        height: 90px !important;
        margin-bottom: 0;
    }

    #blueNav {
        display: none;
    }

    #n_software:hover ~ .dropNav {
        display: none;
    }

    #cobraLogo {
        float: left;
        margin-top: -10px;
    }

        #cobraLogo img {
            height: 55px;
            margin-top: -40px;
        }

        #cobraLogo h4 {
            padding-left: 5px;
            margin-top: 35px;
            text-align: left;
            margin-bottom: 0;
            font-size: 20px;
        }

    #contactNumbers {
        display: none;
    }

    #whiterightbar {
        display: none;
    }

    #menuButton {
        display: block;
        padding: 15px 20px;
        border: 1px solid #c0c0c0;
        border-radius: 3px;
        float: right;
        margin: 15px 0px 15px 15px;
        cursor: pointer;
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 15px;
        overflow: hidden;
    }

        #menuButton p {
            margin: 0px;
        }

    #dropDownNav {
        display: none;
        position: absolute;
        background: white;
        z-index: 1000;
        width: auto;
        left: 0;
        right: 0;
        white-space: nowrap;
        margin: 110px 20px;
        border-radius: 3px;
        box-shadow: 0 0 15px black;
    }

    #contactInfo img {
        max-width: 20px;
        margin-right: 20px;
        margin-top: -20px;
    }

    #desktopNav {
        display: none;
    }

    .currentPage {
        text-decoration: none;
        background: #c0c0c0 !important;
    }

    #mainLogo {
        height: 65px;
        margin-top: 15px;
    }

    h4 {
        font-size: 24px;
    }

    #logoText {
        margin-top: 37px;
    }

    #navBar {
        float: none;
        margin-top: 15px;
        text-align: center;
        padding: 0px;
    }

        #navBar a {
            font-size: 22px;
            display: block;
        }

    #renewService {
        margin: 282px 10px 0px 10px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        font-size: 22px;
    }

    #navBar li {
        display: block;
        white-space: nowrap;
        list-style: none;
        margin: 10px;
        border: 1px solid #c0c0c0;
        padding: 5px;
        border-radius: 4px;
        background: #f0f0f0;
    }

    #contactInfo {
        margin: 70px auto 15px auto;
        display: table;
        font-size: 12px;
        float: none;
    }

        #contactInfo img {
            margin-top: -35px;
            max-width: 25px;
        }

    .phoneNumbers {
        display: inline-block;
    }

    #numbersBox {
        top: 0px;
    }

    .homepageCard .centerText {
        clear: both;
    }

    #navNumbers {
        width: 100%;
        height: 40px;
        padding: 5px;
    }

    #contactInfo p {
        margin: 5px;
        font-size: 18px;
    }

    .logos {
        margin: 25px 22px;
        height: 36px;
    }

    #customerBtn {
        margin-left: -140px;
        height: 60px;
    }

    #otherFeaturesSec {
        padding: 0px 0px;
        max-width: 537px;
    }

    .centeredWrapper {
        width: 100%;
        padding-top: 40px;
    }

    #landing {
        min-height: 550px;
        height: auto;
    }

    #coverAward {
        padding: 0px 25px;
    }

    #coverList {
        float: none;
        padding-left: 0px;
        margin-top: -20px;
    }

    .centeredBtns {
        margin-top: 40px;
        padding-bottom: 80px;
    }

    .fadeInBlock {
        opacity: 1;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .priceOption {
        margin-bottom: 60px;
    }

    .priceBox {
        margin: 0 auto;
    }

    .featuresBox {
        margin: -1px auto 0px auto;
    }

    #testiWrapper {
        margin-left: 20px;
        position: static;
        width: 2600px;
        margin-top: 0;
        -webkit-overflow-scrolling: touch;
    }

    .testiBox {
        width: 300px;
        margin: 20px 0;
    }

        .testiBox p {
            text-align: right;
            font-size: 90%;
        }

    .testimonial {
        background-size: cover;
        height: 163px;
        font-size: 18px;
    }

    #SeeAllTestimonials {
        margin: 0;
    }

    .arrowRight {
        height: 75px;
        margin-top: 200px;
        margin-right: 30px;
    }

    #scrollContainer {
        width: 100vw;
        overflow: scroll;
        margin-left: -30px;
    }

    .hideOnMobile {
        display: none !important;
    }

    #demoSec {
        width: auto;
        max-width: 300px;
        text-align: center;
    }

        #demoSec .downloadDemo {
            display: inline-block;
            margin-top: 20px;
        }

    #SocialContacts {
        text-align: center;
    }

    #socialMedia {
        display: inline-block;
        float: none;
        margin: 0 0 40px 0;
    }

    #footerContacts {
        display: inline-block;
        float: none;
        margin: 0 auto;
    }

    #preFooter {
        text-align: center;
        margin-bottom: 0px;
    }

    .preFooterThird {
        display: block;
        border-top: 1px solid #c0c0c0;
        margin: 20px auto 50px auto;
        padding: 0 0 60px 0;
    }

        .preFooterThird p {
            max-width: 375px;
            margin: 14px auto;
        }

        .preFooterThird img {
            margin-top: 60px;
        }

    .min-p-height {
        min-height: 0px;
    }

    .guideBox {
        padding: 30px 20px;
    }

    #COBRAWalkthroughDesktop {
        display: none;
    }

    .slideDownReveal {
        padding: 5px;
    }

    .formContainer {
        padding: 15px 50px;
    }

        .formContainer img {
            display: none
        }

        .formContainer h4 {
            text-align: center;
        }

    .softwareBox {
        display: none;
    }


    .softwareName {
        width: 100%;
        padding: 0px 20px;
        text-align: center;
    }

    .softwareNameShort {
        text-align: center;
    }

    .downloadDemo {
        padding: 5px 12px;
    }

    .quickLinks {
        padding: 0;
    }

    #supportLinks .quickLinksBox {
        margin: 10px auto;
    }

    #linkBoxes {
        margin: 0;
    }

    .shortFeaturesList ul {
        padding: 0 0 0 40px;
    }

    #Cafeteriavideo {
        padding: 0;
    }

    #footer {
        padding: 0;
    }

    .offCenteredBtns {
        margin-top: 0px;
        padding-bottom: 30px;
    }

    #redBackground {
        max-height: 280px;
    }

    .quickLinks {
        margin: 50px auto 0 auto;
    }

    .quickLinksBox {
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }

    #demonstrationSec {
        margin-top: 10px;
    }

    .whiteLine {
        position: static;
        width: 80%;
        margin: -30px auto 0 auto;
        height: 4px;
    }

    .featureTextBox {
        max-width: 450px;
    }

    #products_body {
        margin: 15px 0;
    }

    #tiltedHeaderShort {
        margin-left: -50px;
        margin-top: -300px;
    }

    .presentingShort {
        display: block;
        width: 100%;
        margin: -10px auto 10px auto;
    }

    .testiTop p {
        padding: 0px 10px;
    }

    .softwareCard {
        margin: 75px 0 0 0;
        text-align: center;
    }

        .softwareCard a {
            text-decoration: none;
        }

        .softwareCard img {
            float: none;
            max-height: 200px;
            margin: -50px 0 0 0px;
            display: inline-block;
        }

    .softwareCardRight {
        width: 100%;
        padding: 10px;
    }

    .softwareCard h4 {
        float: none;
    }

    .softwareCardBottom {
        padding: 0px 10px;
        margin: 10px 0;
    }

        .softwareCardBottom .gradientBtn {
            padding: 9px 30px;
            display: inline-block;
            text-decoration: none;
            cursor: pointer;
            width: 100%;
            margin: 5px 0;
        }

        .softwareCardBottom .purchase {
            padding: 5px 38px;
            text-decoration: none;
            width: 100%;
            display: inline-block;
            margin: 5px 0px;
        }

    #header {
        width: 100vw;
        overflow: hidden;
        display: inline;
    }

    .homepageCard h4 {
        margin: 25px 0 10px 0;
    }

    .homepageCard p {
        padding: 0;
    }

    #cardBig {
        min-height: 200px;
    }

        #cardBig h4 {
            font-size: 22px;
        }

    .cardSmall {
        height: auto;
    }

    #HPCbuttons {
        position: static;
        left: auto;
        margin-left: 0;
    }

    #cardBigimg {
        height: 150px;
        margin-top: -35px;
    }

    #AboutCOBRASolutions {
        margin-bottom: 100px;
    }

    .contactUsThird {
        margin: 0;
    }

    #preFooter {
        margin-top: 100px;
    }

    .otherPurchases {
        margin: 25px 0 0 0;
        padding: 25px 15px 0px 15px;
        border-top: 1px solid #c0c0c0;
    }

    .centerBox {
        border-right: none;
    }

    .purchaseStep1 {
        width: 100%;
        padding: 6px 0px;
        font-size: 15px;
    }

    .otherPurchases .purchaseStep1 {
        width: 100%;
    }

    .softwarePurchaseHeader {
        text-align: center;
    }

        .softwarePurchaseHeader img {
            float: none;
            text-align: center;
        }

    .offeringNamePrice {
        float: none;
    }

    .productImg {
        display: none;
    }

    .productAbout {
        width: auto;
    }

    .productName {
        text-align: left;
    }

    .productInfoContainer {
        width: auto;
    }

    .spacer {
        margin-left: 0;
        margin-top: 20px;
    }

    .softwareName h5 {
        margin: 0px 0px 45px 0;
    }

    #COBRASolutionsPromiseSection {
        display: inline-block;
    }

    .QSEFeature p {
        padding: 0 50px;
    }

    .leftPreOrder {
        background-position: top;
        background-size: cover;
        padding: 80px 0 160px 0;
    }

    .rightPreOrder {
        background-position: top;
        background-size: cover;
        padding: 80px 0 160px 0;
    }

    .preOrderContainerLeft {
        position: static;
        display: block;
        margin: 10px auto 0 auto;
    }

    .preOrderContainerRight {
        position: static;
        display: block;
        margin: 100px auto 0 auto;
        padding: 0 40px;
    }

    .moreInfoText {
        text-align: left;
    }

    #landingQSEHRA {
        background: url(../images/HeroQSEHRAGreen-mobile.jpg) no-repeat;
        height: 100%;
        background-position: bottom;
        background-size: cover;
        padding-bottom: 60px;
        display: inline-block;
    }

    #darkBlueBackground {
        padding-bottom: 40px;
    }

    #lightBlueBackground {
        padding-bottom: 40px;
    }

    #redBackground {
        padding-bottom: 40px;
    }

    #greenBackground {
        padding-bottom: 40px;
    }

    .subCardBig {
        bottom: 0;
    }

    .versionContainer {
        padding: 0;
    }

        .versionContainer img {
            width: 100%;
            padding-bottom: 20px;
        }

    .softwareCardBottom .downloadDemo {
        margin: 5px 0px;
        display: inline-block;
        width: 100%;
        padding: 5px 38px;
    }

    #sendUsEmail {
        text-align: left;
        padding: 5px 38px;
    }

    #salesPhone {
        text-align: left;
        padding: 5px 38px;
    }

    #techPhone {
        text-align: left;
        padding: 5px 38px;
    }
}






@media all and (min-width: 100px) and (max-width: 420px) {


    nav {
        height: 70px !important;
    }

    h1 {
        font-size: 30px;
    }


    #menuButton {
        padding: 10px 11px;
        font-size: 12px;
        margin-top: 17px;
        margin-left: 0;
    }

    #dropDownNav {
        margin: 80px 10px;
    }

    .hideOnMobileXs {
        display: none !important;
    }


    #mainLogo {
        height: 45px;
    }

    #logoText {
        margin-top: 18px;
        font-size: 20px;
    }

    #cobraLogo {
        float: left;
        margin-top: -10px;
    }

        #cobraLogo img {
            height: 40px;
            margin-top: -30px;
        }

        #cobraLogo h4 {
            padding-left: 5px;
            margin-top: 30px;
            text-align: left;
            margin-bottom: 0;
            font-size: 16px;
        }

    #headline {
        padding-top: 20px;
    }

    .softwareProduct {
        padding: 15px;
    }

    .col-sm-no-padding {
        padding: 0 !important;
    }

    .softwareTitle img {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .softwareTitle h4 {
        margin: 15px 0 0 0;
        text-align: center;
    }

    #tiltedHeaderShortRed {
        margin-left: -50px;
        margin-top: -300px;
        text-align: center;
    }

    #tiltedHeaderShortLightBlue {
        margin-left: -50px;
        margin-top: -300px;
        text-align: center;
    }

    #tiltedHeaderShortGreen {
        margin-left: -50px;
        margin-top: -300px;
        text-align: center;
    }

    .slideDownReveal {
        padding: 0px;
    }

    .formContainer {
        padding: 15px 10px;
    }


    .biColumn p {
        padding: 0;
    }

    #redBackground {
        max-height: 320px;
    }


    .homepageHero .margins {
        padding: 0;
    }

    .QSEHRA_step {
        width: 100%;
    }

    .QSEHRA_arrow {
        width: 100%;
        height: auto;
        margin: 40px 0;
        display: inline-block;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #greenSlant {
        margin-top: 200px;
    }

    .col-xxs-12np {
        position: relative;
        min-height: 1px;
        padding: 0px !important;
    }

    .cardBigimg {
        margin-left: -15px;
    }

    .QSEFeature p {
        padding: 0px;
    }
}
