﻿/*=====================================================================================*/
/*================== GLOBAL MEDIA QUERIES FOR CORPORATE UI FRAMEWORK ==================*/
/*=====================================================================================*/

/*
    This stylesheet is for framework-level (aka global, shared) CSS rules. If there is ever more than one Corporate site, 
    this stylesheet (and 'corporate-framework.css') should be shared among all of them, 
    while 'corporate-content.css' and 'corporate-content-mobile.css' should be unique (local) per site.
*/

@media (max-width: 1199px) {
    /*------to match bootstrap overrides on live site------*/
    .container-custom {
        max-width: 970px;
    }
    /* ===== BLOCK: Carousel ===== */
    .standard-carousel .right.carousel-control {
        right: 0px;
    }

    .standard-carousel .left.carousel-control {
        left: 0px;
    }

    /* ===== BLOCK: Cards Grid ===== */
    .cards-grid .content.sm {
        padding: 20px 20px 64px 20px;
    }
}

@media (max-width: 991px) {
    /*------to match bootstrap overrides on live site------*/
    .container-custom {
        max-width: 750px;
    }
    /* ===== BLOCK: Cards Grid ===== */
    .cards-grid .rounded-bl {
        border-radius: 0;
    }

    .cards-grid .img-wrapper {
        display: none;
    }

    /* ===== BLOCK: Cards Row ===== */
    .cards-row .hasBkdImg {
        margin-top: -20px;
    }

    .cards-row .rounded-br .content {
        border-radius: 0;
    }

    .cards-row .rounded-bl .content {
        border-radius: 0;
    }

    /* ===== BLOCK: Product Tabs ===== */
    .product-tabs {
        max-width: 1190px;
        margin: 0 auto 60px;
        padding: 0;
    }

    .product-tabs .tabs {
        margin-bottom: 0;
    }

        .product-tabs .tabs .tab,
        .product-tabs.count2 .tabs .tab,
        .product-tabs.count4 .tabs .tab {
            width: 100%;
            float: none;
            padding-bottom: 40px;
            margin-bottom: 40px;
        }

            .product-tabs .tabs .tab:after {
                bottom: 0;
            }

    .product-tabs .panes .pane0.active:before,
    .product-tabs .panes .pane2.active:before {
        left: 50%;
    }

    .product-tabs.count2 .panes .pane0.active:before,
    .product-tabs.count2 .panes .pane1.active:before {
        left: 50%;
    }

    .product-tabs.count4 .panes .pane0.active:before,
    .product-tabs.count4 .panes .pane1.active:before,
    .product-tabs.count4 .panes .pane2.active:before,
    .product-tabs.count4 .panes .pane3.active:before {
        left: 50%;
    }
}

@media (max-width:767px) {
    /* ===== [global] ===== */
    .desktopOnly {
        display: none !important;
    }
    .container-custom{
        padding:0 10px;
    }

    /* ===== BLOCK: Navigation ===== */
    header {
        background: none;
        height:inherit;
    }

    .site-navigation {
        display: block;
        background: #5ac9e4;
        padding: 0 15px;
    }

        .site-navigation .nav-item {
            display: block;
            text-align: left;
            width: 93%;
            margin: 0 auto;
            border-bottom: 1px solid #9cdfef;
        }

            .site-navigation .nav-item:last-of-type {
                border-bottom: none;
            }

            .site-navigation .nav-item a {
                font-size: 18px;
                font-weight: normal;
                padding-top: 20px;
                padding-bottom: 20px;
            }

    .navbar-default .navbar-toggle {
        border:none;
            z-index: 1000;
    }

    .navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 4px;
    border-radius: 3px;
    background-color: #561a5e !important;
}
    .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none;
}

    .navbar-static-top {
    border-width: 0 0 1px;
    min-height: 70px;
}
    .navbar {
        margin-bottom:0px;
        border:none;
    }

    .navbar-collapse {
        padding-left:0px;
        padding-right:0px;
    }

    .nav-item a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    position: absolute;
    right: 0%;
    font-weight: normal;
    font-size: 16px;
    padding-top: 2px;
}

    .nav-item .dropdown-toggle:after {
    content: "+";
    font-family: 'Glyphicons Halflings';
}


    .open .dropdown-toggle:after {
    content: "\2212";
    font-family: 'Glyphicons Halflings';
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    padding: 8px 60px;
    font-size: 18px;
    text-transform:none;
}
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:before {
            content:"-";
            font-family: 'Glyphicons Halflings';
        }
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:after {
            content:"";
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li:first-child {
        margin-top:-20px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li:last-child {
        margin-bottom:10px;
    }
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    .navbar-nav {
    margin: 7.5px -15px 0px;
}

    .header-logo p a {
            z-index: 1000;
            position:relative;
    }

    /* ===== BLOCK: Carousel ===== */
    .standard-carousel {
        margin-bottom: 10px;
    }

        .standard-carousel .item img {
            margin: 0 auto;
        }

        .standard-carousel .right.carousel-control {
            right: 0;
            width: 30px;
            text-align: right;
        }

        .standard-carousel .left.carousel-control {
            left: 0;
            width: 30px;
            text-align: left;
        }

        .standard-carousel .carousel-control img {
            max-width: 100%;
        }

    /* ===== BLOCK: Cards Grid ===== */
    .cards-grid .content.lg h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
    }

    /* ===== BLOCK: Cards Row ===== */
    .cards-row {
        margin-bottom: 0;
    }

        .cards-row .content {
            padding: 20px 10px 40px;
        }

            .cards-row .content h2 {
                font-size: 18px;
                text-align: center;
                margin-bottom: 10px;
            }

            .cards-row .content p {
                font-size: 14px;
                margin-bottom: 10px;
            }

            .cards-row .content .bottom-link a {
                bottom: 20px;
                left: 10px;
                font-weight: bold;
            }

        .cards-row .hasBkdImg {
            display: none;
        }

        .cards-row .mobile-image {
            display: block;
            margin-bottom: 0;
            margin-left: -15px;
            margin-right: -15px;
        }

            .cards-row .mobile-image img {
                width: 100%;
                height: auto;
                display: block;
            }

        .cards-row .linkIsButton .content {
            padding-bottom: 40px;
        }

        .cards-row .linkIsButton .bottom-link a {
            background: none;
            padding: 0;
            border-radius: 0;
        }

        .cards-row .purple.linkIsButton .bottom-link a {
    background: none;
}

    /* ===== BLOCK: Product Tabs ===== */
    .product-tabs .tabs {
        display: none;
    }

    .product-tabs .panes .pane,
    .product-tabs .panes .pane.active {
        display: block;
        border: none;
    }

        .product-tabs .panes .pane.active:before {
            display: none;
        }

        .product-tabs .panes .pane .bottom {
            background: none;
            padding: 10px 0;
        }

            .product-tabs .panes .pane .bottom p {
                color: #132736;
                margin-bottom: 6px;
                font-size: 14px;
                line-height: 1.25;
            }

            .product-tabs .panes .pane .bottom .cta {
                padding: 20px 0;
            }

                .product-tabs .panes .pane .bottom .cta .button {
                    background: #5ac9e4;
                    padding: 8px 94px;
                    font-size: 12px;
                    white-space: nowrap;
                }

        .product-tabs .panes .pane .top {
            display: none;
        }

        .product-tabs .panes .pane .mobile {
            display: block;
        }

            .product-tabs .panes .pane .mobile.text {
                background: #5ac9e4;
                padding: 16px 10px;
                margin: 20px -10px;
            }

                .product-tabs .panes .pane .mobile.text h3 {
                    color: #4d1f5c;
                    font-size: 14px;
                    text-align: center;
                    margin: 0;
                    font-weight: bold;
                }

                .product-tabs .panes .pane .mobile.text p {
                    color: #27303f;
                    font-size: 14px;
                    text-align: center;
                    margin: 0;
                }

                .product-tabs .panes .pane .mobile.text:after {
                    content: "\e259";
                    font-family: 'Glyphicons Halflings';
                    font-style: normal;
                    line-height: 1;
                    font-size: 24px;
                    font-weight: bold;
                    color: #fff;
                    -webkit-font-smoothing: antialiased;
                    text-align: center;
                    display: block;
                    margin: 10px 0 0;
                }

            .product-tabs .panes .pane .mobile.image {
                text-align: center;
            }

                .product-tabs .panes .pane .mobile.image img {
                    max-width: 100%;
                    height: auto;
                }

    /* ===== BLOCK: History Carousel ===== */
    .history-carousel {
        display: none;
    }

    /* ===== BLOCK: Hero Banner ===== */
    .hero-banner > .inner {
        padding: 20px 10px;
    }

    .hero-banner .caption {
        max-width: none;
        margin-bottom: 16px;
    }

        .hero-banner .caption p {
            font-size: 14px;
        }

    .hero-banner h1,
    .hero-banner h1 p {
        text-align: center;
        font-size: 18px;
        margin-bottom: 16px;
    }

    .hero-banner .image {
        position: static;
        text-align: center;
    }

    .mobile-center-text {
        text-align:center;
        margin:0 auto;
    }

    h2{
		text-align:center;
		font-size:18px;
		line-height:20px;
		font-weight:bold;
		}	


    .corporateherobannerblock {
    margin-bottom: 0px;
}

    .our-approach-cards-row {
        margin: 20px auto 50px !important;
    }

}

@media (min-width: 768px) {
    /* ===== [global] ===== */
    .mobileOnly {
        display: none !important;
    }
    .legal-row > div {
  float: none !important;
 }
}

