@font-face {
  font-family: "pt_sansbold";
  src: url("../styles/utilities/fonts/PTSans/ptsans-bold-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansitalic";
  src: url("../styles/utilities/fonts/PTSans/ptsans-italic-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansbold_italic";
  src: url("../styles/utilities/fonts/PTSans/ptsans-bolditalic-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_proregular";
  src: url("../styles/utilities/fonts/MyriadPro/myriadpro-regular-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/MyriadPro/myriadpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "marcellusregular";
  src: url("../styles/utilities/fonts/marcellus/marcellus-regular-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/marcellus/marcellus-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
html strong,
html em,
body strong,
body em {
  font-family: "marcellusregular";
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}

section {
  width: 100%;
  display: flex;
  min-height: 30vh;
  border-bottom: 2px solid rgb(216, 176, 115);
}
section:nth-of-type(1) {
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(1) .panel {
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(1) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(1) .panel:nth-of-type(1) h1,
section:nth-of-type(1) .panel:nth-of-type(1) h2,
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  margin-bottom: 0;
}
section:nth-of-type(1) .panel:nth-of-type(1) h1 {
  font-family: "pt_sansbold", sans-serif;
  font-size: 2em;
  font-weight: 300;
  color: rgb(35, 54, 110);
  opacity: 0.5;
}
section:nth-of-type(1) .panel:nth-of-type(1) h2,
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  font-family: "Arial", sans-serif;
  margin-top: 1vw;
}
section:nth-of-type(1) .panel:nth-of-type(1) h2 {
  font-size: 2.5em;
  color: rgb(35, 54, 110);
  text-align: center;
}
section:nth-of-type(1) .panel:nth-of-type(1) h3 {
  font-size: 1.5em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
}
section:nth-of-type(1) .panel:nth-of-type(2) {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1vw;
  box-sizing: border-box;
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card {
  display: flex;
  flex-direction: column;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) {
  width: 100%;
  padding: 3vw;
  box-sizing: border-box;
  height: auto;
  background-color: #f2f2f2;
  font-family: "Arial", sans-serif;
}
section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) p {
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
  margin-top: 0;
  font-size: 1.5em;
  padding-bottom: 0;
  text-align: justify;
}
section:nth-of-type(2) {
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(2) .panel {
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(2) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(2) .panel:nth-of-type(1) h1 {
  font-family: "pt_sansbold", sans-serif;
  font-size: 2em;
  font-weight: 300;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
section:nth-of-type(2) .panel:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
section:nth-of-type(2) .panel:nth-of-type(2) .row {
  width: 100%;
  display: flex;
  justify-content: center;
}
section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory {
  margin: auto 1vw;
  cursor: pointer;
  background-color: rgb(216, 176, 115);
  color: rgb(255, 255, 255);
  font-family: "Arial", sans-serif;
  font-size: 1.4em;
  padding: 1vw 1.5vw;
  box-sizing: border-box;
  border: 0;
  outline: unset;
}
section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory:hover {
  background-color: rgb(35, 54, 110);
}
section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory.active {
  background-color: rgb(35, 54, 110);
}
section:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  padding: 3vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel {
  min-height: 100vh;
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1vw;
}
section:nth-of-type(3) .panel .item {
  padding: 2vw;
  box-sizing: border-box;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid rgb(216, 176, 115);
  position: relative;
}
section:nth-of-type(3) .panel .item img {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -2vh;
     object-position: 0 -2vh;
}
section:nth-of-type(3) .panel .item .card {
  font-family: "pt_sansbold", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(216, 176, 115);
  padding: 0.5vw 1vw;
  box-sizing: border-box;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section:nth-of-type(3) .panel .item .card h1,
section:nth-of-type(3) .panel .item .card a {
  color: rgb(255, 255, 255);
  font-size: 2em;
}
section:nth-of-type(3) .panel .item .card h1 {
  font-weight: 300;
}
section:nth-of-type(3) .panel .item .card a {
  text-decoration: none;
  padding: 0.5vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel .item .card a:hover {
  background-color: rgb(23, 126, 137);
}
section:nth-of-type(3) .panel.active {
  display: grid;
}

@media only screen and (min-width: 701px) and (max-width: 1400px) {
  section:nth-of-type(1) .panel {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1,
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    margin-bottom: 0;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    margin-top: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2 {
    font-size: 2em;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-size: 1.2em;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr;
    padding: 5vw;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card {
    display: flex;
    flex-direction: column;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) p {
    font-size: 1.4em;
    padding: unset;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel:nth-of-type(1) h1 {
    font-family: "pt_sansbold", sans-serif;
    font-size: 1.8em;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory {
    font-size: 1.4em;
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory.active {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel {
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
  }
  section:nth-of-type(3) .panel .item {
    padding: 5vw;
    box-sizing: border-box;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  section:nth-of-type(3) .panel .item img {
    width: 100%;
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 -2vh;
       object-position: 0 -2vh;
  }
  section:nth-of-type(3) .panel .item .card h1,
  section:nth-of-type(3) .panel .item .card a {
    color: rgb(255, 255, 255);
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  section:nth-of-type(1) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1,
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    margin-bottom: 0;
    text-align: center;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2,
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    margin-top: 2vh;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h2 {
    font-size: 1.7em;
  }
  section:nth-of-type(1) .panel:nth-of-type(1) h3 {
    font-size: 1em;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) {
    display: grid;
    grid-template-columns: 1fr;
    padding: 2vw;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card {
    display: flex;
    flex-direction: column;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(1) .panel:nth-of-type(2) .card:nth-of-type(1) p {
    font-size: 1.2em;
    padding: unset;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel:nth-of-type(1) h1 {
    font-family: "pt_sansbold", sans-serif;
    font-size: 1.5em;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row {
    padding: 2vw;
    padding-top: unset;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory {
    margin: unset;
    width: 100%;
    font-size: 1.2em;
    padding: 2vw;
    margin-top: 2vh;
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(2) .panel:nth-of-type(2) .row .catagory.active {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel {
    grid-template-columns: 1fr;
    gap: 1vw;
  }
  section:nth-of-type(3) .panel .item {
    padding: 2vw;
    box-sizing: border-box;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 5vh;
  }
  section:nth-of-type(3) .panel .item img {
    width: 100%;
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 -2vh;
       object-position: 0 -2vh;
  }
  section:nth-of-type(3) .panel .item .card h1,
  section:nth-of-type(3) .panel .item .card a {
    color: rgb(255, 255, 255);
    font-size: 1.5em;
  }
}/*# sourceMappingURL=awards.css.map */