/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

/**
 * Convert PX to REMs.
 */
/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 * @docs: https://gist.github.com/larrybotha/7881691
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src*=".svg"] {
  width: 100%;
}

/* 2 */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  img[src*=".svg"] {
    width: 100%;
  }
}

html {
  font-size: 16px !important;
}

body {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-style: normal;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.container-inside {
  max-width: 1600px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover,
a:focus,
a:link,
a:active,
a:visited {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  min-height: 1px;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.no-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

hr {
  border-top: 7px solid #a12b73;
  height: 1px;
  margin: 6% auto;
  width: 40px;
}

@media (min-width: 768px) {
  hr {
    margin: 3% auto;
  }
}

.down-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 1200px) {
  .down-arrow {
    display: block;
  }
}

.btn {
  color: #fff;
  border: 2px solid #a12b73;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  text-transform: uppercase;
  font-size: 16px;

}

.btn:hover,
.btn:active,
.btn:focus {
  color: white;
  background-color: #a12b73;
}

.page--title {
  background: #30424c;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  text-transform: uppercase;
}

.page--title a {
  color: #fff;
}

.page--title hr {
  border-top: 3px solid #fff;
  margin: 20px auto 0;
  width: 20px;
}

.archive .page--title,
.blog .page--title,
.single-post .page--title {
  margin-bottom: 50px;
}

.archive .content,
.blog .content,
.page-template-page-ideas .content,
.single-ideas .content {
  background: #eee;
}

.back {
  background: #D1D3D4;
  padding: 0 35px;
  margin-bottom: 60px;
}

.back a {
  height: 40px;
  line-height: 40px;
  color: #30414C;
  font-size: 12px;
}

.close-icon {
  width: 37px;
  height: 22px;
  position: relative;
  cursor: pointer;
}

.close-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #30424c;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.close-icon span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.close-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: red;
}

.modal .close-icon span:first-child {
  background: white;
}

.default-height {
  height: 1000px;
}

.page-template-page-basic article {
  margin: 25px 0;
}

.page-template-page-basic article h2,
.page-template-page-basic article h3 {
  margin-bottom: 20px;
}

body {
  overflow-x: hidden;
}

header.main-header {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  background-color: white;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /* Menu Icon */
}

header.main-header .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-block: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  header.main-header .nav-container {
    border-bottom: none;
  }
}

header.main-header .logo-wrapper {
  margin-left: 32px;
  max-width: 134px;
}

@media (min-width: 992px) {
  header.main-header .logo-wrapper {
    margin-left: 72px;
  }
}

header.main-header .main-nav {
  text-align: right;
}

header.main-header .main-nav.desktop {
  display: none;
}

@media (min-width: 992px) {
  header.main-header .main-nav.desktop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

header.main-header .main-nav ul#menu-main-menu {
  margin-bottom: 0;
  padding: 0;
}

header.main-header .main-nav ul.sub-menu {
  margin-top: 18px;
}

header.main-header .main-nav ul li {
  display: inline-block;
  font-size: 15px;
  margin-right: 8px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  header.main-header .main-nav ul li {
    margin-right: 15px;
  }

  header.main-header .main-nav ul li.netitout {
    margin-right: 75px !important;
  }
}

@media (min-width: 2000px) {
  header.main-header .main-nav ul li {
    margin-right: 30px;
  }
}

header.main-header .main-nav ul li.netitout {
  margin-right: 35px;
}

header.main-header .main-nav ul li.netitout a:hover {
  border-bottom: 0;
}

header.main-header .main-nav ul li a {
  color: #607482;
  padding-bottom: 8px;
}

@media (min-width: 1600px) {
  header.main-header .main-nav ul li a {
    padding-bottom: 7px;
  }
}

header.main-header .main-nav ul li.active a,
header.main-header .main-nav ul li a:hover {
  border-bottom: 2px solid #a5e1f6;
}

header.main-header #nav-icon {
  width: 37px;
  height: 22px;
  float: right;
  position: relative;
  margin: 24px 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s false false, ease-in-out false false;
  -moz-transition: 0.5s false false false, ease-in-out false false false;
  -o-transition: 0.5s false false false, ease-in-out false false false;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

@media (min-width: 992px) {
  header.main-header #nav-icon {
    display: none;
  }
}

header.main-header #nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #30424c;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-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;
}

header.main-header #nav-icon span:nth-child(1) {
  top: 0px;
}

header.main-header #nav-icon span:nth-child(2),
header.main-header #nav-icon span:nth-child(3) {
  top: 9px;
}

header.main-header #nav-icon span:nth-child(4) {
  top: 18px;
}

header.main-header #nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

header.main-header #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

header.main-header #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: red;
}

header.main-header #nav-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

footer.footer .container-fluid {
  padding: 0;
}

footer.footer .footer--top {
  color: white;
}

footer.footer .footer--top h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 25px;
  padding: 0 25px;
}

@media (min-width: 768px) {
  footer.footer .footer--top .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

footer.footer .footer--top .footer--top--left {
  padding: 50px 0;
  text-align: center;
}

@media (min-width: 992px) {
  footer.footer .footer--top .footer--top--left {
    float: left;
    padding: 100px 0;
    width: 50%;
  }
}

@media (min-width: 1600px) {
  footer.footer .footer--top .footer--top--left {
    padding: 200px 0;
  }
}

footer.footer .footer--top .footer--top--left .footer--top--left--content {
  max-width: 460px;
  margin: 0 auto;
}

footer.footer .footer--top .footer--top--right {
  padding: 50px 0;
  text-align: center;
}

@media (min-width: 992px) {
  footer.footer .footer--top .footer--top--right {
    float: left;
    padding: 100px 0;
    width: 50%;
  }
}

@media (min-width: 1600px) {
  footer.footer .footer--top .footer--top--right {
    padding: 200px 0;
  }
}

footer.footer .footer--top .footer--top--right .footer--top--right--content {
  max-width: 460px;
  margin: 0 auto;
}

footer.footer .footer--menu {
  display: none;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  background-color: #26333c;
  padding: 80px 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  footer.footer .footer--menu {
    display: block;
  }
}

footer.footer .footer--menu h5 {
  color: #59acd4;
  margin-bottom: 13px;
}

footer.footer .footer--menu ul {
  padding: 0;
  list-style: none;
}

footer.footer .footer--menu ul li {
  margin-bottom: 13px;
}

footer.footer .footer--menu ul li a {
  color: #fff;
}

footer.footer .footer--bottom {
  background-color: #30414c;
  color: #8b9398;
  text-align: center;
  padding: 25px;
}

footer.footer .footer--bottom p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 0;
}

footer.footer .footer--bottom p.copyright {
  font-size: 10px;
  text-transform: uppercase;
}

footer.footer .footer--bottom a {
  color: #8b9398;
}

.intro-hero {
  background-image: url("../images/img.home.hero.jpg");
  background-size: cover;
  color: white;
  position: relative;
}

.intro-hero .intro-hero--text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}

.intro-hero .intro-hero--text h1 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.5625rem;
  line-height: 1.8125rem;
}

@media (min-width: 768px) {
  .intro-hero .intro-hero--text h1 {
    font-size: 3rem;
    line-height: 3.6875rem;
    letter-spacing: 8px;
    margin-bottom: -13px;
  }
}

@media (min-width: 1600px) {
  .intro-hero .intro-hero--text h1 {
    font-size: 5rem;
    line-height: 5.375rem;
  }
}

.intro-hero .intro-hero--text h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  margin-bottom: 5%;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}

@media (min-width: 2000px) {
  .intro-hero .intro-hero--text h2 {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}

.intro-hero .intro-hero--text p {
  color: white;
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 0 auto;
  max-width: 650px;
}

@media (min-width: 2000px) {
  .intro-hero .intro-hero--text p {
    font-size: 2.0625rem;
    line-height: 3.125rem;
  }
}

.intro-hero .intro-hero--text p.intro-line {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.intro-hero .intro-hero--text .play-button {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  margin-top: 8%;
  text-transform: uppercase;
}

.intro-hero .intro-hero--text .play-button img {
  margin-bottom: 10px;
  max-width: 60px;
}

@media (min-width: 992px) {
  .intro-hero .intro-hero--text .play-button img {
    margin-bottom: 34px;
    max-width: 100%;
  }
}

.intro-hero .intro-hero--text .play-button a {
  color: white;
  font-size: 1.8125rem;
  letter-spacing: 2px;
}

.intro-hero .intro-hero--text .play-button a:hover,
.intro-hero .intro-hero--text .play-button a:active,
.intro-hero .intro-hero--text .play-button a:focus {
  color: white;
}

.section1 {
  background-color: #d3dade;
  color: #30424c;
  position: relative;
}

.section1.container-fluid {
  padding-top: 75px;
}

@media (min-width: 992px) {
  .section1.container-fluid {
    padding-top: 350px;
  }
}

@media (min-width: 1200px) {
  .section1.container-fluid {
    padding-top: 400px;
  }
}

@media (min-width: 1600px) {
  .section1.container-fluid {
    padding-top: 350px;
  }
}

@media (min-width: 2000px) {
  .section1.container-fluid {
    padding-top: 500px;
  }
}

@media (min-width: 992px) {
  .section1 .text {
    position: absolute;
    top: 22%;
    left: 5%;
  }
}

@media (min-width: 1200px) {
  .section1 .text {
    top: 41%;
  }
}

.section1 h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  padding-bottom: 20px;
  font-size: 25px;
}

@media (min-width: 768px) {
  .section1 h2 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .section1 h2 {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {
  .section1 h2 {
    font-size: 48px;
    padding-bottom: 30px;
  }
}

.section1 p {
  color: #30424c;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .section1 p {
    font-size: 22px;
    line-height: 31px;
  }
}

@media (min-width: 768px) {
  .section1 p {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .section1 p {
    padding: 0 54px 0 0;
  }
}

.img--section1 {
  margin: -1px 0;
}

.section2 {
  background-color: #485865;
}

.section2 .row {
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .section2 .row {
    margin-bottom: 150px;
  }
}

@media (min-width: 1600px) {
  .section2 .row {
    margin-bottom: 200px;
  }
}

.section2 .section2--image {
  text-align: center;
}

@media (min-width: 992px) {
  .section2 .section2--image {
    text-align: left;
  }
}

.section2 .section2--image img {
  max-width: 80%;
}

@media (min-width: 768px) {
  .section2 .section2--image img {
    max-width: 100%;
  }
}

.section2 .section2--text {
  color: white;
}

.section2 .section2--text h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  color: white;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .section2 .section2--text h2 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .section2 .section2--text h2 {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .section2 .section2--text h2 {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {
  .section2 .section2--text h2 {
    font-size: 48px;
  }
}

.section2 .marketing .section2--intro-text p {
  color: white;
  margin: 5% 0;
  font-size: 15px;
  line-height: 25px;
}

@media (min-width: 992px) {
  .section2 .marketing .section2--intro-text p {
    font-size: 22px;
    line-height: 31px;
  }
}

@media (min-width: 992px) {
  .section2 .marketing .section2--intro-text p {
    display: none;
  }
}

@media (min-width: 992px) {
  .section2 .marketing .section2--text {
    margin-top: -6%;
  }
}

@media (min-width: 992px) {
  .section2 .marketing .section2--text {
    padding-left: 6%;
  }
}

.section2 .marketing .section2--text p {
  color: white;
  display: none;
  font-size: 15px;
  line-height: 25px;
}

@media (min-width: 992px) {
  .section2 .marketing .section2--text p {
    font-size: 22px;
    line-height: 31px;
  }
}

@media (min-width: 992px) {
  .section2 .marketing .section2--text p {
    display: block;
  }
}

@media (min-width: 1200px) {
  .section2 .marketing .section2--text p {
    margin-bottom: 17%;
  }
}

@media (min-width: 1600px) {
  .section2 .marketing .section2--text p {
    margin-bottom: 30%;
  }
}

.section2 .marketing .section2--text h2 {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .section2 .marketing .section2--text h2 {
    margin-top: 17%;
  }
}

@media (min-width: 992px) {
  .section2 .marketing .section2--text h2 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .section2 .marketing .section2--text h2 {
    margin-top: 29%;
  }
}

@media (min-width: 1200px) {
  .section2 .marketing .section2--text h2 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .section2 .packaging .section2--text h2 {
    margin-top: 50%;
    text-align: center;
  }
}

.section2 .store-development .section2--image {
  margin-bottom: 7%;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .section2 .store-development .section2--image {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .section2 .store-development .section2--image {
    padding-bottom: 64px;
  }
}

@media (min-width: 1600px) {
  .section2 .store-development .section2--image {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .section2 .store-development .section2--image img {
    max-width: 100%;
  }
}

.section2 .store-development .section2--image h2 {
  color: white;
  font-size: 30px;
  text-align: center;
  display: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .section2 .store-development .section2--image h2 {
    display: block;
  }
}

@media (min-width: 992px) {
  .section2 .store-development .section2--image h2 {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .section2 .store-development .section2--image h2 {
    bottom: 0;
    position: absolute;
    right: -15%;
  }
}

@media (min-width: 768px) {
  .section2 .store-development .section2--text {
    display: none;
  }
}

.section2 .distribution .section2--image {
  text-align: center;
}

.section2 .distribution .section2--image img {
  max-width: 65%;
}

.section2 .distribution .section2--image h2 {
  color: white;
  font-size: 30px;
  text-align: left;
  display: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .section2 .distribution .section2--image h2 {
    display: block;
  }
}

@media (min-width: 992px) {
  .section2 .distribution .section2--image h2 {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .section2 .distribution .section2--text {
    display: none;
  }
}

.section2 .outro p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

@media (min-width: 992px) {
  .section2 .outro p {
    font-size: 22px;
    line-height: 31px;
  }
}

@media (min-width: 2000px) {
  .section2 .outro p {
    padding: 0 10%;
  }
}

.section3 {
  background-color: #35404b;
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .section3 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.section3 h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
  color: white;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 15%;
  text-align: center;
}

@media (min-width: 768px) {
  .section3 h2 {
    font-size: 36px;
    line-height: inherit;
  }
}

@media (min-width: 992px) {
  .section3 h2 {
    font-size: 36px;
    margin-bottom: 15%;
  }
}

@media (min-width: 1200px) {
  .section3 h2 {
    font-size: 48px;
  }
}

.section3 .section3--outro {
  text-align: left;
}

.section3 .section3--outro h2 {
  margin-bottom: 1%;
  text-align: left;
}

.section3 .section3--outro p {
  color: white;
  font-size: 15px;
  line-height: 25px;
}

@media (min-width: 992px) {
  .section3 .section3--outro p {
    font-size: 22px;
    line-height: 31px;
  }
}

.section3 .section3--row {
  text-align: center;
  position: relative;
  margin-bottom: 6%;
}

.section3 .section3--row .section3--row-image {
  max-width: 350px;
  width: 100%;
}

@media (min-width: 2000px) {
  .section3 .section3--row .section3--row-image {
    max-width: 475px;
  }
}

.section3 .section3--row .section3--row-text {
  text-align: left;
}

@media (min-width: 992px) {
  .section3 .section3--row .section3--row-text {
    max-width: 325px;
    position: absolute;
  }

  .section3 .section3--row .section3--row-text.text-left {
    top: 20%;
    left: -6%;
  }

  .section3 .section3--row .section3--row-text.text-right {
    top: 10%;
    left: 72%;
  }
}

@media (min-width: 1200px) {
  .section3 .section3--row .section3--row-text.text-left {
    top: 20%;
    left: 4%;
  }

  .section3 .section3--row .section3--row-text.text-right {
    top: 10%;
    left: 72%;
  }
}

@media (min-width: 1600px) {
  .section3 .section3--row .section3--row-text.text-left {
    top: 10%;
    left: 10%;
  }

  .section3 .section3--row .section3--row-text.text-right {
    top: 10%;
    left: 68%;
  }
}

.section3 .section3--row .section3--row-text h3 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  color: white;
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 1600px) {
  .section3 .section3--row .section3--row-text h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

.section3 .section3--row .section3--row-text p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  color: #5ec6ea;
  font-size: 15px;
  line-height: 25px;
}

@media (min-width: 992px) {
  .section3 .section3--row .section3--row-text p {
    font-size: 22px;
    line-height: 31px;
  }
}

.section4--top {
  background-color: #d3dade;
  color: #30424c;
  position: relative;
}

.section4--top.container-fluid {
  padding-top: 75px;
}

.section4--top h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
  padding-bottom: 20px;
  font-size: 28px;
}

.section4--top h2 span {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .section4--top h2 {
    font-size: 36px;
  }

  .section4--top h2 span {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .section4--top h2 {
    font-size: 48px;
    padding-bottom: 15px;
  }

  .section4--top h2 span {
    font-size: 18px;
  }
}

.section4--top p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

@media (min-width: 992px) {
  .section4--top p {
    font-size: 22px;
    line-height: 31px;
  }
}

@media (min-width: 992px) {
  .section4--top p {
    padding: 0 54px 0 0;
  }
}

@media (min-width: 1600px) {
  .section4--top p {
    padding: 0 54px 0 0;
  }
}

.section4--top .section4--float-text {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}

@media (min-width: 992px) {
  .section4--top .section4--float-text {
    font-size: 22px;
    line-height: 31px;
  }
}

@media (min-width: 768px) {
  .section4--top .section4--float-text {
    max-width: 260px;
    position: absolute;
    bottom: -45%;
    left: 17%;
  }
}

@media (min-width: 992px) {
  .section4--top .section4--float-text {
    max-width: 280px;
    bottom: -50%;
  }
}

@media (min-width: 1200px) {
  .section4--top .section4--float-text {
    bottom: -60%;
  }
}

@media (min-width: 1600px) {
  .section4--top .section4--float-text {
    bottom: -80%;
  }
}

.img--section4 {
  margin: -1px 0;
}

@media (min-width: 768px) {
  .img--section4.mobile {
    display: none;
  }
}

.img--section4.desktop {
  display: none;
}

@media (min-width: 768px) {
  .img--section4.desktop {
    display: block;
  }
}

.section4--bottom {
  background-color: #30414c;
  color: white;
  position: relative;
  padding-bottom: 55px;
}

.section4--bottom .section4--bottom-info {
  min-height: 150px;
}

@media (min-width: 992px) {
  .section4--bottom .section4--bottom-info {
    margin-top: -70px;
  }

  .section4--bottom .section4--bottom-info .section4--bottom-info--text {
    padding: 16% 18%;
  }
}

.section4--bottom h3 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 3%;
  margin-top: 4%;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .section4--bottom h3 {
    margin-bottom: 7%;
    margin-top: 0%;
  }
}

.section4--bottom h4 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 2%;
}

.section4--bottom p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
  color: white;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .section4--bottom p {
    font-size: 22px;
    line-height: 31px;
  }
}

.section4--bottom .mobile {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .section4--bottom .mobile {
    display: none;
  }
}

.section4--bottom .section4--bottom-float {
  display: none;
}

@media (min-width: 992px) {
  .section4--bottom .section4--bottom-float {
    display: block;
    max-width: 350px;
    position: absolute;
    top: -330px;
    right: 1%;
  }
}

@media (min-width: 1200px) {
  .section4--bottom .section4--bottom-float {
    top: -400px;
  }
}

@media (min-width: 1400px) {
  .section4--bottom .section4--bottom-float {
    top: -450px;
    right: 7%;
  }
}

@media (min-width: 1600px) {
  .section4--bottom .section4--bottom-float {
    top: -500px;
    right: 13%;
  }
}

.section5 {
  background-color: #d3dade;
  padding-top: 65px;
  padding-bottom: 65px;
}

.section5 h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 17px;
}

@media (min-width: 992px) {
  .section5 h2 {
    font-size: 43px;
  }
}

.section5 p.section5--intro-paragraph {
  color: #30424c;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .section5 p.section5--intro-paragraph {
    font-size: 22px;
    line-height: 31px;
  }
}

.section5 .section5--text {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .section5 .section5--text {
    margin-bottom: 125px;
  }

  .section5 .section5--text.section5--technology {
    margin-bottom: 25px;
  }
}

.section5 .section5--text h4,
.section5 .section5--text h5 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  color: #30424c;
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
}

@media (min-width: 992px) {

  .section5 .section5--text h4,
  .section5 .section5--text h5 {
    font-size: 22px;
    line-height: 20px;
  }
}

.section5 .section5--text .section5--text--offset {
  padding-left: 24px;
}

@media (min-width: 992px) {
  .section5 .section5--text .section5--text--offset {
    padding-left: 0;
  }
}

.section5 .section5--text .section5--text--offset h4 span {
  position: absolute;
  left: -24px;
}

@media (min-width: 992px) {
  .section5 .section5--text .section5--text--offset h4 span {
    left: -34px;
  }
}

.section5 .section5--text p {
  color: #30424c;
  font-size: 15px;
  line-height: 25px;
}

@media (min-width: 992px) {
  .section5 .section5--text p {
    font-size: 22px;
    line-height: 31px;
  }
}

.section5 .section5--text .section5--image {
  text-align: center;
}

.section5 .section5--text .section5--image img {
  margin: 10px 0;
}

@media (max-width: 767px) {
  .section5 .section5--text.section5--ecosystem h4 {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .section5 .section5--text.section5--people .section5--text-first {
    max-width: 350px;
  }

  .section5 .section5--text.section5--people .section5--image {
    margin-top: -55px;
  }

  .section5 .section5--text.section5--people .section5--image img {
    max-width: 730px;
    text-align: center;
  }

  .section5 .section5--text.section5--people .section5--text-last {
    max-width: 350px;
    float: right;
  }

  .section5 .section5--text.section5--process .section5--text--offset,
  .section5 .section5--text.section5--leverage .section5--text--offset {
    margin-top: 175px;
    max-width: 350px;
  }

  .section5 .section5--text.section5--process .section5--image,
  .section5 .section5--text.section5--leverage .section5--image {
    max-width: 420px;
    float: right;
  }

  .section5 .section5--text.section5--technology .section5--text--offset {
    max-width: 350px;
  }

  .section5 .section5--text.section5--technology .section5--image {
    max-width: 420px;
    float: right;
  }

  .section5 .section5--text.section5--ecosystem .section5--image {
    max-width: 600px;
    margin: 0 auto 75px;
  }

  .section5 .section5--text.section5--ecosystem .section5--text--offset {
    max-width: 530px;
    float: right;
  }
}

@media (min-width: 1200px) {

  .section5 .section5--text.section5--process .section5--image img,
  .section5 .section5--text.section5--leverage .section5--image img {
    margin-left: -300px;
  }
}

@media (min-width: 1600px) {

  .section5 .section5--text.section5--process .section5--text--offset,
  .section5 .section5--text.section5--technology .section5--text--offset,
  .section5 .section5--text.section5--leverage .section5--text--offset {
    margin-top: 220px;
  }

  .section5 .section5--text.section5--process .section5--image,
  .section5 .section5--text.section5--technology .section5--image,
  .section5 .section5--text.section5--leverage .section5--image {
    max-width: 500px;
  }

  .section5 .section5--text.section5--process .section5--image img,
  .section5 .section5--text.section5--technology .section5--image img,
  .section5 .section5--text.section5--leverage .section5--image img {
    margin-left: -400px;
  }
}

.section6 {
  background-color: #30414c;
  color: white;
  padding-top: 55px;
  padding-bottom: 55px;
}

@media (min-width: 992px) {
  .section6 {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .section6 .section6--text {
    max-width: 340px;
    float: right;
  }
}

.section6 .section6--text h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 28px;
}

@media (min-width: 992px) {
  .section6 .section6--text h2 {
    font-size: 42px;
  }
}

.section6 .section6--text h4 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 28px;
}

.section6 .section6--text p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 28px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .section6 .section6--text p {
    font-size: 22px;
    line-height: 31px;
  }
}

@media (min-width: 992px) {
  .section6 .section6--text p {
    padding-right: 0;
  }
}

.section6 .section6--text p.section6--add-padding {
  margin-bottom: 42px;
}

.section6 .section6--image {
  text-align: center;
}

@media (min-width: 992px) {
  .section6 .section6--image {
    clear: both;
  }
}

.section6 .section6--image img {
  margin-bottom: 28px;
}

@media (min-width: 992px) {
  .section6 .section6--image img {
    max-width: 630px;
    margin-top: -200px;
  }
}

@media (min-width: 1600px) {
  .section6 .section6--image img {
    margin-top: -200px;
  }
}

.section7 {
  margin-top: -1px;
}

@media (min-width: 992px) {
  .section7 {
    min-height: 465px;
    width: 100%;
  }
}

.section7.container-fluid {
  padding: 0;
}

.section7 .section7--left {
  background-color: #26333c;
  color: white;
  padding: 70px;
  text-align: center;
}

@media (min-width: 992px) {
  .section7 .section7--left {
    float: left;
    width: 34%;
    min-height: 465px;
  }
}

.section7 .section7--left .section7--left--content {
  max-width: 200px;
  margin: 0 auto;
}

.section7 .section7--left .logo {
  margin-bottom: 50px;
}

.section7 .section7--left h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 25px;
}

.section7 .section7--left .section7--left--begin {
  margin-bottom: 30px;
}

.section7 .section7--left .section7--left--begin a {
  border-bottom: 3px solid white;
  color: white;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.section7 .section7--right {
  background-color: #d9d9d9;
  padding: 25px;
}

@media (min-width: 768px) {
  .section7 .section7--right {
    padding: 50px;
  }
}

@media (min-width: 992px) {
  .section7 .section7--right {
    float: left;
    width: 66%;
    min-height: 465px;
  }
}

.section7 .section7--right .section7--logo {
  margin-bottom: 10px;
  text-align: center;
}

.people-intro-hero {
  background-image: url("../images/img.people.bg.jpg");
  background-size: cover;
  color: white;
  position: relative;
}

.people-intro-hero .people-intro-hero--text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}

.people-intro-hero .people-intro-hero--text h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 3px;
}

.people-intro-hero .people-intro-hero--text h3 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.8125rem;
  line-height: 2.4375rem;
}

@media (min-width: 768px) {
  .people-intro-hero .people-intro-hero--text h3 {
    font-size: 3.125rem;
    line-height: 4.375rem;
    max-width: 600px;
    margin: 0 auto;
  }
}

.people-intro-hero .people-intro-hero--text hr {
  border-top: 1px solid #00add7;
  margin: 20px auto 10px;
  width: 28px;
}

.people-intro-text {
  background: #26333c;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.people-intro-text p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}

.person--category--title {
  color: #151515;
  padding: 50px 0;
  text-align: center;
  text-transform: uppercase;
}

.person-row {
  background: #d3dade;
}

.person-grid {
  padding: 0;
  position: relative;
}

.person-grid img {
  width: 100%;
}

.person-grid:hover .person-grid--hover {
  display: block;
}

.person-grid:nth-child(even) .person-grid--hover.no-img {
  background: #e5e9eb;
}

.person-grid .person-grid--hover {
  display: none;
  position: absolute;
  padding: 40px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #26333c;
  opacity: .95;
}

@media (min-width: 768px) {
  .person-grid .person-grid--hover {
    padding: 40px 10px;
  }
}

@media (min-width: 1200px) {
  .person-grid .person-grid--hover {
    padding: 40px 20px;
  }
}

@media (min-width: 1600px) {
  .person-grid .person-grid--hover {
    padding: 70px 10px;
  }
}

.person-grid .person-grid--hover .person-grid--hover-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 40px;
}

@media (min-width: 768px) {
  .person-grid .person-grid--hover .person-grid--hover-content {
    position: static;
    top: auto;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: auto;
  }
}

.person-grid .person-grid--hover.no-img {
  display: block;
  background: #ecf0f3;
  opacity: 1;
}

.person-grid .person-grid--hover.no-img h3 {
  color: #30424c;
}

.person-grid .person-grid--hover.no-img .person-grid--hover-excerpt p {
  color: #30424c;
}

.person-grid .person-grid--hover.no-img .more-link {
  position: static;
  text-align: center;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media (min-width: 1200px) {
  .person-grid .person-grid--hover.no-img .more-link {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.person-grid .person-grid--hover.no-img .more-link a {
  color: #30424c;
}

.person-grid .person-grid--hover.no-img .person-grid--hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .person-grid .person-grid--hover.no-img .person-grid--hover-content {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.person-grid .person-grid--hover h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .person-grid .person-grid--hover h3 {
    font-size: 24px;
  }
}

.person-grid .person-grid--hover h4 {
  color: #00add7;
  font-size: 11px;
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 1200px) {
  .person-grid .person-grid--hover h4 {
    font-size: 14px;
  }
}

.person-grid .person-grid--hover .person-grid--hover-excerpt {
  display: block;
}

@media (min-width: 768px) {
  .person-grid .person-grid--hover .person-grid--hover-excerpt {
    display: none;
  }
}

@media (min-width: 1200px) {
  .person-grid .person-grid--hover .person-grid--hover-excerpt {
    display: block;
  }
}

.person-grid .person-grid--hover .person-grid--hover-excerpt p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.person-grid .person-grid--hover .more-link {
  text-align: center;
}

@media (min-width: 768px) {
  .person-grid .person-grid--hover .more-link {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.person-grid .person-grid--hover .more-link a {
  border: 2px solid #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
}

.person-grid .person-grid--hover .more-link a:hover {
  background: #fff;
  color: #30424c;
}

@media (min-width: 768px) {
  .odd .person-grid .person-grid--hover.no-img {
    background: #ecf0f3;
  }

  .odd .person-grid:nth-child(odd) .person-grid--hover.no-img {
    background: #e5e9eb;
  }
}

.person-info--panel {
  display: none;
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding-top: 5%;
}

.person-info--panel h3 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #212121;
  margin-bottom: 10px;
}

.person-info--panel h4 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  color: #00add7;
  font-size: 14px;
  margin-bottom: 30px;
}

.person-info--panel p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.person-info--panel .panel-image {
  margin-bottom: 20px;
}

.person-info--panel .panel-close {
  z-index: 101;
}

.person-info--panel .panel-close .close-icon {
  position: fixed;
  top: 3%;
  right: 5%;
}

#filters {
  text-align: center;
}

#filters a {
  background: none repeat scroll 0 0 #ccc;
  border-radius: 25px;
  color: #30414c;
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  margin: 1em 5px;
  padding: 2px 15px 0;
  text-transform: uppercase;
  font-size: 12px;
}

#filters a.active {
  background: #30414C;
  color: #fff;
}

#twitter {
  background: none repeat scroll 0 0 #fff;
  margin: 5px 8px 17px;
  padding: 5px 10px 3px;
}

#twitter i {
  color: #30414c;
  display: inline-block;
  float: left;
}

#twitter .mtphr-dnt {
  display: block;
  margin-left: 20px;
  max-height: 240px;
  vertical-align: middle;
  width: 88%;
}

#ideas .excerpt-read-more {
  display: none;
}

#ideas .idea {
  padding: 0 8px;
  margin: 0 0 5px;
}

#ideas .idea h3 {
  margin: 10px 0 15px;
  font-size: 24px;
}

#ideas .idea h3 a {
  color: #384B58;
}

#ideas .idea .meta {
  color: #808080;
  margin-bottom: 10px;
}

#ideas .idea .meta a {
  color: #808080;
}

#ideas .idea article {
  background: none repeat scroll 0 0 #fff;
  margin: 0 0 15px;
  padding: 15px;
}

.blog h4,
.single h4,
.archive h4 {
  margin: 0 0 .5em 0;
  font-size: 16.75px;
}

.blog .widget_tag_cloud h4,
.single .widget_tag_cloud h4,
.archive .widget_tag_cloud h4 {
  margin: 0 0 1em;
}

.blog article,
.single article,
.archive article {
  margin: 0 0 3em;
}

.blog article h2,
.single article h2,
.archive article h2 {
  margin-bottom: 20px;
}

.blog article h3,
.single article h3,
.archive article h3 {
  color: #30414c;
  line-height: 1.2em;
  margin: 0 0 .5em 0;
  font-size: 24.75px;
}

.blog article h3 a,
.single article h3 a,
.archive article h3 a {
  color: #384B58;
}

.blog article p,
.single article p,
.archive article p {
  margin-bottom: 15px;
  line-height: 22px;
}

.blog article a.more,
.single article a.more,
.archive article a.more {
  display: block;
}

.blog article img.wp-post-image,
.single article img.wp-post-image,
.archive article img.wp-post-image {
  display: block;
  margin: 0 0 1.5em;
}

.blog article .date,
.single article .date,
.archive article .date {
  float: left;
  display: inline;
  position: relative;
  width: 10%;
  border-right: 1px solid #ccc;
  text-align: center;
}

.blog article .date .month,
.single article .date .month,
.archive article .date .month {
  margin: 0 0 0.2em;
  text-transform: uppercase;
  font-size: 16px;
}

.blog article .date .day,
.single article .date .day,
.archive article .date .day {
  line-height: 1em;
  margin: 0 0 0.2em;
  font-size: 33px;
}

.blog article .date .likes,
.single article .date .likes,
.archive article .date .likes {
  border-top: 1px solid #ccc;
  font-size: 12px;
}

.blog article .details,
.single article .details,
.archive article .details {
  border-bottom: 1px solid #ccc;
  display: inline;
  float: left;
  margin: 0 0 0 4%;
  padding: 0 0 1em;
  position: relative;
  width: 86%;
}

.blog article .meta,
.single article .meta,
.archive article .meta {
  color: #808080;
  margin-bottom: 15px;
}

.blog article .meta a,
.single article .meta a,
.archive article .meta a {
  color: #808080;
}

.blog aside .widget,
.single aside .widget,
.archive aside .widget {
  margin-bottom: 30px;
}

.blog aside ul,
.single aside ul,
.archive aside ul {
  padding-left: 0;
}

.blog aside ul li,
.single aside ul li,
.archive aside ul li {
  display: block;
  border-bottom: 1px solid #CCCCCC;
}

.blog aside ul li a,
.single aside ul li a,
.archive aside ul li a {
  display: block;
  line-height: 1.3em;
  padding: 0.7em 0;
}

.blog aside ul li .post-date,
.single aside ul li .post-date,
.archive aside ul li .post-date {
  color: #808080;
  display: block;
  margin-top: -10px;
  font-size: 12px;
}

.blog aside .tagcloud a,
.single aside .tagcloud a,
.archive aside .tagcloud a {
  background: none repeat scroll 0 0 #cccccc;
  color: #30414c;
  display: inline-block;
  font-size: 16px !important;
  margin: 0 3px 3px 0;
  padding: 7px;
}

.content-contact h1 {
  color: #535353;
  font-size: 24px;
  line-height: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 40px;
}

.content-contact h2 {
  color: white;
  font-size: 26px;
  line-height: 32px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 10px;
}

.content-contact hr {
  border: none;
  border-radius: 0;
  width: 20px;
  height: 2px;
  margin: 0 auto 10px auto;
  padding: 0;
  box-shadow: none;
}

.content-contact address {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.content-contact address a {
  color: #59acd4;
  font-size: 14px;
  line-height: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}

.content-contact address a:hover {
  text-decoration: underline;
}

.content-contact address span.numbers {
  display: block;
  color: #59acd4;
  font-size: 14px;
  line-height: 18px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  padding: 20px 0;
}

.content-contact address span.numbers a {
  color: white;
  font-size: 14px;
  line-height: 18px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}

.content-contact address span.numbers a:hover {
  text-decoration: underline;
}

.content-contact .map {
  height: 327px;
}

.content-contact #gmap {
  width: 100%;
  height: 100%;
  background: #333;
}

.content-contact .form-plus {
  text-align: center;
}

.content-contact .meta {
  height: 640px;
}

@media (min-width: 992px) {
  .content-contact .meta {
    width: 50%;
    float: left;
    height: 1100px;
  }
}

.content-contact .meta-top {
  position: relative;
  background-color: #212121;
  height: 50%;
}

.content-contact .meta-top hr {
  background-color: #59acd4;
}

.content-contact .meta-top .meta-top-inner {
  width: 100%;
  max-width: 268px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-contact .meta-bottom {
  position: relative;
  background-color: #59acd4;
  height: 50%;
}

.content-contact .meta-bottom hr {
  background-color: white;
}

.content-contact .meta-bottom .meta-bottom-inner {
  width: 100%;
  max-width: 268px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-contact .meta-bottom .meta-bottom-inner p {
  color: white;
  font-size: 14px;
  line-height: 18px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.content-contact .meta-bottom .meta-bottom-inner p:last-child {
  margin-bottom: 0;
}

.content-contact .contact-form {
  position: relative;
  height: 1050px;
}

@media (min-width: 992px) {
  .content-contact .contact-form {
    width: 50%;
    float: left;
    height: 1100px;
  }
}

.content-contact .contact-form .contact-form-outer {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .content-contact .contact-form .contact-form-outer {
    max-width: 400px;
  }
}

.content-contact .contact-form .field-outer {
  margin-bottom: 12px;
}

.content-contact .contact-form .field-outer:last-child {
  margin-top: 48px;
}

.content-contact .contact-form input,
.content-contact .contact-form select,
.content-contact .contact-form textarea {
  appearance: auto;
  border-radius: 0;
  box-shadow: none;
}

.content-contact .contact-form input:focus,
.content-contact .contact-form select:focus,
.content-contact .contact-form textarea:focus {
  outline: none;
}

.content-contact .contact-form input,
.content-contact .contact-form select,
.content-contact .contact-form textarea {
  appearance: auto;
  border-radius: 0;
  box-shadow: none;
}

.content-contact .contact-form input[type="text"],
.content-contact .contact-form input[type="email"],
.content-contact .contact-form input[type="tel"] {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 36px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: normal;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #ecf0f3;
  width: 100%;
  padding: 0;
  height: 38px;
}

.content-contact .contact-form input[type="submit"] {
  color: #59acd4;
  font-size: 14px;
  line-height: 38px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  background-color: transparent;
  border: 2px solid #59acd4;
  padding: 0;
  width: 130px;
  height: 42px;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 26px;
}

.content-contact .contact-form input[type="submit"]:hover {
  background-color: #59acd4;
  color: white;
}

.content-contact .contact-form .ajax-loader {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
}

.content-contact .contact-form .wpcf7-validation-errors {
  display: none !important;
}

.video-intro-hero {
  background-image: url("../images/img.video.bg.jpg");
  background-size: cover;
  color: white;
  position: relative;
  background-position: center;
}

.video-intro-hero .play-button {
  margin-top: 30px;
}

.video-intro-hero .video-intro-hero--text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}

.video-intro-hero .video-intro-hero--text h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.8125rem;
  line-height: 2.4375rem;
}

@media (min-width: 768px) {
  .video-intro-hero .video-intro-hero--text h2 {
    font-size: 3.125rem;
    line-height: 4.375rem;
    max-width: 760px;
    margin: 0 auto;
  }
}

.videos {
  background: #30424c;
}

.video-grid-double {
  padding: 0;
}

@media (min-width: 768px) {
  .video-grid-double {
    height: 520px;
  }
}

@media (min-width: 992px) {
  .video-grid-double {
    height: 600px;
  }
}

.touch .video-grid.hover-tap .video-grid--hover {
  top: 0;
}

.video-grid {
  overflow: hidden;
  padding: 0;
  position: relative;
  background-position: top;
  background-size: cover;
  height: 300px;
}

@media (min-width: 768px) {
  .video-grid {
    height: 260px;
  }
}

@media (min-width: 992px) {
  .video-grid {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .video-grid.tall {
    height: 520px;
  }
}

@media (min-width: 992px) {
  .video-grid.tall {
    height: 600px;
  }
}

@media (min-width: 992px) {
  .video-grid.semi-tall {
    height: 540px;
  }
}

.video-grid .info {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
}

.video-grid .info .title {
  position: absolute;
  bottom: 24px;
  left: 27px;
}

@media (max-width: 480px) {
  .video-grid .info .title {
    max-width: 230px;
  }
}

@media (min-width: 768px) {
  .video-grid .info .title {
    max-width: 155px;
  }
}

@media (min-width: 992px) {
  .video-grid .info .title {
    max-width: 230px;
  }
}

@media (min-width: 1200px) {
  .video-grid .info .title {
    max-width: 300px;
  }
}

@media (min-width: 1400px) {
  .video-grid .info .title {
    max-width: 375px;
  }
}

@media (min-width: 1600px) {
  .video-grid .info .title {
    max-width: 425px;
  }
}

.video-grid .info .time {
  position: absolute;
  bottom: 24px;
  right: 27px;
}

.video-grid .info:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 180px;
  height: 6px;
  background: #00add7;
}

@media (min-width: 768px) {
  .video-grid.col-sm-8 .info .title {
    max-width: none;
  }
}

.video-grid:hover .video-grid--hover {
  top: 0;
}

.video-grid .video-grid--hover {
  position: absolute;
  padding: 40px;
  top: 100%;
  transition: top 0.5s ease 0s;
  left: 0;
  height: 100%;
  width: 100%;
  background: #26333c;
  opacity: .8;
  z-index: 3;
}

.video-grid .video-grid--hover h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.video-grid .video-grid--hover .content {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-grid .video-grid--hover .more-link {
  text-align: center;
}

.video-grid .video-grid--hover .more-link a {
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 10px 35px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .modal {
    top: 85px;
  }
}

@media (min-width: 992px) {
  .modal-backdrop {
    opacity: .85;
  }

  .modal {
    text-align: center;
    padding: 0 !important;
  }

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .modal-dialog {
    width: 1000px;
  }
}

.modal .modal-dialog {
  background: none;
  border: none;
  box-shadow: none;
  width: 90%;
  margin: 10px auto;
}

@media (min-width: 992px) {
  .modal .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal .modal-dialog {
    width: 1000px;
  }
}

.modal .modal-content {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.modal .modal-header {
  border: none;
  padding: 0;
  min-height: 40px;
}

.modal .modal-header .close {
  font-size: 40px;
  color: white;
  opacity: 1;
  position: absolute;
  right: 0;
  text-shadow: none;
}

.modal .modal-body {
  padding: 5px 0 0 0;
}

.careers-intro-slider {
  color: white;
  position: relative;
}

.careers-intro-slider .slide-container {
  position: relative;
}

.careers-intro-slider .slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.careers-intro-slider .slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.careers-intro-slider .slide .content h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.8125rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .careers-intro-slider .slide .content h2 {
    font-size: 3.125rem;
    margin: 0 auto;
  }
}

.careers-intro-slider .slide .content .num {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .careers-intro-slider .slide .content .num {
    margin-bottom: 30px;
  }
}

.careers-intro-slider .slick-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  list-style: none;
}

@media (min-width: 768px) {
  .careers-intro-slider .slick-dots {
    right: 40px;
  }
}

.careers-intro-slider .slick-dots li {
  margin-bottom: 10px;
  outline: none;
}

.careers-intro-slider .slick-dots button {
  width: 10px;
  height: 10px;
  background: #00add7;
  border-radius: 50%;
  padding: 0;
  border: none;
  content: ' ';
  color: transparent;
  outline: none;
}

.careers-intro-slider .slick-dots .slick-active button {
  background: white;
}

.careers-center-section {
  background-image: url("../images/img.center-section.bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 76px 0;
}

.careers-center-section h1 {
  color: white;
  font-size: 30px;
  line-height: 37px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .careers-center-section h1 {
    color: white;
    font-size: 36px;
    line-height: 37px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
  }
}

.careers-center-section h4 {
  color: #333333;
  font-size: 24px;
  line-height: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .careers-center-section h4 {
    color: #333333;
    font-size: 30px;
    line-height: 37px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
  }
}

.careers-center-section h5 {
  color: white;
  font-size: 18px;
  line-height: 26px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 32px;
}

.careers-center-section p.intro {
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  max-width: 742px;
  width: 100%;
  margin: 0 auto 27px auto;
}

.careers-center-section a.btn {
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 53px;
  padding: 8px 28px;
  border-radius: 22px;
}

@media (min-width: 768px) {
  .careers-center-section a.btn {
    padding: 8px 33px;
  }
}

.careers-center-section .center-section-top {
  text-align: center;
}

.careers-center-section .center-section-bottom>div {
  padding: 40px 15px;
}

@media (min-width: 768px) {
  .careers-center-section .center-section-bottom>div {
    padding: 50px 45px;
  }
}

@media (min-width: 992px) {
  .careers-center-section .center-section-bottom>div {
    padding: 58px 53px;
  }
}

.careers-center-section .center-section-bottom .left {
  background-color: white;
}

@media (min-width: 992px) {
  .careers-center-section .center-section-bottom .left {
    float: left;
    width: 50%;
  }
}

.careers-center-section .center-section-bottom .left p {
  color: #696969;
}

.careers-center-section .center-section-bottom .right {
  background-color: #30414c;
}

@media (min-width: 992px) {
  .careers-center-section .center-section-bottom .right {
    margin-top: 47px;
    float: right;
    width: 50%;
  }
}

.careers-center-section .center-section-bottom p {
  color: white;
  font-size: 14px;
  line-height: 26px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

/* 2x */

.bordered-lists-dark {
  margin: 2rem 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .bordered-lists-dark {
    width: 90%;
  }
}

.bordered-lists-dark li {
  list-style: none;
  display: flex;
  align-items: flex-start;

  border-radius: 5px;
  background-color: #00364D;
  margin-block: 1rem;
}

@media screen and (min-width: 768px) {
  .bordered-lists-dark li {
    align-items: center;
  }
}

.bordered-lists-dark li .number {
  font-family: "Futura LT", sans-serif;
  font-size: 54px;
  line-height: 72px;
  font-weight: 800;
  color: #5EC6EA;
  padding-block: 1rem;
  padding-inline-start: 1.5rem;
  padding-inline-end: 1rem;
}

.bordered-lists-dark li .text {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #ffffff;
  padding: 1rem;
}

.ssba-classic-2 {
  margin-block-start: 2rem;
}

.divider-short-center {
  display: block;
  width: 40px;
  height: 7px;
  background-color: #A02B73;
  margin: 2rem auto;
}

/* 2x */

form[id^='hsForm'] .legal-consent-container {
  margin-block-start: 1rem;
  text-align: left;
}

form[id^='hsForm'] .hs-richtext.hs-main-font-element h1 {
  text-align: left;
}

.logo-wrapper {

  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 10px;

  @media screen and (min-width: 768px) {
    position: relative;
    display: block;
    align-items: unset;
    justify-content: unset;
    z-index: unset;
    top: unset;
  }
}

.mnmwp-menu-nav {
  @media screen and (min-width: 992px) {
    display: flex !important;
    justify-content: flex-end !important;
  }
}

#mnmwp-main-menu {
  background: #fff !important;
  padding: 0 !important;
}

#mnmwp-main-menu>ul>li {
  background: #fff !important;
}

#mnmwp-main-menu>ul>li>a {

  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  font-size: 12px !important;

  @media screen and (min-width: 1400px) {
    font-size: 16px !important;
    padding: .5rem 1.5rem !important;
  }
}

#mnmwp-main-menu ul li a {
  color: #3D505A !important;
}

#mnmwp-main-menu ul li a:hover {
  color: #00add7 !important;
}

#mnmwp-main-menu ul ul li a {
  color: #000 !important;
}

#mnmwp-main-menu ul li.has-sub>a:after,
#mnmwp-main-menu ul li.has-sub>a:before {
  background: #000 !important;
}

#mnmwp-main-menu ul li.has-sub>a:after,
#mnmwp-main-menu ul li.has-sub>a:before {
  background: #000 !important;
}

#mnmwp-main-menu ul>li.has-sub>a:before {
  right: 9px !important;
  transform: rotate(-45deg) !important;
}

#mnmwp-main-menu ul>li.has-sub:hover>a:before {
  transform: rotate(45deg) !important;
}

#mnmwp-main-menu ul>li.has-sub>a:after {
  transform: rotate(45deg) !important;
}

#mnmwp-main-menu ul>li.has-sub:hover>a:after {
  transform: rotate(-45deg) !important;
}

#mnmwp-main-menu>ul>li.has-sub>ul.sub-menu>li a:before {
  right: 15px !important;
}

#mnmwp-main-menu ul ul li a {
  background: #fff !important;
  font-size: .6rem;
  text-transform: uppercase;

  @media screen and (min-width: 992px) {
    width: unset !important;
    min-width: 250px !important;
    font-size: .7rem;
  }

  @media screen and (min-width: 1600px) {
    width: unset !important;
    min-width: 250px !important;
    font-size: .85rem;
  }
}

#mnmwp-main-menu ul.sub-menu {
  box-shadow: 0 2px 11px 0 rgba(144, 144, 144, 0.5) !important;
  z-index: 1;
}

#mnmwp-main-menu li:hover>ul>li {
  height: auto !important;
}

#mnmwp-main-menu,
#mnmwp-main-menu ul,
#mnmwp-main-menu ul li,
#mnmwp-main-menu ul li a,
#mnmwp-main-menu #mnm-menu-button {
  line-height: unset !important;
}

/* netitout */

#mnmwp-main-menu>ul>li.netitout {
  @media screen and (min-width: 992px) {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}

#mnmwp-main-menu>ul>li.netitout a {
  padding: .5rem 1.5rem !important;
  border: 2px solid #00add7 !important;
  border-radius: 28px !important;
}

#mnmwp-main-menu>ul>li.netitout a:hover {
  background-color: #00add7 !important;
  color: #fff !important;
}

/* mobile */

.is_mobile #mnmwp-main-menu ul li:hover>a {
  background: #fff !important;
}

.is_mobile #mnmwp-main-menu #mnm-menu-button button.btn.menu-btn {
  border: none !important;
}

.is_mobile .mnmwp-menu.open {
  height: 500px !important;
  overflow-y: scroll !important;
}

.is_mobile #mnmwp-main-menu ul ul li a {
  padding-left: 45px;
}

.is_mobile #mnmwp-main-menu ul ul ul li a {
  padding-left: 65px;
}

.is_mobile #mnmwp-main-menu #mnm-menu-button .btn.menu-btn span,
.is_mobile #mnmwp-main-menu ul li .mnm-submenu-button:before,
.is_mobile #mnmwp-main-menu ul li .mnm-submenu-button:after {
  background: #000 !important;
}

.is_mobile .mnm-menu-opened {
  padding-block-end: 1.5rem !important;
}

.is_mobile #mnmwp-main-menu>ul>li.netitout a {
  margin-block-start: .5rem !important;
  margin-inline-start: 1rem !important;
  width: max-content !important;
}