/**** These styles were added by UMass IT's Enterprise Systems and Development in Summer 2017 to style the EAB portal ****/

#esd-2017-eab-portal .eab-portal-content{
	padding: 20px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    background-color: #e3e3e3;
    border-color: #ccc;
    line-height: 2em;
    height: 330px;
}

#esd-2017-eab-portal .eab-portal-button{
    background-color: rgb(95, 95, 95); 
    border: 1px solid;
    display: inline-block;
    margin-bottom: 0px;
    padding: .8em 1em;
    margin-bottom: 10px;
    position: relative;
    bottom: 80px;
    margin-left: 55px;
}

#esd-2017-eab-portal .eab-portal-button a{
	color: rgb(255, 255, 255); 
	line-height: 1;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
}

.esd-2017-eab-portal{
    margin-left: 50px;
    color: blue;
}

/******* Responsive Styles *******/

@media only screen and (max-width: 1294px){
	#esd-2017-eab-portal .eab-portal-content{
    height: 100%;
    padding-bottom: 90px;
}
}

@media only screen and (max-width: 1024px){

#esd-2017-eab-portal .eab-portal-content{
    height: 100%;
    padding-bottom: 75px;
}

#esd-2017-eab-portal .eab-portal-button{
    display: table;
    margin: 0 auto;

}
}

