﻿html {
    overflow-x: hidden !important;
}

#wfControlPanel {
    position: absolute;
    z-index: 101;
    top: 80px !important;
}

body {
    margin: 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background: #FFF;
}

p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em;
    color: #666;
}

h1 {
    color: #184483;
    font-size: 1.6em;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

h2 {
    color: #2d8442;
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

h3 {
    color: #2d8442;
    font-size: 1.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.non-white {
    color: #333 !important;
    text-shadow: 1px 1px #FFF !important;
}

p.credits {
    font-size: .8em;
    color: #747a5f;
}

a {
    text-decoration: none;
    color: #ee352a;
}

    a:hover {
        text-decoration: none;
        color: #2d8442;
    }


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #74795f;
    clear: both;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

#map-canvas {
    width: 100%;
    height: 300px;
    border: solid 10px #FFF;
    box-shadow: 2px 3px 2px #cccccc;
}

.labels {
    color: black;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    border: 2px solid black;
    white-space: nowrap;
}

.infowindow {
    display: table;
    overflow: visible !important;
    min-height: 100px;
    width: 100%;
}

    .infowindow a {
        background-color: #de1d3b;
        padding: 2px 4px;
        margin: 10px 10px 10px 0px;
        text-align: center;
        border-radius: 4px;
        -moz-border-radius: 4px;
        color: #FFF;
        display: table;
        float: left;
        font-size: .9em !important;
    }

        .infowindow a:hover {
            background-color: #000;
            color: #FFF;
        }


.responsive-iframe-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 170px;
    height: 0;
    overflow: hidden;
}

    .responsive-iframe-container iframe,
    .vresponsive-iframe-container object,
    .vresponsive-iframe-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.topNumber {
    display: table;
    float: right;
    background: #2d8442;
    padding: 8px;
    color: #fff;
    border-radius: 0 0 12px 12px;
    font-size: 1.2em;
}

    .topNumber a {
        color: #fff;
        font-weight: 600;
    }

        .topNumber a:hover {
            color: #ee352a;
            font-weight: 600;
        }

.topRow {
    padding: 0px;
    position: relative;
    z-index: 1000;
}

.topRight {
    text-align: right;
    margin: 0px;
    padding: 0px;
    height: 40px;
    float: right;
    position: relative;
    z-index: 100;
}

.homePocketContent {
    min-height: 220px;
    display: block;
    width: 100%;
    padding: 10px 30px;
    background: url(https://immediac.blob.core.windows.net/mastertechwebsite/images/respocket.png) top left repeat-x;
}

.leftNoCurve {
    border-radius: 0px 24px 0px 0px;
    -moz-border-radius: 24px 24px 0px 0px;
    padding: 0px 15px;
}

.middleCurve {
    border-radius: 24px 24px 0px 0px;
    -moz-border-radius: 24px 24px 0px 0px;

}

.rightNoCurve {
    border-radius: 24px 0px 0px 0px;
    -moz-border-radius: 24px 24px 0px 0px;
    padding: 0px 15px;
}

a.homeLearnMore {
    background-color: #ee352a;
    padding: 6px 10px;
    margin: auto;
    text-align: center;
    border-radius: 8px;
    display: table;
    -moz-border-radius: 8px;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Cinzel", Helvetica, Arial, sans-serif;
}

    a.homeLearnMore:hover {
        background-color: #2d8442;
    }

.navbar-brand {
    float: left;
    padding: 0px;
    line-height: inherit;
    margin: 0px;
}

    .navbar-brand img {
        width: 350px;
        height: auto;
        margin: 0px;
    }

.navbar > .container .navbar-brand {
    margin: 0px;
}

.col-sm-6 img.fullresize {
    width: 100% !important;
    height: auto !important;
}

.col-sm-6 img.resize {
    border-radius: 0px 20px 0px 0px;
    -moz-border-radius: 0px 20px 0px 0px;
    padding-left: 10px;
    width: 50%;
}

.mainContent {
    margin: 280px 0px 0px 0px;
    z-index: 90;
    position: relative;
}

.homePockets {
    margin: 0px 0px 20px 0px;
    display: table;
}

    .homePockets h1 {
        font-family: Oswald,Helvetica,Arial,sans-serif;
        color: #FFF;
        font-size: 1.3em;
        font-weight: 700;
        text-align: center;
    }

.bottomRow {
    background: #FFF url(https://immediac.blob.core.windows.net/mastertechwebsite/topBottomRow.jpg) top left repeat-x;
    width: 100%;
    border-bottom: solid 3px #184483;
    display: table;
    padding: 22px 0px 8px 0px;
    text-align: center;
    margin: 40px 0px 10px 0px;
}

    .bottomRow img {
        padding: 0px 20px;
    }

.footer {
    width: 100%;
    background: url(https://immediac.blob.core.windows.net/mastertechwebsite/bottomBg.png) top left repeat-x;
    display: table;
    padding: 0px;
    position: relative;
}

    .footer p {
        font-size: .9em;
        color: #666;
        line-height: 1.4em;
    }

    .footer a {
        color: #666;
    }

.footerLeft {
    text-align: left;
}

.footerCenter {
    text-align: center;
}

.footerRight {
    text-align: right;
}


/*nav css */

.navbar-inverse {
    background-color: transparent;
    border: none;
    padding: 0px;
    width: 100%;
}

.navbar .nav {
    position: relative;
    display: block;
    float: right;
    margin: 0px;
    z-index: 92 !important;
}

.nav > li {
    position: relative;
    display: block;
    float: left;
}

.navbar .nav > li > a {
    color: #7c919c;
    text-decoration: none;
    font-family: 'PT Sans',sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    background: url(https://immediac.blob.core.windows.net/mastertechwebsite/navDivider.png) center right no-repeat;
    padding-left: 5px;
    margin: 0px;
}

    .navbar .nav > li > a:hover {
        color: #ee352a;
        background: url(https://immediac.blob.core.windows.net/mastertechwebsite/navDivider.png) center right no-repeat;
        padding-left: 5px;
        margin: 0px;
    }

    .navbar .nav > li > a#m83, .navbar .nav > li > a#m83:hover {
        padding-left: 5px;
        padding-right: 0px;
        background: inherit;
    }

.navbar {
    background-color: #fff;
    height: 90px;
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #7c919c;
    background-color: transparent;
    background: url(https://immediac.blob.core.windows.net/mastertechwebsite/navDivider.png) center right no-repeat !important;
}

.navbar-collapse {
    padding-right: 0px;
}

/* end nav css */

/* dd menu css */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    text-decoration: none;
    list-style: none;
    background: url(https://immediac.blob.core.windows.net/mastertechwebsite/topRowBg.png) top left repeat-x;
    box-shadow: inherit;
    border: inherit;
    border-radius: 0 0 14px 0px;
    -moz-border-radius: 0 0 14px 14px;
    padding: 0px 0px 10px 0px;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.175);
}

.PopMenu {
    display: none;
}

.dropdown-menu > li > a {
    color: #7c919c;
    font-size: 1.2em;
    font-family: 'PT Sans',sans-serif;
    font-weight: 700;
    padding: 1px 15px;
    line-height: 1.1em;
    margin: 0px 0px 8px 0px;
}

    .dropdown-menu > li > a:hover {
        color: #ee352a;
        font-size: 1.2em;
        font-family: 'PT Sans',sans-serif;
        font-weight: 700;
        padding: 1px 15px;
        line-height: 1.1em;
        margin: 0px 0px 8px 0px;
    }

.navbar .nav > li.open a:focus, .navbar .nav > li.open a.Menu11 {
    background: initial !important;
}

/* end dd menu hover css */

/* Carousel base class */

.carousel {
    position: absolute;
    top: 0px;
    width: 100%;
    height: auto;
}

    .carousel .item {
        height: auto;
    }

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: inherit;
}

.carousel-caption {
    z-index: 10;
    text-align: left;
    text-shadow: none;
    top: 125px;
    margin: 0px 0px 0px 40px;
    left: 0;
    right: 0;
    position: relative;
}

    .carousel-caption h1 {
        color: #000;
        font-size: 2.8em;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        padding: 0px;
        margin: 0px;
        line-height: 1em;
        text-shadow: 1px 1px #FFF !important;
    }

    .carousel-caption h2 {
        color: #000;
        font-size: 2.4em;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        padding: 0px;
        margin: 0px 0px 2px 0px;
        line-height: 1em;
        text-shadow: 1px 1px #FFF !important;
    }

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 24px;
    color: #c5cab1;
    text-align: center;
    padding-top: 40%;
    text-shadow: 1px 1px rgba(255, 255, 255, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}

    .carousel-control:hover, .carousel-control:focus {
        color: #333;
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }

@media (min-width: 541px) and (max-width: 991px) {
    .col-sm-6 img.resize {
        padding: 0 15px 15px;
        width: 60% !important;
        height: auto !important;
        border-radius: 0px;
        -moz-border-radius: 0px;
        padding-left: 10px;
    }
}

@media (min-width: 300px) and (max-width: 540px) {

    .col-sm-6 img.resize {
        width: 100% !important;
        height: auto !important;
        display: block;
        padding: 0px 0px 15px 0px;
        border-radius: 0px;
        -moz-border-radius: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .mainContent {
        margin: 225px 0px 0px 0px;
    }

    .bottomRow {
        margin: 20px 0px 0px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .mainContent {
        margin: 210px 0px 0px 0px;
    }

    .navbar .nav > li > a, .navbar .nav > li > a:hover {
        font-size: 1.4em;
        line-height: 0px;
    }

    .navbar-brand img {
        width: 280px;
    }

    .navbar {
        height: 70px;
    }

    .bottomRow {
        margin: 0px;
    }

    .homePockets h1 {
        font-size: 1.2em;
        line-height: 1.3em;
    }

    .footer p {
        font-size: .8em;
    }

    .homePockets {
        margin: 0px 0px 5px 0px;
    }

    .carousel-caption h1 {
        font-size: 2em;
    }

    .carousel-caption h2 {
        font-size: 1.8em;
    }

    .carousel-caption {
        top: 100px;
    }

    .bottomRow img {
        padding: 0 20px;
        height: 50px;
        width: auto;
    }

    p, li {
        font-size: .9em;
    }

    .footer p {
        font-size: .85em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar-brand img {
        width: 240px;
        height: auto;
    }


    .bottomRow img {
        padding: 0 20px;
        height: 50px;
        width: auto;
    }

    .navbar {
        height: 62px;
        position: initial;
    }

    .dropdown-menu {
        background: #fff;
    }

    .topRight {
        height: 30px;
    }

        .topRight img {
            height: 30px;
            width: auto;
        }

    .carousel {
        position: initial;
        top: 0px;
        width: 100%;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 180px;
    }

    .homePocketContent {
        min-height: initial;
    }

    .homePockets h1 {
        font-size: 1.2em;
        line-height: 1.3em;
    }

    .homePockets h2 {
        font-size: 1em;
    }

    .footer p {
        font-size: .75em;
    }

    .footer a {
        padding: 0px;
    }

    .topNumber {
        padding: 5px 8px;
        font-size: 1em;
    }

    .homePockets p, .homePockets li {
        text-shadow: 1px 1px #666 !important;
    }

    .bottomRow img {
        padding: 0 20px;
        height: 40px;
        width: auto;
    }

    .homePocketHeight {
        min-height: 120px;
    }

    .navbar .nav > li > a, .navbar .nav > li > a:hover {
        font-size: 1.3em;
        padding: 5px 13px 0 4px;
    }

    .mainContent {
        margin: 80px 0px 0px 0px;
    }

    .bottomRow {
        margin: 20px 0 0;
    }

    .carousel-caption {
        top: 50px;
    }

        .carousel-caption h1 {
            font-size: 2em;
        }

        .carousel-caption h2 {
            font-size: 1.6em;
        }

    p, li {
        font-size: .95em;
    }

    .dropdown-menu > li > a {
        font-size: 1.1em;
        padding: 10px 15px 0px 15px;
        margin: 0px;
    }

        .dropdown-menu > li > a:hover {
            font-size: 1.1em;
            padding: 10px 15px 0px 15px;
            margin: 0px;
        }
}


@media (min-width: 480px) and (max-width: 767px) {

    .carousel-caption h1 {
        font-size: 1.6em;
        color: #333;
        text-shadow: 1px 1px #FFF;
        line-height: 1.1em;
    }

    .carousel-caption h2 {
        font-size: 1.2em;
        color: #333;
        line-height: 1em;
        text-shadow: 1px 1px #FFF;
    }

    .carousel-caption {
        z-index: 10;
        text-align: center;
        text-shadow: none;
        top: 60px;
        margin: 0;
        left: 0;
        right: 0;
        position: absolute;
    }
}

@media (min-width: 280px) and (max-width: 479px) {

    .carousel-caption h1 {
        font-size: 1.5em;
        color: #333;
        text-shadow: 1px 1px #FFF;
        line-height: 1.1em;
    }

    .carousel-caption h2 {
        font-size: 1.2em;
        color: #333;
        line-height: 1em;
        text-shadow: 1px 1px #FFF;
    }

    .carousel-caption {
        z-index: 10;
        text-align: center;
        text-shadow: none;
        top: 50px;
        margin: 0;
        left: 0;
        right: 0;
        position: absolute;
    }
}


@media (min-width: 280px) and (max-width: 767px) {

    #closerMenu {
        display: none !important;
    }

    .PopMenu {
        display: none !important;
    }

    .mainContent p, .mainContent li {
        font-size: 1em;
        line-height: 1.2em;
    }

    .mainContent {
        margin: 15px 0px 0px 0px;
    }

    .leftNoCurve, .middleCurve, .rightNoCurve {
        border-radius: 24px 24px 0px 0px;
        -moz-border-radius: 24px 24px 0px 0px;
        padding: 0px 15px;
    }

    .topRight {
        display: none;
    }

    .homeBody h1 {
        font-size: 1em;
    }

    .navbar-fixed-top {
        position: relative;
    }

    .non-white {
        color: initial !important;
    }



    .footerLeft, .footerCenter, .footerRight {
        text-align: center;
        padding-left: 0px;
    }

    .bottomRow img {
        padding: 2px;
        height: 40px;
        margin: auto;
        text-align: center;
    }

    .bottomRow {
        margin: 0px;
    }

    h1 {
        font-size: 1.3em;
        line-height: 1.2em;
        width: 100%;
        display: table;
        margin-top: 0px;
    }

    .homePockets h2 {
        font-size: 2em;
        color: #c5cab1;
    }

    .homePockets {
        margin: 0px;
        display: table;
    }

    .homePocketContent {
        min-height: initial;
        background: none;
        padding: 0px;
    }

    .homePocketHeight {
        min-height: initial;
        padding-bottom: 10px;
    }

    .homePocket {
        padding: 0px;
    }

    .carousel {
        position: relative;
        top: 0px;
        width: 100%;
    }

        .carousel .item {
            height: auto;
        }

    .carousel-inner > .item > img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .carousel-inner {
        overflow: hidden;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 70px;
    }

    .navbar .nav {
        margin: 5px;
        float: left;
    }

    .nav > li {
        width: 100%;
    }

    .navbar .nav > li > a {
        color: #7c919c;
        font-size: 1.2em;
        background: initial;
        padding-bottom: 3px;
    }

        .navbar .nav > li > a:hover {
            color: #ee352a;
            font-size: 1.2em;
            background: initial;
            padding-bottom: 3px;
        }

    .dropdown-menu {
        background: initial;
        border-color: inherit;
        box-shadow: inherit;
        border-radius: 0px;
        border: inherit;
        border-radius: initial;
        -moz-border-radius: initial;
        padding: 3px 0px 5px 0px;
    }

        .dropdown-menu > li > a {
            font-size: 1em;
            color: #105b37 !important;
            padding: 0px 15px !important;
        }

            .dropdown-menu > li > a:hover {
                font-size: 1em;
                color: #ee352a !important;
                padding: 0px 15px !important;
            }

    .navbar .nav > li > a#m83, .navbar .nav > li > a#m83:hover {
        background: initial !important;
    }

    .navbar .nav > li.open a:focus {
        background: initial !important;
    }

    .navbar-inverse {
        width: 100%;
        padding: 0px 10px;
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .navbar {
        height: 50px;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-right: 0px;
    }

    .navbar-toggle {
        background-color: #184483;
        padding: 8px;
        margin-top: 5px;
        margin-right: 0px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #184483;
    }

    .navbar-toggle:focus,
    .navbar-toggle:active
    .navbar-toggle:hover {
        outline: 0;
        background-color: #184483;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
        background: #fff;
        box-shadow: 4px 4px 5px #888888;
    }
}

/* end mobile Media Queries */
