* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

html, body, p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial Narrow", Helvetica, sans-serif;
  color: black;
  font-size: 16px;
  font-size: 1rem;
}

p {
  line-height: 1;
  margin: 0;
  padding: 0;
}

.container {
  padding: 0;
  max-width: 1239px;
  margin: 0 auto;
  margin-bottom: -137px;
  width: fit-content;
}

header {
  display: table;
  vertical-align: top;
  height: 200px;
  z-index: 1004;
}

.header-left {
  display: table-cell;
  vertical-align: top;
  width: 78%;
  color: #fff;
  background-color: #00948f;
  box-shadow: 7px 15px 18px #aaa;
  -webkit-box-shadow: 7px 15px 18px #aaa;
  position: relative;
}
.header-left h1 {
  font-size: 50px;
  font-size: 3.125rem;
  margin: 0;
  letter-spacing: 2px;
  background-color: #00948f;
  width: 100%;
  padding: 20px 85px 30px 138px;
  line-height: 1.1;
  margin: 0;
}
.header-left h1 span {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
}

.header-spacer {
  display: table-cell;
  width: 2%;
}

.header-right {
  display: table-cell;
  width: 21%;
  background-color: #9fd2d0;
  box-shadow: 7px 15px 18px #aaa;
  -webkit-box-shadow: 7px 15px 18px #aaa;
  z-index: 1002;
  padding: 175px 61px 0 20px;
  line-height: 1.3;
  font-size: 28px;
  font-size: 1.75rem;
}

.small-box {
  width: 8%;
  height: 33px;
  background-color: #9fd2d0;
  z-index: 1005;
  padding: 0;
}

.center-table {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.center-row {
  display: table-row;
}

.vert-spacer {
  display: table-cell;
  background-color: #e6e7e8;
  z-index: -2;
  width: 8%;
}

main {
  display: table-cell;
  width: 69%;
}

.main-body {
  margin-left: 20px;
  height: 100%;
}
.main-body p:first-child {
  font-size: 44px;
  font-size: 2.75rem;
}
.main-body p:nth-child(2) {
  font-size: 27px;
  font-size: 1.6875rem;
}
.main-body .hr {
  border-top: 10px solid white;
  margin: 20px 0;
}
.main-body p:nth-child(3) {
  font-size: 27px;
  font-size: 1.6875px;
}

.main-body-header {
  background-color: #9fd2d0;
  padding: 10px 25px 15px;
  margin-bottom: 20px;
}
.main-body-header p:first-child {
  font-size: 44px;
  font-size: 2.75rem;
  margin-bottom: 10px;
}
.main-body-header p:nth-child(2) {
  font-size: 27px;
  font-size: 1.6875rem;
}
.main-body-header hr {
  border-width: 10px;
}
.main-body-header p:nth-child(4) {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 5px;
}
.main-body-header p:nth-child(5) {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}
.main-body-header p:nth-child(6) {
  font-size: 24px;
  font-size: 1.5rem;
}

.foot-note {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  margin-bottom: 1.25rem;
}

.co-chairs {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  margin-bottom: 20px;
}
.co-chairs span {
  color: #00837c;
}

table {
  font-size: 23px;
  font-size: 1.4375rem;
  border-collapse: collapse;
}
table th {
  text-align: left;
  padding-left: 20px;
}
table tr td {
  padding: 5px;
}
table tr td:first-child {
  width: 20%;
}
table tr td:nth-child(2) {
  width: 55%;
}
table tr td:nth-child(3) {
  width: 25%;
  text-align: right;
  padding-right: 20px;
}
table tr.header {
  text-transform: uppercase;
  font-size: 28px;
  font-size: 1.75rem;
  background-color: #00948f;
  color: white;
}
table tr.header th {
  border-top: 5px solid black;
}
table tr:not(agenda) td {
  border-bottom: 3px solid #00948f;
}
table tr.qa {
  background-color: #e5f4f4;
}
table tr.break {
  background-color: #cdeae9;
}

aside {
  padding: 0 20px;
  display: table-cell;
  width: 21%;
  text-align: top;
}
aside .list-header {
  text-transform: uppercase;
  color: #004a99;
  font-size: 28px !important;
  font-size: 1.75rem !important;
  margin-bottom: 10px;
}
aside .faculty-list {
  list-style: none;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #a0a0a0;
}
aside .faculty-list li {
  margin-bottom: 15px;
}
aside .faculty-list li span {
  display: inline-block;
  color: black;
  font-size: 23px;
  font-size: 1.277777778rem;
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 137px;
  z-index: 1000;
  position: relative;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 402px;
  margin: 0 auto 20px;
  width: 100%;
  height: 402px;
  z-index: -2;
}
footer p {
  position: absolute;
  left: 20px;
  bottom: 30px;
  font-size: 19px;
  font-size: 1.1857rem;
  line-height: 1.3;
}
footer .logo {
  position: absolute;
  right: 60px;
  bottom: 30px;
}

@media screen and (max-width: 767px) {
  .header-left,
  .header-right {
    display: block;
    width: auto;
  }

  .header-left {
    margin: 0 20px;
  }
  .header-left h1 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
    padding: 20px !important;
  }
  .header-left h1 span {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }

  .header-right {
    padding: 20px !important;
    margin: 30px 20px 0;
  }

  .small-box {
    display: none;
  }

  .vert-spacer {
    display: none;
  }

  main, aside {
    display: block;
    width: auto;
  }

  .main-body {
    margin: 20px;
  }

  .main-body-header p:first-child {
    text-align: center;
    font-size: 40px;
    font-size: 2.5 rem;
  }
}
@media screen and (max-width: 1120px) {
  footer p {
    bottom: 100px;
  }
  footer .logo {
    right: auto;
    left: 20px;
    bottom: 30px;
  }
}
