/* Hello, I am /assets/css/_cloudinary-header.scss */
#alert-bar {
  position: relative;
  background: $color-blue-bt;
  color: $color-white;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 35px;
  //height: 55px;
  .widget {
      p {
        margin: 0;
        line-height: 1.4;
      }
      a {
        color: inherit;
        text-decoration: none;
      }
      .btn {
        position: relative;
        border: solid 1px #FFF;
        text-transform: none;
        padding: 4px 15px;
        margin-left: 10px;
        margin-top: -2px;
        font-size: 14px;
      }
  }
  #alert-close {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
  }
}
#header {
  a {
    font-family: 'Inter', sans-serif;
  }
  #header-inner {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    font-size: 15px;
    line-height: 1.65;
    .header-frame {
      background: $color-white;
      box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      z-index: 99;
      .container-fluid {
        display: flex;
        align-items: center;
        max-width: 1360px;
      }
    }
  }
  &.fixed-position {
    #header-inner {
      //margin-top: -45px;
      //background: rgba(255, 255, 255, 1);
      //position: fixed;
      //transform: translateY(-45px);
      .header-frame {
        // background: rgba(255, 255, 255, 1);
        position: fixed;
      }
    }
    #fixed-spacer {
      //transform: translateY(-45px);
    }
  }
  /* header-frame */
  .header-frame {
    padding: 0;
    .navbar-default {
      background: none;
      border: 0;
      margin: 0;
      min-height: 1px;
      .navbar-collapse {
        padding: 0;
        flex: 1 1 auto;
        .header-section {
          display: flex;
          justify-content: space-between;
        }
        .navbar-nav {
          position: static;
          padding: 0 20px;
          display: flex;
          > li {
            // padding: 0 15px;
            padding: 0 10px;
            position: static;
            font-size: 13px;
            line-height: 1;
            font-weight: 400;
            list-style-type: none;
            white-space: nowrap;
            > a {
              // font-family: sofia-pro, sans-serif;
              font-family: 'Inter', sans-serif;
              font-size: 13px;
              letter-spacing: 0.5px;
              color: $color-blue-dk;
              font-weight: 400;
              font-style: normal;
              text-decoration: none;
              padding: 24px 0;
              text-transform: uppercase;
              position: relative;
              display: block;
              &:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 3px;
                background-color: $color-white;
              }
            }
            &:hover, &.active, &.open {
              background: none;
              font-weight: 500;
              > a, > a:active, > a:focus {
                background: none;
                font-weight: 500;
                &:after {
                  //background-color: $color-blue-bt;
                }
              }
              .dropdown-menu {
                //display: block;
              }
            }
            &:nth-child(1) {
              .dropdown-menu .inner .dropdown-column {
                flex: 1 0 36%;
                max-width: calc(36% - 20px);
                &:nth-child(2) > .link-list {
                  padding-top: 48px;
                }
              }
            }
            &:nth-child(2) {
              .dropdown-menu .inner .dropdown-column {
                flex: 1 0 50%;
                max-width: calc(50% - 20px);
              }
            }
            &:nth-child(5) {
              .dropdown-menu .inner .dropdown-column {
                flex: 1 0 50%;
                max-width: calc(50% - 3%);
              }
            }
          }
        }
        .signup-block {
          margin-left: 20px;
          .btn {
            font-size: 14px;
            line-height: 1.4;
            padding: 8px 18px;
            border-radius: 20px;
            height: auto;
            margin-top: 0;
            border: none;
            white-space: nowrap !important;
          }
          .btn:hover {
            background: #D6364B;
            color: #ffffff;
          }
        }
      }
    }
    .header-side-nav {
      font-size: 14px;
      line-height: 15px;
      font-weight: 400;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      .header-side-nav-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
      }
      ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        &.sub-menu {
          display: none;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 100%;
          z-index: 100;
          background-color: $color-white;
          padding: 0;
          -webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.05);
          box-shadow: 0 2px 6px 2px rgba(0,0,0,0.05);
          li {
            display: block;
            text-align: left;
            padding: 0;
            margin: 0;
            &:before {
              display: none;
            }
            a {
              padding: 15px 25px;
              display: block;
              &:hover {
                background-color: $color-blue-dk;
                color: $color-white;
              }
            }
          }
        }
      }
      li:not(.btn) {
        padding: 0;
        display: inline-block;
        vertical-align: top;
        position: relative;
        a {
          color: $color-blue-dk;
          font-weight: 400;
          padding: 2px 7px;
          font-size: 13px;
          font-family: sofia-pro, sans-serif;
        }
        &.has-icon > a {
          display: flex;
          min-width: 60px;
          .nav-icon {
            flex: 0 0 18px;
            max-width: 18px;
            max-height: 18px;
            margin-right: 5px;
            flex-shrink: 0;
          }
          span {
            flex-shrink: 0;
          }
        }
        &.has-icon.hide-title {
          .nav-icon {
            margin-right: 0;
          }
        }
        &:not(.has-icon) {
          padding-top: 2px;
        }
        &.hide-title > a {
          min-width: 1px;
          span {
            display: none;
          }
        }
        &:hover {
          a {
            text-decoration: none;
          }
          .sub-menu {
            display: block;
          }
        }
        &:before {
          content: "";
          display: block;
          width: 1px;
          height: 15px;
          background-color: #CCC;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -7.5px;
        }
        &:first-child:before {
          // display: none;
        }
        .nav-icon {
          width: 18px;
          svg {
            width: 100%;
          }
        }
        &.dropdown {
          .dropdown-menu {
            border-top: none;
            border-bottom: none;
            margin: 0;
            min-width: 160px;
            .inner {
              flex-direction: column;
              padding: 10px 0;
              gap: 0;
              .dropdown-column {
                padding: 0;
                .dropdown-item {
                  padding: 5px 10px;
                  border: none;
                  font-size: 15px;
                  line-height: 1;
                  color: #0C163B;
                  &:hover {
                    box-shadow: none;
                    color: $color-blue-bt;
                  }
                }
              }
            }
          }
        }
      }
      li.btn {
        padding: 0;
        a {
          color: inherit;
          padding: 8px 18px;
          font-size: 14px;
          line-height: 1.4;
          display: block;
          min-width: 128px;
        }
      }
      .btn:hover {
        color: inherit;
      }
    }
  }
}
.has-alert-bar #header.fixed-position {
  #header-inner {
      //transform: translateY(-100px);
  }
}
.dropdown-menu {
  // font-family: sofia-pro, sans-serif;
  font-family: 'Inter', sans-serif;
  padding: 0;
  border: none;
  min-width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-top: solid 1px $color-gray-lt;
  border-bottom: solid 1px $color-gray-lt;
  border-radius: 0;
  .inner {
    align-items: stretch !important;
    gap: 20px;
    &::before, &::after {
      display: none;
    }
    .dropdown-column {
      padding: 30px 0;
      min-width: 22.25%;
      .dropdown-header {
        padding: 10px 0;
        margin: 0 0 5px 0;
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 1;
        font-weight: 600;
        text-transform: uppercase;
        color: #0B173B;
      }
      .dropdown-item {
        display: block;
        padding: 20px 24px;
        font-size: 15px;
        line-height: 1.2;
        color: $color-blue-dk;
        text-decoration: none;
        border-left: solid 3px transparent;
        transition: all 0.2s ease-in-out;
        background-color: transparent;
        font-weight: 600;
        .sub {
          display: block;
          padding-top: 5px;
          font-size: 12px;
          line-height: 18px;
          font-weight: 400;
          color: #49506c;
        }
        &.hide-title {
          display: none;
          visibility: hidden;
        }
        &:hover {
          border-color: $color-yellow;
          background-color: $color-white;
          -webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.05);
          box-shadow: 0 2px 6px 2px rgba(0,0,0,0.05);
        }
      }
      .link-list {
        padding: 0;
        list-style: none;
        .link-list-item {
          transition: all 0.2s ease-in-out;
          background-color: transparent;
          margin-bottom: 5px;
          display: flex;
          align-items: center;
          .nav-icon {
            position: relative;
            flex: 1 0 34px;
            max-width: 34px;
            height: 34px;
            margin-right: 10px;
            background-color: $color-blue-dk;
            background: rgb(22,36,54);
            background: -moz-linear-gradient(170deg,  rgba(22,36,54,1) 40%, rgba(42,62,88,1) 90%);
            background: -webkit-linear-gradient(170deg,  rgba(22,36,54,1) 40%,rgba(42,62,88,1) 90%);
            background: linear-gradient(170deg,  rgba(22,36,54,1) 40%,rgba(42,62,88,1) 90%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162436', endColorstr='#2a3e58',GradientType=1 );
            border-radius: 4px;
            padding: 7px;
            svg {
              max-width: 100%;
              max-height: 100%;
              filter: invert(100%) sepia(91%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
            }
            img {
              width: 100%;
              height: 100%;
              object-fit: contain;
              // transition: opacity .2s ease-in-out;
              // filter: invert(100%) sepia(91%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
            }
            img.icon-hover {
              position: absolute;
              inset: 0;
              opacity: 0;
            }
            + .dropdown-header {
              display: block;
              padding: 10px 0;
              font-size: 18px;
              line-height: 1;
              color: $color-blue-dk;
              font-weight: 400;
              text-transform: none;
            }
          }
          a {
            display: block;
            padding: 10px 0;
            font-size: 18px;
            line-height: 1;
            color: $color-blue-dk;
            font-weight: 400;
            .chevron {
              display: inline-block;
              margin-left: 8px;
              transition: opacity .3s ease;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' fill='%230C163B'/%3E%3C/svg%3E");
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              width: 14px;
              height: 14px;
              transform: translateY(2px);
            }
          }
          &.has-description {
            a {
              .sub {
                display: block;
                padding-top: 5px;
                font-size: 12px;
                line-height: 17px;
                font-weight: 400;
                color: $color-blue-dk;
              }
            }
          }
          &:not(.heading):hover {
            .nav-icon {
              // filter: invert(27%) sepia(70%) saturate(3396%) hue-rotate(227deg) brightness(104%) contrast(101%);
              background: $color-blue-bt;
              .icon-hover {
                opacity: 1;
                & + .icon-standard {
                  opacity: 0;
                }
              }
            }
            a {
              text-decoration: none;
              color: $color-blue-bt;
              .sub {
                color: $color-blue-bt;
              }
            }
          }
          &:first-child:not(.has-description) {
            // margin-top: 20px;
          }
          &:hover, &:focus {
            .chevron {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' fill='%233F5FFF'/%3E%3C/svg%3E");
            }
          }
        }
        .link-list {
          padding-left: 44px;
          margin-top: -5px;
          .link-list-item {
            position: relative;
            a {
              padding: 5px 0;
            }
            &::before {
              content: "";
              display: inline-block;
              width: 1px;
              height: 60px;
              background-color: #707070;
              position: absolute;
              top: -5px;
              left: -27px;
            }
            &::after {
              content: "";
              display: inline-block;
              width: 17px;
              height: 1px;
              background-color: #707070;
              position: absolute;
              top: 50%;
              left: -27px;
              transform: translateY(-50%);
            }
            &:first-child::before {
              top: 5px;
            }
            &:last-child::before {
              height: 31px;
            }
          }
        }
      }
      .sdk-list {
        list-style: none;
        padding: 0 24px;
        margin: 10px 0 30px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        li {
          flex: 0 0 18%;
          max-width: 18%;
          margin-right: 2%;
          min-height: 62px;
          display: flex;
          a {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            padding: 10px;
            position: relative;
            height: 100%;
            width: 100%;
            transition: all 0.2s ease-in-out;
            img {
              transition: opacity 0.2s ease-in-out;
            }
            span {
              font-size: 10px;
              color: #0C163B;
              text-align: center;
              position: absolute;
              width: 100%;
              top: 50%;
              left: 0;
              right: 0;
              transform: translateY(-50%);
              pointer-events: none;
              padding: 0 5px;
              opacity: 0;
              transition: opacity 0.2s ease-in-out;
            }
            &:hover {
              background-color: #f1f2f9;
              -webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.1);
              box-shadow: 0 2px 6px 2px rgba(0,0,0,0.1);
              img {
                opacity: 0;
              }
              span {
                opacity: 1;
              }
            }
          }
          &:nth-child(5n+5) {
            margin-right: 0;
          }
        }
      }
    }
    .description {
      display: flex;
      gap: 6%;
      ul {
        flex: 1;
        list-style: none;
        padding: 0;
        margin: 0;
        a {
          display: block;
          padding: 10px 0;
          font-size: 16px;
          line-height: 1;
          color: $color-blue-dk;
          font-weight: 400;
          &::after {
            content: "";
            display: inline-block;
            margin-left: 8px;
            opacity: 0;
            transition: opacity .3s ease;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' fill='%233F5FFF'/%3E%3C/svg%3E");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 14px;
            height: 14px;
            transform: translateY(2px);
          }
          &:hover, &:focus {
            color: $color-blue-bt;
            font-weight: 500;
            &::after {
              opacity: 1;
            }
          }
        }
        + div {
          margin-top: 28px;
        }
      }
    }
    .featured-content {
      flex: 1 0 52%;
      max-width: 52%;
      background-color: #F3F4FE;
      padding: 30px 45px;
      .title {
        display: block;
        padding: 10px 0;
        margin: 0 0 10px 0;
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 1;
        font-weight: 600;
        text-transform: uppercase;
        color: #0B173B;
      }
    }
  }
}

.dropdown-menu {
  .nav-col {
    .col-header, .dropdown-item.title {
      // font-family: sofia-pro, sans-serif;
      font-family: 'Inter', sans-serif;
      letter-spacing: 0;
      font-size: 15px;
    }
  }
}

.social-networks {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  li {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px;
    font-size: 15px;
  }
}
.search-block {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 5px;
  margin-right: 5px;
  text-align: left;
  max-height: 28px;
  line-height: 1;
  position: relative;
  .search-opener {
    border: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: $color-blue-dk;
    svg {
      width: 14px;
      margin-top: 1px;
      margin-right: 4px;
    }
  }
}
.search_box {
  display: none;
  width: 320px;
  text-shadow: none;
  position: absolute;
  z-index: 101;
  top: 100%;
  right: 0;
  margin-right: -12px;
  margin-top: 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  &.active {
    display: inline-block
  }
  > div {
    padding: 10px;
    background-color: $color-white;
    position: relative;
    &:after {
      bottom: 100%;
      right: 15px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: $color-white;
      border-width: 5px;
      margin-left: -5px;
    }
  }
  .gsc-control-cse {
    padding: 0;
    background: none;
    border: none;
  }
  form.gsc-search-box {
    margin-bottom: 0;
  }
  table.gsc-search-box {
    margin-bottom: 0;
  }
  .gsc-input {
    padding-right: 0;
  }
  .gsc-input-box {
    height: 30px;
    overflow: hidden;
  }
  input.gsc-input {
    font-size: 14px;
    padding: 6px !important;
  }
  button.gsc-search-button {
    height: 23px;
    min-width: 7px;
    padding: 4px 15px 3px 15px;
    margin: 0;
    border-radius: 0;
    border-color: $color-blue-bt;
    background-color: $color-blue-bt;
  }
  .gsib_a {
    padding: 2px 6px 3px;
  }
  * {
    box-sizing: content-box
  }
  .gsc-tabsArea {
    font-size: 14px;
  }
  .gsc-wrapper {
    .gsc-adBlock {
      display: none !important;
    }
    .gs-title {
      color: $color-blue-bt;
      text-decoration: none;
      font-weight: 600;
      font-size: 18px;
      b {
        color: $color-blue-bt;
        font-weight: 600;
      }
    }
    .gs-visibleUrl {
      color: #999;
      margin: 5px 0 15px 0;
    }
    .gs-snippet {
      font-size: 14px;
      line-height: 1.4;
    }
    .gs-per-result-labels {
      display: none;
    }
    .gsc-table-result {
      direction: rtl;
      td {
        padding-left: 8px;
      }
    }
    .gsc-results > .gsc-result {
      border-bottom: solid 1px #f8f8f8;
      padding: 20px 0;
    }
    .gsc-expansionArea > .gsc-result {
      border-bottom: solid 1px #f8f8f8;
      padding: 20px 0;
    }
  }
}


@media screen and (max-width: $break-desktop-lg) {
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li { padding: 0 10px; }
}
@media screen and (max-width: $break-desktop-md) {
  #header .header-frame .header-side-nav { flex-direction: column; justify-content: flex-start; padding-bottom: 10px; margin-top: 5px; position: relative; }
  #header .header-frame .navbar-default .navbar-collapse .signup-block { margin-left: 0; margin-top: 7px; }
  #header .header-frame .navbar-default .navbar-collapse .header-section { align-items: flex-end; }
}
@media screen and (max-width: $break-desktop) {
  #header .header-frame .header-side-nav li a { padding: 2px 4px; }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li { padding: 0 6px; }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li > a { font-size: 12px !important; }
  #header .header-frame .header-side-nav { font-size: 12px; }
  #header .header-frame .header-side-nav li.btn a, #header .header-frame .navbar-default .navbar-collapse .signup-block .btn { font-size: 12px; min-width: 1px; }
  .search-block { margin-right: 10px; }
  #header .header-frame .navbar-default .navbar-collapse .signup-block { margin-left: 10px; }
}
@media screen and (max-width: $break-tablet) {
  .navbar-toggle {
      display: block;
      border: none;
      padding: 0;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
  }
  .navbar-collapse.collapse:not([aria-expanded="true"]) {
    display: none !important;
    overflow: hidden !important;
  }
  .navbar-toggler-icon {
    display: block;
    padding: 5px 5px 0 5px;
  }
#nav-icon {
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 1px;
  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;
}
.navbar-toggler-icon:not(.js-replace-color) #nav-icon span {
  background: $color-blue-dk;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 10px;
}
#nav-icon span:nth-child(4) {
  top: 20px;
}
#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%;
}

  #header #header-inner .header-frame .navbar > .container-fluid { flex-direction: column; align-items: stretch; }
  #header #header-inner .header-frame .navbar-header { display: flex; justify-content: space-between; align-items: center; }
  #header #header-inner .header-frame .navbar-header:before, #header #header-inner .header-frame .navbar-header:after { display: none; }
  #header #header-inner .header-frame .navbar-header .logo { margin-left: 15px; }
  
  #header .header-frame .navbar-default .navbar-collapse { padding-left: 15px; padding-right: 15px; }
  #header .header-frame .navbar-default .navbar-collapse.in { max-height: calc(100vh - 50px); }
  
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav { padding: 0; float: none; text-align: center; }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li { margin: 0; display: inline-block; float: none; padding: 0; }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li > a { display: block; padding: 15px; text-align: center; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background: none; }
  

  #header .header-frame .header-side-nav li a.show-sub + ul.sub-menu { display: block; }
  .dropdown-menu .inner { padding-left: 30px; padding-right: 30px; }

  // #mainMenu { position: relative; }
  .dropdown-menu .inner .dropdown-column .dropdown-header { font-size: 15px; color: #304B6F;}
  .dropdown-menu .inner .dropdown-column .link-list .link-list-item.has-description a { font-size: 15px; }
  .dropdown-menu .inner .description ul a { font-size: 15px; }
  .dropdown-menu .inner .dropdown-column .link-list .link-list-item.has-description a .sub { font-size: 12px; }

  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li:nth-child(1) .dropdown-menu .inner { flex-wrap: wrap; }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li:nth-child(1) .dropdown-menu .inner .dropdown-column { flex: 1 0 40%; max-width: calc(40% - 20px); }

}
@media screen and (max-width: 991px) {
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li { display: block; }
  #mainMenu .dropdown-menu { padding-left: 30px; padding-right: 30px; }
  // .dropdown-menu { position: relative; float: none; box-shadow: none; min-width: 1px; }
  .dropdown-menu .inner .dropdown-column, .dropdown-menu .inner .dropdown-column:nth-child(2) { flex: 1 1 100% !important; max-width: 100% !important; padding-left: 5px; padding-right: 5px; }
  .dropdown-menu .inner .dropdown-column .link-list .link-list-item.has-description a { padding: 15px 0; }
  .dropdown-menu .inner .featured-content .description { padding: 0; }
  .search_box { right: auto; margin-right: 0; left: 0; margin-left: -25px; }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li.open > a::after { background-color: $color-blue-bt; }

  #header .header-frame .navbar-default .navbar-collapse .header-section { flex-direction: column; align-items: stretch; }
  #header .header-frame .header-side-nav { padding-bottom: 40px; padding-top: 20px; border-top: solid 1px $color-gray-lt; }
  #header .header-frame .navbar-default .navbar-collapse .signup-block { margin-top: 20px; margin-left: 0; }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav { justify-content: center; position: relative; }
  #header .header-frame .header-side-nav .menu { position: relative; }
  #header .header-frame .header-side-nav li.dropdown { position: static; }
  #header .header-frame .header-side-nav li:not(.btn):first-child::before { display: none; }

  .dropdown-menu .inner { padding-left: 0; padding-right: 0; }
  .dropdown-menu .inner .description { flex-direction: column; }
  .dropdown-menu .inner .featured-content { flex: 1 0 100%; max-width: 150%; margin-left: -21px; margin-right: -21px; padding: 30px; }
  #header .header-frame .header-side-nav { flex-direction: column; justify-content: flex-start; padding-bottom: 10px; margin-top: 0; position: relative; }
  .search-block { display: none; visibility: hidden; }

  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li:nth-child(1) .dropdown-menu .inner .dropdown-column:nth-child(1) { padding-bottom: 0; }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li:nth-child(1) .dropdown-menu .inner .dropdown-column:nth-child(2) { padding-top: 0; margin-top: -20px; }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li:nth-child(1) .dropdown-menu .inner .dropdown-column:nth-child(2) > .link-list { padding-top: 0; }
  .dropdown-menu .inner .dropdown-column .link-list .link-list .link-list-item a { padding: 5px 0; }
  .dropdown-menu .inner .dropdown-column .link-list .link-list .link-list-item:last-child::before { height: 30px; }

}
@media screen and (max-width: 767px) {
  .dropdown-menu .inner { flex-direction: column; padding-left: 20px; padding-right: 20px; }
  .dropdown-menu .inner .dropdown-column + .dropdown-column { padding-top: 0; }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav { flex-direction: column; }
  #header .header-frame .header-side-nav li:not(.btn).dropdown .dropdown-menu { top: auto; bottom: 100%; }
  #mainMenu .dropdown-menu { padding-left: 0; padding-right: 0; }
}
@media screen and (min-width: 768px) {
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li:hover .dropdown-menu, #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li.active .dropdown-menu {
    display: block;
  }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li:hover > a::after, #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li:hover > a:active::after, #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li:hover > a:focus::after, #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li.active > a::after, #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li.active > a:active::after, #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li.active > a:focus::after, #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li.open > a::after, #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li.open > a:active::after, #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li.open > a:focus::after {
    background-color: $color-blue-bt;
  }
  #header .header-frame .navbar-default .navbar-collapse .menu > li:hover .dropdown-menu, #header .header-frame .navbar-default .navbar-collapse .menu > li.active .dropdown-menu {
    display: block;
  }
}
@media screen and (min-width: 1071px) {
  .navbar-toggle {
      display: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li > a.dropdown-toggle { pointer-events: none; }
  
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li:nth-child(4) .dropdown-menu .inner .dropdown-column:nth-child(1) {
    flex: 0 0 16%;
    max-width: calc(16% - 20px);
    min-width: 1px;
  }
  #header .header-frame .navbar-default .navbar-collapse .navbar-nav > li:nth-child(4) .dropdown-menu .inner .dropdown-column:nth-child(2) {
    flex: 0 0 32%;
    max-width: calc(32% - 20px);
  }
  .d-lg-flex { width: 100%; display: flex; }
  .dropdown-menu .inner .description .d-lg-flex ul + div { margin-top: -40px; flex: 1; }
}
/** video api nav spacing **/
.nav-featured a {
 padding: 5px 24px 10px 24px !important;
}


@media (min-width: 1350px) {
  #header .navbar-header .logo {margin-bottom: 5px;}

  #header .header-frame .navbar-default .navbar-collapse .navbar-nav>li>a {
    padding: 26px 0 24px 0;
  }
}