div.t1{
     color: #414751;
     font-weight: bold;
     font-size: 1.4em;
     margin-top: 1em;
     margin-bottom: .4em;
}

div.c-tp {
     margin-top: 3px;
     font-size: 1em;
}

body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: white;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
}


section{
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

section.frontpage-title {
  overflow: hidden;
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-bottom: 10px;
  background-image: url("/uassets/34");
  background-repeat: no-repeat;
  background-size: 100%;

}

section.frontpage-title .title {

  font-size:4.5rem;
  padding-top:1.6rem;
  text-align: center;
  font-weight: bold;
  margin:0 auto;
  color:#fff;
  text-shadow: 4px 4px black;
}

section.frontpage-title .banner-image {
  position: absolute;
  z-index: -5;
  width: 100%;
  left: 0px;
  top: 0px;
  margin: 0 auto;
}

.date {
  background: #455a64;
  width: 55px;
  height: 55px;
  border-radius: 35px;
  float: left;
  margin: 10px 10px 0px 0px;
  padding: 15px 0px 0px 0px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  line-height: 70%;
  font-family: 'Open sans', sans-serif;
}

.date span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  color: #ffffff;
}

.date-list {
  padding-top: 6px;

}

.nav-pills {
  margin-left: 0px;
}

.panel .panel-heading .nav.nav-tabs {
   position:relative;
   bottom:-5px;
   height:29px;
   border:none;
   margin-top:-9px;
   margin-left:-9px;
}

.panel .panel-heading .nav.nav-tabs li a {
   height:35px;
   line-height:17px;
   border:1px solid transparent;
}

.panel .panel-heading .nav.nav-tabs li:not(.active) a:hover,
.panel .panel-heading .nav.nav-tabs li:not(.active) a:focus {
   background:rgba(0, 0, 0, 0.05);
}

.panel .panel-heading .nav.nav-tabs li.active a {
   border:1px solid #407AB9;
   border-bottom-color: transparent !important;
   background:#FFF;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5d81a0;
  text-decoration: underline;
}
a:focus {
  color: #5d81a0;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:visited {
  color: #5d81a0;
  text-decoration: underline;
}


.panel.panel-default .panel-heading .nav.nav-tabs li a { color: #555; }
.panel.panel-default .panel-heading .nav.nav-tabs li.active a { border-color:#DDDDDD;}

.nav-tabs {
  margin-left: 0px;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
  color: #455a64;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #455a64;
  text-transform: uppercase;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
