@font-face {
  font-family: Helvetica Neue-light;
  src: url(../fonts/HelveticaNeue-Lit.otf);
}

@font-face {
  font-family: Helvetica Neue-Med;
  src: url(../fonts/HelveticaNeue-Med.ttf);
}

@font-face {
  font-family: Helvetica Neue;
  src: url(../fonts/HelveticaNeue-Reg.otf);
}

p{
	font-family: Helvetica Neue;
	letter-spacing: 0.02em;
  line-height: 20px;
  font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Exo;
	color: #3AAB47;
}

body {
  background: #F1F1F1;
}

.navbar-brand img {
  max-height: 52px;
  /*max-height: 42px;*/
}
.navbar-transparent {
    background: white !important;
    border-bottom: 0px solid transparent;
    /*box-shadow: none;*/
}

.graph-bar {
  cursor: unset!important;
}
.navbar .navbar-brand {
    padding: 0px; 
}

.navbar .nav-link {
  color: #556167!important;
  font-family: Exo;
  font-weight: 500!important;
  font-size: 14px!important;
  line-height: 20px;
  text-transform: capitalize!important;
  opacity: 1;
}

.navbar-avid.navbar {
    border: 0;
    font-size: 14px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
}

/* MAIN MENU */
.navbar .navbar-collapse.show .navbar-nav .nav-item {
     padding-right: 10px; 
     padding-left: 10px;
}

.sub-menu-parent {
  position: relative;
  cursor: pointer;
}
.sub-menu {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible;
  /* shows sub-menu */
  height: auto;
  opacity: 1;
  z-index: 9;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.0s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}
/* presentational */

nav.navbar-avid .sub-menu a {
  color: #fff;
  display: block;
  padding: 15px 1em;
  text-decoration: none;
  font-family: Exo;
  font-size: 14px;
}
nav.navbar-avid .sub-menu a:hover {
  color: #fff;
}
nav.navbar-avid ul.sub-menu ,
nav.navbar-avid ul.sub-menu  li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav.navbar-avid > ul.sub-menu  {
  background: #EEE;
  text-align: center;
}
nav.navbar-avid > ul.sub-menu  > li {
  display: inline-block;
  border-left: solid 1px #aaa;
}
nav.navbar-avid > ul.sub-menu  > li:first-child {
  border-left: none;
}
.navbar-avid .sub-menu {
  min-width: 140px;
  background: #84BF41;

}

.navbar-translate {
  padding: 0 15px;
  background: #fff;
}

/* PAGES */

.page-header .filter::after {
    background-color: rgba(0, 0, 0, 0.25);
}

.grit-overview p .wit-overview p{
    color: #556167;
    font-family: 'Helvetica Neue';
    font-size: 14px;
    line-height: 20px;
}
.grit-questions .q_item , .grit-questions ol, .wit-questions .q_item , .wit-questions ol{
    color: #556167;
    font-family: 'Helvetica Neue';
    font-size: 23px;
    line-height: 30px;
    padding-left: 20px;
}

.grit-questions .form-group {
    margin-bottom: 2.4rem;
}
.grit-questions .form-group .form-control {
    color: #556167;
}
.grit-questions select, .grit-questions select:focus ,.grit-questions input, .grit-questions input:focus {
  background-color: transparent;
}
h4.q_item {
    padding-left: 0 !important;
}

 .grit-questions ol li,  .wit-questions ol li.title{
    padding-left: 0em;
    color: #556167;
 }



 .survey-alert .alert i {
    position: relative;
    font-size: 20px;
    top: 2px;
    margin-top: -5px;
    font-weight: 600;
}

.grit-assess-submit, .wit-assess-submit {
  font-family: 'Source Sans Pro';
  font-size: 18px;
}

.grit-questions input[type="checkbox"],
.grit-questions input[type="radio"],
/*.wit-questions input[type="checkbox"],*/
.wit-questions input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.grit-questions label  {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 36px;
  cursor: pointer;
  z-index: 0;
  font-size: 14px;
  font-family: 'Helvetica Neue';
}
.grit-questions label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #3AAB47;
  border-radius: 4px;
  z-index: -1;
}
.grit-questions input[type="radio"] + label::before {
  border-radius: 18px;
}
/* Checked */
/*.grit-questions input[type="checkbox"]:checked + label,*/
.grit-questions input[type="radio"]:checked + label {
  padding-left: 10px;
  color: #fff;
}
/*.grit-questions input[type="checkbox"]:checked + label::before,*/
.grit-questions input[type="radio"]:checked + label::before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #3AAB47;
}
/* Transition */
.grit-questions label,
.grit-questions label::before {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.grit-assess-submit, .wit-assess-submit {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 100;
    text-transform: unset;
    background: #3AAB47;
    border: none;
}

.grit-assess-submit:hover, .grit-assess-submit:active, .grit-assess-submit:visited, .grit-assess-submit:focus {
    background: #84BF41;
}


.list {
    list-style-type: none;
    /* margin: .5rem; */
    padding-left: 0px;
}
.list__item {
  /*margin: 0 0 .5rem 0;*/
  padding: 0;
}

.label--checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 0;
  font-size: 14px;
  font-family: "Helvetica Neue";
  color: #556167;
  line-height: 25px;
  font-weight: 400;
}

.wit-questions .checkbox {
    position: relative;
    top: 0;
    margin: 0 1rem 0 0;
    cursor: pointer;
    margin-top: -1px;
    border: 0px!important;
    outline: none;
}
.checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1.1rem;
  height: 1.1rem;
  border: 1.2px solid #3AAB47;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .5rem;
  border-color: #3AAB47;
  border-top-style: none;
  border-right-style: none;
}
.checkbox:after {
  content: "";
  position: absolute;
  top: 0; /*-0.125rem*/
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  cursor: pointer;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}



/* RESULT */
.share-result {
  font-family:Exo; 
  font-size: 11px;
  font-weight: 900;
}

.btn-social {
  /*width: 100%;*/
  margin: 0 4px;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  text-transform: unset;
  font-size: 16px;
  line-height: 22px;
  color: #fff!important;
  border: none;
}
a.btn-social:hover {
  color: #fff!important;
}

.btn-fb {
  background-color: #3B5998;
}

.btn-twit {
  background-color: #55ACEE;
}

.avid-green, .avid-green:focus {
    border-color: #84BF41;
    background: #84BF41 !important;
    color: #fff !important;
}

.avid-green:hover {
    border-color: #3aab47;
    background: #3aab47 !important;
    
    color: #fff !important;
}


/* PROFILE */
.profile-name {
    font-size: 18px;
    font-family: Exo;
    color: #3aab47;
    display: inline-block;
    margin-bottom: 10px;
  }

  button.imageup {
      display: none;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0px;
      width: 100%;
      overflow: hidden;
      color: #ffffff;
      padding: 5px 0;
      background: rgb(58, 171, 71);
      border: none;
  }

  .profile-head {
    border-bottom: 1px solid;
  }
  .participant-profile .card-body {
    padding: 30px;
  }
  .profile-body {
    padding: 15px 0;
  }
  .profile-body p {
    font-family: Source Sans Pro;
    font-weight: 100;
    color: #4D4F5C;
    margin-bottom: 10px;
  }


  .result-heading .profile-name {
    margin-bottom: 0px;
  }
  .result-heading {
    padding: 10px 15px;
    background: #3aab47;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .result-details h3.heading-name {
      font-size: 18px;
      color: #fff;
      margin-bottom: 0px;
  }
  .result-details a{
    text-decoration: none;
  }
  .result-details a h3 {
      margin-bottom: 0px;
      color: #fff;
      font-size: 23px;
      font-family: Exo;
      margin-top: 30px;
  }

  .to-reports {
      display: block;
      padding: 30px 20px;
      width: 100%;
      height: auto;
      border-radius: 15px;
      min-height: 225px;
  }

  .grit {
    background: #84BF41;
  }
  .wit {
    background: #D2DB2F;
  }

  .result-heading .heading-name {
    margin-top: 0px;
  }

  /* IMAGE UPLOAD */

  .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 15px auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 27px;
    z-index: 10;
    bottom: 10px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label , .avatar-upload .avatar-edit input label {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #3aab47;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #84BF41;
    border-color: #84BF41;
  }
  .avatar-upload .avatar-edit input + label{
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
  }
  .avatar-upload .avatar-edit input + label:after {
    content: "\f067";
    font-family:'FontAwesome';
    font-weight: bolder;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .avid-text-green, .avid-text-green:focus {
    color: #3aab47;
    border: none;
    cursor: pointer;
    outline: none;
  }
.avid-text-green:hover, .avid-text-green:active, .avid-text-green:visited {
  background-color: transparent!important;
  color: #3aab47;
}


/* MODAL PROFILE EDIT*/


.modal-action-frm {
    padding-top: 20px;
}

.modal-body label {
    font-size: 12px;
    color: #8d989e;
    margin-bottom: 0px;
    font-family: 'Source Sans Pro';
}

.modal-body .form-group input, .modal-body .form-group select {
  margin-top: 0px; 
}

.form-control.bb-only {
    border: none;
    border-bottom: 1px solid #556167;
    border-radius: 0px;
    margin-top: 30px;
}

.modal-body .form-group {
  margin-bottom: 28px;
}

/* CUSTOM RADIO */
.radio,
.radio__label,
.radio__label:after,
.radio__label:before {
  box-sizing: border-box;
}

.radio__container .radio-inline {
  display: inline-block;
  margin-right: 10px;
}
.radio__container .radio {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
  -webkit-appearance: none;
}
.radio__container .radio__label {
  display: inline-block;
  height: 50px;
  position: relative;
  padding: 15px 10px 15px 28px;
  cursor: pointer;
  vertical-align: bottom;
  color: rgba(0, 0, 0, 0.54);
  font: 300 14px/20px Helvetica, Arial, sans-serif;
  transition: color 200ms ease;
}
.radio__container .radio__label:before, .radio__container .radio__label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: border-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease;
  transition: transform 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
}
.radio__container .radio__label:before {
  left: 0;
  top: 15px;
  width: 20px;
  height: 20px;
  border: 2px solid #dbdbdb;
}
.radio__container .radio__label:after {
    top: 19.8px;
    left: 5.1px;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #3aab47;
}
.radio__container .radio__label:hover {
  color: #3aab47;
}
.radio__container .radio__label:hover:before {
  border-color: #84BF41;
}
.radio__container .radio:checked + .radio__label {
  color: rgba(0, 0, 0, 0.87);
}


.radio__container .radio:checked + .radio__label:before {
  border-color: #3aab47 !important;
}
.radio__container .radio:checked + .radio__label:after {
  -webkit-transform: scale(1)!important;
          transform: scale(1)!important;
}
.radio__container input[type="radio"]:checked + .radio__label:before{
  border-color: #3aab47;
}
.radio__container input[type="radio"]:checked + .radio__label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}



/* BUTTON MODAL */
.avid-outline {
    background: transparent;
    color: #556167 !important;
    border: 1px solid #556167;
}

.avid-outline:hover {
    color: #f1f1f1 !important;
}
.btn-avid {
    width: 100%;
}

.avid-green, .avid-green:focus {
    border-color: #3aab47;
    background: #3aab47 !important;
    color: #fff !important;
}

/*modalLoginOrRegister*/
#modalLoginOrRegister .avid-outline:hover {
    color: #f1f1f1 !important;
}

#modalLoginOrRegister .avid-green:hover {
    border-color: #3aab47;
    background: transparent !important;
    color: #3aab47 !important;
}

/* ANIMATE */

/*--------------------------------------------------------------
# Animation CSS
--------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.animate-fade-in-slide-up {
  -webkit-animation-name: fadeIn, slideUp;
          animation-name: fadeIn, slideUp;
}



/* FOOTER */

.footer .credits, .footer-nav {
     line-height: 60px; 
}

.footer nav > ul > li {
    display: inline-block;
    padding: 15px 20px;
    margin: 0px;
    line-height: unset;
    text-align: center;
}

.footer nav > ul a:not(.btn) {
    color: #556167;
    display: block;
     margin-bottom: 0px; 
     line-height: 1; 
    opacity: .8;
    font-size: 12px;
    text-transform: unset;
    font-weight: 400;
}
.footer nav > ul > li a {
    margin: 0px;
    font-family: Exo;
    font-size: 14px!important;
    font-weight: 400;
}

.footer {
    /*margin-top: 45px;*/
    background-color: #FFFFFF;
    line-height: 1;
}

.footer .copyright {
    color: #556167;
    padding: 15px 20px;
    font-size: 12px;
    margin: 15px 0px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    font-family: 'Exo', "Helvetica", Arial, sans-serif;
}
.copyright a {
    text-transform: unset; 
    font-weight: 600; 
    font-size: 12px;
    color: #556167!important;
}

.copyright a:hover {
  color: #0b7c84!important;
}


/* MODAL GUEST ASSESSMENT LOGIN/REGISTER */
#modalLoginOrRegister .modal-header, #resultModal .modal-header, #modalAlertGuest .modal-header{
  padding: 8px;
}
#modalLoginOrRegister .modal-header button.close, #resultModal  .modal-header button.close, #modalAlertGuest .modal-header button.close{
    margin-top: 0;
    margin-right: 8px;
}

#modalLoginOrRegister .modal-body, #resultModal .modal-body, #modalAlertGuest .modal-body {
    padding: 15px 50px 60px;
    color: #000;
}

#modalLoginOrRegister .modal-header , #resultModal .modal-header, #modalAlertGuest .modal-header {
  border-bottom: 0px;
}


/* RESULT CIRCULAR PROGRESS */

.progress {
  width: auto;
  background: transparent;
  height: auto;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  transform: rotate(-90deg) rotateX(180deg);
}

.progress circle {
  stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease;
    stroke: #84BF41;
    stroke-width: 30px;
}

.progress .bar {
  stroke: #f1f1f1; /*3AAB47*/
}

.progressdiv {
  position: relative;
}

.progressdiv p:after, .progressdiv p, .progressdiv span{
  font-family: Helvetica Neue;
  font-weight: 600;
  font-size: 42px;
  color: #3AAB47;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*content: attr(data-percentage);*/
}  


.text-primary, a.text-primary:focus, a.text-primary:hover {
    color: #fff !important;
}
thead.text-primary {
    background: #3aab47;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 12px 30px;
    vertical-align: middle;
    font-family: Source Sans Pro;
    font-weight: bold;
    font-size: 14px;
    /*text-transform: capitalize;*/
}

.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-weight: 400;
    font-size: 14px;
    color: #4D4F5C;
    border-color:rgba(0, 0, 0, 0.05);
}


.table-responsive {
    overflow: auto;
    padding-bottom: 10px;
}

.card {
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
table td .btn.danger, table td .btn.danger, table td .btn.danger , table td .btn.success, table td .btn.success, table td .btn.success {
    background-color: transparent!important;
    color: #4D4F5C!important;
}

table td .btn.danger:hover, table td .btn.danger:focus, table td .btn.danger:active {
    background-color: #c90000!important;
}

table td .btn.success:hover, table td .btn.success:focus, table td .btn.success:active {
    background-color: #3aab47!important;
}

.result-details table thead:hover {
  color: #fff!important;
}

.result-details table a {
    text-decoration: none;
    color: #4D4F5C;
    letter-spacing: 0.02em;
}
.result-details table a:hover {
    color: #4D4F5C;
    letter-spacing: 0.02em;
}

.result-details .action-tbl a.btn.bg-transparent, .result-details .action-tbl button.btn.bg-transparent {
    border: none;
    font-size: 14px;
}

.result-details .action-tbl a.btn.bg-transparent:hover, .result-details .action-tbl button.btn.bg-transparent:hover {
    border: none;
    font-size: 14px;
    color:#fff!important;
}


.result-details .card:hover {
  transform: none!important;
}

.print-btn {
  background: transparent;
  color: #4D4F5C;
  font-size: 14px;
  border:none;
  cursor: pointer;
  outline: none;
}

.print-btn:hover {
  background: transparent;
  color: #3aab47;
  font-size: 14px;
  border:none;
  cursor: pointer;
  outline: none;
}

.text-gray, a.text-gray:focus, a.text-gray:hover {
    color: #E3E3E3 !important;
}

.pagination > .page-item > .page-link, .pagination > .page-item > span, .pagination > .page-item:first-child > .page-link, .pagination > .page-item:first-child > span, .pagination > .page-item:last-child > .page-link, .pagination > .page-item:last-child > span {
    background-color: transparent;
    border: 2px solid #3aab47;
    border-radius: 20px;
    color: #3aab47;
    height: 36px;
    margin: 0 2px;
    min-width: 36px;
    font-weight: 600;
}







@media screen and (max-width: 991px){
  .navbar-collapse::after {
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      background-color: #fff!important;
      background: linear-gradient(to left, transparent, transparent)!important;
      display: block;
      content: "";
      z-index: 1;
  }

  .navbar[class*="bg-"] .navbar-toggler .navbar-toggler-bar, .navbar.navbar-transparent .navbar-toggler .navbar-toggler-bar {
      background: #66615b;
  }

  .navbar-collapse {
      background-color: #3aab47;
       border-left: 0px solid #CCC5B9; 
    }
    .navbar-collapse .navbar-nav > .nav-item > .nav-link {
      margin: 0px 0px;
      color: #fff !important;
    }

    .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover {
      color: #fff !important;
    }

    
}

@media only screen and (max-width: 991px) {
  .navbar-collapse ul {
      position: absolute;
  }

  .navbar-expand-md .navbar-toggler {
    display: block!important;
  }
  .navbar-expand-md .navbar-nav {
      -ms-flex-direction: column!important;
      flex-direction: column!important;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 0 15px;
  }

  .nopad{
    padding: 0px;
  }

  .navbar-collapse ul {
      position: absolute;
      z-index: 3;
       height: auto; 
  }

  .navbar-collapse {
    padding-right: 30px;
    padding-left: 30px;
  }

  .navbar-nav {
       margin: 0px auto; 
  }
}

@media (min-width: 768px){
  .navbar-expand-md .navbar-toggler {
      display: block; 
  }

}


@media (min-width: 991px){
  .navbar-expand-md .navbar-toggler {
      display: none; 
  }
  .navbar-collapse ul {
      z-index: 3;
      height: 95%;
  }
  
  
}

@media (min-width: 992px){
  .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
  
}




