@font-face {
  font-family: sourceSans;
  src:url(../fonts/SourceSansPro-Light.otf);
}

@font-face {
  font-family: sourceSansBold;
  src:url(../fonts/SourceSansPro-Bold.otf);
}

@font-face {
  font-family: sourceSansSemiBold;
  src:url(../fonts/SourceSansPro-Semibold.otf);
}

body {
  padding-top: 0px;
  font-family: sourceSans;
}

a {
  color: #ffffff;
}
a:visited {
   color: #fff;
}


a:hover {
    color: #fff;
}
.row{
  margin-right: 0px;
}

.row p a {
  color:#3874AF;
}

.top-bar {
  border-style:solid;
  border-color: #000000;
  border-top-width:thick;
  border-bottom-width:0px;
  border-right-width: 0px;
  background-color: #3874AF;
  color: #ffffff;
}

.separation {
  background-color: #3874AF;
  margin-bottom: 5px;
}

@media (max-width: 1000px){
  .container {
    width: auto;
  }
}
.saveTime {
  display: none;
}

.carousel {
  height: 17%;
}

.carousel-control {
  margin-top: 0px;
}

#tslogo {
   width:75%;
   margin-top:3px;
   margin-left:30px;
   margin-bottom:1px;
}

.roleBtn {
   background-color:#000;
   width:auto;
   text-align:center;
   padding:10px;
   margin-right:40px;
   padding-left:20px;
   padding-right:20px;
}

/* Slider */

.crsl {
  height: 100px; }

.crsl > .prev,
.crsl > .next {
  top: 50px;
  left: 10px;
  margin-top: -24px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: .3;
  filter: alpha(opacity=30); }

.crsl > .prev:hover,
.crsl > .next:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.crsl > .next {
  left: auto;
  right: 10px; }

.crsl li a {
  display: block;
  width: 100%;
  height: 100%; }

.crsl ul {
  box-shadow: 0 4px 4px rgba(0,0,0,0.06);
  border-bottom: 1px solid #ccc;
  padding-bottom:5px;
}