* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

html {
  margin-top: 0 !important;
  background-color: black; }

html.has-open-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-height: 100%; }

#wpadminbar {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important; }

div.layout {
  display: none; }

.padding-b-small {
  padding-bottom: 10px; }

.padding-l-small {
  padding-left: 10px; }

.padding-r-small {
  padding-right: 10px; }

.padding-t-small {
  padding-top: 10px; }

.padding-a-small {
  padding: 10px; }

.margin-b-small {
  margin-bottom: 10px; }

.margin-l-small {
  margin-left: 10px; }

.margin-r-small {
  margin-right: 10px; }

.margin-t-small {
  margin-top: 10px; }

.margin-a-small {
  margin: 10px; }

.padding-b-medium {
  padding-bottom: 20px; }

.padding-l-medium {
  padding-left: 20px; }

.padding-r-medium {
  padding-right: 20px; }

.padding-t-medium {
  padding-top: 20px; }

.padding-a-medium {
  padding: 20px; }

.margin-b-medium {
  margin-bottom: 20px; }

.margin-l-medium {
  margin-left: 20px; }

.margin-r-medium {
  margin-right: 20px; }

.margin-t-medium {
  margin-top: 20px; }

.margin-a-medium {
  margin: 20px; }

.padding-b-large {
  padding-bottom: 30px; }

.padding-l-large {
  padding-left: 30px; }

.padding-r-large {
  padding-right: 30px; }

.padding-t-large {
  padding-top: 30px; }

.padding-a-large {
  padding: 30px; }

.margin-b-large {
  margin-bottom: 30px; }

.margin-l-large {
  margin-left: 30px; }

.margin-r-large {
  margin-right: 30px; }

.margin-t-large {
  margin-top: 30px; }

.margin-a-large {
  margin: 30px; }

.padding-b-xlarge {
  padding-bottom: 60px; }

.padding-l-xlarge {
  padding-left: 60px; }

.padding-r-xlarge {
  padding-right: 60px; }

.padding-t-xlarge {
  padding-top: 60px; }

.padding-a-xlarge {
  padding: 60px; }

.margin-b-xlarge {
  margin-bottom: 60px; }

.margin-l-xlarge {
  margin-left: 60px; }

.margin-r-xlarge {
  margin-right: 60px; }

.margin-t-xlarge {
  margin-top: 60px; }

.margin-a-xlarge {
  margin: 60px; }

.uppercase {
  text-transform: uppercase; }

.layout {
  float: left;
  position: relative;
  width: 100%; }

a.highlight {
  position: relative;
  text-decoration: none; }
  a.highlight::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center right;
    transform: scaleX(0);
    background-color: white;
    z-index: -1; }
  a.highlight span {
    color: white; }
  a.highlight:hover {
    color: #26241e !important; }
    a.highlight:hover span {
      color: #26241e; }
    a.highlight:hover::after {
      transform-origin: center left;
      transform: scaleX(1);
      z-index: -1; }

a.btn {
  background-color: #d8d8d3;
  color: #73736f;
  font-size: 17px;
  line-height: 17px;
  font-family: 'sofia-pro';
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 20px; }

a.btn:hover, a.btn.btn-blue {
  background-color: #2e99e6 !important;
  color: white !important;
  text-decoration: none;
  -webkit-transition: 0.2s -webkit-box-shadow ease, 0.2s box-shadow ease !important;
  transition: 0.2s box-shadow ease, 0.2s -webkit-box-shadow ease !important; }
  a.btn:hover:hover, a.btn.btn-blue:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.grid-overlay {
  position: absolute;
  padding-left: 75px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  @media (max-width: 991px) {
    .grid-overlay {
      padding-left: 0; } }
  .grid-overlay .col-md-2 {
    border-left: 2px solid rgba(0, 0, 0, 0.03);
    height: 100%; }
    .grid-overlay .col-md-2:nth-of-type(1) {
      border-left: 0px; }

.lrg-btn {
  background-color: #d8d8d3;
  color: #73736f;
  font-size: 19px;
  line-height: 19px;
  font-family: 'sofia-pro';
  font-weight: 700;
  padding: 18px 36px;
  border-radius: 36px; }

body.category,
body.archive {
  float: left; }

.arrow-btn {
  padding-left: 35px !important;
  position: relative;
  font-size: 18px;
  color: #2e99e6;
  text-decoration: none;
  transition: 0.25s padding-left ease-in;
  font-family: 'sofia-pro';
  font-weight: 700; }
  .arrow-btn::before {
    background: url("./img/right-arrow.png") no-repeat center center;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    background-size: 40% auto;
    background-color: #2e99e6;
    height: 25px;
    width: 25px;
    border-radius: 50%; }
  .arrow-btn:hover {
    padding-left: 40px; }

@keyframes linkAnimation {
  0% {
    background-position: right bottom;
    background-size: 100% .1rem; }
  50% {
    background-position: right bottom;
    background-size: 0% .1rem; }
  51% {
    background-position: left bottom;
    background-size: 0% .1rem; }
  100% {
    background-position: left bottom;
    background-size: 100% .1rem; } }

h1 {
  font-size: 60px;
  font-family: "alternate-gothic-no-1-d"; }

h2 {
  font-size: 56px;
  font-family: 'sofia-pro';
  font-weight: 700;
  line-height: 59px;
  letter-spacing: -2px;
  color: #26241e; }
  @media (max-width: 767px) {
    h2 {
      font-size: 44px;
      line-height: 44px;
      letter-spacing: -1.5px; } }

h3 {
  font-size: 24px;
  font-family: 'sofia-pro';
  font-weight: 700; }

h5 {
  font-family: 'sofia-pro';
  font-weight: 400; }

p,
span,
ul li,
td {
  font-family: 'sofia-pro';
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  color: #59564f; }
  @media (max-width: 640px) {
    p,
    span,
    ul li,
    td {
      font-size: 16px;
      line-height: 24px; } }

.text-shadow {
  text-shadow: 0px 6px 50px rgba(0, 0, 0, 0.75); }

.text-white {
  color: white !important; }

.light {
  opacity: 0.5; }

h1.page-title {
  font-size: 140px;
  color: white;
  line-height: 120px;
  margin-top: 20px;
  text-shadow: 0px 8px 30px rgba(80, 60, 40, 0.5); }
  @media (max-width: 767px) {
    h1.page-title {
      font-size: 60px;
      line-height: 54px;
      margin-top: 10px; } }

#masthead {
  width: 75px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999; }
  @media (max-width: 991px) {
    #masthead {
      width: 100%;
      height: 56px; } }
  #masthead .menu-container {
    position: absolute;
    width: 100vw;
    height: 100%;
    padding-left: 75px;
    top: 0;
    left: 0;
    background-color: #403d38;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
    transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
    overflow-y: scroll; }
    @media (max-width: 991px) {
      #masthead .menu-container {
        padding-left: 0;
        transform: translateY(-100px);
        height: auto;
        height: 100vh;
        width: 100%;
        overflow-y: scroll; } }
    #masthead .menu-container.active {
      opacity: 1;
      transform: translateX(0);
      visibility: visible; }
      #masthead .menu-container.active .menu-blocks .menu-block {
        transform: translateX(0) rotateY(0);
        opacity: 1; }
        @media (max-width: 991px) {
          #masthead .menu-container.active .menu-blocks .menu-block {
            transform: translateY(0) rotateY(0);
            opacity: 1; } }
    #masthead .menu-container .menu-blocks {
      float: left;
      height: 50%;
      width: 100%; }
      @media (max-width: 991px) {
        #masthead .menu-container .menu-blocks {
          height: auto;
          margin-top: 56px; } }
      #masthead .menu-container .menu-blocks .menu-block {
        height: 100%;
        transform: translateX(-100px) rotateY(20deg);
        opacity: 0;
        transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1); }
        #masthead .menu-container .menu-blocks .menu-block:nth-of-type(1) {
          -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s; }
        #masthead .menu-container .menu-blocks .menu-block:nth-of-type(2) {
          -webkit-transition-delay: 0.15s;
          transition-delay: 0.1s; }
        #masthead .menu-container .menu-blocks .menu-block:nth-of-type(3) {
          -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s; }
        @media (max-width: 991px) {
          #masthead .menu-container .menu-blocks .menu-block {
            height: auto;
            width: 100%;
            float: left;
            position: relative;
            transform: translateY(-100px) rotateY(20deg); } }
    #masthead .menu-container .menu-meta {
      float: left;
      height: auto;
      width: 100%;
      min-height: 50%;
      position: relative;
      padding: 30px 0 100px; }
      @media (max-width: 991px) {
        #masthead .menu-container .menu-meta {
          height: auto;
          padding: 30px 0 100px; } }
      #masthead .menu-container .menu-meta h3 {
        float: left;
        width: 100%;
        margin-top: 0; }
      #masthead .menu-container .menu-meta .gform-wrapper {
        margin: 0 0; }
        #masthead .menu-container .menu-meta .gform-wrapper .gform_body {
          margin: 0 0; }
      #masthead .menu-container .menu-meta .form-group {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding-left: 0; }
        @media (max-width: 991px) {
          #masthead .menu-container .menu-meta .form-group {
            margin: 0 0; } }
        #masthead .menu-container .menu-meta .form-group input {
          width: 100%;
          height: 45px;
          padding-left: 40px;
          border-radius: 40px;
          font-family: 'sofia-pro';
          font-weight: 400; }
          #masthead .menu-container .menu-meta .form-group input:focus {
            outline: 0px; }
      #masthead .menu-container .menu-meta form.navbar-form {
        padding-left: 0px;
        margin-top: 0; }
      #masthead .menu-container .menu-meta .gform_wrapper {
        float: left !important;
        margin: 0 !important;
        width: 100% !important; }
        #masthead .menu-container .menu-meta .gform_wrapper form {
          position: relative !important;
          float: left !important;
          width: 100% !important; }
        #masthead .menu-container .menu-meta .gform_wrapper .gform_body {
          float: left !important;
          max-width: 360px !important;
          width: 70% !important; }
          @media (max-width: 640px) {
            #masthead .menu-container .menu-meta .gform_wrapper .gform_body {
              width: 100% !important; } }
        #masthead .menu-container .menu-meta .gform_wrapper .gform_heading {
          display: none !important; }
        #masthead .menu-container .menu-meta .gform_wrapper .gfield_label {
          display: none !important; }
        #masthead .menu-container .menu-meta .gform_wrapper .ginput_container {
          float: left !important;
          width: 100% !important; }
          #masthead .menu-container .menu-meta .gform_wrapper .ginput_container input {
            background: transparent !important;
            border: 0px !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
            font-size: 14px !important;
            width: 100% !important;
            transition: 0.2s border-bottom ease-out; }
            #masthead .menu-container .menu-meta .gform_wrapper .ginput_container input:focus {
              outline: 0px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important; }
        #masthead .menu-container .menu-meta .gform_wrapper .gform_footer {
          float: left !important;
          width: 30% !important;
          margin-top: 5px !important;
          padding-bottom: 0px !important;
          font-size: 17px !important;
          clear: none !important;
          font-family: 'sofia-pro';
          font-weight: 700; }
          @media (max-width: 640px) {
            #masthead .menu-container .menu-meta .gform_wrapper .gform_footer {
              width: 60% !important;
              margin: 5px 20%; } }
          #masthead .menu-container .menu-meta .gform_wrapper .gform_footer input {
            padding: 10px 40px !important;
            border-radius: 30px !important;
            border: 0px !important;
            outline: 0px !important;
            color: rgba(0, 0, 0, 0.5) !important;
            background-color: white !important;
            -webkit-appearance: unset !important; }
      #masthead .menu-container .menu-meta form.navbar-form button {
        position: absolute;
        left: 15px;
        top: 0;
        height: 45px;
        background: transparent;
        border: 0px; }
        @media (max-width: 991px) {
          #masthead .menu-container .menu-meta form.navbar-form button {
            top: 0;
            left: 15px; } }
        @media (max-width: 767px) {
          #masthead .menu-container .menu-meta form.navbar-form button {
            left: 0;
            top: 10px; } }
        #masthead .menu-container .menu-meta form.navbar-form button:focus {
          outline: 0px; }
      #masthead .menu-container .menu-meta .mailing-form {
        float: left;
        max-width: 500px; }
        #masthead .menu-container .menu-meta .mailing-form div.col-xs-12,
        #masthead .menu-container .menu-meta .mailing-form div.col-md-6 {
          padding-left: 0 !important; }
        #masthead .menu-container .menu-meta .mailing-form .form-control {
          background-color: transparent;
          outline: 0px;
          border: 0px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.6);
          border-radius: 0;
          margin: 10px 0;
          transition: 0.25s border-bottom ease-out;
          color: white; }
          #masthead .menu-container .menu-meta .mailing-form .form-control:focus {
            border-bottom: 1px solid white;
            outline: 0px;
            box-shadow: 0px 0px 0px; }
        #masthead .menu-container .menu-meta .mailing-form .submit-container {
          margin: 15px 0 !important;
          font-size: 17px !important;
          clear: none !important;
          font-family: 'sofia-pro';
          font-weight: 700; }
          #masthead .menu-container .menu-meta .mailing-form .submit-container input {
            padding: 10px 40px !important;
            border-radius: 30px !important;
            border: 0px !important;
            outline: 0px !important;
            color: rgba(0, 0, 0, 0.5) !important;
            background-color: white !important;
            -webkit-appearance: unset !important;
            font-weight: 700; }
      #masthead .menu-container .menu-meta .footer-nav-container {
        padding: 30px 0;
        float: left;
        width: 100%; }
        #masthead .menu-container .menu-meta .footer-nav-container > div {
          padding: 0 0; }
        #masthead .menu-container .menu-meta .footer-nav-container ul.menu-nav-footer-left li a {
          font-family: 'sofia-pro';
          font-weight: 700; }
        #masthead .menu-container .menu-meta .footer-nav-container ul {
          list-style-type: none;
          padding-left: 0; }
          #masthead .menu-container .menu-meta .footer-nav-container ul li {
            padding-bottom: 7px; }
          #masthead .menu-container .menu-meta .footer-nav-container ul a {
            color: white;
            padding: 0 10px; }
      #masthead .menu-container .menu-meta ul.social-buttons {
        list-style-type: none;
        float: left;
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0; }
        #masthead .menu-container .menu-meta ul.social-buttons li {
          float: left;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #26241e;
          margin-right: 15px; }
          #masthead .menu-container .menu-meta ul.social-buttons li:hover {
            background-color: white; }
            #masthead .menu-container .menu-meta ul.social-buttons li:hover i {
              color: #26241e; }
          #masthead .menu-container .menu-meta ul.social-buttons li a {
            position: relative;
            width: 100%;
            height: 100%;
            float: left;
            transition: 0.2s background-color cubic-bezier(0.19, 1, 0.22, 1); }
            #masthead .menu-container .menu-meta ul.social-buttons li a i {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -moz-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
              -o-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
              font-size: 24px;
              color: white;
              transition: 0.2s color cubic-bezier(0.19, 1, 0.22, 1); }
      #masthead .menu-container .menu-meta div.menu-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
        #masthead .menu-container .menu-meta div.menu-footer ul.menu-footer-links {
          font-family: 'sofia-pro';
          font-weight: 400;
          background-color: rgba(38, 36, 30, 0.33);
          margin-bottom: 0;
          padding-left: 30px; }
          #masthead .menu-container .menu-meta div.menu-footer ul.menu-footer-links li {
            margin-right: 20px;
            padding: 20px 0;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.5px;
            color: rgba(255, 255, 255, 0.8); }
            @media (max-width: 640px) {
              #masthead .menu-container .menu-meta div.menu-footer ul.menu-footer-links li {
                display: block;
                padding: 5px 0; } }
            #masthead .menu-container .menu-meta div.menu-footer ul.menu-footer-links li a {
              color: rgba(255, 255, 255, 0.8);
              padding: 0 10px; }
    #masthead .menu-container div.nav-container {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 991px) {
        #masthead .menu-container div.nav-container {
          position: relative;
          float: left;
          height: auto;
          padding: 40px 0;
          width: 100%;
          -webkit-transform: translateX(0) translateY(0);
          -moz-transform: translateX(0) translateY(0);
          -ms-transform: translateX(0) translateY(0);
          -o-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
          left: unset;
          top: unset; } }
    #masthead .menu-container h2.nav-title {
      font-family: "alternate-gothic-no-1-d";
      font-size: 48px;
      margin-bottom: 5px;
      letter-spacing: 2px; }
    #masthead .menu-container .menu ul,
    #masthead .menu-container ul.menu {
      list-style-type: none;
      text-align: center;
      padding-left: 0; }
      #masthead .menu-container .menu ul li,
      #masthead .menu-container ul.menu li {
        font-size: 20px;
        color: white;
        text-shadow: 0px 6px 50px rgba(0, 0, 0, 0.75);
        line-height: unset; }
        #masthead .menu-container .menu ul li:nth-of-type(1),
        #masthead .menu-container ul.menu li:nth-of-type(1) {
          font-family: "alternate-gothic-no-1-d";
          text-transform: uppercase;
          font-size: 48px; }
        #masthead .menu-container .menu ul li a,
        #masthead .menu-container ul.menu li a {
          color: white;
          text-decoration: none;
          transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          position: relative;
          padding: 0 10px; }
          #masthead .menu-container .menu ul li a::after,
          #masthead .menu-container ul.menu li a::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
            transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            transform-origin: center right;
            transform: scaleX(0);
            background-color: white;
            z-index: -1; }
          #masthead .menu-container .menu ul li a:hover,
          #masthead .menu-container ul.menu li a:hover {
            color: #26241e; }
            #masthead .menu-container .menu ul li a:hover::after,
            #masthead .menu-container ul.menu li a:hover::after {
              transform-origin: center left;
              transform: scaleX(1);
              z-index: -1; }
  #masthead .side-bar {
    height: 100%;
    width: 100%;
    background-color: #441a66;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3); }
    #masthead .side-bar .small-btm-icon {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 16px 18px; }
      #masthead .side-bar .small-btm-icon img {
        width: 100%;
        height: auto; }
  #masthead .top-bar {
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    z-index: 999999;
    background-color: #441a66; }
    #masthead .top-bar .logo-container {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      #masthead .top-bar .logo-container img {
        height: 100%;
        width: auto;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: 0;
        padding: 5px 0; }
  #masthead .social-btns-container > span,
  #masthead .language-switcher > span {
    font-size: 10px;
    line-height: 74px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.25s color cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.25s color cubic-bezier(0.19, 1, 0.22, 1);
    color: rgba(255, 255, 255, 0.6);
    font-family: 'sofia-pro';
    font-weight: 700; }
    #masthead .social-btns-container > span:hover,
    #masthead .language-switcher > span:hover {
      color: white; }
      #masthead .social-btns-container > span:hover::after,
      #masthead .language-switcher > span:hover::after {
        color: white; }
    #masthead .social-btns-container > span::after,
    #masthead .language-switcher > span::after {
      content: "\e114";
      font-family: 'Glyphicons Halflings';
      position: absolute;
      display: block;
      top: -15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.25s color cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.25s color cubic-bezier(0.19, 1, 0.22, 1);
      height: 10px;
      width: 10px;
      font-size: 1.2em; }
  #masthead .language-switcher span {
    font-size: 15px; }
  #masthead .language-switcher > span::after {
    font-size: 0.8em;
    top: -10px; }
  #masthead .language-switcher:hover ul#menu-language-menu {
    max-height: 200px; }
  #masthead .language-switcher ul#menu-language-menu {
    max-height: 0;
    transition: 0.2s max-height ease-out;
    overflow: hidden; }
    #masthead .language-switcher ul#menu-language-menu li span {
      color: rgba(255, 255, 255, 0.6);
      transition: 0.2s color ease-out; }
    #masthead .language-switcher ul#menu-language-menu li a:hover span {
      color: white; }
    #masthead .language-switcher ul#menu-language-menu li a::before,
    #masthead .language-switcher ul#menu-language-menu li a::after {
      display: none; }
  #masthead .language-switcher ul.sub-menu {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0; }
  #masthead .social-btns-container {
    color: rgba(255, 255, 255, 0.6);
    height: 74px;
    width: 74px;
    display: block;
    position: relative; }
    #masthead .social-btns-container:hover ~ .large-pagination {
      opacity: 0.1;
      pointer-events: none; }
    #masthead .social-btns-container:hover ul.social-btns {
      max-height: 500px; }
      #masthead .social-btns-container:hover ul.social-btns li {
        opacity: 1;
        transform: scale(1); }
        #masthead .social-btns-container:hover ul.social-btns li:nth-of-type(1) {
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
        #masthead .social-btns-container:hover ul.social-btns li:nth-of-type(2) {
          -webkit-transition-delay: 0.05s;
          -moz-transition-delay: 0.05s;
          -o-transition-delay: 0.05s;
          transition-delay: 0.05s; }
        #masthead .social-btns-container:hover ul.social-btns li:nth-of-type(3) {
          -webkit-transition-delay: 0.1s;
          -moz-transition-delay: 0.1s;
          -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }
        #masthead .social-btns-container:hover ul.social-btns li:nth-of-type(4) {
          -webkit-transition-delay: 0.15s;
          -moz-transition-delay: 0.15s;
          -ms-transition-delay: 0.15s;
          -o-transition-delay: 0.15s;
          transition-delay: 0.15s; }
        #masthead .social-btns-container:hover ul.social-btns li:nth-of-type(5) {
          -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
        #masthead .social-btns-container:hover ul.social-btns li a {
          transition: 0.2s color ease-out; }
          #masthead .social-btns-container:hover ul.social-btns li a:hover {
            color: white; }
  #masthead ul.social-btns {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    -webkit-transition: 0.25s height cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.25s height cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 0;
    pointer-events: none; }
    #masthead ul.social-btns li {
      display: block;
      text-align: center;
      padding: 0px 0px 15px;
      color: #6d6c68;
      opacity: 0;
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transition: 0.25s all cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.25s all cubic-bezier(0.19, 1, 0.22, 1);
      pointer-events: auto; }
      #masthead ul.social-btns li:nth-of-type(1) {
        -webkit-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s; }
      #masthead ul.social-btns li:nth-of-type(2) {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      #masthead ul.social-btns li:nth-of-type(3) {
        -webkit-transition-delay: 0.05s;
        -moz-transition-delay: 0.05s;
        -o-transition-delay: 0.05s;
        transition-delay: 0.05s; }
      #masthead ul.social-btns li:nth-of-type(4) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
      #masthead ul.social-btns li:nth-of-type(5) {
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s; }
      #masthead ul.social-btns li:nth-of-type(2) a i {
        font-size: 18px; }
      #masthead ul.social-btns li a {
        display: block;
        color: rgba(255, 255, 255, 0.6); }
        #masthead ul.social-btns li a i {
          font-size: 22px; }

#mobile-menu-toggle {
  background-color: #62259a;
  height: 75px;
  position: relative; }
  #mobile-menu-toggle.active {
    background-color: white; }
    #mobile-menu-toggle.active .hamburger-inner,
    #mobile-menu-toggle.active .hamburger-inner::after,
    #mobile-menu-toggle.active .hamburger-inner::before {
      background-color: #26241e;
      height: 3px;
      width: 24px; }
    #mobile-menu-toggle.active svg path {
      stroke: #26241e; }
  #mobile-menu-toggle svg {
    width: 70px;
    height: 75px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    @media (max-width: 991px) {
      #mobile-menu-toggle svg {
        height: 56px;
        width: 50px; } }
  #mobile-menu-toggle path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 40px;
    stroke-linecap: square;
    stroke: white;
    stroke-dashoffset: 0px; }
  #mobile-menu-toggle path#top,
  #mobile-menu-toggle path#bottom {
    stroke-dasharray: 240px 950px; }
  #mobile-menu-toggle path#middle {
    stroke-dasharray: 240px 240px; }
  #mobile-menu-toggle .cross path#top,
  #mobile-menu-toggle .cross path#bottom {
    stroke-dashoffset: -650px;
    stroke-dashoffset: -650px; }
  #mobile-menu-toggle .cross path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px; }
  @media (max-width: 991px) {
    #mobile-menu-toggle {
      height: 56px;
      width: 56px; } }
  #mobile-menu-toggle .hamburger {
    height: 100%;
    width: 100%;
    padding: 0; }
    @media (max-width: 991px) {
      #mobile-menu-toggle .hamburger {
        padding: 0px 2px; } }
  #mobile-menu-toggle .hamburger-box {
    height: unset;
    width: unset; }
  #mobile-menu-toggle .hamburger-inner,
  #mobile-menu-toggle .hamburger-inner::after,
  #mobile-menu-toggle .hamburger-inner::before {
    background-color: white;
    height: 3px;
    width: 24px; }
  #mobile-menu-toggle .hamburger-inner::before {
    top: -8px; }
  #mobile-menu-toggle .hamburger-inner::after {
    bottom: -8px; }

footer {
  display: none; }

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 10px 10px 0; }
  .back-to-top .inner {
    background-color: #26241e;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: 0.2s opacity ease-out;
    opacity: 0.8; }
    .back-to-top .inner:hover {
      opacity: 1; }
    .back-to-top .inner span {
      color: white;
      padding: 12px 15px 15px; }

@media (max-width: 991px) {
  #awwwards {
    top: 100px !important; } }

.layout.layout-home-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
   }
  .layout.layout-home-video .logo-container {
    width: 200px;
    height: 210px;
    position: relative;
    display: block;
    margin: 45px auto 0; }
    @media (max-width: 991px) {
      .layout.layout-home-video .logo-container {
        display: none; } }
    .layout.layout-home-video .logo-container img {
      width: 100%;
      height: auto; }
  .layout.layout-home-video .inner {
    width: 100%;
    float: left;
    padding: 50px 50px 0 50px;
    min-height: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
    background: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));}
    @media screen and (max-width: 414px) {
      .layout.layout-home-video .inner {
        min-height: 100%;
      }
    }
    .layout.layout-home-video .inner h1,
    .layout.layout-home-video .inner h5 {
      letter-spacing: 3px;
      font-family: "alternate-gothic-no-1-d"; }
    .layout.layout-home-video .inner h1 {
      font-size: 30px; }
    .layout.layout-home-video .inner h5 {
      font-size: 20px; }
  .layout.layout-home-video .home-path {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .layout.layout-home-video .home-path-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .layout.layout-home-video .video-container {
     }
  .layout.layout-home-video .play-btn {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0; }
    .layout.layout-home-video .play-btn a {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

    .layout.layout-home-video .banner {
      
    display: none;
    position: absolute;
    right: 40px;
    top: 100px;
    
    }

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .layout.layout-home-video .banner {
      
    width: 100%;
    position: absolute;
    bottom: 55px;
    top: auto;
    right: auto;
    
    }
}

@media screen and (max-width: 767px) {
  .layout.layout-home-video .banner {
      
    width: 100%;
    position: absolute;
    bottom: 55px;
    top: auto;
    right: auto;
    
    }
}
    .layout.layout-home-video .banner a {
      display: block;
      text-align: center;
    }

a.beacon-link {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 75px;
  width: 75px; }
  @media (min-width: 768px) {
    a.beacon-link:hover .beacon-text h3 {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    a.beacon-link:hover .beacon-text p {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      transition-delay: 0.125s; } }
  a.beacon-link .beacon-text {
    position: absolute; }
    a.beacon-link .beacon-text h3 {
      -webkit-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
      transition-delay: 0.125s; }
    a.beacon-link .beacon-text p {
      opacity: 0;
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px);
      -webkit-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
      transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      width: 250px;
      font-size: 15px;
      line-height: 20px; }
  a.beacon-link::before, a.beacon-link::after {
    height: 35px;
    width: 35px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    -webkit-animation: 4s ripple infinite;
    -moz-animation: 4s ripple infinite;
    -ms-animation: 4s ripple infinite;
    -o-animation: 4s ripple infinite;
    animation: 4s ripple infinite;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17.5px;
    margin-top: -17.5px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  a.beacon-link::after {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s; }
  a.beacon-link.one {
    margin-left: -408px;
    margin-top: -65px; }
    @media (max-width: 767px) {
      a.beacon-link.one {
        margin-left: -151px;
        margin-top: -85px; } }
    a.beacon-link.one .beacon-text {
      top: 39px;
      left: 39%; }
      a.beacon-link.one .beacon-text h3 {
        width: 200px; }
      a.beacon-link.one .beacon-text p {
        padding-left: 30px; }
  
a.beacon-link.two {
    margin-left: -200px;
    margin-top: 171px;}
    @media (max-width: 767px) {
      a.beacon-link.two {
        margin-left: -175px;
        margin-top: 91px; } }
    a.beacon-link.two .beacon-text {
      left: 55px;
      top: -10px; }
      a.beacon-link.two .beacon-text h3 {
        width: 150px; }
      a.beacon-link.two .beacon-text p {
        padding-left: 30px; }
 
 a.beacon-link.three {
    margin-left: 130px;
    margin-top: 132px; }
    @media (max-width: 767px) {
      a.beacon-link.three {
        margin-left: -115px;
        margin-top: 125px; } }
    a.beacon-link.three .beacon-text {
      left: 39%;
      top: 39px; }
      a.beacon-link.three .beacon-text h3 {
        width: 150px; }
      a.beacon-link.three .beacon-text p {
        padding-left: 30px; }

	a.beacon-link.four {
			margin-left: 260px;
                        margin-top: -82px; }
			@media (max-width: 767px) {
			  a.beacon-link.four {
				margin-left: 12px;
				margin-top: 3px; } 
 				a.beacon-link.four .beacon-text h3 {
				width: 120px; } }
			a.beacon-link.four .beacon-text {
			  left: 39%;
			  top: 29px; }
			  a.beacon-link.four .beacon-text h3 {
				width: 150px; }
			  a.beacon-link.four .beacon-text p {
				padding-left: 30px; }

.ekko-lightbox.modal {
  background: rgba(0, 0, 0, 0.75) !important; }

.ekko-lightbox.modal .modal-dialog {
  max-width: 1200px !important;
  background: black; }
  .ekko-lightbox.modal .modal-dialog .modal-content {
    background: transparent !important; }
  .ekko-lightbox.modal .modal-dialog .modal-header {
    background: transparent;
    border-bottom: 0px; }
    .ekko-lightbox.modal .modal-dialog .modal-header button.close {
      font-size: 50px;
      opacity: 0.75; }
      .ekko-lightbox.modal .modal-dialog .modal-header button.close:hover {
        opacity: 1; }
      .ekko-lightbox.modal .modal-dialog .modal-header button.close span {
        color: white;
        font-size: 50px; }
  .ekko-lightbox.modal .modal-dialog .modal-body {
    background: transparent; }

.ekko-lightbox-container {
  height: auto !important; }

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }

@-moz-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }

@-ms-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }

@-o-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }

.layout.layout-content-hero {
  height: 800px;
  width: 100%;
  position: relative;
  float: left; }
  @media (max-width: 767px) {
    .layout.layout-content-hero {
      height: 400px;
      margin-top: 56px; } }
  .layout.layout-content-hero .inner {
    padding-left: 75px; }
    @media (max-width: 991px) {
      .layout.layout-content-hero .inner {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .layout.layout-content-hero .inner .container {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  .layout.layout-content-hero .logo-container {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 140px;
    height: 140px; }
    .layout.layout-content-hero .logo-container img {
      width: 100%;
      height: auto; }
    @media (max-width: 991px) {
      .layout.layout-content-hero .logo-container {
        display: none; } }
  .layout.layout-content-hero .breadcrumbs {
    position: absolute;
    left: 130px;
    top: 50px; }
    @media (max-width: 991px) {
      .layout.layout-content-hero .breadcrumbs {
        left: 30px;
        top: 76px; } }
    @media (max-width: 767px) {
      .layout.layout-content-hero .breadcrumbs {
        top: 20px;
        left: 30px; } }
    .layout.layout-content-hero .breadcrumbs span.fa {
      color: rgba(255, 255, 255, 0.3); }
    .layout.layout-content-hero .breadcrumbs span a {
      text-decoration: none; }
      .layout.layout-content-hero .breadcrumbs span a:hover span {
        color: white !important; }
      .layout.layout-content-hero .breadcrumbs span a span {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 0.2px;
        transition: 0.2s color ease-out; }
      .layout.layout-content-hero .breadcrumbs span a.current-item {
        display: none; }
        .layout.layout-content-hero .breadcrumbs span a.current-item span {
          color: rgba(255, 255, 255, 0.8);
          font-weight: 700; }
    .layout.layout-content-hero .breadcrumbs .bc-logo {
      float: left;
      margin-right: 10px; }
      .layout.layout-content-hero .breadcrumbs .bc-logo img {
        width: 100%;
        height: auto; }
  .layout.layout-content-hero .text-container {
    position: relative;
    top: 170px; }
    @media (max-width: 767px) {
      .layout.layout-content-hero .text-container {
        top: 80px; } }
  .layout.layout-content-hero span.page-subtitle {
    font-size: 15px;
    letter-spacing: 2px;
    color: white;
    font-weight: 700;
    text-shadow: 0px 2px 9px rgba(90, 60, 40, 0.4); }
    @media (max-width: 767px) {
      .layout.layout-content-hero span.page-subtitle {
        font-size: 14px;
        letter-spacing: 1.5px; } }

.layout.layout-blog-hero {
  height: 280px;
  width: 100%;
  position: relative;
  float: left; }
  .layout.layout-blog-hero .logo-container {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 140px;
    height: 140px; }
    .layout.layout-blog-hero .logo-container img {
      width: 100%;
      height: auto; }
    @media (max-width: 991px) {
      .layout.layout-blog-hero .logo-container {
        display: none; } }
  .layout.layout-blog-hero .text-container {
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .layout.layout-blog-hero h1.page-title {
    font-size: 80px;
    color: black;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 0px; }
  .layout.layout-blog-hero span.page-subtitle {
    font-size: 16px;
    letter-spacing: 1.5px;
    color: black; }
  .layout.layout-blog-hero p {
    color: #6d6c68; }

.layout.layout-blocks-page,
.layout.layout-large {
  float: left;
  position: relative;
  width: 100%;
  background: url("./img/wsj-paper-bg.jpg") repeat 0 0;
  background-size: 100% auto;
  padding: 30px 0 100px; }
  .layout.layout-blocks-page h2 a,
  .layout.layout-large h2 a {
    background-image: linear-gradient(180deg, transparent 65%, #2e99e6 5%, #2e99e6 85%, transparent 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: #26241e;
    text-decoration: none; }
    .layout.layout-blocks-page h2 a:hover,
    .layout.layout-large h2 a:hover {
      background-size: 100% 100%; }
  .layout.layout-blocks-page .inner,
  .layout.layout-large .inner {
    padding-left: 75px;
    margin-top: -240px; }
    @media (max-width: 767px) {
      .layout.layout-blocks-page .inner,
      .layout.layout-large .inner {
        margin-top: -120px; } }
    @media (max-width: 991px) {
      .layout.layout-blocks-page .inner,
      .layout.layout-large .inner {
        padding-left: 0; } }
    .layout.layout-blocks-page .inner ol,
    .layout.layout-blocks-page .inner ul,
    .layout.layout-large .inner ol,
    .layout.layout-large .inner ul {
      margin-top: 0;
      margin-bottom: 29px; }
  .layout.layout-blocks-page .row,
  .layout.layout-large .row {
    padding: 50px 0; }
  @media (max-width: 767px) {
    .layout.layout-blocks-page .container-fluid > .row:nth-of-type(1),
    .layout.layout-blocks-page .inner > .row:nth-of-type(1),
    .layout.layout-large .container-fluid > .row:nth-of-type(1),
    .layout.layout-large .inner > .row:nth-of-type(1) {
      padding-top: 0;
      padding-bottom: 20px; } }
  .layout.layout-blocks-page .content-block,
  .layout.layout-blocks-page .content-block-image,
  .layout.layout-blocks-page .content-block-title,
  .layout.layout-large .content-block,
  .layout.layout-large .content-block-image,
  .layout.layout-large .content-block-title {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 1.5s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1), 2s opacity cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 1.5s -moz-transform cubic-bezier(0.19, 1, 0.22, 1), 2s opacity cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 1.5s -ms-transform cubic-bezier(0.19, 1, 0.22, 1), 2s opacity cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1.5s -o-transform cubic-bezier(0.19, 1, 0.22, 1), 2s opacity cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1.5s transform cubic-bezier(0.19, 1, 0.22, 1), 2s opacity cubic-bezier(0.19, 1, 0.22, 1); }
    .layout.layout-blocks-page .content-block.inview,
    .layout.layout-blocks-page .content-block-image.inview,
    .layout.layout-blocks-page .content-block-title.inview,
    .layout.layout-large .content-block.inview,
    .layout.layout-large .content-block-image.inview,
    .layout.layout-large .content-block-title.inview {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  .layout.layout-blocks-page .content-block,
  .layout.layout-large .content-block {
    -webkit-transition-delay: 0.125s !important;
    -moz-transition-delay: 0.125s !important;
    -ms-transition-delay: 0.125s !important;
    -o-transition-delay: 0.125s !important;
    transition-delay: 0.125s !important; }
    .layout.layout-blocks-page .content-block p a,
    .layout.layout-large .content-block p a {
      color: #83817c;
      text-decoration: none;
      background-image: -webkit-linear-gradient(#2e99e6, #2e99e6);
      background-image: linear-gradient(#2e99e6, #2e99e6);
      background-size: 100% .1rem;
      background-repeat: no-repeat;
      background-position: left bottom;
      transition: 0.2s color ease-out; }
      .layout.layout-blocks-page .content-block p a:hover,
      .layout.layout-large .content-block p a:hover {
        color: #2e99e6;
        animation: linkAnimation 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .layout.layout-blocks-page .content-block p a.learn-more,
      .layout.layout-large .content-block p a.learn-more {
        background-image: unset; }
    .layout.layout-blocks-page .content-block p,
    .layout.layout-large .content-block p {
      margin-bottom: 29px; }
      @media (max-width: 767px) {
        .layout.layout-blocks-page .content-block p,
        .layout.layout-large .content-block p {
          padding-right: 15px;
          padding-left: 15px; } }
    @media (max-width: 767px) {
      .layout.layout-blocks-page .content-block h2,
      .layout.layout-large .content-block h2 {
        padding-right: 15px;
        padding-left: 15px; } }
  @media (max-width: 767px) {
    .layout.layout-blocks-page .content-block-title h2,
    .layout.layout-large .content-block-title h2 {
      padding-right: 15px;
      padding-left: 15px; } }
  .layout.layout-blocks-page .content-block-image,
  .layout.layout-large .content-block-image {
    -webkit-transition-delay: 0.3s !important;
    -moz-transition-delay: 0.3s !important;
    -ms-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
    padding-left: 0; }
    @media (max-width: 991px) {
      .layout.layout-blocks-page .content-block-image,
      .layout.layout-large .content-block-image {
        padding-left: 30px !important;
        padding-right: 30px !important; } }
    .layout.layout-blocks-page .content-block-image img,
    .layout.layout-large .content-block-image img {
      -webkit-box-shadow: 0px 33px 93px -13px rgba(80, 60, 40, 0.6);
      -moz-box-shadow: 0px 33px 93px -13px rgba(80, 60, 40, 0.6);
      box-shadow: 0px 33px 93px -13px rgba(80, 60, 40, 0.6); }
  .layout.layout-blocks-page .content-block-title,
  .layout.layout-large .content-block-title {
    -webkit-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }
  .layout.layout-blocks-page.small-page,
  .layout.layout-large.small-page {
    background: url("./img/small-bg.png") no-repeat bottom center, url("./img/wsj-paper-bg.jpg") repeat 0 0;
    background-size: 100% auto; }
    @media (max-width: 991px) {
      .layout.layout-blocks-page.small-page p.arrow-btn,
      .layout.layout-large.small-page p.arrow-btn {
        width: auto !important;
        display: inline-block;
        margin: 0 auto;
        text-align: left; } }
    .layout.layout-blocks-page.small-page .content-block,
    .layout.layout-large.small-page .content-block {
      z-index: 9; }
      @media (max-width: 991px) {
        .layout.layout-blocks-page.small-page .content-block,
        .layout.layout-large.small-page .content-block {
          text-align: center; } }
      .layout.layout-blocks-page.small-page .content-block h2,
      .layout.layout-large.small-page .content-block h2 {
        position: relative;
        padding-bottom: 30px; }
        @media (min-width: 1050px) {
          .layout.layout-blocks-page.small-page .content-block h2,
          .layout.layout-large.small-page .content-block h2 {
            padding-left: 30px; } }
      .layout.layout-blocks-page.small-page .content-block p,
      .layout.layout-large.small-page .content-block p {
        width: 270px;
        margin-left: 30px;
        max-width: 100%; }
        @media (min-width: 992px) and (max-width: 1050px) {
          .layout.layout-blocks-page.small-page .content-block p,
          .layout.layout-large.small-page .content-block p {
            margin-left: 0; } }
        @media (max-width: 991px) {
          .layout.layout-blocks-page.small-page .content-block p,
          .layout.layout-large.small-page .content-block p {
            width: 100%;
            margin-left: 0; } }
    .layout.layout-blocks-page.small-page .content-block-image,
    .layout.layout-large.small-page .content-block-image {
      position: relative;
      z-index: 8;
      padding-left: 0;
      padding-right: 0; }
      .layout.layout-blocks-page.small-page .content-block-image div.overlay,
      .layout.layout-large.small-page .content-block-image div.overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .layout.layout-blocks-page.small-page .content-block.odd,
    .layout.layout-large.small-page .content-block.odd {
      float: right !important;
      z-index: 999; }
      @media (min-width: 992px) and (max-width: 1020px) {
        .layout.layout-blocks-page.small-page .content-block.odd h2,
        .layout.layout-large.small-page .content-block.odd h2 {
          font-size: 49px !important; }
        .layout.layout-blocks-page.small-page .content-block.odd p,
        .layout.layout-large.small-page .content-block.odd p {
          font-size: 18px !important; } }
      .layout.layout-blocks-page.small-page .content-block.odd h2,
      .layout.layout-large.small-page .content-block.odd h2 {
        padding-top: 40px; }
        @media (max-width: 991px) {
          .layout.layout-blocks-page.small-page .content-block.odd h2,
          .layout.layout-large.small-page .content-block.odd h2 {
            margin-left: 0;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 20px; } }
    .layout.layout-blocks-page.small-page .content-block-image.odd,
    .layout.layout-large.small-page .content-block-image.odd {
      float: left !important; }
    .layout.layout-blocks-page.small-page .content-block.even,
    .layout.layout-large.small-page .content-block.even {
      float: left; }
      .layout.layout-blocks-page.small-page .content-block.even h2,
      .layout.layout-large.small-page .content-block.even h2 {
        z-index: 999; }
        @media (max-width: 991px) {
          .layout.layout-blocks-page.small-page .content-block.even h2,
          .layout.layout-large.small-page .content-block.even h2 {
            padding-top: 20px; } }
      .layout.layout-blocks-page.small-page .content-block.even p,
      .layout.layout-large.small-page .content-block.even p {
        padding-left: 0px; }
    .layout.layout-blocks-page.small-page .content-block-image.even,
    .layout.layout-large.small-page .content-block-image.even {
      float: right; }
  .layout.layout-blocks-page.large-page .inner,
  .layout.layout-large.large-page .inner {
    margin-top: -120px; }
  .layout.layout-blocks-page.large-page .content-block p,
  .layout.layout-large.large-page .content-block p {
    padding-right: 90px; }
    @media (max-width: 767px) {
      .layout.layout-blocks-page.large-page .content-block p,
      .layout.layout-large.large-page .content-block p {
        padding-right: 15px; } }

p.wpml-ls-statics-post_translations {
  text-align: center;
  margin-top: 50px; }

.sub-paragraph {
  z-index: 999;
  position: relative; }
  .sub-paragraph p {
    font-family: 'sofia-pro';
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.3px;
    color: #26241e; }
    @media (max-width: 767px) {
      .sub-paragraph p {
        font-size: 18px;
        line-height: 28px;
        padding: 0 40px; } }

.layout.layout-page-content {
  padding-bottom: 100px;
  padding-top: 30px;
  padding-left: 75px; }
  @media (max-width: 991px) {
    .layout.layout-page-content {
      padding-left: 0; } }
  .layout.layout-page-content p a {
    color: #83817c;
    text-decoration: none;
    background-image: -webkit-linear-gradient(#2e99e6, #2e99e6);
    background-image: linear-gradient(#2e99e6, #2e99e6);
    background-size: 100% .1rem;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: 0.2s color ease-out; }
    .layout.layout-page-content p a:hover {
      color: #2e99e6;
      animation: linkAnimation 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .layout.layout-page-content .inner {
    margin-top: -240px; }
    @media (max-width: 767px) {
      .layout.layout-page-content .inner {
        margin-top: -175px; } }
    .layout.layout-page-content .inner p {
      margin-bottom: 29px; }
    .layout.layout-page-content .inner ul,
    .layout.layout-page-content .inner ol {
      margin-top: 0;
      margin-bottom: 29px; }

.layout.layout-archive-content {
  float: left;
  position: relative;
  width: 100%;
  padding: 30px 0 100px; }
  .layout.layout-archive-content .featured-container {
    position: relative; }
    .layout.layout-archive-content .featured-container::after {
      position: absolute;
      content: "";
      bottom: 10px;
      width: 90px;
      left: 50%;
      margin-left: -45px;
      height: 4px;
      background-color: rgba(0, 0, 0, 0.08); }
  .layout.layout-archive-content .featured-block {
    margin-bottom: 60px; }
  .layout.layout-archive-content .featured-block a {
    color: #26241e; }
  .layout.layout-archive-content #blog-list {
    margin-top: 30px; }
    .layout.layout-archive-content #blog-list h3 a, .layout.layout-archive-content #blog-list .meta a {
      color: #26241e; }
    .layout.layout-archive-content #blog-list .meta.light {
      opacity: 0.5; }
    .layout.layout-archive-content #blog-list .row {
      margin-bottom: 60px; }
  .layout.layout-archive-content img {
    -webkit-box-shadow: 0px 33px 93px -13px rgba(80, 60, 40, 0.6);
    -moz-box-shadow: 0px 33px 93px -13px rgba(80, 60, 40, 0.6);
    box-shadow: 0px 33px 93px -13px rgba(80, 60, 40, 0.6); }
  .layout.layout-archive-content ul.categories-list {
    display: block;
    position: relative;
    z-index: 9999; }
    .layout.layout-archive-content ul.categories-list li {
      padding: 0 10px; }
    .layout.layout-archive-content ul.categories-list li a {
      font-size: 13px;
      font-family: 'sofia-pro';
      font-weight: 400;
      color: #9e9e9a;
      padding-bottom: 5px; }
      .layout.layout-archive-content ul.categories-list li a:hover {
        color: #262625;
        text-decoration: none;
        border-bottom: 2px solid black; }

.single {
  background: url("img/wsj-paper-bg.jpg") repeat 0 0;
  float: left; }
  .single .layout.layout-blog-hero {
    height: 180px; }
    .single .layout.layout-blog-hero h4.linkback a {
      color: #6d6c68;
      opacity: 0.5; }
  .single .layout.layout-blog-content {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 0 100px; }
    .single .layout.layout-blog-content h2 {
      margin-top: 0;
      margin-bottom: 20px; }
    .single .layout.layout-blog-content #blog-image {
      margin-bottom: 20px; }
    .single .layout.layout-blog-content #blog-copy {
      margin-top: 60px; }
      .single .layout.layout-blog-content #blog-copy .main-content {
        margin-top: 30px;
        margin-right: 75px; }
        .single .layout.layout-blog-content #blog-copy .main-content p {
          margin-bottom: 29px; }
    .single .layout.layout-blog-content .meta.light {
      opacity: 0.5;
      text-transform: capitalize; }
      .single .layout.layout-blog-content .meta.light a {
        color: #6d6c68; }
    .single .layout.layout-blog-content img {
      -webkit-box-shadow: 0px 33px 93px -13px rgba(80, 60, 40, 0.6);
      -moz-box-shadow: 0px 33px 93px -13px rgba(80, 60, 40, 0.6);
      box-shadow: 0px 33px 93px -13px rgba(80, 60, 40, 0.6); }

.drawer {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 75px;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
  background-color: white;
  z-index: 9999;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding-top: 75px; }
  @media (max-width: 1199px) {
    .drawer {
      width: 50%; } }
  @media (max-width: 991px) {
    .drawer {
      left: 0;
      top: 56px;
      height: calc(100% - 56px); } }
  @media (max-width: 640px) {
    .drawer {
      width: 100%; } }
  .drawer.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .drawer p {
    font-size: 19px;
    margin-bottom: 29px;
    line-height: 29px; }
  .drawer .drawer-content,
  .drawer .stories {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 40px; }
  .drawer .stories--story {
    float: left;
    position: relative;
    width: 100%; }
    .drawer .stories--story .text-container h2 {
      color: #4c4943;
      font-size: 30px !important;
      line-height: 38px; }
    .drawer .stories--story .text-container h5 {
      font-size: 16px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0;
      color: #4c4943; }
    .drawer .stories--story .text-container h6 {
      font-size: 14px;
      line-height: 22px;
      color: #4c4943; }
    .drawer .stories--story .text-container p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 22px;
      color: #4c4943; }
    .drawer .stories--story .text-container a.contact-link {
      color: #4c4943; }
    .drawer .stories--story .text-container a.contingent-website {
      font-weight: 700;
      font-size: 16px;
      color: #4c4943; }
    .drawer .stories--story .text-container .social-container {
      display: block;
      position: relative;
      width: 100%;
      margin-top: 20px; }
      .drawer .stories--story .text-container .social-container a {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 20px; }
        .drawer .stories--story .text-container .social-container a.facebook {
          background: url("./img/social-icons/facebook.jpg") no-repeat center center;
          background-size: 30px 30px; }
        .drawer .stories--story .text-container .social-container a.twitter {
          background: url("./img/social-icons/twitter.png") no-repeat center center;
          background-size: contain; }
        .drawer .stories--story .text-container .social-container a.linkedin {
          background: url("./img/social-icons/linkedin.png") no-repeat center center;
          background-size: contain; }
        .drawer .stories--story .text-container .social-container a.snapchat {
          background: url("./img/social-icons/snapchat.png") no-repeat center center;
          background-size: contain; }
        .drawer .stories--story .text-container .social-container a.instagram {
          background: url("./img/social-icons/instagram.png") no-repeat center center;
          background-size: contain; }
        .drawer .stories--story .text-container .social-container a.youtube {
          background: url("./img/social-icons/youtube.png") no-repeat center center;
          background-size: contain; }
  .drawer .drawer-top {
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    z-index: 999; }
    .drawer .drawer-top span {
      position: absolute;
      top: 50%;
      left: 30px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .drawer .drawer-top span.close {
      position: absolute;
      right: 30px;
      left: unset;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 25px;
      width: 25px;
      background: url("./img/close-btn.png") no-repeat center center;
      background-size: contain;
      opacity: 0.7; }
      .drawer .drawer-top span.close:hover {
        opacity: 1; }
  .drawer .img-container {
    width: 100%;
    height: 200px; }
  .drawer .text-container {
    padding: 0 30px;
    float: left;
    position: relative;
    width: 100%; }
    .drawer .text-container h2 {
      font-size: 40px;
      position: relative;
      padding-top: 13px; }
      .drawer .text-container h2 span.adventure-subtitle {
        position: absolute;
        left: 2px;
        top: 0;
        font-size: 14px;
        letter-spacing: 0.3px;
        font-weight: 700; }

div.mapplic-element {
  height: 100vh !important;
  width: calc(100% - 75px);
  right: 0;
  position: absolute;
  background-color: white; }
  div.mapplic-element .mapplic-container {
    height: 100% !important; }
  @media (max-width: 991px) {
    div.mapplic-element {
      width: 100%;
      left: 0; } }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.4; }

.mapplic-lightbox {
  display: none !important; }
  @media (max-width: 991px) {
    .mapplic-lightbox {
      left: 0;
      width: 50% !important; } }
  @media (max-width: 640px) {
    .mapplic-lightbox {
      left: 0;
      width: 100% !important; } }

.mapplic-tooltip {
  display: none !important; }

.logo-container.map {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 140px;
  height: 140px;
  z-index: 9999; }
  .logo-container.map img {
    width: 100%;
    height: auto; }
  @media (max-width: 991px) {
    .logo-container.map {
      display: none; } }

.legend-container {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3); }
  .legend-container .legend-container-top {
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #282520;
    z-index: 9; }
    .legend-container .legend-container-top span {
      position: absolute;
      top: 50%;
      left: 30px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: 'sofia-pro';
      font-weight: 700;
      color: white;
      font-size: 2em;
      letter-spacing: 1.5px;
      opacity: 0.7; }
    .legend-container .legend-container-top span.close {
      position: absolute;
      right: 30px;
      left: unset;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 100%;
      width: 25px;
      background: url("./img/close-btn.png") no-repeat center right;
      background-size: 25px 25px;
      opacity: 0.7;
      color: white;
      font-size: 20px;
      font-family: 'sofia-pro';
      font-weight: 400;
      text-align: right;
      padding-right: 30px;
      width: 200px;
      line-height: 50px; }
      .legend-container .legend-container-top span.close:hover {
        opacity: 1; }
  @media (min-width: 992px) {
    .legend-container {
      position: fixed;
      bottom: 40px;
      right: 20px;
      max-width: calc(100% - 95px);
      height: auto;
      position: absolute;
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px);
      opacity: 0;
      transition: 0.2s all ease;
      pointer-events: none; }
      .legend-container.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto; }
      .legend-container .legend-container-top {
        height: 40px; }
        .legend-container .legend-container-top span.close {
          line-height: 40px; } }
  @media (max-width: 991px) {
    .legend-container {
      position: fixed;
      height: 50%;
      width: 100%;
      overflow-y: scroll;
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px);
      opacity: 0;
      transition: 0.2s all ease;
      pointer-events: none;
      z-index: 999; }
      .legend-container.active {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto; }
        .legend-container.active img.map-legend {
          pointer-events: auto; }
      .legend-container img.map-legend {
        float: left;
        width: 100%;
        position: relative;
        bottom: unset;
        right: unset;
        pointer-events: none; }
      .legend-container .img-container {
        float: left;
        position: relative;
        height: calc(100% - 50px);
        overflow-y: scroll;
        width: 100%;
        z-index: 1;
        margin-top: 50px; } }

button#show-legend {
  position: absolute;
  bottom: 9px;
  left: 125px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fff;
  font-family: 'sofia-pro';
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: none;
  padding: 0px 20px;
  font-size: 1.5em; }
  @media (max-width: 991px) {
    button#show-legend {
      left: 50px;
      z-index: 9; } }
  button#show-legend:focus {
    outline: 0px; }
  button#show-legend:active {
    background-color: #eee; }

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

.large-pagination {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  text-align: center;
  transition: 0.2s opacity ease-out; }
  .large-pagination::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #666159;
    z-index: -1; }
  .large-pagination > span {
    height: 13px;
    line-height: 13px;
    font-size: 10px;
    display: block;
    margin-top: 0;
    color: #666159;
    font-weight: 700; }
  .large-pagination a {
    background: #666159;
    border: 1px solid #666159;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 0px auto 13px;
    transition: 0.25s all ease; }
    .large-pagination a:last-child {
      margin-bottom: 0px; }
    .large-pagination a.active {
      background-color: #edaa1e;
      border: 1px solid #edaa1e; }
    .large-pagination a > span {
      position: absolute;
      left: -10px;
      top: 50%;
      width: auto;
      text-align: left;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      border-radius: 50px;
      background-color: white;
      max-width: 27px;
      opacity: 0;
      transition: 0.2s all ease-out;
      transition-delay: 0.2s; }
      .large-pagination a > span::before {
        position: absolute;
        left: 9px;
        top: 10px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #edaa1e;
        content: "";
        display: block; }
      .large-pagination a > span > span {
        position: relative;
        float: left;
        padding: 0 20px 0 30px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        transform: translateX(-20px);
        transition: 0.2s all ease-out;
        font-weight: 700; }
    .large-pagination a:hover > span {
      max-width: 500px;
      opacity: 1; }
      .large-pagination a:hover > span > span {
        transform: translateX(0);
        opacity: 1;
        transition-delay: 0.2s; }

.layout.layout-archive-content img.no-shadow, .single .layout.layout-blog-content img.no-shadow {
  box-shadow: none; }

.sidebar section.text-3, .sidebar section.text-2 {
  padding: 0px;
  background: none; }

.sidebar section.text-2 {
  margin-bottom: 60px; }
  .sidebar section.text-2 h4 {
    font-size: 48px;
    font-family: "alternate-gothic-no-1-d";
    text-align: center;
    text-transform: uppercase;
    z-index: 9999;
    position: relative; }
  .sidebar section.text-2 .textwidget {
    text-align: center; }
    .sidebar section.text-2 .textwidget img {
      margin-top: -45px;
      z-index: -1; }
    .sidebar section.text-2 .textwidget a.btn {
      margin-top: -25px; }

.sidebar section {
  margin-bottom: 30px;
  background: url("img/sidebar-block_bg.png") repeat top left;
  background-size: cover;
  padding: 30px; }
  .sidebar section h4 {
    font-size: 13px;
    font-family: 'sofia-pro';
    font-weight: 400;
    margin-bottom: 20px; }
  .sidebar section .tagcloud a {
    display: inline-block;
    font-size: 13px !important;
    font-family: 'sofia-pro';
    font-weight: 400;
    background-color: #d8d8d3;
    border-radius: 15px;
    color: #73736f;
    padding: 4px 10px;
    margin: 0 5px 7px 0; }
  .sidebar section .tagcloud a:hover {
    background-color: #2e99e6;
    color: white;
    text-decoration: none; }
  .sidebar section ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0; }
    .sidebar section ul li {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 2px solid #d5d4cf; }
      .sidebar section ul li a {
        font-size: 17px;
        line-height: 23px;
        font-family: 'sofia-pro';
        font-weight: 700;
        color: #26241e; }
      .sidebar section ul li .post-date {
        display: block;
        font-size: 13px;
        opacity: 0.5; }
    .sidebar section ul li:last-of-type {
      border-bottom: 0;
      padding-bottom: 0; }

.layout.layout-landing-page {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }
  .layout.layout-landing-page .text-container {
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .layout.layout-landing-page .logo-container {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 100px;
    height: 100px; }
    .layout.layout-landing-page .logo-container img {
      width: 100%;
      height: auto; }
  .layout.layout-landing-page .video-container {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
    background: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)); }
  .layout.layout-landing-page span.page-subtitle {
    position: relative;
    font-size: 15px;
    letter-spacing: 2px;
    color: white;
    font-weight: 700;
    text-shadow: 0px 2px 9px rgba(90, 60, 40, 0.4); }
  .layout.layout-landing-page .inner {
    height: 100%;
    width: 100%;
    position: relative; }
    .layout.layout-landing-page .inner .text-container {
      position: absolute;
      width: 66%;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      text-align: center; }
      @media (max-width: 767px) {
        .layout.layout-landing-page .inner .text-container {
          width: 100%; } }
      .layout.layout-landing-page .inner .text-container a {
        padding: 0 10px;
        margin: 10px 0;
        display: inline-block;
        font-weight: 700; }
      .layout.layout-landing-page .inner .text-container a.btn {
        padding: 12px 30px;
        margin: 30px 0;
        border-radius: 40px; }
      .layout.layout-landing-page .inner .text-container .page-title {
        font-size: 80px;
        margin-bottom: 0;
        margin-top: 0; }
        @media (max-width: 767px) {
          .layout.layout-landing-page .inner .text-container .page-title {
            font-size: 40px;
            margin: 20px 0; } }
      .layout.layout-landing-page .inner .text-container p {
        font-size: 17px;
        max-width: 600px;
        margin: 0 auto;
        color: white;
        font-family: 'sofia-pro';
        font-weight: 400; }
        @media (max-width: 767px) {
          .layout.layout-landing-page .inner .text-container p {
            padding: 0 10px !important; } }


