/* colors */
/*
almost-black: #131516;
black: #000;
brownish-red: #9A3324;
charcoal-grey: #4a4a4a;
claret: #7A121C;
dark-blue-grey: #031B31;
pale-grey: #FAFAFA;
rusty-red: #D86018;
topaz: #00B2A9;
um-blue: #00274C;
um-yellow: #ffcb05;
white: #FEFEFE;
windows-blue: #407EC9;
*/

.has-almost-black-background-color { background-color: #131516; }
.has-almost-black-color { color: #131516; }
.has-black-background-color { background-color: #000000; }
.has-black-color { color: #000000; }
.has-brownish-red-background-color { background-color: #9A3324; }
.has-brownish-red-color { color: #9A3324; }
.has-charcoal-grey-background-color { background-color: #4a4a4a; }
.has-charcoal-grey-color { color: #4a4a4a; }
.has-claret-background-color { background-color: #7A121C; }
.has-claret-color { color: #7A121C; }
.has-dark-blue-grey-background-color { background-color: #031B31; }
.has-dark-blue-grey-color { color: #031B31; }
.has-pale-grey-background-color { background-color: #FAFAFA; }
.has-pale-grey-color { color: #FAFAFA; }
.has-rusty-red-background-color { background-color: #D86018; }
.has-rusty-red-color { color: #D86018; }
.has-topaz-background-color { background-color: #00B2A9; }
.has-topaz-color { color: #00B2A9; }
.has-um-blue-background-color { background-color: #00274C; }
.has-um-blue-color { color: #00274C; }
.has-um-yellow-background-color { background-color: #ffcb05; }
.has-um-yellow-color { color: #ffcb05; }
.has-white-background-color { background-color: #ffffff; }
.has-white-color { color: #ffffff; }
.has-windows-blue-background-color { background-color: #407EC9; }
.has-windows-blue-color { color: #407EC9; }


/* Imports */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin:0;
    padding:0;
}
h1 {
    font-size: 3em;
    margin-bottom: 0.125em;
    font-family: "IBM Plex Sans Condensed"; 
    color: #333;
    font-weight: 600;   
}
h2,
h3,
h4,
h5,
h6 {
    font-size:100%;
    font-weight:normal;
}
ul {
    list-style:none;
}
button,
input,
select,
textarea {
    margin:0;
}
html {
    box-sizing:border-box;
}
*,*:before,
*:after {
    box-sizing:inherit
}
img,
embed,
iframe,
object,
audio,
video {
    height:auto;
    max-width:100%;
}
iframe {
    border:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
td,
th {
    padding:0;
    text-align:left;
}
.mobileTable {
    display:none;
}
/* Fonts */
@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-weight: 400;
    src: url("fonts/IBMPlexSansCondensed-Regular.woff2") format("woff2"),
        url("fonts/IBMPlexSansCondensed-Regular.woff") format("woff");
}
@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-weight: 500;
    src: url("fonts/IBMPlexSansCondensed-Medium.woff2") format("woff2"),
        url("fonts/IBMPlexSansCondensed-Medium.woff") format("woff");
}
@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-weight: 600;
    src: url("fonts/IBMPlexSansCondensed-SemiBold.woff2") format("woff2"),
        url("fonts/IBMPlexSansCondensed-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    src: url("fonts/IBMPlexSans-Light.woff2") format("woff2"),
        url("fonts/IBMPlexSans-Light.woff") format("woff");
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    src: url("fonts/IBMPlexSans-Regular.woff2") format("woff2"),
        url("fonts/IBMPlexSans-Regular.woff") format("woff");
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    src: url("fonts/IBMPlexSans-Medium.woff2") format("woff2"),
        url("fonts/IBMPlexSans-Medium.woff") format("woff");
}
@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 700;
    src: url("fonts/IBMPlexSans-Bold.woff2") format("woff2"),
        url("fonts/IBMPlexSans-Bold.woff") format("woff");
}

/* Base styles */
body {
    font-family: "IBM Plex Sans";
    font-size:1.1rem
}
a {
    color: #7A121C;
    transition: color 0.15s ease-in-out;
}
a:hover,
a:focus {
    color: #00274C;
    transition: color 0.15s ease-in-out;
}
img {
    vertical-align: middle;
}
h1, #et-boc h1,
h2, #et-boc h2,
h3, #et-boc h3 {
    font-family: "IBM Plex Sans Condensed"
}
h1, #et-boc h1 {
    font-size: 3rem;
}
h2, #et-boc h2 {
    font-size: 2rem;
}
ul {
    list-style: disc;
    margin-left: 2rem;
}
p {
    line-height: 1.5;
}
h1 + p,
.div_map_embed + h2 {
    margin-top:1.5em;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


/* HEADER */
.header {
    background-color: #00274C;
    display: flex;
}
.header .nav-wrapper {
  flex: 1;
}
/* tablet */
@media all and (max-width: 980px) {
    .header {
        display:block;
        width:100%;
    }
    .logo-wrapper{
        width:100%;
        display: block;
        padding:12px;
    }
    .logo-wrapper img{
      max-height:100%;
    }
    /* this is for the table clone that becomes a div */
    .mobileTable { display:flex; flex-wrap:wrap; justify-content:space-around; align-items:flex-start; }
    .desktopTable { display:none; }
    .table-flex.mobileTable-2-2-50 div {
        width:50%;
        text-align:center;
    }
    .table-flex.mobileTableCenter { text-align:center; }
    .table-flex img {
        display:block;
        width:auto ! important;
        margin-left: auto;
        margin-right: auto;
        max-width:300px;
    }
    /* adv gutenberg mobile table stuff */
    .table-img150-textgrow { width:98% ! important; margin-right:auto; margin-left:auto; }
    .table-img150-textgrow img { max-width:125px; }
    .table-img150-textgrow td { padding:10px ! important; vertical-align:top; }
    .table-img150-textgrow tr td:nth-child(1) { width:150px ! important; }
    .table-img200-textgrow { width:98% ! important; margin-right:auto; margin-left:auto; }
    .table-img200-textgrow img { max-width:180px; }
    .table-img200-textgrow td { padding:10px ! important; vertical-align:top; }
    .table-img200-textgrow tr td:nth-child(1) { width:200px ! important; }
    /* adv gutenberg stuff */
    .wp-block-advgb-container > h2 { width:98% ! important; margin-right:auto; margin-left:auto; }
}
/* logo - full width */
.header .logo-wrapper {
    display: inline-block;
    padding: 2rem;
}
.header .logo-wrapper img {
    /*max-height: 100%;*/
    height:37px;
}
.logo-wrapper.site-1 { 
    padding:1rem; 
}
.header .logo-wrapper.site-1 img {
    /*max-height: 100%;*/
    height:32px;
}

/* utility menu - full width */
.utility-nav {
    display: flex;
    position: relative;
    background-color: #000;
}
.utility-nav .desktop-search-form,
.utility-nav .desktop-search-input {
    height: 100%;
    width: 100%;
}
.utility-nav .desktop-search-form {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.25s ease-in;
}
.utility-nav .desktop-search-form.visible {
    opacity: 1;
    transition: opacity 0.25s ease-in;
    z-index: 0;
}
.utility-nav .desktop-search-input {
    background-color: #ffcb05;
    border: 0;
    color: #00274C;
    font-family: "IBM Plex Sans";
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-appearance: none;
    border-radius: 0;
}
.utility-nav .desktop-search-input:focus {
    outline: transparent;
}
.utility-nav .desktop-search-input::-webkit-input-placeholder {
    color: #00274C;
    font-family: "IBM Plex Sans";
    opacity: 1;
}
.utility-nav .desktop-search-input:-ms-input-placeholder {
    color: #00274C;
    font-family: "IBM Plex Sans";
    opacity: 1;
}
.utility-nav .desktop-search-input::-ms-input-placeholder {
    color: #00274C;
    font-family: "IBM Plex Sans";
    opacity: 1;
}
.utility-nav .desktop-search-input::placeholder {
    color: #00274C;
    font-family: "IBM Plex Sans";
    opacity: 1;
}
.utility-nav .desktop-search-label {
    position: absolute;
    visibility: hidden;
}
.now-you-see-me { 
    display:block; 
}
.now-you-dont { 
    display:none; 
}
.site-1 .utility-menu, 
.utility-menu.site-1 { 
    padding-top:1.5rem; 
    padding-bottom:1.5rem; 
}
.utility-menu {
    display: inline-block;
    font-family: "IBM Plex Sans Condensed";
    list-style: none;
    margin-left: 0;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    text-align: right;
    width: 100%;
}
.no-main-menu .utility-menu {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.utility-menu-item {
    border-right: 1px solid #FEFEFE;
    color: #FEFEFE;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1.2rem;
}
.utility-menu-item:last-child {
    border-right: 0;
}
.utility-menu-link-mobile { 
    display:none; 
}
.utility-menu-link, 
.utility-menu-link-mobile {
    color: #FEFEFE;
    text-decoration: none;
}
.utility-menu-link:hover,
.utility-menu-item:focus,
.utility-menu-link-mobile:hover,
.utility-menu-item-mobile:focus,
a.utility-menu-link:hover,
a.utility-menu-link-mobile:hover,
a.utility-menu-link:focus,
a.utility-menu-link-mobile:focus {
    color: #ffcb05 ! important;
}
.utility-nav .search {
    align-items: center;
    background-color: #ffcb05;
    color: #131516;
    display: flex;
    font-family: "IBM Plex Sans";
    font-size: 0.6875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}
.utility-nav .search-text {
    margin-right: 0.25rem;
}
/* reduce utility menu padding */
/* this was set to 1264, but ECE's logo is wider than CSE's, so we need to reduce sooner */
@media all and (max-width: 1291px) {
    .utility-menu {
        margin: 0;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
    .utility-menu-item {
        font-size: 1rem;
        padding-left: 0.25rem;
        padding-right: 0.5rem;
    }
    .utility-nav .search {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .no-main-menu .utility-menu {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
}
/* switch to acronyms */
/* we were doing this at 1167, but ECE's logo is wider than CSE's, so we have to reduce sooner */
@media all and (max-width: 1197px) {
    .utility-menu-link-mobile { 
        display:inline; 
    }
    .utility-menu-link { 
        display:none; 
    }
    .utility-menu-item {
        padding-left: 1rem;
        padding-right: 1.2rem;
    }
}
/* utility menu - tablet */
@media all and (max-width:980px) {
    .utility-nav {
        display: none;
    }
    .utility-menu.site-1 { 
        display:none; 
    }
}
/* search box - full width */
#eecs-close-svg {
    max-width:25px; 
}
/* main menu - full width */
.site-1 .main-menu-nav { display:none; }
.site-1 #main-menu { display:none; }
.main-menu-nav {
    background-color: #00274C;
    border: 0;
    height: auto;
    position: static;
    -webkit-transform: initial;
    transform: none;
    transform: initial;
    width: 100%;
}
.main-menu {
    display: flex;
    flex-direction: row;
    font-size: 1.125rem;
    font-weight: 400;
    justify-content: center;
    list-style: none;
}
ul.main-menu {
    margin-left:0;
}
.main-menu .main-menu-item {
    border: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.main-menu > .main-menu-item {
    font-weight: 500;
    position: relative;
}
.main-menu .main-menu-item.has-children > .main-menu-link::after {
    display: none;
}
.main-menu .main-menu-link {
    display: block;
    padding-left: 0;
    padding-right: 0;
    color: #FEFEFE;
    padding: 22px 1rem 20px;
    position: relative;
    text-decoration: none;
}
.main-menu .main-menu-child {
    background-color: #00274C;
    border-top: 5px solid #ffcb05;
    box-shadow: 0 11px 22px rgba(0, 0, 0, 0.22);
    left: 1rem;
    position: absolute;
    z-index: 99999;
    width:300px;
    display: none;
    list-style: none;
    font-size: 1.125rem;
    margin-left: -1rem;
}
.main-menu .main-menu-child .main-menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
}
.main-menu .main-menu-child .main-menu-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.main-menu a.main-menu-link:hover,
.main-menu .main-menu-child .main-menu-link:hover,
.main-menu .main-menu-child .main-menu-link:focus {
    color: #ffcb05;
}
.main-menu > .main-menu-item.has-children:hover::after,
.main-menu > .main-menu-item.has-children:focus::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ffcb05;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
}
.main-menu > .main-menu-item.has-children:hover > .main-menu-child,
.main-menu > .main-menu-item.has-children:focus > .main-menu-child {
    display: block;
}
.main-menu-nav .mobile-search,
.main-menu-nav button.arrow-button {
    display: none;
}
li.dept-menu {
    display:none;
}
/* attempt to fit full main menu */
@media all and (max-width:1300px) {
    .main-menu .main-menu-item {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media all and (max-width:1167px) {
    .main-menu .main-menu-item {
        padding-left: 0;
        padding-right: 0;
    }
}
@media all and (max-width:1080px) {
    .main-menu,
    .main-menu .main-menu-child {
        font-size:1rem;
    }
    .main-menu .main-menu-child {
        width:280px;
    }
}
/* main menu - tablet */
@media all and (max-width:980px) {
    .site-1 .main-menu-nav,
    .site-1 #main-menu {
        display:block;
    }
    .site-1 li.menu-item-type-custom {
        display:none;
    }
    .main-menu-nav {
        height: 100%;
        left: 0;
        width:300px;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
        z-index: 3;
    }
    .main-menu .main-menu-item.has-children > .main-menu-link::after {
        display:none;
    }
    .main-menu-nav button.arrow-button {
        border:0;
        background: url("images/arrow.svg");
        background-repeat:no-repeat;
        background-position:center;
        display: block;
        height: 63px;
        position: absolute;
        right:0;
        top:0;
        transition: -webkit-transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        width:25%;
        cursor:pointer;
        outline:none;
    }
    .main-menu-item.open > a + button.arrow-button {
        transition: -webkit-transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);        
    }
    .main-menu-child button.arrow-button {
        height:48px;
    }
    .main-menu-nav .mobile-search {
        display:block;
        color: #FAFAFA;
        font-size: 0.875rem;
        margin: 1.5rem 1rem;
        position: relative;
    }
    .main-menu-nav .mobile-search-label {
        display: block;
    }
    .main-menu-nav .mobile-search-field {
        border: 0;
        border-radius: 0.5rem;
        padding: 0.75rem;
        height:39px;
        width:88%;
    }
    .main-menu-nav .mobile-search-submit {
        background: #ffcb05 url("images/search-mobile.svg") no-repeat center;
        border: 0;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        cursor: pointer;
        height: 39px;
        right: 0;
        position: absolute;
        width: 40px;
    }

    .hamburger .mobile-search {
        display:inline-block;
        color: #FAFAFA;
        font-size: 0.875rem;
        position:absolute;
        right:0;
    }
    .hamburger .mobile-search-label {
        display: block;
    }
    .hamburger .mobile-search-field {
        border: 0;
        border-radius:0;
        padding: 0.75rem;
        height:44px;
        width:85%;
        -webkit-appearance: none;
    }
    .hamburger .mobile-search-submit {
        background: #ffcb05 url("images/search-mobile.svg") no-repeat center;
        border: 0;
        border-top-right-radius:0;
        border-bottom-right-radius:0;
        cursor: pointer;
        height: 44px;
        right: 0;
        position: absolute;
        width: 40px;
        -webkit-appearance: none;
    }
    .main-menu {
        flex-direction: column;
        font-size: 1.25rem;
        font-weight: 600;
        margin-left: 0;
    }
    .main-menu.open {
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .main-menu .main-menu-item.open > .main-menu-child {
        display: block ! important;
    }
    .main-menu > .main-menu-item.has-children:hover > .main-menu-child,
    .main-menu > .main-menu-item.has-children:focus > .main-menu-child {
        display:none;
    }
    .main-menu > .main-menu-item.has-children:hover::after,
    .main-menu > .main-menu-item.has-children:focus::after {
        display:none;;
    }
    .main-menu .main-menu-child {
        background-color: #031B31;
        border-top:0;
        box-shadow:none;
        position:relative;
        left:0;
        width:300px;
        margin-left:0;
    }
    .main-menu .main-menu-child .main-menu-child {
        margin-left:-0.5rem;
    }
    .main-menu .main-menu-child .main-menu-item {
        padding-left: 0.5rem;
        padding-right:0.5rem;
    }
    .main-menu .main-menu-child .main-menu-child {
        background-color: #131516;
        font-weight: 400;
    }
    .main-menu > .main-menu-item {
        border-bottom: 1px solid #ffcb05;
    }
    .main-menu .main-menu-link {
        display: block;
        width:75%;
    }
    .main-menu .main-menu-child .main-menu-link {
        width:100%;
    }
    .main-menu .main-menu-link:hover,
    .main-menu .main-menu-link:focus,
    .main-menu .main-menu-link.active:hover,
    .main-menu .main-menu-link.active:focus {
        color: #ffcb05; /* was topaz */
    }
    .main-menu .main-menu-link.active {
        color: #ffcb05;
    }
    .menu-open #wpadminbar { 
        top:-32px; 
        left:-255px; 
    }
    li.dept-menu {
        display:block;
    }
}






/* HAMBURGER */
/* Full width */
.hamburger {
    display: none;
}
@media all and (max-width: 980px) {
    .hamburger {
        background-color: transparent;
        border: 0;
        margin-left: 1rem;
        padding-left: 0;
        padding-right: 0;
        display:flex;
        width:100%;
        align-items:center;
        height:46px;
    }
    .hamburger-logo-wrapper {
        display:block;
        width:100%;
        padding:0;
    }
    #hamburger {
        margin:0;
        border-top: 1px solid #567daa;
        border-bottom: 1px solid #567daa;
        padding:0 0.75rem;
        color: #ffcb0b;
        font-size:20px;
        font-weight:bold;
        font-family: "IBM Plex Sans Condensed";
    }
    #hamburger img {
        height:16px;
        margin-top:-4px;
    }
    #hamburger-icon {
        cursor: pointer;
    }
}

#main-content {
    min-height:500px;
}
.page-template-default #main-content {
    width:100%;
    /* max-width:1180px; <--- can't do this */
    margin:0 auto;
}

/* Footer */
/* all styles in use as of 1/14/2019 */
.footer {
  background-color: #00274C;
  border-top: 5px solid #ffcb05;
  color: #FAFAFA;
  padding-bottom: 0.5rem;
  padding-top: 2rem; /* was 3.125 8/2/19 */
  text-align:left;
  padding-left:1rem;
  padding-right:1rem;
}
.footer .inner {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding-bottom:0; /* was 4rem 8/2/19 */
}
.footer .footer-logo {
  display: block;
  margin:0;
  padding-bottom: 1rem;
}
.footer .footer-nav {
  border-top: 1px solid rgba(239, 240, 244, 0.5);
  padding-top: 1rem;
}
.footer .footer-menu,
.footer .copyright-menu {
  list-style: none;
  margin-left: 0;
}
.footer .footer-menu-item {
  padding-bottom: 2rem;
}
.footer .footer-menu-link {
  color: #FAFAFA;
  text-decoration: none;
}
.footer .footer-left {
  font-weight: 400;
  margin:0;
  max-width:100%;
}
li.footer-menu-item:last-child {
    line-height:1.25;
}
.footer .footer-menu-link:hover,
.footer .footer-menu-link:focus {
  color: #ffcb05;
}
.footer .footer-right {
    display: flex;
}
.footer-type-lab {
    width:50%;
    justify-content:flex-end;
}
.footer .footer-right-column {
    padding-bottom:2rem;
}
.footer-type-lab .footer-right-column + .footer-right-column {
    min-width:200px;
}
.footer .footer-right-column:first-child {
    padding-right: 5.75rem;
}
.footer-type-lab .footer-right-column:first-child {
    padding-right: 0;
}
.footer .footer-right-heading {
  font-weight: 500;
  line-height: 1.125;
  padding-bottom: 0.5rem;
}
.footer .footer-right-heading a {
    color:#ffffff;
    text-decoration:none;
}
.footer .footer-right-heading a:hover {
    color: #ffcb05;
}
.footer .footer-right-text {
  font-size: 0.75rem;
  padding-bottom: 0.5rem;
}
.footer .footer-right-links {
  font-size: 0.75rem;
  padding-bottom: 0.5rem;
}
.footer address {
    font-style:normal;
}
.footer .footer-right-link {
  color: #ffcb05;
  display: block;
  padding-bottom: 0.25rem;
  text-decoration: none;
}
.footer .footer-right-social {
    padding-right: 1.25rem;
    text-decoration:none;
}
.footer-type-lab .footer-right-social {
    padding-right:0.5rem;
}
.footer-right-social img {
    max-width:14px;
}
.footer .footer-right-social:last-child {
  padding-right: 0;
}
.footer .copyright {
  border-top: 1px solid rgba(239, 240, 244, 0.5);
  font-size: 0.6875rem;
  padding-top: 0.5rem;
}
.footer .copyright-menu {
  display: flex;
  justify-content: center;
}
.footer .copyright-menu-link {
  color: #FAFAFA;
  text-decoration: none;
}
.footer .copyright-menu-link:hover {
color: #ffcb05;
}
.footer .copyright-menu-item {
  border-right: 1px solid #FAFAFA;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.footer .copyright-menu-item:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
@media all and (max-width:1280px) {
    .footer .inner {
        padding-bottom:0; /* was 1rem 8/2/19 */
    }
    .footer .footer-logo {
      margin: 0;
    }
    .footer .footer-left {
        margin: 0;
        max-width: 250px;
    }
    .footer .footer-right {
      display: flex;
    }
    .footer .footer-right-social {
        padding-right:0.25rem;
    }
    .footer-type-lab .footer-right-social {
        padding-right:0.5rem;
    }
    .footer .copyright {
      display: flex;
    }
    .footer .copyright-text {
      border-right: 1px solid #FAFAFA;
      margin-right: 0.25rem;
      padding-right: 0.25rem;
    }
}
@media all and (max-width:767px) {
    .footer {
        text-align:center;
    }
    .footer .inner {
        display:block;
        margin: 0 auto;
        max-width: 310px;
        padding-bottom: 1rem;
    }
    .footer .footer-left {
        font-weight: 500;
        margin: 0 auto 2rem;
        max-width: 250px;
    }
    .footer .footer-logo {
        display: block;
        margin: 0 auto;
        padding-bottom: 1rem;
    }
    .footer .footer-right {
        display:block;
    }
    .footer .footer-right-column:first-child {
        padding-right:0;
    }
    .footer .copyright {
        display: block;
    }
}




/* General Page Styles */
#body {
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
#body.menu-open {
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  overflow:scroll;
}
#eecs-main li {
    margin-bottom:0.4em;
}


/* EECS LEFT SIDEBAR & FULL WIDTH PAGES */
#eecs-wrapper {
    display:flex;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    padding-top:2rem;
    padding-bottom:4.75rem;
    max-width:1180px;
}
.page-template-page-fullwidth #eecs-wrapper {
    max-width:100%;
    padding-top:0;
    padding-bottom:0;
}
.fullwidth p {
    margin-left:auto;
    margin-right:auto;
    max-width:1180px;
}
.fullwidth + div:not(.elnoc) {
    margin-left:auto;
    margin-right:auto;
    max-width:1180px;
}
#eecs-left-menu {
    margin-right: 2%;
    max-width: 300px;
    width:30%;
}
#eecs-main {
    width:73%;
}
#eecs-main.fullwidth {
    width:100%;
}
#eecs-left-menu + #eecs-main {
    padding-left:20px;
}
.page-template-page-fullwidth #eecs-main > div:not(.elnoc),
.page-template-page-fullwidth #eecs-main > p,
.page-template-page-fullwidth #eecs-main > section,
.page-template-page-fullwidth #eecs-main > table,
.page-template-page-fullwidth #eecs-main > h1,
.page-template-page-fullwidth #eecs-main > h2,
.page-template-page-fullwidth #eecs-main > h3 {
    max-width:1180px;
    margin-left:auto;
    margin-right:auto;
    width:98%;
}
.page-template-page-fullwidth #eecs-main > div.el2c,
.page-template-page-fullwidth #eecs-main > div.dwv {
    max-width:100%;
}
.sidebar-bar {
  background-color: #7A121C;
  height: 10px;
  margin-bottom: 0.5rem;
  width: 80px;
}
.sidebar-title {
  color: #00274C;
  font-family: "IBM Plex Sans Condensed";
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.sidebar-title a {
  color: #00274C;
  font-family: "IBM Plex Sans Condensed";
  font-size: 2.25rem;
  font-weight: 500;
  text-decoration:none;
}
.eecs-sidebar-menu {
    list-style:none;
    margin-bottom: 1rem;    
}
ul.eecs-sidebar-menu {
    margin:0 0 0 2rem;
    padding:0;
}
ul.eecs-sidebar-menu li {
    border-top: 1px solid #ffcb05;
    padding:1rem 0 0 0;
}
ul.eecs-sidebar-menu li:first-child {
    border-top:0;
}
ul.eecs-sidebar-menu li:last-child {
    border-bottom: 1px solid #ffcb05;
    padding-bottom:1rem;
}
ul.eecs-sidebar-menu li ul li,
ul.eecs-sidebar-menu li ul li:first-child,
ul.eecs-sidebar-menu li ul li:last-child {
    border-top:0;
    border-bottom:0;
    padding:0;
}
.eecs-sidebar-menu li.menu-item {
    margin:0 0 1rem 0;
    font-weight:500;
    color:#131516;
}
.eecs-sidebar-menu li.menu-item a:hover,
.side-menu-lever:hover {
    color: #7A121C;
}
.eecs-sidebar-menu li.current-menu-item > a,
.eecs-sidebar-menu li.current-menu-item {
    color: #7A121C;
    font-weight: 500;    
}
.eecs-sidebar-menu > .menu-item a {
    font-size:1.125rem;
    line-height:1.22;
    text-decoration:none;
    color:#131516;
    transition:none ! important;
}
.eecs-sidebar-menu .main-menu-child {
    list-style:none;
}
.eecs-sidebar-menu ul.main-menu-child {
    margin:0 0 0 2rem;
    padding:1rem 0 0 0;
}
.eecs-sidebar-menu ul.main-menu-child li.menu-item {
    font-weight:300;
}
.eecs_collapse_most {
    display:none;
}
.side-menu-lever {
    display:inline-block;
    position: relative;
    float: right;
    padding-right: 4px;
    font-weight: normal;
    cursor:pointer;
}



/* smaller screens */
@media all and (max-width:1280px) {
    #eecs-wrapper { width:94%; }
    .page-template-page-fullwidth #eecs-wrapper {
        width:100%;
    }
    .sidebar-bar {
        background-color: #7A121C;
        height: 5px;
        margin-bottom: 0.5rem;
        width: 50px;
    }
    .sidebar-title {
        font-size: 1.5rem;
        margin-bottom:0.25rem;
    }
    .eecs-sidebar-menu > .menu-item a {
        font-size:1rem;
    }
    ul.eecs-sidebar-menu {
        margin-left:1rem;
    }
    .eecs-sidebar-menu ul.main-menu-child {
        margin-left:1rem;
    }
}
@media all and (max-width:1220px) {
}
@media all and (max-width:960px) {
    #eecs-left-menu {
    }
    #eecs-main {
    }
}
@media all and (max-width:767px) {
    body {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    #eecs-wrapper {
        flex-direction:column-reverse;
    }
    #eecs-main {
        width:100%;
    }
    #eecs-left-menu + #eecs-main {
        padding-left:0;
    }
    #eecs-left-menu {
        width:94%;
        max-width:94%;
    }
}


#eecs-wrapper-plain {
    display:block;
    padding-top:2.75rem;
    padding-bottom:4.75rem;
    padding-left:0;
    padding-right:0;
    margin-left:auto;
    margin-right:auto;
    width:96%;
    max-width:1180px;    
}





.fade-screen.active {
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
/* Media queries */
@media all and (min-width: 48em) {

  .content-and-sidebar {
    padding-top: 3.75rem;
  }

}
/* I think this is old creative stuff that isn't in use */
/*
@media all and (min-width: 72em) {
    .parent-page .header {
        background-color: #00274C;
    }
    .parent-page .logo-wrapper {
        position: static;
        width: auto;
    }
}
.preview {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    min-height: 100vh;
    max-width: 980px;
    padding: 2rem;
    text-align: center;
}
.preview .readme {
    border-radius: 0.25rem;
    margin-bottom: 2rem;
    padding: 4rem 0;
    width: 100%;
}
.preview .template-image {
      margin-bottom: 1rem;
}
.preview .page-title {
    font-size: 3rem;
    margin-bottom: 3rem;
}
.preview .templates {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -1rem;
}
.preview .template {
    padding: 1rem;
}
.preview .readme,
.preview .template-link {
    color: #000;
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    text-decoration: none;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.preview .readme {
    font-size: 2.5rem;
}
.preview .readme:hover,
.preview .readme:focus,
.preview .template-link:hover,
.preview .template-link:focus {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
*/

/* Search Form (on-page) */
form.eecs-search-form {
    font-size: 13px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4px;
    margin-left: 0;
    width: 100%;
}
.eecs-search-input {
    width: 90%;
    padding: 5px 8px;
    border:1px solid #c4c4c4;
    margin: 0px;
    height: auto;
    background: rgb(255, 255, 255);
    text-indent: 0px;
    outline: none;
    font-size:16px;
    color:#666666;
    line-height:1.5;
    display:inline-block;
}
.eecs-search-clear {
    width: 38px;
    height:38px;
    display: inline-block;
    padding: 0;
    margin: -38px;
}
form.eecs-search-form button.eecs-search-button {
    display: inline-block;
    margin: -3px 0 0 38px;
    vertical-align: middle;
    width: 36px;
    height:36px;
    line-height: 1.5;
    border: none;
    background-color: #FECA3A ! important;
    min-width:38px;padding:0;
}
.eecs-search-button img {
    max-width:20px;
}
.eecs-search-button img, .eecs-search-clear img {
    width:70%;
}
#eecs-search-results-wrapper {
    margin-top:30px;
    
}
/* Search Results */
.eecs-search-result-wrapper {
    margin:0;
    padding:15px 0;
    line-height:1.25em;
    font-size:13px;
}
.eecs-search-post-title {
    font-size:16px;
    margin-bottom:6px;
}
.eecs-search-post-title a {
    color: #465D85;
    font-size:18px;
    font-weight:400;
    text-decoration:underline;
}
.eecs-search-url {
    margin-bottom:6px;
}
.eecs-search-post-excerpt {
    font-size:16px;
}
@media all and (max-width:767px) {
    .eecs-search-input {
        width: 85%;
    }
}


/* Quote Section */
.quote-section {
  color: #FAFAFA;
  position: relative;
  text-align: center;
  text-shadow: 0 2px 4px #000;
}
.quote-section .quote-section-image {
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.quote-section .quote-section-text {
  bottom: 3rem;
  position: absolute;
  width: 100%;
}
.quote-section .quote-section-quote {
  font-family: "IBM Plex Sans Condensed";
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.quote-section .quote-section-cite {
  font-family: "IBM Plex Sans";
  font-size: 1rem;
}
/* Media queries */
@media all and (min-width: 80em) {

  .quote-section .quote-section-cite {
    font-size: 1rem;
  }

}
@media all and (min-width: 48em) {

  .quote-section .quote-section-quote {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

}
@media all and (max-width: 80em) and (min-width: 48em) {

  .quote-section .quote-section-quote {
    font-size: 1.5rem;
    max-width: 585px;
    margin: 0 auto 1rem;
  }

}
.readme-page {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.readme-page h1,
.readme-page h2 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.readme-page h2 {
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}
.readme-page p {
  margin-bottom: 1rem;
}
.readme-page code {
  background-color: #FAFAFA;
  border-radius: 0.5rem;
  display: block;
  margin-bottom: 1rem;
  padding: 1rem;
}

/* Utility classes */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container--small {
  max-width: 980px;
}
.container--content {
  max-width: 580px;
}
.grid {
  display: grid;
}
.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.iframe-responsive {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fadein {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
}
.fadein--up.visible {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.fadein--right.visible {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
@media all and (min-width: 60em) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Video Section */
.video-section {
  background-color: #00274C;
  display: flex;
  flex-direction: column-reverse;
  padding: 1rem 1rem 2rem;
}
.video-section .video-section-text {
  border-bottom: 3px solid #ffcb05;
  line-height: 1.33;
  padding-bottom: 1rem;
}
.video-section .video-section-media {
  margin-bottom: 1rem;
}
.video-section .video-section-heading {
  color: #ffcb05;
  font-size: 1.25rem;
  font-family: "IBM Plex Sans Condensed";
  font-weight: 600;
}
.video-section .video-section-description {
  color: #FAFAFA;
  font-size: 1rem;
  font-weight: 300;
}
.video-section .iframe-container {
  padding-bottom: 56.45%;
}
@media all and (min-width: 80em) {

  .video-section {
    align-items: center;
    flex-direction: row;
    padding: 0;
  }

  .video-section .video-section-text {
    flex-basis: 18%;
    margin-left: 2rem;
    margin-right: 1rem;
  }

  .video-section .video-section-media {
    flex-basis: 80%;
    margin-bottom: 0;
    margin-left: auto;
  }

  .video-section .iframe-container {
    padding-bottom: 43.25%;
  }

  .video-section .video-section-heading {
    font-size: 1.5rem;
  }

  .video-section .video-section-description {
    font-size: 1.125rem;
  }

}
/* Videos */
.videos {
  background-color: #00274C;
  color: #FEFEFE;
  padding-bottom: 1rem;
  padding-top: 2.5rem;
}
.videos .container {
  max-width: 620px;
}
.videos .video {
  margin-bottom: 1rem;
}
.videos .video-media {
  margin-bottom: 1rem;
}
.videos .video-heading {
  color: #ffcb05;
  font-family: "IBM Plex Sans Condensed";
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.videos .video-description {
  font-size: 1rem;
  line-height: 1.25;
}
.single_person_video {
    width:100%;
    height:35vw;
}
.single_person_video iframe {
    width:100% ! important;
    height:100% ! important;
    max-width:836px ! important;
    max-height:455px ! important;
}
@media all and (min-width: 48em) {
    .videos {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
    .videos .inner {
        display: flex;
        margin: -0.625rem;
    }
    .videos .video {
        flex: 1;
        margin-bottom: 0;
        padding: 0.625rem;
    }
}
@media all and (min-width: 80em) {
    .videos .container {
        max-width: 980px;
    }
    .videos .video-heading {
        font-size: 1.5rem;
    }
    .videos .video-description {
        font-size: 1rem;
    }
}

/* SHARING */
button.sharer {
    border: none;
    height: 20px;
    width: 20px;
    outline:none;
}
button.share-facebook-black-small {
    background-image:url('images/facebook-black.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color:transparent;
}
button.share-facebook-black-small:hover {
    background-image:url('images/facebook-windows-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
}
button.share-twitter-black-small {
    background-image:url('images/twitter-black.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color:transparent;
    background-size:50%;
    width:30px;
}
button.share-twitter-black-small:hover {
    background-image:url('images/twitter-windows-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
}
button.share-linkedin-black-small {
    background-image:url('images/linkedin-black.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color:transparent;
    background-size:80%;
    background-size:50%;
    width:30px;
}
button.share-linkedin-black-small:hover {
    background-image:url('images/linkedin-windows-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
}
button.share-email-black-small {
    background-image:url('images/email-black.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color:transparent;
    background-size:80%;
    background-size:50%;
    width:30px;
}
button.share-email-black-small:hover {
    background-image:url('images/email-windows-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
}

#eecsTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#ffcb05;
  color:#00274C;
  cursor: pointer;
  padding: 15px;
  border-radius:0;
-webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 4px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 4px 3px 0px rgba(0, 0, 0, 0.3);
}

.related_stories_link {
    margin-top: 1em;
    display: block;
    color: #202020;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 1rem;
    padding-bottom:0;
    position: relative;
    text-decoration:none;
}
.related_stories_link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #cacaca;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.related_stories_link:hover:after {
    width:100%;
}
.related_stories_link:hover a,
.related_stories_link:hover h2,
.related_stories_link:hover p {
    color: #407EC9 ! important;
}
.related_stories_link h2 {
    font-size:1.5em ! important;
}
h3.related_links {
    color:#7A121C ! important;
}