a, a > code {
  color: rgb(249, 38, 114);
  text-decoration: none;
}
/* Body Colour OHRI Blue
* {
   color:  #295D90;
}*/

.footnote {
  position: absolute;
  bottom: 3em;
  padding-right: 4em;
  font-size: 90%;
}
.remark-code-line-highlighted     { background-color: #ffff88; }

.inverse {
  background-color: #707372;
  color: #295D90;
  text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2, .inverse h3 {
  color: #295D90;
}
/* Two-column layout */
.left-column {
  color: #777;
  width: 15%;
  height: 92%;
  float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
  color: #000;
}
.right-column {
  width: 75%;
  float: right;
  padding-top: 1em;
}
.pull-left {
  float: left;
  width: 47%;
}
.pull-right {
  float: right;
  width: 47%;
}
.pull-right ~ * {
  clear: both;
}
img, video, iframe {
  max-width: 100%;
}
.remark-slide table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.remark-slide table thead th { border-bottom: 1px solid #707372; }
th, td { padding: 5px; }
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #707372 }

@page { margin: 0; }
@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
}

/*
CSS for xaringan slides in RU flavor
Author: Joseph V. Casillas
Updated: 03/06/2018
*/

/* Package defaults that we slightly tweak */

/* OHRI red bullet points */
ul {
    list-style: none;
}

ul li::before {
    content: "\2022";
    color: #C60C30;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

a, a > code {
  color: #295D90; /* rgb(41, 93, 144) */
  text-decoration: none;
}

/* slightly lower and bigger than default */
.footnote {
  position: absolute;
  bottom: 1em;
  padding-right: 4em;
  font-size: 95%;
}

/* important code OHRI red */
.remark-code-line-highlighted {
  background-color: #C60C30 !important;
}

/* color tweak */
.inverse {
  background-color: #707372;
  color: #295D90;
  text-shadow: 0 0 20px #002776;
}

/* slightly spacing change */
.inverse h1, .inverse h2, .inverse h3 {
  color: #707372;
  line-height: 1.0em;
}

/* Two-column layout (slightly wider for aspect ration) */
.left-column {
  color: #777;
  width: 25%;
  height: 92%;
  float: left;
}

.left-column h2:last-of-type, .left-column h3:last-child {
  color: #000;
}

/* slightly thiner to suppor aspect ration */
.right-column {
  width: 70%;
  float: right;
  padding-top: 1em;
}

.pull-left {
  float: left;
  width: 45%;
}

.pull-right {
  float: right;
  width: 45%;
}

.pull-right ~ * {
  clear: both;
}

img, video, iframe {
  max-width: 100%;
}


/* adjust table horizontal spacing */
th, td {
    padding:0 15px 0 15px;
}

/* remove color from tables */
table {
  margin: auto;
  border-top: none;
  border-bottom: none;
}

table thead th { border-bottom: none; }
thead, tfoot, tr:nth-child(even) { background: none; }

/* leave this alone */
@page { margin: 0; }
@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
}

/* Make slide numbers invisible */
.remark-slide-number {
  font-size: 10pt;
  margin-bottom: -11.6px;
  margin-right: 10px;
  color: #FFFFFF; /* white */
  opacity: 0; /* default: 0.5 */
}

/*~~~~~~~~~~~~~~*/
/* OHRI additions */
/*~~~~~~~~~~~~~~*/

/* Title slide */

/* Add image and change bg color */
.title-slide {
  background-image: url("OHRI_Logo_Bilingual.png");
  background-position: 15% 15%;
  background-size: 250px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  padding-left: 100px;  /* delete this for 4:3 aspect ratio */
}

/* H1 fonts */
.title-slide h1 {
  color: #295D90;
  padding-top: 250px;
  font-weight: bold;
  font-size: 50px;
  line-height: 0.95;
  text-align: left;
  text-shadow: none;
  padding-bottom: 18px;
  margin-bottom: 18px;
  overflow-style: anywhere;
}

/* H2 fonts */
.title-slide h2 {
  color: #707372;
  font-size: 35px;
  text-align: left;
  text-shadow: none;
  padding-top: 0px;
  margin-top: 0px;
}

/* H3 fonts */
.title-slide h3 {
  font-size: 16px;
  font-weight: normal;
  color: #C60C30;
  text-align: left;
  text-shadow: none;
  padding: 0px;
  margin: 0px;
  line-height: 1;
}

/* Remove slide count */
.title-slide .remark-slide-number {
  text-shadow: none;
}

/*~~~~~~~~~~~~~~~~~~*/
/* SECTION DIVIDERS */
/*~~~~~~~~~~~~~~~~~~*/

/* segue blue */
.segue-blue {
  background-image: url("OHRI_Logo_Bilingual.png");
  background-position: 15% 15%;
  background-size: 250px;
  background-color: #002776;
  padding-left: 100px;  /* delete this for 4:3 aspect ratio */
}

/* segue blue H1 fonts */
.segue-blue h1, .segue-blue h2, .segue-blue h3, .segue-blue p {
  color: #707372;
}

/* segue grey */
.segue-grey {
  background-image: url("OHRI_Logo_Bilingual.png");
  background-position: 15% 15%;
  background-size: 250px;
  background-color: #707372;
  padding-left: 100px;  /* delete this for 4:3 aspect ratio */
}

/* segue grey H1 fonts */
.segue-grey h1, .segue-grey h2, .segue-grey h3 {
  color: #295D90;
}

.segue-grey p {
  color: #fff;
}

/*~~~~~~~~~~~~~~~~~~*/
/* FINAL SLIDE      */
/*~~~~~~~~~~~~~~~~~~*/

.title-slide-final {
  background-color: #707372;
  color: #fff;
  padding-left: 100px;
  text-shadow: 0 0 2px #333;
  text-align: center;
}

.title-slide-final h1 {
  color: #295D90;
}

/*~~~~~~~~~~~~~~~~~~~~*/
/* Global adjustments */
/*~~~~~~~~~~~~~~~~~~~~*/

/* Add padding to all slides for 16:9 aspect ratio */
.remark-slide-content {
  padding-left: 100px;  /* delete this for 4:3 aspect ratio */
}

/* Color adjustments for text */

/* Make bold syntax compile to OHRI-Red */
.strong {
  color: #C60C30;
  font-weight: bold;
}

.red {
  color: #C60C30;
}

/* Add blue tag */
.blue {
  color: #002776;
}

/* Add blue tag */
.dblue {
  color: #002776;
}

/* Add grey tag */
.grey {
  color: #707372;
  font-weight: bold;
}

.lightgrey {
  color: #B0B1A6;
}

/* Force black */
.black {
  color: black;
  font-weight: bold;
}

/* Add white tag */
.white {
  color: white;
}

/* Add OHRI green tag */
.green {
  color: #A6BE4B;
  font-weight: bold;
}

/* Add OHRI orange tag */
.orange {
  color: #C15C2E;
  font-weight: bold;
}

/* Color adjustments to headers */
h1 {
  color: #295D90;
}
h2 {
  color: #002776;
}

h3 {
  color: #707372;
}

h4 {
  color: #707372;
}

body {
  color: #295D90;
}

/* Font size tags */
.biggest {
  font-size: 1.5em;
}

.big {
  font-size: 1.25em;
}

.small {
  font-size: 0.75em;
}

.smallest {
  font-size: 0.5em;
}

.center2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* ohri blockquote */
ohri-blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
  border-left: solid 10px #295D90;
  background-color: #707372;
  padding: 1em;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* OHRI-MCS Logo Footer (animated gif)*/
div.my-footer-gif {
content: "";
    height: 192px;
    width: 480px;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    top: 85%;
    margin-top: -86px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("Images/OHRI-MCS-Animation.gif");
}


/* OHRI-MCS Logo Footer (static png)*/
div.my-footer-png {
content: "";
    height: 192px;
    width: 480px;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    top: 85%;
    margin-top: -86px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("Images/OHRI_MCS_Logo_STATIC.png");
}

/* table styling*/

.noBorder {
    border:none !important;
}

table, tr, td {
    border: none;
}



tbody tr {
   background-color: #707372;
}

tbody td {
   background-color: #707372;
}

slides > slide:not(.nobackground):after {
  content: '';
}