@charset "UTF-8";
/*
 *  Theme Name:   Northrop Grumman
 *  Description:  Northrop Grumman Theme
 *  Author:       Skyword
 *  Version:      1.5.2
 *  License:      GNU General Public License v2 or later
 *  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 *  Text Domain:  Northrop Grumman
 */
@import url("https://fonts.googleapis.com/css?family=Roboto");
.btn {
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 14px;
  float: left;
  padding: 35px;
  margin-top: 15px; }
  .btn__more {
    width: calc(100% - 5px); }
    .btn__more--black {
      background-color: #333333;
      text-align: left; }
  .btn__text-left {
    text-align: left; }
  .btn__subscribe {
    margin-top: 70px; }
  .btn__circle {
    width: 20px;
    height: 20px;
    background: #005D7D;
    float: left;
    border-radius: 50%;
    margin-right: 10px; }

.opaque {
  opacity: 0; }

.hide {
  display: none; }

.shrink-up {
  height: 0;
  overflow: hidden; }

.width-100 {
  width: 100%; }

@media screen and (max-width: 767px) {
  .hide-tablet {
    display: none; } }

@media screen and (min-width: 768px) {
  .hide-tablet {
    display: block; } }

@media screen and (max-width: 767px) {
  .show-tablet {
    display: block; } }

@media screen and (min-width: 768px) {
  .show-tablet {
    display: none; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* Responsive Lightbox Plugin */
/* https://wordpress.org/plugins/responsive-lightbox/ */
body {
  background-repeat: no-repeat; }

.pp_overlay {
  min-height: 100vh !important;
  position: fixed !important; }

.pp_hoverContainer,
.pp_next,
.pp_previous {
  display: none !important; }

article.post a {
  text-decoration: underline; }
  article.post a:hover {
    text-decoration: none; }

article ul, article ol {
  margin: 20px 0 20px 20px;
  font-size: 14px; }
  article ul li, article ol li {
    margin: 3px 0; }

article h1, article h2, article h3, article h4, article h5, article h6 {
  margin-top: 20px;
  margin-bottom: 10px; }

article .video-wrapper {
  max-width: 600px;
  margin-bottom: 20px; }

article img.alignleft, article figure.alignleft {
  float: left;
  margin: 10px 20px 20px 10px; }

.more-in .articles {
  width: calc(50% - 10px);
  margin-right: 10px; }

.articles {
  width: 50%;
  margin-top: 15px;
  height: 375px;
  overflow: hidden;
  position: relative;
  float: left; }
  .articles > a {
    width: 100%;
    height: 200px;
    float: left;
    position: relative;
    overflow: hidden; }
  .articles__full {
    width: 100% !important;
    float: left; }
  .articles__split {
    width: 50%;
    margin-top: 15px;
    height: 425px;
    float: right; }
    .articles__split-mobile-full {
      float: right;
      width: 50%;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .articles__split-mobile-full {
          width: 100%;
          float: left;
          display: block;
          height: 200px;
          position: relative; } }
    .articles__split--left {
      width: 46%;
      float: left; }
  .articles__split-65 {
    margin-top: 15px;
    width: 65%;
    float: left; }
    @media screen and (max-width: 767px) {
      .articles__split-65 {
        height: 765px; } }
  .articles__split-35 {
    margin-top: 15px;
    width: 35%;
    float: right;
    padding-left: 15px; }
    @media screen and (max-width: 767px) {
      .articles__split-35 {
        height: 375px; } }
  @media screen and (max-width: 767px) {
    .articles__break {
      width: 100% !important;
      height: 425px;
      padding: 0; } }
  .articles__small {
    width: 50%;
    height: 425px;
    float: left;
    transition: .3s; }
    .articles__small--left {
      padding-right: 15px; }
    .articles__small--right {
      padding-left: 15px; }
    .articles__small--fourths {
      width: 25%;
      margin-top: 15px;
      height: 425px;
      padding-right: 15px;
      float: left; }
      @media screen and (max-width: 767px) {
        .articles__small--fourths {
          width: 100%;
          padding-left: 0px;
          float: left; } }
    .articles__small--thirds {
      margin: 15px 0;
      width: 33.3333%;
      padding: 0 .5%; }
      @media screen and (max-width: 767px) {
        .articles__small--thirds {
          width: 50%; } }
      @media screen and (max-width: 649px) {
        .articles__small--thirds {
          width: 100%;
          height: auto; } }
    @media screen and (max-width: 767px) {
      .articles__small {
        padding: 2%; } }
    @media screen and (max-width: 649px) {
      .articles__small {
        padding: 0; } }
  .articles__normal {
    width: 50%;
    float: left;
    position: relative;
    height: 765px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .articles__normal {
        width: 100%; } }
  .articles__overlay {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    padding: 10px; }
    .articles__overlay--top {
      top: 0; }
    .articles__overlay--tall {
      height: 225px; }
    @media screen and (max-width: 767px) {
      .articles__overlay--below {
        width: 100%;
        float: left;
        position: relative; } }
  .articles__thumbnail {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .articles__thumbnail--small {
      height: 200px; }
    .articles__thumbnail--normal {
      height: 500px; }
    .articles__thumbnail--split {
      height: 425px; }
      @media screen and (max-width: 767px) {
        .articles__thumbnail--split {
          height: 100%;
          margin-left: 0; } }
    .articles__thumbnail--split-65 {
      height: 425px; }
      @media screen and (max-width: 767px) {
        .articles__thumbnail--split-65 {
          height: 200px;
          margin-left: 0; } }
  .articles__category {
    font-size: 9px;
    text-transform: uppercase;
    padding: 5px;
    clear: left; }
  .articles__author {
    font-size: 11px;
    margin: 5px 5px 10px; }
  .articles__title {
    font-size: 23px; }
    .articles__title--large {
      font-size: 35px; }
  .articles__excerpt {
    margin-top: 10px; }
  .articles__excerpt-contain {
    margin-top: 10px;
    max-height: 75px;
    overflow: hidden; }
    @media screen and (max-width: 649px) {
      .articles__excerpt-contain {
        overflow: auto;
        max-height: none; } }
  @media screen and (max-width: 767px) {
    .articles {
      width: 100%; } }
  @media screen and (max-width: 649px) {
    .articles {
      height: auto; } }

.blog-author {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .blog-author__follow {
    width: 100%;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0; }
  .blog-author__portrait {
    width: 250px;
    height: 250px;
    background: #333333;
    margin: 0 15px 15px 0;
    overflow: hidden; }
    .blog-author__portrait img {
      width: 100%; }
  .blog-author__side {
    width: 250px;
    float: left;
    margin: 0 15px 15px 0; }
  .blog-author__social {
    width: 250px;
    height: 80px;
    margin: 0 15px 15px 0;
    padding: 0 10px; }
    .blog-author__social-icon {
      width: 35px;
      height: 35px;
      float: left;
      background-size: 100%;
      background-repeat: no-repeat;
      margin: 10px; }
      .blog-author__social-icon--facebook {
        background-image: url("./svg/gray-facebook.png"); }
      .blog-author__social-icon--instagram {
        background-image: url("./svg/gray-insta.png"); }
      .blog-author__social-icon--twitter {
        background-image: url("./svg/gray-twitter.png"); }
      .blog-author__social-icon--linkedin {
        background-image: url("./svg/gray-linkedin.png"); }
      .blog-author__social-icon--pinterest {
        background-image: url("./svg/gray-pin.png"); }
      .blog-author__social-icon--mail {
        background-image: url("./svg/gray-mail.png"); }
  .blog-author__bio {
    line-height: 150%; }
  .blog-author__title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px; }

.bar {
  width: 100%;
  height: 10px;
  margin-bottom: 20px;
  background: #005D7D;
  float: left; }
  .bar__tag-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: white;
    height: 300px; }
    @media screen and (max-width: 550px) {
      .bar__tag-header {
        margin-top: 70px; } }
  .bar__tag-title {
    color: black;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    margin-left: 50px; }
  .bar__title {
    font-size: 30px;
    text-align: left;
    text-decoration: none;
    margin-left: 25px; }
    .bar__title ul {
      list-style-type: none; }
      .bar__title ul li a {
        font-size: 30px;
        color: #F5F4F4;
        text-decoration: none; }
  .bar__author {
    height: 135px;
    padding: 10px;
    width: 100%;
    margin: 0 auto 20px auto; }
  .bar__author-title {
    display: block;
    max-width: 650px;
    margin: 0 auto;
    font-size: 35px;
    color: #333333;
    text-decoration: none; }
  .bar__portrait {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #E3DEDA;
    border-radius: 50%; }
  .bar__date {
    margin-left: 110px;
    padding-top: 5px;
    color: #333333; }
    .bar__date--white a {
      color: #fff !important; }
  .bar__category {
    padding-top: 20px;
    margin-left: 110px;
    text-transform: uppercase;
    color: #333333; }
    .bar__category--white a {
      color: #fff !important; }
  .bar__author-wrap {
    position: relative;
    height: 100px;
    margin: 20px 0 20px 0; }
  .bar__landing {
    height: 200px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #666;
    color: white; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

body {
  width: 100%;
  overflow-x: hidden; }

b, strong {
  font-weight: bold !important; }

a {
  text-decoration: none;
  color: #005D7D; }
  a:visited {
    color: #005D7D; }

figcaption {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9pt;
  font-style: italic;
  color: #666; }

.content {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  transition: .3s;
  left: 0;
  padding-top: 185px; }
  @media screen and (max-width: 1080px) {
    .content {
      padding-top: 160px; } }
  @media screen and (max-width: 768px) {
    .content {
      padding-top: 69px; } }
  .content__wrap {
    width: 100%; }
  .content--left {
    left: -250px; }

.squeeze {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5%; }
  .squeeze iframe {
    width: 100%; }

.addtoany_list {
  display: inline-block !important;
  margin-top: 20px; }

.addtoany_list a img {
  width: 30px !important;
  margin-bottom: 10px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 30px 0px 30px 0px; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ms-slide-info {
  min-height: 0 !important; }

/* category text colors */
.category__text-frontiers, .category__text-frontiers a {
  color: #540836; }

.category__text-pioneers, .category__text-pioneers a {
  color: #005D7D; }

.category__text-tech, .category__text-tech a {
  color: #812F15; }

.category__text-security, .category__text-security a {
  color: #540836; }

.category__text-science, .category__text-science a {
  color: #6F7115; }

/* category bar colors */
.bar-frontiers {
  background-color: #540836; }

.bar-pioneers {
  background-color: #005D7D; }

.bar-tech {
  background-color: #812F15; }

.bar-security {
  background-color: #540836; }

.bar-science {
  background-color: #6F7115; }

.color-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }
  .color-overlay__top {
    height: 200px; }
  .color-overlay__right {
    width: 50%;
    right: 0; }
  @media screen and (max-width: 767px) {
    .color-overlay__full {
      width: 100%;
      height: 200px; } }
  .color-overlay--frontiers {
    background-color: rgba(84, 8, 54, 0.4); }
  .color-overlay--pioneers {
    background-color: rgba(0, 93, 125, 0.4); }
  .color-overlay--tech {
    background-color: rgba(129, 47, 21, 0.4); }
  .color-overlay--security {
    background-color: rgba(84, 8, 54, 0.4); }
  .color-overlay--science {
    background-color: rgba(111, 113, 21, 0.4); }

.skyword-comment-form {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #005D7D; }
  .skyword-comment-form__title {
    margin: 10px;
    color: #005D7D; }
    .skyword-comment-form__title a {
      color: #005D7D; }
  .skyword-comment-form p {
    width: 50%;
    float: left;
    margin-bottom: 20px; }
    .skyword-comment-form p label {
      display: block;
      width: 30%;
      color: #005D7D;
      text-align: right;
      float: left;
      padding: 9px; }
    .skyword-comment-form p input {
      display: block;
      width: 70%;
      padding: 5px;
      border: 1px solid #E3DEDA;
      font-size: 18px;
      color: #333333;
      background: #F5F4F4;
      outline: none; }
    @media screen and (max-width: 767px) {
      .skyword-comment-form p {
        width: 100%; } }
  .skyword-comment-form .comment-form-comment label {
    width: 100%;
    text-align: left;
    display: block;
    margin: 0; }
  .skyword-comment-form .comment-form-comment textarea {
    width: 100%;
    height: 118px;
    background: #F5F4F4;
    border: 1px solid #E3DEDA;
    outline: none;
    font-size: 16px;
    padding: 5px; }
  .skyword-comment-form .comment-form-author {
    margin-top: 8px; }
  .skyword-comment-form .form-submit {
    width: 100%; }
    .skyword-comment-form .form-submit input {
      display: block;
      width: 30%;
      margin: 0 auto;
      background: #005D7D;
      border: none;
      padding: 15px;
      font-size: 16px;
      color: #F5F4F4;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .skyword-comment-form .form-submit input {
          width: 50%; } }
  @media screen and (max-width: 767px) {
    .skyword-comment-form {
      height: 440px; } }

.site-comments {
  margin: 30px 0;
  width: 100%;
  min-height: 100px;
  position: relative;
  padding-left: 70px; }
  .site-comments .children {
    margin-left: 5%; }
  .site-comments__paragraph {
    color: #005D7D; }
  .site-comments__head {
    text-transform: uppercase;
    font-size: 25px;
    color: #333333;
    margin-top: 20px; }
  .site-comments__image-wrap {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    background-color: #005D7D;
    overflow: hidden; }
  .site-comments__image {
    border-radius: 50%;
    width: 50px;
    height: 50px; }
  .site-comments__reply {
    margin-top: 10px; }
    .site-comments__reply a {
      text-transform: uppercase;
      color: #333333;
      font-size: 16px; }
  .site-comments__user {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px; }
  .site-comments__clear {
    padding: 0; }

.contact__container h1 {
  font-weight: bold; }

.contact__instructions {
  float: left;
  width: 25%;
  padding-right: 25px; }
  @media screen and (max-width: 991px) {
    .contact__instructions {
      width: 100%; } }

.contact__form {
  float: left;
  width: 65%; }
  @media screen and (max-width: 991px) {
    .contact__form {
      margin-top: 20px;
      width: 100%; } }
  .contact__form input:focus, .contact__form textarea:focus {
    border-top: solid 2px #005D7D !important; }

.contact__submit {
  border: solid 3px #999 !important;
  border-radius: 5px !important;
  background: none !important;
  color: #999 !important;
  text-transform: uppercase !important; }
  .contact__submit:hover {
    background: #999 !important;
    color: white !important; }

.content-page {
  width: 85%;
  margin: 0 auto; }
  .content-page .entry-title {
    text-align: center; }
  .content-page p:first-child {
    font-weight: bold; }
  .content-page p {
    margin-top: 15px; }
  .content-page ul {
    margin: 15px; }

.contributor__tile {
  width: 160px;
  margin: 20px 5px;
  height: 200px;
  float: left; }

.contributor__image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px; }

.cta-sidebar:after {
  content: "";
  display: table;
  clear: both; }

.cta {
  width: calc(70% - 15px);
  height: 600px;
  margin: 0 15px 15px 0;
  padding: 15px;
  float: left;
  text-align: center; }
  .cta .video-container {
    margin-bottom: 15px; }
  .cta__link {
    font-size: 20px; }
    .cta__link p {
      margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .cta {
      width: 100%;
      margin: 0 0 15px 0;
      height: auto;
      border-top: solid 1px #999;
      border-bottom: solid 1px #999; } }

.featured-image__container {
  width: 100%;
  height: 300px;
  margin: 0 auto 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left; }
  @media screen and (max-width: 550px) {
    .featured-image__container {
      margin: 10px auto 0; } }

.featured-image__title {
  line-height: 300px;
  color: #fff;
  font-size: 30px;
  margin-left: 50px; }

.site-footer {
  float: left;
  width: 100%;
  background-color: #000;
  margin-top: 20px; }
  .site-footer__container {
    max-width: 1600px;
    padding: 25px;
    margin: 0 auto; }
  .site-footer__box {
    float: left;
    width: 50%; }
    .site-footer__box ul {
      list-style: none; }
    .site-footer__box li {
      margin: 5px 0; }
    @media screen and (max-width: 767px) {
      .site-footer__box {
        width: 100%;
        text-align: center; } }
  .site-footer__logo {
    height: 100px; }
    .site-footer__logo svg {
      height: 100px !important; }
  .site-footer__right {
    float: right; }
    .site-footer__right div {
      margin-bottom: 15px; }
    .site-footer__right a {
      color: #E3DEDA;
      font-size: 80%; }
    @media screen and (max-width: 767px) {
      .site-footer__right {
        float: none; } }
  .site-footer__social-item {
    width: 25px;
    height: 25px;
    margin: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    float: left; }
    @media screen and (max-width: 767px) {
      .site-footer__social-item {
        float: none; } }
    .site-footer__social-item--facebook {
      background-image: url("./svg/gray-facebook.png"); }
    .site-footer__social-item--instagram {
      background-image: url("./svg/gray-instagram.png"); }
    .site-footer__social-item--twitter {
      background-image: url("./svg/gray-twitter.png"); }
    .site-footer__social-item--pinterest {
      background-image: url("./svg/gray-pin.png"); }
    .site-footer__social-item--linkedin {
      background-image: url("./svg/gray-linkedin.png"); }
    .site-footer__social-item--youtube {
      background-image: url("./svg/gray-youtube.png"); }
    .site-footer__social-item--mail {
      background-image: url("./svg/gray-mail.png"); }
  .site-footer__disclaimer {
    color: #999;
    text-align: center;
    font-size: 70%; }

.gradient--vertical {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(top, transparent, #fff); }

.gradient--horizontal {
  width: 125%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, transparent, #fff); }

.header {
  border-top: solid 10px #000;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 1600px;
  height: 160px;
  padding: 48px 30px 0 30px;
  display: block;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: top 0.2s ease-in-out; }
  @media screen and (max-width: 550px) {
    .header {
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      text-align: center;
      padding: 5px 10px 10px; }
      .header.nav-up {
        top: -164px; } }
  .header__title-wrap {
    width: 90%;
    padding: 25px 0;
    height: 120px;
    margin: 0 auto;
    position: relative; }
  .header__social {
    width: 200px;
    height: 40px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .header__social {
        display: none; } }
  .header__social-item {
    width: 20px;
    height: 20px;
    margin: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left; }
    .header__social-item--facebook {
      background-image: url("./svg/facebook.svg"); }
    .header__social-item--instagram {
      background-image: url("./svg/insta.svg"); }
    .header__social-item--twitter {
      background-image: url("./svg/twitter.svg"); }
    .header__social-item--pinterest {
      background-image: url("./svg/pinterest.svg"); }
    .header__social-item--mail {
      background-image: url("./svg/mail.svg"); }
  @media screen and (max-width: 767px) {
    .header__mobile {
      height: 300px !important; } }
  .header__category {
    width: 100%;
    text-align: left;
    padding: 25px;
    background-color: #333333;
    color: #F5F4F4;
    font-size: 25px; }

.btn-subscribe {
  line-height: 38px;
  font-size: 20px;
  color: white;
  background-color: #005d7d;
  position: fixed;
  top: 280px;
  right: -62px;
  display: block;
  width: 165px;
  height: 42px;
  border: 3px solid #fff;
  border-top: 0;
  text-align: center;
  transform: rotate(90deg);
  z-index: 999;
  transiton: top 300ms ease; }
  @media (max-width: 768px) {
    .btn-subscribe {
      top: 145px; } }
  .btn-subscribe span {
    font-size: 16px;
    display: inline-block; }
  .btn-subscribe:hover {
    color: white; }
  .btn-subscribe__icon {
    width: 26px;
    height: 23px;
    margin-bottom: -4px;
    margin-right: -10px;
    background-color: transparent;
    background-image: url(./assets/images/cats/icons3.png);
    display: inline-block; }
    .btn-subscribe__icon--email {
      background-position: 101px -27px; }

@media (max-width: 550px) {
  .nav-down + .btn-subscribe {
    top: 298px; }
  .nav-up + .btn-subscribe {
    top: 227px; } }

.subscribe-modal {
  display: none;
  width: 470px;
  background-color: #fff;
  border: 5px solid #005d7d;
  border-right: 0;
  position: fixed;
  top: 218px;
  right: 0;
  z-index: 999990;
  font-family: 'HP-Regular'; }
  .subscribe-modal-inner {
    width: 100%;
    padding: 35px 30px 0; }
  @media (max-width: 768px) {
    .subscribe-modal {
      top: 83px; } }
  @media (max-height: 690px) {
    .subscribe-modal {
      top: 30px;
      max-height: calc(100% - 30px);
      overflow: visible; }
      .subscribe-modal .subscribe-modal-inner {
        max-height: calc(100vh - 30px);
        overflow: auto; } }
  @media (max-width: 544px) {
    .subscribe-modal {
      width: 90%; } }
  .subscribe-modal img {
    margin: 0 auto;
    max-width: 200px; }
  .subscribe-modal__logo {
    width: 200px;
    margin: 0 auto; }

.subscribeForm__disclaimer--sidebar {
  text-align: center;
  padding-top: 40px;
  margin: 0;
  color: #999;
  line-height: 1.25em;
  font-size: 1em;
  margin-bottom: 50px; }
  .subscribeForm__disclaimer--sidebar .subscribeForm__disclaimer a, .subscribeForm__disclaimer--sidebar .subscribeForm__disclaimer a:hover {
    text-decoration: underline;
    color: #999; }

.side__subscribe-close {
  text-align: center;
  position: absolute;
  border: 5px solid #005d7d;
  color: #005d7d;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  right: auto;
  left: -21px;
  top: -18px;
  background: #fff; }
  .side__subscribe-close:hover {
    cursor: pointer; }

.form-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-label {
  color: #555;
  margin-bottom: 10px; }

.form-radio {
  width: 49%;
  display: inline-block;
  margin: 0;
  color: #555; }
  .form-radio label {
    position: relative;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer; }
  .form-radio input {
    position: absolute;
    height: 30px;
    line-height: 30px;
    line-height: 24px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    outline: 0;
    opacity: 0; }
  .form-radio input + span:before {
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 5px solid #005d7d;
    color: #005d7d;
    content: " ";
    vertical-align: top;
    text-align: center; }
  .form-radio input:checked + span:before {
    content: "✔"; }
  @media (max-width: 640px) {
    .form-radio {
      width: 100%;
      margin-bottom: 10px; } }

.form-submit {
  background-color: #005D7D;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  color: white;
  line-height: 1.5;
  margin-top: 15px; }

.form-message {
  margin-top: 15px; }

.subscribeForm {
  padding-top: 30px; }
  @media (max-width: 767px) {
    .subscribeForm {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (min-width: 768px) {
    .subscribeForm--bottomPadding {
      padding-bottom: 30px; } }
  .subscribeForm__container {
    border: 2px solid #005d7d;
    padding: 30px 20px 30px 20px;
    position: relative; }
    @media (max-width: 767px) {
      .subscribeForm__container {
        border: 0;
        padding: 0 20px; } }
  .subscribeForm__column {
    padding-left: 0;
    padding-right: 0; }
    .subscribeForm__column input.error {
      border-color: red; }
  .subscribeForm__disclaimer {
    margin: 0;
    color: #999;
    position: absolute;
    bottom: -1.7em;
    line-height: 1.25em;
    font-size: 1em; }
    @media (max-width: 767px) {
      .subscribeForm__disclaimer {
        bottom: 40px; } }
    .subscribeForm__disclaimer a, .subscribeForm__disclaimer a:hover {
      text-decoration: underline;
      color: #999; }
  .subscribeForm h2.subscribeForm__success {
    margin: 0;
    text-align: center; }
  .subscribeForm form {
    margin: 0; }

.sub-nav {
  background-color: #000;
  width: 100%;
  padding: 3px 30px;
  position: absolute;
  top: 100%;
  left: 0; }
  @media screen and (max-width: 1080px) {
    .sub-nav {
      display: none; } }
  .sub-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .sub-nav .menu-item {
    display: inline-block;
    vertical-align: middle; }
    .sub-nav .menu-item a {
      color: #fff; }

.main-logo {
  display: inline-block; }
  @media (max-width: 300px) {
    .main-logo {
      margin-top: 6px; } }
  .main-logo img {
    max-width: 100%; }

.mobile-show {
  display: none; }

@media (max-width: 767px) {
  .mobile-show {
    display: block; }
  .mobile-hidden {
    display: none; } }

.articles__thumbnail, .jumbotron__thumbnail {
  max-width: 100%;
  transition: all 0.3s; }

.articles:hover .articles__thumbnail, .jumbotron:hover .articles__thumbnail, .articles:hover .jumbotron__thumbnail, .jumbotron:hover .jumbotron__thumbnail {
  transform: scale(1.1); }

.alm-reveal {
  width: 100%;
  float: left; }
  .alm-reveal:not(:first-of-type) {
    margin-top: 100px; }

.jumbotron {
  width: 50%;
  height: 480px;
  overflow: hidden;
  position: relative;
  float: left; }
  .jumbotron article {
    height: 480px; }
  .jumbotron a {
    color: #fff; }
  .jumbotron__category {
    font-size: 9px;
    text-transform: uppercase;
    margin: 5px;
    color: #fff; }
  .jumbotron__category--small {
    font-size: 9px;
    text-transform: uppercase;
    margin: 5px 0;
    color: #fff; }
  .jumbotron__author {
    font-size: 11px;
    margin: 5px;
    color: #fff; }
  .jumbotron__author--small {
    font-size: 11px;
    margin: 5px 0;
    color: #fff; }
  .jumbotron__title {
    font-size: 30px;
    padding-bottom: 10px; }
  .jumbotron__date {
    text-transform: none; }
  .jumbotron__overlay {
    width: 100%;
    height: 350px;
    position: absolute;
    bottom: 0;
    padding: 50px;
    font-size: 30px;
    text-shadow: 0 0 32px rgba(0, 15, 30, 0.75); }
    .jumbotron__overlay--medium {
      width: 100%;
      padding: 0 60px;
      font-size: 25px;
      height: 240px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      text-shadow: 0 0 32px rgba(0, 15, 30, 0.75); }
    .jumbotron__overlay--small {
      width: 100%;
      padding: 0 30px;
      font-size: 16px;
      height: 240px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      text-shadow: 0 0 32px rgba(0, 15, 30, 0.75); }
  .jumbotron__thumbnail {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 480px; }
    .jumbotron__thumbnail--half {
      height: 240px; }
  .jumbotron__small {
    width: 25%;
    height: 240px; }
    @media screen and (max-width: 767px) {
      .jumbotron__small {
        width: 50% !important; } }
  .jumbotron__medium {
    width: 50%;
    height: 240px; }
    @media screen and (max-width: 767px) {
      .jumbotron__medium {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .jumbotron {
      width: 100%; } }

.landing-caro__title {
  font-size: 20px;
  position: relative;
  top: -25px; }

.landing-description__text p,
.landing-description__text p:first-child {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal; }

.landing-sidebar article.popular__article .articles__img--add-space {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .landing-sidebar article.popular__article {
    width: 30.333%;
    float: left;
    margin-left: 3%; }
    .landing-sidebar article.popular__article:first-child {
      margin-left: 0; } }

@media screen and (max-width: 649px) {
  .landing-sidebar article.popular__article {
    width: 100%;
    margin-left: 0; } }

.landing-sidebar h1.articles__title {
  margin-top: 10px;
  font-size: 1em;
  line-height: 1em; }
  @media screen and (max-width: 649px) {
    .landing-sidebar h1.articles__title {
      margin-top: 20px;
      font-size: 23px;
      line-height: 1em; } }

.landing-sidebar p.articles__excerpt {
  font-size: 13px;
  line-height: 1em; }
  @media screen and (max-width: 649px) {
    .landing-sidebar p.articles__excerpt {
      font-size: initial;
      line-height: initial; } }

.landing-video-graphic {
  margin-bottom: 15px; }
  .landing-video-graphic--border {
    margin: 0 0 10px;
    border-bottom: 1px solid #688299;
    padding: 0 0 30px; }
  .landing-video-graphic__video, .landing-video-graphic__image {
    margin: 0; }
  .landing-video-graphic__video.video-container {
    height: 425px;
    padding: 0; }
  .landing-video-graphic__video iframe {
    height: 425px !important; }
  .landing-video-graphic__image {
    width: 100%;
    height: 425px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .landing-video-graphic__infographic {
    height: 425px;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat; }
    @media screen and (max-width: 799px) {
      .landing-video-graphic__infographic a.landing-video-graphic__infographic-desktop {
        display: none; } }
    @media screen and (min-width: 800px) {
      .landing-video-graphic__infographic a.landing-video-graphic__infographic-mobile {
        display: none; } }
    .landing-video-graphic__infographic .bg-image {
      height: 425px;
      background-size: cover;
      background-position: left top;
      background-repeat: no-repeat;
      /* Safari */
      transition: filter 0.5s; }
    .landing-video-graphic__infographic .my-icon:before {
      margin: auto;
      width: 75px;
      height: 75px;
      display: inline-block;
      opacity: 0;
      content: '\f402';
      font: normal 16px/1 'Genericons';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Safari */
      transition: opacity 0.25s;
      font-size: 75px;
      color: #ffffff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .landing-video-graphic__infographic:hover .bg-image {
      filter: brightness(75%); }
    .landing-video-graphic__infographic:hover .my-icon:before {
      opacity: 1; }
    .landing-video-graphic__infographic a {
      width: 100%;
      height: 100%;
      display: inline-block; }
  .landing-video-graphic h2.landing-video-graphic__title {
    margin: 15px 0 15px 0;
    display: inline-block;
    width: 100%;
    font-size: 2.25em;
    text-align: center;
    color: #688299; }
    @media screen and (max-width: 649px) {
      .landing-video-graphic h2.landing-video-graphic__title {
        font-size: 1.75em; } }
  .landing-video-graphic__text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center; }
    @media screen and (max-width: 649px) {
      .landing-video-graphic__text {
        text-align: left; } }

.landing-slider__carousel {
  width: 100%; }

.landing-slider__text {
  width: 80%;
  margin: 20px auto;
  text-align: center; }
  .landing-slider__text h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal; }
    @media screen and (max-width: 991px) {
      .landing-slider__text h3 {
        font-size: 1.2em; } }
    @media screen and (max-width: 767px) {
      .landing-slider__text h3 {
        font-size: 1em; } }

.landing-custom-slider {
  display: block; }
  .landing-custom-slider__container {
    padding: 0 0 15px !important; }
    .landing-custom-slider__container .item {
      height: auto !important;
      min-height: 350px; }
      .landing-custom-slider__container .item:first-child {
        position: absolute !important; }
    .landing-custom-slider__container .item.active {
      top: auto;
      position: relative !important; }
    .landing-custom-slider__container .item [class^='col-sm-'] {
      padding: 0; }
    .landing-custom-slider__container .carousel.slide {
      background-color: #374449;
      position: relative; }
      @media (max-width: 767px) {
        .landing-custom-slider__container .carousel.slide {
          min-height: 500px; } }
    .landing-custom-slider__container .carousel-image {
      width: 100%;
      height: 380px;
      background-size: cover;
      background-position: center; }
    .landing-custom-slider__container .carousel-indicators {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: auto;
      width: 20% !important;
      position: static;
      display: -ms-flexbox;
      display: flex;
      padding-right: 0;
      padding-left: 0;
      z-index: 15;
      text-align: center;
      list-style: none; }
      .landing-custom-slider__container .carousel-indicators .active {
        background-color: #ffffff; }
      @media (max-width: 767px) {
        .landing-custom-slider__container .carousel-indicators {
          margin-top: 5px;
          width: 100% !important; } }
      .landing-custom-slider__container .carousel-indicators__container {
        background-color: #374449;
        height: 100%;
        width: 100%;
        padding-top: 7px; }
      .landing-custom-slider__container .carousel-indicators li {
        margin: 0;
        border-radius: 0;
        width: 100%;
        height: 46px !important;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
        text-indent: -999px; }
        @media (max-width: 767px) {
          .landing-custom-slider__container .carousel-indicators li {
            border: 0;
            padding-right: 2px;
            padding-bottom: 2px;
            padding-left: 2px; } }
        .landing-custom-slider__container .carousel-indicators li.active {
          border: 0; }
          @media (max-width: 767px) {
            .landing-custom-slider__container .carousel-indicators li.active {
              border-top: 0;
              height: 46px !important;
              padding-left: 0;
              padding-right: 0;
              padding-bottom: 0; } }
          .landing-custom-slider__container .carousel-indicators li.active .carousel-indicators__container--pink {
            background-color: #eb4464; }
          .landing-custom-slider__container .carousel-indicators li.active .carousel-indicators__container--cyan {
            background-color: #21ccd1; }
          .landing-custom-slider__container .carousel-indicators li.active .carousel-indicators__container--blue {
            background-color: #00b3e3; }
          .landing-custom-slider__container .carousel-indicators li.active .carousel-indicators__container--orange {
            background-color: #e98233; }
          .landing-custom-slider__container .carousel-indicators li.active .carousel-indicators__container--darkblue {
            background-color: #1259a1; }
          .landing-custom-slider__container .carousel-indicators li.active .carousel-indicators__container--purple {
            background-color: #7c3995; }
          .landing-custom-slider__container .carousel-indicators li.active img {
            height: 28px;
            width: 28px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -14px;
            margin-top: -14px;
            background-color: transparent; }
        .landing-custom-slider__container .carousel-indicators li img {
          height: 28px;
          width: 28px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-left: -14px;
          margin-top: -14px; }
    .landing-custom-slider__container .carousel-content {
      width: 15%;
      padding-left: 35px;
      padding-right: 35px;
      padding-top: 60px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
      font-size: 20px;
      color: #fff;
      text-align: center;
      filter: alpha(opacity=50);
      opacity: 0.5; }
      @media (max-width: 767px) {
        .landing-custom-slider__container .carousel-content {
          padding-top: 25px;
          padding-bottom: 30px; } }
      .landing-custom-slider__container .carousel-content__container {
        min-height: 380px;
        max-height: 380px;
        overflow-y: auto; }
        @media (max-width: 767px) {
          .landing-custom-slider__container .carousel-content__container {
            min-height: auto;
            max-height: none; } }
      .landing-custom-slider__container .carousel-content__title {
        font-family: 'HP-Light';
        font-size: 36px !important; }
        @media (min-width: 768px) {
          .landing-custom-slider__container .carousel-content__title--small {
            font-family: 'HP-Regular';
            font-size: 26px !important;
            line-height: 27px !important; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .landing-custom-slider__container .carousel-content__title--small {
            font-size: 24px !important; } }
      .landing-custom-slider__container .carousel-content__content {
        font-family: 'HP-Regular';
        font-size: 20px;
        line-height: 1.05;
        margin: 0;
        padding-top: 11px;
        padding-bottom: 11px; }
        @media (max-width: 991px) {
          .landing-custom-slider__container .carousel-content__content {
            font-size: 17px; } }
      .landing-custom-slider__container .carousel-content__read-time {
        display: block; }
      .landing-custom-slider__container .carousel-content__category {
        font-family: 'HP-Bold';
        font-size: 16px;
        margin: 0;
        text-transform: uppercase; }
      .landing-custom-slider__container .carousel-content__meta {
        font-family: 'HP-Bold';
        font-size: 16px; }
        .landing-custom-slider__container .carousel-content__meta span {
          color: #e6e6e6; }
      .landing-custom-slider__container .carousel-content__comments {
        list-style-type: none;
        padding: 0;
        margin-top: 15px; }
      .landing-custom-slider__container .carousel-content a {
        color: #ffffff !important; }
        .landing-custom-slider__container .carousel-content a:hover {
          color: #ffffff !important;
          text-decoration: underline; }
      .landing-custom-slider__container .carousel-content__comments li {
        display: inline-block;
        font-family: 'HP-Bold';
        font-size: 16px;
        vertical-align: bottom; }
        .landing-custom-slider__container .carousel-content__comments li:first-child {
          margin-right: 5px;
          width: 28px; }
  .landing-custom-slider__carousel {
    width: 100%;
    height: 450px;
    background-color: transparent !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .landing-custom-slider__carousel .carousel-control {
      width: 15%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 20px;
      filter: alpha(opacity=50);
      opacity: 0.5; }
      .landing-custom-slider__carousel .carousel-control.left, .landing-custom-slider__carousel .carousel-control.right {
        display: none; }
        .landing-custom-slider__carousel .carousel-control.left .glyphicon, .landing-custom-slider__carousel .carousel-control.right .glyphicon {
          position: relative;
          top: 1px;
          display: inline-block;
          font-family: 'Glyphicons Halflings';
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-weight: normal;
          line-height: 1; }
        .landing-custom-slider__carousel .carousel-control.left .icon-prev,
        .landing-custom-slider__carousel .carousel-control.left .icon-next,
        .landing-custom-slider__carousel .carousel-control.left .glyphicon-chevron-left,
        .landing-custom-slider__carousel .carousel-control.left .glyphicon-chevron-right, .landing-custom-slider__carousel .carousel-control.right .icon-prev,
        .landing-custom-slider__carousel .carousel-control.right .icon-next,
        .landing-custom-slider__carousel .carousel-control.right .glyphicon-chevron-left,
        .landing-custom-slider__carousel .carousel-control.right .glyphicon-chevron-right {
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 5;
          display: inline-block; }
        .landing-custom-slider__carousel .carousel-control.left .sr-only, .landing-custom-slider__carousel .carousel-control.right .sr-only {
          border: 0;
          margin: -1px;
          width: 1px;
          height: 1px;
          padding: 0;
          overflow: hidden;
          position: absolute;
          clip: rect(0, 0, 0, 0); }
        @media (max-width: 425px) {
          .landing-custom-slider__carousel .carousel-control.left, .landing-custom-slider__carousel .carousel-control.right {
            height: 75px;
            border-radius: 100px 0 0 100px;
            top: 25%; }
            .landing-custom-slider__carousel .carousel-control.left span, .landing-custom-slider__carousel .carousel-control.right span {
              top: 0;
              right: 0;
              bottom: 0;
              left: 10px;
              margin: auto;
              height: 26px; } }
      .landing-custom-slider__carousel .carousel-control.left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1); }
        @media (max-width: 425px) {
          .landing-custom-slider__carousel .carousel-control.left {
            border-radius: 0 100px 100px 0; }
            .landing-custom-slider__carousel .carousel-control.left span {
              right: 10px;
              left: 0; } }
      .landing-custom-slider__carousel .carousel-control.right {
        right: 0;
        left: auto;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1); }
    @media (max-width: 825px) {
      .landing-custom-slider__carousel {
        min-height: initial !important;
        height: 350px; } }
    @media (max-width: 767px) {
      .landing-custom-slider__carousel {
        width: 100%;
        height: 435px;
        /* 350px + 85px */ } }
    .landing-custom-slider__carousel .carousel-inner {
      width: 80%;
      display: -ms-flexbox;
      display: flex;
      position: static;
      overflow: hidden; }
      @media (max-width: 767px) {
        .landing-custom-slider__carousel .carousel-inner {
          width: 100%; } }
      .landing-custom-slider__carousel .carousel-inner > .item {
        width: 100%;
        padding-right: 5px;
        position: static;
        display: block;
        position: relative;
        display: none;
        transition: 0.6s ease-in-out left; }
        @media (max-width: 767px) {
          .landing-custom-slider__carousel .carousel-inner > .item {
            padding-right: 0;
            padding-bottom: 5px; } }
      .landing-custom-slider__carousel .carousel-inner > .active {
        left: 0; }
      .landing-custom-slider__carousel .carousel-inner > .active,
      .landing-custom-slider__carousel .carousel-inner > .next,
      .landing-custom-slider__carousel .carousel-inner > .prev {
        display: block; }
      .landing-custom-slider__carousel .carousel-inner div.master-slider-parent {
        width: 100%; }
        @media (max-width: 825px) {
          .landing-custom-slider__carousel .carousel-inner div.master-slider-parent {
            height: 350px; } }
    .landing-custom-slider__carousel p.landing-custom-slider__carousel-error {
      margin-top: auto;
      margin: auto;
      height: 20px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center; }
  .landing-custom-slider__list {
    top: 0;
    width: 100% !important;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    right: -225px;
    left: initial !important; }
    @media (max-width: 767px) {
      .landing-custom-slider__list {
        width: 100% !important;
        height: 80px;
        top: initial;
        right: initial;
        /* display: block; */
        -ms-flex-direction: row;
            flex-direction: row;
        bottom: 0; } }
    .landing-custom-slider__list li.landing-custom-slider__list-item {
      margin: 5px auto auto;
      border: none;
      border-radius: 0;
      width: 100%;
      padding: 0;
      opacity: 0.75;
      position: relative;
      -ms-flex: 108px 1 1;
          flex: 108px 1 1; }
      @media (max-width: 825px) {
        .landing-custom-slider__list li.landing-custom-slider__list-item {
          height: 80px !important;
          -ms-flex: 80px 1 1;
              flex: 80px 1 1; } }
      @media (max-width: 767px) {
        .landing-custom-slider__list li.landing-custom-slider__list-item {
          margin: 0 5px 0 0; } }
      .landing-custom-slider__list li.landing-custom-slider__list-item:first-child {
        margin: 0 auto auto; }
        @media (max-width: 767px) {
          .landing-custom-slider__list li.landing-custom-slider__list-item:first-child {
            margin: 0 5px 0 0; } }
      @media (max-width: 767px) {
        .landing-custom-slider__list li.landing-custom-slider__list-item:last-child {
          margin: 0 0 0 0; } }
      .landing-custom-slider__list li.landing-custom-slider__list-item.active {
        opacity: 1;
        cursor: default; }
    .landing-custom-slider__list-item-bg {
      width: 100% !important;
      height: 100% !important;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767px) {
        .landing-custom-slider__list-item-bg {
          width: 100% !important;
          height: 80px !important; } }

.landing__image {
  width: 100%;
  height: auto;
  margin-top: 20px; }

.landing-section2__title {
  margin: 15px 0 15px 0;
  font-size: 2.25em;
  color: #534c74;
  text-align: center; }
  @media screen and (max-width: 649px) {
    .landing-section2__title {
      font-size: 1.75em; } }

.landing-section2__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center; }
  @media screen and (max-width: 649px) {
    .landing-section2__text {
      text-align: left; } }

.landing-slider--left, .landing-description__text--left, .landing-video-graphic__video--left, .landing-video-graphic__image--left {
  width: 70%;
  display: inline-block;
  float: left; }
  @media (max-width: 767px) {
    .landing-slider--left, .landing-description__text--left, .landing-video-graphic__video--left, .landing-video-graphic__image--left {
      width: 100%; } }

.landing-video-graphic__video--full, .landing-video-graphic__image--full {
  margin: auto;
  width: 80%; }

.landing-sidebar--right, .landing-video-graphic__infographic--right {
  margin-left: 2%;
  width: 28%;
  display: inline-block;
  float: left; }
  @media (max-width: 767px) {
    .landing-sidebar--right, .landing-video-graphic__infographic--right {
      margin: 25px 0 0;
      width: 100%; } }

.landing-video-graphic__video--right, .landing-video-graphic__image--right {
  width: 70%;
  display: inline-block;
  float: left; }
  @media (max-width: 767px) {
    .landing-video-graphic__video--right, .landing-video-graphic__image--right {
      margin: 25px 0 0;
      width: 100%; } }

.landing-video-graphic__infographic--left {
  margin-right: 2%;
  width: 28%;
  display: inline-block;
  float: left; }
  @media (max-width: 767px) {
    .landing-video-graphic__infographic--left {
      margin: 25px 0 0;
      width: 100%; } }

.landing-template-default .featured-image__container {
  position: relative; }

.landing-template-default .featured-image__title {
  margin: auto;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50px;
  line-height: normal; }

.landing-template-default div.pp_details {
  width: auto !important;
  position: static; }
  .landing-template-default div.pp_details div.pp_nav,
  .landing-template-default div.pp_details p.pp_description,
  .landing-template-default div.pp_details div.pp_social {
    display: none !important; }
  .landing-template-default div.pp_details a.pp_close {
    border: 5px solid #000000;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background-image: url("./svg/cross.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 18px;
    position: absolute;
    top: -30px;
    right: -10px;
    z-index: 100; }

.landing-template-default div.pp_pic_holder {
  max-width: 80% !important;
  width: 80% !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important; }

.landing-template-default img#fullResImage {
  width: 100% !important;
  /* initial doesn't work on IE, using auto works everywhere */
  height: auto !important;
  /* Fix chrome blurry image bug: https://stackoverflow.com/a/8888964 */
  image-rendering: -webkit-optimize-contrast; }

.landing-template-default div.pp_content_container div.pp_content {
  width: inherit !important;
  height: inherit !important; }

.loader {
  margin: 0 auto 20px auto;
  position: relative;
  left: calc(50% - 20px);
  display: inline-block;
  border-top: 5px solid rgba(227, 222, 218, 0.4);
  border-right: 5px solid rgba(227, 222, 218, 0.4);
  border-bottom: 5px solid rgba(227, 222, 218, 0.4);
  border-left: 5px solid rgba(51, 51, 51, 0.3);
  transform: translateZ(0);
  animation: load8 1.1s infinite linear; }
  .loader--center {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px; }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.logo svg {
  width: 150px;
  height: 63.3px;
  vertical-align: middle; }
  @media screen and (max-width: 991px) {
    .logo svg {
      vertical-align: baseline; } }

.logo__header {
  float: left; }
  .logo__header h1 {
    display: inline;
    font-size: 18px;
    margin: 0 0 0 20px; }
  @media screen and (max-width: 991px) {
    .logo__header h1 {
      display: block;
      font-size: 13px;
      margin: 10px 0 0 0; } }
  @media screen and (max-width: 767px) {
    .logo__header {
      float: left; } }
  @media screen and (max-width: 550px) {
    .logo__header {
      float: none;
      display: inline-block; }
      .logo__header h1 {
        font-size: 12px; } }
  @media screen and (max-width: 660px) and (min-width: 551px) {
    .logo__header h1 {
      display: none; } }

.logo__footer svg path, .logo__footer svg polygon, .logo__footer svg .period {
  fill: #999; }

.more-in__title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  padding-bottom: 20px; }

.navigation {
  float: right;
  width: 250px; }
  .navigation__items {
    display: none; }
    .navigation__items ul {
      margin-left: 30px; }
      .navigation__items ul li {
        float: left;
        list-style-type: none;
        width: 20%;
        text-align: center; }
        .navigation__items ul li a {
          font-size: 14px;
          text-decoration: none;
          color: #005D7D;
          font-weight: bold; }
    @media screen and (max-width: 767px) {
      .navigation__items {
        display: none; } }
  .navigation__items-mobile li {
    width: 100%;
    text-align: right;
    list-style-type: none;
    padding: 15px; }
    .navigation__items-mobile li a {
      font-size: 16px;
      text-decoration: none;
      color: #333333; }
  .navigation__logo {
    float: right;
    margin-right: 30px; }
    .navigation__logo-img {
      height: 40px; }
  .navigation__search {
    width: 175px;
    height: 30px;
    float: right;
    position: relative;
    margin-top: 12px; }
    @media screen and (max-width: 1080px) {
      .navigation__search {
        float: left; } }
    @media screen and (max-width: 550px) {
      .navigation__search {
        float: none;
        display: inline-block;
        width: 140px;
        margin-left: 0px; } }
    .navigation__search-icon {
      position: absolute;
      width: 17px;
      height: 17px;
      left: 5px;
      top: 7px;
      background-image: url("./svg/search-icon.svg"); }
    .navigation__search-input {
      font-size: 16px;
      border: 1px solid black;
      width: 100%;
      height: 30px;
      outline: none;
      padding-left: 25px;
      border-radius: 15px; }
  .navigation__menu {
    width: 250px;
    background: #E3DEDA;
    right: -250px;
    transition: .3s;
    height: 100vh;
    position: fixed;
    z-index: 1000; }
    .navigation__menu--active {
      right: 0; }
    .navigation__menu hr {
      border-color: #000;
      width: calc(100% - 30px);
      margin: auto; }
    .navigation__menu-icon {
      background-image: url("./svg/menu-icon.svg");
      width: 35px;
      height: 29px;
      float: right;
      display: none;
      margin-top: 12px;
      cursor: pointer;
      transform: scale(1);
      transition: .3s; }
      .navigation__menu-icon--black {
        background-image: url("./svg/menu-icon-black.svg"); }
      .navigation__menu-icon.hide {
        transform: scale(0); }
      @media screen and (max-width: 1080px) {
        .navigation__menu-icon {
          display: block; } }
    @media screen and (max-width: 767px) {
      .navigation__menu {
        overflow: hidden;
        transition: .3s; } }
  .navigation__close {
    position: relative;
    height: 5px;
    width: 35px;
    border-radius: 50px;
    background: #333333;
    transform: rotate(45deg) scale(0);
    transition: .3s;
    top: 15px;
    left: 0; }
    .navigation__close-wrap {
      position: relative;
      width: 35px;
      height: 35px;
      float: right;
      cursor: pointer;
      margin: 25px 25px 25px 180px; }
    .navigation__close:after {
      content: " ";
      position: absolute;
      width: 35px;
      height: 5px;
      top: 0;
      left: 0;
      background: #333333;
      transform: rotate(90deg); }
    .navigation__close.visible {
      transform: rotate(405deg) scale(1); }
  .navigation__social {
    position: relative;
    width: 100%;
    height: 35px;
    float: right;
    cursor: pointer;
    margin: 25px 0 30px; }
  .navigation__social-item {
    width: 25px;
    height: 25px;
    margin: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    float: right; }
    .navigation__social-item--facebook {
      background-image: url("./svg/black-facebook.png"); }
    .navigation__social-item--instagram {
      background-image: url("./svg/black-instagram.png"); }
    .navigation__social-item--twitter {
      background-image: url("./svg/black-twitter.png"); }
    .navigation__social-item--pinterest {
      background-image: url("./svg/black-pin.png"); }
    .navigation__social-item--linkedin {
      background-image: url("./svg/black-linkedin.png"); }
    .navigation__social-item--youtube {
      background-image: url("./svg/black-youtube.png"); }
    .navigation__social-item--mail {
      background-image: url("./svg/black-mail.png"); }

.popular {
  padding-left: 15px; }
  .popular__link {
    color: #005D7D; }
  .popular__title {
    padding-bottom: 20px;
    font-weight: bold;
    color: #540836; }
  .popular--space {
    margin-bottom: 20px; }
  .popular__article {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .popular__article {
        width: 33.333%;
        float: left; } }
    @media screen and (max-width: 649px) {
      .popular__article {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .popular {
      padding: 0; } }
  .popular__thumbnail {
    width: 50px;
    float: left;
    margin: 2px 10px 0 0; }
    .popular__thumbnail img {
      width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.row-100-40 {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .row-100-40 {
      width: 40%;
      float: left; } }
  @media screen and (max-width: 649px) {
    .row-100-40 {
      width: 100%;
      padding-left: 0px; } }

.row-100-60 {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .row-100-60 {
      width: 60%;
      padding-left: 15px;
      float: right; } }
  @media screen and (max-width: 649px) {
    .row-100-60 {
      width: 100%;
      padding-left: 0px; } }

/***
	* general style
	* hero section
	* second section
	* third section
	* fourth section
	* media queries
	* anmiations
**/
/*
	general style
*/
@font-face {
  font-family: "gobold";
  src: url("scss/fonts/gobold_regular.otf");
  font-weight: normal; }

@font-face {
  font-family: "gobold";
  src: url("scss/fonts/gobold_bold.otf");
  font-weight: bold; }

body,
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }

body {
  background-color: #fff;
  font-size: 16px; }

.loader-page {
  width: 100%;
  height: 100%;
  background-color: #0C0F0F;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }

.loader {
  border: 10px solid #444444;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  animation: spin 2s linear infinite;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  position: absolute; }

.loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#parallax-wrapper,
.scrollContent {
  overflow: hidden;
  height: 0; }

.loaded #parallax-wrapper,
.loaded .scrollContent {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  height: auto; }

.loaded .hero_foreground {
  animation-name: scaleXCenter;
  animation-duration: 500ms; }

.loaded .hero_middleground {
  animation-name: scale;
  animation-duration: 500ms; }

#parallax-wrapper {
  /*
	colors
*/
  /*
	hero section
*/
  /*
	second section
*/
  /*
	third section
*/
  /*
	fourth section
*/
  /*
	fifth section
 */ }
  #parallax-wrapper * {
    font-size: 16px; }
  #parallax-wrapper h2 {
    font-size: 1.5em; }
  #parallax-wrapper.light-text {
    background-color: #000; }
    #parallax-wrapper.light-text .ca {
      color: #ffffff; }
      #parallax-wrapper.light-text .ca p {
        font-size: 6vw; }
      #parallax-wrapper.light-text .ca h2 {
        font-size: 2.5vw; }
    #parallax-wrapper.light-text .polareye_detail_item {
      color: #ffffff;
      text-shadow: 0px 0px 2px #000;
      font-size: 20px; }
    #parallax-wrapper.light-text .logo path, #parallax-wrapper.light-text .logo polygon {
      fill: #fff; }
    #parallax-wrapper.light-text .navigation__search-input {
      border-color: white; }
    #parallax-wrapper.light-text .navigation__search-icon {
      background-image: url(./svg/search-icon-light.svg);
      opacity: 1; }
    #parallax-wrapper.light-text .logo__header h1 {
      color: #fff; }
    #parallax-wrapper.light-text .hash {
      color: #fff;
      text-shadow: 0px 0px 2px #000; }
    #parallax-wrapper.light-text p, #parallax-wrapper.light-text a {
      font-size: 16px; }
    #parallax-wrapper.light-text a {
      color: #2ea3b5; }
    #parallax-wrapper.light-text .hero_middleground {
      bottom: 0; }
    #parallax-wrapper.light-text .section-3 {
      background-color: #000;
      overflow: hidden; }
      #parallax-wrapper.light-text .section-3 .infographic-wrapper {
        float: none;
        margin: auto; }
      #parallax-wrapper.light-text .section-3 .infographic__wrap {
        margin: 5px auto;
        width: 270px; }
        #parallax-wrapper.light-text .section-3 .infographic__wrap .bg-image {
          background-size: contain; }
    #parallax-wrapper.light-text .blur-image {
      transform: translateY(-61%);
      width: 40%;
      right: 5%; }
    #parallax-wrapper.light-text .section-3_background {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      z-index: 1;
      transform: translateY(-50%); }
    #parallax-wrapper.light-text .section-4 {
      margin-top: -1px; }
      #parallax-wrapper.light-text .section-4:after {
        content: '';
        background: black;
        background: linear-gradient(180deg, black 0%, transparent 100%);
        bottom: -70px;
        height: 70px;
        position: absolute;
        width: 100%;
        z-index: 99; }
      #parallax-wrapper.light-text .section-4 h2 {
        color: #fff; }
    #parallax-wrapper.light-text .section-5_background {
      margin: 0 auto; }
    #parallax-wrapper.light-text .fifth-background {
      background-color: #fff; }
    @media (max-width: 1080px) {
      #parallax-wrapper.light-text .hero_background, #parallax-wrapper.light-text .hero_background_mobile {
        height: 95%;
        max-width: none;
        min-width: auto;
        left: 50%;
        transform: translateX(-50%); }
      #parallax-wrapper.light-text .pin_section {
        overflow: hidden; }
      #parallax-wrapper.light-text .blur-image {
        max-width: none;
        width: 100%;
        right: 0;
        transform: translateY(-90%); }
      #parallax-wrapper.light-text .section-3 {
        background-color: #000; }
      #parallax-wrapper.light-text .gallery-text, #parallax-wrapper.light-text .infographic-wrapper, #parallax-wrapper.light-text .text-col {
        width: 100%; } }
    @media (max-width: 768px) {
      #parallax-wrapper.light-text .hero_section {
        background: none !important; }
      #parallax-wrapper.light-text .section-3 {
        overflow: visible; }
        #parallax-wrapper.light-text .section-3 .infographic-wrapper {
          padding-right: 0; }
      #parallax-wrapper.light-text .section-3_background {
        top: -10%;
        transform: none; }
      #parallax-wrapper.light-text .ca {
        color: #ffffff; }
        #parallax-wrapper.light-text .ca p {
          font-size: 10vw; }
        #parallax-wrapper.light-text .ca h2 {
          font-size: 4.2vw; } }
  #parallax-wrapper .infographic__wrap {
    position: relative;
    z-index: 3; }
  #parallax-wrapper .header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    box-shadow: none;
    border: 0;
    pointer-events: none; }
    #parallax-wrapper .header * {
      pointer-events: all; }
  #parallax-wrapper .logo__header h1 {
    display: block;
    margin: 0; }
  #parallax-wrapper .navigation__menu-icon {
    opacity: 0.5; }
  #parallax-wrapper .navigation__search-icon {
    left: 100%;
    margin-left: 10px;
    opacity: 0.5;
    width: 30px;
    height: 34px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0; }
  #parallax-wrapper .navigation__search-input {
    background-color: transparent;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: rgba(0, 0, 0, 0.5); }
  #parallax-wrapper .navigation {
    width: 265px; }
  #parallax-wrapper img {
    max-width: 100%; }
  #parallax-wrapper .panel * {
    box-sizing: border-box; }
  #parallax-wrapper .ms-container * {
    box-sizing: content-box;
    max-width: none; }
  #parallax-wrapper .panel {
    font-size: initial; }
  #parallax-wrapper .container {
    max-width: 1400px;
    position: relative;
    margin: auto;
    display: block; }
  #parallax-wrapper .hidden {
    display: none; }
  #parallax-wrapper #content-wrapper,
  #parallax-wrapper #parallax-wrapper {
    height: 100%;
    width: 100%; }
  #parallax-wrapper .scrollContainer {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%; }
  #parallax-wrapper .scrollContainer {
    height: 100%;
    margin: auto; }
  #parallax-wrapper .scrollContent {
    height: 100%; }
  #parallax-wrapper .horizontal.scrollContainer {
    overflow-y: hidden;
    overflow-x: scroll; }
  #parallax-wrapper.scrollContainer .scrollContent {
    width: 100%;
    height: auto; }
  #parallax-wrapper.scrollContainer.horizontal .scrollContent {
    width: auto;
    height: 100%; }
  #parallax-wrapper.horizontal .scrollContent,
  #parallax-wrapper .scrollContent {
    font-size: 0; }
  #parallax-wrapper .pin_section {
    text-align: center;
    position: relative;
    height: 100%;
    min-height: 500px;
    min-width: 100%;
    height: 100vh; }
  #parallax-wrapper .horizontal .pin_section,
  #parallax-wrapper .horizontal section {
    display: inline-block;
    vertical-align: top;
    height: 100%; }
  #parallax-wrapper section.demo * {
    font-size: 13px; }
  #parallax-wrapper section.demo {
    font-size: 0;
    text-align: center; }
  #parallax-wrapper section.demo.fullheight {
    min-height: 100%; }
  #parallax-wrapper .spacer.doublewidth,
  #parallax-wrapper section.demo.doublewidth {
    min-width: 200%; }
  #parallax-wrapper .horizontal section.demo {
    text-align: inherit;
    white-space: nowrap; }
  #parallax-wrapper .horizontal section.demo.fullwidth {
    min-width: 100%; }
  #parallax-wrapper .spacer {
    text-align: center;
    min-height: 100px; }
  #parallax-wrapper .spacer.s0 {
    min-height: 1px; }
  #parallax-wrapper .spacer.s1 {
    min-height: 100px; }
  #parallax-wrapper .spacer.s2 {
    min-height: 200px; }
  #parallax-wrapper .spacer.s3 {
    min-height: 300px; }
  #parallax-wrapper .spacer.s4 {
    min-height: 400px; }
  #parallax-wrapper .spacer.s5 {
    min-height: 500px; }
  #parallax-wrapper .spacer.s6 {
    min-height: 600px; }
  #parallax-wrapper .spacer.s7 {
    min-height: 700px; }
  #parallax-wrapper .spacer.s8 {
    min-height: 800px; }
  #parallax-wrapper .spacer.s9 {
    min-height: 900px; }
  #parallax-wrapper .spacer.s10 {
    min-height: 1000px; }
  #parallax-wrapper .spacer.s_viewport {
    min-height: 100%; }
  #parallax-wrapper .spacer.s_viewport {
    min-width: 100%; }
  #parallax-wrapper .box1,
  #parallax-wrapper .box2,
  #parallax-wrapper .box3 {
    display: inline-block;
    position: relative;
    border-radius: 8px;
    border: 0 solid white;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px; }
  #parallax-wrapper .box1 {
    min-width: 100px;
    height: 100px;
    margin: 0 auto; }
  #parallax-wrapper .box2 {
    min-width: 50px;
    height: 50px;
    margin: 25px auto; }
  #parallax-wrapper .box3 {
    min-width: 26px;
    height: 26px;
    margin: 37px auto; }
  #parallax-wrapper .box1.outline,
  #parallax-wrapper .box2.outline,
  #parallax-wrapper .box3.outline {
    border: 1px solid white; }
  #parallax-wrapper .demo.responsiveDuration {
    position: relative; }
  #parallax-wrapper .responsiveDuration .box1 {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -50px;
    margin-left: -50px; }
  #parallax-wrapper .demo#section-slides,
  #parallax-wrapper .demo#section-wipes {
    height: 100%;
    width: 100%;
    background-image: none; }
  #parallax-wrapper .hero_section,
  #parallax-wrapper .panel {
    background-size: cover;
    background-position: center;
    transition: opacity 300ms ease;
    position: relative;
    left: 0;
    min-height: 100%;
    width: 100%;
    display: block; }
  #parallax-wrapper .sidebar {
    background-color: #000;
    color: #fff;
    position: fixed;
    top: 50%;
    height: 656px;
    right: 0;
    cursor: pointer;
    transform: translate(100%, -50%);
    transition: transform 300ms ease;
    width: 28%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 2; }
    #parallax-wrapper .sidebar.open {
      transform: translate(0%, -50%);
      z-index: 9999; }
      #parallax-wrapper .sidebar.open .sidebar_plus_indicator span:first-child {
        transform: translate(-50%, -50%) rotate(0deg); }
    #parallax-wrapper .sidebar .landing-sidebar {
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    #parallax-wrapper .sidebar .sidebar-posts {
      height: 656px;
      padding: 30px;
      overflow: auto; }
    #parallax-wrapper .sidebar .articles__author,
    #parallax-wrapper .sidebar .articles__category,
    #parallax-wrapper .sidebar .articles__excerpt {
      display: none; }
    #parallax-wrapper .sidebar .popular__article {
      display: block;
      text-align: left;
      clear: both;
      width: 100%;
      margin: 5px 0; }
    #parallax-wrapper .sidebar .popular__thumbnail {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      width: 30%; }
    #parallax-wrapper .sidebar .articles__img--add-space {
      margin-bottom: 0; }
    #parallax-wrapper .sidebar a {
      color: #fff;
      font-size: 20px;
      line-height: 1.2; }
  #parallax-wrapper .sidebar_hero {
    position: absolute;
    top: 50%;
    right: 100%;
    display: inline-block;
    transform: translateY(-50%);
    height: 656px;
    width: 72px; }
    #parallax-wrapper .sidebar_hero img {
      position: absolute;
      display: block;
      margin: 0;
      max-width: 100%;
      max-height: 100%; }
    #parallax-wrapper .sidebar_hero .sidebar-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      text-align: center;
      line-height: 65px;
      font-size: 28px;
      color: #fff;
      height: 72px;
      width: 656px;
      z-index: 2; }
    #parallax-wrapper .sidebar_hero .sidebar_plus_indicator {
      background-color: #000;
      border: 1px solid #fff;
      border-radius: 50%;
      top: 50%;
      left: 0;
      position: absolute;
      width: 25px;
      height: 25px;
      transform: translate(-50%, -50%);
      transition: transform 300ms ease;
      z-index: 1; }
      #parallax-wrapper .sidebar_hero .sidebar_plus_indicator span {
        width: 60%;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 300ms ease; }
        #parallax-wrapper .sidebar_hero .sidebar_plus_indicator span:first-child {
          transform: translate(-50%, -50%) rotate(90deg); }

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg); } }
  #parallax-wrapper .hero_text {
    position: absolute;
    top: 35%;
    left: 50%;
    color: #FFF;
    font-family: 'gobold';
    font-size: 7.7vw;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: -1px -1px 1px rgba(100, 100, 100, 0.3), 1px -1px 1px rgba(100, 100, 100, 0.3), -1px 1px 1px rgba(100, 100, 100, 0.3), 1px 1px 1px rgba(100, 100, 100, 0.3);
    width: 70%;
    transform: translateX(-50%);
    transition: top 800ms ease; }
  #parallax-wrapper .hero_background, #parallax-wrapper .hero_background_mobile {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 75%;
    min-width: 100%;
    max-width: 100%; }
  #parallax-wrapper .hero_background_mobile {
    display: none; }
  #parallax-wrapper .hero_middleground {
    position: absolute;
    top: 50%;
    right: 0;
    min-width: 100%;
    max-width: 100%;
    transform: translateY(-10%); }
  #parallax-wrapper .hero_foreground {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 100%;
    width: 100%;
    transform: translateX(-50%) translateY(40%);
    transform-origin: center; }
  #parallax-wrapper .drone {
    position: absolute;
    top: 10%;
    left: 100%;
    max-width: 250px;
    z-index: 3; }
  #parallax-wrapper .pin_section {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  #parallax-wrapper .ca {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    color: #798890;
    text-align: center;
    line-height: 1;
    margin: 0; }
    #parallax-wrapper .ca * {
      font-family: "gobold"; }
  #parallax-wrapper .ca p {
    font-size: 2.5vw;
    line-height: 1.2;
    margin: 0 0 5px; }
  #parallax-wrapper .ca h2 {
    font-size: 6vw;
    text-transform: uppercase;
    margin: 0; }
  #parallax-wrapper .polareye {
    position: relative;
    display: block;
    margin: auto;
    padding: 0 20px;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 16px;
    text-align: center; }
  #parallax-wrapper .polareye_details,
  #parallax-wrapper .polareye_graphic,
  #parallax-wrapper .polareye_menu {
    display: inline-block;
    vertical-align: top;
    width: 32.333%; }
  #parallax-wrapper .hash {
    color: #815574;
    font-size: 62px;
    font-style: italic;
    position: relative;
    display: inline-block; }
  #parallax-wrapper .polareye_details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
  #parallax-wrapper .polareye_detail_item {
    margin-bottom: 4.5%;
    position: relative; }
  #parallax-wrapper .second {
    background-color: #060B11;
    position: relative; }
    #parallax-wrapper .second:before, #parallax-wrapper .second:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 70px; }
    #parallax-wrapper .second:before {
      top: -70px;
      background: linear-gradient(to bottom, rgba(6, 11, 17, 0) 0%, rgba(6, 11, 17, 0.54) 54%, #060b11 100%); }
    #parallax-wrapper .second:after {
      bottom: -70px;
      background: linear-gradient(to bottom, #060b11 0%, rgba(6, 11, 17, 0.54) 46%, rgba(6, 11, 17, 0) 100%); }
  #parallax-wrapper .blur-image,
  #parallax-wrapper .video-gallery {
    position: absolute;
    top: 0;
    z-index: 99; }
  #parallax-wrapper .blur-image {
    right: 0;
    max-width: 60%;
    transform: translateY(-50%); }
  #parallax-wrapper .video-gallery {
    left: 5%;
    max-width: 50%;
    transform: translateY(-55%); }
  #parallax-wrapper .video-gallery h3 {
    color: #2ea3b5;
    font-size: 43px;
    line-height: 45px;
    text-align: center;
    margin-top: 0; }
  #parallax-wrapper .gallery {
    display: block;
    width: 90%;
    margin: auto;
    padding: 400px 0 50px;
    z-index: 15; }
  #parallax-wrapper .gallery-image,
  #parallax-wrapper .gallery-text {
    color: #fff;
    float: left; }
  #parallax-wrapper .gallery-image {
    width: 60%;
    background-color: #bbb8b8;
    border: 5px solid #bbb8b8;
    overflow: hidden; }
    #parallax-wrapper .gallery-image .landing-custom-slider__container {
      padding-bottom: 0 !important; }
  #parallax-wrapper .gallery-text {
    width: 40%;
    padding-right: 5%; }
  #parallax-wrapper p {
    font-size: 20px; }
  #parallax-wrapper h3 {
    font-size: 48px;
    font-weight: 300;
    text-transform: none; }
  #parallax-wrapper .section-3 .infographic-wrapper {
    background-color: rgba(93, 119, 142, 0.6);
    float: right;
    width: 500px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 50px; }
  #parallax-wrapper .section-3 .infographic__wrap {
    width: 250px;
    height: 150px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    float: none; }
    #parallax-wrapper .section-3 .infographic__wrap .bg-image {
      width: 100%;
      height: 100%; }
  #parallax-wrapper .infographic-text {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
    position: relative;
    z-index: 3; }
  #parallax-wrapper .section-3_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  #parallax-wrapper .text-col {
    width: 45%;
    float: right;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 100px 0 50px;
    font-size: 18px; }
  #parallax-wrapper .aside-image {
    max-width: 150px;
    width: 30%;
    display: inline-block;
    float: right;
    margin-top: -50px; }
  #parallax-wrapper .more {
    position: absolute;
    bottom: 5%;
    left: 8%;
    z-index: 1; }
  #parallax-wrapper .section-4 .gallery-image {
    background-color: transparent;
    border: 0;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    float: none;
    z-index: 1; }
    #parallax-wrapper .section-4 .gallery-image .ms-slide-info {
      display: none; }
  #parallax-wrapper .section-4 .landing-custom-slider__list li.landing-custom-slider__list-item {
    -ms-flex: 69px 1 1;
        flex: 69px 1 1; }
  #parallax-wrapper .section-4 .infographic__wrap {
    width: 100%;
    height: auto; }
  #parallax-wrapper .section-4 h2 {
    color: #793a3b;
    margin-top: 50px; }
  #parallax-wrapper .infographic {
    display: block;
    margin: 40px auto; }
  #parallax-wrapper .landing-video-graphic__video {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    z-index: 1; }
  #parallax-wrapper .section-5_background {
    margin: -15% auto -5%;
    display: block; }
  #parallax-wrapper .btn__text-left {
    font-size: 14px; }
  #parallax-wrapper #landing-articles-load-more .articles__title, #parallax-wrapper #landing-articles-load-more .articles__title a {
    font-size: 23px; }
  #parallax-wrapper #landing-articles-load-more .articles__excerpt {
    font-size: 16px; }
  #parallax-wrapper .mobile-show {
    display: none; }
  #parallax-wrapper .mobile-hide {
    display: inline-block; }
  @media (max-width: 1420px) {
    #parallax-wrapper .hero_text {
      font-size: 6.7vw; } }
  @media (max-width: 1080px) {
    #parallax-wrapper .mobile-show {
      display: block; }
    #parallax-wrapper .gallery-image {
      width: 100%; }
    #parallax-wrapper .mobile-hide {
      display: none; }
    #parallax-wrapper .pin_section {
      overflow: visible; }
    #parallax-wrapper .sidebar {
      position: absolute;
      width: 80%;
      height: auto;
      min-height: 300px;
      border-radius: 3px;
      padding: 0;
      z-index: 999; }
      #parallax-wrapper .sidebar-posts {
        padding: 20px;
        height: auto !important;
        max-height: 300px !important;
        overflow: auto; }
      #parallax-wrapper .sidebar .landing-sidebar {
        margin: 0; }
      #parallax-wrapper .sidebar .popular__thumbnail {
        width: 80px; }
      #parallax-wrapper .sidebar_hero {
        width: 50px;
        height: 300px; }
        #parallax-wrapper .sidebar_hero img {
          width: 100%; }
        #parallax-wrapper .sidebar_hero .sidebar-text {
          line-height: 50px;
          height: 50px;
          width: 300px;
          font-size: 17px; }
        #parallax-wrapper .sidebar_hero .sidebar_plus_indicator {
          width: 20px;
          height: 20px; }
          #parallax-wrapper .sidebar_hero .sidebar_plus_indicator span {
            height: 2px; }
      #parallax-wrapper .sidebar a {
        font-size: 14px; }
    #parallax-wrapper .gallery,
    #parallax-wrapper .video-gallery {
      position: relative;
      transform: none;
      margin: 50px auto;
      display: block;
      width: 100%;
      max-width: 90%;
      transform: none !important;
      left: 0; }
    #parallax-wrapper .panel {
      padding: 0 0 50px; }
    #parallax-wrapper .section-3 {
      background-color: #ABABAB; }
    #parallax-wrapper .video-gallery {
      padding-top: 10%; }
    #parallax-wrapper .blur-image {
      max-width: 110%;
      width: 110%; }
    #parallax-wrapper .ca,
    #parallax-wrapper .polareye {
      transform: none !important; }
    #parallax-wrapper .ca {
      margin-top: 50%;
      margin-bottom: 50px;
      position: relative;
      transition: none !important; }
    #parallax-wrapper .polareye {
      text-align: center;
      margin: 150px auto 50%; }
    #parallax-wrapper .polareye_menu, #parallax-wrapper .polareye_details {
      width: 33%;
      margin: 0; }
    #parallax-wrapper .hash {
      font-size: 32px; }
      #parallax-wrapper .hash_line {
        display: none; }
    #parallax-wrapper .hero_background,
    #parallax-wrapper .hero_background_mobile,
    #parallax-wrapper .hero_foreground,
    #parallax-wrapper .hero_middleground,
    #parallax-wrapper .hero_text,
    #parallax-wrapper .polareye {
      opacity: 1 !important; } }
  @media (max-width: 1023px) {
    #parallax-wrapper .container {
      padding: 0 50px; }
    #parallax-wrapper .hero_background, #parallax-wrapper .hero_background_mobile {
      height: 95%; }
    #parallax-wrapper .hero_middleground {
      top: auto;
      bottom: 5%; }
    #parallax-wrapper .hero_text {
      top: auto !important;
      transform: translate(-50%, 50%) !important; }
    #parallax-wrapper .drone {
      position: absolute;
      right: 0;
      width: 30%;
      left: auto;
      transform: none; }
    #parallax-wrapper .scrollmagic-pin-spacer {
      padding: 0 !important; }
    #parallax-wrapper #hero {
      min-height: 600px; }
    #parallax-wrapper .hero_text {
      transform: translateX(-50%);
      top: 50%; }
    #parallax-wrapper .hero_foreground {
      transform: translateX(-50%) translateY(27%); }
    #parallax-wrapper .hero_middleground {
      transform: translateY(0%) !important; }
    #parallax-wrapper .hero_foreground {
      animation-name: scaleXCenter;
      animation-duration: 500ms; }
    #parallax-wrapper .hero_middleground {
      animation-name: scale;
      animation-duration: 500ms; }
    #parallax-wrapper .polareye_menu {
      margin: 0;
      width: 100%;
      display: block;
      text-align: center; }
    #parallax-wrapper .hash {
      display: block;
      width: 100%;
      text-align: center; }
      #parallax-wrapper .hash_line {
        display: none; }
    #parallax-wrapper .gallery {
      padding: 0; }
    #parallax-wrapper .gallery-image,
    #parallax-wrapper .gallery-text,
    #parallax-wrapper .polareye_details,
    #parallax-wrapper .polareye_graphic,
    #parallax-wrapper .section-4 .gallery-image,
    #parallax-wrapper .video-container {
      display: block;
      float: none;
      width: 90%;
      margin: 10px auto;
      transform: none !important; }
    #parallax-wrapper .polareye_details {
      width: 100%;
      padding: 0 0 20%;
      text-align: left; }
    #parallax-wrapper .polareye_detail_item:before {
      display: none; }
    #parallax-wrapper .polareye_graphic {
      max-width: 250px;
      display: block;
      margin: 20px auto; }
    #parallax-wrapper .infographic-wrapper,
    #parallax-wrapper .text-col {
      width: 90%;
      margin: auto; }
    @keyframes scale {
      from {
        transform: scale(1.5) translateY(0%);
        opacity: 0.5; }
      to {
        transform: scale(1) translateY(0%);
        opacity: 1; } }
    @keyframes scaleXCenter {
      from {
        transform: translateX(-50%) translateY(27%) scale(1.5);
        opacity: 0.5; }
      to {
        transform: translateX(-50%) translateY(27%) scale(1);
        opacity: 1; } }
    @keyframes scaleCenter {
      from {
        opacity: 0.5; }
      to {
        opacity: 1; } } }
  @media (max-width: 768px) {
    #parallax-wrapper .hash {
      font-size: 32px; }
    #parallax-wrapper .hero_background {
      display: none; }
    #parallax-wrapper .hero_background_mobile {
      display: block; }
    #parallax-wrapper .drone {
      top: 80px; }
    #parallax-wrapper .container {
      padding: 0 20px; }
    #parallax-wrapper .sidebar {
      top: 22%; }
    #parallax-wrapper .landing-custom-slider__carousel {
      width: 100%;
      height: 440px; }
    #parallax-wrapper .section-3 .infographic-wrapper {
      width: 100%;
      text-align: center;
      padding-bottom: 10px; } }
  @media (max-width: 684px) {
    #parallax-wrapper .drone {
      top: 0; }
    #parallax-wrapper .navigation__search {
      margin-right: 50px;
      margin-left: 0; }
    #parallax-wrapper .hero_text {
      transform: translate(-50%, 0%) !important;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    #parallax-wrapper .aside-image {
      width: 20%; } }

@keyframes scale {
  from {
    transform: scale(1.5) translateY(-10%);
    opacity: 0.5; }
  to {
    transform: scale(1) translateY(-10%);
    opacity: 1; } }

@keyframes scaleXCenter {
  from {
    transform: translateX(-50%) translateY(40%) scale(1.5);
    opacity: 0.5; }
  to {
    transform: translateX(-50%) translateY(40%) scale(1);
    opacity: 1; } }

@keyframes scaleCenter {
  from {
    bottom: 0;
    opacity: 0.5; }
  to {
    bottom: 50%;
    opacity: 1; } }

.site-sidebar {
  width: 28%;
  float: right;
  margin-right: 2%;
  margin-bottom: 20px; }
  .site-sidebar-subscribe {
    width: 100%;
    height: 600px;
    padding: 120px 30px;
    background-color: #333333;
    color: #F5F4F4; }
    .site-sidebar-subscribe__title {
      font-size: 40px;
      max-width: 300px; }
    .site-sidebar-subscribe__description {
      margin-top: 70px;
      font-size: 16px;
      max-width: 300px; }
  .site-sidebar-author__pitch {
    width: 100%;
    background: #333333;
    padding: 20px;
    margin-top: 20px; }
  .site-sidebar-author__pitch-title {
    color: #F5F4F4; }
  .site-sidebar-author__title {
    margin-top: 20px;
    font-size: 40px;
    color: #005D7D; }
  .site-sidebar-author__follow {
    font-size: 16px;
    color: #005D7D;
    text-transform: uppercase; }
  .site-sidebar-author__content {
    padding: 10px; }
  .site-sidebar-author__description {
    margin-top: 20px;
    color: #005D7D; }
  @media screen and (max-width: 767px) {
    .site-sidebar {
      width: 100%;
      padding-left: 0; } }

#mc_embed_signup {
  padding-bottom: 20px; }
  #mc_embed_signup h2 {
    text-align: center; }
  #mc_embed_signup p {
    font-size: 12px;
    margin-bottom: 5px; }
  #mc_embed_signup label {
    line-height: 1.3; }
  #mc_embed_signup .form-radio {
    vertical-align: top; }
  #mc_embed_signup #mc-embedded-subscribe {
    width: 100%;
    border: 0;
    margin: 0; }
  #mc_embed_signup fieldset {
    border: 0; }
  #mc_embed_signup .form-radio.checkbox input + span:before {
    border-radius: 5px; }
  #mc_embed_signup .form-group {
    margin: 5px 0; }

.site-single {
  width: 70%;
  float: right;
  padding-left: 15px; }
  .site-single__title {
    margin-bottom: 5px;
    font-size: 24pt;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .site-single > article p:nth-child(1) {
    font-weight: bold;
    font-size: 16px; }
  .site-single p {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .site-single {
      width: 100%; } }
  .site-single__tags {
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0; }
    .site-single__tags *:not(:last-of-type) {
      position: relative;
      margin-right: 20px; }
      .site-single__tags *:not(:last-of-type)::before {
        content: '|';
        position: absolute;
        right: -11px;
        color: #005D7D; }
    .site-single__tags * {
      color: #005D7D; }

.infographic__image {
  max-width: 100%; }

.infographic__wrap {
  max-height: 700px;
  overflow: hidden;
  position: relative;
  text-align: right; }
  .infographic__wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.pp_pic_holder {
  max-width: 100%; }

.pp_content {
  max-width: 100%; }

#pp_full_res, #fullResImage {
  max-width: 100%; }

.hide__nav {
  visibility: hidden; }

@font-face {
  font-family: 'akzidenz-grotesk_std_regulaRg';
  src: url("./scss/fonts/akzidgrostdreg-webfont.woff2") format("woff2"), url("./scss/fonts/akzidgrostdreg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'akzidenz-grotesk_stdMdIt';
  src: url("./scss/fonts/akzidgrostdmedita-webfont.woff2") format("woff2"), url("./scss/fonts/akzidgrostdmedita-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'akzidenz-grotesk_stdlight';
  src: url("./scss/fonts/akzidgrostdlig-webfont.woff2") format("woff2"), url("./scss/fonts/akzidgrostdlig-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'akzidenz-grotesk_stdmedium';
  src: url("./scss/fonts/akzidgrostdmed-webfont.woff2") format("woff2"), url("./scss/fonts/akzidgrostdmed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
