@media screen and (max-width: 640px) {
  #header .search-btn-open {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
 .one-sidebar h1.title {
    max-width: 49%;
  }
}
@media screen and (max-width: 770px) {
 .two-sidebars h1.title,
 .one-sidebar h1.title {
    margin-left: 18% !important;
  }
}
.mean-container .mean-bar {
  z-index: 99999;
}

.expanded {
  z-index: 999999 !important;
}

#toolbar-bar li::before {
  display: none;
}

#toolbar-bar {
  z-index: 9999999;
}

#toolbar-bar .toolbar-menu ul li {
  padding-left: 0;
}

#signup .edit-section {
  display: none;
}

#signup h2 {
  border-bottom: unset;
  font-family: AvenirLTStd-Heavy;
  color: #424242;
  font-size: 14px;
  background-color: transparent;
  padding: 16px 0 0;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 8px;
}

#signup.subscribe-form {
  text-align: left;
  max-width: 100%;
  background-color: #F3F3F3;
  margin-top: 52px;
}

#signup.subscribe-form .description {
  font-family: Adelle-Regular, "Courier New", monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  padding-left: 8px;
  display: inline-block;
}

#signup.subscribe-form form {
  margin: 0;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
}

#signup.subscribe-form form input[type=text] {
  width: 196px;
  max-width: 60%;
  height: 36px;
  padding: 8px 14px;
  background-color: #fff;
  border: 2px solid #3489B0;
  border-right: 0;
  font-family: AvenirLTStd-Roman, arial, sans-serif;
  font-weight: 400;
  color: #373737;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  outline: none;
  float: left;
  border-radius: 0;
}

#signup.subscribe-form form input[type=text]::placeholder {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  color: #474747;
  font-size: 14px;
  line-height: 16px;
  color: #373737;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

#signup.subscribe-form form input[type=submit] {
  height: 36px;
  width: 124px;
  max-width: 40%;
  margin: 0;
  padding: 2px 0;
  background: #3489B0;
  border: 2px solid #3489B0;
  color: #fff;
  font-family: AvenirLTStd-Roman, arial, sans-serif;
  font-weight: 900;
  font-size: 11px;
  font-style: normal;
  float: unset;
  outline: none;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 0;
}

#signup.subscribe-form form input[type=submit]:hover {
  color: #fff;
  background-color: #669bb5;
}

@media screen and (min-width: 1000px) {
  #signup.subscribe-form {
    margin-top: 52px !important;
    max-width: 95%;
    width: 75%;
    float: none;
    margin: auto;
  }
  #signup.subscribe-form h2 {
    padding-left: 24px;
  }
  #signup.subscribe-form .description {
    padding-left: 24px;
  }
  #signup.subscribe-form form {
    margin: 18px auto 0;
  }
}
section.nutshell {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "nutshell-header" "nutshell-video" "nutshell-description" "nutshell-sharebox";
  padding: 4%;
  background-color: #C4D5DD;
}

.nutshell .header {
  grid-area: nutshell-header;
}

.nutshell .video {
  grid-area: nutshell-video;
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
}

.video-version .video {
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.video-version .video iframe,
.nutshell .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nutshell .description {
  grid-area: nutshell-description;
}

.nutshell .description .text {
  font-family: Adelle-Regular, "Courier New", monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  float: left;
}

.nutshell .sharebox {
  grid-area: nutshell-sharebox;
  background-color: #D0DDE4;
  padding: 8px 20px 16px;
}

.nutshell.not-front .sharebox {
  margin-left: unset;
  padding-top: 8px;
}

.nutshell.not-front .block.social {
  width: unset;
  margin-left: unset;
  float: unset;
}

.nutshell.not-front .block.social .content {
  width: unset;
}

.nutshell.not-front .block.social .content .social {
  float: left;
}

.nutshell.not-front .block.social .content .social ul {
  margin: unset;
}

.nutshell h2 {
  color: #373737;
  font-family: AvenirLTStd-Heavy;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 18px 0;
}

.nutshell h5 {
  color: #373737;
  font-family: AvenirLTStd-Heavy;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  margin: 12px 0;
}

.nutshell .block.social {
  padding: 12px 0;
  float: left;
}

.nutshell .block.social .content .social {
  border-top: unset;
  padding-top: unset;
}

.nutshell .block.social .content .social ul li a.email {
  background-position: -66px -158px;
}

.nutshell .block.social .content .social.black ul li a.facebook {
  background-position: -150px -78px;
}

.nutshell .block.social .content .social.black ul.white-icons li a.facebook {
  background-position: -24px -78px;
}

.nutshell .block.social .content .social.black ul li a.twitter {
  background-position: -150px -119px;
}

.nutshell .block.social .content .social.black ul.white-icons li a.twitter {
  background-position: -28px -117px;
}

.nutshell .block.social .content .social.black ul li a.email {
  background-position: -107px -157px;
}

.nutshell .block.social .content .social.black ul.white-icons li a.email {
  background-position: 10px 9.5px;
  background-image: url("../images/email-icon.svg");
}

.nutshell .block.social .content .social ul li a {
  background-color: transparent;
}

.nutshell .block.social .content .social.black ul li a {
  border-color: #505050;
}

.nutshell .block.social .content .social.black ul.white-icons li a {
  border-color: #FFF;
}

.page-node .hero-one.video-version {
  background-color: #C4D5DD;
  height: unset;
}

.page-node .hero-one.video-version .hero-text h1,
.page-node .hero-one.video-version .hero-text p {
  color: #373737;
}

.page-node .hero-one.video-version .hero-text {
  position: relative;
  padding: 2% 10% 0;
}

@media screen and (min-width: 1200px) {
  section.nutshell {
    display: grid;
    grid-template-rows: 3fr;
    grid-template-columns: 54% 46%;
    grid-template-areas: "nutshell-video nutshell-header" "nutshell-video nutshell-description" "nutshell-video nutshell-sharebox";
    padding: 8%;
  }
  .nutshell .sharebox .text {
    float: left;
    width: 60%;
  }
  .nutshell .header {
    padding-left: 48px;
  }
  .nutshell .video iframe {
    width: 100%;
    height: 100%;
  }
  .nutshell .description {
    padding-left: 48px;
  }
  .nutshell .sharebox {
    margin-left: 48px;
  }
  .nutshell.not-front .sharebox {
    margin-left: unset;
  }
  .nutshell .block.social {
    width: 35%;
    margin-left: 4%;
  }
  .nutshell.not-front .block.social .content,
.nutshell.not-front .block.social {
    width: unset;
    margin-left: unset;
    float: unset;
  }
  .nutshell h2 {
    margin: 0 0 0 0;
  }
  .video-version .video {
    position: absolute;
    max-width: 100%;
    padding-bottom: 56.25%;
    top: 0;
    width: 45%;
    height: auto;
    right: 7%;
  }
  .page-node .hero-one.video-version .hero-text {
    position: absolute;
    padding: 5%;
  }
}
.one-sidebar h1.title {
  max-width: 61%;
}

.two-sidebars h1.title {
  max-width: 51%;
}
ul.footnotes li ul li:before {
  display: block;
}
/*# sourceMappingURL=custom.css.map */
