*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
body{
    font-size:20px;
    font-family:'Roboto Condensed',Helvetica,Arial,Verdana,sans-serif;
}
.light{
    font-weight:300;
}
.normal{
    font-weight:400;
}
.semibold{
    font-weight:600;
}
.bold{
    font-weight:700;
}
.white{
  color:#fff;
}
.italic{
    font-style:italic;
}
.mt-0{
    margin-top:0;
}
.mt-10{
    margin-top:10px;
}
.mt-15{
    margin-top:15px;
}
.mt-20{
    margin-top:20px;
}
.mt-30{
    margin-top:30px;
}
.mt-40{
    margin-top:40px;
}
.mt-50{
    margin-top:40px;
}
.mb-0{
    margin-bottom:0;
}
.mb-10{
    margin-bottom:10px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-30{
    margin-bottom:30px;
}
.mb-40{
    margin-bottom:40px;
}
.mb-50{
    margin-bottom:40px;
}
.underline{
    text-decoration:underline;
}
.text-center{
    text-align:center;
}
.uppercase{
    text-transform:uppercase;
}
.dark-blue{
    color:#00377b;
}
.main-blue{
    color:#00578f;
}
.header-skinny{
    width: 100%;
    background: #00578f;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.center{
    margin:0 auto;
}
.block{
    display:block;
}
.main-wrap{
  max-width:1140px;
  width:100%;
  margin:0 auto;
}
.header{
  padding:25px 0;
  position:relative;
  z-index:5;
  background:url('../../images/btm/headerimg.jpg')  no-repeat center center;
  background-size:cover;
}
.lt-logo{
  max-width:315px;
  margin:0 auto 20px auto;
  display:block;
}
p{
  margin-bottom:25px;
}
.footer{
  background:#020548;
}
.header .slogan{
  font-size:22px;
  font-weight:300;
  float:right;
  color:#fff;
  margin-top:33px;
}
.header-td .slogan{
  font-size:24px;
  margin-top:22px;
  line-height:1;
  padding-bottom:2px;
}
.loading {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff url('https://lstwassets.s3.amazonaws.com/DBP/launch092018/assets/images/loading.gif') no-repeat center center;
  opacity: 0.8;
  display: none;
}
.header .main-wrap{
  overflow:hidden;
}
.logo{
  max-width:325px;
  width:100%;
  float:left;
}
.footer{
  overflow:hidden;
  padding:35px 0;
  box-shadow:0 -2px 4px rgba(0,0,0,0.25);
  border-top:15px solid #4775fe;
}
.footer-td{
  border-top:15px solid #a24ec4;
  background:#45016c;
}
.copyright{
  color:#9a9bb6;
  font-size:15px;
  text-align:center;
  font-weight:300;
  margin-bottom:0;
}
.footer-td .copyright{
  color:#f8f0ed;
  opacity:0.35;
  margin-bottom:0;
}
.points-pop{
  position:fixed;
  bottom:-50px;
  right:50px;
  color:#030648;
  font-size:24px;
  font-weight:700;
  text-transform:uppercase;
  text-shadow:0 0 10px rgba(255,255,255,0.8);
}
.opaque{
  animation: opacity 1s linear;
}
@keyframes opacity{
  0%{
    color:rgba(3,6,72,1);
  }

  30%{
    color:rgba(3,6,72,0.5);
  }

  60%{
    color:rgba(3,6,72,1);
  }

  90%{
    color:rgba(3,6,72,0.5);
  }
  100%{
    color:rgba(3,6,72,1);
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
@media (max-width: 1180px){
  .header .main-wrap,
  .footer .main-wrap,
  .main-wrap{
    padding:0 10px;
  }
}
@media (max-width:940px){
  .header{
    border-bottom:20px solid #4775fe;
  }
  .header-td{
    border-bottom: 20px solid #a24ec4;
  }
}
@media (max-width: 800px){
  .logo{
    max-width:320px;
    /* Coach Training */
    float:none;
    margin:0 auto 0 auto;
    display:block;
    width:100%;
  }
  .mary{
    height:170px;
  }
  .header .main-wrap{
    max-width:600px;
  }
  .header .slogan{
    text-align:center;
    margin-top:0;
    float:none;
    width:100%;
    max-width:100%;
    display:block;
    font-size:21px;
  }
}
@media (max-width: 600px){
  .mary{
    height:auto;
    max-width:30%;
  }
  /*
  .logo{
    max-width:65%;
  }*/
}

@media (max-width: 480px){
  .mary{
    display:none;
  }/*
  .logo{
    margin:20px auto;
    max-width:100%;
  }*/
}
@media (max-width: 400px){
  .header .slogan{
    font-size:19px;
  }
}
.top-bar{
  overflow:hidden;
  background:#4876ff;
  padding:20px 0;
  line-height:1;
}
.top-bar .welcome-copy{
  font-size:36px;
  color:#fff;
  text-shadow:0 2px 4px rgba(3,12,85,0.52);
  float:left;
  font-weight:700;
}
.top-bar .tech-help{
  float:right;
}
.top-bar .tech-help:hover{
  text-decoration:none;
  opacity:0.9;
}
.top-bar .th-img{
  max-width:45px;
  display:inline-block;
  width:100%;
  vertical-align:middle;
}
.top-bar .tech-help .copy{
  text-shadow:0 2px 4px rgba(3,12,85,0.52);
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
  font-size:30px;
  display:inline-block;
  vertical-align:middle;
}
.top-bar .welcome-copy .copy,
.top-bar .badge{
  vertical-align:middle;
  display:inline-block;
}
.top-bar .badge{
  max-height:56px;
  margin-left:5px;
}
@media (max-width: 940px){
  .header{
    border-bottom:none;
  }
  .top-bar{
    padding:15px 0;
  }
  .top-bar .welcome-copy{
    margin-top:10px;
  }
}
@media (max-width: 768px){
  .weekly-quote .copy{
    font-size:18px;
  }
  .logo{
    max-width:140px;
  }
  .top-bar{
  }
  .top-bar .welcome-copy{
    font-size:24px;
  }
  .top-bar .tech-help .copy{
    font-size:24px;
  }
}
@media (max-width: 480px){
  .top-bar .welcome-copy,
  .top-bar .tech-help{
    float:none;
    width:100%;
    margin:0;
  }
  .top-bar .welcome-copy{
    margin-bottom:10px;
  }
}