.navbar-toggler-icon:focus, .navbar-toggler-icon:hover, .navbar-toggler-icon .active, .navbar-toggler-icon .visited, .navbar-toggler:focus, .close:focus {
    outline: none;
    outline-color: transparent;
    outline-style: none;
    outline-width: 0;
    box-shadow: none;
}

.navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
    background-image: url('../img/bars_menu.svg');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: opacity 0.2s ease-in-out;
}
.navbar-toggler-icon:hover, .navbar-light .navbar-toggler-icon:hover {
    background-image: url('../img/bars_menu_ov.svg');  
}
.navbar-toggler-icon, .close, .modal .close {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}
/*@media (min-width: 992px) {
.navbar-toggler-icon, .close, .modal .close {
    width: 48px;
    height: 48px;
  }
}*/
.navbar-toggler {
    padding:0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.modal-fullscreen-menu .close {
  background-image: url('../img/bars_close_alt.svg') !important;
  color: #ec9e15;
  opacity: 1;
  padding: 0;
  position: absolute;
  /*top: 24px;*/ top: 24px;
  /*right: 80px;*/ right:24px;
  z-index: 9;
}
.modal-fullscreen-menu .close:active {
  color: #ec9e15;
}

.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  /*max-width: 768px;*/ max-width: 1140px;
  display: flex;
  height: 100%;
  align-items: center;
  pointer-events: all;
}
.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-fullscreen-menu .list-group {
  text-align: left;
  margin: 0 auto;
  width: 100%;
}

.modal-fullscreen-menu .list-group a {
  font-size: 36px;
  border: none;
  transition: all 0.25s ease;
  background-color: transparent;
  color: #fff;
  line-height: 1.2rem;
  z-index:1500;
    font-family: "nerislight",Helvetica,Arial,sans-serif !important;
  font-weight:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
  .modal-fullscreen-menu .list-group a {
    font-size: 50px;
    line-height: 2.5rem;
    /*padding: 1.5vh 0;*/
    cursor:pointer;
  }
}
.modal-fullscreen-menu .list-group a:hover {
  color:#43474c;
  text-decoration:none;
}
/*.modal-fullscreen-menu .list-group a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1112;
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}*/


/*.modal-fullscreen-menu .list-group a:hover:before {
  opacity: 1;
}*/


/* regular modal */
.modal-backdrop.in {
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.8;
}

/* fullSrceenNav modal - added js to add .fsn-open class */
.fsn-open .modal-backdrop {
  background-color:#fff;
}
.fsn-open .modal-backdrop.show {
  opacity: 1;
}

.logo img {
  width:156px;
  height:62.469px;
}
.logo {margin-bottom:3vh;}
.socialNav {margin-top:3vh;}
.socialNav li a {font-size:1.5rem !important; padding:0 10px !important; cursor:pointer;}
.socialNav li a:hover {color:#333132;}

.navMail a, p a {
  color:#fff;
}
.navMail a:hover, p a:hover {
  color:#43474c;
}


.navAddress p {
  line-height:1.1rem;
}
@media (min-width: 768px) {
  .navAddress p {
    line-height:1.6rem;
  }
}

p.list-group-item {
  position: relative;
  display: block;
  padding: 20px 0;
  margin-bottom:0; 
  background-color: transparent;
  border: none;
  }


