/* PORTAL - USED IN MULTIPLE PLACES ==============================================================*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);
body {
    background: #f2f1eb !important;
}

.bodyDiv {
    box-shadow: none;
}

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

#wsu-header img {
    border-bottom: 1px solid #fff !important;
    padding: 10px 0 5px 0 !important;
    left: 0;
}

#wsu-logo::after {
    content: 'Admissions';
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    float: left;
    margin-top: 30px;
    font-size: 1.3em;
    font-weight: 100;
    top: 5px;
    letter-spacing: .03em;
    position: relative;
}

#wsu-header .nav>li>a:focus, 
#wsu-header .nav>li>a:hover {
    background-color: none;
    text-decoration: underline;
}

span[id='j_id0:j_id49'] {
    display: none;
}

ul#tabBar > li:first-child {
    margin-left: 0;
}
.sidebarFrame {
    border-radius: 5px;
    overflow: hidden;
}

body #AppBodyHeader:not(.bPageHeader) {
    margin-top: -54px;
    border-top: 1px solid #939393;
    padding: 10px 0 5px 0;
}

body #AppBodyHeader:not(.bPageHeader) div[role='navigation'],
body #AppBodyHeader:not(.bPageHeader) div[role='navigation'] > ul {
    float: left;
    width: 100%;
}

body #AppBodyHeader .ActiveClass {
    box-shadow: none;
    height: auto;
}

body #AppBodyHeader li a {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e4dec7;
  padding: 0;
  line-height: .7;
}

.sidebarFrame div.sidebarModuleHeader {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #026937;
  border-left: none;
  padding: .25em .5em;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.sidebarFrame div.sidebarModuleBody {
    border-left: none;
    border-bottom: none;
}

.sidebarModuleBody.midTopH {
    min-height: 0;
    padding-top: 0;
    background: transparent;
}

.sidebarFrame .sidebarModuleBody.midTopH > iframe {
    width: 100%;
    min-height: 500px;
    max-width: 800px;
    border-radius: 10px;
    height: 100%;
}

body .sidebarModuleBody {
    font-size: 1.07em;
    line-height: 1.6;
    padding: 10px;
    min-height: 300px;
}

body .button {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  clear: both;
  float: none;
  display: block;
  text-align: center;
  width: 80%;
  margin: 14px auto;
  background: #026937;
  border: none;
  padding: 8px;
  border-radius: 4px;
  font-weight: 900;
  font-size: .9em;
  text-transform: uppercase;
}

body a.button:hover {
    background: #f2f1eb;
    color: #026937;
    border-color: #026937;
    text-decoration: none;
}

.footer {
    height: auto !important;
    margin-top: 40px;
}

div.alert-success {
    background-color: #fafafa !important;
}

body .pbBody a,
div.alert-success > a:focus,
div.alert-success > a:active,
div.alert-success > a:hover,
div.alert-success > a {
    color: #026937;
    font-weight: bold;
}

div[class=''] a {
    color: #C51110;
    font-weight: bold;
}

/* == @INQUIRY ============================================================== */
 ul.application-status {
    list-style: none;
 }

ul.application-status li {
    display: block;
    margin: 20px 10px;
    font-weight: bold;
    color: #026937;
}

ul.application-status li:first-child {
    margin-top: 0;
}

ul.application-status li {
    display: block;
}

ul.application-status li:before {
    font-weight: normal;
    font-family: 'FontAwesome';
    font-size: 2em;
    margin-right: 20px;
    /*border: 1px solid #026937;
    border-radius: 100%;*/
}

ul.application-status li.active {
 color: #CEA052;
}

ul.application-status li.inquiry:before { content: '\f007'; }
ul.application-status li.started:before { content: '\f0f6'; }
ul.application-status li.submitted:before { content: '\f090'; }
ul.application-status li.complete:before { content: '\f00c'; }

/* == NEED-HELP BLOCK ======================================================== */
.need-help {
    margin-top: 10px;
}

.need-help ul li  {
    margin-left: 1.5em;
    text-align: left;
}

.need-help h3.block__title {
    display: block;
    margin-bottom: 15px;
}

/* == @REQUIRED ============================================================== */
.required-documents .sidebarModuleBody table .alert-success div:last-child {
    display: none;
}

.required-documents .sidebarModuleBody table td.tableCol {
  line-height: 1.75;
}

/* == @MYPROFILE ============================================================ */
html body .brandTertiaryBgr.pbSubheader {
    background-color: #F8F8F8!important;
    background: none;
    background-image: none;
    border-top: none;
}

html body .brandTertiaryBgr.pbSubheader h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #026937;
    border-bottom: 1px solid;
    font-size: 24px;
}

html body .checkListComponents:hover {
    background-color: #f2f1eb;
    color: #026937 !important;
}

@media screen and (max-width: 992px)  {
    .col-md-4.col-xs-12 > .sidebarFrame:first-child  {
        margin-top: 20px;
    }
    .navbar.hidden-lg {
        background: transparent;
        border: none;
        margin-top: -70px;
    }
    .navbar-default .navbar-toggle {
        border: 2px solid #fff;
        padding: 7px 8px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }
    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover {
        background-color: #093E2D !important;
    }
    body .sidebarModuleBody {
        min-height: none;
    }
}

@media screen and (max-width: 768px) {
    .navbar-collapse.collapse {
        border-top: none;
        background: #026937;
        color: #fff;
    }
    .navbar-collapse.collapse li a {
        color: #fff !important;
    }
    .navbar-collapse.collapse li {
        border-top: 1px solid #aaa;
        outline: 1px solid #444;
        margin-left: 0;
    }
    .navbar-collapse.collapse li:first-child {
        border-top: none;
        outline: none;
    }
    .navbar-collapse.collapse li:last-child {
        outline: none;
    }
}


/* == @FOOTER =================================================== */
.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 {
        width: 100%;
}

.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 {
        font-family: 'Roboto', sans-serif;
        color: #fff;
        float: left;
        font-weight: normal;
        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;
        clear: none;
}

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

.green-block p {
        text-transform: uppercase;
        text-align: center;
        margin-top: 8px;
        font-size: .95em;
        padding: 0 5px;
        color: #fff;
}

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

.green-block p:hover {
        text-decoration: underline;
}


@media screen and (max-width: 1200px) {
    .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-bottom: 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 (min-width: 768px) {
    .above-footer div[class*='col-md'] {
            float: left;
            width: 24%;
    }
}

@media screen and (max-width: 767px) {
    .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 {
            font-family: 'Roboto', sans-serif;
            text-align: center;
            padding-top: 15px;
            font-size: 1.25em;
            width: 100%;
            font-weight: normal;
    }
    .footer .social-media-links {
            float: none;
    }
    .footer .social-media-links a {
            width: calc(100% / 8);
    }
}

/*IE ==========================================================*/
.lte8 .above-footer .col-md-5,
.lte8 .above-footer .col-md-3,
.lte8 .above-footer .col-md-2 {
        width: 250px;
        float: left;
        padding-left: 3px;
        padding-right: 3px;
}









