﻿@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: "Roboto",helvetica,arial,sans-serif;
    font-size: 16px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    height: 2px;
    background-color: #C95E0B
}

.content-page a {
    font-weight: bold;
    text-decoration: underline;
}

.secured_sub_menus a {
    font-weight: bold;
    text-decoration: none
}

.buttons-container a {
    font-weight: bold;
    text-decoration: none
}

.para-sentence-headers {
    font-weight: bold;
}

.red {
    color: #FF0000;
}

.admin-table {
    font-size: .9em;
}

.topnav-focus {
    background-color: #DCFFFF;
    color: #000066;
}

img {
    -ms-interpolation-mode: bicubic;
}

.col-sm-8 a, /*.col-sm-4 a,*/ .menu_related_content a {
    color: #087ED8;
    border-bottom: 1px dotted #afc2d0;
}

    .col-sm-8 a:hover, /*.col-sm-4 a:hover,*/ .menu_related_content a:hover {
        border-bottom: 2px solid #087ED8;
        text-decoration: none;
    }

    .col-sm-8 a.btn, .menu_related_content a.btn {
        border-bottom: none;
        color: #FFF;
    }

/*Remove URLs when printing pages*/
@media print {
    a[href]:after {
        content: none !important;
    }
}

.col-sm-8 h4, .col-sm-4 h4, .menu_related_content h4 {
    font-weight: 700;
    margin: 20px 0 0;
}

small.fine-print {
    font-style: italic;
}

p a span.glyphicon.glyphicon-new-window, .menu_related_content ul li a span.glyphicon.glyphicon-new-window {
    font-size: 14px;
}

a fa fa-external-link {
    font-size: 12px !important;
}


div.col-sm-4 a div h3 span.glyphicon.glyphicon-new-window {
    font-size: .8em;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.iframe-container {
    overflow: hidden;
    padding-top: 170.00%;
    position: relative;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

#header {
    display: none;
}

.quick-nav {
    position: absolute;
    top: 10px;
    right: 15px;
    float: right;
    font-size: 14px;
    z-index: 99;
}

    .quick-nav a {
        float: left;
        margin-top: -7px;
        color: #FFF;
    }

    .quick-nav > :last-child {
        margin-left: 65px;
    }

    .quick-nav :last-child img, button.navbar-toggle img {
        width: 20px;
        margin-left: auto;
        margin-right: auto;
    }

.logon {
    position: absolute;
    top: 22px;
    right: 15px;
    float: right;
    font-size: 14px;
    z-index: 99;
}

    .logon a {
        float: left;
        margin-top: -7px;
        color: #FFF;
    }

    .logon > :last-child {
        margin-left: 65px;
    }

    .logon :last-child img {
        width: 120px;
        margin-left: auto;
        margin-right: auto;
    }

.nav-outages img {
    width: 23px !important;
    height: 23px;
}

.mobile-buttons {
    font-size: 12px;
}

.social_btns {
    font-size: 12px;
    margin-left: 5px;
    float: none;
    color: #6677aa;
}

#header {
    display: none;
}

.quick-nav2 {
    position: absolute;
    top: -45px;
    right: 15px;
    float: right;
    font-size: 14px;
    z-index: 99;
    height: 42px;
    margin-bottom: 1px;
    padding-bottom: 0;
    padding-top: 5px;
    width: 580px;
}

    .quick-nav2 a {
        float: left;
        color: #6677aa;
        margin-left: 13px;
        margin-top: -5px;
    }

    .quick-nav2 > :last-child {
        margin-left: 5px;
        border-right: none;
    }

    .quick-nav2 :last-child img, button.navbar-toggle img {
        width: 20px;
        height: 20px;
        margin-left: auto;
        margin-right: auto;
    }

.mobile-buttons {
    font-size: 12px;
}

.social_btns {
    font-size: 12px;
    margin-left: 5px;
    float: none;
    color: #6677aa;
}

.navbar {
    border-radius: 0;
}

.navbar-inverse {
    background-color: #C95E0B; /* background color of top navigation bar*/
    border: none;
    margin-bottom: 0;
}

ul.nav.navbar-nav > li {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF; /* Font colors of top navigation bar*/
    height: 100%;
}

a.navbar-brand.visible-xs img {
    margin-top: 15px;
    margin-left: 6px;
}

button.navbar-toggle {
    margin-right: 65px;
    border: none;
    margin-top: 5px;
    color: #FFF;
    z-index: 999;
    margin-bottom: 0;
    padding: 0;
}

    button.navbar-toggle .icon-bar {
        display: none;
    }

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover {
    border-color: transparent;
    background-color: transparent;
}


.callout {
    border-bottom: 2px solid #0065a4;
    border-top: 2px solid #0065a4;
    color: #0065a4;
    font-size: 1.28571em;
    font-weight: 300;
    line-height: 1.74286em;
    margin-bottom: 15px;
    padding: 16px;
    margin: 15px 0 15px 15px;
    width: 40%;
    float: right;
}

ul.dropdown-menu a span {
    font-size: 12px;
}

/*Background color-profile for large footer area*/
.end-links {
    margin-top: 15px;
}

    .end-links h4 {
        font-weight: 600;
    }

    .end-links a {
        color: #000000;
    }

.end-links-motto {
    text-align: center;
    width: 90%;
}

.end-links-middle {
    vertical-align: middle;
}

/*Background color for small page footer strip*/
footer {
    background: #C95E0B;
    color: #FFF;
    padding: 20px 0;
    font-size: 14px;
}

    footer a, footer a:hover {
        color: #FFF;
    }

#logoarea {
    display: inline-block;
    float: right;
}

    #logoarea > * {
        float: left;
        margin: 0;
    }

.footer-top > div:first-of-type {
    margin-bottom: 15px;
}

.footer-bottom {
    margin-top: 10px;
    color: #FFF;
}

.buttons-container a:hover {
    text-decoration: none;
}

.buttons-container a > div {
    background: #445599;
    border: solid 1px #FFF;
    border-radius: 5px;
    padding: 16px;
    color: #FFF;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

    .buttons-container a > div:hover {
        background: #6677aa;
    }

.buttons-container h3 {
    margin-top: 5px;
    text-transform: uppercase;
}

.buttons-container p {
    font-size: 18px;
}

.content-page {
    position: relative;
}

.sidebar-menu h4 {
    text-transform: uppercase;
    margin-bottom: 3px;
}

.sidebar-menu .list-group {
    background: rgba(6, 165, 208, 1.0);
    padding: 5px 0;
    border-radius: 5px;
}

.sidebar-menu .list-group-item {
    background: rgba(6, 165, 208, 1.0);
    border: none;
    padding: 8px 15px;
    border-radius: 0;
}

    .sidebar-menu .list-group-item:hover {
        background: rgba(78, 157, 45, 1.0);
    }

    .sidebar-menu .list-group-item a {
        color: #FFF;
        border-bottom: none;
        display: block;
    }

        .sidebar-menu .list-group-item a:hover {
            border-bottom: none;
        }

li.list-group-item.active {
    background: rgba(78, 157, 45, 1.0);
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.sidebar-menu.second {
    position: absolute;
    bottom: 0;
    right: 0;
}

.content-page > .col-sm-3.second {
    position: absolute;
    bottom: 0;
    right: 0;
}

.callUsLinks a {
    background: #6e8bb0;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
    float: left;
    width: 45%;
    height: 70px;
    margin-left: 11px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.sidetext {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .5);
    padding: 10px 22px;
    -webkit-box-shadow: 0 1px 5px 1px rgba(161,161,171,.5);
    box-shadow: 0 1px 5px 1px rgba(161,161,171,.5);
}

.btt {
    float: right;
    display: block;
}

    .btt a:link, .btt a:visited {
        font-size: 0.7142857142857143em;
        font-weight: 700;
        line-height: 1.54286em;
        text-transform: uppercase;
        padding: 5px;
        color: #413f3f;
        -webkit-transition: background 700ms ease;
        -moz-transition: background 700ms ease;
        -ms-transition: background 700ms ease;
        -o-transition: background 700ms ease;
        transition: background 700ms ease;
        background: #ffffff;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .btt a:link:hover, .btt a:visited:hover, .btt a:link:focus, .btt a:visited:focus, .btt a:link:active, .btt a:visited:active {
            background: #acc0c7 !important;
            color: #ffffff !important;
        }

p.btt a:link {
    border-bottom: none;
    color: #686A70;
}

.form-box {
    background-color: #ffffff;
    padding: 15px;
    margin-top: 100px;
    border-radius: 8px;
    border: 1px solid #004A87;
}

    .form-box .btn {
        font-size: 16px;
    }

.required, .form-error, .requiredFieldIndicator, .fieldError {
    color: #d90e0e;
    font-weight: 600;
}

.carousel-caption {
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 5px;
}

    .carousel-caption p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-caption a {
        color: #FFF;
        text-decoration: underline;
    }

.right.carousel-control, .left.carousel-control, .right.carousel-control:hover, .left.carousel-control:hover {
    color: #FFF;
    border: none;
    opacity: 1;
    text-shadow: 1px 5px 5px rgba(0,0,0,.6);
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

@media (min-width: 768px) {
    #header {
        display: block;
        height: 90px;
        padding-top: 10px;
    }

    .header-image {
        margin-top: 0px;
    }

    .quick-nav {
        top: -45px;
    }

        .quick-nav > a, .quick-nav2 > a {
            float: left;
            padding: 10px;
            border-right: solid 1px #445599;
            color: #004A87;
        }

            .quick-nav > a:last-child {
                border-right: none;
            }

        .quick-nav > :last-child {
            margin-left: 0;
        }

        .quick-nav img {
            width: 20px;
            height: 22px;
        }

    .mobile-buttons {
        font-size: 14px;
    }

    .social_btns {
        font-size: 14px;
        margin-left: 5px;
        float: none;
        color: #6677aa;
    }

    .nav.navbar-nav {
        width: 100%;
        text-align: center;
        display: flex;
    }

    .navbar-fixed-top {
        position: relative;
    }

    ul.nav.navbar-nav > li {
        float: none;
        display: inline-block;
        width: 99px;
        border-right: solid #FFF 1px;
        text-align: left;
        flex: 1;
        font-size: 13px;
    }

    .end-links {
        text-align: left;
        font-size: 15px;
        padding: 13px 0;
    }

        .end-links h4 {
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 500;
            color: #000;
        }

    #content {
        background-position: top right;
        background-repeat: no-repeat;
        padding-top: 10px;
        min-height: 700px;
    }

    .menu-page > :first-child p {
        margin-bottom: 65px;
    }

    .menu-page .row {
        margin-bottom: 15px;
    }

    .buttons-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        .buttons-container a > div {
            height: 100%;
        }

    .sidebar {
        margin-top: 400px;
    }

    .sidebar-menu {
        margin-top: 40px;
    }

    .content-page > .col-sm-3.second {
        right: 55px;
    }

    li.list-group-item.active:hover {
        background: rgba(78, 157, 45, 0.9);
        border-top: solid 1px;
        border-bottom: solid 1px;
    }

    .sidebar-menu .list-group-item.active a:before {
        content: "";
        position: absolute;
        top: 0;
        left: -14px;
        width: 0;
        height: 0;
        border-color: transparent rgba(78, 157, 45, 1.0) transparent transparent;
        border-style: solid;
        border-width: 21px 14px 21px 0;
    }

    .footer-top .col-sm-5 img {
        width: 30px;
        height: 30px;
    }

    .menu_related_content {
        margin-top: 60px;
        border-top: 1px solid #AFA9AA;
    }

        .menu_related_content h4 {
            font-weight: 700;
            margin: 20px 0 0;
        }
}

@media (min-width: 992px) {
    .content-page > .col-sm-3.second {
        right: 73px;
    }

    .nav.navbar-nav {
        display: block;
    }

    ul.nav.navbar-nav > li {
        border-right: none;
        width: auto;
        flex: none;
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    ul.nav.navbar-nav > li {
        font-size: 16px;
    }

    .content-page > .col-sm-3.second {
        right: 90px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 50px;
    }

    #content {
        background: none !important;
    }

    h1 {
        border-bottom: 1px solid #0375a5;
        padding-left: 15px;
        padding-bottom: 11px;
        margin-left: -15px;
    }

    h2 {
        font-weight: 100;
        font-size: 1em;
    }

    .lead {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.5em;
    }

    .buttons-container a > div {
        margin-bottom: 7px;
    }
}

.iframeCoverMobile {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    z-index: -1;
    border: none;
}
/* needed for an iframe or embedded pdf in Internet Exploder */

.mp-menu-container {
    position: relative;
    top: 43px;
    background: #34495e;
    z-index: 100000;
}

.mp-pusher {
    position: relative;
    left: 0;
    height: 100%;
}

.mp-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    visibility: hidden;
    width: 300px;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mp-pushed .mp-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mp-menu::after {
    display: none;
}

.mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #336ca6;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

    .mp-pusher::after,
    .mp-level::after,
    .mp-level::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        content: '';
        opacity: 0;
    }

    .mp-pusher::after,
    .mp-level::after {
        background: rgba(0,0,0,0.3);
        -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
        -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
        transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    }

    .mp-level::after {
        z-index: -1;
    }

    .mp-level.mp-level-overlay::after {
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .mp-level.mp-level-overlay {
        cursor: pointer;
        margin-left: 40px;
    }

        .mp-level.mp-level-overlay.mp-level::before {
            width: 100%;
            height: 100%;
            background: transparent;
            opacity: 1;
        }

.mp-pusher,
.mp-level {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(-15px, 0, 0);
    -moz-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0,0,0,0.4);
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 300;
    font-size: 2em;
}

.mp-menu.mp-overlap h2::before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    font-size: 75%;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
    transition: opacity 0.3s, transform 0.1s 0.3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.mp-menu ul li > a {
    display: block;
    padding: 0.7em 1em 0.7em 1.8em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 0.9em;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
}

.mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0,0,0,0.2);
    line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

    .mp-menu ul li a:hover,
    .mp-level > ul > li:first-child > a:hover {
        background: rgba(0,0,0,0.2);
        box-shadow: inset 0 -1px rgba(0,0,0,0);
    }

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
}

.mp-back {
    background: rgba(0,0,0,0.1);
    outline: none;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.9em;
    padding: 1em;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    text-decoration: none !important;
}

.close-level {
    text-align: right;
}

    .close-level a.mp-back {
        background: rgba(0,0,0,0);
    }

.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
    padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
    display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
    display: block;
}

@media only screen and (max-width: 321px) {
    .mp-menu-container {
        top: 87px;
    }
}

#content {
    background: none;
}

#my-carousel {
    display: none;
}

#myaccount {
    background: #445599;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 5px 5px -5px 5px;
}

    #myaccount h3 {
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 23px;
    }

    #myaccount label {
        float: left;
        width: 22%;
        font-size: 13px;
        margin-right: 5px;
    }

    #myaccount input {
        width: 100%;
    }

#loginSubLinks {
    color: #fff;
    padding: 5px;
    float: none;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

    #loginSubLinks a {
        color: #fff;
    }

.loginSubLinks {
    color: #fff;
    font-size: 12px;
}

    .loginSubLinks a {
        color: #fff;
    }

.btn-orange {
    background-color: rgb(201,94,11);
    color: #FFF;
}

.panel-transparent {
    background-color: transparent !important;
    opacity: 0.5;
}

ul.nav.navbar-nav .dropdown.open .dropdown-toggle { /* Color dropdown top element when an item in top toolbar is opened*/
    color: #FFF;
    background-color: #445599;
}


.equal {
    display: -webkit-flex;
    display: flex;
}

.nmgco_tile-box-image {
    width: 100%;
    align-content: center;
    text-align: center;
}

#smallBlueBox {
    background: #6e8bb0;
    color: #FFF;
    border-radius: 5px;
    padding: 5px;
    float: left;
    width: 30%;
    margin-left: 35%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

    #smallBlueBox span {
        line-height: 0;
    }

#myaccount #loginSubmit {
    /*position: absolute;*/
    /*margin-left: 40%;*/
    /*top: 15px;*/
    /*right: 5px;*/
    /*width: 75px;*/
    /*font-size: 16px;*/
    color: #FFF;
    border-radius: 5px;
    padding: 5px;
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

#loginForm > .row:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mid-links, .bot-links {
    margin-top: 10px;
}

    .mid-links > div, .bot-links .col-sm-6 {
        padding: 0 5px;
        margin-bottom: 5px;
    }

    .mid-links a, .bot-links a {
        color: #fff;
    }

    .mid-links p {
        font-size: 24px;
        text-transform: uppercase;
        text-align: left;
        line-height: 25px;
        font-weight: 700;
        margin-top: 10px;
    }

        .mid-links p span {
            font-size: 20px;
            display: inline-block;
            font-weight: 100;
            display: none;
        }

.pay-bill, .moving, .outages, .residential, .business, .nmgco-sidebar, .nmgco-sidebar-orange, .nmgco-bot-box {
    border-radius: 5px;
}

.pay-bill, .moving, .outages {
    padding: 15px;
}

.nmgco-sidebar, .nmgco-sidebar-orange {
    padding: 10px;
}

    .pay-bill:after, .moving:after, .outages:after, .nmgco-sidebar:after, .nmgco-sidebar-orange:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }

.pay-bill {
    background: rgba(230, 126, 35, 1.0);
}

    .pay-bill:hover {
        background: rgba(230, 126, 35, 0.8);
        transition: background 300ms ease-in-out 0s;
    }

.moving {
    background: #f38815;
}

    .moving:hover {
        background: #f1a442;
        transition: background 300ms ease-in-out 0s;
    }

.col-centered {
    float: none;
    margin: 0 auto;
}

.nmgco-bot-box {
    background: #445599;
    padding: 0px;
    /*white-space: nowrap;*/
    text-align: center;
}

    .nmgco-bot-box h3 {
        text-transform: uppercase;
        margin: 0px;
        font-size: 20px;
        color: #FFF;
        font-weight: 700;
        text-align: center;
        margin-top: 0px;
    }

    .nmgco-bot-box:hover {
        background: #7175a2;
        transition: background 300ms ease-in-out 0s;
    }

    .nmgco-bot-box a:hover a:active a:visited {
        text-decoration: none;
    }

    .nmgco-bot-box img {
        float: none;
    }

    .nmgco-bot-box p {
        padding: 10px;
        text-transform: none;
        font-size: 75%;
        font-weight: 100;
        text-decoration: none;
    }

/*.bot-links .col-sm-6 > div > .col-sm-4 a:hover {*/
.outages {
    background: rgba(230, 126, 35, 1.0);
}

    .outages:hover {
        background: rgba(230, 126, 35, 0.8);
        transition: background 300ms ease-in-out 0s;
    }

.nmgco-sidebar {
    border-bottom: thick solid rgba(68,85,153,1);
}

.nmgco-sidebar-orange {
    border-bottom: thick solid rgba(230, 126, 35, 0.8);
}

/*Separator bar stop divide sidebar panel content*/
.nmgco-sidebar, .nmgco-sidebar-orange {
    /*background: #C95E0B;*/
    color: rgba(0,0,0, .6);
}

    .nmgco-sidebar h1, .nmgco-sidebar-orange h1 {
        font-size: 22px;
        margin-top: 0px;
        font-weight: 600;
    }

    .nmgco-sidebar h2, .nmgco-sidebar-orange h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .nmgco-sidebar p, .nmgco-sidebar-orange p {
        font-size: 16px;
        text-transform: none;
        line-height: normal;
        font-weight: 600;
        margin-top: 5px;
    }

    .pay-bill div:first-child, .moving div:first-child, .outages div:first-child, .nmgco-sidebar div:first-child, .nmgco-sidebar-orange div:first-child, .nmgco-bot-box div:first-child {
        margin-right: 15px;
        float: left;
    }

    .pay-bill div:last-child, .moving div:last-child, .outages div:last-child, .nmgco-sidebar div:last-child, .nmgco-sidebar-orange div:last-child, .nmgco-bot-box div:last-child {
        max-width: 58%;
        float: left;
    }

.mid-links img {
    width: 45px;
    height: 45px;
}

.nav-tabs > li {
    width: 50%;
    padding: 0;
}


    .nav-tabs > li.business-tab > a,
    .nav-tabs > li.business-tab > a:focus,
    .nav-tabs > li.business-tab > a:hover {
        background: #445599;
        color: #fff;
        margin-left: 2px;
        margin-right: 5px;
        font-weight: bold;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .nav-tabs > li.residential-tab > a,
    .nav-tabs > li.residential-tab > a:focus,
    .nav-tabs > li.residential-tab > a:hover {
        background: #445599;
        color: #fff;
        margin-left: 5px;
        margin-right: 2px;
        font-weight: bold;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.tab-tab {
    background: #445599;
}

.bot-links .col-sm-6 > div {
    background: #445599;
    border-radius: 5px;
    padding: 11px;
}

.business-tab .col-sm-6 .col-sm-12 {
    background: #445599;
}

.bot-links .tab-pane.residential-tab {
    background: #445599;
    padding: 10px;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: -10px;
}

.bot-links .tab-pane.business-tab {
    background: #445599;
    padding: 10px;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: -10px;
}

.bot-links .col-sm-6:nth-child(2) .tab-pane {
    background: #445599;
}

.bot-links h3 {
    text-transform: uppercase;
    margin: 5px;
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
}

.margin-top-negative-10-px {
    margin-top: -10px;
}

.margin-bottom-negative-10-px {
    margin-bottom: -10px;
}

/*MEDIA 200 PX - REALLY SMALL SCREENS*/
@media (min-width: 200px) {

    #my-carousel {
        display: block;
    }

    .carousel-control {
        background: none !important;
        top: 90%;
        height: 35px;
        width: 3%;
        z-index: 99;
    }

        .carousel-control.left {
            left: 45%;
        }

        .carousel-control.right {
            right: 45%;
        }

    .carousel-caption {
        background: none;
        padding-left: 115px;
        padding-bottom: 40px;
        font-size: 31px;
        text-align: center;
        bottom: 25px;
        right: 5%;
        left: 16%;
    }

        .carousel-caption > * {
            margin-left: 30px;
        }

        .carousel-caption a {
            display: block;
        }

        .carousel-caption p {
            line-height: 50px;
        }

        .carousel-caption span {
            font-size: 40px;
            text-transform: uppercase;
            display: block;
            margin-left: 25px;
        }

    .carousel-link {
        width: 275px;
        border-radius: 5px;
        font-size: 17px;
    }

        .carousel-link p {
            line-height: 28px;
            padding: 7px;
            text-align: left;
            color: #fff;
            margin-bottom: 0;
            margin-left: -10px;
            font-size: 15px;
        }

    .item {
        height: 400px;
    }

        .item > img {
            position: absolute;
            bottom: -20px;
        }

}

/*MEDIA 768 PX - OLD DESKTOP SCREENS*/
@media (min-width: 768px) {

    #extra-navbar-collapse-1 {
        padding-left: 0;
        padding-right: 0;
    }

    #myaccount {
        position: absolute;
        background: rgba(0, 0, 0, .4);
        color: rgba(0,0,0, .8);
        top: 0;
        margin-top: 0px; /* changed from 15px to 0 to move to top of page*/
        margin-left: 0px; /* changed from 15px to 0*/
        width: 100%;
        z-index: 99;
    }

        #myaccount h3 {
            text-align: center;
        }

        #myaccount label {
            font-size: 15px;
            display: block;
            float: none;
            width: 100%;
        }

        #myaccount input {
            float: left;
            width: 100%;
        }

        #myaccount #loginSubmit {
            /*position: static;*/
            width: 100%;
            /*margin-top: 10px;*/
            color: #FFF;
            border-radius: 5px;
            padding: 5px;
            float: left;
            width: 30%;
            margin-left: 35%;
            margin-top: 10px;
            text-align: center;
            font-size: 16px;
            line-height: 20px;
        }

    #loginSubLinks {
        color: #fff;
        padding: 5px;
        float: none;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
    }

        #loginSubLinks a {
            color: #fff;
        }

    #smallBlueBox {
        background: #445599;
        color: #FFF;
        border-radius: 5px;
        padding: 5px;
        float: left;
        width: 30%;
        margin-left: 35%;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

        #smallBlueBox a {
            /*width: 90%;*/
            margin-bottom: 5px;
        }

    .nmgco-tile-box-4-left {
        border-right: thick solid #C95E0B;
        height: 100%;
    }

    .nmgco-tile-box-4-middle-1 {
        border-right: none;
        height: 100%;
    }

    .nmgco-tile-box-4-middle-2 {
        border-right: thick solid #C95E0B;
        height: 100%;
    }

    .nmgco-tile-box-4-right {
        border-right: none;
        height: 100%;
    }

    #my-carousel {
        display: block;
    }

    .carousel-control {
        background: none !important;
        top: 90%;
        height: 35px;
        width: 3%;
        z-index: 99;
    }

        .carousel-control.left {
            left: 45%;
        }

        .carousel-control.right {
            right: 45%;
        }

    .carousel-caption {
        background: none;
        padding-left: 215px;
        padding-bottom: 40px;
        font-size: 41px;
        text-align: left;
        bottom: 25px;
        right: 5%;
        left: 16%;
    }

        .carousel-caption > * {
            margin-left: 30px;
        }

        .carousel-caption a {
            display: block;
        }

        .carousel-caption p {
            line-height: 50px;
        }

        .carousel-caption span {
            font-size: 50px;
            text-transform: uppercase;
            display: block;
            margin-left: 85px;
        }

    .carousel-link {
        width: 475px;
        border-radius: 5px;
        font-size: 17px;
    }

        .carousel-link p {
            line-height: 28px;
            padding: 7px;
            text-align: left;
            color: #fff;
            margin-bottom: 0;
            margin-left: -10px;
            font-size: 20px;
        }

    .item {
        height: 400px;
    }

        .item > img {
            position: absolute;
            bottom: -20px;
        }

    .mid-links > div:first-child, .bot-links :first-child .col-sm-6 {
        padding-left: 0;
    }

    .mid-links > :last-child, .bot-links > :last-child > :last-child .col-sm-6 {
        padding-right: 0;
    }

    .mid-links > div, .bot-links .col-sm-6 {
        padding: 0 5px;
        margin-bottom: 0;
    }

    .mid-links img {
        width: 97px;
        height: 97px;
    }

    .mid-links p span {
        display: block;
    }

    .bot-links a {
        line-height: 36px;
    }

    .bot-links h3 img {
        margin-right: 10px;
    }

    .bot-links .list-unstyled {
        font-size: 18px;
    }

    .bot-links .col-sm-6 > div > .col-sm-4 {
        position: absolute;
        right: 15px;
        bottom: 15px;
        border: solid 1px #FFF;
        border-radius: 5px;
        padding: 0;
        background: rgba(255, 255, 255, 0.2);
        font-size: 23px;
        line-height: 25px;
        color: #FFF;
    }

        .bot-links .col-sm-6 > div > .col-sm-4:hover {
            background: rgba(255, 255, 255, 0);
            -webkit-transition: all 500ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        .bot-links .col-sm-6 > div > .col-sm-4 a {
            display: block;
            padding: 10px;
        }

            .bot-links .col-sm-6 > div > .col-sm-4 a:hover {
                text-decoration: none;
                border-bottom: none !important;
            }
}

/*MEDIA 992 PX MODERN DESKTOP SCREENS*/
@media (min-width: 992px) {
    #myaccount {
        width: 100%; /*width of login box*/
        background: rgba(0, 0, 0, .4);
        margin-left: 0px;
        /*background:rgba(230, 126, 35, 0.6) ;*/
    }

        #myaccount input {
            width: 90%;
        }

        #myaccount label {
            float: left;
            width: 22%;
            font-size: 13px;
            margin-right: 5px;
        }

        #myaccount #loginSubmit {
            /*position: absolute;*/
            /*background: rgba(230, 126, 35, 1.0);*/
            color: #FFF;
            border-radius: 5px;
            padding: 5px;
            float: left;
            width: 30%;
            margin-left: 35%;
            margin-top: 10px;
            text-align: center;
            font-size: 16px;
            line-height: 20px;
        }


    #smallBlueBox a {
        /*width: 45%;*/
        margin-bottom: 0;
    }

    .nmgco-tile-box-4-left {
        border-right: thick solid #C95E0B;
        height: 100%;
    }

    .nmgco-tile-box-4-middle-1 {
        border-right: thick solid #C95E0B;
        height: 100%;
    }

    .nmgco-tile-box-4-middle-2 {
        border-right: thick solid #C95E0B;
        height: 100%;
    }

    .nmgco-tile-box-4-right {
        border-right: none;
        height: 100%;
    }

    .carousel-caption {
        background: none;
        padding-left: 215px;
        padding-bottom: 50px;
        font-size: 41px;
        text-align: left;
        bottom: 45px;
        right: 5%;
        left: 16%;
    }

    .carousel-control {
        left: 445px;
    }

    /*.carousel-caption {
        left: 17%;
    }*/

    .carousel-caption span {
        margin-left: 120px;
    }

    .bot-links .list-unstyled {
        margin-left: 45px;
    }

    .bot-links .col-sm-6:nth-child(2) .list-unstyled {
        margin-left: 35px;
    }
}

/*MEDIA 1200 PX - HI-END DESKTOP SCREENS*/
@media (min-width: 1200px) {
    .carousel-caption {
        /*padding-left: 265px;*/
        display: block;
    }

    .bot-links .list-unstyled {
        margin-left: 60px;
    }

    .bot-links .col-sm-6:nth-child(2) .list-unstyled {
        margin-left: 50px;
    }
}

@import url("contentSimple.css");

#main {
    padding-top: 43px !important;
    margin-top: -43px;
}

H1 {
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
}

h2 {
    font-weight: 300 !important;
    text-transform: uppercase;
}

.linkbox {
    background-color: rgba(250, 250, 250, .6);
    text-align: center;
    padding: 0px !important;
    margin-top: 85px;
}

    .linkbox a:hover {
        background-color: rgba(247, 178, 80, .6);
        -webkit-transition: background .5s ease-in-out;
        -moz-transition: background .5s ease-in-out;
        -ms-transition: background .5s ease-in-out;
        -o-transition: background .5s ease-in-out;
        transition: background .5s ease-in-out;
        text-decoration: none;
        border: none;
    }

    .linkbox a:link {
        text-align: center;
        display: block;
    }



header.navbar {
    position: relative;
    background-color: transparent;
}

    header.navbar .navbar-inner, ul#navtabs li a, ul#navtabs li span {
        -webkit-transition: all 750ms ease-in-out;
        -moz-transition: all 750ms ease-in-out;
        -ms-transition: all 750ms ease-in-out;
        -o-transition: all 750ms ease-in-out;
        transition: all 750ms ease-in-out;
    }

        header.navbar .navbar-inner.menu-important, .menu-important, .clicked-menu-important {
            background: rgba(0, 113, 178, .5) !important;
        }

.transparent-child {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

#main {
    padding-top: 43px !important;
    margin-top: -43px;
}

    #main > .row > h1 {
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        font-size: 40px;
        margin-top: 5px;
    }


.bottom-page-navigation {
    padding: 0 !important;
    margin: 15px 0px !important;
    background-color: #be5300;
}

.submenubutton:first-child {
    margin-left: 0;
}

.submenubutton {
    display: table;
    height: 50px;
    text-align: center !important;
    vertical-align: middle;
    padding: 0px !important;
    margin-left: 10px;
    float: left;
    text-transform: uppercase;
}

    .submenubutton a {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .submenubutton a:hover {
            background-color: #c97f0b;
            text-decoration: none;
        }

        .submenubutton a:link, .submenubutton a:visited {
            display: table-cell;
            vertical-align: middle;
            font-weight: 500;
            font-size: 16px;
            color: #fff;
            padding: 5px 13px;
            line-height: 20px;
            min-height: 25px;
            font-family: "futura-pt",helvetica,arial,sans-serif;
        }

    .submenubutton img {
        margin-bottom: 13px;
    }

    .submenubutton span {
        display: block;
    }

.sidetext {
    text-align: center !important;
    margin-top: 100px;
}

.dropshadow {
    -webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.75);
    margin: 10px !important;
    padding: 20px !important;
    background-color: rgba(255, 255, 255, .9);
}

    .dropshadow li {
        line-height: 1.54286em;
    }

    .dropshadow form div {
        padding: 0.2em !important;
    }

    .dropshadow form p.capitalized {
        padding-bottom: 0 !important;
        margin-top: 12px;
    }

fieldset .capitalized {
    margin-top: 0 !important;
}

.dropshadow-sidebar p {
    line-height: 24px !important;
    font-size: 20px !important;
    font-style: italic;
    font-weight: 500;
    color: #FFF;
}

#content-page .dropshadow-sidebar {
    margin-top: 320px;
    padding: 10px !important;
}

.dropshadow-sidebar img {
    margin-left: 15%;
    margin-bottom: 15px;
    border: solid 4px #FFF;
    border-radius: 10px;
}

#content .dropshadow-sidebar p {
    line-height: 17px;
}

.dropshow p.name {
    font-size: 14px;
    text-align: center;
}

.current a {
    background-color: #652d02;
}

.span4 img, .span3 img {
    position: relative;
    top: -100px;
}

.timeline {
    position: relative;
    overflow: hidden;
}

    .timeline:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 3px;
        background: #000;
        left: 0;
    }

    .timeline .start {
        margin: 0 auto 1em;
        text-align: left;
        position: relative;
        clear: both;
        border: solid 1px;
        border-radius: 0 !important;
        background: url(../graphics/HohokamBG.jpg) top center no-repeat;
        padding: 30px;
        line-height: 23px;
    }

    .timeline ul {
        list-style: none;
        padding: 0;
        z-index: 1;
    }

#content .timeline ul {
    margin-left: 0;
}

#content .timeline li {
    background: #FFF;
    padding: 5px;
    margin-bottom: 1em;
    position: relative;
    border: solid 1px;
    font-size: 1em;
}

    #content .timeline li:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }

li img.img-responsive {
    width: 60%;
    padding-bottom: 25px;
    float: left;
}

#content li p {
    line-height: 23px;
}

    #content li p.read-more {
        display: none;
        clear: right;
    }

#content li img ~ p {
    width: 47%;
    float: right;
    line-height: 18px;
}

.timeline li:before {
    content: '';
    width: 16px;
    height: 0;
    border-top: 3px solid #000;
    position: absolute;
    left: -17px;
    top: 25px;
}

#content .timeline h4 {
    margin-top: 0;
    text-align: center;
    color: #42210b;
    font-size: 27px;
}


.timeline ul div {
    position: absolute;
    bottom: 5px;
    left: 15px;
    padding: 0 !important;
    line-height: 25px !important;
}


@media screen and (min-width: 40em) {
    .container {
        margin: 0 auto;
    }

    .timeline:before {
        left: 49.75%;
    }

    #content .timeline ul {
        margin-left: 33px;
    }

    .timeline ul {
        padding-left: 0;
        max-width: 700px;
        margin: 0 auto;
    }

    .timeline li {
        width: 50%;
    }

        .timeline li:nth-child(even) {
            float: right;
            margin-top: 1.5em;
        }

        .timeline li:nth-child(odd) {
            float: left;
        }

            .timeline li:nth-child(odd):before {
                border-top: 3px solid #000;
                right: -16px;
                left: auto;
            }

        .timeline li:nth-of-type(2n+1) {
            clear: both;
            left: -33px;
        }
}

@media (max-width:1060px) {
    .menu-bottom {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-top {
        width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:940px) {
    .span4 img, .span3 img {
        top: 0;
    }
}

@media (max-width:768px) {
    .span8.dropshadow, .span9.dropshadow {
        width: 100%;
    }
}

@media (max-width:767px) {
    li.current a {
        background: #5d931c;
        color: #000 !important;
    }

    #report-nav .navbar-inner .current a {
        color: #000 !important;
        text-shadow: none;
    }

    .dropshadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0 !important;
    }

    .submenubutton {
        float: none;
        width: 100%;
        margin: 0 0 5px 0;
    }

        .submenubutton span {
            display: inline-block;
        }

    #report-nav {
        height: 40px;
        position: relative;
        margin-bottom: 10px;
    }

        #report-nav .navbar-inner a {
            color: #FFF !important;
            border-bottom: none !important;
        }

    .navbar {
        margin-bottom: 10px;
    }

    .navbar-inner a.nav-brand {
        margin-top: 12px;
        display: inline-block;
        width: 100%;
    }

    a.nav-brand img {
        float: right;
        margin-top: -5px;
    }

    #report-nav ul {
        margin-left: 0;
        margin-right: 0;
    }

        #report-nav ul li {
            padding: 0;
        }

            #report-nav ul li a {
                padding: 10px;
                margin-bottom: 0;
            }

    li.current a {
        background: #FFF;
        color: #000 !important;
    }

    #report-nav .navbar-inner .current a {
        color: #000 !important;
        text-shadow: none;
        background-color: #FFF;
        border-radius: 4px;
    }

    .nav-collapse.new-collapse.navbar-responsive-collapse.in.collapse {
        padding-bottom: 0;
    }

    #main > .row > h1 {
        color: #0065A4;
        text-shadow: none;
        font-weight: 500;
    }
}
