.mainCanvas {
  margin-top: 0;
}

#header{
   background-color: #172e81;
   color: #fff;
   text-align: center;
   padding: 2% 0;
}

 .mainLogo{
   width: 38%;
   margin: 0 auto;
   position: relative;
   z-index: 999;
}

 @media(max-width:1200px) {
   .mainLogo{
     width: 38%;
  }
}
 @media(max-width:992px) {
   .mainLogo{
     width: 50%;
  }
}
 @media(max-width:768px) {
   .mainLogo{
     width: 70%;
  }
}
 @media(max-width:576px) {
   .mainLogo{
     width: 80%;
  }
}
.blueBg{
  background-color: #172e81;
}

.npMenuWrap{
  height: 100%;
  background-color: #ebbf14;
}

.npMenu-header-container{
 height: 100%;
  padding: 30px 20px;
  background: #ebbf14;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.npMenu-wrapper{
  display:flex;
  flex-direction: column;
  height: auto;  
}

.npMenu-wrapper nav{
  display:flex;
}

.fullImg img{
  width:100%;
}

.nav-stacked{
  flex-direction: column;
} 

.pillsProgram{

}

.brand-nav a{
  text-decoration: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1% 2%;
}

.nav>li>a {
  padding: 1% 2%;
}

.brand-nav a:hover{
  background-color: #424242 !important;
  color: #fff;
  text-decoration: none
}

.brand-nav.active{
  background-color: #424242 !important;
  color: #fff;
  text-decoration: none
}

.brand-nav.active a{
  color: #fff;
  text-decoration: none;
}

.brand-nav.active a:after{
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 9px solid #424242;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 100%;
  z-index: 2;
}

.hackMainCont{
  margin-bottom: 10%;
}

.active{
  background-color: transparent !important;
}

.tab-content p{
  font-size: 1.2em;
  color: #363c41;
}

.question{
  font-weight: 999;
  margin-bottom: 0;
}

ul.hackList{
  margin-bottom: 5%;
}

ul.hackList li{
  color:#363c41;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.header{
  margin-top: 0;
}

.brand-nav{
  margin: 0;
}

.brand-link{
  display: block;
  height: 140px;
  text-align: center;
  font-weight: 900;
}

.brand-link:visited{
  color: #172e81;
    background: #ebbf14;
}

.brand-nav:visited{
 background: #ebbf14;
}

.hackIcon{
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 2em;
}

.linkActive{
  background-color: #424242!important;
  color:white !important;
}

.sepBlock{
  margin-bottom: 50px;
}

.button_cont{
  margin-top: 5%;
}
.hackBtn{
    color: #424242 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    background: #ebbf14;
    padding: 20px;
    border-radius: 0px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
}

.hackBtn:hover {
color: white !important;
text-decoration: none;
background: #434343;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

.hackDate{
  margin: 2% 0;
  font-weight: 900
}

.hackIconP{
  display: block;
}

.hackDate a{
  font-weight: 900;
  color: #363c41;
}

.hackDate a:hover{
  text-decoration: underline;
  color: #172e81;
}

.hackDate i{
  padding-right: 15px;
}

.menuTxt{
  padding: 5% 10% 0 10%;
  text-align: center;
  font-weight: 900;
}

h4.panel-title a{
  font-size: 1.2em;
}

.brand-nav{
  margin-bottom: -2px;
}


@media (max-width: 768px){

.brand-link{
  height: 50px;
  flex-direction: row;
}

.brand-nav{
   display: inline-flex !important;
   padding: 1% 5%;
   width: 25%;
   margin-bottom: 0;
}

.hackIcon {
    font-size: 1em;
}

.brand-nav.active a:after{
  content: "";
  border-top: none;
  border-bottom: none;
  border-left: none;
}

.nav-stacked {
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
}

.menuTxt {
    padding: 5% 5% 2% 5%;
}

.hackCtas{
    margin-bottom: 10%;
}

.hackCtaLi{
  font-size: 14px;
  display: inline-block;
  width: 90px;
  padding: 5%;
}

.hackCtaLi i{
  font-size: 22px !important;
}

hr{
  padding: 0;
  border: none;
  margin: 0;
}

.sepBlock {
    margin-bottom: 0;
}

.button_cont {
  margin-top: 10%;
  display: block;
  width: 100%;
  margin-bottom: 10%;
}

.hackBtn {
  width: 100%;
  text-align: center;
}

ul.hackList {
  margin-bottom: 10%;
  padding: 0 20px;
}

.header {
  margin-top: 10%;
}

.brand-link{
  margin: 0 auto;
    text-align: center;
    width: 100%;
}

.brand-nav.active{
  margin-top: 0;
}

}