/* HEADER AND FOOTER - USED IN MULTIPLE PLACES ============================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);


/* GENERAL ====================================================*/
body {
        background: #f2f1eb;
        font-family: 'Roboto', sans-serif !important;
}

.region {
        float: left;
        position: relative;
}

.region.header,
.region.footer,
.region.above-footer {
        width: 100%;
}

.region.above-footer {
        background: #f2f1eb;
}

.region.header,
.region.footer {
        background: #026937;
}

p,
ul li,
.region.header h1,
.above-footer ul li a,
.footer .privacy ul li a,
.footer .college-contact h5 {
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

.green-block p,
.above-footer h5 {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

/* HEADER SPECIFIC ====================================================*/
.region.header {
        padding: 20px 0;
        margin-bottom: 40px;
}

.region.header {
        background: -moz-linear-gradient(top,  #026937 72%, #174535 100%);
        background: -webkit-linear-gradient(top,  #026937 72%,#174535 100%);
        background: linear-gradient(to bottom,  #026937 72%,#174535 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026937', endColorstr='#174535',GradientType=0 );
        height: 100px;
        top: 0;
}

.inner-wrapper {
        max-width: 1200px;
        margin: auto;
}

.wordmark {
        background: url("https://www.wright.edu/sites/all/modules/wsu_theme_companion/wsu_headerfooter/images/wordmark.png") no-repeat;
        height: 32px;
        max-width: 400px;
        border-bottom: 1px solid #fff;
        background-size: 100% auto;
}

.region.header a {
        display: block;
        color: #fff;
}

.region.header a:hover {
        text-decoration: none;
}

.region.header h1 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 100;
        font-size: 1.5em;
        margin-top: 7px;
        display: block;
}


/* FOOTER SPECIFIC ====================================================*/

.region.footer {
        background: #026937;
        padding-top: 25px;
}

.above-footer {
        max-width: 100%;
        padding: 15px 0;
        margin-top: 40px;
}

.above-footer ul {
        padding-left: 0;
}

.above-footer ul li {
        list-style: none;
        line-height: 1.5;
        margin-left: 0;
}

.above-footer ul li a {
        color: #2a2a2a;
}

.above-footer h5 {
        color: #0a6b4e;
        margin: 15px 0 2px 0 ;
        font-size: 13px;
}

.above-footer .map-link img {
        margin: 0 auto;
        display: block;
}

.footer:after {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 50px;
        background: #003f2a;
}

.footer .fa {
        color: #fff;
        font-size: 2.1em;
        padding: 5px;
}

.footer .social-media-links a {
        display: block;
        float: left;
}

.footer .privacy {
        background: #003f2a;
        margin-top: 25px;
        padding: 5px 0;
}

.footer .privacy ul li {
        float: left;
        margin: 0 auto;
        list-style: none;
        padding-left: 2.5%;
}

.footer .privacy ul li a {
        color: #fcefd8;
}

.footer .privacy span {
        font-weight: bold;
}

.footer .college-contact img {
        width: 150px;
        float: left;
        margin-right: 40px;
}

.footer .college-contact h5 {
        color: #fff;
        float: left;
        font-weight: 100;
        font-size: 1.1em;
        margin-top: 15px;
        line-height: 1.3;
}

.footer .social-media-links {
        padding-top: 15px;
}

.region .row {
        margin-right: 0;
        margin-left: 0;
}

.links.container {
        padding-left: 50px;
        padding-right: 50px;
}

.green-block {
        background: #026937;
        float: left;
        color: #fff;
        height: 95px;
        width: 85px;
        width: 48%;
        height: 50px;
        margin-top: 10px;
}

.green-block a,
.green-block a:hover  {
        color: #fff;
}

.green-block p {
        border: 1px solid transparent;
        text-transform: uppercase;
        text-align: center;
        font-size: .95em;
        padding: 7px;
        color: #fff;
}

.green-block p:hover {
    background: #f2f1eb;
    color: #026937;
    border-color: #026937;
    text-decoration: none;
    cursor: pointer;
}

.green-block.last {
        float: right;
}

@media screen and (max-width: 1200px) {
    .above-footer div[class*='col-md'] {
            float: left;
            width: 24%;
    }
    .above-footer div.col-md-5 {
            float: right;
    }

    .above-footer div.col-md-5 img {
            width: 100%;
            margin-bottom: 10px;
    }
    .green-block {
            float: none;
            width: 100%;
            height: auto;
            margin: 0;
            clear: both;
            margin-top: 10px;
    }
    .green-block br {
            display: none;
    }
    .green-block p {
            margin: 0;
            padding: 10px 0;
    }

    .footer .privacy .col-md-6 {
            width: 60%;
    }
    .footer .fa {
            font-size: 2em;
    }
    .footer .social-media-links {
            float: right;
            padding: 10px 0 0 0;
    }
    .footer .college-contact img {
            float: left;
            width: 120px;
            margin-right: 20px;
    }
    .footer .college-contact h5 {
            margin-top: 10px;
    }
}

@media screen and (max-width: 992px)  {
    .green-block br {
            display: block;
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    .footer .privacy .col-md-6 {
            width: 70%;
            margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .above-footer div[class*='col-md'] {
            width: 100%;
            float: none;
    }
    .above-footer div.col-md-5 {
            max-width: 280px;
    }
    .green-block {
            float: left;
            width: 48%;
            margin-top: 5px;
            clear: none;
            padding: 5px;
    }

    .green-block ~ .green-block {
            float: right;
    }
    .footer .privacy {
            margin-top: 15px;
    }
    .footer .privacy ul {
            float: none;
            margin: 0 auto;
            padding: 0;
            display: block;
            width: 60%;
            line-height: 2;
            text-align: center;
    }
    .footer .privacy ul li {
            float: none;
            padding-left: 0;
    }
    .footer .college-contact .col-md-5 {
            margin: 10px;
            overflow: hidden;
    }
    .footer .college-contact img {
            margin: 0 auto;
            float: none;
            width: 100%;
            max-width: 100%;
            padding: 0 20%;
    }
    .footer .privacy .col-md-6 {
            width: 100%;
    }
    .footer .college-contact h5 {
            float: none;
            clear: left;
            text-align: center;
            padding-top: 15px;
            font-size: 1.25em;
    }
    .footer .social-media-links {
            float: none;
    }
    .footer .social-media-links a {
            width: calc(100% / 8);
    }
}
