.test {
  display: none; }

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

.article-social-icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@font-face {
  font-family: "Neue Haas Grotesk W01 Disp";
  src: url("../fonts/NeueHaasGroteskDisplay-45Light-Web.woff2") format("woff2"),
       url("../fonts/NeueHaasGroteskDisplay-45Light-Web.woff") format("woff");
  font-weight:300;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk W01 Disp";
  src: url("../fonts/NeueHaasGrotDisp-55Roman-Web.woff2") format("woff2"),
       url("../fonts/NeueHaasGrotDisp-55Roman-Web.woff") format("woff");
  font-weight:400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk W01 Disp";
  src: url("../fonts/NeueHaasGrotDisp-75Bold-Web.woff2") format("woff2"),
       url("../fonts/NeueHaasGrotDisp-75Bold-Web.woff") format("woff");
  font-weight:700;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk W01 Disp";
  src: url("../fonts/NeueHaasGrotDisp-95Black-Web.woff2") format("woff2"),
       url("../fonts/NeueHaasGrotDisp-95Black-Web.woff") format("woff");
  font-weight:900;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk W01";
  src: url("../fonts/NeueHaasGrotText-55Roman-Web.woff2") format("woff2"),
       url("../fonts/NeueHaasGrotText-55Roman-Web.woff") format("woff");
  font-weight:400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk W01";
  src: url("../fonts/NeueHaasGrotText-65Medium-Web.woff2") format("woff2"),
       url("../fonts/NeueHaasGrotText-65Medium-Web.woff") format("woff");
  font-weight:500;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk W01";
  src: url("../fonts/NeueHaasGrotText-75Bold-Web.woff2") format("woff2"),
       url("../fonts/NeueHaasGrotText-75Bold-Web.woff") format("woff");
  font-weight:700;
  font-style: normal;
}

/**
 * Global Reset of all HTML Elements
 */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  border: 0;
  border-width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  font-family: 'Neue Haas Grotesk W01 Disp', Serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 30px;
  background: #FFF; }

p {
  color: #333;
  font-size: 19px;
  font-size: 0.9895833333vw;
  line-height: 30px;
  line-height: 1.5625vw;
  font-family: 'Neue Haas Grotesk W01 Disp', Serif;
  font-weight: 400;
  word-wrap: break-word; }
  @media (max-width: 1717.8947368421px) {
    p {
      font-size: 17px; } }
  @media (min-width: 2930.5263157895px) {
    p {
      font-size: 29px; } }
  @media (max-width: 1600px) {
    p {
      line-height: 25px; } }
  @media (min-width: 2560px) {
    p {
      line-height: 40px; } }

a {
  color: #333;
  border: none;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-transform: none;
  font-family: 'Neue Haas Grotesk W01 Disp', Serif;
  font-weight: 700;
  word-wrap: break-word; }

a:hover {
  color: #333;
  text-decoration: underline; }

a:active,
a:focus {
  color: #333; }

ol,
ul {
  list-style: none; }

ul {
  margin: 0 0 19px; }

ul li {
  list-style-type: none;
  font-size: 19px;
  font-size: 0.9895833333vw;
  line-height: 30px;
  line-height: 1.5625vw;
  word-wrap: break-word; }
  @media (max-width: 1414.7368421053px) {
    ul li {
      font-size: 14px; } }
  @media (min-width: 1920px) {
    ul li {
      font-size: 19px; } }
  @media (max-width: 1280px) {
    ul li {
      line-height: 20px; } }
  @media (min-width: 1920px) {
    ul li {
      line-height: 30px; } }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  word-wrap: break-word; }

button,
input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

/*Remove button padding in FF*/
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  resize: none;
  overflow: auto; }

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

body .fl_right {
  float: right; }

body .fl_left {
  float: left; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.overflow-hidden {
  overflow: hidden; }

.kg-width-full img,
.kg-width-wide img{
    // required by gcsan to properly validate the theme
}

/****************************
*   Landing page
*
*************************/
html {
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

#hero {
  padding: 20px 40px 0;
  background: #FFF;
  color: #fff; }
  #hero a {
    color: #fff; }
    #hero a:hover {
      text-decoration: none; }
  #hero header {
    max-width: 1506px;
    margin: 0 auto;
    border-bottom: 1px solid #EAE8E8;
    position: relative; }
    #hero header .icon-menu {
      display: none; }
    #hero header #top-nav {
      float: right;
      max-width: calc(100% - 170px);
      text-align: right; }
      #hero header #top-nav ul {
        margin: 10px 5px 0;
        font-size: 0; }
        #hero header #top-nav ul li {
          display: inline-block;
          vertical-align: middle;
          color: #323232;
          /*font-size: 15px;
          line-height: 18px;*/
          font-size: 20px;
          font-size: 1.0416666667vw;
          line-height: 22px;
          line-height: 1.1458333333vw;
          letter-spacing: 0.3px;
          text-transform: uppercase;
          margin-left: clamp(15px,1.823vw,35px);
            }
          @media (max-width: 1152px) {
            #hero header #top-nav ul li {
              font-size: 12px; } }
          @media (min-width: 1440px) {
            #hero header #top-nav ul li {
              font-size: 15px; } }
          @media (max-width: 1221.8181818182px) {
            #hero header #top-nav ul li {
              line-height: 14px; } }
          @media (min-width: 1570.9090909091px) {
            #hero header #top-nav ul li {
              line-height: 18px; } }

          #hero header #top-nav ul li:first-child {
            margin-left: 0; }
          #hero header #top-nav ul li a {
            color: #323232; }
            #hero header #top-nav ul li a:hover {
              color: #503462; }
              #top-nav ul li a[href="#/search"] {
          			content:'';
          			display:block;
          			width: 16px;
          			height: 17px;
          			background-image: url('../images/search.svg');
          			text-indent: 100%;
          			white-space: nowrap;
          			overflow: hidden;
          		}
          		/* #hero header #top-nav ul ul li:last-child a {
          			content:'normal';
          			display:inline;
          			width: auto;
          			height: auto;
          			background-image: none;
          			text-indent: 0;
          			white-space: normal;
          			overflow: visible;
          		} */
    #hero header .logo {
      float: left;
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 900;
      cursor: pointer; }
      #hero header .logo img {
        width: 160px;
        padding-bottom: 16px; }

@media (max-width: 1300px) and (min-width: 1101px) {
    #hero header .logo img {
        width: 110px;
    }
    #hero header #top-nav {
        max-width: calc(100% - 116px);
    }
    #hero header #top-nav ul {
        margin-left: 0;
        margin-right: 0;
    }
}
      #hero header .logo span {
        display: block;
        font-size: 15px;
        line-height: 40px;
        color: #323232; }
    #hero header .survey-button {
      float: right; }
      #hero header .survey-button a {
        color: #fff;
        border: 1px solid #fff;
        padding: 15px 24px;
        text-transform: uppercase;
        border-radius: 5px;
        font-size: 13px; }
      #hero header .survey-button a:hover {
        background: #fff;
        color: #503462; }
    #hero header .articles-button {
      float: right;
      display: inline-block;
      vertical-align: middle;
      line-height: 19px;
      height: 27px;
      padding: 4px 16px;
      background: #DB8681;
      text-transform: uppercase;
      color: #FFF;
      position: relative;
      margin-left: 20px;
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 400;
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      border-radius: 23px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      #hero header .articles-button a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        position: relative;
        /*                &:after {
            position: absolute;
            bottom: -5px;
            left: 50%;
            width: 22px;
            margin-left: -11px;
            height: 3px;
            content: '';
            background-color: #DB8681;
            opacity: 0;
        }*/ }
        #hero header .articles-button a:hover {
          text-decoration: underline; }
  #hero #hero-content {
    padding: 70px 0 20px;
    max-width: 1680px;
    margin: 0 auto;
    text-align: center; }
    #hero #hero-content h2 {
      font-size: 48px;
      font-size: 2.5vw;
      line-height: 58px;
      line-height: 3.0208333333vw;
      margin-bottom: 20px;
      letter-spacing: 0.4px;
      color: #333333;
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 700;
      max-width: 1040px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1280px) {
        #hero #hero-content h2 {
          font-size: 32px; } }
      @media (min-width: 1920px) {
        #hero #hero-content h2 {
          font-size: 48px; } }
      @media (max-width: 1191.724137931px) {
        #hero #hero-content h2 {
          line-height: 36px; } }
      @media (min-width: 1920px) {
        #hero #hero-content h2 {
          line-height: 58px; } }
    #hero #hero-content p {
      font-size: 32px;
      font-size: 1.6666666667vw;
      line-height: 36px;
      line-height: 1.875vw;
      margin-bottom: 33px;
      margin-bottom: 1.71875vw;
      letter-spacing: 0.4px;
      color: #333333;
      max-width: 860px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1200px) {
        #hero #hero-content p {
          font-size: 20px; } }
      @media (min-width: 1920px) {
        #hero #hero-content p {
          font-size: 32px; } }
      @media (max-width: 1280px) {
        #hero #hero-content p {
          line-height: 24px; } }
      @media (min-width: 1920px) {
        #hero #hero-content p {
          line-height: 36px; } }
      @media (max-width: 872.7272727273px) {
        #hero #hero-content p {
          margin-bottom: 15px; } }
      @media (min-width: 1920px) {
        #hero #hero-content p {
          margin-bottom: 33px; } }
    #hero #hero-content .hero-subscribe {
      display: inline-block;
      vertical-align: top;
      padding: 14px 65px;
      background-color: #DB8681;
      font-size: 18px;
      font-size: 0.9375vw;
      color: #fff;
      text-transform: uppercase;
      /*-webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.35);
      box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.35); */
      cursor: pointer; }
      @media (max-width: 1493.3333333333px) {
        #hero #hero-content .hero-subscribe {
          font-size: 14px; } }
      @media (min-width: 1920px) {
        #hero #hero-content .hero-subscribe {
          font-size: 18px; } }
    #hero #hero-content .hero-subscribe:hover {
      background-color: #de6356; }
    #hero #hero-content .magazines {
      margin-top: 40px;
      font-size: 0; }
      #hero #hero-content .magazines img {
        width: 314px;
        max-width: 33.33%;
        display: inline-block;
        vertical-align: top; }
      #hero #hero-content .magazines img:first-child + img {
        margin-top: 40px; }

#middle {
  padding: 70px 10px 20px;
  background-color: #F9F9F9; }
  #middle .container {
    max-width: 1320px;
    text-align: left;
    font-size: 0; }
  #middle h3 {
    font-size: 40px;
    font-size: 2.0833333333vw;
    line-height: 46px;
    line-height: 2.3958333333vw;
    text-align: center;
    font-family: 'Neue Haas Grotesk W01 Disp', Serif;
    font-weight: 900;
    margin-bottom: 70px;
    margin-bottom: 70px;
    margin-bottom: 3.6458333333vw;
    color: #333; }
    @media (max-width: 1200px) {
      #middle h3 {
        font-size: 25px; } }
    @media (min-width: 1920px) {
      #middle h3 {
        font-size: 40px; } }
    @media (max-width: 1252.1739130435px) {
      #middle h3 {
        line-height: 30px; } }
    @media (min-width: 1920px) {
      #middle h3 {
        line-height: 46px; } }
    @media (max-width: 685.7142857143px) {
      #middle h3 {
        margin-bottom: 25px; } }
    @media (min-width: 1920px) {
      #middle h3 {
        margin-bottom: 70px; } }
  #middle .article {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 10px 56px;
    text-align: left; }
    #middle .article .image {
      position: relative;
      margin-bottom: 30px; }
      #middle .article .image a {
        display: block;
        position: relative; }
        #middle .article .image a:after {
          z-index: 2;
          position: absolute;
          left: 50%;
          top: 50%;
          content: ' ';
          width: 20%;
          height: 20%;
          opacity: 0;
          filter: alpha(opacity=0);
          background-color: rgba(86, 36, 187, 0.5);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: all 80ms ease-out 0s;
          -o-transition: all 80ms ease-out 0s;
          transition: all 80ms ease-out 0s;
          mix-blend-mode: multiply; }
        #middle .article .image a:hover:after {
          opacity: 1;
          filter: alpha(opacity=100);
          width: 100%;
          height: 100%; }
      #middle .article .image img {
        display: block;
        max-width: 100%;
        height: auto; }
    #middle .article h4 {
      font-size: 24px;
      font-size: 1.25vw;
      line-height: 28px;
      line-height: 1.4583333333vw;
      text-align: left;
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 700;
      margin-bottom: 12px;
      color: #333; }
      @media (max-width: 1440px) {
        #middle .article h4 {
          font-size: 18px; } }
      @media (min-width: 1920px) {
        #middle .article h4 {
          font-size: 24px; } }
      @media (max-width: 1508.5714285714px) {
        #middle .article h4 {
          line-height: 22px; } }
      @media (min-width: 1920px) {
        #middle .article h4 {
          line-height: 28px; } }
      #middle .article h4 a {
        color: #333; }
    #middle .article p {
      font-size: 18px;
      font-size: 0.9375vw;
      line-height: 24px;
      line-height: 1.25vw;
      text-align: left;
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 300;
      max-width: 850px;
      margin: 0;
      letter-spacing: 0.4px;
      color: #333333; }
      @media (max-width: 1706.6666666667px) {
        #middle .article p {
          font-size: 16px; } }
      @media (min-width: 1920px) {
        #middle .article p {
          font-size: 18px; } }
      @media (max-width: 1600px) {
        #middle .article p {
          line-height: 20px; } }
      @media (min-width: 1920px) {
        #middle .article p {
          line-height: 24px; } }
  #middle.videos-articles {
    background: #FFF;
    padding-bottom: 30px; }
    #middle.videos-articles h2 {
      font-size: 56px;
      font-size: 2.9166666667vw;
      line-height: 60px;
      line-height: 3.125vw;
      text-align: center;
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 700;
      margin-bottom: 105px;
      margin-bottom: 105px;
      margin-bottom: 5.46875vw;
      color: #333; }
      @media (max-width: 1234.2857142857px) {
        #middle.videos-articles h2 {
          font-size: 36px; } }
      @media (min-width: 1920px) {
        #middle.videos-articles h2 {
          font-size: 56px; } }
      @media (max-width: 1280px) {
        #middle.videos-articles h2 {
          line-height: 40px; } }
      @media (min-width: 1920px) {
        #middle.videos-articles h2 {
          line-height: 60px; } }
      @media (max-width: 640px) {
        #middle.videos-articles h2 {
          margin-bottom: 35px; } }
      @media (min-width: 1920px) {
        #middle.videos-articles h2 {
          margin-bottom: 105px; } }
    #middle.videos-articles .container {
      max-width: 1100px;
      text-align: left; }
    #middle.videos-articles .article {
      width: 50%; }
      #middle.videos-articles .article h4 {
        font-size: 28px;
        font-size: 1.4583333333vw;
        line-height: 34px;
        line-height: 1.7708333333vw; }
        @media (max-width: 1371.4285714286px) {
          #middle.videos-articles .article h4 {
            font-size: 20px; } }
        @media (min-width: 1920px) {
          #middle.videos-articles .article h4 {
            font-size: 28px; } }
        @media (max-width: 1355.2941176471px) {
          #middle.videos-articles .article h4 {
            line-height: 24px; } }
        @media (min-width: 1920px) {
          #middle.videos-articles .article h4 {
            line-height: 34px; } }

#bottom {
  padding: 70px 40px 70px;
  overflow: auto;
  background: #fff; }
  #bottom .container {
    max-width: 1300px; }
  #bottom .left-content {
    width: 45%;
    float: left;
    padding-right: 20px;
        /*width: 100%;
		text-align: center;
		margin-bottom: 40px;*/ }
    #bottom .left-content h2 {
      font-size: 40px;
      font-size: 2.0833333333vw;
      line-height: 53px;
      line-height: 2.7604166667vw;
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 400;
      margin-bottom: 60px;
      margin-bottom: 64px;
      margin-bottom: 3.3333333333vw;
      color: #333; }
      @media (max-width: 1200px) {
        #bottom .left-content h2 {
          font-size: 25px; } }
      @media (min-width: 1920px) {
        #bottom .left-content h2 {
          font-size: 40px; } }
      @media (max-width: 1086.7924528302px) {
        #bottom .left-content h2 {
          line-height: 30px; } }
      @media (min-width: 1920px) {
        #bottom .left-content h2 {
          line-height: 53px; } }
      @media (max-width: 600px) {
        #bottom .left-content h2 {
          margin-bottom: 20px; } }
      @media (min-width: 1920px) {
        #bottom .left-content h2 {
          margin-bottom: 64px; } }
      #bottom .left-content h2 span {
        font-family: 'Neue Haas Grotesk W01 Disp', Serif;
        font-weight: 400;
        display: block; }
    #bottom .left-content p {
      padding: 14px 22px;
      font-size: 24px;
      font-size: 1.25vw;
      line-height: 30px;
      line-height: 1.5625vw;
      font-family: 'Neue Haas Grotesk W01', Serif;
      font-weight: 500;
      margin-bottom: 6px;
      display: inline-block;
      /*            &.blue {
                      background-color: #B6D0E4;
                  }
                  &.orange {
                      background-color: #F6B26C;
                  }
                  &.pink {
                      background-color: #E1A4F6;
                  }
                  &.aqua {
                      background-color: #88C5F5;
                  }*/ }
      @media (max-width: 1200px) {
        #bottom .left-content p {
          font-size: 15px; } }
      @media (min-width: 1920px) {
        #bottom .left-content p {
          font-size: 24px; } }
      @media (max-width: 1280px) {
        #bottom .left-content p {
          line-height: 20px; } }
      @media (min-width: 1920px) {
        #bottom .left-content p {
          line-height: 30px; } }
      #bottom .left-content p:nth-child(2) {
        background-color: #B6D0E4; }
      #bottom .left-content p:nth-child(3) {
        background-color: #F6B26C; }
      #bottom .left-content p:nth-child(4) {
        background-color: #E1A4F6; }
      #bottom .left-content p:nth-child(5) {
        background-color: #88C5F5; }
  #bottom .right-content {
    width: 55%;
    padding-right: 10%;
    float: right;
    max-width: 550px; }
    #bottom .right-content p {
      font-size: 16px;
      line-height: 20px; }

.form, .hbspt-form {
  font-size: 14px;
  padding-top: 12px;
  text-align: left; }
  .form label, .hbspt-form label {
    padding-top: 12px;
    display: inline-block; }
  .form .form-required, .hbspt-form .form-required {
    margin-left: 5px;
    color: red; }
  .form input[type="text"], .form input[type="email"], .form input[type="tel"], .hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"] {
    box-shadow: 0 0 0 transparent inset;
    outline: 0;
    border: 1px solid #efefef;
    border-radius: 6px;
    padding: 4px 3px 2px 3px;
    margin-left: 0;
    font-size: 1em;
    line-height: 1.071em;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    width: 100% !important;
    height: 45px; }
    .form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="tel"]:focus, .hbspt-form input[type="text"]:focus, .hbspt-form input[type="email"]:focus, .hbspt-form input[type="tel"]:focus {
      border-color: #503462; }
  .form input[type="submit"], .hbspt-form input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding-left: 60px;
    padding-right: 60px;
    color: #ffffff !important;
    background: #503462;
    box-shadow: none;
    text-shadow: none;
    padding: 12px 18px;
    display: block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 24px; }
  .form input.hs-input.error, .hbspt-form input.hs-input.error {
    border-color: red;
    background-image: url(../images/error_icon.svg);
    background-position: right 15px center;
    background-repeat: no-repeat; }
  .form input.hs-input:required:valid, .hbspt-form input.hs-input:required:valid {
    background-image: url(../images/check-circle.svg);
    background-position: right 15px center;
    background-repeat: no-repeat; }
  .form .requirements, .form label.hs-error-msg, .hbspt-form .requirements, .hbspt-form label.hs-error-msg {
    color: #f2545b;
    font-size: 14px;
    line-height: 14px; }

.marketing-survey .form {
  max-width: 400px;
  text-align: left;
  margin: 0 auto; }

footer {
  padding: 35px 40px 15px;
  padding-top: 35px;
  padding-top: 1.8229166667vw;
  font-size: 14px;
  color: #333;
  background-color: #F9F9F9;
  overflow: auto; }
  @media (max-width: 1097.1428571429px) {
    footer {
      padding-top: 20px; } }
  @media (min-width: 1920px) {
    footer {
      padding-top: 35px; } }
  footer .footer-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden; }
    footer .footer-wrapper .footer-left {
      float: left;
      width: 70%; }
    footer .footer-wrapper .footer-right {
      float: right;
      width: 30%;
      text-transform: uppercase;
      text-align: right;
      height: 60px;
      line-height: 60px; }
      footer .footer-wrapper .footer-right img {
        width: 110px;
        height: auto;
        float: right;
        margin-left: 10px;
        margin-top: 11px; }
    footer .footer-wrapper .contact {
      font-size: 18px;
      font-size: 0.9375vw;
      line-height: 22px;
      line-height: 1.1458333333vw;
      margin-bottom: 15px; }
      @media (max-width: 1600px) {
        footer .footer-wrapper .contact {
          font-size: 15px; } }
      @media (min-width: 1920px) {
        footer .footer-wrapper .contact {
          font-size: 18px; } }
      @media (max-width: 1658.1818181818px) {
        footer .footer-wrapper .contact {
          line-height: 19px; } }
      @media (min-width: 1920px) {
        footer .footer-wrapper .contact {
          line-height: 22px; } }
    footer .footer-wrapper .footer-col {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      color: #333; }
      footer .footer-wrapper .footer-col:first-child {
        margin-right: 12%; }
    footer .footer-wrapper .social {
      font-size: 0; }
      footer .footer-wrapper .social p {
        font-size: 18px;
        font-size: 0.9375vw;
        line-height: 22px;
        line-height: 1.1458333333vw;
        margin-bottom: 8px; }
        @media (max-width: 1600px) {
          footer .footer-wrapper .social p {
            font-size: 15px; } }
        @media (min-width: 1920px) {
          footer .footer-wrapper .social p {
            font-size: 18px; } }
        @media (max-width: 1658.1818181818px) {
          footer .footer-wrapper .social p {
            line-height: 19px; } }
        @media (min-width: 1920px) {
          footer .footer-wrapper .social p {
            line-height: 22px; } }
      footer .footer-wrapper .social .icon {
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px; }
        footer .footer-wrapper .social .icon img {
          height: 32px;
          width: auto;
          display: block; }
        footer .footer-wrapper .social .icon:first-child {
          margin-left: 0; }

/**
 * Responsive
 */
@media only screen and (max-width: 1100px) {
  #hero header .icon-menu {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 9999;
    width: 48px;
    height: 46px;
    right: 0px;
    margin-top: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #hero header .icon-menu i,
  #hero header .icon-menu:after,
  #hero header .icon-menu:before {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 5px;
    width: 30px;
    content: '';
    background: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #hero header .icon-menu i {
    top: 20px; }
  #hero header .icon-menu:after {
    top: 30px; }
  #hero header .icon-menu.menu-opened:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: 15px; }
  #hero header .icon-menu.menu-opened i {
    width: 0%;
    opacity: 0; }
  #hero header .icon-menu.menu-opened:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
    left: 15px; }
  #hero header #top-nav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 0;
    top: 100%;
    right: 0;
    width: 100%;
    max-width: 100%;
    background: #FFF;
    margin-top: 1px;
    padding: 0;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15); }
  #hero header #top-nav.menu-opened {
    visibility: visible;
    z-index: 999;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #hero header #top-nav > ul {
    margin: 0;
    float: none;
    padding: 0;
    display: block; }
  #hero header #top-nav > ul > li {
    display: block;
    float: none;
    margin: 0; }
  #hero header #top-nav > ul > li a,
  #hero header #top-nav > ul > li span {
    padding: 25px 10px;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 18px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #EAE8E8; }

  #middle .article {
    width: 50%;
    padding: 0 10px 40px; }

  #middle .article .image {
    margin-bottom: 20px; } }
@media only screen and (max-width: 800px) {
  #hero header .survey-button {
    float: none;
    width: 100%; }

  #hero header .articles-button {
    display: inline;
    float: none; }

  #hero #hero-content .left-content,
  #hero #hero-content .right-content {
    float: none;
    width: 100%; }

  #hero #hero-content .left-content {
    margin-bottom: 40px;
    text-align: center; }

  #bottom .left-content,
  #bottom .right-content {
    width: 100%;
    float: none;
    max-width: 100%;
    padding: 0; }

  #bottom .left-content {
    margin-bottom: 30px;
    padding: 0; }

  footer {
    padding-top: 30px; }
    footer .footer-wrapper .footer-left,
    footer .footer-wrapper .footer-right {
      width: 100%;
      float: none;
      text-align: center;
      vertical-align: top; }
    footer .footer-wrapper .footer-right {
      height: 37px;
      line-height: 37px; }
      footer .footer-wrapper .footer-right img {
        float: none;
        vertical-align: middle;
        margin-top: 0; }

  footer .footer-wrapper .footer-col, footer .footer-wrapper .footer-col:first-child {
    display: block;
    margin: 0 0 30px; }

  .bottom {
    padding: 30px 40px 10px; }

  #hero #hero-content {
    padding-top: 40px;
    padding-bottom: 20px; } }
@media only screen and (max-width: 735px) {
  #hero #hero-content .left-content,
  #hero #hero-content .right-content {
    float: none;
    dislay: block;
    width: 100%; } }
@media only screen and (max-width: 550px) {
  #hero #hero-content .magazines img {
    object-fit: contain; }

  #hero #hero-content .magazines img:first-child + img {
    margin: 0 auto; }

  #hero, footer {
    padding-left: 20px;
    padding-right: 20px; }

  #middle {
    padding: 30px 10px 10px; }

  #middle .article, #middle.videos-articles .article {
    width: 100%;
    margin-bottom: 25px; }

  #middle .article .image img {
    width: 100%;
    max-height: 250px;
    object-fit: cover; }

  #middle .article .image {
    margin-bottom: 15px; }

  #bottom {
    padding: 30px 20px; }

  #hero header #top-nav > ul > li a, #hero header #top-nav > ul > li span {
    font-size: 16px; } }
/****************************
*   Marketing Survey page
*
*************************/
.marketing-survey #container {
  padding: 58px 73px 125px;
  padding-bottom: 137px;
  padding-bottom: 7.1354166667vw;
  color: #333;
  position: relative; }
  @media (max-width: 420.4379562044px) {
    .marketing-survey #container {
      padding-bottom: 30px; } }
  @media (min-width: 1751.8248175182px) {
    .marketing-survey #container {
      padding-bottom: 125px; } }
  .marketing-survey #container a {
    color: #fff; }
    .marketing-survey #container a:hover {
      text-decoration: none; }
  .marketing-survey #container header {
    max-width: 1680px;
    margin: 0 auto; }
    .marketing-survey #container header .logo {
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 900;
      cursor: pointer; }
      .marketing-survey #container header .logo span {
        display: block;
        font-size: 15px;
        line-height: 40px; }
  .marketing-survey #container #form {
    text-align: center; }
    .marketing-survey #container #form .form-container {
      max-width: 400px;
      margin: 15px auto 0px; }
    .marketing-survey #container #form h2 {
      font-size: 45px;
      font-size: 2.34375vw;
      line-height: 60px;
      line-height: 3.125vw;
      text-align: center; }
      @media (max-width: 1066.6666666667px) {
        .marketing-survey #container #form h2 {
          font-size: 25px; } }
      @media (min-width: 1706.6666666667px) {
        .marketing-survey #container #form h2 {
          font-size: 40px; } }
      @media (max-width: 960px) {
        .marketing-survey #container #form h2 {
          line-height: 30px; } }
      @media (min-width: 1696px) {
        .marketing-survey #container #form h2 {
          line-height: 53px; } }
    .marketing-survey #container #form p {
      color: #fff;
      max-width: 410px;
      margin: 0 auto; }

#thank-you {
  margin-top: 40px; }

/**
 * Responsive
 */
@media only screen and (max-width: 1200px) {
  .marketing-survey #container #form {
    margin-top: 20px; } }
@media only screen and (max-width: 800px) {
  .marketing-survey #container {
    padding: 35px 30px 58px; }
    .marketing-survey #container h1 {
      text-align: center; }
    .marketing-survey #container header .logo {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }

  .typeform-widget {
    height: 500px !important; } }
.css-kn6tsj, .css-t5ciqp {
  background-color: transparent !important; }

.css-1gm8rs7 {
  background-color: #503462 !important; }

.css-1esp5ig {
  background-color: transparent !important; }

/**
 * Animations
 */
.js body .animated,
.js body .hover-bounce,
.js body .hover-flash,
.js body .hover-heartbeat,
.js body .hover-panic,
.js body .hover-pulsate,
.js body .hover-pulse,
.js body .hover-shakeH,
.js body .hover-shakeV,
.js body .hover-slingshotCCW,
.js body .hover-slingshotCW,
.js body .hover-spinCCW,
.js body .hover-spinCW,
.js body .hover-strobe,
.js body .hover-tada,
.js body .hover-wave,
.js body .hover-wobble,
.js body .trigger,
.js body #slider .bx-wrapper .bx-pager {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.js body .hover-bounce,
.js body .hover-flash,
.js body .hover-heartbeat,
.js body .hover-panic,
.js body .hover-pulsate,
.js body .hover-pulse,
.js body .hover-shakeH,
.js body .hover-shakeV,
.js body .hover-slingshotCCW,
.js body .hover-slingshotCW,
.js body .hover-spinCCW,
.js body .hover-spinCW,
.js body .hover-strobe,
.js body .hover-tada,
.js body .hover-wave,
.js body .hover-wobble,
.js body .ie .animated,
.js body .no-js .animated,
.js body .trigger {
  opacity: 1; }

.js body .animated.infinite,
.js body .hover-bounce.infinite,
.js body .hover-flash.infinite,
.js body .hover-heartbeat.infinite,
.js body .hover-panic.infinite,
.js body .hover-pulsate.infinite,
.js body .hover-pulse.infinite,
.js body .hover-shakeH.infinite,
.js body .hover-shakeV.infinite,
.js body .hover-slingshotCCW.infinite,
.js body .hover-slingshotCW.infinite,
.js body .hover-spinCCW.infinite,
.js body .hover-spinCW.infinite,
.js body .hover-strobe.infinite,
.js body .hover-tada.infinite,
.js body .hover-wave.infinite,
.js body .hover-wobble.infinite,
.js body .trigger.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.js body .animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(200px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(200px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(200px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.js body .animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.js body .animated.fadeInUpSmall {
  -webkit-transition: opacity transform;
  transition: opacity transform;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.24, 0, 0.64, 1);
  transition-timing-function: cubic-bezier(0.24, 0, 0.64, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-animation-name: fadeInUpSmall;
  -moz-animation-name: fadeInUpSmall;
  -ms-animation-name: fadeInUpSmall;
  -o-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.js body .animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes navFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes navFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes navFadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-100px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes navFadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-100px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes navFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.js body .animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(200px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(200px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(200px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.js body .animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0); }
  100% {
    opacity: 1;
    -ms-transform: scale(1); } }
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(0); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.js body .animated.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }
@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); } }
@-ms-keyframes zoomInUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); } }
@-o-keyframes zoomInUp {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0) translateY(200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
.js body .animated.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
  -ms-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0); } }
@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0); } }
@-ms-keyframes zoomInDown {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateY(0); } }
@-o-keyframes zoomInDown {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateY(0); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
.js body .animated.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-animation-name: zoomInDown;
  -ms-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }
@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(0); } }
@-ms-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(0); } }
@-o-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(0); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }
.js body .animated.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-animation-name: zoomInLeft;
  -ms-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }
@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -moz-transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateX(0); } }
@-ms-keyframes zoomInRight {
  0% {
    opacity: 0;
    -ms-transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateX(0); } }
@-o-keyframes zoomInRight {
  0% {
    opacity: 0;
    -o-transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateX(0); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale(0) translateX(200px); }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }
.js body .animated.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-animation-name: zoomInRight;
  -ms-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight; }

.js body #slider .bx-wrapper .bx-pager {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/****************************
*   SHARE/DOWNLOAD articles
*
*************************/
body.share-page {
  background-color: #F9F9F9; }

#hero .download-share-articles {
  max-width: 1265px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  margin-top: -40px; }
  #hero .download-share-articles h2 {
    font-size: 56px;
    font-size: 2.9166666667vw;
    line-height: 67px;
    line-height: 3.4895833333vw;
    margin-bottom: 90px;
    margin-bottom: 4.6875vw;
    letter-spacing: 0.4px;
    text-align: center;
    color: #F9F9F9; }
    @media (max-width: 857.1428571429px) {
      #hero .download-share-articles h2 {
        font-size: 25px; } }
    @media (min-width: 1920px) {
      #hero .download-share-articles h2 {
        font-size: 56px; } }
    @media (max-width: 802.3880597015px) {
      #hero .download-share-articles h2 {
        line-height: 28px; } }
    @media (min-width: 1920px) {
      #hero .download-share-articles h2 {
        line-height: 67px; } }
    @media (max-width: 640px) {
      #hero .download-share-articles h2 {
        margin-bottom: 30px; } }
    @media (min-width: 1920px) {
      #hero .download-share-articles h2 {
        margin-bottom: 90px; } }
  #hero .download-share-articles .article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 70px;
    padding-right: 3.6458333333vw;
    margin-bottom: 20px; }
    @media (max-width: 685.7142857143px) {
      #hero .download-share-articles .article {
        padding-right: 25px; } }
    @media (min-width: 1920px) {
      #hero .download-share-articles .article {
        padding-right: 70px; } }
    #hero .download-share-articles .article:before {
      content: '';
      position: absolute;
      z-index: 0;
      width: 217px;
      width: 11.3020833333vw;
      height: 217px;
      height: 11.3020833333vw;
      background: #FFF;
      left: 15px;
      top: 50%;
      -webkit-transform: translate(-45px, -50%);
      -ms-transform: translate(-45px, -50%);
      transform: translate(-45px, -50%);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1504.1474654378px) {
        #hero .download-share-articles .article:before {
          width: 170px; } }
      @media (min-width: 1920px) {
        #hero .download-share-articles .article:before {
          width: 217px; } }
      @media (max-width: 1504.1474654378px) {
        #hero .download-share-articles .article:before {
          height: 170px; } }
      @media (min-width: 1920px) {
        #hero .download-share-articles .article:before {
          height: 217px; } }
    #hero .download-share-articles .article .image {
      display: inline-block;
      vertical-align: middle;
      width: 107px;
      position: relative;
      z-index: 1;
      border: solid 1px #EEEEEE; }
      #hero .download-share-articles .article .image img {
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    #hero .download-share-articles .article .right-article {
      position: relative;
      z-index: 3;
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 107px);
      padding-left: 30px;
      padding-left: 1.5625vw;
      padding-bottom: 0px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 960px) {
        #hero .download-share-articles .article .right-article {
          padding-left: 15px; } }
      @media (min-width: 1920px) {
        #hero .download-share-articles .article .right-article {
          padding-left: 30px; } }
      #hero .download-share-articles .article .right-article h4 {
        font-size: 24px;
        font-size: 1.25vw;
        line-height: 28px;
        line-height: 1.4583333333vw;
        margin: 0;
        color: #333; }
        @media (max-width: 1360px) {
          #hero .download-share-articles .article .right-article h4 {
            font-size: 17px; } }
        @media (min-width: 1920px) {
          #hero .download-share-articles .article .right-article h4 {
            font-size: 24px; } }
        @media (max-width: 1440px) {
          #hero .download-share-articles .article .right-article h4 {
            line-height: 21px; } }
        @media (min-width: 1920px) {
          #hero .download-share-articles .article .right-article h4 {
            line-height: 28px; } }
        #hero .download-share-articles .article .right-article h4 a {
          color: #333; }
    #hero .download-share-articles .article .share-download-options {
      position: absolute;
      z-index: 5;
      left: 30px;
      left: 1.5625vw;
      bottom: -55px;
      -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
      transform: translateX(40px);
      display: block;
      width: 430px;
      width: 22.3958333333vw;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background: #663CC1;
      padding: 10px;
      text-align: center;
      font-size: 0;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 960px) {
        #hero .download-share-articles .article .share-download-options {
          left: 15px; } }
      @media (min-width: 1920px) {
        #hero .download-share-articles .article .share-download-options {
          left: 30px; } }
      @media (max-width: 1518.1395348837px) {
        #hero .download-share-articles .article .share-download-options {
          width: 340px; } }
      @media (min-width: 1920px) {
        #hero .download-share-articles .article .share-download-options {
          width: 430px; } }
      #hero .download-share-articles .article .share-download-options .label {
        float: left;
        font-size: 14px;
        font-size: 0.7291666667vw;
        line-height: 20px;
        margin-right: 18px;
        margin-right: 0.9375vw;
        text-transform: uppercase;
        font-family: 'Neue Haas Grotesk W01 Disp', Serif;
        font-weight: 700;
        color: #333; }
        @media (max-width: 1645.7142857143px) {
          #hero .download-share-articles .article .share-download-options .label {
            font-size: 12px; } }
        @media (min-width: 1920px) {
          #hero .download-share-articles .article .share-download-options .label {
            font-size: 14px; } }
        @media (max-width: 853.3333333333px) {
          #hero .download-share-articles .article .share-download-options .label {
            margin-right: 8px; } }
        @media (min-width: 1920px) {
          #hero .download-share-articles .article .share-download-options .label {
            margin-right: 18px; } }
      #hero .download-share-articles .article .share-download-options .share {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        margin-right: 5px; }
        #hero .download-share-articles .article .share-download-options .share a {
          float: left;
          margin-right: 12px;
          margin-right: 0.625vw; }
          @media (max-width: 800px) {
            #hero .download-share-articles .article .share-download-options .share a {
              margin-right: 5px; } }
          @media (min-width: 1920px) {
            #hero .download-share-articles .article .share-download-options .share a {
              margin-right: 12px; } }
          #hero .download-share-articles .article .share-download-options .share a img {
            width: 20px;
            display: block; }
      #hero .download-share-articles .article .share-download-options .btn-option {
        font-size: 14px;
        font-size: 0.7291666667vw;
        line-height: 18px;
        line-height: 0.9375vw;
        font-family: 'Neue Haas Grotesk W01 Disp', Serif;
        font-weight: 400;
        padding-left: 10px;
        padding-left: 0.5208333333vw;
        padding-right: 10px;
        padding-right: 0.5208333333vw;
        border-right: 1px solid #e1d9f3;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 1645.7142857143px) {
          #hero .download-share-articles .article .share-download-options .btn-option {
            font-size: 12px; } }
        @media (min-width: 1920px) {
          #hero .download-share-articles .article .share-download-options .btn-option {
            font-size: 14px; } }
        @media (max-width: 1706.6666666667px) {
          #hero .download-share-articles .article .share-download-options .btn-option {
            line-height: 16px; } }
        @media (min-width: 1920px) {
          #hero .download-share-articles .article .share-download-options .btn-option {
            line-height: 18px; } }
        @media (max-width: 960px) {
          #hero .download-share-articles .article .share-download-options .btn-option {
            padding-left: 5px; } }
        @media (min-width: 1920px) {
          #hero .download-share-articles .article .share-download-options .btn-option {
            padding-left: 10px; } }
        @media (max-width: 960px) {
          #hero .download-share-articles .article .share-download-options .btn-option {
            padding-right: 5px; } }
        @media (min-width: 1920px) {
          #hero .download-share-articles .article .share-download-options .btn-option {
            padding-right: 10px; } }
        #hero .download-share-articles .article .share-download-options .btn-option:hover {
          color: #e6e6e6; }
        #hero .download-share-articles .article .share-download-options .btn-option.download {
          border: 0;
          padding-right: 0; }
        #hero .download-share-articles .article .share-download-options .btn-option a {
          color: #fff; }
          #hero .download-share-articles .article .share-download-options .btn-option a:hover {
            color: #e6e6e6; }
    #hero .download-share-articles .article:hover:before {
      visibility: visible;
      -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      opacity: 0.1;
      filter: alpha(opacity=10); }
    #hero .download-share-articles .article:hover .right-article {
      padding-bottom: 67px; }
    #hero .download-share-articles .article:hover .image img {
      -webkit-box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.4); }
    #hero .download-share-articles .article:hover .share-download-options {
      margin: 0;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      bottom: 0;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }

/**
 * Responsive
 */
@media only screen and (max-width: 1270px) {
  #hero .download-share-articles .article .share-download-options {
    left: auto;
    right: 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(35, 31, 32, 0.46);
    -moz-box-shadow: 0px 0px 6px 0px rgba(35, 31, 32, 0.46);
    box-shadow: 0px 0px 6px 0px rgba(35, 31, 32, 0.46); } }
@media only screen and (max-width: 990px) {
  #hero .download-share-articles .article {
    width: 100%;
    padding-right: 0; }
    #hero .download-share-articles .article .image {
      width: 80px; }
    #hero .download-share-articles .article .right-article {
      width: calc(100% - 80px); }
      #hero .download-share-articles .article .right-article:after {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: transparent;
        content: ' '; }
      #hero .download-share-articles .article .right-article a {
        z-index: 0;
        position: relative; }
    #hero .download-share-articles .article .share-download-options {
      margin-left: 20px;
      left: 15px;
      right: auto; } }
@media only screen and (max-width: 800px) {
  #hero .download-share-articles {
    margin-top: 0px; }
  #hero .download-share-articles .article {
    max-width: 520px; } }
@media only screen and (max-width: 550px) {
  #hero .download-share-articles .article .share-download-options {
    padding: 5px;
    width: 310px; }
  #hero .download-share-articles .article:hover .right-article {
    padding-bottom: 53px; } }
@media only screen and (max-width: 480px) {
  #hero .download-share-articles .article .image {
    display: block;
    width: 100%;
    margin-bottom: 15px; }
    #hero .download-share-articles .article .image img {
      margin: 0 auto;
      width: 107px; }
  #hero .download-share-articles .article {
    margin-bottom: 30px; }
  #hero .download-share-articles .article .right-article {
    width: 100%;
    padding-left: 0;
    text-align: center; }
  #hero .download-share-articles .article .share-download-options {
    left: 0;
    width: 100%; }
  #hero .download-share-articles .article:before {
    top: -10px;
    left: 50%;
    width: 220px;
    height: 220px;
    -webkit-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px); }
  #hero .download-share-articles .article:hover:before {
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); } }
@media only screen and (max-width: 380px) {
  #hero .download-share-articles .article .share-download-options .share {
    display: block;
    margin: 0;
    text-align: center; }
    #hero .download-share-articles .article .share-download-options .share a, #hero .download-share-articles .article .share-download-options .share .label {
      display: inline-block;
      vertical-align: middle;
      float: none; }
  #hero .download-share-articles .article:hover .right-article {
    padding-bottom: 84px; } }
/* ===== BLOG ========================================================== */
.container {
  position: relative;
  width: 98%;
  max-width: 1300px;
  max-width: 67.7083333333vw;
  margin: 0 auto; }
  @media (max-width: 443.0769230769px) {
    .container {
      max-width: 300px; } }
  @media (min-width: 1920px) {
    .container {
      max-width: 1300px; } }

html .blog-page #header .container {
  width: 100%;
  max-width: 1690px; }

.blog-page #header {
  background: #FFF; }

.main {
  overflow: hidden; }

.nicescroll-rails {
  z-index: 999 !important; }

.blog-page #header .container .logo a.return-home {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #f9f9f9;
  padding-top: 6px; }

.blog-page #header .container .logo a.guides-home {
  color: #fff; }

body.blog-page #header.sticky .container .logo {
  padding-top: 0; }
  body.blog-page #header.sticky .container .logo a {
    padding-top: 0; }
body.blog-page #header.sticky .container .logo a {
  height: 30px;
  line-height: 30px; }

#header .container .logo > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 23px;
  height: 23px;
  padding: 0 16px;
  background: #DB8681;
  text-transform: uppercase;
  color: #FFF;
  position: relative;
  font-size: 13px;
  margin-left: 20px;
  font-family: 'Neue Haas Grotesk W01 Disp', Serif;
  font-weight: 400;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.blog-page #top-section {
  margin-top: 130px;
  margin-top: 6.7708333333vw; }
  @media (max-width: 1107.6923076923px) {
    .blog-page #top-section {
      margin-top: 75px; } }
  @media (min-width: 1920px) {
    .blog-page #top-section {
      margin-top: 130px; } }
  .blog-page #top-section .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1394px;
    padding: 0 20px; }
  .blog-page #top-section h1 {
    font-size: 62px;
    font-size: 3.2291666667vw;
    line-height: 82px;
    line-height: 4.2708333333vw;
    text-align: center;
    color: #333;
    margin: 0 auto;
    max-width: 65%;
    max-width: 900px;
    max-width: 46.875vw; }
    @media (max-width: 1393.5483870968px) {
      .blog-page #top-section h1 {
        font-size: 45px; } }
    @media (min-width: 1920px) {
      .blog-page #top-section h1 {
        font-size: 62px; } }
    @media (max-width: 1287.8048780488px) {
      .blog-page #top-section h1 {
        line-height: 55px; } }
    @media (min-width: 1920px) {
      .blog-page #top-section h1 {
        line-height: 82px; } }
    @media (max-width: 1280px) {
      .blog-page #top-section h1 {
        max-width: 600px; } }
    @media (min-width: 1920px) {
      .blog-page #top-section h1 {
        max-width: 900px; } }
    .blog-page #top-section h1 span {
      display: block;
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase;
      color: #333;
      letter-spacing: 6px;
      font-weight: 400;
      padding-bottom: 15px; }

#blog-section {
  margin-top: 130px;
  margin-top: 6.7708333333vw; }
  @media (max-width: 1107.6923076923px) {
    #blog-section {
      margin-top: 75px; } }
  @media (min-width: 1920px) {
    #blog-section {
      margin-top: 130px; } }
  #blog-section .container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1394px;
    padding: 0 20px;
    font-size: 0; }
  #blog-section .article-post {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 14px;
    margin-bottom: 45px; }
    #blog-section .article-post .article-image:hover {
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      -webkit-transform: translate3D(0, -1px, 0) scale(1.02);
      -ms-transform: translate3D(0, -1px, 0) scale(1.02);
      transform: translate3D(0, -1px, 0) scale(1.02); }
    #blog-section .article-post .article-image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin-bottom: 35px; }
    #blog-section .article-post .article-content p {
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 300;
      color: #474747;
      font-size: 22px;
      line-height: 30px;
      margin: 0;
      letter-spacing: 1px; }
    #blog-section .article-post .blog-title {
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 700;
      color: #333333;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 15px; }
    #blog-section .article-post .top-details {
      margin-top: 20px;
      font-size: 0; }
      #blog-section .article-post .top-details span {
        font-family: 'Neue Haas Grotesk W01 Disp', Serif;
        font-weight: 400;
        display: inline-block;
        vertical-align: top;
        margin-right: 16px;
        font-size: 14px;
        line-height: 20px;
        color: #8f8f8f; }
      #blog-section .article-post .top-details .tag, #blog-section .article-post .top-details .tag a {
        color: #cc314b;
        text-transform: uppercase; }
        #blog-section .article-post .top-details .tag.type-2, #blog-section .article-post .top-details .tag a.type-2 {
          color: #0e315c; }
        #blog-section .article-post .top-details .tag.type-3, #blog-section .article-post .top-details .tag a.type-3 {
          color: #503462; }
      #blog-section .article-post .top-details .tags {
        padding: 0 5px 0 8px;
        border-left: 1px solid #cc314b; }
      #blog-section .article-post .top-details .tags:first-child {
        padding-left: 0px;
        border-left: none; }
      #blog-section .article-post .top-details .date {
        padding-right: 15px;
        border-right: 1px solid #e1e1e1; }
      #blog-section .article-post .top-details .time-reading {
        margin: 0; }
  #blog-section .container .article-post:first-child {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #blog-section .container .article-post:first-child .article-image {
      flex: 1; }
    #blog-section .container .article-post:first-child .article-content {
      padding-left: 30px;
      vertical-align: middle;
      flex: 1; }
    #blog-section .container .article-post:first-child .blog-title {
      font-size: 30px;
      line-height: 38px; }
    #blog-section .container .article-post:first-child p {
      font-size: 24px; }
    #blog-section .container .article-post:first-child .article-image img {
      margin-bottom: 0; }

      .author #blog-section .container .article-post:first-child {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
      }
      .author #blog-section .container .article-post:first-child .article-image img {
        margin-bottom: 35px;
      }
      .author #blog-section .container .article-post:first-child .article-content {
        padding-left: 0;
        vertical-align: baseline;
      }
      .author #blog-section .container .article-post:first-child .blog-title {
        font-size: 22px;
        line-height: 30px;
      }
      .author #blog-section .container .article-post:first-child p {
        font-size: 22px;
      }

#blog-section .newsletter-form {
  max-width: 1394px;
  margin: 70px auto 0px; }
  #blog-section .newsletter-form form {
    background: #fbfbfb;
    padding: 35px 20px;
    text-align: center;
    font-size: 0;
    margin: 0 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  #blog-section .newsletter-form .form-group {
    display: inline; }
  #blog-section .newsletter-form label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 63px;
    margin-right: 3.28125vw;
    padding-right: 105px;
    padding-right: 5.46875vw;
    background: url("../images/blog/signup_arrow.svg") no-repeat right center;
    color: #333333;
    font-size: 30px;
    font-size: 1.5625vw;
    line-height: 50px;
    font-family: 'Neue Haas Grotesk W01 Disp', Serif;
    font-weight: 700; }
    @media (max-width: 457.1428571429px) {
      #blog-section .newsletter-form label {
        margin-right: 15px; } }
    @media (min-width: 1920px) {
      #blog-section .newsletter-form label {
        margin-right: 63px; } }
    @media (max-width: 1280px) {
      #blog-section .newsletter-form label {
        padding-right: 70px; } }
    @media (min-width: 1920px) {
      #blog-section .newsletter-form label {
        padding-right: 105px; } }
    @media (max-width: 1280px) {
      #blog-section .newsletter-form label {
        font-size: 20px; } }
    @media (min-width: 1920px) {
      #blog-section .newsletter-form label {
        font-size: 30px; } }
  #blog-section .newsletter-form .input-field {
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 25px;
    color: #333;
    margin-right: 13px;
    width: 28%;
    min-width: 190px;
    font-family: 'Neue Haas Grotesk W01 Disp', Serif;
    font-weight: 400;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #blog-section .newsletter-form .input-field::-webkit-input-placeholder {
      color: #8f8f8f; }
    #blog-section .newsletter-form .input-field::-moz-placeholder {
      color: #8f8f8f; }
    #blog-section .newsletter-form .input-field:-ms-input-placeholder {
      color: #8f8f8f; }
    #blog-section .newsletter-form .input-field:-moz-placeholder {
      color: #8f8f8f; }
    #blog-section .newsletter-form .input-field:focus {
      border-color: #503462; }
  #blog-section .newsletter-form .submit-btn {
    background: #503462;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    width: 14%;
    text-align: center;
    min-width: 90px;
    font-size: 17px;
    color: #FFF;
    font-family: 'Neue Haas Grotesk W01 Disp', Serif;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    #blog-section .newsletter-form .submit-btn:hover {
      background: #352241; }

#blog-section .articles-slider {
  position: relative;
  margin: 0 auto 90px;
  width: 100%;
  max-width: 1690px;
  overflow: hidden;
  /****************************
      *   SLIDER
      *
      *************************/
  /* LOADER */
  /* PAGER */ }
  #blog-section .articles-slider .article-post {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top; }
    #blog-section .articles-slider .article-post .top-details .tag {
      color: #FFF;
      background: #cc314b;
      padding: 3px 5px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      #blog-section .articles-slider .article-post .top-details .tag.type-2 {
        background: #26669e; }
      #blog-section .articles-slider .article-post .top-details .tag.type-3 {
        background: #503462; }
      #blog-section .articles-slider .article-post .top-details .tag a {
        color: #fff; }
    #blog-section .articles-slider .article-post .top-details .date, #blog-section .articles-slider .article-post .top-details .time-reading {
      padding-top: 3px;
      padding-bottom: 3px; }
    #blog-section .articles-slider .article-post .blog-title {
      font-size: 36px;
      line-height: 41px;
      margin-bottom: 25px; }
    #blog-section .articles-slider .article-post p {
      font-size: 30px;
      line-height: 34px; }
    #blog-section .articles-slider .article-post .article-image img {
      margin: 0; }
    #blog-section .articles-slider .article-post .article-image:hover {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  #blog-section .articles-slider .slider-wrapper {
    font-size: 0;
    white-space: nowrap; }
  #blog-section .articles-slider .article-image,
  #blog-section .articles-slider .article-content {
    display: inline-block;
    vertical-align: middle;
    width: 63%;
    white-space: normal; }
  #blog-section .articles-slider .article-content {
    width: 37%;
    padding-right: 145px;
    padding-right: 7.5520833333vw;
    padding-bottom: 80px;
    padding-bottom: 4.1666666667vw; }
    @media (max-width: 397.2413793103px) {
      #blog-section .articles-slider .article-content {
        padding-right: 30px; } }
    @media (min-width: 1920px) {
      #blog-section .articles-slider .article-content {
        padding-right: 145px; } }
    @media (max-width: 960px) {
      #blog-section .articles-slider .article-content {
        padding-bottom: 40px; } }
    @media (min-width: 1920px) {
      #blog-section .articles-slider .article-content {
        padding-bottom: 80px; } }
  #blog-section .articles-slider .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    width: 100%;
    padding-left: 0px; }
  #blog-section .articles-slider .bx-wrapper img {
    max-width: 100%;
    display: block; }
  #blog-section .articles-slider img {
    max-width: 100%;
    height: auto; }
  #blog-section .articles-slider .bx-wrapper .bx-viewport {
    overflow: visible !important;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); }
  #blog-section .articles-slider .bx-wrapper .bx-pager,
  #blog-section .articles-slider .bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%; }
  #blog-section .articles-slider .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("../images/blog/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  #blog-section .articles-slider .bx-wrapper .bx-pager {
    display: none; }
  #blog-section .articles-slider .bx-controls-direction {
    position: absolute;
    bottom: 28px;
    bottom: 1.4583333333vw;
    text-align: right;
    left: 0;
    width: 37%;
    padding-right: 50px;
    padding-right: 2.6041666667vw;
    font-size: 0; }
    @media (max-width: 822.8571428571px) {
      #blog-section .articles-slider .bx-controls-direction {
        bottom: 12px; } }
    @media (min-width: 1920px) {
      #blog-section .articles-slider .bx-controls-direction {
        bottom: 28px; } }
    @media (max-width: 960px) {
      #blog-section .articles-slider .bx-controls-direction {
        padding-right: 25px; } }
    @media (min-width: 1920px) {
      #blog-section .articles-slider .bx-controls-direction {
        padding-right: 50px; } }
    #blog-section .articles-slider .bx-controls-direction a {
      display: inline-block;
      vertical-align: middle;
      width: 58px;
      width: 3.0208333333vw;
      height: 58px;
      height: 3.0208333333vw;
      margin-left: 12px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1324.1379310345px) {
        #blog-section .articles-slider .bx-controls-direction a {
          width: 40px; } }
      @media (min-width: 1920px) {
        #blog-section .articles-slider .bx-controls-direction a {
          width: 58px; } }
      @media (max-width: 1324.1379310345px) {
        #blog-section .articles-slider .bx-controls-direction a {
          height: 40px; } }
      @media (min-width: 1920px) {
        #blog-section .articles-slider .bx-controls-direction a {
          height: 58px; } }
      #blog-section .articles-slider .bx-controls-direction a:hover {
        background-color: #f3f3f3; }
      #blog-section .articles-slider .bx-controls-direction a.bx-prev {
        background: #fbfbfb url("../images/blog/arrow-left.svg") no-repeat center center;
        background-size: 43% auto; }
      #blog-section .articles-slider .bx-controls-direction a.bx-next {
        background: #fbfbfb url("../images/blog/arrow-right.svg") no-repeat center center;
        background-size: 43% auto; }
      #blog-section .articles-slider .bx-controls-direction a:hover {
        background-color: #f3f3f3; }

.blog-page #header, #blog-section, #top-section {
  padding-left: 104px;
  padding-left: 5.4166666667vw;
  padding-right: 104px;
  padding-right: 5.4166666667vw; }
  @media (max-width: 553.8461538462px) {
    .blog-page #header, #blog-section, #top-section {
      padding-left: 30px; } }
  @media (min-width: 1920px) {
    .blog-page #header, #blog-section, #top-section {
      padding-left: 104px; } }
  @media (max-width: 553.8461538462px) {
    .blog-page #header, #blog-section, #top-section {
      padding-right: 30px; } }
  @media (min-width: 1920px) {
    .blog-page #header, #blog-section, #top-section {
      padding-right: 104px; } }

#blog-section .container, #blog-section .newsletter-form {
  padding-left: 25px;
  padding-left: 1.3020833333vw;
  padding-right: 25px;
  padding-right: 1.3020833333vw; }
  @media (max-width: 0px) {
    #blog-section .container, #blog-section .newsletter-form {
      padding-left: 0px; } }
  @media (min-width: 1920px) {
    #blog-section .container, #blog-section .newsletter-form {
      padding-left: 25px; } }
  @media (max-width: 0px) {
    #blog-section .container, #blog-section .newsletter-form {
      padding-right: 0px; } }
  @media (min-width: 1920px) {
    #blog-section .container, #blog-section .newsletter-form {
      padding-right: 25px; } }

.blog-page footer {
  margin-top: 70px; }

.pagination {
  text-align: center;
  margin-top: 20px; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: inline-block; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #26669e;
    color: #fefefe;
    cursor: default; }
  .pagination li:last-child, .pagination li:first-child {
    display: inline-block; }
  .pagination a, .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before, .pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after, .pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

@media only screen and (max-width: 1150px) {
  #blog-section .newsletter-form form {
    padding: 20px; }
    #blog-section .newsletter-form form label {
      background-size: 31px auto;
      padding-right: 50px; } }
@media only screen and (max-width: 1090px) {
  #blog-section .newsletter-form form label {
    background: none;
    padding: 0; } }
@media only screen and (max-width: 1000px) {
  #blog-section .newsletter-form form label {
    display: block;
    text-align: center; }

  #blog-section .newsletter-form .input-field {
    width: calc(100% - 105px);
    max-width: 300px;
    padding: 0 15px; }

  #blog-section .newsletter-form .submit-btn {
    width: 90px; }

  #blog-section .article-post {
    width: 50%; }

  #blog-section .related-articles .article-post {
    width: 33.33%;
    padding: 0 5px; }

  #blog-section .articles-slider + .container .article-post:first-child, #blog-section .articles-slider + .container .article-post:first-child + .article-post {
    padding: 0 10px; }

  #blog-section .articles-slider .bx-controls-direction {
    text-align: center;
    padding: 0;
    bottom: 0;
    width: 45%; }

  #blog-section .articles-slider .article-content {
    padding-bottom: 60px;
    padding-right: 20px;
    width: 45%; }

  #blog-section .articles-slider .article-image {
    width: 55%; } }
@media only screen and (max-width: 750px) {
  .blog-page #header {
    padding-left: 0;
    padding-right: 0; }

  #blog-section .container .article-post:first-child {
    display: block; }
    #blog-section .container .article-post:first-child .article-content {
      padding-left: 0; }
    #blog-section .container .article-post:first-child .article-image img {
      margin-bottom: 25px; }

  #blog-section .articles-slider .article-post .blog-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px; }

  #blog-section .container .article-post:first-child .blog-title, #blog-section .container .article-post:first-child + .article-post .blog-title {
    font-size: 22px;
    line-height: 30px; }

  #blog-section .container .article-post:first-child p, #blog-section .container .article-post:first-child + .article-post p {
    font-size: 18px; }

  #blog-section .articles-slider .article-content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    display: block; }

  #blog-section .articles-slider .article-image {
    width: 100%;
    display: block;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0; }
    #blog-section .articles-slider .article-image img {
      display: inline-block;
      object-fit: cover;
      height: 300px;
      width: 100%; }

  #blog-section .articles-slider .article-post {
    padding-bottom: 50px;
    padding-top: 320px;
    position: relative; }

  #blog-section .articles-slider {
    margin-bottom: 40px; }

  #blog-section .articles-slider + .container .article-post:first-child, #blog-section .articles-slider + .container .article-post:first-child + .article-post, #blog-section .article-post, html #blog-section .related-articles .article-post {
    width: 100%;
    padding: 0;
    margin-bottom: 55px; }

  #blog-section .article-post .article-image img {
    margin-bottom: 25px; }

  #blog-section .article-post .top-details {
    margin-bottom: 5px; } }
@media only screen and (max-width: 500px) {
  .blog-page #header .container .logo a.return-home {
    padding-right: 10px;
    margin-right: 0;
    border: 0;
    padding-top: 0;
    height: 34px;
    line-height: 34px; }

  #header .container .logo > span {
    font-size: 11px;
    margin: 0; }

  #blog-section .container, #blog-section .newsletter-form, .blog-page #top-section .container {
    padding-left: 10px;
    padding-right: 10px; }

  #blog-section .articles-slider .article-image img {
    height: 200px; }

  #blog-section .articles-slider .article-post {
    padding-top: 220px; } }
@media only screen and (max-width: 400px) {
  #header .container .logo > span {
    margin: 3px 0 0;
    display: block;
    text-align: center;
    max-width: 75px; }

  body #header.sticky .container .logo > span {
    display: none; } }
@media only screen and (max-width: 380px) {
  #top-section {
    padding-left: 15px;
    padding-right: 15px; } }
/* ===== BLOG DETAILS ========================================================== */
.wpb_start_animation.animated, .video, #blog-section {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

#blog-section .article-post-full {
  width: 90%;
  max-width: 990px;
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 0; }
  #blog-section .article-post-full .article-main-image {
    text-align: center;
    font-size: 0; }
    #blog-section .article-post-full .article-main-image img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-top: 50px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
  #blog-section .article-post-full .blog-title {
    /*        font-size: 34px;
            line-height: 38px;*/
    font-size: 64px;
    line-height: 76px;
    margin: 0 0 20px; }
  #blog-section .article-post-full .subtitle {
    font-family: 'Neue Haas Grotesk W01 Disp', Serif;
    font-weight: 300;
    color: #474747;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    letter-spacing: 1px; }
  #blog-section .article-post-full .article-content {
    padding: 50px 30px 75px;
    padding-left: 102px;
    padding-left: 5.3125vw;
    padding-right: 102px;
    padding-right: 5.3125vw;
    width: 100%;
    position: relative;
    margin: 0 auto;
    /*        h6 {
                font-size: 18px;
                line-height: 22px;
            }*/ }
    @media (max-width: 376.4705882353px) {
      #blog-section .article-post-full .article-content {
        padding-left: 20px; } }
    @media (min-width: 1920px) {
      #blog-section .article-post-full .article-content {
        padding-left: 102px; } }
    @media (max-width: 376.4705882353px) {
      #blog-section .article-post-full .article-content {
        padding-right: 20px; } }
    @media (min-width: 1920px) {
      #blog-section .article-post-full .article-content {
        padding-right: 102px; } }
    #blog-section .article-post-full .article-content p {
      font-size: 22px;
      line-height: 36px;
      margin-bottom: 50px;
      position: relative; }
      #blog-section .article-post-full .article-content p strong {
        font-family: 'Neue Haas Grotesk W01 Disp', Serif;
        font-weight: 700; }
      #blog-section .article-post-full .article-content p a {
        /*font-style: italic;
        display: inline-block;
        border-bottom: 2px solid #DB8681;
        text-decoration: none;*/
        color: #5624BB; }
        #blog-section .article-post-full .article-content p a hover {
          text-decoration: underline; }
      #blog-section .article-post-full .article-content p .anchor {
        position: absolute;
        left: 0px;
        top: -60px; }
    #blog-section .article-post-full .article-content .video, #blog-section .article-post-full .article-content figure {
      margin-left: -102px;
      margin-left: -5.3125vw;
      margin-right: -102px;
      margin-right: -5.3125vw;
      position: relative;
      padding: 60px 0;
      text-align: center; }
      @media (max-width: 376.4705882353px) {
        #blog-section .article-post-full .article-content .video, #blog-section .article-post-full .article-content figure {
          margin-left: -20px; } }
      @media (min-width: 1920px) {
        #blog-section .article-post-full .article-content .video, #blog-section .article-post-full .article-content figure {
          margin-left: -102px; } }
      @media (max-width: 376.4705882353px) {
        #blog-section .article-post-full .article-content .video, #blog-section .article-post-full .article-content figure {
          margin-right: -20px; } }
      @media (min-width: 1920px) {
        #blog-section .article-post-full .article-content .video, #blog-section .article-post-full .article-content figure {
          margin-right: -102px; } }
      #blog-section .article-post-full .article-content .video *, #blog-section .article-post-full .article-content figure * {
        max-width: 100%;
        display: inline-block; }
      #blog-section .article-post-full .article-content .video figcaption, #blog-section .article-post-full .article-content figure figcaption {
        display: block;
        font-size: 16px;
        color: #474747; }
    #blog-section .article-post-full .article-content h1, #blog-section .article-post-full .article-content h2, #blog-section .article-post-full .article-content h3, #blog-section .article-post-full .article-content h4, #blog-section .article-post-full .article-content h5, #blog-section .article-post-full .article-content h6 {
      color: #474747;
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 700;
      text-transform: none;
      margin: 0 0 20px;
      position: relative; }
      #blog-section .article-post-full .article-content h1 .anchor, #blog-section .article-post-full .article-content h2 .anchor, #blog-section .article-post-full .article-content h3 .anchor, #blog-section .article-post-full .article-content h4 .anchor, #blog-section .article-post-full .article-content h5 .anchor, #blog-section .article-post-full .article-content h6 .anchor {
        position: absolute;
        left: 0px;
        top: -60px; }
    #blog-section .article-post-full .article-content h1 {
      font-size: 48px;
      line-height: 56px; }
    #blog-section .article-post-full .article-content h2 {
      font-size: 36px;
      line-height: 42px; }
    #blog-section .article-post-full .article-content h3 {
      font-size: 28px;
      line-height: 35px; }
    #blog-section .article-post-full .article-content h4 {
      font-size: 20px;
      line-height: 30px; }
    #blog-section .article-post-full .article-content h5 {
      font-size: 16px;
      line-height: 24px; }
    #blog-section .article-post-full .article-content blockquote {
      font-size: 22px;
      line-height: 32px;
      color: #474747;
      font-family: 'Neue Haas Grotesk W01', Serif;
      font-weight: 500;
      margin: 45px auto;
      border-left: 3px solid #004b8d;
      padding-left: 20px;
      margin-left: -23px;
      font-style: italic; }
    #blog-section .article-post-full .article-content ul {
      list-style-type: none;
      margin: 0 0 40px;
      padding: 0 20px 0 80px; }
      #blog-section .article-post-full .article-content ul li {
        word-break: break-word;
        display: block;
        margin: 0 0 10px;
        font-size: 23px;
        line-height: 36px;
        color: #474747;
        padding: 0 0 0 20px;
        position: relative; }
        #blog-section .article-post-full .article-content ul li:after {
          background: #DB8681;
          width: 5px;
          height: 5px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          position: absolute;
          left: 0;
          top: 15px;
          content: ' '; }
    #blog-section .article-post-full .article-content ol {
      margin: 0 0 40px;
      padding: 0 20px 0 80px;
      counter-reset: inst; }
      #blog-section .article-post-full .article-content ol li {
        word-break: break-word;
        display: block;
        margin: 0 0 10px;
        font-size: 23px;
        line-height: 36px;
        color: #474747;
        padding: 0 0 0 35px;
        position: relative;
        counter-increment: inst; }
        #blog-section .article-post-full .article-content ol li:before {
          color: #DB8681;
          position: absolute;
          left: 0;
          content: counter(inst) "."; }
    #blog-section .article-post-full .article-content hr {
      display: block;
      margin: 80px 0;
      height: 1px;
      background: #f3f3f3;
      position: relative;
      overflow: visible; }
      #blog-section .article-post-full .article-content hr:after {
        left: -200%;
        right: -200%;
        height: 100%;
        top: 0;
        background: #f3f3f3;
        content: ' ';
        position: absolute; }
  #blog-section .article-post-full .schedule-btn {
    font-family: 'Neue Haas Grotesk W01 Disp', Serif;
    font-weight: 700;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    background: #503462;
    height: 60px;
    line-height: 60px;
    width: 409px;
    margin: 25px auto 120px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    display: block;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #blog-section .article-post-full .schedule-btn:hover {
      background: #352241; }

#blog-section .related-articles {
  font-size: 0;
  max-width: 1340px;
  margin: 0 auto; }
  #blog-section .related-articles .article-post {
    margin: 0; }
  #blog-section .related-articles h4 {
    color: #333;
    font-family: 'Neue Haas Grotesk W01 Disp', Serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 65px 10px;
    padding-bottom: 18px;
    position: relative; }
    #blog-section .related-articles h4:after {
      position: absolute;
      width: 90%;
      max-width: 111px;
      height: 3px;
      content: '';
      left: 0;
      display: block;
      bottom: 0;
      background: #DB8681; }

.article-social-icons {
  position: fixed;
  left: 30px;
  display: inline-block;
  z-index: 999; }
  .article-social-icons a {
    height: 54px;
    width: 54px;
    line-height: 54px;
    display: block;
    margin: 10px 0 0;
    text-align: center;
    font-size: 0;
    background: #fbfbfb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .article-social-icons a img {
      display: inline-block;
      vertical-align: middle; }
    .article-social-icons a:first-child {
      margin: 0; }
    .article-social-icons a:hover {
      background: #eeeeee; }

/* progress bar and title  */
.progress-wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  line-height: 44px;
  padding: 0 75px;
  background: #FFF;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, -120%, 0);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(3, 3, 3, 0.05);
  box-shadow: 0px 0px 40px 0px rgba(3, 3, 3, 0.05); }
  .progress-wrapper.active {
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.27, 1);
    transform: translateZ(0); }

progress {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3px;
  border: none;
  color: #5226ad;
  background: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

progress::-moz-progress-bar {
  background: #5226ad; }

progress::-webkit-progress-value {
  background: #5226ad !important; }

progress::-webkit-progress-bar {
  background-color: #FFF;
  width: 100%; }

.progress-container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: transparent; }

.progress-bar {
  display: block;
  width: 50%;
  height: inherit;
  background-color: #5226ad; }

body.blog-details-page #header.sticky.nav-up, body.blog-details-page #header.sticky {
  top: -60px; }

body.blog-details-page #header.sticky.nav-down {
  top: 0; }

.underline {
  text-decoration: underline; }

@media only screen and (min-width: 701px) {
  .left {
    float: left;
    margin: 0 15px 15px 0; }

  .right {
    float: right;
    margin: 0 0 15px 15px; }

  .medium {
    max-width: 50%; } }
@media only screen and (max-width: 750px) {
  #blog-section .article-post-full .blog-title {
    font-size: 35px;
    line-height: 44px; }
  #blog-section .article-post-full .subtitle {
    font-size: 20px;
    line-height: 28px; }
  #blog-section .article-post-full .article-main-image img {
    margin-top: 30px; }
  #blog-section .article-post-full .article-content {
    padding-top: 30px; }
    #blog-section .article-post-full .article-content h1, #blog-section .article-post-full .article-content h2, #blog-section .article-post-full .article-content h3, #blog-section .article-post-full .article-content h4, #blog-section .article-post-full .article-content h5, #blog-section .article-post-full .article-content h6 {
      margin: 0 0 10px; }
    #blog-section .article-post-full .article-content p {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 30px; }
    #blog-section .article-post-full .article-content h1 {
      font-size: 34px;
      line-height: 40px; }
    #blog-section .article-post-full .article-content h2 {
      font-size: 28px;
      line-height: 36px; }
    #blog-section .article-post-full .article-content h3 {
      font-size: 22px;
      line-height: 30px; }
    #blog-section .article-post-full .article-content h4 {
      font-size: 18px;
      line-height: 26px; }
    #blog-section .article-post-full .article-content .video, #blog-section .article-post-full .article-content figure {
      padding: 35px 0; }

  #blog-section .article-post-full .article-content ul,
  #blog-section .article-post-full .article-content ol {
    padding: 0 10px 0 15px; }
    #blog-section .article-post-full .article-content ul li,
    #blog-section .article-post-full .article-content ol li {
      font-size: 18px;
      line-height: 26px; }

  #blog-section .article-post-full {
    width: 100%; }

  #blog-section .article-post-full .schedule-btn {
    width: 300px;
    font-size: 14px;
    margin: 10px auto 60px; }

  #blog-section .article-post-full .article-content blockquote {
    font-size: 18px;
    line-height: 26px;
    margin-left: -10px; }

  #blog-section .article-post-full .article-content hr {
    margin: 40px 0; }

  .article-social-icons {
    display: none; }

  #blog-section .article-post .article-content p {
    font-size: 18px;
    line-height: 26px; } }
@media only screen and (max-width: 380px) {
  .blog-page #header, #blog-section {
    padding-left: 15px;
    padding-right: 15px; } }
/* ========------------ Blog long article nav -----------============== */
#blog-section .article-post-full .article-content .section {
  width: 100vw;
  position: relative;
  margin-top: 75px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fbfbfb;
  padding: 115px 20px 95px; }

#blog-section .article-post-full .article-content .section:after,
#blog-section .article-post-full .article-content .section:before {
  position: absolute;
  content: ' ';
  height: 6px;
  width: calc(100% - 40px);
  max-width: 740px;
  background: #503462;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

#blog-section .article-post-full .article-content .section:before {
  top: auto;
  bottom: 60px; }

#blog-section .article-post-full .article-content .section > * {
  max-width: 740px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

#blog-section .article-post-full .article-content .section > *:last-child {
  margin-bottom: 0; }

body.blog-page #header.sticky .container .logo span .guides-home {
  height: 23px;
  line-height: 23px; }

.article-social-icons {
  left: auto;
  right: 30px; }

#section-menu .mobile-btn {
  display: none; }

#section-menu {
  position: fixed;
  top: 50%;
  left: 45px;
  z-index: 3000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#section-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#section-menu ul li {
  position: relative; }

@media only screen and (min-width: 951px) {
  #section-menu ul li {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }

  #section-menu ul li.active, #section-menu ul li.active ~ li {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100); }

  #section-menu ul li.active ~ li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }

  #section-menu ul li.active ~ li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }

  #section-menu ul li.active ~ li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }

  #section-menu ul li.active ~ li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }

  #section-menu ul li.active ~ li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }

  #section-menu ul li.active ~ li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }

  #section-menu ul li.active ~ li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }

  #section-menu ul li.active ~ li:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }

  #section-menu ul li.active ~ li:nth-child(10) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }

  #section-menu ul li.active ~ li:nth-child(11) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }

  #section-menu ul li.active ~ li:nth-child(12) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }

  #section-menu ul li.active ~ li:nth-child(13) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }

  #section-menu ul li.active ~ li:nth-child(14) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }

  #section-menu ul li.active ~ li:nth-child(15) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; } }
#section-menu a {
  font-family: 'Neue Haas Grotesk W01', Serif;
  font-weight: 400;
  display: block;
  font-size: 14px;
  text-decoration: none;
  background: transparent;
  color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 4px;
  margin-bottom: 7px;
  overflow: hidden;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#section-menu li:last-child a {
  margin-bottom: 0; }

#section-menu a span {
  background: #6f45c5;
  width: 40px;
  height: 40px;
  font-family: 'Neue Haas Grotesk W01', Serif;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#section-menu li.active:not(.read) a,
#section-menu li.active:not(.read) a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

#section-menu li.active:not(.read) a span {
  background: #503462;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#section-menu a:hover,
#section-menu li.active a:hover {
  background: #5226ad;
  padding-right: 25px;
  width: auto; }

#section-menu a:hover span {
  margin-right: 14px; }

@media only screen and (max-width: 950px) {
  #section-menu.active .mobile-btn {
    /*background: #6f45c5 url('../images/blog/blog-nav-icon.svg') no-repeat center center;*/
    background: #6f45c5;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-family: 'Neue Haas Grotesk W01', Serif;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

  #section-menu .mobile-btn.menu-opened {
    font-size: 0;
    background: #6f45c5 url("../images/blog/close-icon.png") no-repeat center center;
    background-size: 13px 13px; }

  #section-menu ul {
    position: absolute;
    bottom: 60px;
    left: 0px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  #section-menu ul.menu-opened {
    height: auto;
    max-height: calc(100vh - 185px);
    overflow: auto; }

  #section-menu {
    left: 10px;
    top: auto;
    bottom: 20px;
    width: calc(100% - 20px);
    max-width: 550px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  #section-menu li.active:not(.read) a,
  #section-menu a {
    width: auto; }

  #section-menu a {
    padding: 7px 28px 7px 45px;
    line-height: 18px;
    height: auto;
    background: #503462;
    vertical-align: top;
    position: relative;
    margin-bottom: 15px;
    margin-left: 0; }

  #section-menu a span {
    margin-right: 14px;
    margin-left: 2px;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  #section-menu li.active:not(.read) a span:after {
    position: absolute;
    content: ' ';
    right: -2px;
    top: 50%;
    margin-top: -9px;
    background: #f5887d;
    width: 2px;
    height: 18px;
    content: ' '; }

  #section-menu li.active:not(.read) a {
    height: auto;
    line-height: 18px;
    padding-top: 11px;
    padding-bottom: 11px; }

  #section-menu li.active:not(.read) a span {
    background: transparent;
    width: 30px;
    height: 40px;
    line-height: 40px;
    margin-left: 2px; }

  body.blog-details-page #header.sticky.nav-up ~ #section-menu:not(.active) {
    bottom: -50px;
    opacity: 0;
    filter: alpha(opacity=0); } }
/*  DOWNLOADS PAGE */
.downloads-page #blog-section .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.downloads-page #blog-section .article-post {
  position: relative;
  padding-bottom: 65px; }

.article-post .action-btns {
  position: absolute;
  bottom: 0;
  left: 14px;
  font-size: 0; }

.downloads-page #blog-section .article-post:first-child {
  padding-bottom: 0; }

.article-post:first-child .action-btns {
  position: relative;
  left: 0;
  padding-top: 35px; }

.article-post .action-btns .btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 31px;
  text-transform: uppercase;
  margin-right: 5px;
  color: #FFF;
  padding: 0 10px;
  min-width: 140px;
  text-decoration: none;
  text-align: center;
  background: #DB8681;
  transition: 0.28s; }

.article-post .action-btns .btn:hover {
  background: #ef5243; }

.article-post .action-btns .btn.send-link {
  background: #503462;
  margin-right: 0; }

.article-post .action-btns .btn.send-link:hover {
  background: #3a0197; }

/* current nav */
#hero header #top-nav ul li.nav-current {
  font-weight: 600;
  position: relative; }

#hero header #top-nav ul li.nav-current:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: #f37368;
  content: '';
  height: 2px;
  width: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
#hero header #top-nav ul .ghost-submenu li.nav-current:after {
  bottom: 5px;
}
@media only screen and (max-width: 1080px) {
  #hero header #top-nav ul li {
    margin-left: 18px;
    font-size: 14px; } }
@media only screen and (max-width: 1000px) {
  #hero header #top-nav ul li {
    font-size: 18px; }

  #hero header #top-nav ul li.nav-current:after,
  #hero header #top-nav ul .ghost-submenu li.nav-current:after {
    bottom: 16px; } }
@media only screen and (max-width: 750px) {
  .article-post .action-btns {
    left: 0; } }
@media only screen and (max-width: 360px) {
  .article-post .action-btns .btn {
    font-size: 15px;
    min-width: 110px; } }
.form-footer, .formFooter-heightMask, .formFooter {
  display: none; }

#JotFormIFrame-90514586493162 {
  height: 250px; }

/*  DOWNLOADS PAGE */
.back-issues-page #mag-section .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.back-issues-page #mag-section .article-post {
  position: relative; }

#mag-section {
  margin-top: 130px;
  margin-top: 6.7708333333vw; }
  @media (max-width: 1107.6923076923px) {
    #mag-section {
      margin-top: 75px; } }
  @media (min-width: 1920px) {
    #mag-section {
      margin-top: 130px; } }
  #mag-section .container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1394px;
    padding: 0 20px;
    font-size: 0; }
  #mag-section .article-post {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 14px;
    margin-bottom: 65px; }
    #mag-section .article-post .article-image:hover {
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      -webkit-transform: translate3D(0, -1px, 0) scale(1.02);
      -ms-transform: translate3D(0, -1px, 0) scale(1.02);
      transform: translate3D(0, -1px, 0) scale(1.02); }
    #mag-section .article-post .article-image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    #mag-section .article-post .article-content p {
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 300;
      color: #474747;
      font-size: 22px;
      line-height: 30px;
      margin: 0;
      letter-spacing: 1px; }
    #mag-section .article-post .blog-title {
      font-family: 'Neue Haas Grotesk W01 Disp', Serif;
      font-weight: 700;
      color: #333333;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 15px; }
    #mag-section .article-post .top-details {
      margin-bottom: 20px;
      font-size: 0; }
      #mag-section .article-post .top-details span {
        font-family: 'Neue Haas Grotesk W01 Disp', Serif;
        font-weight: 400;
        display: inline-block;
        vertical-align: top;
        margin-right: 16px;
        font-size: 14px;
        line-height: 20px;
        color: #8f8f8f; }
      #mag-section .article-post .top-details .tag, #mag-section .article-post .top-details .tag a {
        color: #cc314b;
        text-transform: uppercase; }
        #mag-section .article-post .top-details .tag.type-2, #mag-section .article-post .top-details .tag a.type-2 {
          color: #0e315c; }
        #mag-section .article-post .top-details .tag.type-3, #mag-section .article-post .top-details .tag a.type-3 {
          color: #503462; }
      #mag-section .article-post .top-details .tags {
        padding: 0 5px 0 8px;
        border-left: 1px solid #cc314b; }
      #mag-section .article-post .top-details .tags:first-child {
        padding-left: 0px;
        border-left: none; }
      #mag-section .article-post .top-details .date {
        padding-right: 15px;
        border-right: 1px solid #e1e1e1; }
      #mag-section .article-post .top-details .time-reading {
        margin: 0; }
    #mag-section .article-post:first-child .action-btns, #mag-section .article-post .action-btns {
      position: relative;
      left: 0;
      padding-top: 0; }

@media only screen and (max-width: 1000px) {
  #mag-section .article-post {
    width: 50%; } }
@media only screen and (max-width: 750px) {
  #mag-section .article-post {
    width: 100%;
    padding: 0;
    margin-bottom: 55px; } }
