html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --fontStackSans: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --fontStackSerif: "Alegreya", Georgia, Times, "Times New Roman", serif;
}

@font-face {
  font-family: "ui";
  font-style: normal;
  font-display: auto;
  src: url("https://hcmc.uvic.ca/webFonts/ui.woff2") format("woff2"), url("https://hcmc.uvic.ca/webFonts/ui.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  font-display: auto;
  src: url("https://hcmc.uvic.ca/webFonts/OpenSans-Light.woff2") format("woff2"), url("https://hcmc.uvic.ca/webFonts/OpenSans-Light.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url("https://hcmc.uvic.ca/webFonts/OpenSans-Regular.woff2") format("woff2"), url("https://hcmc.uvic.ca/webFonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  src: url("https://hcmc.uvic.ca/webFonts/OpenSans-SemiBold.woff2") format("woff2"), url("https://hcmc.uvic.ca/webFonts/OpenSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: auto;
  src: url("https://hcmc.uvic.ca/webFonts/OpenSans-Italic.woff2") format("woff2"), url("https://hcmc.uvic.ca/webFonts/OpenSans-Italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
  font-display: auto;
  src: url("https://hcmc.uvic.ca/webFonts/OpenSans-LightItalic.woff2") format("woff2"), url("https://hcmc.uvic.ca/webFonts/OpenSans-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  font-display: auto;
  src: url("https://hcmc.uvic.ca/webFonts/OpenSans-Bold.woff2") format("woff2"), url("https://hcmc.uvic.ca/webFonts/OpenSans-Bold.woff") format("woff");
}
/*
    2.822em
    2.645em
    2.479em
    2.323em
    2.178em
    2.041em
    1.913em
    1.793em
    1.68em
    1.575em
    1.476em
    1.383em
    1.296em
    1.215em
    1.138em
    1.067em
    1em
    0.937em
    0.878em
    0.823em
*/
html {
  font-size: 1em;
}

body {
  line-height: 1.45;
  color: #2a2a2a;
}

p,
ul,
ol {
  margin-bottom: 1.3em;
  font-family: var(--fontStackSans);
  font-weight: 400;
  font-size: 1.1rem;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  p,
ul,
ol {
    font-size: 1.3em;
    padding: 0;
  }
}

cite,
i {
  font-family: var(--fontStackSans);
  font-style: italic;
  font-weight: 400;
}

.bold,
strong {
  font-weight: 500;
}

blockquote {
  background-color: #e6e6e6;
  padding: 0.75rem;
}

li {
  margin-bottom: 0.5rem;
}

b {
  font-weight: bold;
}

ul,
ol {
  margin-left: 1.45rem;
}

.plain {
  list-style-type: none;
  margin-left: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.5em;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--fontStackSans);
  padding: 0;
}
@media only screen and (min-width: 768px) {
  h1,
h2,
h3,
h4 {
    padding: 0;
  }
}

h1 {
  margin-top: 0;
  font-size: 1.602em;
  text-align: center;
  font-size: 1.4em;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.3rem;
}
@media only screen and (min-width: 600px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.125em;
}

small,
.font_small {
  font-size: 0.889em;
}

.smaller {
  font-size: 80%;
}

.centered {
  text-align: center;
}

section a:link,
section a:visited {
  color: #2a2a2a;
  text-decoration-color: #FFB07F;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease-in-out;
}

section a:hover {
  text-decoration-color: #D22630;
}

img.body {
  width: 225px;
  max-width: 225px;
  height: auto;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 960px) {
  img.body {
    float: left;
    margin: 0.5rem 1rem;
  }
}

img.inlineImage {
  width: 100%;
  max-width: 45rem;
  height: auto;
  border: 1px solid #2a2a2a;
}

figure.inline {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  figure.inline {
    width: 90%;
  }
}

figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure.left {
  display: none;
  float: left;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 1100px) {
  figure.left {
    margin-left: -10rem;
    display: inline;
    height: auto;
  }
}
@media only screen and (min-width: 1400px) {
  figure.left {
    margin-left: -18.625rem;
  }
}

figure.left img {
  width: 15.625rem;
  height: auto;
}

figure.right {
  display: none;
  float: right;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 1100px) {
  figure.right {
    width: 250px;
    height: auto;
    margin-right: -10rem;
    display: inline;
  }
}
@media only screen and (min-width: 1400px) {
  figure.right {
    margin-right: -18.625rem;
  }
}

figure.right img {
  width: 250px;
  height: auto;
}

figcaption {
  font-family: var(--fontStackSans);
  font-weight: 300;
  font-size: 1rem;
}

.markedOffTop::before {
  content: "";
  background-color: #c6c6c6;
  width: 40%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1rem;
}

.markedOffBottom::after {
  content: "";
  background-color: #c6c6c6;
  width: 40%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 1rem;
}

figure.tableContainer {
  max-width: 100%;
  padding: 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
}
@media only screen and (min-width: 600px) {
  figure.tableContainer {
    max-width: 75rem;
  }
}

table {
  border-collapse: collapse;
  font-family: var(--fontStackSans);
  font-weight: 400;
}

tr.highlight td {
  background-color: #eee;
}

th {
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  background-color: #eee;
}

td,
th {
  padding: 0.5em 0.5em 0.5em 0.5em;
  line-height: 1.3;
  font-size: 1.1rem;
  border: 1px solid #dbdbdb;
}

td {
  background-color: #fff;
}

.slideOutMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background-color: #acacac;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.panel:before {
  content: "";
  display: block;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.slideOutMenu ul {
  list-style-type: none;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  margin-left: 30px;
  margin-top: 2rem;
}
.slideOutMenu ul li {
  padding-left: 7px;
  border-left: 3px solid transparent;
}
.slideOutMenu ul li.active {
  border-left: 3px solid #fff;
}

.slideOutMenu a, slideOutMenu a:visited {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
}

.toggleButtonMobile {
  font-family: "ui";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  font-size: 2.5rem;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (min-width: 960px) {
  .toggleButtonMobile {
    display: none;
  }
}

.internal .toggleButtonMobile {
  font-size: 30px;
  width: 40px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #fff;
  top: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 0;
}
@media only screen and (min-width: 600px) {
  .internal .toggleButtonMobile {
    display: none;
  }
}

.splash .toggleButtonMobile {
  color: #fff;
  font-size: 4rem;
  padding: 0;
}
@media only screen and (min-width: 600px) {
  .splash .toggleButtonMobile {
    display: none;
  }
}

:root {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  --bottom-safe-area: env(safe-area-inset-bottom);
  --top-safe-area: env(safe-area-inset-top);
}

main {
  position: relative;
}

.archived {
  font-size: 1.2rem;
  transform: rotate(33deg);
  position: absolute;
  top: 60px;
  right: 30px;
  font-family: "Open Sans";
  color: #b90202;
  font-weight: bold;
  padding: 0.5rem;
  border: 3px solid #b90202;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .archived {
    font-size: 2rem;
  }
}

body {
  background-color: #d8d8d8;
}

#contentContainer {
  position: relative;
}

main#contentContainerRead {
  background-color: #f7f7f7;
}

main#contentContainerSchedule {
  background-color: #f7f7f7;
}

main {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../images/bgEdge.png);
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: 100px auto;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  main {
    background-size: 150px auto;
  }
}

#topNav {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  #topNav {
    margin-bottom: 1rem;
  }
}

header {
  background-color: #fff;
  border-top: 3px solid #D22630;
  padding: 0.25rem;
}

header a:link,
header a:visited {
  padding: 0;
}

img#logoLarge {
  width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  img#logoLarge {
    width: 500px;
    margin-top: 30px;
  }
}

div#descriptorContainer {
  width: 100%;
  padding: 1rem 1rem 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F7F7F7;
  position: relative;
}
@media only screen and (min-width: 768px) {
  div#descriptorContainer {
    margin-bottom: 5rem;
    padding: 1rem 1rem 4rem 1rem;
  }
}

div#descriptorContainer.read {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  div#descriptorContainer.read {
    margin-bottom: 2rem;
    padding: 1rem 1rem 1rem 1rem;
  }
}

section.descriptor {
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

section.descriptor.normal-format {
  max-width: 44rem;
}

section.descriptor h2 {
  font-family: "Open Sans";
  font-size: 1.476rem;
  font-weight: 600;
  color: #002e5d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  section.descriptor h2 {
    font-size: 1.476em;
  }
}

span.sub-header {
  font-size: 1.067rem;
  text-align: center;
  font-family: var(--fontStackSans);
  font-weight: 600;
  color: #002e5d;
  display: block;
  font-size: 1rem;
  margin-bottom: 1rem;
}

section.descriptor.normal-format h2 {
  margin-bottom: 0.25rem;
}

section.descriptor.normal-format p {
  text-align: left;
}

section.normal-format h3 {
  font-family: var(--fontStackSans);
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.383rem;
  color: #002e5d;
}

section.normal-format ul {
  margin-top: 0;
  margin-left: 0rem;
  margin-bottom: 0.5rem;
  list-style-type: none;
}

section.normal-format ul li {
  font-size: 1.067rem;
}

section.descriptor p {
  font-family: "Open Sans";
  font-weight: 500;
  color: #000;
  font-size: 0.937rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  section.descriptor p {
    font-size: 1.067rem;
  }
}

img#martlet {
  width: 35px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
}
@media only screen and (min-width: 768px) {
  img#martlet {
    width: 58px;
    height: auto;
    bottom: -29px;
  }
}

div#quickLinks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 4rem;
}

div.quickLinkContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

@media not all and (pointer: coarse) {
  div.quickLinkContainer:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-duration: 0.2s;
  }
}

div.quickLinkContainer a:link,
div.quickLinkContainer a:visited {
  text-decoration: none;
}

div.quickLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
  cursor: pointer;
  width: 130px;
  height: 130px;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  div.quickLink {
    width: 250px;
    height: 238px;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
div#schedule {
  background-color: #002e5d;
  background-image: url("../images/bgSchedule.svg");
  background-position: bottom 70% center;
  background-repeat: no-repeat;
  background-size: 40%;
}
@media only screen and (min-width: 768px) {
  div#schedule {
    background-size: 45%;
  }
}

div#read {
  background-color: #d22630;
  background-image: url("../images/bgRead.svg");
  background-position: bottom 70% center;
  background-repeat: no-repeat;
  background-size: 45%;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  div#read {
    background-size: 50%;
  }
}

div#contest {
  background-color: #eaaa00;
  background-image: url("../images/bgAward.svg");
  background-position: bottom 70% center;
  background-repeat: no-repeat;
  background-size: 45%;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  div#contest {
    background-size: 45%;
  }
}

div.quickLink div {
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 1rem;
}

div.quickLink div span {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.476rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  div.quickLink div span {
    font-size: 1.68rem;
  }
}

div#internalHeaderContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  div#internalHeaderContainer {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  }
}

span.eventDate {
  display: none;
  position: absolute;
  font-family: var(--fontStackSans);
  font-weight: 600;
  color: #102e5a;
  font-size: 3rem;
  top: 0;
  right: 5px;
  opacity: 0.2;
}
@media only screen and (min-width: 768px) {
  span.eventDate {
    display: initial;
  }
}

div#internalHeaderContainer > a:link,
div#internalHeaderContainer > a:visited {
  text-decoration: none;
}

div#internalHeaderContainer a {
  position: relative;
}

div#internalHeaderContainer a span {
  position: absolute;
  top: 65px;
  right: 0;
  font-family: var(--fontStackSans);
  font-weight: 600;
  color: #102e5a;
  top: 35px;
  font-size: 0.6rem;
}
@media only screen and (min-width: 768px) {
  div#internalHeaderContainer a span {
    top: 65px;
    font-size: 0.9rem;
  }
}

div#internalHeaderContainer img#logoSmall {
  width: 175px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  div#internalHeaderContainer img#logoSmall {
    width: 330px;
  }
}

ul#topNavList {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 2rem;
}
@media only screen and (min-width: 768px) {
  ul#topNavList {
    margin-left: 4rem;
  }
}

ul#topNavList li {
  margin-right: 0.5rem;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: border-bottom 0.5s ease-in-out;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  ul#topNavList li {
    margin-right: 1.75rem;
  }
}

ul#topNavList li:last-of-type {
  margin-right: 0;
}

@media not all and (pointer: coarse) {
  ul#topNavList li:hover {
    border-bottom: 3px solid #d22630;
  }
}

ul#topNavList li.active {
  border-bottom: 3px solid #d22630;
}

ul#topNavList li a:link,
ul#topNavList li a:visited {
  text-decoration: none;
  font-family: var(--fontStackSans);
  font-weight: 600;
  color: #002e5d;
  font-size: 0.878rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  ul#topNavList li a:link,
ul#topNavList li a:visited {
    font-size: 1.215rem;
  }
}

div#headingContainer h1 {
  font-family: var(--fontStackSans);
  color: #002e5d;
  font-weight: 600;
  font-size: 1.138rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  div#headingContainer h1 {
    font-size: 1.476rem;
    margin-bottom: 1rem;
  }
}

div#bookGrid {
  display: grid;
  grid-template-columns: repeat(1, minmax(300px, 350px));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  grid-row-gap: 30px;
  grid-gap: 30px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  div#bookGrid {
    grid-template-columns: repeat(2, minmax(300px, 350px));
  }
}
@media only screen and (min-width: 1000px) {
  div#bookGrid {
    grid-template-columns: repeat(3, minmax(300px, 350px));
  }
}

div.bookContainer {
  background-color: #fff;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

div.bookContainer h3 {
  text-align: center;
  margin-top: 1rem;
  font-style: italic;
  font-family: var(--fontStackSans);
  font-weight: 400;
  font-size: 1.067rem;
  line-height: 1.2;
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
  height: 52px;
}
@media only screen and (min-width: 768px) {
  div.bookContainer h3 {
    font-size: 1.067rem;
  }
}

div.bookContainer h3.reduceSize {
  font-size: 1rem;
}

div.bookContainer h3.reduceSizePlus {
  font-size: 1rem;
}

span.bookAuthor {
  font-style: normal;
  font-weight: 300;
  font-size: 0.823rem;
}
@media only screen and (min-width: 768px) {
  span.bookAuthor {
    font-size: 0.823rem;
  }
}

h3.reduceSize span.bookAuthor {
  font-size: 0.937rem;
}

h3.reduceSizePlus span.bookAuthor {
  font-size: 0.823rem;
}

img.bookCover {
  height: 225px;
  width: auto;
  margin-bottom: 1rem;
  border: 1px solid #cccccc;
}

div.bookContainer p {
  font-family: var(--fontStackSans);
  font-weight: 300;
  font-size: 0.878rem;
  color: #000;
  margin-bottom: 1rem;
  padding: 0rem 1rem;
}
@media only screen and (min-width: 768px) {
  div.bookContainer p {
    font-size: 0.937rem;
  }
}

div.bookContainer p cite,
div.bookContainer p i {
  font-weight: 300;
}

div.bookContainer blockquote {
  font-family: var(--fontStackSans);
  font-weight: 300;
  font-size: 0.878rem;
  color: #000;
  width: 85%;
  margin-bottom: 2rem;
  font-style: italic;
  border-radius: 5px;
  background-color: #ececec;
}
@media only screen and (min-width: 768px) {
  div.bookContainer blockquote {
    font-size: 0.937rem;
  }
}

span.facName {
  font-weight: 400;
  font-size: 0.823rem;
}

img.bookMartlet {
  width: 35px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25rem;
  margin-top: auto;
}

/*Schdule-----------------------*/
#scheduleContainer {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border-bottom: 5px solid #d22630;
  width: 100%;
}

.scheduleItem {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  max-width: 1100px;
}
@media only screen and (min-width: 768px) {
  .scheduleItem {
    flex-direction: row;
  }
}

.scheduleItem:last-of-type {
  border-bottom: none;
  margin-bottom: 1rem;
}

.date {
  font-family: var(--fontStackSans);
  color: #002e5d;
  font-weight: 300;
  font-style: normal;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .date {
    flex-basis: 30%;
    flex-shrink: 0;
    margin-left: 1rem;
    justify-content: flex-start;
    padding-top: 0;
    font-size: 1.5rem;
  }
}

span.bold {
  font-weight: bold;
}

.events {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .events {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.eventContainer {
  margin-bottom: 1rem;
  transition: all;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .eventContainer {
    justify-content: flex-start;
  }
}

.eventContainer:first-of-type {
  margin-top: 1rem;
}

.titleTimeContainer {
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem;
  width: 96%;
}
@media only screen and (min-width: 768px) {
  .titleTimeContainer {
    justify-content: flex-start;
    width: 100%;
  }
}

.descriptionContainer {
  display: none;
}

.descriptionContainer.open {
  display: block;
}

.inline {
  width: 90%;
  max-width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #d22630;
}

.noBorder {
  border: none;
}

i {
  font-style: italic;
}

.caption {
  font-size: 0.8rem;
  font-weight: 300;
  font-family: var(--fontStackSans);
  padding-left: 0.1rem;
  color: #999999;
  margin-bottom: 1rem;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*.eventContainer:nth-of-type(2) .descriptionContainer{
	display: block;
	flex-basis: 100%;
}*/
.timeTitleContainer {
  display: flex;
  flex-direction: row;
}

.titleTime {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  cursor: pointer;
  flex-basis: 80%;
}
.titleTime h2 {
  font-family: var(--fontStackSans);
  font-weight: bold;
  color: #d22630;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .titleTime h2 {
    font-size: 1.5rem;
  }
}

span.timeLocation {
  font-family: var(--fontStackSans);
  font-size: 0.9rem;
  color: #000000;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  span.timeLocation {
    font-size: 1.1rem;
  }
}

div.titleTime span.timeLocation a:link,
div.titleTime span.timeLocation a:visited,
div.events div.descriptionContainer a.normalLink:link,
div.events div.descriptionContainer a.normalLink:visited {
  color: #d22630;
  font-family: var(--fontStackSans);
  border: 0;
  padding: 0;
  background-color: transparent;
  display: inline;
  margin: auto;
}

span.timeLocation span {
  font-weight: 400;
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) {
  span.timeLocation span {
    font-size: 1rem;
  }
}

div.opener {
  margin-left: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

div.opener span::after {
  font-family: var(--fontStackSans);
  color: #005eb8;
  content: "+";
  font-size: 2.75em;
  line-height: 1;
  margin-right: 1rem;
}

div.opener.open span::after {
  font-family: var(--fontStackSans);
  color: #1ea2d7;
  content: "-";
  font-size: 2.75em;
  line-height: 0.5;
  margin-right: 1rem;
}

div.descriptionContainer h3,
div.descriptionContainer h4 {
  font-family: var(--fontStackSans);
  font-size: 1.1rem;
  font-weight: bold;
  color: #000000;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
}

div.descriptionContainer h3 + h4 {
  margin-top: 1rem;
}

div.descriptionContainer p {
  font-family: var(--fontStackSans);
  color: #262626;
  font-weight: 400;
  font-size: 1.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

div.descriptionContainer li {
  font-family: var(--fontStackSans);
  color: #262626;
  font-weight: 400;
  font-size: 1.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  list-style-position: inside;
}

div.descriptionContainer a:link,
div.descriptionContainer a:visited {
  font-family: var(--fontStackSans);
  color: #005eb8;
}

.collaboration {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media not all and (pointer: coarse) {
  .collaboration figure a:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-duration: 0.2s;
  }
}

.collaboration figure a:link,
.collaboration figure a:visited {
  background-color: #4c5566;
  padding: 2rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.moose-hide {
  width: 100%;
  max-width: 300px;
}

figcaption {
  font-size: 0.9rem;
  font-style: italic;
}

footer {
  margin-top: auto;
}

img#uvicLogo {
  margin-left: auto;
  margin-right: auto;
  width: 165px;
  height: auto;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  img#uvicLogo {
    width: 200px;
  }
}

p + h2,
p + h3,
ul + h2,
ul + h3 {
  margin-top: 1.414em;
}

div.descriptionContainer a.registration:link,
div.descriptionContainer a.registration:visited,
section.descriptor a.registration:link,
section.descriptor a.registration:visited {
  font-family: var(--fontStackSans);
  font-weight: 600;
  color: #fff;
  background-color: #005eb8;
  padding: 1rem 0.5rem;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  width: 150px;
  text-align: center;
}

div.descriptionContainer.read section.descriptor a:visited {
  color: black;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.thankyou {
  font-family: var(--fontStackSans);
  with: 100%;
  max-width: 300px;
  font-size: 0.8rem;
  font-style: italic;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .thankyou {
    max-width: 80ex;
    margin-bottom: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
