/*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; }

/*hcmc font family for ui elements*/
@font-face {
  font-family: "ui-font";
  src: local("ui-font"), url("../fonts/ui.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
/*
	

    font-family: 'Roboto', sans-serif;

    font-family: 'Roboto Condensed', sans-serif;

*/
html {
  font-size: 1em; }

body {
  line-height: 1.45;
  color: #333; }

.bold {
  font-weight: bold; }

p, ul, ol {
  margin-bottom: 1.3em;
  font-family: 'Roboto', serif;
  font-weight: 300;
  font-size: .889em;
  padding: 0 1rem 0 1rem; }
  @media only screen and (min-width: 768px) {
    p, ul, ol {
      font-size: 1em;
      padding: 0; } }

p.greenConference {
  background-color: #6fb66f;
  padding: 1rem;
  color: #fff; }

li {
  margin-bottom: .5rem; }

section ul {
  list-style-position: outside; }

section li {
  margin-left: 1em; }

b {
  font-weight: bold; }

ul, ol {
  list-style-position: inside;
  margin-left: .5rem; }

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

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0 1rem 0 1rem; }
  @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: 1.80225em;
      font-size: 1.602em; } }

h2 {
  font-size: 1.2em; }
  @media only screen and (min-width: 600px) {
    h2 {
      font-size: 1.424em; } }

h3 {
  font-size: 1.266em; }

h4 {
  font-size: 1.125em; }

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

.smaller {
  font-size: 80%; }

.centered {
  text-align: center; }

section a, a:visited {
  color: #3068bb; }

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: .5rem 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; }

.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: #848484; }

.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-font';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  font-size: 2.5rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  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: 5px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 0; }
  @media only screen and (min-width: 960px) {
    .internal .toggleButtonMobile {
      display: none; } }

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

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

div.thisSupidThingTwo {
  border: 1px solid black; }

.splash {
  width: 100%;
  background-image: url(../images/splashBg.jpg);
  background-size: cover;
  overflow: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  align-items: center; }

.splashCredit {
  position: fixed;
  left: 0;
  top: 375px;
  transform: rotate(-90deg);
  transform-origin: top left;
  text-align: center;
  font-family: 'Roboto', serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 50%;
  font-style: italic;
  margin-top: auto; }

.internal {
  position: relative;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 960px) {
    .internal {
      background-image: url(../images/internalBg.jpg);
      background-size: cover; } }

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

#tweets {
  margin-bottom: 2rem; }

#siteTitle {
  margin-top: 15vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 274px;
  height: auto; }
  @media only screen and (min-width: 600px) {
    #siteTitle {
      margin-top: 10vh; } }
  @media only screen and (min-width: 600px) {
    #siteTitle {
      width: 480px; } }

.mapIkon {
  width: 50px;
  height: auto;
  outline: none; }

.mapIkonA {
  text-decoration: none;
  transition: opacity .5s ease-in-out;
  padding: 5px;
  opacity: .6;
  margin-bottom: 2rem;
  text-align: center; }

.mapIkonA:hover {
  opacity: 1; }

.mapTextSplash {
  font-family: "Roboto", sans-serif;
  color: #fff; }

.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; }
  @media only screen and (min-width: 600px) {
    .splashNav {
      margin-bottom: 3rem; } }

.splashNav ul {
  display: none; }
  @media only screen and (min-width: 960px) {
    .splashNav ul {
      list-style-position: inside;
      list-style-type: none;
      margin: 2.125rem 0 0 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: 960px) and (min-width: 900px) {
    .splashNav ul {
      margin: 1rem 0 0 0; } }
  @media only screen and (min-width: 960px) {
      .splashNav ul li {
        border-bottom: 3px solid transparent;
        transition: border-bottom .5s ease-in-out; }
      .splashNav ul li:hover {
        border-bottom: 3px solid #fff;
        cursor: pointer; }
      .splashNav ul li:first-of-type {
        margin-left: 0; } }

.splashNav a, .splashNav a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding: 1rem; }

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

@media only screen and (min-width: 900px) {
  .navInternal {
    display: block;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%; } }

header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
  z-index: 10; }

.internalTitle {
  /*width: 200px;
  height: auto;*/
  font-family: "Roboto Condensed", sans-serif;
  color: #535353;
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px; }

.subHeaderInternal {
  color: #333;
  text-shadow: none;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  font-family: 'Roboto Condensed', sans-serif; }

.twitterSplash {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 600px) {
    .twitterSplash {
      margin-bottom: 3rem; } }

.twitterSplash > a:link, .twitterSplash > a:visited {
  text-decoration: none;
  color: #fff;
  display: block;
  margin-top: 1rem;
  padding: .25rem .5rem;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  transition: all .5s ease-in-out; }

.twitterSplash > a:hover {
  background-color: rgba(255, 255, 255, 0.5); }

.twitterLink > a:link, .twitterLink > a:visited {
  text-decoration: none;
  color: #333;
  display: block;
  margin-top: .5rem;
  padding: .25rem .5rem;
  background-color: #eeeeee;
  transition: all .5s ease-in-out;
  border-radius: 5px; }

.twitterLink > a:hover {
  color: #fff;
  background-color: #9e9e9e;
  border-radius: 5px; }

.twitterLink > a.active {
  color: #fff;
  background-color: #9e9e9e;
  border-radius: 5px; }

.navInternal ul {
  display: none; }
  @media only screen and (min-width: 960px) {
    .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;
      margin: 0;
      padding: 0; }
      .navInternal ul li {
        margin-right: .5rem;
        border-bottom: 3px solid transparent;
        transition: border-bottom .5s ease-in-out;
        margin-bottom: 1rem; } }
    @media only screen and (min-width: 960px) and (min-width: 900px) {
      .navInternal ul li {
        margin-right: .5rem; } }
    @media only screen and (min-width: 960px) and (min-width: 1000px) {
      .navInternal ul li {
        margin-right: .5rem; } }
  @media only screen and (min-width: 960px) {
      .navInternal ul li:last-of-type {
        margin-right: 0; }
      .navInternal ul li.active {
        border-bottom: 3px solid #535353; }
      .navInternal ul li:hover {
        border-bottom: 3px solid #535353; } }

.navInternal a, navInternal a:visited {
  text-decoration: none;
  color: #333;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: .9rem;
  padding: .5rem;
  letter-spacing: 2px; }
  @media only screen and (min-width: 900px) {
    .navInternal a, navInternal a:visited {
      font-size: 1rem; } }
  @media only screen and (min-width: 1100px) {
    .navInternal a, navInternal a:visited {
      font-size: 1.2rem; } }

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

.uvicHcmcLogo {
  width: 275px;
  height: auto;
  margin-top: auto;
  margin-bottom: 12vh;
  -webkit-align-self: center;
  align-self: center;
  opacity: .8; }

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

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

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

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

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;
  width: 320px;
  background-color: #8f8f8f; }

.jumpMenu a:link,
.jumpMenu a:visited {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: all .5s ease-in-out;
  padding: 5px;
  font-family: "Roboto Condensed", sans-serif; }

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

#schedule :target, #presenters :target {
  -webkit-animation: fadeIn 1.75s ease;
  animation: fadeIn 1.75s ease;
  border: solid 6pt #ffff00; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
section.banquetMenu {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(250, 250, 250, 0.95);
  background-image: url("../images/urbanBallroomBg.jpg");
  background-size: cover;
  padding: .25rem 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
  @media only screen and (min-width: 600px) {
    section.banquetMenu {
      width: 100%; } }

.banquetMenu h3 {
  padding: .25rem 0;
  margin: 1rem 0 2rem 0;
  font-style: italic;
  background-color: rgba(250, 250, 250, 0.7); }

.banquetMenu h3,
.banquetMenu h4 {
  text-align: center;
  font-family: Georgia, serif;
  color: #333;
  font-weight: bold; }

.banquetMenu p {
  font-style: italic;
  padding: .25rem; }

img.content {
  width: 100%;
  height: auto; }

footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
  margin-top: auto; }
  @media only screen and (min-width: 600px) {
    footer {
      padding: 0; } }

/*.sponsorsReveal{
	text-decoration: none;
	color: #fff;
	display: inline-block;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
	background-color: rgba(255, 255, 255, .3);
	border-radius: 5px;
	transition: opacity .5s ease-in-out;
	opacity: 0;
	
	font-style: italic;
}*/
span.sponsorsReveal.closed, main.internal span.sponsorsReveal.closed {
  opacity: 1;
  height: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  text-align: center;
  display: block;
  padding: .25rem .5rem; }

.sponsorsReveal:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

main.internal .sponsorsReveal {
  text-decoration: none;
  color: #fff;
  margin-top: 0;
  padding: 0;
  background-color: #9e9e9e;
  transition: opacity .5s ease-in-out;
  border-radius: 5px;
  height: 0;
  overflow: hidden; }

main.internal .sponsorsReveal:hover {
  color: #333;
  background-color: #cacaca; }

.sponsorsOverlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeIn;
  /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  display: none; }

.sponsorsOverlayOpened {
  display: block; }

.sponsorsContainerSplash {
  width: 100%;
  height: 300px;
  position: static;
  margin-left: 0;
  margin-right: 0;
  background-color: rgba(250, 250, 250, 0.8);
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.15);
  margin-top: auto;
  transition: all 600ms ease-in-out; }
  @media only screen and (min-height: 1024px) and (min-width: 768px) {
    .sponsorsContainerSplash {
      height: 260px;
      position: fixed;
      bottom: 0; } }

.sponsorsContainer {
  width: 100%;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  background-color: rgba(250, 250, 250, 0);
  margin-top: 2rem;
  transition: all 600ms ease-in-out; }

.sponsorsContainerSplash.closed {
  width: 100%;
  height: 300px;
  position: fixed;
  bottom: -225px;
  background-color: rgba(250, 250, 250, 0.8);
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.15);
  margin-top: auto;
  transition: all 600ms ease-in-out; }
  @media only screen and (min-width: 600px) {
    .sponsorsContainerSplash.closed {
      height: 260px; } }

@-webkit-keyframes slideOut {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 220px, 0); } }
@keyframes slideOut {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 220px, 0); } }
@keyframes slideSplashIn {
  0% {
    transform: translate3d(0, 260px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
.sponsorsContainerCloserSplash {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 2em;
  background-color: #fafafa;
  box-shadow: 0 0 1px rgba(60, 60, 60, 0.8);
  color: #9693a4;
  font-family: 'ui-font', serif;
  transition: color .5s;
  cursor: pointer;
  line-height: 1.6;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -25px, 0); }

.arrow {
  transition: transform ease .5s; }

.arrow.up {
  transform: rotate(180deg); }

.sponsorsContainerCloserSplash {
  display: none; }
  @media only screen and (min-height: 1024px) and (min-width: 768px) {
    .sponsorsContainerCloserSplash {
      display: block; } }

div.sponsorsContainerCloser:hover {
  background-color: #ccc;
  color: #fff; }

/*div.sponsorsContainer {
	width: 100%;
	position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    height: 300px;
    @include bp-600 {
	    height: 260px;
    }
    background-color: #fafafa;
    box-shadow: 0 -3px 2px rgba(0,0,0,.05);

}*/
div.logoContainerSplash {
  margin-top: 2rem; }

div.logoContainer, div.logoContainerSplash {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-conent: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center; }

.fullWidth {
  width: 100%;
  text-align: center; }

div.sponsorsContainer a.logo {
  position: relative;
  top: 30px; }

@-webkit-keyframes slideIn {
  from {
    transform: translate3d(0, 300px, 0);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideIn {
  from {
    transform: translate3d(0, 300px, 0);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
section div.sponsorsContainer {
  -webkit-flex-direction: column;
  flex-direction: column; }

section div.sponsorsContainer a {
  margin-bottom: 1.5rem;
  -webkit-align-items: center;
  align-items: center; }

div.sponsorsContainer a {
  text-align: center; }

.sponsorsContainer img, .sponsorsContainerSplash img {
  margin: .5rem .5rem; }

.sponsorsContainer .hcmc, .sponsorsContainerSplash .hcmc {
  width: 90%;
  max-width: 320px;
  height: auto; }
  @media only screen and (min-width: 350px) {
    .sponsorsContainer .hcmc, .sponsorsContainerSplash .hcmc {
      max-width: 370px; } }

.sponsorsContainer .tei, .sponsorsContainerSplash .tei {
  width: 90%;
  max-width: 70px;
  height: auto;
  margin-right: 1rem; }

.sponsorsContainer .oxygen, .sponsorsContainerSplash .oxygen {
  width: 90%;
  max-width: 200px;
  height: auto; }

.sshrc {
  width: 90%;
  max-width: 600px;
  height: auto;
  display: none; }
  @media only screen and (min-width: 600px) {
    .sshrc {
      display: inline; } }

.sshrcStacked {
  width: 90%;
  max-width: 300px;
  height: auto;
  display: inline; }
  @media only screen and (min-width: 600px) {
    .sshrcStacked {
      display: none; } }

.sshrcAck {
  font-size: 80%;
  font-style: italic;
  text-align: center; }

.internalSponsors {
  text-align: center; }

.internalSponsors img {
  margin: 1rem 0; }

.internalSponsors .sshrc {
  width: 100%;
  max-width: 600px;
  height: auto; }

.internalSponsors .hcmc {
  width: 100%;
  max-width: 400px;
  height: auto; }

.internalSponsors .tei {
  width: 100%;
  max-width: 100px;
  height: auto; }

.internalSponsors .oxygen {
  width: 100%;
  max-width: 300px;
  height: auto; }

/*results styling*/
/*how many results style*/
.navicon {
  font-family: "ui-font"; }

table {
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  border-collapse: collapse;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
  border-radius: 5px; }
  @media only screen and (max-width: 600px) {
    table {
      border: 0;
      background-color: transparent;
      box-shadow: none; } }

th {
  background-color: #fff;
  color: #545454;
  padding: .3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 1px solid #c8c8c8;
  font-weight: bold;
  vertical-align: middle;
  font-size: 1rem;
  font-family: "Cousine", monospace;
  /*text-shadow: 0px 1px 1px rgba(0,0,0,25);*/ }

@media only screen and (max-width: 600px) {
  thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

thead td {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  background-color: #F5F5F5; }

th:hover {
  background-color: gainsboro; }

.dob, .doe {
  min-width: 7rem; }

th.sort-header::after {
  content: "\23f6";
  font-family: 'ui-font';
  position: relative;
  right: .5rem; }

table a:link,
table a:visited {
  color: #3068bb;
  text-decoration: none; }

td {
  color: #4b4b4b;
  padding: .4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 1px solid #c8c8c8;
  font-family: "Roboto Condensed", sans-serif;
  vertical-align: top; }
  @media only screen and (max-width: 600px) {
    td {
      display: block;
      text-align: right;
      vertical-align: middle;
      padding: .6rem;
      min-height: 2.75rem;
      border-bottom: 1px solid #c8c8c8;
      border-top: 0; } }

td:before {
  /*
  * aria-label has no advantage, it won't be read inside a table
  content: attr(aria-label);
  */ }
  @media only screen and (max-width: 600px) {
    td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
      margin-right: 1em; } }

@media only screen and (max-width: 600px) {
  td:first-child {
    border-top: 1px solid #c8c8c8; } }

tr {
  background-color: transparent;
  transition: background-color .2s ease; }
  @media only screen and (max-width: 600px) {
    tr {
      border-bottom: 1px solid #ddd;
      display: block;
      text-align: right;
      margin-bottom: 2rem;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      background-color: #f4f4f4; } }

@media only screen and (min-width: 600px) {
  tbody tr:hover {
    background-color: gainsboro; } }
th.sort-header::-moz-selection {
  background: transparent; }

th.sort-header::selection {
  background: transparent; }

th.sort-header {
  cursor: pointer; }

table th.sort-header:after {
  content: '';
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #404040 transparent;
  visibility: hidden; }

table th.sort-header:hover:after {
  visibility: visible; }

table th.sort-up:after,
table th.sort-down:after,
table th.sort-down:hover:after {
  visibility: visible;
  opacity: 0.4; }

table th.sort-up:after {
  border-bottom: none;
  border-width: 4px 4px 0; }

.topLink {
  position: fixed;
  top: 70px;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: top left;
  text-align: center;
  font-family: 'Roboto', serif;
  color: red;
  margin-top: auto;
  font-size: 75%;
  z-index: 10; }

.topLink a {
  display: block;
  padding: 2px 10px;
  background-color: #8F8F8F;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all .5s ease-in-out;
  font-family: "Roboto Condensed", sans-serif; }

div#schedule h4 {
  text-align: center; }

strong {
  font-weight: bold; }

strong.chair {
  display: block; }

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