:host {
    all: initial;
    display: block;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
/*
6. Remove built-in form typography styles
*/
input, button, textarea, select {
    font: inherit;
}
/*
7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}


/* **** HEADER **** */

uee-header {
    width: 100%;
}

.header_banner {
    width: 100vw;
}


/* **** NOTICE **** */

.notice-wrapper {
    background-color: #464646;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    line-height: 1.1em;
}

.notice {
    margin: auto;
    width: 50%;
}

.notice a {
    color: #a3c5d4;
    text-decoration: none;
}

.notice a:hover {
    color: #6195ac;
}


/* **** HOME **** */

.home_about {
    text-align: center;
    padding: 0 10px;
    width: 75%;
    margin: 0 auto;
    color: #545454;
}

.subject_areas {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 10px;
    margin: auto;
    width: 95%;
    text-align: center;
    color: #545454;
}

.subject_areas figure {
    max-width: 170px;
    display: flex;
    flex-flow: column wrap;
}

.subject_areas figcaption {
    margin: auto;
    width: 95%;
    padding-top: 5px;
}


/* **** FOOTER **** */

uee-footer {
    background-color: #464646;
    color: #CCCCCC;
    clear: both;
    min-height: 3em;
    width: 100%;
    font-size: 0.9rem;
    display: flex;
    flex-flow: row wrap;
}

.footer_col_1 {
    background: none repeat scroll 0 0 #545454;
    float: left;
    margin: 0 2% 5%;
    padding: 2% 2%;
    width: 20%;
    min-width: 160px;
    font-size: .75rem;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.footer_menus_wrapper {
    background-color: #464646;
    clear: both;
    color: #CCCCCC; 
    padding: 1%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 60%;
}

.footer_menus_wrapper a {
    color: #CCCCCC;
    text-decoration: none;
}

.footer_menus_wrapper a:hover {
    color: #6195ac;
}



.footer_menu_header {
    border-bottom: 1px solid #888888;
    color: #FFFFFF;
    font-family: "Arial", sans-serif;
    font-weight: normal;
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
}

.footer_menu ul {
    list-style-type: none;
	padding: 0px;
}

.footer_menu li {
    padding: 0.4em 0px;
}

.footer_col_1 img {
    display: inline;
}

/* **** ENTRIES **** */

.entry {
    width: 75%;
    margin: auto;
    color: #464646;
}

#editors p {
    line-height: 1.7rem;
    padding-left: 3%;
}

#editors hr {
    margin: 75px 0 50px 0;
}

/* **** TABLE **** */

tr:nth-child(even){
    background-color: #f2f2f2;
}

td, tr {
    border: 1px solid #ddd;
    padding: 8px;
}

table {
    width: 100%;
}
