@font-face {
/*
wp-content/themes/atmos/assets/foundation-icons/preview.html
*/
    font-family: foundation-icons;
    src: url(../assets/foundation-icons/foundation-icons.eot);
    src: url(../assets/foundation-icons/foundation-icons.eot?#iefix) format("embedded-opentype"),url(../assets/foundation-icons/foundation-icons.woff) format("woff"),url(../assets/foundation-icons/foundation-icons.ttf) format("truetype"),url(../assets/foundation-icons/foundation-icons.svg#fontcustom) format("svg");
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    position: relative;
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-sytle: normal;
    font-weight: 400;
    height: 100%;
    font-size: 12px;
}


.full-content {
    position: relative;
    display: block;
}

.skip-link {
  position: absolute;
  left: -1000px;
}

.skip-link:focus {
  position: static;
}

#page-content {
    position: relative;
    display: block;
    padding: 0px 0px 625px 0px;
}

.page-width {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header.header-content {
    position: relative;
    display: block;
    width: 100%;
    min-height: 160px;
    user-select: none;
}

.header-image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 160px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachemnt: fixed;
    background-size: cover;
}

.add-header-image-height {
    height: 500px !important;
}

/* responsive nav start */

nav.responsive-navigation-container {
    position: absolute;
    display: none;
    float: left;
    top: 0;
    left: 0;
    background-color: #363533;
    width: 200px;
    height: 100%;
    padding: 60px 0px 0px 0px;
}

button#opennav {
    display: none;
}

button#closenav {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background: none;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    border: 0;
    padding: 10px;
}

nav.responsive-navigation-container ul.responsive-navigation {
    position: relative;
    display: block;
}

nav.responsive-navigation-container ul.responsive-navigation > li,
nav.responsive-navigation-container ul.responsive-navigation li ul.children > li {
    position: relative;
    display: block;
    line-height: 40px;
}

nav.responsive-navigation-container ul.responsive-navigation li > a,
nav.responsive-navigation-container ul.responsive-navigation li ul.children li > a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 0px 0px 0px 10px;
}

nav.responsive-navigation-container ul.responsive-navigation li > a:hover,
nav.responsive-navigation-container ul.responsive-navigation li ul li > a:hover {
    text-decoration: underline;
}

nav.responsive-navigation-container ul.responsive-navigation li.page_item_has_children > ul {
    display: none;
}

nav.responsive-navigation-container ul.responsive-navigation li.page_item_has_children.current_page_item > ul {
    display: block;
}

nav.responsive-navigation-container ul.responsive-navigation li.page_item_has_children.current_page_ancestor > ul {
    display: block;
}

nav.responsive-navigation-container ul.responsive-navigation li.page_item_has_children >  a::after {
    content: " \25B8";
    margin-right: 5px;
    display: inline;
    float: right;
}

nav.responsive-navigation-container ul.responsive-navigation li.page_item_has_children.current_page_item > a::after,
nav.responsive-navigation-container ul.responsive-navigation li.page_item_has_children.current_page_ancestor > a::after {
    content: " \25BE";
    margin-right: 5px;
    display: inline;
    float: right;
}

nav.responsive-navigation-container li.current_page_item > a {
    background-color: #4b2e83;
}


/* responsive nav end */

/* top nav start */

#top-nav {
    position: relative;
    display: block;
    padding: 3px 0px;
    background-color: #363533;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 100;
}

.top-nav-content {
    display: flex;
}

.top-nav-left, .top-nav-right {
    display: inline;
    flex: 1;
}

.top-nav-left {
    text-align: left;
}

.top-nav-right {
    text-align: right;
}

.menu-top-links-container ul  {
    display: inline;
    padding: 0px 10px 0px 0px;
}

ul#menu-uw-links a, ul#menu-top-links a, .menu-top-links-container ul a {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #ddd;
    padding: 7px;
    border-radius: 5px;
}
	    
ul#menu-uw-links a:hover, ul#menu-top-links a:hover, .menu-top-links-container ul a:hover {
    background-color: #555;
}
	    
ul#menu-uw-links, ul#menu-top-links, ul#menu-top-buttons {
    position: relative;
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-uw-links-container, .menu-top-links-container, .menu-top-buttons-container {
    display: inline;
}


#top-nav li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

#top-nav a {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    vertical-align: top;
}

i.fi-magnifying-glass:before {
    font-family: foundation-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 18px;
    color: #fff;
    content: "\f16c";
}

#top-nav ul#menu-top-buttons {
    display: inline;
}

#top-nav ul#menu-top-buttons li {
    background-color: #A72525;
    border-radius: 5px;
}

#top-nav ul#menu-top-buttons li:hover {
    background-color: #972121;
}

#top-nav ul#menu-top-buttons li a {
    padding: 10px;
}

i.fi-heart::before {
    font-family: foundation-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    content: "\f159";
    color: #fff;
}

form.search-form {
    display: inline-block;
    background-color: #555;
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
}

form.search-form input[type=text], form.search-form button[type=submit] {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background-color: #555;
    color: #fff;
    border: none;
    font-size: 11px;
    vertical-align: top;
}

form.search-form .field-wrap input[type=text] {
    border-radius: 5px 0px 0px 5px;
    padding: 0px 7px !important;
}

form.search-form button[type=submit] {
    border-radius: 0px 5px 5px 0px;
    padding: 0px 7px !important;
}

form.search-form input[type=text]::placeholder {
    color: #fff;
}

form.search-form button[type=submit] span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* top nav end */

/* purple zone start */

.purple-zone {
    position: relative;
    display: block;
    padding: 0px;
    background-color: #462e83;
}

.purple-zone .page-width {
    display: flex;
    align-items: center;
    background-color: #4b2e83;
}

.purple-zone .w-logo-container {
    position: relative;
    display: inline-block;
    height: 90px;
    width: 110px;
    margin: 0px 20px 0px 0px;
}

.purple-zone .w-logo-container  #w-logo {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
}

.purple-zone .page-width h1 {
    font-size: 36px;
    display: inline-block;
}

.purple-zone .page-width h1 a {
    font-size: 36px;
    font-weight: 100;
    line-height: 90px;
    color: #fff;
    text-decoration: none;
}

.purple-zone h1 a:hover {
    text-decoration: underline;
}

/* purple zone end */

main#main-content {
    position: relative;
    display: block;
    clear: both;
}

.main-block {
    display: flex;
    padding: 20px 0px;
}

nav.main-left {
    position: relative;
    display: block;
    width: 220px;
}

.main-right {
    flex-grow: 1;
}


/* main nav start */

.after-purple-zone {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
}

ul.main-navigation {
    position: relative;
    width: 100%;
    z-index: 1000;
    text-align: center;
    background-color: #fff;
    font-family: sans-serif;
    font-weight: 600;
    z-index: 9999;
    user-select: none;
}

ul.main-navigation {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.main-navigation ul.children {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.main-navigation li {
    position: relative;
    display: inline-block;
    line-style-type: none;
    border: none;
    height: 40px;
    width: calc(100% / 6);
    line-height: 40px;
    background-color: #fff
    padding: 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

ul.main-navigation li a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
}

ul.main-navigation li a:hover {
    color: #4b2e83;
    text-decoration: underline;
}

ul.main-navigation ul.children li a {
    background-color: #efefef;
    color: #333;
}

ul.main-navigation ul.children li a:hover {
    background-color: #dbdbdb;
}

ul.main-navigation li.current_page_item a, ul.main-navigation li.current_page_ancestor a {
    background-color: #363533;
    color: #fff;
}

ul.main-navigation ul.children {
    position: absolute;
    top: 40px;
    left: 0px;
}

ul.main-navigation ul.children li {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    /* border: 1px solid #efefef; */
}

ul.main-navigation ul.children li a {
    padding: 0px 0px 0px 5px;
}

ul.main-navigation li.current_page_ancestor ul.children li a {
    background-color: #efefef;
    color: #333;
}

ul.main-navigation li.current_page_ancestor ul.children li a:hover {
    background-color: #dbdbdb;
}

ul.main-navigation li.current_page_ancestor ul.children li.current_page_item a {
    background-color: #363533;
    color: #fff;
}

nav > .page-width ul li ul {
    display: none;
}

nav > .page-width ul li:hover ul, nav > .page-width ul li:focus-within ul {
    display: block;
}

/* main nav end */

/* sidebar nav start */

nav.main-left {
    padding: 90px 20px 0px 0px;
}

nav.main-left ul.sub-navigation, nav.main-left ul.sub-navigation ul.children {
    display: inline-block;
    list-style-type: none;
    list-sytle-position: inside;
    width: 200px;
    padding: 0px;
    margin: 0px;
}

nav.main-left ul.sub-navigation > li {
    display: block;
}

nav.main-left ul.sub-navigation li > a {
    display: block;
    padding: 10px 5px;
    margin: 0px 20px 0px 0px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 600;
    color: #333;
    background-color: #efefef;
}    

nav.main-left ul.sub-navigation li a:hover {
    text-decoration: underline;
    color: #4b2e83;
    background-color: #dbdbdb
}

nav.main-left ul.sub-navigation li.page_item_has_children > ul {
    display: none;
}

nav.main-left ul.sub-navigation li.page_item_has_children.current_page_item > ul {
    display: block;
}

nav.main-left ul.sub-navigation li.page_item_has_children.current_page_ancestor > ul {
    display: block;
}

nav.main-left ul.sub-navigation li.page_item_has_children >  a::after {
    content: " \25B8";
    margin-right: 5px;
    display: inline;
    float: right;
}

nav.main-left ul.sub-navigation li.page_item_has_children.current_page_item > a::after,
nav.main-left ul.sub-navigation li.page_item_has_children.current_page_ancestor > a::after {
    content: " \25BE";
    margin-right: 5px;
    display: inline;
    float: right;
}

nav.main-left ul.sub-navigation li.current_page_item > a {
    background-color: #333;
    color: #fff;
}

nav.main-left ul.sub-navigation li.current_page_item ul.children a {
    background-color: #efefef;
    color: #333;
    border-color: #333;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
}

nav.main-left ul.sub-navigation li.current_page_ancestor ul.children a {
    border-color: #333;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
}

nav.main-left ul.sub-navigation li.page_item_has_children.current_page_ancestor a {
    border-color: #333;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
}

/* sidebar nav end */

footer {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 625px;
    width: 100%;
    background-color: #363533;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 100;
}

.upper-footer {
    display: flex;
    gap: 20px;
    padding: 20px 0px;
}

.footer-contact, .footer-nav {
    flex: 1;
}

.footer-contact p, .footer-contact form {
    margin: 0px 0px 0px 5px;
}

.lower-footer {
}

.unit-contact {
    font-size: 12px;
    color: #ccc;
    padding: 0px 0px 10px 0px;
}

.unit-contact p {
    line-height: 20px;
    padding: 0px;
}

.unit-contact a {
    color: #ccc;
    text-decoration: none;
}

.unit-contact a:hover {
    color: #fff;
    text-decoration: underline;
}

.social-buttons {
    position: relative;
    display: block;
    padding: 15px 0px 0px 0px;
}

.social-buttons a  {
    position: relative;
    display: inline;
    margin: 0px 5px;
    padding: 0px;
}

nav.footer-nav {
}

/* units */

ul.menu-footer-units {
    column-count: 2;
    list-style: none;
}

ul.menu-footer-units li {
    border-bottom-color: rgb(41, 40, 39);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: rgb(67, 66, 63);
    border-top-style: solid;
    border-top-width: 1px;
}

ul.menu-footer-units li a {
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    line-height: 28px;
}

ul.menu-footer-units li a:hover {
    color: #fff;
    text-decoration: underline;
}

.uw-footer {
    background-image: url(../assets/img/black-white-suz.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 275px;
    padding: 20px 0px;
    text-align: center;
}

.be-boundless {
    position: relative;
    display: block;
    text-align: center;
}

img.boundless-logo {
    width: 150px;
    padding: 20px 0px 0px 0px;
}

.bottom-footer {
    display: flex;
    padding: 160px 0px 0px 0px;
}

p.copyright, ul#menu-footer-links {
    flex: 1;
}

p.copyright {
    text-align: left;
}

ul#menu-footer-links {
    text-align: right;
}

p.copyright, p.copyright a {
    color: #ccc;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}

p.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

ul#menu-footer-links {
}

ul#menu-footer-links li {
    display: inline;
}

ul#menu-footer-links li a {
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
}

ul#menu-footer-links li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* main style start */

.main-right h1 {
    border-size: 1px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #efefef;
}

.main-right h1 a {
    font-size: 32px;
    text-decoration: none;
    color: #333;
}

.main-right h1 a:hover {
    text-decoration: underline;
}

.main-right p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 0px 20px 0px;
}


.main-right p .intro {
    font-size: 18px;
    color: #666;
}

.main-right a {
    color:  #6740B5;
    font-weight: 600;
    text-decoration: none;
}

.main-right a:hover {
    color: #392461;
    text-decoration: underline;
}

.main-right a.button, .main-right a span.button {
    display: inline-block;
    text-decoration: none;
    background-color: #4b2e83;
    color: #fff;
    padding: 20px;
    margin: 5px 0px;
    clear: both;
}

.main-right a.button:hover, .main-right a:hover span.button {
    text-decoration: underline;
    background-color: #333;
    color: #fff;
}

.main-right strong {
    font-weight: 800;
}

.main-right h2, .main-right h2 strong {
/* h1 36 */
    font-size: 24px;
    font-weight: 100;
}

.main-right h3 {
    font-size: 20px;
    padding: 5px 0px;
    font-weight: 100;
}

.main-right h4 {
    font-size: 18px;
}

.main-right ul {
    list-style-position: inside;
}

.main-right ul li {
    padding: 5px 0px;
}

.main-right ul li a {
    text-decoration: none;
    padding: 20px 0px;
}

.main-right ul li a:hover {
    text-decoration: underline;
}

/* in memoriam */

.main-right p img.alignleft {
    float: left;
    padding: 0px 10px 10px 0px;
}

.main-right p img.alignright {
    float: right;
    padding: 0px 0px 10px 10px;
}

.main-right p a {
    text-decoration: none;
}

.main-right p a:hover {
    text-decoration: underline;
}

/* courses */

/* homepage */


.dawgcast-link {
    text-decoration: none;
    color: #333;
}

.dawgcast-link:hover {
    text-decoration: underline;
    color: #4b2e83;
}


.homepage-announcement h2 {
    font-size: 42px;
    padding: 0px 0px 15px 0px;
}

.homepage-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; 
}

.homepage-news-item {
    display: inline-block;  
    width: 340px;
    object-fit: cover; 
    height: 300px;
    padding: 5px;
    background-color: #fff;
}

.homepage-news-item-title {
    font-size: 18px !important;
    padding: 10px 0px 0px 0px;
    color: #363533;
}

.homepage-news-item:hover, .homepage-news-item:hover .homepage-news-item-title {
    background-color: #efefef;
    color: #363533;
    transform: scale(1.005);
}


/* news and events*/


.post-info {
    padding: 0px 0px 20px 0px;
}

.article__categories {
    display: inline;
}

.article__categories li {
    display: inline;
}

.pager {
    text-align: center;
}

ul.pagination li {
    display: inline-block;
    list-style-type: none;
    list-sytle-position: inside;
    padding: 0px;
    margin: 0px;    
}

.visuallyhidden {
    display: inline-block;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.input-container {
    display: inline;
}

.article__content {
    padding: 20px 0px 0px 0px;
}


/* faculty */

.filters {
    padding: 0px 0px 10px 0px
}

.filter-title {
    text-transform: uppercase;
}

#filter-submit {
    padding: 0px 5px;
}

.widget_coenv_base_fac_cats {
}


.fac-cat {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
}


.fac-cat:hover {
    color: #462e83;
    text-decoration: underline;
}


.fac-cat:focus {
    color: #fff;
    background-color: #333;
}

.faculty-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px 0px 0px 0px;
}

.faculty-list-item {
    width: 220px;
    text-align: center;
}

.faculty-list-item img {
    box-shadow: -8px -8px  #462e83;
    width: 200px;
    height: 200px;
}

.faculty-list-item h3, .faculty-list-item h3 a {
    font-size: 18px;
    color: #333;
}

/* each faculty */

.faculty-image-container {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    vertical-align: top;
}

.faculty-image-wrap img {
    box-shadow: -8px -8px  #462e83;
    width: 200px;
    height: 200px;
}

.faculty-info-container {
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px 0px 20px;
}

.faculty-extra {
    display: block;
}

.job-titles {
    padding: 0px 0px 20px 0px;
}

.job-titles p {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.faculty-extra {
    padding: 20px 0px 0px 0px;
}

.faculty-extra ul {
    list-style-position: outside;
}

.faculty-extra ul li {
    margin-left: 0px;
}

.faculty-extra .h4 {
    font-size: 14px;
    font-weight: 800;
    line-height: 24px;
    margin: 0px 0px 0px -15px;
}

.faculty-extra .faculty-pubs ul li p {
    padding: 0;
    margin: 0;
}

/* persons */

.person-profile {
    display: flex;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #333;
    padding: 20px 0px 0px 0px;
}

.person-photo {
    display: inline-block;
    width: 200px;
    min-width: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: -8px -8px  #462e83;
    margin: 0px 0px 10px 8px;
    vertical-align: top;
}

.person-information {
    diplay: inline-block;
    padding: 0px 0px 0px 20px;
}

.person-name span.h4 {
    font-size: 16px;
    font-weight: 600;
}

.person-name .person-title {
}

.person-name .degree-inst {
}

.person-details {
}

ul.person-contact-info {
      list-style-type: none;
}

.fac-info, .person-name {
    display: inline-block;
    vertical-align: top;
}

ul.contact-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

button.fac-cat {
    padding: 5px;
    margin: 5px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #efefef;
    color: #000;
    font-size: 12px;
}

/* each faculty */



/* book */

img.book-img {
    width: 75px;
    height: auto;
}

/* current weather */

.current-conditions {
}

.weather-icon {
    float: left;
    padding: 0px 10px 0px 0px;
}

.current-temp {
    display: inline;
    font-size: 50px;
    padding: 0px 10px 0px 0px;
}

.current-desc {
    display: inline;
    font-size: 32px;
}

.current-meta {
    display: block;
}

.uw-forecast .forecast-wrap .forecast-row:nth-child(2n+1)
{
    background-color: #efefef;
}

.uw-forecast .forecast-wrap .forecast-row .forecast-right {
    display: inline-block;
    width: calc(100% - 96px);
    padding-left: 15px;
    vertical-align: top;
}

.current-meta .value {
    font-weight: 800;
}

.forecast-wrap {
}

.forecast-row {
    padding: 10px;
}

.forecast-cell {
    display: inline-block;
    width: 50%;
}

.forecast-right {
}

.forecast-period-name {
    display: block;
    font-size: 18px;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.forecast-desc {
}

.forecast-temp {
}

.weather-label {
}

.temp {
}

.hilo {
    display: block;
}

.hilo .value {
    font-weight: 800;
}

.high, .low {
    display: inline;
}


#verifications-include-html table {
    width: 100%;
}

/* nw observations */

img.observations {
    width: 100%;
    height: auto;
}

.about-observations p {
    font-size: 11px;
}


/* satellite */

#map {
    position: relative;
    display: block;
}

.map-top-left {
    margin-bottom: -5px;
}

#map_canvas {
    position: relative;
    height: 885px;
    width: auto;
}

#map_canvas:focus {
    outline: none;
}

.loading {
   position: absolute;
   z-index: 0;
   text-align: center;
   width: 100%;
   padding-top: 80px;
}

#map table tr td {
    background-color: #fff;
}

details {
}

details:hover {
}

/* radar */

#map_canvas .radar_canvas {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

#colorbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}

#map_control {
    position: relative;
    display: block;
    width: 100%;
}

#loopcontrol {
    position: relative;
    display: block;
    width: 100%;
}

.time-date-row {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Creates two equal-width columns */
  gap: 20px;
}

#time_value {
    text-align: center;
}

#date_value {
    text-align: center;
}

#controls {
    position: relative;
    display: block;
    width: 100%;
}

#controls h3 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    
}

.remote_control, #radar-options {
    position: relative;
    display: block;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #efefef;
    padding: 10px 0px;
    margin: 0px 0px 20px 0px;
}

.remote_control .columns {
    display: inline-block;
    margin: 0px 30px;
}


.remote_control .speed_columns {
    display: inline-block;
}

.remote_control .control-title {
    display: block;
}

.remote_control .control-value {
    display: block;
    font-style: italic;
}

.control-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #333;
    border-radius: 32px;
    
}

.control-btn:hover {
    background-color: #666;
}

.control-btn img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 6px;
}

/* northwest stations plot */


fieldset {
    padding: 20px;
    margin: 0px 0px 10px 0px;
}

#historic {
    margin: 0px 10px 0px 0px;
}


@media (min-width: 750px) {


    .page-content {
	min-width: 1200px;
    }

    .page-width {
	width: 1200px;
    }

    nav.responsive-navigation-container {
	display: none;
    }
}

@media (max-width: 750px) {

    .page-content {
	min-width: 100%;
	padding: 0px 20px;
    }

    .responsive-page-content {
	padding-left: 200px !important;
	overflow: hidden;
    }

    .page-width {
	display: block !important;
	width: 100%;
    }

    nav#top-nav {
	display: none;
    }

    .purple-zone .page-width h1 {
	display: inline-block;
	width: calc(100% - 200px);
	height: 80px;
	padding: 15px 0px 0px 0px;
	vertical-align: top;
    }

    .purple-zone .page-width h1 a {
	display: inline-block;
	font-size: 4vw;
	line-height: 5vw;
	overflow-wrap: break-word;
	font-weight: 100;
    }

    button#opennav {
	position: relative;
	display: inline-block;
	top: 0;
	right: 0;
	font-size: 40px;
	line-height: 40px;
	background: none;
	color: #fff;
	border: 0;
	cursor: pointer;
	float: right;
	padding: 0px 10px;
    }

    button#opennav span {
	visibility: hidden;
	display: block;
	font-size: 11px;
	line-height: 24px;
    }
    
    .main-navigation-container {
	display: none;
    }

    nav.main-left {
	display: none;
    }

    .main-right {
	padding: 0px 10px;
    }
    
    footer#footer-content {
	background-color: #363533;
    }
    
    .upper-footer {
	display: block;
	background-color: #363533;
    }

    .footer-contact {
	display: block;
	flex: none;
	margin: 20px 0px;
	padding: 0px 10px;
    }

    nav.footer-nav {
	display: block;
	flex: none;
	padding: 0px 10px;
    }
    
    ul.menu-footer-units {
	column-count: 1;
    }

    .bottom-footer {
	display: block;
	background-color: #363533;
    }

    ul#menu-footer-links {
	display: none;
    }

    .bottom-footer {
	background-color: transparent;
    }

    .bottom-footer p.copyright {
	text-align: center;
    }


    /* homepage */

    .homepage-news {
	display: grid;
	/* Creates three columns, each taking up an equal fraction of the available space. */
	grid-template-columns: repeat(1, 1fr);
	/* Optional: Adds space between the grid items */
	gap: 1rem; 
    }


    .person-profile {
	flex-direction: column;
    }


    /* faculty */

    .faculty-list {
	display: block;
    }

    .faculty-list .faculty-list-item {
	padding: 20px 0px 0px 0px;
    }

    /* each faculty */

    .faculty-extra span.h4 {
	margin: 0px;
    }
	
}
