/*Myer web reset*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

* {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  box-sizing: border-box; }

*:before, *:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  box-sizing: border-box; }

:root {
  --fontStackSans: "Alegreya 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: 'Inter';
  font-weight: 300;
  font-style: normal;
  font-display: auto;
  src: url("https://hcmc.uvic.ca/webFonts/Inter-Light-BETA.woff2") format("woff2"), url("https://hcmc.uvic.ca/webFonts/Inter-Light-BETA.woff") format("woff"); }

@font-face {
  font-family: 'Alegreya Sans';
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url("https://hcmc.uvic.ca/webFonts/AlegreyaSans-Regular.woff2") format("woff2"), url("https://hcmc.uvic.ca/webFonts/AlegreyaSans-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Alegreya Sans';
  font-weight: 600;
  font-style: normal;
  font-display: auto;
  src: url("https://hcmc.uvic.ca/webFonts/AlegreyaSans-Bold.woff2") format("woff2"), url("https://hcmc.uvic.ca/webFonts/AlegreyaSans-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  src: url("https://hcmc.uvic.ca/webFonts/Inter-Black.woff2") format("woff2"), url("https://hcmc.uvic.ca/webFonts/Inter-Black.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: .75rem; }

li {
  margin-bottom: .5rem; }

b {
  font-weight: bold; }

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

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

h1, h2, h3, h4 {
  margin: 1.414em 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: #00A6FF;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease-in-out; }

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

img.body {
  width: 225px;
  max-width: 225px;
  height: auto;
  margin-bottom: .5rem;
  margin-top: .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;
  margin-bottom: 1rem; }

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); }

body {
  background-color: #1b1b1b; }

#contentContainer {
  position: relative;
  min-height: 100vh;
  z-index: 1; }

div#splashContainer {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 33%; }
  @media only screen and (min-width: 400px) {
    div#splashContainer {
      margin-top: 5rem; } }

div#splashContainer h1 {
  text-align: center;
  font-weight: 800;
  font-family: "Inter"; }

div#langButtonFlexContainer {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem; }

a#covid:link,
a#covid:visited {
  font-family: "Inter";
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  font-size: 1.5rem; }

a.button:link, a.button:visited {
  background-color: #fff;
  color: #000;
  font-family: var(--fontStackSans);
  font-weight: 400;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease-in-out;
  width: 120px;
  font-size: 1rem;
  display: inline-block;
  text-align: center; }
  @media only screen and (min-width: 400px) {
    a.button:link, a.button:visited {
      width: 160px;
      font-size: 1rem; } }
  @media only screen and (min-width: 768px) {
    a.button:link, a.button:visited {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 960px) {
    a.button:link, a.button:visited {
      font-size: 2rem; } }

a.button:hover {
  background-color: #00A6FF;
  color: #fff; }

div#langButtonFlexContainer a.button:nth-of-type(2) {
  margin-left: 2rem; }

span#location {
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 400px) {
    span#location {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 768px) {
    span#location {
      font-size: 2rem; } }
  @media only screen and (min-width: 960px) {
    span#location {
      font-size: 3rem; } }

span#title {
  display: block;
  font-size: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 400px) {
    span#title {
      font-size: 2rem; } }
  @media only screen and (min-width: 768px) {
    span#title {
      font-size: 4rem; } }
  @media only screen and (min-width: 960px) {
    span#title {
      font-size: 6rem; } }

span#frenchTitle > span, span#englishTitle > span {
  font-size: 1.296rem; }
  @media only screen and (min-width: 400px) {
    span#frenchTitle > span, span#englishTitle > span {
      font-size: 1.575rem; } }

span#title a {
  color: #fff;
  font-size: 80%; }

div#languageChooser h1 > span:first-child {
  margin-bottom: 2rem; }

div#languageChooser h1 > span:last-child {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 400px) {
    div#languageChooser h1 > span:last-child {
      margin-bottom: 4rem; } }

div#languageChooser a.button:nth-of-type(2) {
  margin-left: 2rem; }

#uvicLogo {
  position: absolute;
  bottom: 20vh;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 100px; }
  @media only screen and (min-width: 400px) {
    #uvicLogo {
      width: 125px; } }
  @media only screen and (min-width: 768px) {
    #uvicLogo {
      width: 150px;
      bottom: 40px;
      margin-left: auto;
      margin-right: 2rem; } }
  @media only screen and (max-width: 896px) and (max-height: 414px) {
    #uvicLogo {
      display: none; } }

div#title {
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    div#title {
      margin-left: 2rem;
      margin-bottom: 2rem; } }

#whereWhenContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 3rem; }

#whereWhenContainer span {
  margin-left: 1rem;
  font-family: var(--fontStackSans); }

#whereWhenContainer span:nth-of-type(1) {
  margin-left: 0; }

#whereWhen {
  font-size: 1.067rem;
  line-height: 1;
  font-family: var(--fontStackSans);
  font-weight: 400;
  color: #fff;
  margin-left: .5rem; }
  @media only screen and (min-width: 400px) {
    #whereWhen {
      margin-left: 1.5rem;
      font-size: 1.215rem; } }
  @media only screen and (min-width: 768px) {
    #whereWhen {
      font-size: 1.476rem; } }

#splashGrid {
  animation: opacityChange 3s;
  animation-fill-mode: both;
  animation-delay: 2s; }
  @media only screen and (min-width: 768px) {
    #splashGrid {
      margin-top: 6rem; } }

#splashGrid h1 {
  color: #fff;
  font-family: var(--fontStackSans);
  font-weight: 500;
  text-align: left;
  line-height: 1;
  font-size: 1.383rem;
  margin-left: .5rem;
  margin-top: 1rem; }
  @media only screen and (min-width: 400px) {
    #splashGrid h1 {
      font-size: 1.575rem;
      margin-left: 1.5rem;
      margin-top: 2rem; } }
  @media only screen and (min-width: 768px) {
    #splashGrid h1 {
      font-size: 2.32rem; } }

#splashGrid h1 > span {
  font-size: 1.138rem; }
  @media only screen and (min-width: 400px) {
    #splashGrid h1 > span {
      font-size: 1.296rem; } }
  @media only screen and (min-width: 768px) {
    #splashGrid h1 > span {
      font-size: 1.68rem; } }

#splashNav {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  margin-top: 0; }
  @media only screen and (min-width: 400px) {
    #splashNav {
      margin-top: 3rem; } }
  @media only screen and (min-width: 768px) {
    #splashNav {
      margin-left: auto;
      margin-top: 1.5rem; } }

#splashNav ul {
  margin-bottom: 0;
  align-self: flex-end;
  padding-left: 1rem;
  border-left: 0;
  margin-left: auto;
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    #splashNav ul {
      margin-top: 0;
      margin-left: auto;
      border-left: 2px solid #00A6FF; } }

#splashNav ul li {
  list-style-type: none;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0; }

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

#splashNav ul li a:link,
#splashNav ul li a:visited,
#splashNav ul li a:focus {
  display: inline-block;
  font-size: 1.215rem;
  color: #fff;
  text-decoration: none;
  font-family: var(--fontStackSans);
  font-weight: 300; }
  @media only screen and (min-width: 400px) {
    #splashNav ul li a:link,
    #splashNav ul li a:visited,
    #splashNav ul li a:focus {
      font-size: 1.383rem; } }
  @media only screen and (min-width: 768px) {
    #splashNav ul li a:link,
    #splashNav ul li a:visited,
    #splashNav ul li a:focus {
      font-size: 1.476rem; } }

.hvr-push:link,
.hvr-push:visited,
.hvr-push:focus,
.hvr-push:active {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  outline: 0; }

@media not all and (pointer: coarse) {
  .hvr-push:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    outline: 0; } }

footer {
  grid-column: 1 / -1;
  grid-row: 5/ 6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: end;
  flex-wrap: wrap;
  background-color: #ededed;
  margin-top: 2rem; }
  @media only screen and (min-width: 768px) {
    footer {
      grid-column: 1 / -1;
      grid-row: 5 / 6;
      margin-top: 0; } }

#bilingualSwitcher {
  font-family: var(--fontStackSans);
  font-size: 1.476rem;
  color: #444444;
  margin-bottom: 2rem;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  text-decoration-color: #00A6FF;
  transition: text-decoration-color 0.2s ease-in-out; }

#bilingualSwitcher:hover {
  text-decoration-color: #00A6FF; }

main.internal footer {
  background-color: #fbfbfb; }

#embassyFrance {
  width: 100px;
  height: auto;
  margin-right: 2rem;
  padding: .5rem 0; }
  @media only screen and (min-width: 768px) {
    #embassyFrance {
      width: 150px; } }

#surleparis {
  width: 250px;
  height: auto;
  padding: 0;
  border: 1px solid #B0B0B0; }
  @media only screen and (min-width: 768px) {
    #surleparis {
      width: 250px; } }

#committee {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--fontStackSans);
  font-weight: 400;
  padding: 0 0.5rem;
  color: #666; }

#bgContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0; }

#bgInner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  animation: zoomIn 5s;
  animation-delay: .5s;
  animation-fill-mode: both;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }
  @media only screen and (min-width: 320px) {
    #bgInner {
      background-image: url("../images/bgPhoneSmall.jpg"); } }
  @media only screen and (min-width: 400px) {
    #bgInner {
      background-image: url("../images/bgPhone.jpg"); } }
  @media only screen and (min-width: 768px) {
    #bgInner {
      background-image: url("../images/bgTablet.jpg"); } }
  @media only screen and (aspect-ratio: 4/3) {
    #bgInner {
      background-image: url("../images/bgTabletLandscape.jpg"); } }
  @media only screen and (min-width: 1100px) {
    #bgInner {
      background-image: url("../images/bgDesktopWide.jpg"); } }
  @media only screen and (min-width: 1100px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1100px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1100px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1100px) and (min-resolution: 192dpi), only screen and (min-width: 1100px) and (min-resolution: 2dppx) {
    #bgInner {
      background-image: url("../images/bgDesktopWide3x.jpg"); } }

.iframeEmbed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 2rem; }

.video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/*Animations*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(1.5, 1, 5, 1.5); }
  100% {
    opacity: 100;
    transform: scale3d(1, 1, 1); } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5); }
  100% {
    opacity: 100;
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes opacityChange {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

#bgInner.chooseLanguage {
  background-color: #1b1b1b;
  background-image: none; }

div.ribbon {
  width: 100%;
  height: 15px;
  background-color: #92C6DE;
  margin-bottom: 1.5rem; }

.splash {
  width: 100%;
  height: 100vh;
  overflow: auto;
  position: relative; }

.splashCredit {
  position: fixed;
  left: 0;
  top: 140px;
  transform: rotate(-90deg);
  transform-origin: top left;
  text-align: center;
  color: white;
  font-size: 50%;
  font-style: italic;
  margin-top: auto; }
  @media only screen and (min-width: 600px) {
    .splashCredit {
      top: 375px; } }

main.internal {
  position: relative;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  background-color: #fbfbfb; }

main.internal section {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

#siteTitle {
  background-color: rgba(45, 52, 45, 0.3);
  margin-top: 15vh;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto; }
  @media only screen and (min-width: 600px) {
    #siteTitle {
      margin-top: 5vh; } }
  @media only screen and (min-width: 600px) {
    #siteTitle {
      width: 900px; } }

.siteTitleText {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.splashNav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: initial;
  flex: initial;
  margin-bottom: 1rem;
  background-color: rgba(162, 190, 188, 0.45);
  margin-top: 2rem;
  display: block; }
  @media only screen and (min-width: 600px) {
    .splashNav {
      margin-bottom: 3rem; } }

.splashNav ul {
  display: none; }
  @media only screen and (min-width: 600px) {
    .splashNav ul {
      list-style-position: inside;
      list-style-type: none;
      margin: 2.125rem 0 2.125rem 0;
      padding: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      line-height: 2; } }
  @media only screen and (min-width: 600px) and (min-width: 900px) {
    .splashNav ul {
      margin: 0.5rem 1rem 0.5rem 1rem; } }
  @media only screen and (min-width: 600px) {
      .splashNav ul li {
        border-bottom: 3px solid transparent;
        border-top: 3px solid transparent;
        transition: border-bottom 0.5s ease-in-out;
        margin-bottom: 0; }
      .splashNav ul li:hover {
        border-bottom: 3px solid #ffffff;
        cursor: pointer; }
      .splashNav ul li:first-of-type {
        margin-left: 0; } }

.splashNav a, .splashNav a:visited {
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding: 1rem; }

.splashNav a:hover {
  text-decoration: none; }

header {
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
  flex-direction: row;
  padding: .25rem; }
  @media only screen and (min-width: 375px) {
    header {
      padding: .5rem; } }
  @media only screen and (min-width: 768px) {
    header {
      margin-top: 1rem;
      margin-bottom: 1rem;
      padding: 0; } }

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

#internalHeaderLogo {
  width: 125px;
  height: auto;
  margin-right: 1rem; }
  @media only screen and (min-width: 375px) {
    #internalHeaderLogo {
      width: 150px; } }
  @media only screen and (min-width: 768px) {
    #internalHeaderLogo {
      width: 225px;
      margin-right: 3rem; } }

#internalWhereWhen {
  font-family: var(--fontStackSans);
  color: #262626;
  line-height: 1;
  font-size: .8rem; }
  @media only screen and (min-width: 768px) {
    #internalWhereWhen {
      font-size: 1rem; } }

/* style.css | http://localhost:8888/cac2020/css/style.css */
#internalSiteTitle {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1;
  margin-right: 1rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    #internalSiteTitle {
      margin-right: 2rem;
      font-weight: 500;
      font-size: 1.5rem; } }
  @media only screen and (max-height: 568px) and (max-width: 320px) {
    #internalSiteTitle {
      font-size: 1rem;
      margin-right: .5rem; } }

#internalSiteTitle span {
  font-weight: 400;
  font-size: .937rem; }
  @media only screen and (min-width: 768px) {
    #internalSiteTitle span {
      font-size: 1.138rem; } }
  @media only screen and (max-height: 568px) and (max-width: 320px) {
    #internalSiteTitle span {
      font-size: .937rem; } }

.test {
  display: flex;
  flex-direction: row; }

.navInternal {
  background-color: #fff;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e6; }
  @media only screen and (min-width: 768px) {
    .navInternal {
      position: static;
      top: 0;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 2rem;
      margin-left: auto;
      margin-right: auto;
      width: 100%; } }

.navInternal ul {
  display: none; }
  @media only screen and (min-width: 600px) {
    .navInternal ul {
      list-style-type: none;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      margin: 0;
      padding: 0; }
      .navInternal ul li {
        margin-right: .5rem;
        border-bottom: 3px solid transparent;
        border-top: 3px solid transparent;
        transition: border-bottom 0.5s ease-in-out;
        margin-bottom: 0; } }
    @media only screen and (min-width: 600px) and (min-width: 900px) {
      .navInternal ul li {
        margin-right: .5rem; } }
    @media only screen and (min-width: 600px) and (min-width: 1000px) {
      .navInternal ul li {
        margin-right: .5rem; } }
  @media only screen and (min-width: 600px) {
      .navInternal ul li:last-of-type {
        margin-right: 0; }
      .navInternal ul li.active {
        border-bottom: 3px solid #00A6FF; }
      .navInternal ul li:hover {
        border-bottom: 3px solid #00A6FF; } }

.navInternal a, navInternal a:visited {
  text-decoration: none;
  color: #262626;
  font-weight: 400;
  font-family: var(--fontStackSans);
  font-weight: 300;
  text-transform: uppercase;
  font-size: .878rem;
  padding: 0 0.5rem 0.6rem 0.5rem;
  display: inline-block;
  letter-spacing: 2px; }
  @media only screen and (min-width: 900px) {
    .navInternal a, navInternal a:visited {
      font-size: .878rem; } }
  @media only screen and (min-width: 1100px) {
    .navInternal a, navInternal a:visited {
      font-size: .878rem; } }

.navInternal a:hover {
  text-decoration: none; }

#contentContainer.internal > section {
  width: 100%;
  max-width: 45rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 768px) {
    #contentContainer.internal > section {
      padding: 0;
      margin-bottom: 3rem; } }

ul.jumpMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin-left: 1rem;
  margin-right: 1rem; }

ul.jumpMenu li {
  padding: 0;
  margin: .25rem;
  background-color: #00A6FF;
  display: flex;
  justify-content: center;
  align-items: center; }

.jumpMenu a:link,
.jumpMenu a:visited {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s ease-in-out;
  padding: 5px;
  font-family: var(--fontStackSans);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.5rem; }

.jumpMenu a:hover {
  background-color: #696969; }

.jumpLink {
  font-family: var(--fontStackSans);
  font-weight: 400;
  font-size: 1.3rem; }

#contentContainer > section::before {
  content: "";
  background-color: #B0B0B0;
  width: 40%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1rem;
  display: none; }
  @media only screen and (min-width: 600px) {
    #contentContainer > section::before {
      margin-bottom: 2rem; } }

#contentContainer > section::after {
  content: "";
  background-color: #B0B0B0;
  width: 40%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: block; }

#contentContainer > section#fullWidth {
  max-width: 100%; }

h3 + h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.476rem; }

a:target + div.highLighter {
  background-color: yellow; }

.textCenter {
  text-align: center; }

.bold {
  font-weight: bold; }

.centered {
  margin-left: auto;
  margin-right: auto; }
