.no-sidepadding{
    padding-left:0;
    padding-right:0;
}

.set-hp-border{
    border-bottom: 4px solid #F4F7FD;
}
.set-hp-border-active{
    border-bottom: 4px solid #0133B3;
}

.brand-header{
        padding: 0px;
        margin-bottom:20px;
        text-align: center;
        background-color:#F4F7FD;
        box-shadow: 0px 2px rgba(0,0,0,0.1);
}
.nav-menu-item{
        display: inline-block;
        margin: 10px 0px;
        border-bottom: 6px solid #F4F7FD;
}

.tp-30{
    padding-top:30px;
}
.show-tablet{
    display:none;
}

.hidden-desktop{
    display:none;
}
    
.show-mobile{
    display:none;
}

.topNav{
    font-family:'ProximaNova-Regular'; 
    font-size:18px; 
    font-weight:normal; 
    color:#454545;
    padding-right:0;
}

a.borders{
    border-bottom: 2px solid black;
}

a.borders:hover{
    color:white;
    background-color: #0133B3;
}

a:last-child.borders{
    border-bottom: none;
}


.brandLogo{
    width:auto;
    height:30px;
    margin: 10px 0;
}

.dropdownLargeScreen:hover{
    color:#0133B3;
    border-bottom:6px solid #0133B3;
}

a.topNav:hover{
    color:#0133B3!important;
}

.navbar .dropdownLargeScreen{
    border-bottom:6px solid white;
}

.dropdownLargeScreen:hover>.dropdown-menu {
    display:block;
    margin-top:5px;
  }

.dropdown-toggle:after {
    font-family: "FontAwesome5Pro-Light";
    font-weight: normal;
    content: "\f078";
    border-top:none;
    font-size:10px;
    font-weight: bold;
  }
  
  .region{
      font-family: ProximaNova-Regular;
      font-weight:bold;
      font-size:20px;
      color:#000;
      padding-bottom: 5px;
      text-transform:uppercase;
  }
  
  #regionDesktop{
      height:40px;
  }
  
  .brandRegion{
      font-family: ProximaNova-Regular;
      font-weight:bold;
      font-size:30px;
      color:#000;
      padding-bottom: 5px;
  }
  
  .setHomePageMenu{
      padding:10px;
      height:200px;
  }
  .setHP-desc{
      font-family: ProximaNova-Regular;
      font-size:18px;
      font-weight:normal;
      line-height:18px;
      color:#000;
      padding-bottom:20px;
  }
  .set-button, .set-button-two, .set-button-three{
      padding: 5px 10px;
      color: white;
      background-color: #03115E;
      border-radius: 10px;
      font-size: 14px;
      font-family: 'ProximaNova-Regular';
      font-weight: bold;
      text-decoration: none;
  }
  .button-padding{
      padding:10px 10px;
  }
  
  .set-icon{
      display:none;
      padding:10px 10px;
      color:#090;
      font-family: ProximaNova-Regular;
      font-size: 18px;
  }
  .signIn-prompt{
      padding-top:10px;
  }
  
  .show-tablet{
      display:none;
  }
  .hidden-tablet{
      display:inline-block;
  }
  
/* Mobile Styles */
@media (max-width: 767px) {
    
    .brandLogo{
        max-height: 26px;
        width: auto;
    }
    .region{
        padding-left:10px;
    }
    .brand-color{
        background-color:#F4F7FD;
        box-shadow: 0px 2px rgba(0,0,0,0.1);
    }
    
    .hidden-mobile{
        display:none !important;
    }
    
    .show-mobile{
        display:block;
    }
    
    .dropDownArrow:after {
        content:"\f078";
        color:black;
        font-family: 'FontAwesome5Pro-Light', Helvetica, Arial, serif;
    }
    
    .menu-top-border{
        border-top:2px solid #efefef;
        margin-top:10px;
    }
    
    .topNav{
        font-weight:bold;
        padding:0;
    }
    a.topNav{
        border-bottom: none !important;
    }
    .navButton{
        border:0px;
        padding-left:0;
    }
    
    .no-dropdown{
        padding: 10px 10px !important;
    }
    
    .navButtonArrow:after{
        content:'\f078';
        font-family:'FontAwesome5Pro-Light'; 
        color:#0133b3;
    }
    .navButtonArrowUp:after{
        content:'\f077';
        font-family:'FontAwesome5Pro-Light'; 
        color:#0133b3;
    }
    
    .subNavArrow:after{
        content:'\f078';
        font-family:'FontAwesome5Pro-Light';
    }
    .subNavArrowUp:after{
        content:'\f077';
        font-family:'FontAwesome5Pro-Light';
    }
    
    a.topNav[aria-expanded="true"]{
        color:#0133B3!important;
        border-bottom: none !important;
    }
    
    a.topNav[aria-expanded="true"]>.subNavArrow{
        color:white!important;
        background-color:  #0133B3;
        float:left;
    }
    
    a.topNav[aria-expanded="true"]>.menuItem{
        color:#0133B3!important;
        background-color:  #0133B3;
        border-bottom: .5px solid #0133B3;
        float:left;
        color:white!important;
        padding: 10px 10px !important;
    }
    
    .subNavArrow, .menuItem{
        padding: 10px 10px !important;
    }
    
    li.mobileMenuItems{
        border-bottom: 2px solid black;
    }
    
    li:last-child.mobileMenuItems{
        border-bottom: none;
    }
    .brandRegion{
        font-size: 18px;
    }
    
}

/* Tablet Style */
@media (max-width: 1024px){
    
    .show-tablet{
        display:block;
    }
    
    .hidden-tablet{
        display:none;
    }
    
    a.topNav{
        border-bottom: 4px solid #F4F7FD;;
    }
    .navbar-nav{
        background-color:#F4F7FD;
        box-shadow: 0px 2px rgba(0,0,0,0.1);
    }
    a.topNav[aria-expanded="true"]{
        color:#0133B3!important;
        border-bottom: 4px solid #0133B3;
    }
}