.nopb{padding-bottom:0!important;}
.nom{margin:0 !important;}
.readmore-toggle.hidden{display:none !important;}

.element_userform .field.column-left.hide, .element_userform .field.column-right.hide{
    display:none;
}

#e466{z-index:10;}

   /* Modal Styles */
.termsField label.right{display:none;}

.closeModal{position:absolute; top:.25em; right:.5em; }
.save-modal .closeModal, .load-modal .closeModal {
    padding: 25px;
    cursor: pointer;
}
.modal-content{position:relative;}

   .modal {
       display: none; /* Hidden by default */
       position: fixed;
       align-items: center;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
       z-index: 9999; /* Ensure it's on top */
   }
   .modal.show-modal {
    display: flex;
   }
   .modal-content {
       background-color: white;
       margin: 0 auto;
       padding:25px 20px 20px;
       width: 90%;
       max-width: 770px;
       max-height: 80%;
       overflow-y: auto; /* Enable scrolling for terms */
       border: 1px solid #ccc;
       border-radius: 5px;

       .button-holder {
        margin-top: 20px;
       }
   }
   .modal-footer {
       text-align: right;
   }
   /* Button Styles */
.rejectTerms,
   .showTerms,
   .acceptTerms {
       padding: 10px 20px;
       background-color: #D22630; /* Blue color */
       color: white;
       border: none;
       border-radius: 5px;
       cursor: pointer;
   }
.acceptTerms{background-color: rgba(28, 16, 51, 0.9); }
.acceptTerms:hover,
.rejectTerms:hover{background-color:#000000;}
.showTerms:after,
.rejectTerms:after,
.acceptTerms:after{display:none !important;}
   

ul.top_nav li li.has-children > a:after{
    content: '\e902';
    font-family: 'feather';
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.87em;
    font-size:.87em;
    font-weight: bold;
    display:inline-block !important;
    }

    #intro .bg-color{    z-index: 5 !important;}


.layout-portal .chakra-input__group-white select, .layout-portal .chakra-input__group-white textarea, .layout-portal .chakra-input__group-white .chakra-input {
    box-shadow: inset 0 0 10px #efefef !important;
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
ul.top_nav li li.has-children:hover > a:after{
     background: rgba(255, 255, 255, 0.1);
}

/* Icons (made with Icomoon.io) */

.listing-page__icon{max-width:.6em;position: relative;display:none !important;}
.listing-page__grid--right h4{margin:0 0 15px;padding:0;}
::marker{display:none !important;}

@font-face {
    font-family: 'feather';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/feather/feather.eot');
    src: url('../fonts/feather/feather.eot#iefix') format('embedded-opentype'), url('../fonts/feather/feather.woff2') format('woff2'), url('../fonts/feather/feather.ttf') format('truetype'), url('../fonts/feather/feather.woff') format('woff'), url('../fonts/feather/feather.svg#feather') format('svg');
}

.icon {
    font-family: 'feather';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}
.drawer .icon--arrow-left:before {
     content: '\e901'; 
    font-family: 'feather' !important;
}

.drawer  .icon--menu:before {
    content: '\e903';
    font-family: 'feather' !important;
}

.drawer .icon--cross:before {
    content: '\e117';
    font-family: 'feather' !important;
}

/* Menu styles */
.drawer .menu {
    position: fixed;
    position: relative;
    /* top: 120px; */
    left: 0;
    width: 100%;
    height: calc(100vh);
    height: 100vh;
    /* min-height: 50vh; */
    /* margin-bottom: 15px; */
    /* background-color: #070202; */
    /* background-image: url(../images/colors/gradient_green_blue_vert.png); */
}

.menu__wrap {
    position: relative;
    /* top: 3.5em; */
    /* bottom: 0; */
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
    /* max-width: 317px; */
    border-top: 2px solid rgb(255 255 255 / 10%);
}
.menu__wrap :before{
    font-family:'feather';
    
}
.menu__level {
    position: absolute;
    top: 0;
    /* z-index: 99999999999999999999999999999; */
    left: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: scroll;
    width: calc(100% + 50px);
    /* height: 100%; */
    margin: 0;
    padding: 0;
    list-style-type: none;
    /* border-top: 2px solid rgb(255 255 255 / 10%); */
    /* background: #2c2c2c; */
}

.menu__level:focus {
    outline: none;
}

.menu__level--current {
    visibility: visible;
}

.menu__item {
    display: block;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
}
.menu__item.widget{padding: 8px 2.5em 6px 1.5em;}
.menu__item.widget:last-child{padding-bottom:1.5em;}

.menu__link {
        position: relative;
        padding: 10px 68px 8px 15px;
        /* color: #bdbdbd; */
        /* border-bottom: 1px solid rgba(255, 255, 255, .1); */
        /* -webkit-transition: color 0.1s; */
        /* transition: color 0.1s; */
        /* text-transform: uppercase; */
        border-bottom: 2px solid rgb(255 255 255 / 10%);
        /* border-left: 10px solid #ffffff; */
        color: #ffffff;
        /*background: rgb(0 150 214  / 100%);*/
        /* font-family: "headline"; */
        font-size: 1em;
        font-weight: 700;
        letter-spacing: .01em;
        letter-spacing: 0em;
        overflow: hidden;
        display: block;
        text-decoration:none;
}

.menu__link[data-submenu] {
/*    content: '\e904';*/
    content: '\e902';
    font-family: 'feather';
    position: absolute;
    right: 0;
    top: 0;
    /* transform: translateY(-50%); */
    font-weight: normal;
    /* padding: 4px 25px 4px 25px; */
    padding: 10px 35px 8px 15px;
    color: #ffffff;
    background: #1e1135;
    
    border: none;
    /* border-radius: 5px  0 0 5px; */
    cursor: crosshair;
    text-decoration: none;
}
.menu__link[data-submenu]:before{ display:none;}
.menu__link[data-submenu]:after {
    /* content: '\e904'; */
    content: '\e902';
    font-family: 'feather';
    position: absolute;
    right: 35%;
    top: 24%;
    font-weight: normal;
    /* padding: 10px 25px 9px 25px; */
    /* color: #2d2d2d; */
    /* background: #364628; */
}

.menu__link:hover, .menu__link:focus, .menu__link[data-submenu]:hover::after, .menu__link[data-submenu]:focus::after {
  
      color: #ffffff;
    text-decoration:none;
}
.menu__link:before{
    /* content: '\00B7'; */
    content:" ";
    /* opacity: 0; */
    /* transition: all .3s ease-in-out; */
    /* content: ' '; */
    /* font-size: 1.5em; */
    /* line-height: 0; */
    /* position: absolute; */
    /* top: 30%; */
    /* left: -30px !important; */
    /* height: 20px; */
    /* width: 20px; */
    color: #2d2d2d;
    font-family: 'feather';
   

    /* background: url(../images/icons/life-saver.svg) no-repeat top center; */
    /* background-size: contain; */
}
.menu__link:hover:before{
     bottom: 0 !important;
     /* opacity: 0; */
     /* transform: rotate(180deg); */
}
.menu__link--current span{color:#959595}
.menu__link--current::before {
    /* content: '\00B7'; */
    /* font-size: 1.5em; */
    line-height: 0;
    /* position: absolute; */
    /* top: 50%; */
    left: -3px !important;
    /* height: 4px; */
    color: #FFFFFF;
}


[class^='animate-'], [class*=' animate-'] {
    visibility: visible;
}

.menu__link .translate{display:block;left:0;top: 0;position:absolute;width: 100%;opacity: 0;height: 100%;content:' ';/* background: rgb(0 0 0 / 25%); */z-index: -1;transition: all .3s ease-in-out;}
.menu__link:hover .translate{height: 100%;opacity: 1;top: 0;}
.menu__link:hover{/* color: #2a2c2f !important; *//* padding: 10px 5px 8px 35px; */background: rgb(255 255 255 / 5%);tex-decoration: none;}
.animate-outToRight .menu__item {
    -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.animate-outToLeft .menu__item {
    -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.animate-inFromLeft .menu__item {
    -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate-inFromRight .menu__item {
    -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.menu__breadcrumbs {
    font-size: 0.65em;
    line-height: 1;
    position: relative;
    font-weight: bolder;
    padding: 16px 25px 16px 15px;
    /* border-left: 10px solid #fff; */
    /* border-top: 1px solid rgb(59 212 47 / 18%); */
    /* background: rgba(255, 255, 255, .6); */
}

.menu__breadcrumbs a {
    /* font-weight: bold; */
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    /* vertical-align: middle; */
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
    color: #fff !important;
}

.menu__breadcrumbs a:last-child {
    pointer-events: none;
}

.menu__breadcrumbs a:hover, .menu__breadcrumbs a:focus {
    color: #959595;
}

.menu__breadcrumbs a:not(:last-child)::after {
    content: '\e902';
    font-family: 'feather';
    display: inline-block;
    padding: 0 0.5em;
    /* color: #959595; */
}

.menu__breadcrumbs a:not(:last-child):hover::after, .menu__breadcrumbs a:not(:last-child):focus::after {
    color: #FFFFFF;
}

.menu__back {
    font-size: 1.05em;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0.6em;
    margin: 0;
    padding: 1.365em 0.65em 0 0;
    cursor: pointer;
    /* color: #f0eee7; */
    border: none;
    padding: 0.2em;
    background: none;
}
.menu__back:after{content: '\e901';font-family: 'feather';display: inline-block;/* padding: 0 0.5em; */background: none;}
.menu__back:hover{background: none;}

.menu__back--hidden {
    pointer-events: none;
    opacity: 0;
}

.menu__back:hover, .menu__back:focus {
    color: #FFFFFF;
    outline: none;
    background:none;
}
.menu__link:before{
    /* content: '\00B7'; */
    opacity: 0;
    transition: all .3s ease-in-out;
    /* font-size: 1.5em; */
    line-height: 0;
    position: absolute;
    bottom: -100%;
    left: 0px !important;
    height: 30px;
    width: 26px;
    /* color: #3bd42f; */
    z-index: 10;
    /* font-family: 'feather'; */
    /* background: url(../images/design/zorbing.png) no-repeat top center; */
    /* background-size: contain; */
}
.menu__link:hover:before{
     /* left: auto !important; */
     left: 0px !important;
     opacity: 1;
     /* transition: all 1s ease-out; */
     /* transform: rotate(180deg) scale(.5); */
}
/* Open and close buttons */
.action {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
}
.action:hover{
    color:#FFFFFF;
}
.action:focus {
    outline: none;
}

.action--open {
    font-size: 1.5em;
    top: 1em;
    left: 1em;
    display: none;
    color: #fff;
    position: fixed;
    z-index: 1000;
}

.action--close {
    position: absolute;
    font-size: 1.1em;
    top: 0;
    right: 1em;
    /* display: none; */
    padding: 0.6em 0 0 0;
    color: #ffffff;
}

@media screen and (max-width: 40em) {
    .action--open, .action--close {
        display: block;
    }

    .drawer .menu {
        /* z-index: 1000; */
        /* top: 130px; */
        width: 100%;
        height: 100vh;
        /* -webkit-transform: translate3d(-100%, 0, 0); */
        /* transform: translate3d(-100%, 0, 0); */
        /* -webkit-transition: -webkit-transform 0.3s; */
        /* transition: transform 0.3s; */
    }

    .menu--open {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}



#bugmebar {
  background-color:#444c4f;
  min-height: 39px;
  padding: 13px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 600;
}

@media all and (max-width: 680px) {
  #bugmebar {
    min-height: 100%;
    padding: 15px 9px 2px;
    text-align: center;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 20;
    height: 100%;
  }
}

#bugmebar p {
  color: white;
  font-size: 17px;
  line-height: 24px;
  margin: 0 auto;
  font-family: "proxima-nova",sans-serif;
  padding: 0 20px;
}

@media all and (min-width: 1083px) {
  #bugmebar p {
    padding: 0 20px;
    width: 80%;
  }  
}

@media all and (max-width: 560px) {
  #bugmebar p {
    padding: 0 20px 13px;
  }
}
