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

.jakefont{
    font-family: "rotulonahand", "MuseoSans", sans-serif;
    font-style: normal;
    font-weight: normal !important;
}

.jakesize1 {
    font-size: 1.5rem;
    padding: .25rem;
}

body {
    width: 100vw;
    overflow-x: hidden;
    font-family: "neuzeit-grotesk", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.5;
    color: #212529;
}

.italicize {
    font-style: italic;
    font-family: "neuzeit-grotesk", serif;
}

li {
    list-style-position: start;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
}

.pw {
    max-width: 80%;
    margin: auto;
}

.pw .pw {
    max-width: 100%;
}

.t-c {
    text-align: center;
}

.cm {
    padding: 2rem 0;
}

.no-p:hover {
    cursor: default;
    color: initial;
}

.gold-background {
    background-color: #ffcf42;
}

.grey-background {
    background-color: #e9ecef;
}

.fa-angle-down {
    color: white;
}

.jake-notice {
    padding: 2rem 0;
}

.jake-notice p {
    margin-bottom: 1rem;
}

.left-align {
    margin-left: 0 !important;
}

.right-align {
    margin-right: 0 !important;
    margin-left: auto;
    text-align: right;
}

.book-here {
    height: 4rem;
    background-color: #ffcf42;
    width: 100%;
}

.book-here > div {
    height: 100%;
    justify-content: center;
    align-items: center;
}

.book-here a {
    border: none;
}

.book-here a:hover {
    border: none;
}

.skip-to-content {
    position: absolute;
    top: 0;
    left: 3rem;
    z-index: -1;
    padding: 1rem;
    background-color: black;
    color: #ffcf42;
    border-radius: 0 0 5px 5px;
}

.sub-pages {
    background: #202020;
}

.sub-pages a {
    color: #ffcf42;
    font-weight: 100;
}

.sub-pages a:hover {
    color: #fffbf4;
}

.sub-pages > div > div:first-of-type {
    font-size: 1.7em;
}

.sub-pages > div, .sub-pages .subpage-item {
    align-items: center;
}

.sub-pages .subpage-nav div {
    display: none;
    justify-content: center;
    font-size: 1.2em;
    margin: 0.5rem 0;
}

.sub-pages .subnav-dropdown {
    align-items: flex-start;
}

.sub-pages .subnav-dropdown > div {
    margin-top: 4rem;
    font-size: initial;
}

table {
    border-collapse: collapse;
}

.hero-image {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 98vh;
    justify-content: center;
}

.hero-image img {
    height: 40vh;
    width: auto;
    margin-left: -50%;
}

.container, .container .subsection {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.container > h3, .container > a, .container > header {
    margin: auto;
    text-align: center;
}

.container > a {
    margin-top: 1rem;
}

.container > h3, .container > header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: "itc-avant-garde-gothic-pro", serif;
}

.container .shade {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .55);
    color: white;
}

.container .four-text {
    z-index: 3;
}

.button, .search-form button {
    border: 1px solid gray;
    border-radius: 5px;
    color: black;
    padding: 0.6rem;
    transition: 0.25s ease-in-out;
    text-align: center;
    user-select: none;
    display: inline-block;
    cursor: pointer;
}

.search-form input {
    outline: none;
}

.search-form input:focus {
    outline: transparent;
    border: 2px solid #ffcf42;
    box-shadow: 0 0 10px #ffcf42;
}

.button:hover, .search-form button:hover {
    background-color: #ffcf42;
    color: black;
}

.auto-w {
    width: auto !important;
}

.container .no-col {
    flex-direction: row;
}

.footer-title {
    font-size: 1.5em;
}

.footer-text div {
    margin-bottom: 1rem;
}

.footer-info {
    margin: 4rem 0rem;
}

.footer-info a {
    color: #ffcf42;
}

.footer-info .fw-i img {
    width: 100%;
}

.footer-info .hw-i {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

.footer-info .hw-i img {
    width: 45%;
}

.footer-socials {
    justify-content: space-around;
}

.footer-socials a {
    display: inline-block;
    font-size: 1.6em;
}

.footer-socials i {
    color: #fffbf4;
    flex-basis: 16%;
}

.footer-socials i:hover {
    color: #ffcf42;
}

#myVideo {
    max-height: 70vh;
}

.exec {
    justify-content: space-between;
}

.exec-member {
    flex-basis: 30%;
    margin-bottom: 1rem;
    position: relative;
    max-width: 411px;
}

.exec-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exec-modal {
    height: 100vh;
    width: 100vw;
    background-color: white;
}

.exec-modal img {
    max-width: 100%;
}

.exec-modal .em-img {
    padding: 1rem;
}

.exec-modal .em-info {
    padding: 1rem;
    overflow-y: scroll;
}

.hidden-mobile {
    display: none !important;
}

.hidden-mobile-ni, #hm {
    display: none;
}

.only-mobile {
    display: flex !important;
}

#home-text {
    margin-top: 4rem;
}

.accordian .content {
    width: 80%;
}

.accordian-c {
    background-color: #ebebeb;
    margin-bottom: 0.2rem;
    padding: 0.5rem;
}

.accordian-c h3 {
    font-weight: 100;
}

.nav {
    position: fixed;
    width: 100%;
    height: 100%;
    height: 4rem;
    background-color: #202020;
    border-bottom: 1px solid #bbbbbb;
    z-index: 4;
}

.nav .logo {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 6;
}

.nav a, .nav img {
    height: 100%;
}

.nav .only-mobile {
    flex-direction: row;
    justify-content: space-between;
    height: 101%;
    background-color: #202020;
    padding: 0.5rem 1rem;
}

.nav .menu {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.nav .hamburger-icon, .nav button {
    z-index: 2;
    height: 100%;
}

.nav .hamburger-icon i {
    color: #fffbf4;
}

#open-ham-nav i {
    font-size: 2.6em;
}

.nav .hamburger-options {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    font-size: 1.4em;
}

.nav .hamburger-options a {
    color: #ffcf42;
}

.nav .hamburger-options > div {
    margin: 6rem 2rem;
    font-size: 1.5em;
}

.hnav-item {
    flex-wrap: wrap;
}

.hnav-item a {
    flex-basis: 70%;
}

.hnav-item a:nth-child(2) {
    flex-basis: 30%;
    text-align: center;
}

.hnav-sub {
    align-items: flex-start;
}

.hnav-sub > div {
    margin-left: 2rem;
    font-size: 0.8em;
    text-align: start;
}

.hnav-sub > div a {
    display: block;
}

a {
    text-decoration: none;
    color: #4d4d4d;
    transition: .25s ease-in-out;
}

a:hover, a:focus{
    color: #ffcf42;
}

.banner {
    height: 40vh;
    width: 100%;
}

.banner img {
    height: 100%;
}

.chat-tab {
    position: fixed;
    bottom: 1.5rem;
    right: 1rem;
    height: auto;
    width: auto;
    z-index: 10;
}

.chat-tab #open-chat {
    display: block;
}

.pointer:hover {
    cursor: pointer;
}

.chat {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100dvh;
    width: 100vw;
    border: 1px solid black;
    background-color: white;
    z-index: 4;
}

.chat .chat-header {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    z-index: 5;
    height: auto;
    padding: 0.3rem 0.7rem;
    background-color: #ffcf42;
    border-radius: 5px;
}

.chat .chat-header > div {
    padding: 1rem;
}

.chat .chat-header a:hover {
    color: black;
}

.chat .chat-body {
    height: 100%;
}

.chat iframe {
    border-radius: 0 0 5px 5px;
}

iframe {
    max-width: 100%;
}

.tour iframe {
    height: 80vh;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.4s;
}

.slow-fade-in {
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-duration: 1.2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fade-out {
	opacity: 0;
	animation-name: fadeOutOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.4s;
}

@keyframes fadeOutOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.bubble {
    --r: 1em;
    --t: 1.5em;
    
    max-width: 300px;
    padding: 1em;
    border-inline: var(--t) solid #0000;
    border-radius: calc(var(--r) + var(--t))/var(--r);
    mask: 
    radial-gradient(100% 100% at var(--_p) 0,#0000 99%,#000 102%) 
      var(--_p) 100%/var(--t) var(--t) no-repeat,
    linear-gradient(#000 0 0) padding-box;
    background: linear-gradient(135deg,#000000,#404040) border-box;
    color: white;
    
    position: fixed;
    height: auto;
    width: auto;
}

.bubble-one {
    bottom: 1.5rem;
    right: 1rem;
    transition: display 0.5s linear;
}

.bubble-one .typing {
    width: 2.2rem;
}

.bubble-two {
    bottom: 4rem;
    right: 1rem;
    transition: bottom 1s linear;
}

.bubble a {
    color: white;
}

.bubble a:hover {
    color: #ffcf42;
}

.bubble-right {
  --_p: 100%;
  border-bottom-right-radius: 0 0;
  place-self: end;
}

.typing {
  position: relative;
}
  
.ty {
    content: '';
    animation: blink 1.5s infinite;
    animation-fill-mode: both;
    height: 10px;
    width: 10px;
    background: #ffcf42;
    position: absolute;
    left:0;
    top:0;
    border-radius: 50%;
}

.ty:nth-child(2) {
  animation-delay: .2s;
  margin-left: 15px;
}

.ty:nth-child(3) {
  animation-delay: .4s;
  margin-left: 30px;
}

@keyframes blink {
  0% {
    opacity: .1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}

.two-col {
    margin: 0.5rem auto;
}

.two-col img {
    max-width: 100%;
    margin: auto;
}

.expert {
	display: flex;
	flex-direction: column;
	margin: auto;
	margin-bottom: 3rem;
	width: 80%;
}

.expert .expert-img {
	margin-bottom: 2rem;
}

.expert .expert-img img, .fp-display img {
	width: 100%;
	height: auto;
}

.expert h4 strong {
	font-family: "itc-avant-garde-gothic-pro", serif;
	font-weight: 300;
	font-size: 1.4em;
}

.modal {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 40;
}

.modal-window {
    background-color: white;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.modal-close {
    z-index: 5;
    height: auto;
    padding: 0.5rem 0.7rem;
    background-color: #ffcf42;
    border-radius: 5px;
    width: auto;
    align-self: end;
}

.modal-close i {
    color: #202020;
}

.hall-options {
    flex-basis: 50%;
    align-items: start;
}

.hall-options a {
    margin: 0;
}

.fp {
    margin: 2rem 0;
}

.fp-menu {
    display: block;
}

.fp-menu h3 {
    font-size: 1.1em;
    border-top: 1px solid rgba(0, 0, 0, .125);
    margin: 0;
    padding: 1rem 0;
    font-family: "itc-avant-garde-gothic-pro", serif;
    font-weight: 400;
}

.fp-floor h3 {
    margin-bottom: 0.6rem;
}

.lv-container {
    border-top: 1px solid rgba(0,0,0,.125);
}

.contact-item {
    padding: 2rem 0;
    align-items: start !important;
}

.lv-main {
    padding: 1.5rem;
}

.lv-more {
    padding: 1.5rem;
    padding-top: 0;
}

.lv-main h3 {
    margin: 0;
    text-align: start;
}

.lv-caret {
    transition: transform 0.1s linear;
}

.gold {
    color: #ffcf42;
}

.contact-item {
    padding: 1rem 0;
    border-top: 1px solid rgba(0,0,0,.125);
}

.footer-bottom {
    background-color: #202020;
    color: #fffbf4;
}

.carousel-bg {
    background-color: #ffcf42;
    padding: 2rem 0;
}

.carousel {
    width: 90%;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.carousel .carousel-info {
    flex-basis: 75%;
    align-items: center;
}

.carousel .carousel-info > article {
    width: 100%;
}

.carousel .carousel-info > div {
    width: 100%;
    padding: 0 2rem;
}

.carousel .carousel-info img {
    width: 100%;
}

.carousel .carousel-nav {
    flex-basis: 5%;
    font-size: 4em;
}

.carousel .carousel-nav a:hover {
    color: #202020;
}

.rfp {
    margin-bottom: 3rem;
}

.rfp .rfp-row {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.rfp .rfp-info {
    width: 70%;
    height: 100%;
    align-items: center;
}

.rfp .rfp-link {
    width: 30%;
    height: 100%;
    justify-content: center;
}

.rfp .rfp-link a {
    display: inline-block;
    height: 80%;
    margin: 0;
}

.rfp .rfp-link img {
    width: 100%;
}

.play-button {
    display: none;
}

.sus-reports .report img {
    width: 100%;
}

.fw-button {
    width: 100%;
    margin-bottom: 1rem !important;
}

.ue {
    align-items: center;
}

.ue .ue-nav {
    flex-basis: 5%;
}

.ue .ue-items {
    flex-basis: 80%;
}

.ue .ue-item {
    height: auto;
    padding-left: 0.5rem;
    margin-bottom: 1.5rem;
}

.gallery .gallery-item {
    position: relative;
    max-height: 500px;
}

.gallery .gallery-item img {
    max-width: 100%;
    height: 100%;
}

.gallery .gallery-item .shade {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
}

.gallery .gallery-item .mobile-name {
    text-align: center;
}

.gallery .fs-gallery {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .85);
    z-index: 50;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}

.fs-gallery .gallery-nav-left, .fs-gallery .gallery-nav-right {
    width: 10%;
    cursor: pointer;
}

.fs-gallery .gallery-nav-left i, .fs-gallery .gallery-nav-right i {
    color: #ffcf42;
}

.fs-gallery .gallery-big {
    display: flex;
    max-width: 80%;
}

.fs-gallery .gallery-big img {
    width: 100%;
    height: auto;
}

.fs-gallery .gallery-close {
    position: absolute;
    top: 3rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    width: auto;
    background-color: #ffcf42;
    border-radius: 5px;
    transform: translate(-50%, 0);
}

.fs-gallery .gallery-close:hover {
    cursor: pointer;
}

.fs-gallery .gallery-close a:hover {
    color: black;
}

.gallery .gallery-item .gi-apple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.oct p {
    margin-bottom: 1rem;
}

.oct h3 {
    width: 80%;
}

.four-box {
    margin: 2rem 0;
}

.four-box .subsection {
    height: 20rem;
    position: relative;
}

.four-box .subsection > article {
    position: relative;
    width: 100%;
    height: 50%;
    text-align: center;
    justify-content: center;
    color: white;
    font-size: 1.2em;
}

.four-box .subsection > article h3 {
    font-family: "itc-avant-garde-gothic-pro", serif;
    font-size: 1.8em;
    text-transform: uppercase;
}

.one {
    background-color: aliceblue;
    z-index: 1;
    background-image: url("/media/pljf0j5v/book-four.jpg");
    background-position: 50% 50%;
    background-size: 100%;
}
.two {
    background-color: rgba(255, 207, 66, 0);
    z-index: 0;
    background-image: url("/media/m25pfmlv/plan_aerial.jpg");
    background-position: 30% 30%;
    background-size: 100%;
}
.three {
    background-color: lightgrey;
    z-index: 0;
    background-image: url("/media/vtwejm0u/exhibit-four.jpg");
    background-position: 50% 60%;
    background-size: 100%;
}
.four {
    background-color: lightgreen;
    z-index: 1;
    background-image: url("/media/tmsoxgyy/attend-four.jpg");
    background-position: 50% 60%;
    background-size: 100%;
}

.jg-item {
    border-top: 1px solid rgba(0, 0, 0, .125);
    height: auto;
}

.jg-extra {
    justify-content: center;
    margin-bottom: 2rem;
    align-items: center;
}

.jg-extra .jg-select, .cv-opt select {
    padding: 0.6rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: none;
    border-radius: 5px;
    margin-left: 0.5rem;
    font-size: 1.1em;
    font-weight: 100;
}

.jg-item .jg-img {
    width: 15%;
    padding: 1rem;
}

.jg-item .jg-button {
    width: 10%;
}

.jg-item .jg-button a {
    margin-top: 2rem;
}

.jg-item .jg-img img {
    width: 100%;
    height: fit-content;
}

.jg-item .jg-info {
    width: 75%;
    padding: 1rem;
}

.jg-item .jg-info h3 {
    text-align: start;
    margin: 0;
}

.event-form {
    margin: 2rem auto 0 auto;
    max-width: 600px;
    width: 100%;
    background-color: lightgray;
    padding: 2rem;
}

.event-form .event-submit {
    display: block;
    margin: auto;
}

.calendar-button {
    margin-top: 1rem;
}

.career {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 1rem 0;
}

.values-table th {
    text-align: start;
    font-weight: 100;
}

.values-table td {
    padding-left: 2rem;
}

.w-90 {
    width: 90%;
    margin: auto;
}

.pw-90 {
    width: 90% !important;
    margin: auto;
    align-items: center;
    padding: 2rem 0;
    border-bottom: 1px solid #ffcf42;
}

.pw-90 .q {
    width: 90%;
    display: flex;
    align-items: center;
}

.pw-90 .a {
    width: 90%;
}

.faq-options > div {
    flex-basis: 30%;
    justify-content: space-around;
    margin: auto;
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px solid #ffcf42;
}

.pr-options > a {
    flex-basis: none;
    display: block;
    justify-content: space-around;
    margin: auto;
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px solid #ffcf42;
    cursor: pointer;
}

.faq-options > div:hover {
    cursor: pointer;
}

.s-c {
    position: relative;
    height: 40vh;
}

.s-c .container {
    position: relative;
    z-index: 3;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    color: white;
    transition: all 0.2s linear;
}

.s-c .container:hover {
    cursor: pointer;
}

.s-c .container h3 {
    margin: auto;
    font-size: 1.8em;
    text-transform: uppercase;
}

.s-c article {
    height: 47%;
    width: 100%;
    position: absolute;
    top: 0;
}

.s-c article:nth-child(2) {
    right: 0;
    top: auto;
    bottom: 0;
}

.search-form form {
    margin: auto;
}

.search-form input {
    height: 2rem;
    padding: 0.2rem;
}

.search-form button {
    background-color: white;
}

.search-results {
    padding-bottom: 2rem;
}

.search-results > article {
    display: block;
    padding: 2rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.login-form input[type=password], .login-form input[type=text], .login-form button {
    width: 100%;
}

.login-form .button {
    background-color: #ffcf42;
}

.button-gold {
    background-color: #ffcf42;
    border: none;
}

#s {
    background-image: url("/media/d3rodevk/services.jpg");
    background-position: 50% 45%;
    background-size: 100%;
}

#c {
    background-image: url("/media/tdypjii3/bread.jpg");
    background-position: 50% 80%;
    background-size: 100%;
}

#f {
    background-image: url("/media/qe0pidkg/freight.jpg");
    background-position: 50% 45%;
    background-size: 100%;
}

#p {
    background-image: url("/media/ijgdug3v/policies.jpg");
    background-position: 50% 45%;
    background-size: 100%;
}

.dashboard-listing .dl-img {
    flex-basis: 15%;
}

.dashboard-listing .dl-img img {
    width: 100%;
    height: auto;
}

.dashboard-listing .dl-info {
    flex-basis: 85%;
    padding-left: 2rem;
}

.dashboard-listing .dl-extended {
    width: 100%;
    margin-left: 20%;
}

.partners .partner, .partners .partner img {
    width: 100%;
}

.press-release-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    justify-content: center;
}

.press-release-nav a {
    display: block;
    min-width: 4rem;
    margin: 0 1rem;
}

.press-releases .press-release-item {
    margin-bottom: 2rem;
}

.uc, .press-releases .press-release-item .pr-title {
    text-transform: uppercase;
}

.subsection .acc-container h3 {
    margin: 1rem 0;
}

.subsection .acc-container a {
    margin: 0;
    margin-right: auto;
}

.committees-table li {
    margin-left: 0;
    list-style: none;
}

.committees-table tr {
    height: auto;
    border-spacing: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#procTable strong {
    font-weight: 100;
    font-size: 1.3em;
}

.board {
    margin-bottom: 2rem;
}

.board .pointer {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.modal-window .modal-date {
    color: #212529;
}

.bga a, .img-full a {
    margin-bottom: 0;
    background-color: #ffcf42;
}

@media only screen and (max-width: 768px) {
    .tcm, .img-full {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    
    .tcm img, .img-full img {
        height: 100%;
        object-fit: cover;
    }
    
    .tcm p, .img-full p {
        padding: 0 2rem;
    }
    
    .img-full {
        height: 700px !important;
        margin: 0.5rem 0;
    }
    
    .bga a {
        margin: 1rem 2rem 0 2rem;
    }
    
    .bga h3, .img-full h3 {
        margin: 0 auto;
    }
    
    .bga .shade .container, .img-full .shade .container {
        justify-content: center;
    }
}

@media only screen and (min-width: 769px) {
    li {
        margin-left: 4rem;
    }
    
    .pw {
        max-width: 80%;
    }
    
    .footer-bottom .pw {
        max-width: 80%;
    }
    
    .container .subsection {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .hidden-mobile {
        display: flex !important;
    }
    
    .hidden-mobile-ni {
        display: flex;
    }
    
    #myVideo {
        max-height: 100vh;
    }
    
    #hm {
        display: inline-block;
    }
    
    .only-mobile {
        display: none !important;
    }
    
    #home-text {
        margin-top: 0;
    }
    
    .hero-image video {
        width: 100%;
        height: auto;
        margin-bottom: -20vh;
    }
    
    .banner img {
        width: 100%;
        height: auto;
    }
    
    .footer-bottom > div > div {
        flex-basis: 70%;
    }
    
    .footer-bottom > div > div:nth-child(2) {
        flex-basis: 30%;
    }
    
    .footer-bottom .hidden-mobile {
        border-left: 2px solid white;
    }
    
    .footer-info > div {
        flex-basis: 50%;
        padding: 0 2rem;
    }
    
    .sub-pages a {
        display: inline-block;
        margin: 1rem;
    }
    
    .sub-pages > div {
        flex-wrap: nowrap !important;
    }
    
    .sub-pages .subpage-nav div {
        display: flex;
    }
    
    .accordion .half {
        width: 100% !important;
    }
    
    .nav-wide {
        height: 101%;
        width: 100%;
        justify-content: space-between;
        padding: 0.75rem 1rem;
        background-color: #202020;
    }
    
    .nav-wide a {
        color: #fffbf4;
    }
    .nav-wide a:hover {
        color: #ffcf42;
    }
    
    .nav-wide div {
        width: auto !important;
    }
    
    .nav-extra {
        position: absolute;
        background-color: #202020;
        z-index: 5;
        align-items: flex-start;
    }
    
    .nav-extra a {
        color: #fffbf4;
    }
    
    .nav-extra > div {
        margin-top: 0.2rem;
        padding: 0.3rem 0.5rem;
    }
    
    .nav-option {
        padding: 0.5rem;
    }
    
    .board > div:first-of-type {
        flex-basis: 30%;
    }
    
    .board > div:nth-child(2) {
        flex-basis: 70%;
        padding-left: 2rem;
    }
    
    .calendar-month > .subsection {
        align-items: initial;
    }
    
    #calendar-view {
        margin-bottom: 2rem;
    }
    
    #calendar-view .dow {
        flex-basis: 14.28%;
        border-bottom: 1px solid black;
        text-align: center;
    }
    
    #calendar-view .cd {
        width: 14.28%;
        min-height: 7rem;
        font-size: 0.8em;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        padding: 0.3rem;
    }
    
    #calendar-view .cd > .container {
        display: inline-block;
    }
    
    #calendar-view .cd > .container summary {
        overflow-wrap: break-word;
    }
    
    #calendar-view .cd .e {
        border-bottom: 2px solid #ffcf42;
    }
    
    .calendar-nav {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .calendar-nav-buttons {
        position: absolute;
        justify-content: space-around;
        width: 66.6666vw !important;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .calendar-nav-buttons a {
        width: 5rem;
        border: none;
        color: black;
    }
    
    #show-calendar-view {
        margin-left: 1rem;
    }
    
    .two-col > .subsection > div, .two-col > .container {
        flex-basis: 50%;
    }
    
    .two-col .pw p {
        width: 90%;
        margin: auto;
        margin-top: 0;
    }
    
    .chat {
        height: 80vh;
        width: 30vw;
        bottom: 2rem;
        right: 2rem;
        border-radius: 5px;
    }
    
    .chat-tab {
        bottom: 2rem;
        right: 2rem;
    }
    
    .expert {
		flex-direction: row;
	}
	
	.expert .expert-info {
	    flex-basis: 70%;
	    padding-left: 2rem;
	}
	
	.expert .expert-img {
		flex-basis: 30%;
		margin-bottom: 0;
	}
	
	.expert .expert-text {
		flex-basis: 70%;
		margin-left: 2rem;
	}
	
	.annual-report {
	    justify-content: space-between;
	}
	
	.annual-report > div {
	    width: 30%;
	}
	
	.annual-report img {
	    width: 100%;
	}
	
	.modal-window {
	    height: auto;
	    width: 50vw;
	    margin: auto;
	    margin-top: 20vh;
	    padding: 1rem;
	}
	
	.modal-window .container h3 {
	    font-size: 27px;
	    margin-bottom: 0;
	}
	
	.modal-window .container p {
	    font-size: 1.1em;
	}
	
	.modal-window .container .button {
	    margin-top: 1rem;
	}
	
	.modal-window .modal-date {
	    align-self:center;
	    margin-bottom:1rem;
	    font-weight: 600;
	}
	
	.hall-options {
        flex-basis: 33%;
        margin-bottom: 0.5rem;
    }
    
    .fp {
        justify-content: space-between;
    }
    
    .fp-menu {
        flex-basis: 25%;
        
    }
    
    .fp-display {
        flex-basis: 72%;
    }
    
    .cv-opt {
        justify-content: center;
        margin: 2rem 0;
    }
    
    .gray-hover:hover {
        background-color: rgba(0, 0, 0, .08);
        transition: background-color 0.2s linear;
    }
    
    .carousel {
        width: 100% !important;
        margin: auto;
    }
    
    .carousel .carousel-media {
        position: relative;
    }
    
    .carousel .carousel-info > article {
        width: 60%;
    }
    
    .carousel .carousel-info > div {
        width: 40%;
    }
    
    .carousel .carousel-info h3 {
        font-weight: 300;
    }
    
    .carousel .carousel-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-content: center;
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    .rfp .rfp-info {
        width: 95%;
    }
    
    .rfp .rfp-link {
        width: 5%;
    }
    
    .rfp .rfp-link img {
        height: 100%;
        width: auto;
    }
    
    .rfp .rfp-row {
        height: 4rem;
    }
    
    .rfp .rfp-name {
        width: 35%;
    }
    
    .rfp .rfp-number {
        width: 15%;
    }
    
    .rfp .rfp-date {
        width: 15%;
    }
    
    .rfp .rfp-class {
        width: 35%;
    }
    
    .play-button {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .play-button {
        width: 3rem !important;
    }
    
    .sus-reports {
        justify-content: space-around;
    }
    
    .sus-reports .report {
        flex-basis: 30%;
    }
    
    .ue .ue-items {
        flex-basis: 90%;
    }
    
    .ue .ue-item {
        min-height: 5rem;
        flex-basis: 25%;
        border-left: 1px solid rgba(0, 0, 0, .125);
    }
    
    .ue .ue-item:first-child {
        border-left: none;
    }
    
    .gallery {
        justify-content: space-between;
        margin-bottom: 2rem;
        flex-wrap: nowrap !important;
        max-height: 500px;
        position: relative;
    }
    
    .gallery .gallery-item {
        flex-basis: 50%;
        clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    }
    
    .gallery .gallery-item:first-child {
        clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    }
    
    .gallery .gallery-item:last-child {
        clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    }
    
    .gallery .gallery-item img, .gallery .gallery-item .gi-img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .gallery .gallery-item .gallery-item-title {
        position: absolute;
        justify-content: center;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.50);
        color: white;
        font-size: 1.2em;
    }
    
    .four-box .subsection {
        height: 10rem;
    }
    
    .four-box .subsection > article {
        position: absolute;
        width: 49.5%;
        height: 100%;
        top: 0;
    }
    .four-box .subsection > article > div {
        transition: all 0.2s linear;
    }
    .four-box .subsection .one {
        left: 0;
        clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
        width: 52.2%;
    }
    .two {
        right: 0;
        clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .three {
        left: 0;
        clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    }
    .four-box .subsection .four {
        right: 0;
        clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
        width: 52.2%;
    }
    
    .four-box > div:nth-child(2) {
        margin-top: 0.6rem;
    }
    
    .exec-member .exec-name {
        background-color: rgba(255, 207, 66, 0.85);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        text-align: center;
    }
    
    .exec-modal {
        background-color: white;
        max-height: 70vh;
        width: 80vw !important;
        margin: auto;
        margin-top: 15vh;
        padding: 2rem;
        border-radius: 5px;
        
        position: relative;
    }
    
    .exec-modal .em-img {
        width: 30%;
    }
    
    .exec-modal .em-img img {
        width: 100%;
    }
    
    .exec-modal .em-info {
        width: 70%;
        height: 100%;
        overflow-y: scroll;
        padding-left: 2rem;
    }
    
    .exec-modal .exec-close {
        position: absolute;
        text-align: center;
        height: 3rem;
        width: 3rem;
        top: 0rem;
        right: 0rem;
        background-color: #ffcf42;
        border-radius: 50%;
        transform: translate(50%, -50%);
    }
    
    .container .exec-modal .exec-close a {
        margin: auto;
    }
    
    .exec-modal .exec-close i {
        color: black;
    }
    
    .committees-table {
        width: 100%;
        border-collapse: collapse;
        line-height: 2.5em;
    }
    
    .committees-table tr:first-of-type {
        text-align: left;
    }
    
    .event-form h4 {
        font-weight: 100;
    }
    
    .partners {
        justify-content: space-around;
    }
    
    .partners .partner {
        width: 30%;
    }
    
    .partners .partner img {
        width: 100%;
    }
    
    .partners .exec-modal {
        height: auto;
    }
    
    .career .c-name {
        flex-basis: 30%;
    }
    
    .career .c-dept {
        flex-basis: 30%;
    }
    
    .career .c-date {
        flex-basis: 20%;
    }
    
    .grouped-acc > div {
        margin-right: 2rem;
    }
    
    .jg-extra #cat-label {
        display: inline-block;
        margin-left: 1rem;
    }
    
    .s-c article {
        height: 100%;
        width: 52.7%;
    }
    
    #s {
        clip-path: polygon(0 0, 98.6% 0%, 85.5% 100%, 0% 100%);
        width: 56.5%;
    }
    
    #c {
        clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 103%);
        width: 51%;
    }
    
    #f {
        clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
        width: 48%;
    }
    
    #p {
        clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 126%);
        width: 60%;
    }
    
    .pw-90 .q {
        width: 30%;
    }
    
    .pw-90 .a {
        width: 70%;
        padding-left: 2em;
    }
    
    .nav-search {
        color: white;
        margin: 0 1rem;
        align-content: center;
    }
    
    .fwd-l {
        position: absolute;
        clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
        width: 110%;
        z-index: 3;
    }
    
    .fwd-r {
        clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    
    .bkd-l {
        position: absolute;
        clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
        width: 110%;
        z-index: 3;
    }
    
    .bkd-r {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
    }
    
    .fwd-r p, .bkd-l p, .fwd-l p, .bkd-r p {
        width: 70% !important;
    }
    
    .fwd-r .shade > div, .bkd-r .shade > div {
        margin-left: 4rem;
    }
    
    .fs-gallery .gallery-big img {
        width: auto;
        height: 100%;
    }
    
    .img-full {
        margin-top: 1rem;
    }
    
    .img-full .shade .container {
        justify-content: center;
    }
    
    .img-full img {
        height: 60vh;
        object-fit: cover;
    }
    
    .img-full h3 {
        margin: 0 4rem !important;
    }
    
    .img-full p {
        margin: 0 2rem;
        margin-bottom: 0 !important;
    }
    
    .img-full a {
        background-color: #ffcf42;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .fwd-r h3, .bkd-l h3, .fwd-l h3, .bkd-r h3 {
        margin-top: 5rem;
    }
}

@media only screen and (min-width: 1281px) {
    .footer-info > div {
        flex-basis: 25%;
    }
    
    .footer-info > div:nth-child(2) {
        flex-basis: 75%;
    }
    
    .diag-img {
        height: 540px !important;
        object-fit: cover;
    }
    
    .fwd-r .shade > div, .bkd-r .shade > div {
        margin-left: 6rem;
    }
    
    .xl-img {
        max-width: 70%;
        margin: auto;
    }
}