/* CSS Document */
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
@import "https://use.typekit.net/map5mix.css";
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
*,
:before,
:after {
  box-sizing: border-box;
}
.animated {
  transition: all 0.3s ease-out allow-discrete;
}
body {
  padding: 0;
  margin: 20px 0 0 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
}
sup {
  font-size: 0.7em;
  vertical-align: top;
}
.main-container {
  padding: 0 100px;
}
.main-container .main-content {
  padding: 40px 0;
}
.main-container .main-content .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
}
.main-container .main-content .header img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.main-container .main-content .header .update {
  rotate: 4deg;
  width: 50%;
  padding: 20px;
  border-radius: 8px;
  background-color: #7DB138;
  color: #101607;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.main-container .main-content .header .update img.icon {
  width: 60px;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 30px;
}
.main-container .main-content .header .update h2 {
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: 300;
  color: white;
}
.main-container .main-content .header .update p:last-of-type {
  padding-bottom: 0;
}
.main-container .main-content .header .update p {
  font-weight: 500;
}
.main-container .main-content .header .update p a,
.main-container .main-content .header .update p a:visited {
  color: #000000;
  font-weight: 700;
}
.main-container .main-content h1 {
  margin: 30px 0 20px 0;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.main-container .main-content h3 {
  margin: 10px 0;
  font-size: 26px;
  font-weight: 500;
  color: #166B8B;
}
.main-container .main-content p {
  padding-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 300;
}
.main-container .main-content strong,
.main-container .main-content b {
  font-weight: 700;
}
.main-container .main-content a,
.main-container .main-content a:visited {
  color: #166B8B;
  text-decoration: none;
  font-weight: 700;
}
.honouree-container {
  background-color: #D9E021;
}
.honouree-container h2 {
  padding: 16px 100px;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #848813;
  background-color: #D9E021;
  border-bottom: #6e7210 1px solid;
  transition: all 0.3s ease-out allow-discrete;
}
.honouree-container h2.current {
  font-weight: 500;
  background-color: #7DB138;
  color: black;
}
.honouree-container h2:hover {
  background-color: #f0f3a7;
  transition: all 0.3s ease-out allow-discrete;
  cursor: pointer;
  border-bottom: white 1px solid;
  color: black;
}
.honouree-container .honouree-list {
  border-bottom: #848813 1px solid;
  width: 100%;
  columns: 4;
  padding: 16px 100px;
}
.honouree-container .honouree-list p {
  break-inside: avoid;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.contacts-container {
  background-color: #166B8B;
  padding: 0 100px;
}
.contacts-container .colophon {
  padding: 20px 0 50px 0;
  display: block;
  color: white;
  font-size: 0.8em;
}
.contacts-container .colophon a,
.contacts-container .colophon a:visited {
  color: white;
  text-decoration: none;
  font-weight: 700;
}
.contacts-container .contacts-content {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr;
  grid-auto-flow: column;
  font-weight: 300;
  grid-gap: 20px;
  font-size: 0.9em;
  color: white;
}
.contacts-container .contacts-content p {
  padding-bottom: 8px;
}
.contacts-container .contacts-content b,
.contacts-container .contacts-content strong {
  font-weight: 700;
}
.contacts-container .contacts-content a,
.contacts-container .contacts-content a:visited {
  color: white;
  text-decoration: none;
  font-weight: 700;
}
.contacts-container .contacts-content .icon-bar {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  flex-wrap: wrap;
  align-content: flex-start;
  grid-row-gap: 10px;
}
.contacts-container .contacts-content .icon {
  display: block;
  width: 38px;
  height: 38px;
  border: white 1px solid;
  background-color: #166B8B;
  transition: all 0.3s ease-out allow-discrete;
}
.contacts-container .contacts-content .icon img {
  width: 100%;
  height: auto;
}
.contacts-container .contacts-content #email-icon:hover {
  background-color: #2aacdd;
  transition: all 0.3s ease-out allow-discrete;
}
.contacts-container .contacts-content #x-icon:hover {
  background-color: #14171a;
  transition: all 0.3s ease-out allow-discrete;
}
.contacts-container .contacts-content #linkedin-icon:hover {
  background-color: #0a66c2;
  transition: all 0.3s ease-out allow-discrete;
}
.contacts-container .contacts-content #facebook-icon:hover {
  background-color: #1877f2;
  transition: all 0.3s ease-out allow-discrete;
}
@media screen and (max-width: 800px) {
  .contacts-container,
  .main-container,
  .contacts-container,
  .honouree-container .honouree-list,
  .honouree-container h2 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .honouree-container .honouree-list {
    columns: 3;
  }
  .main-container .main-content .header {
    flex-direction: column;
    grid-row-gap: 20px;
  }
  .main-container .main-content .header .update {
    rotate: 0deg;
    width: 100%;
  }
}
