﻿/* CSS Resets */

.nav-super {
    background: linear-gradient(to right, #022c45 0%, #021e4d 100%);
}

.TextBannerOuter {
    background-image: url("/css/images/tanagram.jpg");
}

.centeredImage {
    text-align: center;
}

.gradientborderbox {
    border-width: 3px;
}
/* For Success Story Images*/
.TextAndImageOuter .img-responsive {
    border: 5px solid #363636;
    max-width: 100%;
}
/* Overrides when we don't want the border. Put in a bootstrap container and set ImageNoBorder as the Class */
.ImageNoBorder .TextAndImageOuter .img-responsive {
    border: none;
    max-width: 100%;
}

.homepagesimplecallouts .homepagecalloutDSC {
    min-height: 460px;
    border: 3px solid #193b54;
}

.homepagecalloutDSC_L {
    min-height: 239px;
}

.homepagecalloutDSC_M {
    min-height: 261px;
}

.homepagecalloutDSC_R {
    min-height: 239px;
}

.showAlways .productLinksOuter {
    display: none;
}

.solutionSystem h4, .systemSlide .System h4 {
    color: #fff;
    background-color: rgba(0,0,0, .85);
    padding: 8px;
    left: 20px;
}

.successPDFPadding {
    margin: 15px 0;
}

.nav-top.light a.navgroup {
    text-shadow: 0 0 2px #000;
}

.nav-top a.navgroup {
    text-shadow: 0 0 2px #fff;
}

.nav-top li.active a.navgroup:hover, .nav-top li.active a.navgroup:focus {
    text-shadow: inherit;
}

/*.logo {
    background-color: #132C43;
    margin: 3px 0;
    padding-top: 17px;
}

.logo-nav .logo {
    padding-top: 17px;
}

.logo a {
    margin-left: 17px;
}*/

button.slick-prev.featuredSlide.slick-disabled, button.slick-next.featuredSlide.slick-disabled, .slick-next.slick-disabled, .productSlide .slick-next.slick-disabled, .systemSlide .slick-next.slick-disabled {
    background: #CAD3D6;
}

.systemSlide .slick-next.slick-disabled, .productSlide .slick-next.slick-disabled {
    opacity: 1.0;
}

.featuredProductsOuter .slick-next, .featuredProductsOuter .slick-prev, .solutionsTabsOuter .slick-next, .solutionsTabsOuter .slick-prev, .productSlide .slick-next, .productSlide .slick-prev, .systemSlide .slick-next, .systemSlide .slick-prev {
    background: #193B54;
}

/*
#topnav a.navgroup {
    color: #cdcdcd;
}
#topnav a.liactive {
    color: #282a2b;
}

#topnav a.navgroup .caret {
    color: #e61d25;
}

        */

/*.TextAndImageOuter .col-md-6 {
    display: inline-block \9;
}*/

/* Possible h2 fix */
h2.pageHeader {
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 11px;
    color: #0070c0;
}

h3.pageHeader {
}

.sfexpandedListWrp h2 {
    display: none;
}

.sfexpandedListWrp h3 {
    text-transform: none;
    font-size: 20px;
}

.sf_pagerNumeric {
    margin-left: 18px;
}

    .sf_pagerNumeric a {
        padding: 0 5px;
    }

.sf_PagerCurrent {
    font-weight: bold;
    font-size: 1.1em;
    color: #000;
    text-decoration: underline;
}

h2.sfnewsTitle, h1.sfnewsTitle, h1.sfeventTitle {
    font-size: 26px;
}

h2.sfeventTitle {
    font-size: 20px;
}

.sfeventContent {
    margin-bottom: 20px;
}

.sfexpandedListWrp ul.sflistList li.sflistListItem, .sfnewsList li, .sfeventsList li, .sfdownloadList li {
    list-style: none;
}
/*, .sfnewsList li a*/
/*
    .sfexpandedListWrp ul.sflistList li.sflistListItem a, .sfeventsList li a {
        pointer-events: none;
        cursor: default;
    }
*/
.showSmall {
    display: none;
}

.showLarge {
    display: block;
}

.sfFormSubmit.submitNewline input {
    float: inherit;
}

.relatedSystemsOuter .secondlinks, .relatedProductsOuter .secondlinks, .relatedProductsInner .secondlinks {
    height: 33px;
}

    .relatedSystemsOuter .secondlinks h3, .relatedProductsOuter .secondlinks h3, .relatedProductsInner .secondlinks h3.pull-left {
        margin-top: 2px;
    }

.solutionsTabsOuter .solutionsTabsInner .firstSlide .solutionSystem .backdrop, .relatedSystemsOuter .relatedSystemsInner .systemSlide .System .backdrop {
    background-color: inherit;
    opacity: inherit;
}

.solutionsTabsOuter .solutionsTabsInner .solutionSystem
/* Not sure if this is needed anymore - will mess up on pages, so don't just enable!*/
/* .relatedSystemsOuter .relatedSystemsInner .systemSlide */ {
    position: relative;
}

div.socialSharing {
    padding-left: 12px;
    padding-bottom: 8px;
}

div.socialSharingSuccess {
    padding-top: 16px;
}

#world-map {
    min-height: 400px;
    height: 400px;
}

/* Smaller screens */
@media only screen and (max-width: 1199px) {
    .gradientborderbox .icon {
        height: 61px;
    }

    .gradientborderbox h4 {
        font-size: .9em;
    }

    .homepagesimplecallouts .homepagecalloutDSC {
        min-height: 505px;
        border: 3px solid #193b54;
    }

    .homepagecalloutDSC_L {
        min-height: 270px;
    }

    .homepagecalloutDSC_M {
        min-height: 270px;
    }

    .homepagecalloutDSC_R {
        min-height: 270px;
    }

    .textblurb p {
        font-size: .9em;
    }

    .showSmall {
        display: none;
    }

    .showLarge {
        display: block;
    }

    .linkBlock p {
        font-size: .8em;
    }

    .linkBlock h4 {
        font-size: .9em;
    }
}

@media only screen and (max-width: 991px) {
    .homepagesimplecallouts .homepagecalloutDSC {
        min-height: 605px;
        border: 3px solid #193b54;
    }

    .homepagecalloutDSC_L {
        min-height: 386px;
    }

    .homepagecalloutDSC_M {
        min-height: 408px;
    }

    .homepagecalloutDSC_R {
        min-height: 386px;
    }

    .logo-nav .logo img {
        max-width: 88%;
    }

    .TextAndImageOuter img {
        display: none;
    }

    .TextAndImageOuter .col-md-6 {
        padding-right: 0px;
        padding-left: 0px;
    }

        .TextAndImageOuter .col-md-6 .textContent {
            margin-left: 0px;
            margin-right: 0px;
        }

    .TextAndImageOuter .textContent .p20 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .showSmall {
        display: block;
        margin-bottom: 20px;
    }

    .showLarge {
        display: none;
    }

    .linkBlock p, .calloutone p {
        display: none;
    }
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {
    .productLinksOuter .headerTitle h4 span {
        color: #fff;
    }

    /*.logo {
        background-color: #132C41;
        margin: 0px 0px -1px 0px;
        padding-top: inherit;
        height: 88px;
    }

        .logo a {
            margin-left: 17px;
        }*/

    .sfContentBlock .productLinksOuter {
        display: none;
    }

    .showAlways .productLinksOuter, .show .productLinksOuter {
        display: block;
    }

        .showAlways .productLinksOuter .headerTitle, .show .productLinksOuter .headerTitle {
            background-color: #f3f3f3;
        }

        .showAlways .productLinksOuter .productLinkSection {
            background-color: inherit;
        }

    .gradientborderbox .sfImageWrapper {
        display: none;
    }

    .gradientborderbox h4 {
        font-size: 1.3em;
    }

    .gradientborderbox p {
        font-size: inherit;
    }

    .homepagesimplecallouts .homepagecalloutDSC {
        min-height: inherit;
        border: 3px solid #193b54;
        margin-bottom: 6px;
    }

    .homepagecalloutDSC_L {
        min-height: inherit;
    }

    .homepagecalloutDSC_M {
        min-height: inherit;
    }

    .homepagecalloutDSC_R {
        min-height: inherit;
    }

    div.banner {
        display: none;
    }

    .logo {
        margin-left: -15px;
    }

    .logo-nav .logo img {
        max-width: 42%;
    }

    .TextAndImageOuter img {
        display: none;
    }

    .TextAndImageOuter .col-md-6 {
        padding-right: 0px;
        padding-left: 0px;
    }

        .TextAndImageOuter .col-md-6 .textContent {
            margin-left: 0px;
            margin-right: 0px;
        }

    .TextAndImageOuter .textContent .p20 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .showSmall {
        display: block;
        margin-bottom: 20px;
    }

    .showLarge {
        display: none;
    }

    .linkBlock p {
        font-size: inherit;
        display: inherit;
    }

    .linkBlock h4 {
        font-size: inherit;
        display: inherit;
    }
}

/* super small screens */
@media handheld, only screen and (max-width: 500px) {
    .logo {
        margin-left: -15px;
    }

    .logo-nav .logo img {
        max-width: 40%;
    }
}

@media print {
    div.locations a {
        display: none;
    }
}