.mastheadInnerWrap {
background-image: url(img/headerback.png);
}

.eapheader h2 {
background: #44697D;
color: #fff;
text-align: right;
font-style: italic;
border-bottom: none;
margin: 0;
}

.content .row {
margin-bottom: 0.5rem;
}

.content .columns h4 {
font-weight: 600;
}
/* EAP top bar */

.eap-top-bar {
max-width: 100% !important;
}

.eap-top-bar,
.eap-top-bar ul li,
.eap-top-bar-section li:not(.has-form) a:not(.button),
.eap-top-bar-section .dropdown li:not(.has-form):not(.active) a:not(.button) {
background-color: white !important;
color: dimgrey !important;
font-size: 1rem !important;
margin: 0px !important;
}

.eap-top-bar-section .dropdown { 
    border: 1px solid dimgrey !important; 
}

.eap-top-bar-section ul,
.eap-top-bar-section li:not(.has-form) a:not(.button):hover,
.eap-top-bar-section li:hover:not(.has-form)>a,
.eap-top-bar-section .dropdown li:hover:not(.has-form):not(.active)>a:not(.button) {
background-color: white !important;
color: black !important;
text-decoration: underline !important;
font-size: 1rem !important;
}

.expanded .eap-top-bar-section ul {
display: block !important;
}

.eap-divider {
height: 1rem !important;
border-left: 1px solid dimgrey;
transform: translateY(60%);
}

@media only screen and (min-width: 640px) {
.eap-top-bar-section ul {
    display: inline-block !important;
}
.eap-top-bar {
    height: auto !important;
}
}

.inactive-link {
pointer-events: none;
cursor: default;
padding-left: 0px;
padding-right: 0px;
}
/* end EAP top bar */

.columns .archive,
.small-block-grid-1 .archive {
font-size: 1rem !important;
color: black !important;
    
}

.eap-faculty-link {
background-color: #B6BF00;
text-align: center;
font-size: 1rem;
text-decoration: underline;
height: 2rem;
vertical-align: middle;
}

.eap-faculty-link a {
font-weight: bold;
color: #4D4F53 !important;
}

.eap-employee-link {
background-color: lightgrey;
text-align: center;
font-size: 1rem;
text-decoration: underline;
height: 2rem;
vertical-align: middle;
}

.eap-icon {
height: 100px;
width: 100px !important;
}

.eap-bullet {
height: 30px;
}

.eap-staff {
border-radius: 50% !important;
}
/* EAP Orbit image slider */

.large-image img {
width: 100%;
height: auto;
z-index: -1;
}

.orbit-container .orbit-slides-container>* .orbit-caption {
background-color: rgba(68, 105, 125, 0.8);
color: white;
width: 100%;
z-index: 1 !important;
margin: 0;
padding: 0;
}


.slider-image {
right: 0;
vertical-align: baseline;
}

.slider-text,
.slider-text a {
padding-left: 2rem;
font-size: .75rem;
vertical-align: bottom !important;
}

.eap-page-title {
position: absolute;
top: 2%;
z-index: 1;
background-color: rgba(77, 79, 83, 1);
color: white;
text-shadow: 2px 2px #000;
}

.eap-orbit-container {
position: relative;
}

.eap-problems {
position: absolute;
top: 5%;
right: 10%;
z-index: 1;
}

.eap-problems ul li {
color: white;
font-size: .7rem !important;
}

.eap-problems ul {
list-style: none;
}

@media only screen and (max-width:420px) {
.eap-problems ul li {
    display: none;
}
}

@media only screen and (min-width:580px) {
        .eap-page-title {
        position: absolute;
        top: 2%;
        z-index: 1;
        background-color: rgba(77, 79, 83, 1);
        padding: 10px;
        font-size: 1.5rem;
        color: white;
        text-shadow: 2px 2px #000;
    }
.eap-problems ul li {
    font-size: .75rem !important;
    padding-bottom: .5rem;
}
.slider-text {
    padding-left: 2rem;
    font-size: 1rem;
    vertical-align: bottom !important;
}
.eap-events {
    padding-left: 20px;
}
}

@media only screen and (min-width:900px) {
.eap-problems ul li {
    font-size: 1.25rem !important;
    padding-bottom: .5rem;
}
.slider-text {
    padding-left: 2rem;
    font-size: 1.5rem;
    vertical-align: bottom !important;
}
}
/* end EAP Orbit image slider */

.eap-subhead {
font-size: 1.5rem;
border-bottom: thick solid #BD4F19;
margin-bottom: 10px;
color: black;
}

.eap-callout:hover {
border: 1px dotted grey;
}

.eap-callout {
border: 1px dotted white;
}

.eap-table {
width: 100%
}

.eap-table thead th {
background-color: #44697D;
text-align: center;
color: white
}

.eap-table tr {
background-color: #BAC7C3;
}
/*Landing page alternative 1*/

.eap-landing-page {
background-image: url("../img/barley-field.jpg");
background-repeat: no-repeat;
height: 700px;
}

.eap-landing-intro {
/*background: rgba(65, 45, 93, .8);*/
position: relative;
top: 10%;
color: black;
text-align: justify;
font-weight: bold;
}

.eap-landing-choices {
position: relative;
top: 25%;
}

.eap-landing-choices .columns {
line-height: 7rem;
display: inline-block;
vertical-align: middle;
font-size: 3rem;
color: white;
border: 4px solid #412D5D;
border-radius: 25px;
background: rgba(65, 45, 93, .7);
text-shadow: 2px 2px #000;
transition-timing-function: ease;
transition: 0.5s;
}

.eap-landing-choices .columns:hover {
color: #B6BF00;
border: 4px solid #8991C8;
border-radius: 25px;
background: rgba(65, 45, 93, 1);
transform: scale(1.2, 1.2);
transition-timing-function: ease;
transition: 0.5s;
}

.eap-landing-choices .columns a {
color: #B6BF00 !important;
text-decoration: none !important;
}
/*Landing page 2*/

.eap-landing-page2 {
background-image: url("../img/med-center-hero.jpg");
background-repeat: no-repeat;
height: 700px;
}

.eap-landing-intro2 {
position: relative;
top: 2%;
color: black;
text-align: justify;
/*font-size: 1rem;*/
}

.eap-landing-choices2 {
position: relative;
top: 5%;
}

.eap-landing-choices2 .faculty-choice {
background-color: white;
line-height: 5rem;
display: inline-block;
vertical-align: middle;
font-size: 2.5rem;
color: black;
font-weight: bold;
text-align: right;
padding-right: 2.5rem;
transition-timing-function: ease;
transition: 0.5s;
}

.eap-landing-choices2 .employee-choice {
background-color: white;
line-height: 5rem;
vertical-align: middle;
font-size: 2.5rem;
text-align: right;
color: black;
font-weight: bold;
transition-timing-function: ease;
transition: 0.5s;
}

.eap-landing-choices2 .columns:hover {
color: #412D5D;
transform: scale(1.2, 1.2);
transition-timing-function: ease;
transition: 0.5s;
}

.eap-landing-choices .columns a {
color: #B6BF00 !important;
text-decoration: none !important;
}

@media only screen and (min-width:500px) {
/*.eap-landing-intro2 {
font-size: 1.5rem;
}*/
.eap-landing-choices2 {
    position: relative;
    top: 20%;
}
.eap-landing-choices2 .faculty-choice {
    line-height: 11rem;
    font-size: 2rem;
    background-color: transparent;
    background-image: url("../img/landing2-faculty.png");
    background-repeat: no-repeat;
}
.eap-landing-choices2 .employee-choice {
    background-color: transparent;
    line-height: 11rem;
    font-size: 2rem;
    display: inline-block;
    background-image: url("../img/landing2-employee.png");
    background-repeat: no-repeat;
}
}

@media only screen and (min-width:1000px) {
.eap-landing-choices2 .faculty-choice,
.eap-landing-choices2 .employee-choice {
    font-size: 2.5rem;
}
/*Landing page 3*/
.eap-landing-page3 {
    background-color: #44697D;
}
.eap-landing-intro3 {
    color: white;
    text-align: justify;
}
.eap-landing-info {
    color: white;
    text-align: justify;
    padding: 20px;
}
@media only screen and (min-width:500px) {
    .eap-landing-intro3 {
        font-size: 1.25rem;
    }
    .eap-landing-info {
        padding: 50px;
        font-size: 1.25rem;
    }
}
.eap-landing-choices3 {
    position: relative;
    top: 5%;
}
.faculty-box {
    background-color: #BD4F19;
}
.employee-box {
    background-color: #4D4F53;
}
.choice-box {
    background: url("../img/landing3-choice-background.png") no-repeat center;
    line-height: 10rem;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.75rem;
    color: black;
    font-weight: bold;
    text-align: center;
    transition-timing-function: ease;
    transition: 0.5s;
}
.choice-box:hover {
    color: #412D5D;
    transform: scale(1.1, 1.1);
    transition-timing-function: ease;
    transition: 0.5s;
}
.eap-spacer {
    height: 50px;
}

#uthealthy-banner {
    background-color: #BD4F19;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
}
.uthealthy-banner-text-italic {
    font-family: serif;
    font-style: italic;
    font-size: .75rem !important;
    }
.uthealthy-banner-text {
    font-style: bold;
    font-size: 1.5rem;
    color: white;
    left: 0;
    }

.callout-panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.11111rem;
    padding: 1.11111rem;
    background: #ecfaff;
    color: #333333;
    text-align: center
}

.eap-checklist li {
    list-style: square;
    margin-left: 10px;
}