@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; height: auto; }

a {
  text-decoration: none; }

input, select, textarea, button {
  font-family: inherit; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

/** import from google fonts **/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?mi04i7");
  src: url("../fonts/icomoon.eot?mi04i7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mi04i7") format("truetype"), url("../fonts/icomoon.woff?mi04i7") format("woff"), url("../fonts/icomoon.svg?mi04i7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-marker:before {
  content: "\e908"; }

.icon-linkedin:before {
  content: "\eaca"; }

.icon-arrow-right:before {
  content: "\e906"; }

.icon-arrow-left:before {
  content: "\e907"; }

.icon-phone {
  background-image: url(../img/phone-icon.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px; }
  .icon-phone:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }

.icon-circle-remove:before {
  content: "\e904"; }

.icon-chrevon-right:before,
.icon-chevron-right:before {
  content: "\e903"; }

.icon-circle-add:before {
  content: "\e901"; }

.icon-circle-alert:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-mail:before {
  content: "\e900"; }

html {
  font-size: 9px; }
  @media screen and (min-width: 992px) {
    html {
      font-size: 10px; } }

body {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #3A3A3A;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4 {
  font-family: "Merriweather", serif;
  line-height: 1.5em; }

.text-center {
  text-align: center; }

.page__landing {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  margin-top: 30px; }

.page__thumb {
  text-align: center; }

.page__heading {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5em; }
  @media screen and (min-width: 992px) {
    .page__heading {
      font-size: 4.2rem; } }

.page__desc,
.page__description {
  font-size: 1.8rem;
  color: #626262;
  text-align: center;
  margin-top: 30px; }

a {
  color: #DC3858;
  transition: 300ms all; }
  ahover {
    color: #bf2240; }

h1 {
  font-size: 4.2rem; }

h2 {
  font-size: 3.2rem; }

strong {
  font-weight: bold; }

.color-blue {
  color: #1551A1; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .container {
      width: 992px; } }
  @media screen and (min-width: 1280px) {
    .container {
      width: 1170px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 992px) {
    .row {
      display: flex; } }

.col {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 992px) {
    .col {
      flex: 1; } }

@media screen and (max-width: 991px) {
  .desktop-only {
    display: none; } }

@media screen and (min-width: 992px) {
  .mobile-only {
    display: none; } }

body {
  background-color: #fafafa; }

@media (max-width: 767px) {
  body {
    height: 100%;
    width: 100%;
    overflow: auto; } }

.button {
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #3A3A3A;
  background: transparent;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 1.6rem;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap; }

.button--link {
  border-color: transparent;
  background: transparent;
  color: #515151; }

.button--fat {
  min-width: 250px; }

.button--primary {
  background: #DC3858;
  color: #fafafa;
  border-color: #DC3858; }
  .button--primary:hover {
    background: #bf2240; }

.button--alt, .subscription.subscription--alt .button--primary {
  background: #F2CF4F;
  color: #3A3A3A;
  border-color: #F2CF4F; }
  .button--alt:hover, .subscription.subscription--alt .button--primary:hover {
    background: #eec220; }

.button--blue {
  background: #1551A1;
  color: #fafafa;
  border-color: #1551A1; }
  .button--blue:hover {
    background: #0f3a74; }

.button--disabled {
  opacity: 0.5; }

.button--outline.button--primary {
  color: #DC3858;
  background: transparent;
  border: 1px solid #DC3858; }
  .button--outline.button--primary:hover {
    color: #bf2240;
    border-color: #bf2240; }

.button--outline.button--alt, .subscription.subscription--alt .button--outline.button--primary {
  color: #F2CF4F;
  background: transparent;
  border: 1px solid #F2CF4F; }
  .button--outline.button--alt:hover, .subscription.subscription--alt .button--outline.button--primary:hover {
    color: #eec220;
    border-color: #eec220; }

.button--outline.button--blue {
  color: #1551A1;
  background: transparent;
  border: 1px solid #1551A1; }
  .button--outline.button--blue:hover {
    color: #0f3a74;
    border-color: #0f3a74; }

.button--outline-primary {
  color: #DC3858;
  background: transparent;
  border: 1px solid #DC3858; }
  .button--outline-primary:hover {
    color: #bf2240;
    border-color: #bf2240; }

.button--outline-alt {
  color: #F2CF4F;
  background: transparent;
  border: 1px solid #F2CF4F; }
  .button--outline-alt:hover {
    color: #eec220;
    border-color: #eec220; }

.button--outline-blue {
  color: #1551A1;
  background: transparent;
  border: 1px solid #1551A1; }
  .button--outline-blue:hover {
    color: #0f3a74;
    border-color: #0f3a74; }

.subscription {
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  padding: 4px 0;
  position: relative; }
  .subscription .address-error-msg {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #1C51A0;
    color: white;
    z-index: 1;
    line-height: 1.7;
    padding: 4px 20px;
    font-size: 13px;
    white-space: pre-wrap;
    top: 65px; }
    @media screen and (min-width: 768px) {
      .subscription .address-error-msg {
        margin-left: -4px;
        top: 60px; } }
  @media screen and (min-width: 768px) {
    .subscription {
      max-width: 786px;
      display: flex;
      height: 60px;
      border: 1px solid rgba(185, 203, 221, 0.27);
      padding: 4px; } }
  .subscription--header {
    height: 42px; }
    @media screen and (max-width: 767px) {
      .subscription--header {
        display: none !important; } }
  .subscription__input {
    display: block;
    padding: 10px;
    outline: none;
    font-size: 2.4rem;
    border: 1px solid #E6e6e6;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    @media screen and (max-width: 767px) {
      .subscription__input {
        width: 100%;
        margin-bottom: 5px;
        border-radius: 4px;
        height: 60px; } }
    @media screen and (min-width: 768px) {
      .subscription__input {
        border: none;
        flex: 1;
        height: 100%;
        margin-bottom: 0; } }
    @media screen and (min-width: 992px) {
      .subscription__input {
        width: 210px; } }
    .subscription--sm .subscription__input {
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .subscription--sm .subscription__input {
          height: 50px; } }
    .subscription--header .subscription__input {
      font-size: 1.4rem;
      height: auto; }
  .subscription__submit {
    padding-top: 9px;
    padding-bottom: 9px; }
    @media screen and (max-width: 767px) {
      .subscription__submit {
        width: 100%;
        height: 60px; } }
    @media screen and (min-width: 768px) {
      .subscription__submit {
        height: 100%;
        min-width: 250px; } }
    .subscription--sm .subscription__submit {
      font-size: 1.4rem;
      padding: 5px 20px; }
      @media screen and (max-width: 767px) {
        .subscription--sm .subscription__submit {
          height: 50px; } }
    .subscription--header .subscription__submit {
      font-size: 1.4rem;
      height: auto;
      min-width: auto;
      padding: 1px 19px; }

.contact-form {
  text-align: center; }

.form__container {
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly; }
  @media screen and (min-width: 992px) {
    .form__container {
      max-width: calc(546px); } }

::-webkit-input-placeholder {
  color: #808080; }

::-moz-placeholder {
  color: #808080; }

:-ms-input-placeholder {
  color: #808080; }

::-ms-input-placeholder {
  color: #808080; }

::placeholder {
  color: #808080; }

.form {
  top: 0; }
  .form .form--center {
    text-align: center; }
  .form__group {
    margin-bottom: 22px; }
    .form__group--end {
      margin-bottom: 0; }
  .form__label {
    font-size: 1.8rem;
    margin-bottom: 15px;
    margin: 22px 0; }
  .form__input {
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid rgba(74, 74, 74, 0.15);
    padding: 0 12px;
    height: calc(44px);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .form--error .form__input {
      border: 1px solid #DC3858; }
  .form textarea.form__input {
    height: auto;
    min-height: 110px;
    padding: 10px 12px; }
  .form select.form__input {
    background-image: url(../img/icon-caret-down.svg);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 10px auto;
    background-position: calc(100% - 15px) center; }
    .form select.form__input.empty {
      color: #808080; }
  .form__input-message {
    font-size: 1.4rem;
    text-align: left; }
    .form__group.form--error .form__input-message {
      color: #DC3858; }
  .form__note {
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #ADADAD;
    letter-spacing: 0.38px;
    text-align: center;
    margin-top: 30px; }
  .form__end {
    text-align: center; }
    .form__end .button {
      border-radius: 4px;
      margin: 8px 0 0 0;
      padding: 0;
      height: calc(44px);
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      @media screen and (max-width: 991px) {
        .form__end .button {
          display: block;
          width: 100%; } }
      @media screen and (min-width: 992px) {
        .form__end .button {
          display: inline-block;
          min-width: 250px; } }

.timelines {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  @media screen and (min-width: 992px) {
    .timelines {
      padding-bottom: 260px; } }
  .timelines:after {
    content: "";
    display: table;
    clear: both; }
  .timelines:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #E6e6e6; }

.timeline {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  flex: 1 1 100%; }
  @media screen and (max-width: 991px) {
    .timeline {
      background-color: #fafafa;
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media screen and (min-width: 992px) {
    .timeline {
      width: 50%;
      flex: 1 1 50%;
      display: flex; } }
  @media screen and (min-width: 992px) {
    .timeline:before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      border-radius: 100px;
      background: #B3B3B3;
      position: absolute;
      border: 16px solid #fafafa; }
    .timeline:after {
      content: "";
      display: block;
      height: 1px;
      flex: 1 1;
      background-color: #E6e6e6;
      margin-top: 60px;
      margin-left: 30px;
      margin-right: 30px; } }
  @media screen and (min-width: 992px) {
    .timeline__content {
      width: 350px;
      -webkit-transform: translateY(6px);
              transform: translateY(6px); } }
  @media screen and (max-width: 991px) {
    .timeline .timeline__sub,
    .timeline .timeline__heading,
    .timeline .timeline__desc,
    .timeline .timeline__thumb {
      text-align: center; } }
  .timeline__sub {
    font-weight: bold;
    font-size: 1.6rem;
    color: #DC3858;
    text-transform: uppercase; }
  .timeline__heading {
    font-size: 3.2rem;
    line-height: 1.5em;
    margin-bottom: 15px; }
  .timeline__desc {
    font-size: 18px;
    color: #606060; }
  .timeline__thumb {
    margin-top: 15px; }
    .timeline__thumb img {
      max-width: 250px;
      max-height: 250px; }
  @media screen and (min-width: 992px) {
    .timeline--left:before {
      top: 32px;
      right: -28px; } }
  @media screen and (min-width: 992px) {
    .timeline--left .timeline__sub,
    .timeline--left .timeline__heading,
    .timeline--left .timeline__desc,
    .timeline--left .timeline__thumb {
      text-align: right; } }
  @media screen and (min-width: 992px) {
    .timeline--right {
      -webkit-transform: translateY(60%);
              transform: translateY(60%);
      position: relative;
      flex-direction: row-reverse; }
      .timeline--right .timeline__content {
        -webkit-transform: translateY(10px);
                transform: translateY(10px); }
      .timeline--right:before {
        top: 32px;
        left: -28px; }
      .timeline--right .timeline__sub,
      .timeline--right .timeline__heading,
      .timeline--right .timeline__desc,
      .timeline--right .timeline__thumb {
        text-align: left; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.testimonial-item {
  padding: 60px 15px 15px 15px; }
  @media screen and (min-width: 992px) {
    .testimonial-item {
      padding: 60px 15px 70px 15px; } }
  .testimonial-item__main {
    height: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(152, 169, 185, 0.21);
    box-shadow: 0px 10px 15px 0 rgba(125, 126, 166, 0.05);
    border-radius: 4px;
    position: relative;
    text-align: center;
    padding: 30px 30px 30px 30px;
    line-height: 1.4em; }
  .testimonial-item__thumb {
    margin-top: -60px;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto; }
    .testimonial-item__thumb img {
      width: 70px;
      height: auto;
      border-radius: 70px;
      box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.22); }
  .testimonial-item__name {
    font-weight: bold;
    font-size: 16px;
    color: #DC3858; }
  .testimonial-item__location {
    font-size: 14px;
    color: rgba(58, 58, 58, 0.5); }
  .testimonial-item__heading-container {
    display: flex;
    min-height: 110px;
    align-items: center;
    justify-content: center;
    margin-top: 15px; }
  .testimonial-item__heading {
    font-family: "Merriweather", serif;
    font-size: 22px;
    color: #3A3A3A;
    flex-grow: 1; }
  .testimonial-item__content {
    margin-top: 15px;
    font-size: 16px;
    color: rgba(58, 58, 58, 0.5);
    line-height: 1.5em; }

.testimonials-carousel {
  position: relative; }
  .testimonials-carousel .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 72px;
    height: 72px;
    border: 0;
    background: none;
    background-position: center;
    background-size: contain; }
  .testimonials-carousel .slick-prev {
    background-image: url(../img/arrow-left.svg);
    left: -80px; }
  .testimonials-carousel .slick-next {
    background-image: url(../img/arrow-right.svg);
    right: -80px; }

.testimonials-carousel-container .section__heading {
  margin-top: 60px; }

.testimonials-carousel-container .slick-track {
  display: flex; }
  .testimonials-carousel-container .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center; }

.modal {
  position: relative;
  z-index: 9000; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__container {
  max-width: 900px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  overflow: visible; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

.modal__inner-container {
  background-color: #fff;
  padding: 30px; }

.modal__container.modal__plain .modal__inner-container {
  padding: 0;
  background-color: transparent; }
  .modal__container.modal__plain .modal__inner-container video {
    display: block; }

.modal__close {
  outline: none;
  box-shadow: none;
  position: absolute;
  right: -25px;
  top: -25px;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  background-image: url("../img/icon-close-modal.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

@media screen and (max-width: 991px) {
  body {
    padding-top: 68px; } }

@media screen and (min-width: 992px) {
  body {
    padding-top: 79px; } }

.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fafafa;
  border-bottom: 1px solid transparent; }
  body.blog .header,
  body.single .header,
  body.category .header {
    background: #fff;
    border-bottom: 1px solid #E6e6e6; }
  @media screen and (min-width: 992px) {
    .header {
      padding: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 79px; }
      .header--sticky {
        border-bottom: 1px solid #E6e6e6; }
      .header .menu-item--phone-number, .header .menu-item--get-offer {
        display: none; } }
  @media screen and (max-width: 991px) {
    .header {
      height: 68px; }
      .header .menu-item--phone-number .icon-phone {
        position: relative;
        top: 1px;
        height: 18px; }
      .header .menu-item--phone-number a {
        opacity: 1; } }
  @media screen and (max-width: 991px) {
    .header__logo {
      padding: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 1;
      background: #fafafa; }
      .header--sticky .header__logo {
        border-bottom: 1px solid #E6e6e6; }
      .landing-page .header__logo a,
      body.home .header__logo a {
        opacity: 0;
        visibility: hidden;
        transition: 300ms opacity, 300ms visibility; }
      .landing-page .header--sticky .header__logo a,
      .landing-page .header--opened .header__logo a,
      body.home .header--sticky .header__logo a,
      body.home .header--opened .header__logo a {
        opacity: 1;
        visibility: visible; }
      .header__logo img {
        max-height: 31px; } }
  @media screen and (min-width: 992px) {
    .header__logo {
      display: none; } }
  .header__nav {
    display: flex; }
    @media screen and (max-width: 991px) {
      .header__nav:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: 300ms all;
        visibility: hidden; }
        .header.header--opened .header__nav:before {
          opacity: 1;
          visibility: visible; } }
    @media screen and (min-width: 992px) {
      .header__nav.hide-last ul > li:last-child {
        display: none; } }
    .header__nav ul {
      list-style: none;
      list-style-image: none;
      list-style-position: outside;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 991px) {
        .header__nav ul {
          position: absolute;
          left: 0;
          bottom: 1px;
          width: 100%;
          background-color: #fafafa;
          transition: 300ms all;
          -webkit-transform: translateY(0%);
                  transform: translateY(0%);
          opacity: 0;
          border-top: 1px solid #E6e6e6; }
          .header.header--opened .header__nav ul {
            opacity: 1;
            -webkit-transform: translateY(100%);
                    transform: translateY(100%); } }
      .header__nav ul li {
        display: block; }
        @media screen and (min-width: 992px) {
          .header__nav ul li {
            display: inline-block;
            padding-left: 20px;
            padding-right: 20px; } }
        .header__nav ul li.current-menu-item a, .header__nav ul li.active a {
          opacity: 1; }
        .header__nav ul li a {
          text-transform: capitalize;
          display: block;
          opacity: 0.5;
          font-weight: bold;
          font-size: 1.6rem;
          color: #4C4C4C;
          text-align: center;
          text-decoration: none; }
          @media screen and (max-width: 991px) {
            .header__nav ul li a {
              padding: 17px 20px;
              text-align: left;
              font-size: 2rem; } }
    .header__nav-button {
      position: relative;
      display: block; }
      @media screen and (min-width: 992px) {
        .header__nav-button {
          display: none; } }
      .header__nav-button button {
        outline: none;
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        padding: 0; }
        .header--opened .header__nav-button button {
          -webkit-transform: scale(0.4);
                  transform: scale(0.4); }
  .header__contact {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative; }
    @media screen and (max-width: 991px) {
      .header__contact {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        padding: 15px; }
        .header__contact:before {
          content: "";
          display: block;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          height: 170px;
          background-color: #fff; }
        .header--opened .header__contact {
          z-index: -1; }
        header .header__contact {
          display: none; } }
    .header__contact > .button {
      padding: 0px 25px; }
    .header__contact .header-button--offer .button {
      padding: 1px 19px;
      height: 32px;
      font-size: 1.4rem; }
    .header__contact button {
      margin-left: 0; }
      @media screen and (min-width: 992px) {
        .header__contact button {
          margin-left: 15px; } }
      .header__contact button img {
        vertical-align: middle; }
    .header__contact .header-button--request {
      position: absolute;
      right: 100%;
      top: 0;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      min-width: 350px; }
      .header__contact .header-button--request input.subscription__input {
        width: 180px; }
      .header__contact .header-button--request .address-error-msg {
        top: 40px; }
  .header .header-button--phone {
    font-weight: bold; }
    .header .header-button--phone span.icon-phone {
      color: #DC3858; }
  .header.header--alt .header-button--phone span.icon-phone {
    color: #F2CF4F; }
  .header.header--blue .header-button--phone span.icon-phone {
    color: #1551A1; }

.sticky-contact {
  display: none; }
  @media screen and (max-width: 991px) {
    .sticky-contact {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      background-color: #fff;
      padding: 15px;
      z-index: 2; } }
  .sticky-contact .button {
    transition: none; }
  .sticky-contact button {
    margin-left: 0; }
    @media screen and (min-width: 992px) {
      .sticky-contact button {
        margin-left: 15px;
        height: 50px; } }
    .sticky-contact button img {
      vertical-align: middle; }

@-webkit-keyframes offer-button-off {
  0% {
    opacity: 1;
    visibility: visible;
    max-width: 300px; }
  50% {
    opacity: 0;
    visibility: hidden;
    max-width: 0; }
  100% {
    opacity: 0;
    visibility: hidden;
    max-width: 0; } }

@keyframes offer-button-off {
  0% {
    opacity: 1;
    visibility: visible;
    max-width: 300px; }
  50% {
    opacity: 0;
    visibility: hidden;
    max-width: 0; }
  100% {
    opacity: 0;
    visibility: hidden;
    max-width: 0; } }

@-webkit-keyframes offer-button-on {
  0% {
    opacity: 0;
    visibility: hidden;
    max-width: 0px; }
  50% {
    opacity: 1;
    visibility: visible;
    max-width: 300px; }
  100% {
    opacity: 1;
    visibility: visible;
    max-width: 300px; } }

@keyframes offer-button-on {
  0% {
    opacity: 0;
    visibility: hidden;
    max-width: 0px; }
  50% {
    opacity: 1;
    visibility: visible;
    max-width: 300px; }
  100% {
    opacity: 1;
    visibility: visible;
    max-width: 300px; } }

/* ====================
  * sticky transition
  * ====================*/
@media (min-width: 992px) {
  .header-button--offer {
    position: relative;
    opacity: 1;
    visibility: visible;
    max-width: 300px; }
    .header--w-request .header-button--offer {
      -webkit-animation: offer-button-off 500ms;
              animation: offer-button-off 500ms;
      opacity: 0;
      visibility: hidden;
      max-width: 0; }
    .header-button--offer.hidden.leave {
      -webkit-animation: offer-button-on 500ms;
              animation: offer-button-on 500ms; } }

@media screen and (min-width: 992px) and (min-width: 992px) {
  .nav__logo {
    margin-right: 10px; } }

@media (min-width: 992px) {
  .landing-page .nav__logo,
  body.home .nav__logo {
    position: relative;
    opacity: 0;
    visibility: hidden;
    max-width: 0;
    display: block; }
  .landing-page .header--sticky .nav__logo,
  body.home .header--sticky .nav__logo {
    -webkit-animation: offer-button-on 500ms;
            animation: offer-button-on 500ms;
    opacity: 1;
    visibility: visible;
    max-width: 300px; }
  .nav__logo img {
    margin-left: 20px; }
  .header-button--request {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms, visibility 500ms; }
    .header--w-request .header-button--request {
      opacity: 1;
      visibility: visible; } }

.nav__logo img {
  max-width: 90px;
  display: block; }

@media screen and (max-width: 991px) {
  .nav__logo {
    display: none !important; } }

footer {
  background-color: #fff;
  padding: 0px 0 90px 0; }
  @media screen and (min-width: 992px) {
    footer {
      padding: 60px; } }

.footer__navs {
  margin-top: 30px; }
  @media screen and (max-width: 991px) {
    .footer__navs {
      display: flex;
	  padding-top: 30px;
	  padding-left: 10px;
      padding-right: 10px;
	  justify-content: space-between;
      margin-top: 15px; }
      .footer__navs > nav {
		display: flex;
		justify-content: center; } }

@media screen and (min-width: 992px) {
  .footer__nav {
    margin-bottom: 7.5px; } }

@media screen and (min-width: 992px) {
  .footer__nav ul {
    text-align: center; } }

.footer__nav ul li {
  margin-bottom: 15px; }
  @media screen and (min-width: 992px) {
    .footer__nav ul li {
      display: inline-block;
      margin-bottom: 0; }
      .footer__nav ul li:after {
        content: "·";
        font-size: 1.5em;
        line-height: 1em;
        vertical-align: bottom;
        margin-left: 15px;
        margin-right: 15px; }
      .footer__nav ul li:last-child:after {
        display: none; } }
  .footer__nav ul li a {
    color: #3A3A3A;
    text-decoration: none; }

.footer__logo {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center; }
  .footer__logo img {
    max-width: 100px; }
  @media screen and (min-width: 992px) {
    .footer__logo {
      margin-top: 30px;
      margin-bottom: 30px; }
      .footer__logo img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: none; } }

.footer__desc {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 750px;
  margin-bottom: 30px; }

.footer__socials {
  text-align: center;
  margin-top: 30px; }

@media (min-width: 992px) {
  .footer__subscription {
    width: 455px;
    height: 48px; } }

.footer__subscription .subscription__submit {
  min-width: auto; }

@media screen and (max-width: 767px) {
  .footer__subscription .address-error-msg {
    top: 55px; } }

@media (min-width: 992px) {
  .footer__subscription .address-error-msg {
    top: 48px; } }

.social-circle {
  display: inline-block;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  line-height: 23px;
  border-radius: 24px;
  vertical-align: middle;
  text-align: center;
  background-color: #DC3858;
  color: #fff; }
  .social-circle span {
    font-size: 14px; }
  .social-circle--facebook {
    background-color: #39579A; }
  .social-circle--twitter {
    background-color: #10B1FF; }
  .social-circle--mail {
    background-color: #6C6C6C; }
  .social-circle--instagram {
    background-color: #E02D69; }
  .social-circle--youtube {
    background-color: #DC2217; }

.landing-page .landing:before, .landing-page .landing:after,
body.home .landing:before,
body.home .landing:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }
  @media screen and (max-width: 991px) {
    .landing-page .landing:before, .landing-page .landing:after,
    body.home .landing:before,
    body.home .landing:after {
      display: none; } }

@media screen and (min-width: 768px) {
  .landing-page .landing .subscription,
  body.home .landing .subscription {
    margin-top: 40px;
    margin-bottom: 40px; } }

.landing {
  padding-top: 15px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .landing {
      padding-top: 50px; } }
  .landing h1 {
    font-size: 4.2rem;
    color: #3A3A3A;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 15px; }
  .landing h4 {
    font-family: "Lato", sans-serif;
    color: #444444;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px; }
  .landing .container {
    padding-bottom: 15px; }

.landing__logo {
  text-align: center;
  margin-bottom: 20px; }
  .landing__logo a {
    text-decoration: none; }

.landing__video {
  max-width: 640px;
  margin: 25px auto; }

.page__landing-logo {
  margin-bottom: 20px;
  text-align: center;
  margin-top: -30px; }
  @media (min-width: 992px) {
    .page__landing-logo {
      margin-bottom: 0;
      margin-top: -40px; } }

.landing__image img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 380px; }

@media screen and (max-width: 767px) {
  .landing__image {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    display: none; }
    .landing__image img {
      width: 160%;
      max-width: none;
      -webkit-transform: translateX(-24%);
              transform: translateX(-24%); } }

.landing__image--mobile {
  display: block; }
  @media (min-width: 768px) {
    .landing__image--mobile {
      display: none; } }

.section__heading {
  margin-left: auto;
  margin-right: auto;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5em;
  max-width: 750px;
  margin-bottom: 7.5px; }

.section__thumb {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px; }

.section__subheading {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  text-align: center; }
  .section__subheading p {
    text-align: center;
    line-height: 1.7em;
    margin-bottom: 1em; }

.hr {
  border-top: 1px solid #E6e6e6; }

.services .container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .services .container {
      padding-top: 30px;
      padding-bottom: 30px; } }

.services__cta {
  margin-top: 60px;
  text-align: center; }

.services-list {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 30px; }
  @media screen and (min-width: 992px) {
    .services-list {
      display: flex; } }

@media screen and (min-width: 992px) {
  .services-list.services-list--half {
    flex-wrap: wrap; }
    .services-list.services-list--half .service-block {
      flex: 1 1 50%; } }

@media screen and (min-width: 992px) {
  .services-list.services-list--third {
    flex-wrap: wrap; }
    .services-list.services-list--third > .service-block,
    .services-list.services-list--third > .service-block__wrapper {
      flex: 1 1 33.33%; } }

.service-block {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .service-block {
      flex: 1; } }

.service-block__thumb {
  margin-top: 15px;
  margin-bottom: 15px; }
  .service-block__thumb img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .service-block__thumb img {
    max-height: 150px; }

.service-block__title {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.1px; }

.service-block__desc {
  font-size: 1.6rem;
  line-height: 1.6em; }

.gray {
  background-color: #fafafa;
  padding-top: 75px;
  padding-bottom: 75px; }

.how {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .how {
      padding-top: 30px;
      padding-bottom: 75px; } }
  .how .section__subheading {
    text-align: center; }
    .how .section__subheading .icon-chrevon-right {
      font-size: 0.8em;
      margin-left: 5px; }

@media screen and (max-width: 991px) {
  .divider {
    display: none; } }

.how__learn {
  text-align: center;
  margin-top: 14px; }
  .how__learn span[class*='icon-'] {
    font-size: 0.8em; }

.how__steps {
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
  margin-top: 60px; }
  @media screen and (min-width: 992px) {
    .how__steps {
      display: flex; } }

.slick-dots {
  display: block;
  text-align: center;
  margin-top: 30px; }
  .slick-dots li {
    position: relative;
    display: inline-block; }
    .slick-dots li button {
      color: transparent;
      border: 0;
      background: #3A3A3A;
      opacity: 0.5;
      display: block;
      width: 6px;
      height: 6px;
      padding: 0;
      border-radius: 50%;
      margin-left: 5px;
      margin-right: 5px;
      outline: none; }
    .slick-dots li.slick-active button {
      opacity: 1; }

.how__illustration {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 992px) {
    .how__illustration {
      flex: 1; } }
  @media screen and (min-width: 992px) {
    .how__illustration {
      width: 50%;
      flex: none; } }
  .how__illustration img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    max-height: 336px; }

.how__sliders {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 992px) {
    .how__sliders {
      flex: 1; } }
  @media screen and (min-width: 992px) {
    .how__sliders {
      width: 50%;
      flex: none; } }
  .how__sliders > div img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }

.slick-slide {
  outline: none;
  padding-left: 15px;
  padding-right: 15px; }

.how-slider-item__content {
  text-align: center; }
  @media screen and (min-width: 992px) {
    .how-slider-item__content {
      display: none; } }

.how-slider-item__title {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-bottom: 15px; }

.how-slider-item__desc {
  font-size: 1.6rem;
  line-height: 1.6em; }

.how-slider-item__thumb {
  margin-top: 15px; }
  @media screen and (min-width: 992px) {
    .how-slider-item__thumb {
      margin-top: 0; } }

.how-mb-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .how-mb-steps {
      display: none; } }
  .how-mb-steps__divider {
    height: 2px;
    background-color: #E6e6e6;
    margin-left: 15px;
    margin-right: 15px;
    flex: 1; }
  .how-mb-steps__step {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DC3858;
    color: #fff;
    opacity: 0.5;
    transition: 300ms opacity; }
    .how-mb-steps__step.active {
      opacity: 1; }
    .how-mb-steps__step span {
      line-height: 1em; }

.how__desc {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 992px) {
    .how__desc {
      flex: 1; } }
  @media screen and (min-width: 992px) {
    .how__desc {
      width: 50%; } }

.how__step-block {
  margin-top: 30px;
  padding-top: 15px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .how__step-block {
      padding-left: 70px; } }

.how__step-circle {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 46px;
  background-color: #DC3858;
  opacity: 1;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  transition: 300ms all;
  font-size: 20px; }
  @media screen and (max-width: 991px) {
    .how__step-circle {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; } }
  @media screen and (min-width: 992px) {
    .how__step-circle {
      position: absolute;
      top: 4px;
      left: 0; } }

.how__step-title {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px; }
  @media screen and (max-width: 991px) {
    .how__step-title {
      text-align: center;
      margin-bottom: 5px; } }

.how__step-desc {
  font-size: 1.6rem;
  line-height: 1.6em; }
  @media screen and (max-width: 991px) {
    .how__step-desc {
      text-align: center; } }

.when__box {
  align-items: stretch;
  min-height: 400px;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .when__box {
      margin-top: 75px;
      margin-bottom: 75px; } }

.when__desc-block {
  font-size: 18px;
  padding: 30px 15px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .when__desc-block {
      min-height: none;
      padding: 75px 75px 30px 75px; } }
  @media screen and (min-width: 992px) {
    .when__desc-block > h2, .when__desc-block > p {
      margin-left: auto;
      margin-right: auto;
      max-width: 750px;
      display: block; } }
  .when__desc-block h2 {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 30px; }

.when__items {
  display: flex;
  flex-wrap: wrap;
  justify-items: flex-start; }
  @media screen and (min-width: 992px) {
    .when__items {
      padding-bottom: 30px; } }

.when__item {
  flex: 1 1 50%;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .when__item {
      flex: 0 1 25%;
      text-align: left; } }

.when__item-container {
  padding: 15px; }
  @media screen and (min-width: 992px) {
    .when__item-container {
      padding: 30px; } }

.when__item-icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; }
  .when__item-icon img {
    max-height: 60px; }

.when__item-desc {
  text-align: center; }
  @media screen and (max-width: 991px) {
    .when__item-desc br {
      display: none; } }

.difference {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .difference {
      padding-top: 30px;
      padding-bottom: 30px; } }

.difference-cards {
  margin-left: 0;
  margin-right: 0;
  margin-top: 60px; }
  @media screen and (min-width: 992px) {
    .difference-cards {
      display: flex; } }
  @media screen and (min-width: 992px) {
    .difference-cards {
      align-items: flex-end; } }

.difference-card__wrapper {
  padding-left: 0;
  padding-right: 0;
  flex: 1 1 33.33%; }
  @media screen and (min-width: 992px) {
    .difference-card__wrapper {
      flex: 1; } }

.compare-card {
  border-radius: 8px;
  border: 1px solid #E6e6e6;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .compare-card {
      margin-top: 25px; }
      .compare-card.compare-card--featured {
        margin-top: 0; } }

.compare-card__header {
  border-radius: 8px 8px 0 0;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #e7ecf0;
  font-size: 1.6rem;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .compare-card--featured .compare-card__header {
    background-color: #DC3858;
    color: #fff;
    height: 93.8px; }

.compare-card__body {
  padding: 20px;
  background-color: #f4f6f8;
  border-radius: 0 0 8px 8px; }
  .compare-card--featured .compare-card__body {
    background-color: #fff; }

.compare-list li {
  padding-left: 45px;
  display: block;
  position: relative;
  min-height: 35px;
  margin-bottom: 10px; }
  @media screen and (min-width: 992px) {
    .compare-list li {
      min-height: 70px;
      margin-bottom: 0; } }
  .compare-list li:before {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(../img/icon-close.svg);
    background-size: contain;
    position: absolute;
    left: 0; }
    .compare-card--featured .compare-list li:before {
      background-image: url(../img/icon-check.svg); }

.meet {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .meet {
      padding-top: 75px;
      padding-bottom: 75px; } }
  .meet .section__thumb img {
    max-height: 250px; }

.testimonials {
  padding-top: 30px;
  padding-bottom: 30px; }
  .testimonials .section__heading {
    margin-bottom: 30px;
    line-height: 1.5em; }
    @media screen and (min-width: 992px) {
      .testimonials .section__heading {
        margin-top: 30px; } }

.testimonials-list {
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 992px) {
    .testimonials-list {
      display: flex; } }
  .testimonials-list .testimonial__wrapper {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 992px) {
      .testimonials-list .testimonial__wrapper {
        flex: 1; } }

/**
 * testimonial cards
 */
.testimonial-card {
  background-color: #fff;
  padding: 30px; }

.testimonial-card__head {
  display: flex;
  align-items: center; }

.testimonial-card__thumb {
  width: 50px;
  height: 50px;
  margin-right: 30px; }
  .testimonial-card__thumb img {
    border-radius: 50px; }

.testimonial-card__name {
  flex: 1; }

@media screen and (min-width: 992px) {
  .testimonial-card__body {
    padding-top: 30px; } }

.contact {
  padding-top: 30px; }
  @media screen and (min-width) {
    .contact {
      padding-top: 75px; } }
  @media screen and (min-width: 992px) {
    .contact > .container {
      display: flex;
      align-items: top;
      flex-direction: row-reverse;
      position: relative;
      min-height: 450px; } }
  @media screen and (min-width: 992px) {
    .contact__thumb {
      position: absolute;
      width: 100%;
      height: 100%;
      left: -150px;
      bottom: 0;
      display: flex;
      align-items: flex-end;
      z-index: -1; } }
  .contact__thumb-mb {
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media screen and (min-width: 992px) {
      .contact__thumb-mb {
        display: none; } }
  @media screen and (max-width: 991px) {
    .contact__thumb-desk {
      display: none; } }
  .contact__text {
    text-align: center; }
    @media screen and (min-width: 992px) {
      .contact__text {
        padding-left: 30px;
        width: 55%;
        text-align: left; } }
  .contact__heading {
    font-family: #E6e6e6;
    font-size: 3.2rem;
    line-height: 1.5em;
    margin-bottom: 15px; }
  .contact__phone {
    margin-bottom: 15px; }
    .contact__phone a {
      font-weight: bold;
      font-size: 2.8rem;
      text-decoration: none; }
  .contact__email {
    margin-bottom: 15px; }
    .contact__email a {
      font-weight: bold;
      color: #3A3A3A;
      text-decoration: none;
      margin-bottom: 15px; }

/**
Video 
*/
.responsive-video {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  height: 0; }
  .responsive-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.video-desc {
  text-align: center;
  margin-bottom: 20px; }

.video-headline {
  font-family: "Lato", sans-serif;
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.1px; }

.video-container {
  position: relative;
  padding: 7px;
  border-radius: 4px;
  box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto; }
  .video-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icon-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42px 46px;
    visibility: visible; }
  .video-container img {
    max-width: 100%;
    height: auto;
    display: block; }

video {
  max-width: 95vw; }

.testimonial__video {
  margin-top: 10px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .testimonial__video {
      margin-top: -25px; } }
  .testimonial__video .section-video {
    margin: 0 auto;
    max-width: 640px; }
  .testimonial__video .video-desc {
    margin-bottom: 43px; }

.how-page .timelines, body.page-template-page-how-it-work .timelines {
  margin-top: 30px;
  margin-bottom: 30px; }

.how-page .page-testimonial, body.page-template-page-how-it-work .page-testimonial {
  margin-top: 60px;
  margin-bottom: 75px; }

.how-page .testimonial__video, body.page-template-page-how-it-work .testimonial__video {
  margin-left: -15px;
  margin-right: -15px; }

.crossing-button {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px; }
  .crossing-button:before, .crossing-button:after {
    content: "";
    display: block;
    height: 1px;
    flex: 1;
    background-color: #E6e6e6; }
  .crossing-button .button {
    margin-left: 30px;
    margin-right: 30px;
    min-width: 230px;
    text-align: center; }

.how__video {
  margin-top: 30px; }
  .how__video .section-video {
    margin: 0 auto;
    max-width: 640px; }

.faqs-box {
  background-color: #fff;
  padding: 25px 25px 50px 25px;
  background-size: auto 100px; }
  @media screen and (min-width: 992px) {
    .faqs-box {
      padding: 50px 50px 60px 50px;
      background-size: contain; } }
  .faqs-box__heading {
    font-size: 3.2rem;
    margin-bottom: 30px;
    line-height: 1.5em; }
    @media screen and (max-width: 991px) {
      .faqs-box__heading {
        text-align: center; } }
  .faqs-box__more {
    margin-top: 15px; }
    .faqs-box__more a {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.4rem;
      color: #E13F64;
      letter-spacing: 0.2px; }

.faqs-collapse__header {
  display: flex;
  align-items: top;
  border-bottom: 1px solid #E6e6e6; }

.faqs-collapse__title {
  flex: 1;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #4D4D4D;
  letter-spacing: 0.2px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  padding-left: 35px; }
  @media screen and (min-width: 992px) {
    .faqs-collapse__title {
      padding-left: 50px; } }
  .faqs-collapse__title [class*="icon-"] {
    position: absolute;
    left: 0;
    margin-right: 15px;
    color: #DC3858;
    font-size: 2.4rem;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px; }

.faqs-collapse__toggle {
  display: block;
  padding: 33px 15px;
  cursor: pointer;
  font-size: 2.4rem;
  color: #c3c3c3; }
  .faqs-collapse__toggle[aria-expanded="true"]:before {
    content: "\e904"; }

.faqs-collapse__main {
  padding: 15px 15px 15px 35px; }
  @media screen and (min-width: 992px) {
    .faqs-collapse__main {
      padding: 30px 30px 30px 50px; } }

.page-testimonial {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  text-align: center;
  background-color: #fff;
  padding: 15px; }
  @media screen and (min-width: 992px) {
    .page-testimonial {
      position: relative;
      padding: 75px 127.5px 112.5px 127.5px; } }
  .page-testimonial__main {
    position: relative; }
    .page-testimonial__main:before, .page-testimonial__main:after {
      content: "";
      display: block;
      position: absolute;
      width: 60px;
      height: 60px;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 992px) {
        .page-testimonial__main:before, .page-testimonial__main:after {
          width: 30px;
          height: 30px; } }
    .page-testimonial__main:after {
      background-image: url(../img/quote-right@2x.png);
      bottom: -60px;
      right: 36px; }
      @media screen and (max-width: 992px) {
        .page-testimonial__main:after {
          bottom: 0;
          right: -4px; } }
    .page-testimonial__main:before {
      background-image: url(../img/quote-left@2x.png);
      top: 49px;
      left: -71px; }
      @media screen and (max-width: 992px) {
        .page-testimonial__main:before {
          top: 80px;
          left: 0; } }
  .page-testimonial .section__heading {
    margin-bottom: 60px; }
  .page-testimonial__thumb img {
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: block;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.22); }
  .page-testimonial__name {
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 30px; }
  .page-testimonial__content {
    font-family: "Merriweather", serif;
    line-height: 1.8em;
    font-size: 2rem;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .page-testimonial__content {
        font-size: 2.6rem; } }
  .page-testimonial__more {
    margin-top: 30px; }
    .page-testimonial__more a {
      font-weight: bold;
      text-transform: uppercase; }
  .page-testimonial .section__heading {
    margin-bottom: 30px;
    line-height: 1.5em; }

.thankyou__landing {
  padding-bottom: 90px;
  padding-top: 60px;
  position: relative;
  border-bottom: 1px solid #dddddd; }
  .thankyou__landing .page__thumb {
    margin-bottom: 30px; }
  .thankyou__landing .thank-videos {
    margin: 75px auto 0 auto; }
  .thankyou__landing .thank-videos__header {
    font-size: 2.2rem;
    color: #3A3A3A;
    letter-spacing: 0.66px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: "Lato", sans-serif;
    font-weight: bold; }
  .thankyou__landing .thank-video__desc, .thankyou__landing .thank-video__desc h4 {
    font-size: 1.8rem;
    color: #3A3A3A;
    text-align: center; }
  .thankyou__landing .thank-video__desc {
    margin-bottom: 30px; }
  .thankyou__landing .thank-video__desc h4 {
    font-weight: bold;
    font-family: "Lato", sans-serif;
    margin-top: 15px; }
  .thankyou__landing .thank-video video {
    margin: 0 auto; }
  @media (max-width: 991px) {
    .thankyou__landing {
      padding-bottom: 30px;
      padding-top: 30px; }
      .thankyou__landing .thank-videos {
        margin-top: 30px; } }

.footer-thankyou-banner {
  margin-top: -35px; }
  .footer-thankyou-banner img {
    display: block;
    margin: 15px auto 30px auto;
    width: 800px;
    max-width: 100%;
    height: auto; }

section.contact-form {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative; }
  @media (max-width: 991px) {
    section.contact-form {
      padding-top: 0; } }
  section.contact-form .page__landing {
    max-width: 850px;
    position: relative;
    margin-top: 0; }
  section.contact-form .page__heading {
    margin-bottom: 30px; }

.home .sticky-contact {
  visibility: hidden; }

.contact-page,
.page-template-page-get-offer {
  /** customize for get offer page */ }
  .contact-page .sticky-contact,
  .page-template-page-get-offer .sticky-contact {
    display: none; }
  .contact-page .when__box,
  .page-template-page-get-offer .when__box {
    margin-top: 0; }
  .contact-page .form,
  .page-template-page-get-offer .form {
    margin-bottom: 30px; }
    .contact-page .form__image,
    .page-template-page-get-offer .form__image {
      margin-bottom: 15px; }
      .contact-page .form__image img,
      .page-template-page-get-offer .form__image img {
        max-height: 100px; }
    .contact-page .form__heading,
    .page-template-page-get-offer .form__heading {
      margin-left: auto;
      margin-right: auto;
      display: block;
      font-size: 3.2rem;
      line-height: 1.4em;
      margin-bottom: 25px; }
      @media (min-width: 992px) {
        .contact-page .form__heading,
        .page-template-page-get-offer .form__heading {
          margin-bottom: 30px; } }
    .contact-page .form__description,
    .page-template-page-get-offer .form__description {
      font-size: 1.8rem;
      margin-bottom: 30px; }

/** request button in get-offer page */
section.offer-request {
  text-align: center;
  background-color: #fff;
  padding-top: 60px;
  margin-bottom: -30px; }
  body.hide-header section.offer-request {
    display: none; }

section.learn-more {
  text-align: center;
  padding: 20px 0; }
  @media (min-width: 992px) {
    section.learn-more {
      padding: 40px 0; } }
  section.learn-more .learn-more__content {
    margin-top: 30px; }

.about__landing {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .about__landing {
      padding-top: 0;
      padding-bottom: 60px; } }
  .about__landing .page__description {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }

.page-template-page-about-2 .header, .page-template-page-about .header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6; }

.page-template-page-about-2 .sub-nav:not(.mobile-select-menu), .page-template-page-about .sub-nav:not(.mobile-select-menu) {
  padding-top: 0; }

@media screen and (max-width: 991px) {
  .hidden-mb {
    display: none; } }

.about__mission {
  background-image: url(../img/about-bg.png);
  background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    .about__mission {
      padding-top: 300px;
      border-top: 1px solid #E6e6e6;
      text-align: center;
      background-position: center 40px;
      background-size: auto 230px; } }
  @media screen and (max-width: 767px) {
    .about__mission {
      background-position: -25px 40px;
      background-size: auto 200px; } }
  @media screen and (min-width: 992px) {
    .about__mission {
      min-height: 300px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      background-position: bottom left;
      background-size: auto 80%; } }
  @media screen and (min-width: 992px) {
    .about__mission-content {
      width: 50%;
      padding-right: 120px; } }
  .about__mission-heading {
    font-size: 3.2rem;
    line-height: 1.5em; }
  .about__mission-desc {
    margin-top: 30px;
    font-size: 20px;
    color: #626262; }

.about__heading {
  font-size: 3.2rem;
  color: #3A3A3A;
  line-height: 1.5em;
  text-align: center; }

.stories {
  padding-top: 30px;
  padding-bottom: 30px; }

.testimonial {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .testimonial {
      padding-top: 60px;
      padding-bottom: 60px; } }

@media screen and (max-width: 991px) {
  .about-page .stories-wrapper, body.page-template-page-about .stories-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .about-page .story__thumb, body.page-template-page-about .story__thumb {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; } }

.story {
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .story {
      display: flex; } }
  @media screen and (max-width: 991px) {
    .story {
      margin-left: -15px;
      margin-right: -15px; } }
  @media screen and (min-width: 992px) {
    .story {
      display: flex;
      align-items: center;
      margin-left: -15px;
      margin-right: -15px; }
      .story.story--reverse {
        flex-direction: row-reverse; } }
  .story .col {
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 992px) {
      .story .col {
        flex: 1; } }
    @media screen and (min-width: 992px) {
      .story .col {
        padding-left: 15px;
        padding-rigth: 15px;
        flex: 1 1 50%; } }
  @media screen and (min-width: 992px) {
    .story__thumb {
      padding-top: 30px;
      padding-bottom: 30px; }
      .story__thumb img {
        max-width: 350px; } }
  .story__thumb img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 180px; }
  .story__content h3 {
    font-size: 2.8rem;
    line-height: 1.4em;
    margin-bottom: 30px; }
  .story__content p {
    margin-bottom: 1em; }
  @media screen and (max-width: 991px) {
    .story__content {
      text-align: center; } }

.sec-team {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .sec-team {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .sec-team .section__subheading {
    color: #8A8A8A; }

.teams-row {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px; }
  .teams-row .slick-dots {
    margin-left: auto;
    margin-right: auto; }

.team {
  flex: 1 1 33.33%;
  margin-bottom: 30px;
  margin-top: 60px; }
  .team.slick-slide {
    padding-left: 0;
    padding-right: 0; }
  .team__name {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }
  .team__position {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
  .team__image img {
    width: 100%; }

.about-sections-container {
  padding-top: 50px; }
  @media (min-width: 992px) {
    .about-sections-container {
      padding-top: 70px; } }
  .about-sections-container .about-section {
    display: none;
    padding-top: 0; }
    @media (min-width: 992px) {
      .about-sections-container .about-section {
        padding-top: 50px; } }
    .about-sections-container .about-section.active {
      display: block; }

.leadership-item {
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 992px) {
    .leadership-item {
      display: flex; } }
  .leadership-item__avatar {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .leadership-item__avatar {
        width: 200px; } }
    .leadership-item__avatar img {
      max-width: 150px; }
      @media (min-width: 992px) {
        .leadership-item__avatar img {
          max-width: 100%; } }
  .leadership-item__main {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .leadership-item__main {
        flex: 1; } }
    @media (max-width: 991px) {
      .leadership-item__main {
        text-align: center; } }
  .leadership-item__name {
    font-size: 25px;
    font-weight: bold; }
  .leadership-item__pos {
    font-size: 20px;
    color: #4C4C4C; }
  .leadership-item__bio {
    margin-top: 15px; }
    .leadership-item__bio p {
      margin-bottom: 10px; }

.section-heading {
  font-family: "Merriweather", serif;
  text-align: center;
  font-size: 20px;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.5em; }
  @media (min-width: 992px) {
    .section-heading {
      font-size: 32px; } }

.section-cta {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }

.about__video .container {
  max-width: 640px;
  margin-bottom: 40px; }

.pricing-page .page__landing, body.page-template-page-pricing .page__landing {
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .pricing-page .page__landing, body.page-template-page-pricing .page__landing {
      padding-bottom: 30px; } }

@media screen and (max-width: 991px) {
  .pricing-page .page__heading, body.page-template-page-pricing .page__heading {
    font-size: 3.2rem;
    text-align: center; } }

.pricing-offers .page__heading {
  margin-bottom: 15px;
  font-size: 3.2rem; }
  @media screen and (min-width: 992px) {
    .pricing-offers .page__heading {
      text-align: left;
      margin-bottom: 30px; } }

.pricing-page .stories, body.page-template-page-pricing .stories {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 992px) {
    .pricing-page .stories, body.page-template-page-pricing .stories {
      padding-top: 30px;
      padding-bottom: 30px; } }

.pricing-page .grid-offer__thumb, body.page-template-page-pricing .grid-offer__thumb {
  height: 60px; }

.pricing-page .grid-offer__thumb.grid-offer__thumb--special img, body.page-template-page-pricing .grid-offer__thumb.grid-offer__thumb--special img {
  max-height: 60px; }

.pricing-offers {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 992px) {
    .pricing-offers {
      padding-top: 30px;
      padding-bottom: 60px; } }

@media screen and (min-width: 992px) {
  .grid-offers {
    margin-left: -15px;
    margin-right: -15px;
    display: flex; } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    .grid-offers {
      display: flex; } }

.grid-offer {
  text-align: center; }
  @media screen and (min-width: 992px) {
    .grid-offer {
      padding-left: 15px;
      padding-right: 15px;
      flex: 1 1 25%;
      padding-right: 30px;
      text-align: left; } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    .grid-offer {
      flex: 1; } }
  .grid-offer__num {
    font-family: "Lato", sans-serif;
    font-size: 4.8rem;
    line-height: 1.5em;
    margin-bottom: 15px; }
  .grid-offer__thumb img {
    max-height: 50px; }
    @media screen and (max-width: 991px) {
      .grid-offer__thumb img {
        margin-left: auto;
        margin-right: auto; } }
  .grid-offer__content {
    margin-top: 15px; }
    @media screen and (max-width: 991px) {
      .grid-offer__content {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto; } }

.agent-page .landing, body.page-template-page-agent .landing {
  padding-top: 30px; }
  @media screen and (max-width: 991px) {
    .agent-page .landing, body.page-template-page-agent .landing {
      padding-top: 15px; } }

.agent-page .page__landing, body.page-template-page-agent .page__landing {
  max-width: 800px; }
  @media screen and (max-width: 991px) {
    .agent-page .page__landing h1, body.page-template-page-agent .page__landing h1 {
      font-size: 3.2rem; } }

.agent-page .page__description, body.page-template-page-agent .page__description {
  text-align: center;
  margin-bottom: 30px; }

@media screen and (min-width: 992px) {
  .agent-page .service-block__wrapper, body.page-template-page-agent .service-block__wrapper {
    display: flex;
    flex: 1 1 50%; }
    .agent-page .service-block__wrapper .service-block, body.page-template-page-agent .service-block__wrapper .service-block {
      display: block;
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; } }

.agent-page .service-block__wrapper .service-block, body.page-template-page-agent .service-block__wrapper .service-block {
  margin-bottom: 60px; }
  @media screen and (min-width: 992px) {
    .agent-page .service-block__wrapper .service-block, body.page-template-page-agent .service-block__wrapper .service-block {
      margin-bottom: 30px; } }

.agent-page .agent-subscribe, body.page-template-page-agent .agent-subscribe {
  padding-bottom: 75px; }

.subscribe-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 992px) {
    .subscribe-box {
      padding: 60px; } }
  .subscribe-box__heading {
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 15px; }
  .subscribe-box__description {
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 30px; }

.privacy a {
	word-wrap: break-word;
}

section.terms, section.privacy {
  padding-top: 30px;
  padding-bottom: 60px; }
  @media screen and (min-width: 992px) {
    section.terms, section.privacy {
      padding-top: 75px;
      padding-bottom: 75px; } }
  section.terms article, section.privacy article {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto; }

article h1 {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

article h2 {
  margin-top: 1.2em;
  margin-bottom: 1.2em; }

article h4 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: #606060;
  line-height: 1.6em;
  margin-bottom: 1em; }

article p {
  margin-bottom: 1em;
  line-height: 1.6em;
  color: #606060; }

article ul {
  list-style-type: disc;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 30px; }
  @media screen and (min-width: 992px) {
    article ul {
      padding-left: 60px; } }

article li {
  margin-bottom: 1.5em; }

.property-page .page__description, body.page-template-page-investor .page__description {
  margin-top: 15px;
  margin-bottom: 15px; }

.property-page .service-block__title, body.page-template-page-investor .service-block__title {
  margin-top: 30px; }

.property-page .property-subscribe, body.page-template-page-investor .property-subscribe {
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .property-page .property-subscribe, body.page-template-page-investor .property-subscribe {
      padding-bottom: 75px; } }

.property-page .subscribe-box, body.page-template-page-investor .subscribe-box {
  text-align: center; }

.pricing-page .page__landing, body.page-template-default .page__landing {
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .pricing-page .page__landing, body.page-template-default .page__landing {
      padding-bottom: 60px; } }

@media screen and (max-width: 991px) {
  .pricing-page .page__heading, body.page-template-default .page__heading {
    font-size: 3.2rem;
    text-align: center; } }

.pricing-page .page__image, body.page-template-default .page__image {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .pricing-page .page__image, body.page-template-default .page__image {
      overflow: hidden;
      margin-left: -15px;
      margin-right: -15px; }
      .pricing-page .page__image img, body.page-template-default .page__image img {
        max-width: none;
        width: 200%;
        -webkit-transform: translate(-25%);
                transform: translate(-25%); } }

@media (min-width: 992px) {
  .col-post-featured {
    flex: 2 1 66.67%; }
  .col-post-popular {
    flex: 1 1 33.33%; } }

@media (min-width: 992px) {
  body.blog #main_section,
  body.category #main_section {
    padding-top: 60px; } }

.post-picks {
  padding-top: 30px;
  padding-bottom: 30px; }
  .post-picks .row-desktop {
    margin-left: -15px;
    margin-right: -15px; }
    @media screen and (min-width: 992px) {
      .post-picks .row-desktop {
        display: flex; } }
  .post-picks .col-desktop {
    padding-left: 15px;
    padding-right: 15px; }

.post-featured {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 32px;
  color: #3A3A3A;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .post-featured {
      display: flex; } }
  .post-featured__thumb-container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .post-featured__thumb-container {
        flex: 1; } }
    @media screen and (min-width: 992px) {
      .post-featured__thumb-container {
        width: 50%;
        height: 400px;
        flex: 1; }
        .post-featured__thumb-container img {
          display: none; } }
  .post-featured__thumb {
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 7px;
    display: block; }
    .post-featured__thumb img {
      border-radius: 7px; }
    @media screen and (max-width: 991px) {
      .post-featured__thumb {
        background-image: none !important; } }
  .post-featured__content {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 992px) {
      .post-featured__content {
        flex: 1; } }
    @media screen and (min-width: 992px) {
      .post-featured__content {
        flex: 1; } }
  .post-featured__heading {
    font-size: 3.2rem;
    color: #3A3A3A;
    margin-bottom: 15px; }
    .post-featured__heading a {
      color: #3A3A3A; }
  .post-featured__description {
    opacity: 0.75;
    font-size: 16px;
    color: #3A3A3A;
    line-height: 1.5em; }
  .post-featured__author {
    font-size: 1.6rem;
    color: #3A3A3A;
    display: flex;
    align-items: center; }
    .post-featured__author img {
      border-radius: 24px;
      margin-right: 5px;
      vertical-align: middle; }
    @media screen and (max-width: 991px) {
      .post-featured__author {
        display: inline-block;
        text-align: center;
        margin-bottom: 20px; } }
  @media screen and (min-width: 992px) {
    .post-featured {
      display: flex;
      text-align: left; } }

.post-popular {
  padding: 20px;
  background-color: #fff; }
  .post-popular__heading {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 1.6rem;
    color: #DC3858;
    max-width: 165px;
    border-bottom: 1px solid #DC3858;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    text-transform: none; }
  .post-popular__list li {
    display: block; }
    .post-popular__list li:last-child a {
      border-bottom: 0; }
    .post-popular__list li a {
      display: flex;
      padding: 15px 0;
      border-bottom: #E6e6e6 1px solid; }
      .post-popular__list li a img {
        width: 64px;
        height: 64px;
        margin-right: 15px;
        border-radius: 4px; }
      .post-popular__list li a p {
        flex: 1;
        font-family: "Merriweather", serif;
        font-size: 1.5rem;
        line-height: 1.3em;
        color: #3A3A3A; }
    .post-popular__list li img {
      max-width: 60px;
      max-height: 60px; }

.post-editors-heading {
  display: flex;
  align-items: center; }
  .post-editors-heading .heading {
    font-size: 1.6rem;
    color: #DC3858;
    margin-right: 15px; }
  .post-editors-heading:after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background: #E6e6e6; }

.post-editors {
  border-bottom: 1px solid #E6e6e6;
  padding-bottom: 30px; }

.post-editors-list {
  margin-left: -15px;
  margin-right: -15px;
  display: flex; }
  @media screen and (min-width: 992px) {
    .post-editors-list {
      display: flex; } }
  .post-editors-list li {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    flex: 1; }
    @media screen and (min-width: 992px) {
      .post-editors-list li {
        flex: 1; } }
    .post-editors-list li:last-child a {
      border-bottom: 0; }
    .post-editors-list li a {
      display: flex;
      padding: 15px 0;
      border-bottom: #E6e6e6 1px solid; }
      .post-editors-list li a img {
        width: 64px;
        height: 64px;
        margin-right: 15px;
        border-radius: 4px; }
      .post-editors-list li a p {
        flex: 1;
        font-family: "Merriweather", serif;
        font-size: 1.5rem;
        line-height: 1.3em;
        color: #3A3A3A; }
    .post-editors-list li img {
      width: 86px;
      height: 86px; }
    .post-editors-list li p {
      font-size: 1.8rem;
      color: #3A3A3A; }
    .post-editors-list li a {
      border-bottom: 0; }
  @media (max-width: 991px) {
    .post-editors-list {
      width: 200%; } }

@media (max-width: 991px) {
  .post-editors-list-container {
    overflow-x: auto; } }

/**
blog recent
*/
.post-recent {
  padding-top: 30px;
  padding-bottom: 30px; }

.post-recent-container {
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap; }
  @media screen and (min-width: 992px) {
    .post-recent-container {
      display: flex; } }

.post-card-wrapper {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 992px) {
    .post-card-wrapper {
      flex: 1; } }
  @media screen and (min-width: 992px) {
    .post-card-wrapper {
      flex: 0 1 33.33%;
      width: 33.33%; } }

.post-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px; }
  .post-card__thumb {
    display: block;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .post-card__tag {
    position: absolute;
    top: 235px;
    left: 1px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    font-size: 10px;
    color: #000000;
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
    background: #F5F5F5;
    text-transform: uppercase; }
  .post-card__body {
    padding: 20px;
    background: #fff;
    border-width: 0 1px 1px 1px;
    border-color: #E6e6e6;
    border-style: solid;
    border-radius: 0 0 5px 5px; }
  .post-card__heading {
    font-size: 2.4rem;
    color: #3A3A3A;
    font-weight: bold; }
    .post-card__heading a {
      color: #3A3A3A; }
  .post-card__more {
    text-align: right; }
    .post-card__more a {
      cursor: pointer;
      color: #3A3A3A; }

.sprinkles {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url(../img/bg-bottom-2@2x.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 992px) {
    .sprinkles {
      padding-top: 30px;
      padding-bottom: 150px; } }

.blog-load-more {
  text-align: center; }

.category-title {
  font-size: 3.2rem; }

.blog-categories, .sub-nav {
  background-color: #fafafa;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (max-width: 991px) {
    .blog-categories:not(.mobile-select-menu), .sub-nav:not(.mobile-select-menu) {
      margin-bottom: 30px;
      position: fixed;
      top: 68px;
      height: 58px;
      padding-top: 0;
      z-index: 9; } }
  @media (min-width: 992px) {
    .blog-categories, .sub-nav {
      margin-bottom: 30px;
      position: fixed;
      top: 79px;
      height: 58px;
      padding-top: 0;
      z-index: 9; } }
  .blog-categories .category-label, .blog-categories .subnav-label, .sub-nav .category-label, .sub-nav .subnav-label {
    border: 1px solid #E6e6e6;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    display: none; }
    .blog-categories .category-label img, .blog-categories .subnav-label img, .sub-nav .category-label img, .sub-nav .subnav-label img {
      width: 16px;
      height: 16px;
      vertical-align: middle;
      display: inline-block;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
  .blog-categories .categories-wrapper.opened ul, .sub-nav .categories-wrapper.opened ul {
    opacity: 1;
    visibility: visible; }
  .blog-categories .categories-wrapper, .sub-nav .categories-wrapper {
    position: relative; }
    .blog-categories .categories-wrapper ul, .sub-nav .categories-wrapper ul {
      display: flex;
      border-bottom: 1px solid #E6e6e6;
      width: 100%;
      justify-content: center; }
      .blog-categories .categories-wrapper ul li a, .sub-nav .categories-wrapper ul li a {
        display: block;
        padding: 15px 20px;
        font-size: 12px;
        color: #B5B5B5;
        text-transform: uppercase;
        font-weight: bold;
        white-space: nowrap; }
        .blog-categories .categories-wrapper ul li a:hover, .sub-nav .categories-wrapper ul li a:hover {
          color: #DC3858; }
      .blog-categories .categories-wrapper ul li.current-cat a, .blog-categories .categories-wrapper ul li.active a, .sub-nav .categories-wrapper ul li.current-cat a, .sub-nav .categories-wrapper ul li.active a {
        color: #DC3858; }
  .blog-categories.mobile-select-menu .category-label, .blog-categories.mobile-select-menu .subnav-label, .sub-nav.mobile-select-menu .category-label, .sub-nav.mobile-select-menu .subnav-label {
    display: block; }
    @media screen and (min-width: 992px) {
      .blog-categories.mobile-select-menu .category-label, .blog-categories.mobile-select-menu .subnav-label, .sub-nav.mobile-select-menu .category-label, .sub-nav.mobile-select-menu .subnav-label {
        display: none; } }
  @media screen and (max-width: 991px) {
    .blog-categories.mobile-select-menu ul, .sub-nav.mobile-select-menu ul {
      position: absolute;
      display: block;
      left: 0;
      top: 52px;
      border: 1px solid #E6e6e6;
      border-radius: 5px;
      z-index: 2;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      transition: all 300ms; }
      .blog-categories.mobile-select-menu ul li, .sub-nav.mobile-select-menu ul li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #E6e6e6; }
        .blog-categories.mobile-select-menu ul li:last-child, .sub-nav.mobile-select-menu ul li:last-child {
          border-bottom: none; } }

.blog-subscribe {
  margin-top: 30px;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  section.single-post {
    padding-top: 58px;
    padding-bottom: 75px; } }

section.single-post .blog-categories ul {
  border-bottom: 0; }

.post-landing {
  background-size: cover;
  background-position: center top;
  z-index: -1;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  height: 500px; }
  .post-landing:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  @media screen and (min-width: 992px) {
    .post-landing {
      height: 70vh; } }

.post-landing-image {
  background-size: cover;
  background-position: center top;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  height: 400px; }
  /* .post-landing-image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); } */
  @media screen and (max-width: 992px) {
    .post-landing-image {
      background-repeat: no-repeat;
      background-size: cover;
      height: 250px; } }

.post-heading {
  color: #4A4A4A;
  text-align: center;
  padding: 26px 18px; }
  @media screen and (min-width: 992px) {
    .post-heading {
      padding: 24px 0px 18px; } }
  .post-heading__heading {
    font-size: 2.9rem;
    line-height: 1.5em;
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin: auto; }
    @media screen and (min-width: 992px) {
      .post-heading__heading {
        font-size: 4.2rem;
        line-height: 1.3em; } }
    .post-heading__heading:after {
      /* content: ""; */
      display: block;
      width: 80px;
      height: 1px;
      background-color: #979797;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      margin-bottom: 40px; }
      @media screen and (min-width: 992px) {
        .post-heading__heading:after {
          margin-top: 30px;
          margin-bottom: 30px; } }
  .post-heading__meta {
    padding-top: 18px;
    font-size: 14px;
    color: #4A4A4A; }
    @media screen and (max-width: 992px) {
        .post-heading__meta {
          padding-top: 5px;} }
  .post-heading__meta-separator {
    margin: 0 7px;
    display: inline-block; }
  .post-heading__author img {
    vertical-align: middle;
    border-radius: 50%;
    width: 20px;
    height: 20px; }

.post-main {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 850px; }

.post-content {
  background-color: #fff;
  padding: 15px;
  font-size: 16px;
  color: #3A3A3A; }
  @media screen and (min-width: 992px) {
    .post-content {
      padding: 40px; } }
  .post-content > *:first-child {
    margin-top: 0; }
  .post-content p {
    margin-bottom: 10px;
    color: #3A3A3A; }
  .post-content p > img {
    max-width: calc(100% + 30px);
    display: block;
    height: auto !important; }
    @media (max-width: 991px) {
      .post-content p > img {
        margin-left: -15px;
        margin-right: -15px; } }
  .post-content strong {
    font-weight: 900; }
  .post-content ul, .post-content ol {
    margin-top: 0.5em;
    margin-bottom: 0; }
    @media screen and (min-width: 992px) {
      .post-content ul, .post-content ol {
        padding-left: 60px; } }
  .post-content ol {
    list-style-type: decimal; }
  .post-content li {
    margin-bottom: 0.13em; }
    .post-content li ul {
      margin-top: 0;
      margin-bottom: 0; }
  .post-content h2 {
    font-size: 2.4rem;
    margin-bottom: 1em; }
  .post-content h3 {
    font-size: 2rem;
    margin-bottom: 0.8em; }
  .post-content h4 {
    font-size: 1.8rem;
    margin-bottom: 0.5em; }
  @media screen and (max-width: 991px) {
    .post-content .mobile-center {
      float: none !important;
      display: block;
      margin-left: auto !important;
      margin-right: auto !important; } }

.post-addition {
  margin-top: 30px;
  padding: 15px; }
  @media screen and (min-width: 992px) {
    .post-addition {
      padding: 40px;
      background: #fff; }
      .post-addition .row {
        margin-left: -40px;
        margin-right: -40px; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .post-addition .row {
        display: flex; } }
  @media screen and (min-width: 992px) {
      .post-addition .col {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      .post-addition .col {
        flex: 1; } }

@media screen and (min-width: 768px) {
  .post-next {
    padding-right: 30px; } }

@media screen and (max-width: 991px) {
  .post-next {
    display: none; } }

.post-next h3 {
  font-size: 3.2rem;
  color: #3A3A3A;
  margin-bottom: 0.5em; }
  .post-next h3 a {
    color: #3A3A3A; }

.post-next p {
  opacity: 0.75;
  font-size: 1.6rem;
  color: #3A3A3A; }

.post-next__go {
  text-align: right; }
  .post-next__go a {
    color: #3A3A3A; }

.post-share {
  margin-top: 30px; }
  @media screen and (min-width: 992px) {
    .post-share {
      position: absolute;
      left: -100px;
      top: 60vh;
      padding: 30px 0 0 0; } }
  .post-share__title {
    font-family: "Merriweather", serif;
    font-size: 1.3rem;
    color: #3A3A3A;
    text-align: center;
    margin-bottom: 15px; }
  @media screen and (max-width: 991px) {
    .post-share__icon-container {
      display: flex;
      justify-content: center; } }
  .post-share__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    border: 1px solid #E6e6e6;
    margin-bottom: 15px;
    color: #3A3A3A;
    transition: color 300ms, background 300ms, border 300ms; }
    @media screen and (max-width: 991px) {
      .post-share__icon {
        margin-left: 10px;
        margin-right: 10px; } }
    @media screen and (min-width: 992px) {
      .post-share__icon:hover {
        color: #fff;
        background-color: #DC3858;
        border-color: #DC3858; } }

.post-related__heading {
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 1.6rem;
  color: #DC3858;
  max-width: 165px;
  border-bottom: 1px solid #DC3858;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase; }

.post-related__list li {
  display: block; }
  .post-related__list li:last-child a {
    border-bottom: 0; }
  .post-related__list li a {
    display: flex;
    padding: 15px 0;
    border-bottom: #E6e6e6 1px solid; }
    .post-related__list li a img {
      width: 64px;
      height: 64px;
      margin-right: 15px;
      border-radius: 4px; }
    .post-related__list li a p {
      flex: 1;
      font-family: "Merriweather", serif;
      font-size: 1.5rem;
      line-height: 1.3em;
      color: #3A3A3A; }

/**
 * WORDPRESS POST STYLE
 */
.wp-caption img {
  max-width: 100%;
  width: 100%;
  height: auto; }

@media screen and (max-width: 991px) {
  .wp-caption {
    margin-left: -15px;
    margin-right: -15px;
    width: auto !important; } }

.page-template-page-career .page__landing {
  margin-bottom: 30px; }

.image {
  background-image: url(../img/career-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .image {
      height: 460px; } }

.text {
  text-align: center;
  padding: 30px 0; }
  .text .text__heading {
    font-size: 3.2rem;
    color: #3A3A3A;
    margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .text {
      margin-left: auto;
      margin-right: auto;
      max-width: 750px; } }
  @media screen and (min-width: 992px) {
    .text--job-opp {
      margin-left: auto;
      margin-right: auto;
      max-width: 650px; } }

section.careers {
  padding: 30px 0 75px 0; }
  section.careers .row {
    display: block; }
    @media screen and (min-width: 992px) {
      section.careers .row {
        display: flex;
        flex-wrap: wrap; } }
  @media screen and (min-width: 992px) {
    section.careers .col {
      flex: 0 1 33.33%;
      display: flex;
      flex-direction: row; }
      section.careers .col > .career-card {
        flex: 1; } }

.career-card {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px; }
  .career-card__title {
    font-family: "Lato", sans-serif;
    font-size: 1.8rem;
    color: #DC3858;
    letter-spacing: 0.3px; }
  .career-card__desc {
    font-size: 1.8rem;
    color: #3A3A3A;
    letter-spacing: 0.3px; }
  .career-card__msg {
    font-size: 1.6rem;
    color: #929292;
    letter-spacing: 0.4px;
    text-align: center; }

.career-card--disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EBEBEB; }

.page-template-page-faq .page__landing {
  max-width: 925px; }

.page-template-page-faq .page__desc {
  max-width: 709px;
  margin-left: auto;
  margin-right: auto; }

.page-template-page-faq .page__thumb {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .page-template-page-faq .page__thumb {
      overflow: hidden;
      margin-left: -15px;
      margin-right: -15px; }
      .page-template-page-faq .page__thumb img {
        max-width: none;
        width: 160%;
        -webkit-transform: translate(-20%);
                transform: translate(-20%); } }

.page-template-page-faq section.faqs {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .page-template-page-faq section.faqs {
      padding-top: 112.5px;
      padding-bottom: 112.5px; } }

.landing__trademark {
    color: #444444;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 1100px) {
  .reviews-video-container {
    flex-direction: column !important; } 
  .reviews-video-container .video {
    margin-bottom: 15px; }
}

.unsubscribe-name {
  display: flex;
  justify-content: space-between;
  max-width: 740px;
  margin: 0 auto; }

  @media screen and (max-width: 767px) { 
    .unsubscribe-name {
      flex-direction: column;
      align-items:center; }
    .unsubscribe-name input {
      margin: 0 auto;
      }}

.unsubscribe-name input {
  max-width: 350px;
  height: 43px;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 10px;
}

.unsubscribe-address {
  max-width: 740px;
  height: 43px;
  width: 740px !important;
  font-size: 18px !important;
  line-height: 18px;
  padding-left: 11px !important;
  padding-right: 11px !important;
  border: 1px solid #767676 !important; }

  @media screen and (max-width: 767px) { 
    .unsubscribe-address {
      width: 350px !important; }
    
    .unsubscribe-address-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 0px;
    }
    .required-information {
      width: 350px;
    }

    .unsubscribe-address-error {
      width: 350px;
    }

  }

.unsubscribe-subhead-copy {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.required-information {
  font-size: 14px;
}

.unsubscribe-questions {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  height: 160px; 
}

.unsubscribe-questions div {
  max-width: 350px;
  width: 100%;
}


.unsubscribe-checkbox {
  display: flex;
  flex-direction: column;
}

.unsubscribe-list-item {
  margin-left: 0px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) { 
  .unsubscribe-questions {
    align-items: center;
    flex-direction: column;
	margin-bottom: 75px;}
  .unsubscribe-checkbox {
    padding-top: 10px;}
  .unsubscribe-list-item {
    padding-bottom: 5px;}
  }


.unsubscribe-form .us-autocomplete-pro-menu {
  margin: 0px !important;
  left: 0px !important;
  max-width: 740px !important;}
  @media screen and (max-width: 767px) { 
    .unsubscribe-form .us-autocomplete-pro-menu {
      margin: auto !important;
      width: 350px !important;
      z-index: 1;
    }
    .unsubscribe-form .ui-widget-content {
      min-width: 0px !important;
    } 
  }

.unsubscribe-btn-wrapper {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 40px;
}

.unsubscribe-submit-btn {
  width: 220px;
  height: 45px;
  background: rgba(219,55,88,1);
  font-size: 16px;
  line-height: 16px !important;
  font-weight: 400;
  font-family: Lato;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
}

.unsubscribe-error {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: -10px;
  display: none;
}

.unsubscribe-address-error {
  color: red;
  font-size: 14px;
  margin-top: 10px;
  display: none;
  line-height: 18px;
}

#unsubscribe-other-option {
    width: 100%;
    display: none;
    height: 43px;
    line-height: 18px;
    padding: 10px 11px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: gray;
}

@media screen and (max-width: 767px) { 
    #unsubscribe-other-option {
      width: 350px; }
    }

@media screen and (max-width: 767px) { 
    .unsubscribe-form {
      padding-left: 15px;
	  padding-right: 15px;}
    }

.buy-houses-sub-copy {
  font-family: lato, sans-serif;
  color: #444;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}

.footer-phone img {
	width: 17px;
	position: relative !important; 
	top: 4px !important; 
}

.credibility {
  padding: 50px 0px;
  background-color: white;
}

.credibility-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.credibility-block__thumb img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }
.credibility-block__thumb img {
  max-height: 24px; }
 
.credibility-block {
  padding: 0 40px;
}

.credibility .Badge__content .stats__count {
    display: none !important;
}

.Badge .Badge__content .Badge__stats .stats__count {
    background-color: blue;
}

.out_of {
  font-family: "Lato";
  font-weight: bold;
  padding-left: 10px;
  color: #b5b5b5;
}

.small-reviews-logo {
  height: 37px;
}

.small-reviews-logo img {
  height: 36px;
}

.star-logo {
  display: flex;
  align-items: center;
}

.star-content-logo {
  max-height: 18px;
}

.star-content-logo img {
  height: 16px;
}

.star-content {
  text-align: center;
  color: #B3B4B5;
  padding-right: 5px;
}

.star-text-logo {
  display: flex;
  align-items: center;
}

.star-content-text {
  font-size: 14px;
}

.credibility-container-row-one {
  display: flex;
}

.credibility-container-row-two {
  display: flex;
}

@media screen and (max-width: 1280px) { 
  .small-reviews-logo {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) { 
  .credibility-container-row-one {
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
   }
  .credibility-container-row-two {
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
  }
  .credibility-block {
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  .credibility-container {
    width: auto;
  }

  .stars-inner {
    width: 47% !important;
  }
  .small-reviews-logo {
		margin-top: 0px;
	}
}

/* Better Way Page */
.hub-sub-nav {
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.better-way {
    background-color: white;
}

.better-way .wiziwig ul {
	list-style: inherit;
	padding-left: 60px;
}

.better-way .page__description {
    font-size: 24px;
    line-height: 30px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    max-width: 469px;
    margin: 0 auto;
}

.better-way .three-image-container {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 33.333333%;
    justify-content: space-between;
    padding-top: 70px;
}

.grid-section__heading {
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 4.2rem;
    line-height: 63px;
    text-align: center;
    color: #4A4A4A;
    padding-bottom: 31px;
}

.better-way-post-card {
    width: 301px;
    border-right: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
    border-radius: 0px 0px 5px 5px;
}

.better-way-post-card-text {
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #3A3A3A;
    width: 247px;
    margin: auto;
    padding: 22px 0 46px;
    position: relative;
}

.customer-stories {
    position: absolute;
    width: 135px;
    height: 30px;
    left: -27px;
    top: -30px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 30px;
    background: #F5F5F5;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.95;
}

.better-way .video {
    padding: 73px 0 95px 0;
}

.better-way .video .section__heading {
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 4.2rem;
    line-height: 63px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 42px;
}

.better-way .video .section__subheading {
    max-width: 479px;
    margin-bottom: 58px;
}

.better-way .landing__video {
    max-width: 846px;
}

.better-way .hook {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.better-way .your-side {
    margin: 57px 0px 89px 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

.better-way .your-side h2 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.better-way .your-side p {
    line-height: 27px;
    max-width: 800px;
    color: #4a4a4a;
}

.checklist-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 78px;
}

.checklist-resource {
	text-transform: uppercase;
    max-width: 398px;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.26em;
    color: #4A4A4A;
}

.checklist-title {
    padding-top: 11px;
    max-width: 447px;
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 4.2rem;
    line-height: 54px;
    color: #4A4A4A;
}

.checklist-subcopy {
    max-width: 377px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #4A4A4A;
    padding-top: 31px;
}

.checklist-capture__submit {
    width: 374px;
    height: 51px;
    display: flex;
    justify-content: center;
}

.checklist-email-capture__input {
    height: 55px;
    width: 374px;
    border-radius: 4px;
    border: 1px solid #eee;
    padding-left: 10px;
    margin: 36px 0 29px;
}

.checklist-right {
    margin-left: 66px;
}

.checklist-right img {
    height: 450px;
}

#lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-wrapper {
  background-color: white;
  display: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: relative;
}

.lightbox-carousel {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 501px;
  width: 501px;
  height: 600px;
  position: relative;
  transition: 0.5s;
  left: 1px;
  overflow: hidden;
}

.lightbox-carousel img {
  height: 550px;
  width: auto;
}

.pdf-col-1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: auto;
  transition: 0.5s;
  box-shadow: 0px 10px 15px rgba(125, 126, 166, 0.05);
}

.pdf-col-2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 520px;
  transition: 0.5s;
  box-shadow: 0px 10px 15px rgba(125, 126, 166, 0.05);
}

.pdf-col-3 {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 520px;
  transition: 0.5s;
  box-shadow: 0px 10px 15px rgba(125, 126, 166, 0.05);
}

.lightbox-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.pdf-arrow {
  cursor: pointer !important;
  margin: 10px;
  height: 30px;
}

#pdf-right-arrow-2 {
  display: none;
}

#pdf-left-arrow-2 {
  display: none;
}

#pdf-left-arrow-3 {
  display: none;
}

#pdf-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  cursor: pointer !important;
  z-index: 1001;
}

.light-box-button-left {
  cursor: pointer !important;
  z-index: 1001;
}

.light-box-button-right {
  cursor: pointer !important;
  z-index: 1001;
}

.review-offer-banner {
    display: flex;
	max-width: 1000px;
    width: 100%;
    text-align: left;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(230, 230, 230, 0.8);
    box-sizing: border-box;
    box-shadow: 2px 2px 10px 5px rgba(230, 230, 230, 0.3);
    border-radius: 6px;
    padding: 70px 97px 77px 86px;
	margin: auto;
}

.review-offer-text {
  margin-top: 18px;
}

.review-offer-phone {
  margin-top: 29px;
  font-size: 36px;
  line-height: 27px;
}

.review-offer-phone a {
  color: #4A4A4A;
}

.offer-right {
  padding-left: 43px;
}

.better-way-testimonail-section__heading {
    max-width: 653px;
    font-family: Merriweather;
    font-size: 4.2rem;
    line-height: 63px;
    text-align: center;
    color: #4A4A4A;
    margin: auto;
}

.new-testomonial-sub__heading {
    padding-top: 31px;
    max-width: 893px;
    font-family: Lato;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #4A4A4A;
    margin: auto;
}

.access-wrapper {
    display: flex;
	justify-content: center;
    align-items: center;
}
.access-right {
    margin-left: 61px;
}

.access-title {
    font-family: Merriweather;
    font-size: 4.2rem;
    line-height: 58px;
    color: #4A4A4A;
    margin-bottom: 42px;
}

.access-subcopy {
    max-width: 391px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #4A4A4A;
    margin-bottom: 47px;
}


.mission-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center;
}

.mission-title {
    font-family: Merriweather;
    font-size: 4.2rem;
    line-height: 63px;
    text-align: center;
    color: #4A4A4A;
    margin-bottom: 31px;
}

.mission-subcopy {
    max-width: 595px;
    margin-bottom: 54px; 
}
.mission-blurb {
    max-width: 920px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 68px;
}

.better-way-subcopy {
    font-family: Lato;
    font-size: 18px;
    line-height: 27px;
    color: #4A4A4A;
}

.better-way__heading {
  font-family: Merriweather;
  font-size: 4.2rem;
  line-height: 63px;
  color: #4A4A4A;
}

.mission-button {
    margin: 62px 0 81px;
    max-width: 145px;
}

.mission-news {
    font-family: lato;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: bold;
    margin-bottom: 38px;
}

.mission-news-heading {
    font-family: Merriweather;
    font-size: 4.2rem;
    margin-bottom: 38px;
    line-height: normal;
}

.mission-news-wrapper {
    display: flex;
    justify-content: space-between;
    width: 900px;
}

.mission-news-box {
    padding: 29px 35px 30px 33px;
    width: 290px;
    height: 270px;
    background-color: #ffffff;
    text-align: left;
    position: relative;
}

.mission-news-source {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    color: #a4a4a4;
    margin-bottom: 18px;
}

.mission-news-headline {
    font-size: 22px;
    line-height: 30px;
    color: #4A4A4A;
    margin-bottom: 39px;
}

.mission-news-link {
    color: #4A4A4A; 
    letter-spacing: 0.2em;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
}

.smooth-anchor {
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#checklist-capture__error {
	display: none;
}

.access-left img {
	max-height: 600px;
}

@media screen and (max-width: 767px) { 
  .mission-news-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
	
  .mission-news-heading {
		font-size: 22px
  }
	
  .access-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .access-right {
    margin: 0;
    text-align: center;
    padding-bottom: 50px;
  }

  .better-way .three-image-container {
    justify-content: center;
  }

  .checklist-wrapper {
    flex-direction: column;
  }

  .checklist-right {
	padding-top: 50px;
    margin-left: 0px;
  }
  .checklist-left {
    width: 100%;
	text-align: center;
  }

  .checklist-capture__submit {
    width: 100%;
  }

  .checklist-email-capture__input {
    width: 100%;
  }
  
  .review-offer-banner {
    flex-direction: column;
    padding: 0px 0px 50px;
  }

  .offer-left {
    padding: 50px;
  }

  .offer-right {
    padding-left: 0px;
	text-align: center;
  }
	
  .mission-news-box {
    margin-bottom: 20px;
  }

  .lightbox-carousel img {
    height: 400px;
    border: 0px;
  }

  .lightbox-carousel {
    height: 400px;
    max-width: 350px;
  }

  .lightbox-nav {
    padding: 0px 20px 10px;
    max-width: 100%;
  }

  .lightbox-wrapper {
    padding: 0px 0px 50px;
    max-width: 100%;
  }

  #pdf-close {
    top: 15px;
  }

  .sub-nav-better-item a {
    padding: 15px 15px !important;
  }

  .sub-nav-better-list {
    border: 0px !important;
  }
	
  .access-left {
	padding-right: 50px;
  }
}

/* SEO Location Links */
.seo-links__nav {
  width: 100%;
  display: flex;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  line-height: 46px;
  margin: 66px 0 47px;
  border-bottom: solid 1px #E6E6E6;
}

.seo-links__nav div {
  margin-right: 92px;
}

.seo-links__subheader__nav0 {
  border-bottom: 5px solid #DB3D54;
}

.seo-nav__active {
  border-bottom: 5px solid #DB3D54 !important;
}

.seo-links__section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.state_wrapper {
  width: 33%;
  cursor: pointer;
  margin-bottom: 15px;
}

.seo-arrow-container {
  display: flex;
  align-items: center;
}

.seo-arrow-container img {
  height: 12px;
  margin-right: 15px;
}

.seo-arrow-container img  {
  height: 12px;
  margin-right: 15px;
}

.seo-links_city_info ul {
  padding-left: 20px;
}

.state_name {
  font-size: 15px;
}

.links__section4 {
  display: none;
}

.links__section5 {
  display: none;
}

.links_hide {
  display: none;

}

.links_show {
  display: flex;
}

.links_block {
  display: block;
}

.seo__link {
  color: #4A4A4A !important;
  text-decoration: underline;
  font-size: 16px;
}

.rotated {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); 
  -moz-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  -o-transform: rotate(90deg);
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) { 
  .seo-links__section  {
    flex-direction: column;
  }

  .state_wrapper {
    width: 100%;
  }

  .seo-links__nav {
    overflow-y: scroll;
  }
  .seo-links__nav div {
    margin-right: 39px;
    white-space: nowrap;
  }
}

/* Cost Calculator */
#fbuilder {
	padding: 50px;
    box-shadow: rgb(255 255 255 / 0%) 0px 0px 0px 0px;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 10px;
    background-color: rgb(239, 244, 244);
}

.field.percent.number.large {
	color: rgb(0, 0, 0);
    width: 100%;
    margin: 0px;
    padding: 17px 15px;
    font-size: 14px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    text-shadow: rgb(255 255 255 / 0%) 0px 0px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(208, 208, 208);
    border-radius: 0px;
    letter-spacing: 0px;
    background-color: rgb(255, 255, 255);
}

.field.digits.large {
	color: rgb(0, 0, 0);
    width: 100%;
    margin: 0px;
    padding: 17px 15px;
    font-size: 14px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    text-shadow: rgb(255 255 255 / 0%) 0px 0px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(208, 208, 208);
    border-radius: 0px;
    letter-spacing: 0px;
    background-color: rgb(255, 255, 255);
}

.codepeoplecalculatedfield {
	color: rgb(0, 0, 0);
    width: 100%;
    margin: 0px;
    padding: 17px 15px;
    font-size: 14px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    text-shadow: rgb(255 255 255 / 0%) 0px 0px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(208, 208, 208);
    border-radius: 0px;
    letter-spacing: 0px;
    background-color: rgb(255, 255, 255);
}

.uh {
	color: rgb(162, 159, 159);
    margin: 3px 0px;
    padding: 0px;
    font-size: 12px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    text-shadow: rgb(255 255 255 / 0%) 0px 0px 0px;
    letter-spacing: 0px;
}

.fields label {
	font-size: 14px;
}

.fieldname1_1 {
	font-size: 16px;
	font-weight: 700;
}

.cff-calculated-field label {
	font-size: 16px;
}

/* Animation keyframes - you need to add prefixes */
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/* Loading animation container */
.loading {
	position: absolute;
	left: 50%;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
}

/* Spinning circle (inner circle) */
.loading .maskedCircle {
	width: 20px;
	height: 20px;
	border-radius: 12px;
	border: 3px solid white;
}

/* Spinning circle mask */
.loading .mask {
	width: 12px;
	height: 12px;
	overflow: hidden;
}

/* Spinner */
.loading .spinner {
	position: absolute;
	left: 1px;
	top: 10px;
	width: 26px;
	height: 26px;
	animation: spin 1s infinite linear;
}

/* Investor Faq Contact Form */
#myForm .form-container {
	max-width: 368px;
}

#faqThankYou {
	text-align: center;
}

#faqThankYou h3 {
	margin-top: 30px;
    font-size: 24px;
}

#faqThankYou .faq-ty-text {
	border: none;
	font-family: "Lato";
	color: #4a4a4a;
	margin: 30px 0px;
}

.wpcf7-not-valid-tip {
	text-align: left;
}

.aligncenter {
	margin: 0 auto;
	text-align: center;
}

/* Disclosure Page */
.disclosure-list {
    padding-top: 30px;
    width: 100%;
    display: flex;
}

.disclosure-list-title {
    font-weight: bold;
    text-decoration: underline;
}

.disclosure-row {
    height: 50px;
    display: flex;
    padding-top: 5px;
}

.disclosure-state {
    padding-right: 25px;
}

.disclosure-trec {
    height: 70px;	
    display: flex;
    flex-direction: column;
}

/* * * Callback Form * * */
.callback-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.callback-heading {
    font-family: Merriweather;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    margin-top: 30px;
    text-align: center;
}
.callback-subheading {
    max-width: 650px;
    margin-top: 20px;
    text-align: center;
}

.callback-form {
    margin-top: 25px;
}
.callback-form input:focus, .callback-form select:focus{
    outline: none;
}

.callback-form select {
    border: 1px solid #C9C9C9;
    width: 380px;
    height: 55px;
    padding: 10px;
    border-radius: 4px;
}

.custom-callback-select {
    position: relative;
    font-family: Lato;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.custom-callback-select select {
    appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("https://sundae.com/wp-content/uploads/2022/01/select-down-arrow.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 23px;
}

.callback-button {
    font-family: Lato;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    width: 380px;
    height: 55px;
    background: #DB3D55;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.callback-button:disabled {
    background: #F8D8DD;
    cursor: inherit;
}

.input-error {
    height: 27px;
    margin-top: -20px;
    text-align: left;
    font-size: 12px;
    color: #A33A3A;
    display: none;
}

.callback-other-input {
    display: none;
}

.cool-input {
    position: relative;
    margin-bottom: 20px;
  }
  .cool-input__field {
	font-size: 16px;
    width: 380px;
    min-height: 55px;
    padding: 1.55rem 0.75rem 0.45rem;
    line-height: 1.2;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    border-radius: 4px;
  }

  .cool-input__field.invalid {
      border: 1px solid #A33A3A !important;
  }
  .cool-input__field::placeholder {
    color: transparent;
  }
  .cool-input__field:focus {
    border-color: #1c51a0;
  }
  .cool-input__field:focus::placeholder {
    color: #757575;
  }
  .cool-input__field:focus + .cool-input__label {
    color: #1c51a0;
  }

  .cool-input__field.invalid:focus + .cool-input__label {
    color: #A33A3A;
  }

  .cool-input__field:focus + .cool-input__label, .cool-input__field.is-valid + .cool-input__label {
    transform: translateY(-100%) scale(0.75);
    font-weight: bold;
  }
  .cool-input__label {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform-origin: left top;
    transform: translateY(-50%);
    z-index: 1;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #5a5a5a;
    transition: 0.2s ease all;
    user-select: none;
    pointer-events: none;
  }
  .callback-spacer {
      display: inline;
  }

  @media screen and (max-width: 992px) {
    .callback-subheading {
        max-width: 380px;
		padding: 0px 15px;
		width: 100%;
    }
    .callback-heading {
		padding: 0px 15px;
        max-width: 380px;
		width: 100%;
    }
    .callback-spacer {
        display: none;
    }
    .callback-form {
        margin-top: 15px;
		padding: 0px 15px;
		width: 100%;
    }
    .cool-input {
        margin-bottom: 15px;
    }
	.cool-input__field {
	  max-width: 380px;
	  width: 100%
	}
	.callback-form select {
		width: 100%;
		max-width: 380px;
	}
	.callback-button {
		width: 100%;	  
	}
    .input-error {
        height: 25px;
        margin-top: -15px;
    }
  }

#contact-us-button {
	display: none;
}

#contact-us-button-mobile-sticky {
    display: none;
}

.cool-select {
	color: #4A4A4A !important;
}