@import url('//fonts.googleapis.com/css?family=Barlow+Condensed:400,700');
@import url('//fonts.googleapis.com/css?family=Share+Tech+Mono');
@import url('//fonts.googleapis.com/css?family=Open+Sans');
body {
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}
.content {
  padding-top: 2rem;
  background: rgb(64,167,197);
  background: -moz-linear-gradient(-45deg, rgba(64,167,197,1) 0%, rgba(35,43,87,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(64,167,197,1) 0%,rgba(35,43,87,1) 100%);
  background: linear-gradient(135deg, rgba(64,167,197,1) 0%,rgba(35,43,87,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a7c5', endColorstr='#232b57',GradientType=1 );
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.announcement {
  padding: 1rem 0;
  display: block;
  width: 100%;
  background: rgb(238,238,238);
  background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
  background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 50%,rgba(238,238,238,1) 100%); 
  background: linear-gradient(to right, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 50%,rgba(238,238,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 );
}
.announcement span {
  font-weight: bold;
}
.announcement p {
  margin-bottom: 0.4rem;
}
.announcement img {

}
.announcement .button-group {
  display: block;
  margin: 0 auto 0;
}
.announcement .button-group .button {
  border-radius: 3px;
}
.curve {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 1.5rem rgba(0,0,0,.2);
  background: #FFF;
}
.page-header {
  margin-bottom: 0;
  padding-bottom: 1rem;
  background: rgba(255,255,255,1);
}
.page-logo {
  height: 170px;
  text-align: center;
}
.page-title {
  text-transform: uppercase;
}
.titles {
  text-align: center;
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
}
.title-block {
  margin: 0 0 1rem;
  color: #154560;
  position: relative;
  display: inline-block;
}
.nav-page {
  display: inline-block;
}
.nav-page ul {
  margin: 0;
  float: left;
}
.nav-page li {
  margin: 0 2rem 0 0;
  display: block;
  float: left;
}
.mav-page li:last-child {
  margin-right: 0;
}
.nav-page li a {
  padding: 0 0 .5rem;
  display: block;
  background: transparent;
  color: #FFF;
  transition: .5s;
  line-height: 1;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Barlow Condensed', sans-serif;
  position: relative;
}
.nav-page li a:before,
.nav-page li a:after {
  content: '';
  bottom: 0;
  position: absolute;
  border-bottom: 3px solid rgba(255,255,255,0);
  transition: .5s;
}
.nav-page li:hover a:before {
  left: 0;
  width: 70%;
  position: absolute;
  border-bottom: 3px solid rgba(255,255,255,1);
}
.nav-page li a:hover:after {
  right: 0;
  width: 30%;
  border-bottom: 3px dashed rgba(255,255,255,1);
}
.callout {
  margin: 0;
  border: none;
  background-position: center;
  background-size: cover;
}
.register > p {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
#register {
  width: 100%;
  background-color: rgba(1, 189, 231, 1) !important;
  color: #FFF;
}
.register .button,
.register .button:hover {
  background: red !important;
}
#register h3 {
  text-align: center;
  text-shadow: 0 0 .5rem rgba(0,0,0,.5);
}
#register label {
  color: #FFF;
}
#countdown {
  display: inline-block;
  margin: -50% auto 1rem;
  line-height: 1;
  font-family: 'Share Tech Mono', sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
}
#countdown .unit {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  padding: 1rem;
  text-align: center;
  overflow: auto;
  background: red;
  border-radius: 5px;
  box-shadow: 0 0 1rem rgba(0,0,0,.5);
}
#countdown .unit:last-child {
  margin-right: 0;
}
#countdown .digits {
  display: block;
  width: 100%;
  padding-bottom: .5rem;
  border-bottom: 1px solid #FFF;
  clear: both;
  font-size: 3rem;
}
#countdown .measure {
  display: block;
  padding-top: .5rem;
  clear: both;
  font-size: 1rem;
}
.msl-pubdate {
  display: inline-block;
  height: 1.8rem;
  padding: .5rem 1rem;
  background: rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.2);
  font-size: .8rem;
  line-height: 1;
  border-radius: 9rem;
}
.msl-news .msl-item {
  margin-bottom: 1rem;
}



table {
  margin: 0;
}
.post-table {
  width: 100%;
  margin: 0 0 1rem;
  overflow: scroll;
}
#training .tabs-title .button, 
p .button {
  background: rgba(1, 189, 231, 1) !important;
  color: #FFF;
  border: 2px solid rgba(1, 189, 231, 1);
  border-radius: 3px;
  font-weight: bold;
}

#training .tabs-title a {
  position: relative;
}
#training .tabs-title>a[aria-selected=true]:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(1, 189, 231, 0);
	border-top-color: #01bde7;
	border-width: 15px;
	margin-left: -15px;
}

#training .tabs-title>a[aria-selected=true],
#training .tabs-title:hover .button, 
p .button:hover {
  background: rgba(1, 189, 231, 1) !important;
  color: #FFF;
}
.accordion-content {
  padding: 3rem;
}






.title-block:before,
.title-block:after {
  content: '';
  bottom: 0;
  position: absolute;
}
.title-block:before {
  left: 0;
  width: 70%;
  position: absolute;
  border-bottom: 3px solid #154560;
}
.title-block:after {
  right: 0;
  width: 30%;
  border-bottom: 3px dashed #154560;
}

.msl-imagenav-title {
  display: none !important;
}