/* mainNav */
.navWrapper{
  width:100%;
  height: auto;
  position: relative;
  background: #fff;
  z-index: 999;
}

/* .navWrapper.enable{
  background: rgba(0, 30, 95,0);
} */

.mainNav{
  width:100%;
  height:auto;
  /* max-width: 1100px; */
  margin: 0 auto;f.mainNav img.main-logo
  /* padding: 1rem 0; */
  padding-top:1rem;
  display: block;
  /* background: url("../images/logo.svg") center center no-repeat;
  background-size: 15%; */
}

.mainNav .logoRow{
   width:1100px;
   display: flex;
   margin:0 auto;
   justify-content: space-between;
   align-items: baseline;
}

.mainNav a.mainlogo-link{
  /* margin: auto; */
  padding:1rem 0;
  width: 300px;
  z-index: 8;
  display: flex;
}

.mainNav .logoRow .socialBtnBox{
  width:auto;
  display: flex;
}

.mainNav .socialBtnBox a{
  text-decoration: none;
  margin: 0 0.2rem;
} 

.logoRow .socialBtnBox a img{
  width:100%;
  height: auto;
  display: block;
}

.logoRow .socialBtnBox a.fb-btn{
  width:24px;
  height:24px;
  display: flex;
  padding: .2rem;
  border:1px solid #083356;
  border-radius: 5px;
} 

.logoRow .socialBtnBox a.donate-btn{
  width:auto;
  height:auto;
  color:#fff;
  background: #8e5fa2;
  border-radius: 5px;
  font-size: .8rem;
  display: flex;
  padding: 0.1rem 0.3rem;
} 

.desktopMenu{
  background: #083356;
  border-bottom:1px solid rgba(0,0,0,.1);
}

.desktopMenu ul{
  margin:0;
}



.desktopMenu ul a{
  text-decoration: none;
  color: #fff;
}

.desktopMenu ul a.nav-link{
  padding-top: 1.2rem!important;
  padding-bottom: 1.2rem!important;
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}

.desktopMenu ul li .dropdown-menu{
  background: #e5e5e5;
  border-radius: 0;
}

.desktopMenu ul li .dropdown-menu a{
  color:#333;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.desktopMenu ul li .dropdown-menu a:hover{
  background: #efefef;
}

#navbarToggleExternalContent ul{
  width:15%;
  /* background: #42413C; */
  background: #676860;
  padding: 1.5rem;
  margin-left:.5rem;
}

#navbarToggleExternalContent ul li{
  padding:.25rem 0rem;
}

#navbarToggleExternalContent ul li a:link,
#navbarToggleExternalContent ul li a:visited{
  font-size: 1.035rem;
  color:#E6E6E4;
  text-decoration: none;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
}


#navbarToggleExternalContent ul li a:hover{
  color:#fff;
}

/* #navbarToggleExternalContent .triAngle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #f6dfb9 transparent;
  margin-left:1rem;
} */

.mainNav img.main-logo{
  width:100%;
  height:auto;
}

.compLogo{
  width:100%;
  height:auto;
  display: flex;
}

.compLogo img{
  width:100%;
  height:auto;
}

#topMenu{
  display: flex;
  /* background: blue; */
  height:auto;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-light .navbar-toggler{
  border-color:transparent;
}

.mbileMenuHambuger {
  width: 40px;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

.mbileMenuHambuger.closeBtn{
  width: 100%;
  justify-content: right;
  z-index: 33;
}

.subWrapper{
  display: none;
}

.navLinks ul{
  margin-left:0;
}

.navLinks ul li{
  padding: 0 .5rem;
}

.navLinks.tw ul li{
  padding: 0 .8rem;
}



.navLinks ul li a:link,.navLinks ul li a:visited{
  font-size: .8rem;
  color:red;
  text-decoration: none;
  font-weight: 400;
}



.navLinks.tw ul li a:link,.navLinks.tw ul li a:visited{
  font-size: 1rem;
  font-weight: 500;
}

.navLinks ul li a.current{
  
  position: relative;
}

.navLinks ul li a.current::after{
  content:"";
  width: 10px;
  height: 5px;
  display: block;
  position: absolute; 
  right:0;
  top:-5px;
  background-image: url("../images/navCurrentLink_dot.svg");
  background-repeat: no-repeat;
}

@media screen and (max-width:737px) {
  
  /* .custom-toggler .navbar-toggler-icon{
    width: 2em;
    height: 2em;
  } */
  
  .navbar-collapse{
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(8,51,86,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(8,51,86,1);
    box-shadow: 0px 0px 7px 0px rgba(8,51,86,1);
    margin-top:40px;
    border:1px solid 
  }
  
  .navbar{
    height:100%;
    padding: 1rem 1rem;
  }
  
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(8,33,56, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
  .custom-toggler.navbar-toggler {
    color: rgb(8,33,56);
  } 
  
  .desktopMenu ul a{
    text-decoration: none;
    color: #42413C;
    font-size: 1.3rem;
  }
  
    #navbarToggleExternalContent ul{
      width:60%;
      background: #42413C;
      padding: 1.5rem;
      margin-left:.5rem;
    }
    
    
    #navbarToggleExternalContent ul li{
      padding:.5rem 0rem;
    }
    
    #navbarToggleExternalContent ul li a:link,
    #navbarToggleExternalContent ul li a:visited{
      font-size: 1.2rem;
      color:#E6E6E4;
      text-decoration: none;
      transition:all .3s ease-in-out;
      -webkit-transition:all .3s ease-in-out;
      -moz-transition:all .3s ease-in-out;
    }
    
    
    #navbarToggleExternalContent ul li a:hover{
      color:#fff;
    }

    
    
    .navWrapper{
      width:100%;
      height: auto;
      position: fixed;
      background: #fff;
      z-index: 999;
      /* border-bottom:1px solid rgba(8,33,56,1); */
    }
    
    
    .desktopMenu{
      height:100%;
      background: #fff;
      border-bottom: 1px solid rgba(8,33,56,1);
    }
    /* .navWrapper.enable{
      background: rgba(0, 30, 95,0);
    } */
    
    .mainNav{
      max-width: 100%;
      height:65px;
      align-items: center;
      flex-direction: column;
      margin: 0 auto;
      
    }
    
    
    .mainNav a.mainlogo-link{
      position:absolute;
      top:0;
      bottom:0;
      left:0;
      right:0;
      margin:auto;
      width: 55%;
      z-index: 8;
      display: flex;
      justify-content: center;
      padding:.7rem 0;
    }
    
    .mainNav img.main-logo{
      width:100%;
      height:auto;
    }
    
    .compLogo{
      width:100%;
      height:auto;
      display: flex;
    }
    
    .compLogo img{
      width:100%;
      height:auto;
    }
    
    
    #topMenu{
      display: none;
      width:100%;
      height:100%;
      position: fixed;
      background: #3f8cbc;
    }
    
    
    
    
    .navLinks{
      margin-bottom: 1.5rem;
    }
    
    
    .navLinks ul li{
      padding: 0rem .5rem;
      text-align: center;
      margin: 1rem 0;
    }
    
    .navLinks ul li:after{
      
      content: "•";
      width:16px;
      height: 16px;
      display: block;
      margin:0 auto;
      color:#fff;
      
    }
    
    .navLinks ul li:last-child:after{
      content:"";
    }
    
    .navLinks ul li a:link,.navLinks ul li a:visited{
      font-size: .8rem;
      color:#fff;
      text-decoration: none;
      font-weight: 500;
    }
    
    .navLinks ul li a:link,.navLinks ul li a:visited{
      font-size: 1.1rem;
    }
    
    .navLinks ul li a.current{
      
      position: relative;
    }
    
    .navLinks ul li a.current::after{
      content:"";
      width: 10px;
      height: 5px;
      display: block;
      position: absolute; 
      right:0;
      top:-5px;
      background-image: url("../images/navCurrentLink_dot.svg");
      background-repeat: no-repeat;
    }
    
    
    
    
    
    #nav-icon{
      width: 30px;
      height: 25px;
      position: relative;
      cursor: pointer;
    }
    
    
    #nav-icon span{
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      border-radius: 0px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    
    #nav-icon span:nth-child(1) {
      top: 0px;
    }
    
    #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
      top: 12px;
    }
    
    #nav-icon span:nth-child(4) {
      top: 24px;
    }
    
    /* #nav-icon.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
    
    #nav-icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    #nav-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    
    #nav-icon.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    } */
    
    #close-nav-icon{
      width: 40px;
      height: 25px;
      position: relative;
      cursor: pointer;
    }
    
    
    #close-nav-icon span{
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      border-radius: 0px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    
    #close-nav-icon span:nth-child(1) {
      top: 0px;
    }
    
    #close-nav-icon span:nth-child(2),#close-nav-icon span:nth-child(3) {
      top: 12px;
    }
    
    #close-nav-icon span:nth-child(4) {
      top: 24px;
    }
    
    #close-nav-icon.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
    
    #close-nav-icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    #close-nav-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    
    #close-nav-icon.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
    
    
}