﻿html {
    background-color: #666666;
    background-image: url('../../Content/Images/bg_image.png');
}

body {
    background-color: #666666;
    font: 13px/1.4 Arial, 'Liberation Sans', FreeSans, sans-serif;
    min-width: 320px;
}

blockquote {
    font: 13px/1.2 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-style: normal;
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: .9em;
        margin: 5px 0 0;
    }

img {
    border: 0;
}

footer {
    color: #9baab5;
    font-size: 9pt;
    padding: 10px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    color: #6988a8;
    font-family: "Droid Serif", serif;
    font-weight: normal;
    margin: .5em 0;
    line-height: 1.2em;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

p {
    margin: .4em 0 .8em 0;
}

.content-story > p {
    padding-bottom: 10px;
}

a,
a:visited {
    color: #273951;
    text-decoration: none;
}

    a:hover {
        color: #22505f;
    }

ol li,
ul li {
    margin: 10px 10px 10px 40px;
}

td, th {
    padding: .2em .4em;
}

header {
    /*background: url("/Content/images/logos/topshadow.png") repeat-x scroll 0 0 #fff;*/
    margin: -20px -30px 20px -30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    header:after {
        content: "";
        display: block;
        clear: both;
    }

.btn-login {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #007a4d;
    border-color: #ccc;
}

    .btn-login:hover,
    .btn-login:focus,
    .btn-login.active,
    .open > .dropdown-toggle.btn-login {
        color: #ffffff;
        background-color: #273951;
        border-color: #ccc;
    }

    .btn-login:visited {
        color: #ffffff;
    }

/*.btn-login {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #ff8c00;
    border-color: #ccc;
}

    .btn-login:hover,
    .btn-login:focus,
    .btn-login.active,
    .open > .dropdown-toggle.btn-login {
        color: #ffffff;
        background-color: #d2691e;
        border-color: #ccc;
    }

    .btn-login:visited {
        color: #ffffff;
    }*/

footer {
    font-size: 80%;
}

    footer a,
    footer a:visited {
        font-size: 11px;
        font-weight: normal;
    }

.header-note {
    display: inline-block;
    font-size: 8pt;
    color: #333;
    vertical-align: bottom;
    padding-bottom: 8px;
}

    .header-note:after {
        content: "Northwest";
    }

.story-details {
    font-size: 15px;
}

.content {
    padding: 10px 3px 5px 3px;
}

.content-panel {
    color: #333;
    line-height: 1.4em;
    margin-top: 32px;
    padding-right: 30px;
}

.content-story {
    margin-top: 30px;
    margin-bottom: 20px;
}

.content-header {
    border-bottom: solid 4px #cccccc;
    margin: 15px 0;
    width: 100%;
}

    .content-header h2 {
        color: #85807a;
    }

.content-subheader {
    font-size: 15px;
    font-weight: 600;
}

.hr {
    margin-top: 40px;
}

.footer-item li {
    display: inline-block;
    margin: 0;
}

.footer-item a:hover {
    color: #b2b2b2;
}

.footer-item li + li:before {
    color: #435664;
    content: "\00a0\00a0|\00a0\00a0";
}

.wrapper {
    /*background: url("/library/CorporateContent/images/backgrounds/treeshadows_int.png") no-repeat scroll 100% 100% #fff;*/
    background-color: #fff;
    border: solid 1px #000;
    margin: 20px auto;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 50px 5px;
}

.subheader {
    padding: 3px;
    background-color: #273951;
    box-shadow: 5px 5px 5px #666;
}

.subheader-inner-wrapper {
    margin: 3px;
    padding: 0;
    text-align: left;
    border: solid 1px #fff;
    background-color: #273951;
}

    .subheader-inner-wrapper > h1 {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        padding-left: 297px;
    }

.left-nav {
    margin-top: 40px;
}

    .left-nav ul {
        margin: 15px 0 0 20px;
    }

    .left-nav li {
        list-style-type: none;
        margin: 0;
        width: 224px;
    }

        .left-nav li.active {
            background: url(/Content/images/arrow-right-blue.png) 0 9px no-repeat;
        }

        .left-nav li a {
            border-top: solid 1px #ddd8c3;
            color: #333;
            display: block;
            font-size: 13px;
            padding: 6px 0;
            margin-left: 10px;
            width: 100%;
        }

            .left-nav li a:hover {
                background-color: #e9e9e9;
                cursor: pointer;
            }

.teaser {
    padding: 10px 0 5px 0;
}

    .teaser article + article:before {
        background-color: #cccccc;
        content: "";
        display: block;
        height: 1px;
        margin: 20px 0;
        padding: 0;
        width: 100%;
    }

    .teaser a:hover {
        text-decoration: none;
    }

.teaser-subheader {
    color: #333;
}

.teaser-link,
.teaser-nolink {
    padding: 3px;
}

    .teaser-link:hover {
        background-color: #f8f8f8;
    }

    .teaser-nolink:after {
        color: orange;
        content: "\003e\003e\003e\00a0 End of Message \00a0\003c\003c\003c"
    }

.teaser-body {
    color: #333;
    font-size: 13px;
    margin: 15px 0;
}

.print {
    background: url("/Content/images/print.gif") no-repeat;
    display: inline-block;
    font-size: 12px;
    padding-left: 18px;
    margin-top: 3px;
    vertical-align: top;
}

.print-button {
    font-size: 11px;
    font-weight: bold;
    padding: 1px 5px 0 5px;
}

.small {
    font-size: 80%;
}

#dmca ol {
    list-style-type: lower-alpha;
    margin-left: 20px;
}

#dmca p {
    margin-bottom: 1.2em;
}

.header-left {
    float: left;
    padding: 20px 0 0 30px;
}

#logoImage {
    width: 270px;
}

.header-right {
    float: right;
    padding: 20px 30px 0 0;
}

    .header-right .phoneLinks a {
        font-size: 16px;
        font-weight: 600;
    }

        .header-right .phoneLinks a:hover {
            text-decoration: none;
        }

#keyImageDiv {
    margin: 0;
    padding: 0;
}

#keyImage {
    background-color: #fff;
    display: block;
    height: 202px;
    margin: -65px 0 0 30px;
    padding: 7px;
    width: 224px;
    z-index: 1000;
}

#keyImageShadow {
    margin-left: 30px;
    padding: 0;
    width: 224px;
}

#submenu {
    padding: 0;
}

#socialmedia {
    margin: 5px;
    display: table-row;
}

#fbShare,
#twitter,
#linkedinShare {
    padding-right: 8px;
    display: table-cell;
    vertical-align: top;
}

/* end of twitter override ************************************************************************/

/* bootstrap override *****************************************************************************/
a:focus {
    outline: none;
    text-decoration: none;
}

.navbar-brand {
    display: none;
    font-family: "Droid Serif", serif;
}

#dmca {
    padding: 0;
}

#submenuNav {
    background-color: transparent;
    border: 0;
}

#menuNav {
    background-color: #6988a8;
    min-height: 20px;
    margin-top: 15px;
}

    #menuNav ul {
        width: 100%;
    }

    #menuNav li {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

        #menuNav li .dropdown-menu li {
            float: none;
        }

    #menuNav a {
        color: #fff;
        font-family: "Droid Serif", serif;
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0;
    }

        #menuNav a:hover {
            text-decoration: underline;
        }

    #menuNav .navbar-brand,
    #submenuNav .navbar-brand {
        color: #fff;
    }

    #menuNav .icon-bar,
    #submenuNav .icon-bar {
        background-color: #fff;
    }

    #menuNav .navbar-toggle,
    #submenuNav .navbar-toggle {
        border-color: #fff;
    }

#navLastChild {
    float: right;
}

/* end of bootstrap override **********************************************************************/

@media only screen and (min-width: 1200px) {
    .content-panel {
        padding-left: 30px;
    }

    /* for large width screen, maintain 5px margins for top nav links*/
    #menuNav li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 1199px) {
    .content-panel {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) {
    #phoneLink {
        display: none;
    }

    #contactsLink {
        display: block;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    header {
        margin-left: -30px;
        margin-right: -30px;
        border-radius: 0;
    }

    #menuNav .dropdown-menu a {
        padding-left: 60px;
    }

    #navLastChild {
        float: none;
    }

    .wrapper {
        margin: auto;
        padding: 15px;
        border-radius: 0;
        box-shadow: none;
    }

    .navbar-brand {
        display: inline;
    }

    .content-panel {
        padding: 0 15px;
    }

    .subheader h1 {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .left-nav {
        margin-top: 20px;
    }

        .left-nav ul {
            margin-left: 0;
            margin-top: 0;
        }

        .left-nav li {
            width: 100%;
        }

            .left-nav li a {
                border-top: solid 1px #e7e7e7;
                line-height: 20px;
                margin-left: 0;
                padding: 10px 10px 10px 30px;
            }

    #submenuNav {
        background-color: #6988a8;
        border: solid 1px #e7e7e7;
        margin: 0;
        overflow: hidden;
    }

        #submenuNav h3 {
            display: none;
        }

    #submenu {
        overflow: hidden;
    }

        #submenu ul {
            background-color: #6988a8;
        }

        #submenu li.active {
            background: none;
        }

    #menuNav ul {
        margin: 0;
        padding: 0;
    }

    #menuNav li {
        margin: 0;
        padding: 0;
    }

    #menuNav a:hover,
    #submenuNav a:hover {
        background-color: #9bafc5;
        cursor: pointer;
        text-decoration: none;
    }

    #menuNav a,
    #submenuNav a,
    #menuNav a:visited,
    #menuNav a:visited {
        color: #fff;
        border-top: solid 1px #e7e7e7;
        padding: 10px 10px 10px 30px;
    }

    #menu {
        padding: 0;
    }

    #keyImageDiv {
        display: none;
    }

    #phoneLink {
        display: block;
    }

    #contactsLink {
        display: none;
    }
}

@media only screen and (max-width: 370px) {
    .wrapper {
        padding: 15px 8px;
    }

    .footer-item li {
        display: block;
    }

        .footer-item li + li:before {
            content: "";
        }

    .header-note:after {
        content: "NW";
    }
}

@media print {
    .navbar,
    .left-nav,
    .footer-item,
    #socialmedia,
    #footerLinks {
        display: none;
    }

    .wrapper {
        border: 0;
        box-shadow: none;
    }

    .subheader {
        box-shadow: none;
    }

    .subheader-inner-wrapper > h1 {
        padding-left: 0;
    }

    .content-panel,
    .content-story,
    .hr {
        margin-bottom: 0;
        margin-top: 0;
    }

    .subheader-inner-wrapper > h1 {
        color: #273951;
    }

    #contactsLink {
        display: none;
    }

    /* bootstrap print override */
    a[href]:after {
        content: none;
    }

    [class*="-8"] {
        width: 100%;
    }
    /* end bootstrap print override */
}
