@font-face {
  font-family: "FuturaStd-Heavy";
  src: url(../fonts/futura/FuturaStd-Heavy.otf);
  format: "otf"; }
@font-face {
  font-family: "BEBASNEUE-REGULAR";
  src: url(../fonts/neue/BEBASNEUE-REGULAR.OTF);
  format: "otf"; }
@font-face {
  font-family: "MUSEOSANS-100";
  src: url(../fonts/moseo/MUSEOSANS-100.otf);
  format: "otf"; }
@font-face {
  font-family: "MUSEOSANS-700-REGULER";
  src: url(../fonts/moseo/MUSEOSANS-700-REGULER.ttf);
  format: "ttf"; }
@font-face {
  font-family: "MUSEOSANS-300-REGULER";
  src: url(../fonts/moseo/MUSEOSANS-300-REGULER.ttf);
  format: "ttf"; }
@font-face {
  font-family: "MUSEOSANS-300";
  src: url(../fonts/moseo/MUSEOSANS-300.otf);
  format: "otf"; }
@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/roboto/Roboto-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Roboto-Bold";
  src: url(../fonts/roboto/Roboto-Bold.ttf);
  format: "ttf"; }  
@font-face {
  font-family: "Opensans";
  src: url(../fonts/opensan/OpenSans-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Semibold";
  src: url(../fonts/opensan/OpenSans-Semibold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Bold";
  src: url(../fonts/opensan/OpenSans-Bold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Extrabold";
  src: url(../fonts/opensan/OpenSans-ExtraBold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Italic";
  src: url(../fonts/opensan/OpenSans-Italic.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Bold-Italic";
  src: url(../fonts/opensan/OpenSans-BoldItalic.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Light";
  src: url(../fonts/opensan/OpenSans-Light.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Segoe-Ui";
  src: url(../fonts/segoe/segoeui.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Philosopher";
  src: url(../fonts/philo/Philosopher-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Extrabold";
  src: url(../fonts/raleway/Raleway-ExtraBold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Regular";
  src: url(../fonts/raleway/Raleway-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Heavy";
  src: url(../fonts/raleway/Raleway-Heavy.ttf);
  format: "ttf"; }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul,
nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav a {
    display: block;
    text-decoration: none;
}

nav a:hover,
nav a:visited {
    text-decoration: none;
}

@media only screen and (min-width: 1024px) and (max-width: 2140px) {
    .menu-bar {
      background: #ffffff;
      display: flex;
    }

    .menu-link {
        padding: 20px 25px;
        background: #3B8D3D;
        color: #ffffff;
        transition: background 0.2s, color 0.2s;
        position: relative;
        z-index: 1;
        font-family: "MUSEOSANS-300-REGULER";
        font-size: 15px;
    }

  .menu-link[aria-haspopup="true"] {
      padding-right: 40px;
  }

  .menu-link[aria-haspopup="true"]:after {
      content: "";
      /*background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowRight.svg#accent");*/
      background: transparent;
      background-size: 14px;
      width: 14px;
      height: 14px;
      font-size: 12px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
  }

  .menu-linkt {
      /*padding: 20px 25px;*/
      padding: 0px 0px;
      background: #ffffff;
      color: #177e89;
      transition: background 0.2s, color 0.2s;
      position: relative;
      z-index: 1;
  }

  .menu-linkt img {
      display: block;
      width: 100%;
      /*height: auto;*/
      height: 855px;
      /*height: 792px;*/
  }

  .menu-linkt[aria-haspopup="true"] {
      /*padding-right: 40px;*/
      padding-right: 0px;
  }

  .menu-linkt[aria-haspopup="true"]:after {
      content: "";
      background: transparent;
      background-size: 14px;
      width: 14px;
      height: 14px;
      font-size: 12px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
  }

  .menu-links {
      padding: 20px 10px;
      display: flex;
      background: #ffffff;
      color: #177e89;
      transition: background 0.2s, color 0.2s;
      position: relative;
      z-index: 1;
  }

  .menu-links[aria-haspopup="true"] {
      padding-right: 40px;
  }

  .menu-links[aria-haspopup="true"]:after {
      content: "";
      background: transparent;
      background-size: 14px;
      width: 14px;
      height: 14px;
      font-size: 12px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
  }

  .mega-menu-header {
      font-size: 1.2em;
      text-transform: uppercase;
      font-weight: bold;
      color: #136a73;
  }

  .mega-menu {
      background: #ffffff;
      z-index: 9;
      /*z-index: 99999999999;*/
  }

  .mega-menu--multiLevel {
      flex-direction: column;
  }

}

@media all and (min-width: 951px) {
    .nav {
        margin-top: 0px;
        background: #ffffff;
    }
    .nav > nav {
        max-width: 100%;
        margin: 0 auto;
    }
    .menu [aria-haspopup="true"] ~ ul {
        display: none;
    }
    .menu-bar {
        position: relative;
    }

    /*.menu-bar > li > [aria-haspopup="true"]:after {
        background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#accent");
    }*/

    /*.menu-bar > li > [aria-haspopup="true"]:hover:after {
        background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#light");
    }*/
    /*.menu-bar > li > [aria-haspopup="true"]:focus ~ ul {
        display: flex;
        transform-origin: top;
        animation: dropdown 0.2s ease-out;
    }*/
    /*.menu-bar > li > [aria-haspopup="true"] ~ ul:hover {
        display: flex;
    }*/
    /*.menu-bar > li:focus-within > [aria-haspopup="true"] ~ ul {
        display: flex;
    }*/

    /*.menu-bar > li > [aria-haspopup="true"]:focus,
    .menu-bar > li:focus-within > [aria-haspopup="true"],
    .menu-bar > li:hover > a {
        background: #177e89;
        color: #ffffff;
    }*/

    /*.menu-bar > li > [aria-haspopup="true"]:focus:after,
    .menu-bar > li:focus-within > [aria-haspopup="true"]:after,
    .menu-bar > li:hover > a:after {
        background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowTop.svg#light");
    }*/

    .mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .mega-menu:hover {
        display: flex;
    }

    .mega-menu a:hover {
        /*background: #dceced;*/
        /*color: #136a73;*/
        background: #ffffff;
        color: #3A8B3C;
        font-size: 15px;
        font-family: "MUSEOSANS-700-REGULER";
    }

    .mega-menu--multiLevel > li {
        /*width: 33.33333333%;*/
        width: 25%;
    }
    
    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
        /*left: 33.33333333%;*/
        left: 25%;
        /*width: 33.33333333%;*/
        width: 75%;
    }

    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul .item-mega-text {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        color: #36893B;
        font-size: 30px;
        font-family: "Roboto-Regular";
    }

    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul .item-mega {
        margin-bottom: 20px;
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
        /*width: 33.33333%;*/
        width: 32.33333%;
        font-size: 14px;
        vertical-align: top;
    }

    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul .item-mega .i-mega {
        display: block;
        padding: 0px;
        border: 0px solid #EEE;
    }

    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul .item-mega .i-mega img {
        float: left;
        width: 50px;
        height: 50px;
    }

    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul .item-mega .i-mega .konten-item-mega {
        float: left;
        margin-left: 5px;
        /*width: calc(100% - 120px);*/
        width: calc(100% - 80px);
    }

    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul .item-mega .i-mega .konten-item-mega span {
        margin-bottom: 15px;
        font-family: "MUSEOSANS-300-REGULER";
        font-size: 15px;
        color: #858585;
    }

    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
        width: 100%;
        left: 100%;
    }

    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul img {
        float: left;
        width: 30px;
    }

    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul span {
        margin-left: 10px;
    }

    .mega-menu--multiLevel li:hover > [aria-haspopup="true"] ~ ul {
        display: block;
        transform-origin: left;
        animation: flyout 0.2s ease-out;
    }

    .mega-menu--multiLevel li:hover > [aria-haspopup="true"] ~ ul ul {
        display: flex;
        transform-origin: left;
        animation: flyout 0.2s ease-out;
    }

    .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"] ~ ul {
        display: block;
    }

    /*.mega-menu--multiLevel li:hover > [aria-haspopup="true"],
    .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"],
    .mega-menu--multiLevel li:hover > a,
    .mega-menu--multiLevel li:focus-within > a {
        background: #dceced;
        color: #136a73;
    }*/

    .mega-menu--multiLevel [aria-haspopup="true"] ~ ul,
    .mega-menu--multiLevel [aria-haspopup="true"] {
        border-left: 1px solid #f0f0f0;
    }

    .mega-menu--multiLevel [aria-haspopup="true"] ~ ul:hover,
    .mega-menu--multiLevel [aria-haspopup="true"]:hover {
        display: block;
    }

    .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .mega-menu--flat > * {
        flex: 1;
    }

    .mobile-menu-trigger,
    .mobile-menu-header,
    .mobile-menu-back-item {
        display: none;
    }
}

/*@media all and (max-width: 950px) {
  .nav {
    padding: 20px;
  }
  .mobile-menu-trigger,
  .mobile-menu-header,
  .mobile-menu-back-item {
    display: block;
  }
  .mobile-menu-trigger {
    background: #177e89;
    color: #ffffff;
    border: 0;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
  }
  .mobile-menu-header {
    order: -1;
    background: grey;
  }
  .mobile-menu-header a {
    padding: 20px 25px;
    color: #ffffff;
    visibility: visible;
  }

  .menu-bar {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 350px;
    max-width: 350px;
    max-width: 90%;
    overflow-x: hidden;
    transition: left 0.3s;
    box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.25);
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    position: absolute;
    left: 100%;
    top: 0;
    max-height: 100vh;
    width: 100%;
    transition: left 0.3s;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] {
    font-size: 1.2em;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
    padding-left: 40px;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
    padding-left: 80px;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] {
    color: #2a2a2a;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:after {
    content: "+";
    background: none;
    font-size: 1em;
    font-weight: normal;
    height: 20px;
    line-height: 1;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul {
    max-height: 0px;
    transform-origin: top;
    transform: scaleY(0);
    transition: max-height 0.1s;
  }

  .mega-menu-content {
    padding: 20px 25px;
  }

  .mobile-menu-back-item {
    order: -1;
  }

  .mobile-menu-back-item a {
    background: #d9d9d9;
    color: #2a2a2a;
    max-height: calc(1.4em + 40px);
    margin-top: calc(0px - (1.4em + 40px));
    pointer-events: none;
  }

  .mobile-menu-back-item a:before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowLeft.svg#default");
    background-size: 14px;
    margin-right: 10px;
    display: inline-block;
  }

  .mobile-menu-trigger:focus ~ ul {
    left: 0;
  }

  .menu-bar:hover,
  .menu-bar:focus-within {
    left: 0;
  }

  .menu-bar > li > [aria-haspopup="true"]:focus ~ ul {
    left: 0;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul {
    margin-top: calc(1.4em + 40px);
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul:hover,
  .menu-bar > li > [aria-haspopup="true"] ~ ul:focus-within {
    left: 0;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:focus ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul li:focus-within > [aria-haspopup="true"] ~ ul {
    max-height: 500px;
    transform: scaleY(1);
  }

  .menu-bar > li:focus-within ~ .mobile-menu-header a {
    visibility: hidden;
  }

}*/

/*@media all and (max-width: 950px) and (hover: none) {
  .mobile-menu-trigger:hover ~ ul {
    left: 0;
  }

  .menu-bar > li > [aria-haspopup="true"]:hover ~ ul {
    left: 0;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul:hover {
    left: 0;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:hover ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }

  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul:hover {
    max-height: 500px;
    transform: scaleY(1);
  }

  .menu-bar > li:hover ~ .mobile-menu-header a {
    visibility: hidden;
  }

}*/

@keyframes dropdown {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes flyout {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}


.hiddens {
    display: none;
}

.toggle {
    cursor: pointer;
}