* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  font-family: Roboto, Helvetica, sans-serif;
}

body {
  color: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.static-splash-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.75);
  z-index: 1;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 470px;
}

.lt-ie9 .static-splash-overlay {
  background: none transparent scroll repeat 0% 0%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5000000,endColorstr=#A5000000);
  zoom: 1;
}

#uottawa-global-footer-swoosh {
  position: absolute;
  bottom: 0;
}

.static-splash-container {
  margin: 0 auto;
  width: 80%;
  max-width: 550px;
}

.static-splash-container ul {
  width: 100%;
  overflow: hidden;
  background: #777;
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.35);
  display: table;
}

.lt-ie9 .static-splash-container ul {
  background: none transparent scroll repeat 0% 0%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF);
  zoom: 1;
}

.static-splash-container ul li {
  width: 50%;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: table-cell;
  vertical-align: top;
}

.static-splash-container ul li.fr {
  border-right: 1px solid rgba(255,255,255,0.40);
}

.static-splash-container ul li.en {
  border-left: 1px solid #000;
}

.static-splash-container ul li:hover {
  background: rgba(0, 0, 0, 0.3);
}

.lt-ie9 .static-splash-container ul li:hover {
  background: none transparent scroll repeat 0% 0%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
  zoom: 1;
}

.static-splash-container ul li a {
  padding: 30px;
  color: white;
  float: left;
  text-decoration: none;
}

.static-splash-container img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  width: 50%;
}

.static-splash-container h1 {
  visibility: hidden;
  margin: 0;
  height: 1px;
}

.static-splash-container ul li a h2 {
  font-size: 24px;
  margin: 0;
  line-height: 28px;
  font-weight: normal;
  border: none;
}

.static-splash-container ul li a p {
  font-size: 16px;
  margin: 0;
}

.static-splash-cell {
  display: table-cell;
  vertical-align: middle;
}

.static-splash-table {
  display: table;
  height: 100%;
  min-height: 600px;
  width: 100%;
}

@media (max-height: 400px) {
  .static-splash-table {
    min-height: 200px;
  }
}

@media (min-width: 0px) and (max-width: 735px) {
	.static-splash-container ul li { width: 100%;display:block;float:left; }
	.static-splash-container ul li.fr { border-bottom: 1px solid rgba(255,255,255,0.40); border-right: none; }
  .static-splash-container ul li.en { border-top: 1px solid #000; border-left: none; }
}
