body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden !important; }

h1,
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.4rem;
  color: #444; }

a {
  color: #f15823; }
  a:hover {
    cursor: pointer; }
  a.toggled i {
    transform: rotate(45deg); }
  a i {
    margin-right: 0.25rem;
    font-size: 1.25rem; }

a.button,
button,
input[type="submit"] {
  background: linear-gradient(25deg, #fc6076 0%, #ff9a44 100%);
  border-radius: 10px;
  color: #fff;
  border: none;
  padding: 0.5rem 2.5rem;
  font-size: 1.25rem;
  transition: ease 0.25s;
  cursor: pointer; }
  a.button:hover,
  button:hover,
  input[type="submit"]:hover {
    opacity: 0.7; }
  a.button.white,
  button.white,
  input[type="submit"].white {
    background: #fff; }

a.button {
  display: initial;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-decoration: none; }

.centered-text {
  text-align: center; }

.hidden {
  display: none; }

.wrapper {
  max-width: 1100px;
  margin: auto;
  width: 95%; }
  .wrapper--vertical_center {
    display: flex;
    align-items: center; }
  .wrapper__inner {
    max-width: 740px;
    margin: 0 auto; }
  .wrapper--flex_wrap {
    display: flex;
    flex-wrap: wrap; }

.flex-container {
  display: flex !important; }
  .flex-container .wrapper {
    align-items: center;
    justify-content: center; }

footer {
  background-color: #333;
  height: 2.5rem;
  float: left;
  width: 100%;
  display: flex;
  color: rgba(204, 204, 204, 0.8); }

.error_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(25deg, #fc6076 0%, #ff9a44 100%); }
  .error_page .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .error_page img {
    width: 200px; }
  .error_page h1 {
    font-size: 5rem;
    color: #fff;
    margin-bottom: 0;
    margin-top: 1.5rem; }
  .error_page h2 {
    font-size: 2rem;
    color: #fff; }
  .error_page a {
    display: block;
    color: #f15823;
    background: #fff;
    font-size: 1.25rem;
    width: 200px;
    margin-top: 2rem; }

.avatar {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%; }

.header .top-container {
  position: relative !important;
  margin-top: 22px; }
  @media (max-width: 840px) {
    .header .top-container {
      display: flex;
      justify-content: center;
      position: absolute !important; } }
  .header .top-container a {
    float: left; }

.top-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 30px; }
  .top-container img {
    height: 60px;
    position: absolute;
    left: 0;
    top: -5px; }
    @media (max-width: 840px) {
      .top-container img {
        position: relative; } }
  .top-container .nav_mobile {
    display: none;
    position: absolute;
    top: 5%;
    left: 5%; }
    .top-container .nav_mobile a {
      color: #fff;
      text-decoration: none; }
      .top-container .nav_mobile a i {
        font-size: 2rem; }
    @media (max-width: 840px) {
      .top-container .nav_mobile {
        display: block; } }
  .top-container #navigation {
    position: absolute;
    right: 0; }
  .top-container nav {
    position: absolute;
    top: 10%;
    right: 5%; }
    @media (max-width: 840px) {
      .top-container nav {
        display: none; } }
    .top-container nav ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      height: 50px;
      align-items: center; }
      .top-container nav ul li {
        padding: 0 1rem; }
        .top-container nav ul li:last-child {
          border-left: 2px solid rgba(255, 255, 255, 0.44); }
        .top-container nav ul li a {
          position: relative;
          color: #f7f7f7;
          font-size: 1rem;
          text-decoration: none;
          white-space: nowrap; }
          .top-container nav ul li a:hover:before {
            content: '';
            position: absolute;
            bottom: -3px;
            width: 100%;
            border: 1px solid #f7f7f7; }
    .top-container nav .menu li:hover .sub-menu {
      opacity: 1; }
    .top-container nav .sub-menu {
      display: flex;
      position: absolute;
      background: #fff;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      margin-top: 0.5rem;
      opacity: 0;
      transition: 0.25s ease-out;
      height: 38px; }
      .top-container nav .sub-menu li {
        border-left: none !important; }
        .top-container nav .sub-menu li a {
          color: #f15823;
          text-shadow: none; }
          .top-container nav .sub-menu li a:hover:before {
            border-color: #f15823; }

.banner {
  position: relative;
  overflow: hidden;
  text-shadow: 0 0 5px #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 480px) {
    .banner {
      padding: 0 1rem; } }
  .banner .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .banner.index {
    height: 100vh;
    background-image: linear-gradient(25deg, rgba(252, 96, 118, 0.6) 0%, rgba(255, 154, 68, 0.6) 100%); }
    .banner.index .banner__image {
      background-image: url(../img/Logo_White.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      height: 250px;
      width: 450px;
      max-width: 100%;
      margin: 0 auto; }
    .banner.index .banner__tagline {
      color: #fff;
      text-align: center; }
      .banner.index .banner__tagline h1 {
        font-weight: 300;
        font-size: 1.25rem;
        text-transform: uppercase;
        margin: 0; }
    .banner.index .banner__scroller {
      position: absolute;
      bottom: 10%;
      width: 100%;
      text-align: center; }
      .banner.index .banner__scroller a {
        display: initial; }
        .banner.index .banner__scroller a i {
          color: #fff;
          font-size: 2.5rem; }
    .banner.index .video,
    .banner.index .bg_image {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .banner.index .bg_image {
      display: none;
      background: url("../img/blog.jpg");
      background-size: cover;
      background-repeat: no-repeat; }
  .banner.detail {
    height: 80vh;
    background: linear-gradient(25deg, #fc6076 0%, #ff9a44 100%) !important;
    opacity: 0.95;
    color: #fff; }
    @media (max-width: 840px) {
      .banner.detail {
        height: 100vh; }
        .banner.detail p {
          font-size: 1.25rem !important; } }
    .banner.detail .wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .banner.detail .banner__background {
      height: 100%;
      width: 2000%;
      position: absolute;
      z-index: -1;
      background-image: url(../img/chat7.png);
      animation: move_left 900s linear infinite;
      background-size: contain;
      opacity: 0.175; }
      .banner.detail .banner__background.static {
        animation: none;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%; }
    .banner.detail .button {
      color: #f15823;
      text-shadow: none;
      border-bottom: 3px solid rgba(1, 1, 1, 0.3);
      border-right: 3px solid rgba(1, 1, 1, 0.3); }
      .banner.detail .button:hover {
        border-color: transparent;
        opacity: initial; }
    .banner.detail h1 {
      font-size: 3rem;
      margin-bottom: 0;
      text-align: center; }
      @media (max-width: 480px) {
        .banner.detail h1 {
          font-size: 2rem; } }
    .banner.detail p,
    .banner.detail .button {
      font-size: 1.5rem; }

.about p {
  text-align: center;
  font-size: 1.6rem; }

section {
  padding: 2rem 0;
  float: left;
  width: 100%; }
  @media (max-width: 1100px) {
    section {
      width: calc(100% - 4rem);
      padding: 2rem; } }
  section h1 {
    text-align: center;
    width: 100%; }
  section:nth-child(even) {
    background: #efefef; }

.detail {
  padding-bottom: 0;
  position: relative; }
  .detail .wrapper:not(.top-container) > div {
    display: flex; }
    @media (max-width: 840px) {
      .detail .wrapper:not(.top-container) > div {
        align-items: center;
        flex-direction: column; } }
  .detail ul {
    list-style: circle;
    margin-bottom: 1.5rem;
    padding: 0 1.25rem; }
    .detail ul li {
      margin-bottom: 0.25rem; }
  .detail__image {
    width: 45%;
    float: left;
    position: relative; }
    .detail__image img {
      height: auto;
      width: 100%;
      margin: auto;
      display: block;
      margin-bottom: 0; }
    @media (max-width: 840px) {
      .detail__image {
        width: 100%;
        max-width: 320px;
        order: 1; } }
  .detail__content {
    width: 55%;
    float: left;
    padding-left: 2rem; }
    @media (max-width: 840px) {
      .detail__content {
        margin-top: 2rem;
        width: 100%;
        padding-left: 0; } }
    .detail__content h2 {
      margin-bottom: 0; }
    .detail__content p {
      margin-top: 0.5rem;
      margin-bottom: 2rem; }

.benefits--shown {
  left: 0; }
  @media (max-width: 480px) {
    .benefits--shown {
      position: relative;
      margin-top: 120px;
      overflow-y: initial; } }
.benefits__close {
  position: absolute;
  top: calc(50% - 3rem);
  right: 1rem;
  font-size: 3rem; }
  .benefits__close:hover {
    opacity: 0.8;
    cursor: pointer; }
.benefits > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
.benefits__benefit {
  width: calc(33% - 4rem);
  text-align: center;
  margin: 1rem 0;
  padding: 2rem; }
  @media (max-width: 840px) {
    .benefits__benefit {
      width: calc(50% - 4.5rem); } }
  @media (max-width: 480px) {
    .benefits__benefit {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .benefits__benefit__image {
    width: 125px;
    height: 125px;
    background: linear-gradient(25deg, #fc6076 0%, #ff9a44 100%);
    color: #fff;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 1rem;
    font-size: 2.5rem; }
  .benefits__benefit__title {
    width: 100%; }
    .benefits__benefit__title h2 {
      width: 100%;
      height: 70px;
      padding-bottom: 0.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-bottom: 1px solid rgba(204, 204, 204, 0.6); }
  .benefits__benefit__content {
    text-align: justify; }

.partners .benefits h1 {
  margin-bottom: 3rem; }
.partners .benefits .benefits__benefit {
  width: calc(50% - 4rem); }
  @media (max-width: 480px) {
    .partners .benefits .benefits__benefit {
      width: 100%; } }
.partners .tiers__tier:nth-child(1) {
  background: rgba(247, 146, 77, 0.15); }
  .partners .tiers__tier:nth-child(1) .tiers__tier__title {
    background: #f7924d; }
.partners .tiers__tier:nth-child(2) {
  box-shadow: 0 3px 10px rgba(1, 1, 1, 0.42);
  background: rgba(76, 76, 76, 0.15); }
  .partners .tiers__tier:nth-child(2) .tiers__tier__title {
    background: #4c4c4c; }
.partners .tiers__tier:nth-child(3) {
  background: rgba(246, 123, 99, 0.15); }
  .partners .tiers__tier:nth-child(3) .tiers__tier__title {
    background: #f67b63; }

.items {
  color: #fff;
  background-size: cover !important;
  background-position: center !important;
  text-align: center;
  min-height: 450px;
  display: flex;
  text-shadow: 0 0 5px rgba(1, 1, 1, 0.6); }
  .items__item {
    width: calc(25% - 3rem - 1px);
    padding: 0 1.5rem;
    border-right: 1px solid rgba(204, 204, 204, 0.32); }
    .items__item:last-of-type {
      border-right: none; }
    @media (max-width: 840px) {
      .items__item {
        width: calc(50% - 3rem - 1px);
        padding: 1.5rem;
        border-right: none; } }
    @media (max-width: 480px) {
      .items__item {
        width: calc(100% - 3rem);
        padding: 3rem;
        border-right: none; } }
    .items__item__icon {
      font-size: 2.25rem; }
    .items__item h2 {
      color: #fff;
      margin-bottom: 0;
      margin-top: 1rem; }
  .items .flexed {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem; }

section.features {
  background-image: url("../img/human.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  color: #fff;
  min-height: 50vh; }
  section.features .features__feature {
    float: left;
    width: calc(33% - 4rem);
    text-align: center;
    padding: 2rem; }
    section.features .features__feature:not(:last-of-type) {
      border-right: 1px solid rgba(204, 204, 204, 0.25); }
    @media (max-width: 840px) {
      section.features .features__feature {
        width: 100%;
        padding: 2rem 0;
        border-right: none !important;
        border-bottom: 1px solid rgba(204, 204, 204, 0.25); } }
    section.features .features__feature i {
      font-size: 2.5rem; }
    section.features .features__feature h2 {
      color: #fff; }
    section.features .features__feature p {
      line-height: 1.25rem; }
  section.features .note {
    font-style: italic;
    clear: both;
    float: left;
    margin-top: 2rem;
    font-weight: 300;
    text-align: center; }

.contact {
  background: linear-gradient(25deg, #fc6076 0%, #ff9a44 100%) !important;
  color: #fff; }
  .contact.about p {
    text-align: center;
    font-size: 1.1rem; }
  .contact label {
    width: 100%;
    float: left;
    font-weight: normal; }
  .contact input[type="submit"] {
    width: 50% !important; }
  .contact .gform_footer {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .contact .gform_footer input {
      background: #ff9a44;
      font-size: 1.2rem !important;
      border-color: rgba(204, 204, 204, 0.3);
      width: auto !important; }
  .contact p {
    margin-bottom: 2rem; }
  .contact__form {
    width: 100%;
    padding-right: none;
    border-right: none; }

.gform_wrapper {
  max-width: 100%; }
  .gform_wrapper input:not([type="submit"]),
  .gform_wrapper textarea {
    width: 100% !important;
    border-radius: 10px;
    border: 2px solid #dedede;
    font-size: 1rem !important;
    font-family: inherit !important;
    padding: 1rem 0.5rem !important;
    margin-top: 0.25rem; }
    .gform_wrapper input:not([type="submit"]):focus,
    .gform_wrapper textarea:focus {
      border-color: #f15823; }
  .gform_wrapper textarea {
    resize: none; }
  .gform_wrapper .half {
    width: 50%;
    float: left;
    clear: none !important; }
    @media (max-width: 480px) {
      .gform_wrapper .half {
        width: 100%;
        clear: both; } }
  .gform_wrapper .gfield {
    padding-right: 0 !important; }
  .gform_wrapper .validation_error {
    display: none; }
  .gform_wrapper .gfield_html {
    display: none; }

.subscribe {
  margin-bottom: 5rem; }
  @media (max-width: 480px) {
    .subscribe {
      margin-bottom: 0; } }
  .subscribe .gform_wrapper {
    position: relative; }
  .subscribe .gform_footer {
    position: absolute;
    right: -10px;
    top: 10px;
    width: auto !important; }
    @media (max-width: 480px) {
      .subscribe .gform_footer {
        position: relative;
        text-align: center;
        right: 0;
        top: 0; } }

.testimonials {
  color: #333;
  background: #fff !important;
  text-align: center;
  font-size: 1.5rem;
  min-height: 25vh;
  display: flex;
  align-items: center; }
  .testimonials__testimonial blockquote:before {
    content: url("../img/quote.png");
    position: relative;
    left: -5px;
    top: -3px; }
  .testimonials__testimonial blockquote:after {
    content: url("../img/quote.png");
    position: relative;
    left: 10px;
    top: 10px;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  .testimonials__testimonial a {
    display: block;
    color: #333;
    text-decoration: none; }
    .testimonials__testimonial a:hover {
      opacity: 0.8; }
  .testimonials__testimonial div {
    margin-top: 1rem; }
    .testimonials__testimonial div img {
      height: auto;
      margin: 0 auto;
      width: 250px; }

.info {
  background: #fff !important; }
  .info .contact__information,
  .info .blog {
    float: left;
    padding: 1.5rem 0; }
  .info .contact__information {
    width: 40%; }
    .info .contact__information em {
      display: block;
      margin-top: 2rem; }
    .info .contact__information strong {
      font-weight: 400;
      margin-right: 1rem; }
    .info .contact__information a {
      display: inline-block; }
    .info .contact__information p:last-child {
      margin-top: 2.5rem; }
    .info .contact__information .address .social {
      font-size: 1.5rem;
      color: #fff;
      background: linear-gradient(25deg, #fc6076 0%, #ff9a44 100%);
      border-radius: 100%;
      width: 45px;
      height: 45px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      text-decoration: none; }
      .info .contact__information .address .social:hover {
        opacity: 0.8; }
      .info .contact__information .address .social i {
        margin-right: 0; }
      .info .contact__information .address .social + .social {
        margin-left: 0.5rem; }
  .info .blog {
    width: calc(60% - 2rem - 1px);
    border-left: 1px solid rgba(204, 204, 204, 0.54);
    padding-left: 2rem; }
    .info .blog .wrapper {
      width: 100%; }
    .info .blog__post {
      float: left;
      width: calc(46% - 1%);
      padding: 2% 5% 5% 0;
      margin-bottom: 1rem; }
      @media (max-width: 840px) {
        .info .blog__post {
          width: 100%;
          margin-bottom: 1.25rem; } }
      .info .blog__post__title {
        font-size: 1.1rem;
        font-weight: 600; }
      .info .blog__post__extract {
        margin: 0.5rem 0 0; }
      .info .blog__post button {
        font-size: 1rem;
        padding: 0.5rem 1rem; }
      .info .blog__post .button {
        float: left;
        margin-top: 1rem; }
  @media (max-width: 480px) {
    .info .blog,
    .info .contact__information {
      width: 100%; }
    .info .blog {
      border-left: 0;
      padding-left: 0;
      border-top: 1px solid rgba(204, 204, 204, 0.54); } }

.slick-next:before,
.slick-prev:before {
  content: ''; }

.slick-track {
  display: flex;
  align-items: center;
  justify-content: center; }

.spotlight {
  margin-top: -125px; }
  @media (max-width: 480px) {
    .spotlight {
      margin-top: 0; } }
  .spotlight__container {
    background: url("../img/macbook.png");
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 59%;
    position: relative; }
  .spotlight__image {
    position: absolute;
    top: 10%;
    bottom: 15%;
    left: 13.5%;
    right: 14%;
    overflow: hidden;
    border-radius: 1%;
    background-size: cover;
    background-repeat: no-repeat; }

.intro--has_banner {
  background-size: cover;
  min-height: 350px;
  display: flex;
  color: #fff;
  text-shadow: 0 0 5px rgba(1, 1, 1, 0.63); }
.intro .wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 840px) {
    .intro .wrapper {
      flex-direction: column; } }
  .intro .wrapper img {
    max-width: 100%;
    float: left; }
    .intro .wrapper img + div {
      max-width: 475px;
      margin-left: 5rem; }
      @media (max-width: 840px) {
        .intro .wrapper img + div {
          margin-left: 0;
          margin-top: 2rem;
          max-width: none; } }

.features_list__feature {
  display: flex;
  margin: 5rem 0px;
  align-items: center; }
  .features_list__feature:nth-child(odd) {
    flex-direction: row-reverse; }
  .features_list__feature .feature__image {
    width: 50%;
    height: 400px;
    min-width: 400px; }
    .features_list__feature .feature__image div {
      margin: auto;
      height: 100%;
      width: 400px;
      border-radius: 100%;
      overflow: hidden;
      background-color: white;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      box-shadow: 0 0 25px rgba(1, 1, 1, 0.2);
      border: 5px solid #fff; }
  .features_list__feature .feature__info {
    width: 50%;
    margin: 0px 4rem; }
  @media (max-width: 840px) {
    .features_list__feature {
      flex-direction: column !important; }
      .features_list__feature .feature__info {
        width: 100%;
        margin: 0; }
      .features_list__feature .feature__image {
        height: 250px;
        min-width: 250px; }
        .features_list__feature .feature__image div {
          width: 250px; } }

.social_proof {
  text-align: center;
  padding: 2rem 0; }
  .social_proof > div {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .social_proof blockquote {
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 300; }
    .social_proof blockquote:before {
      content: url("../img/quote.png");
      position: relative;
      left: -5px;
      top: -3px; }
    .social_proof blockquote:after {
      content: url("../img/quote.png");
      position: relative;
      left: 10px;
      top: 10px;
      display: inline-block;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg); }
  .social_proof .company {
    width: 250px; }
  .social_proof .name {
    font-size: 1.2rem;
    margin-bottom: 0.25rem; }
  .social_proof .title {
    text-transform: uppercase;
    font-size: 0.8rem; }

.whitepaper > div {
  display: flex;
  flex-direction: column;
  align-items: center; }
.whitepaper__info {
  margin: 2rem 0; }
.whitepaper__image img {
  max-height: 370px; }
.whitepaper a {
  font-size: 1.35rem; }
.whitepaper .gform_footer {
  text-align: center; }

.tiers {
  padding: 0;
  width: 100%; }
  .tiers .wrapper {
    margin-bottom: 3rem; }
  .tiers h1 {
    margin-top: 4rem; }
  .tiers .flexed {
    display: flex;
    flex-wrap: wrap; }
  .tiers__tier {
    width: calc(100% / 3); }
    .tiers__tier:nth-child(1) {
      background: rgba(90, 90, 90, 0.15); }
      .tiers__tier:nth-child(1) .tiers__tier__title {
        background: #5a5a5a; }
    .tiers__tier:nth-child(2) {
      box-shadow: 0 3px 10px rgba(1, 1, 1, 0.42);
      background: rgba(76, 76, 76, 0.15); }
      .tiers__tier:nth-child(2) .tiers__tier__title {
        background: #4c4c4c; }
    .tiers__tier:nth-child(3) {
      background: rgba(49, 49, 49, 0.15); }
      .tiers__tier:nth-child(3) .tiers__tier__title {
        background: #313131; }
    .tiers__tier__title {
      color: #fff;
      padding: 1.5rem;
      text-align: center; }
    .tiers__tier__content {
      padding: 2rem 3rem 3rem;
      height: 100%; }
      .tiers__tier__content ul {
        list-style: none;
        padding: 0; }
        .tiers__tier__content ul li {
          text-align: center;
          border-bottom: 1px solid rgba(204, 204, 204, 0.5);
          padding: 1rem 0; }
          .tiers__tier__content ul li:last-child {
            border-bottom: none; }
    @media (max-width: 840px) {
      .tiers__tier {
        width: 100%; } }
    .tiers__tier h2 {
      color: #fff;
      position: relative;
      margin: 0; }
      .tiers__tier h2 p {
        margin: 0; }
        .tiers__tier h2 p span {
          font-size: 2rem; }

.top-footer {
  background: #444;
  color: #fff; }
  .top-footer .map {
    width: 60%;
    float: left; }
    @media (max-width: 840px) {
      .top-footer .map {
        width: 100%;
        order: 0; } }
  @media (max-width: 840px) {
    .top-footer .contact__information {
      order: 1; } }
  @media (max-width: 840px) {
    .top-footer .wrapper {
      display: flex;
      flex-direction: column; } }

@keyframes move_left {
  0% {
    transform: translateX(0) translateZ(0); }
  100% {
    transform: translateX(-50%) translateZ(0); } }
.banner.blog {
  height: 65vh;
  background: linear-gradient(25deg, rgba(252, 96, 118, 0.75) 0%, rgba(255, 154, 68, 0.75) 100%);
  position: relative;
  text-align: center;
  padding: 0 1rem;
  padding-top: 60px; }
  .banner.blog.thankyou {
    height: 55vh; }
  @media (max-width: 840px) {
    .banner.blog:not(.thankyou) {
      height: 20vh; }
      .banner.blog:not(.thankyou) #symbol {
        display: none; } }
  @media (max-width: 480px) {
    .banner.blog {
      padding-top: 3rem; } }
  .banner.blog h1 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1rem; }
    @media (max-width: 480px) {
      .banner.blog h1 {
        margin-bottom: 0rem;
        font-size: 2rem; } }
  .banner.blog #symbol {
    height: 150px; }
  .banner.blog .banner__image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/blog.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    top: 0;
    left: 0; }

.blogs_list {
  margin: 2rem 0;
  float: left;
  width: 100%;
  padding: 0; }
  .blogs_list__header {
    margin: 3rem 1rem 2rem;
    border-bottom: 1px solid rgba(204, 204, 204, 0.62); }
  .blogs_list .no_posts {
    padding: 1rem; }
  .blogs_list .blog {
    width: calc(33% - 2rem);
    float: left;
    padding: 1rem;
    margin-bottom: 2rem; }
    .blogs_list .blog a {
      display: block;
      color: inherit; }
    .blogs_list .blog:hover {
      cursor: pointer;
      opacity: 0.8; }
    .blogs_list .blog__image, .blogs_list .blog__title, .blogs_list .blog__extract {
      width: 100%;
      float: left; }
    .blogs_list .blog__title h1 {
      text-align: left; }
    .blogs_list .blog__extract p {
      font-weight: 400;
      letter-spacing: initial;
      line-height: initial; }
    .blogs_list .blog__image {
      height: 200px;
      background-size: cover; }
    .blogs_list .blog header {
      padding-top: 0; }
    .blogs_list .blog h1 {
      margin: 0.75rem 0; }
    .blogs_list .blog p {
      margin: 0; }
    @media (max-width: 840px) {
      .blogs_list .blog {
        width: calc(50% - 2rem); } }
    @media (max-width: 480px) {
      .blogs_list .blog {
        width: calc(100% - 2rem); } }

.category-research .blog__image {
  height: 460px;
  margin-bottom: 1.25rem; }

.header {
  height: 100px;
  background: linear-gradient(25deg, rgba(252, 96, 118, 0.75) 0%, rgba(255, 154, 68, 0.75) 100%);
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem; }
  .header a {
    display: block; }
  .header .sub-menu {
    margin-top: 1.4rem !important; }

.blog_detail {
  float: left;
  width: 100%;
  padding-bottom: 5rem;
  font-size: 1.1rem; }
  .blog_detail blockquote {
    margin: 0;
    border-left: 3px solid #f15823;
    padding-left: 9px;
    margin-left: -12px;
    font-style: italic; }
    .blog_detail blockquote em {
      font-style: initial;
      display: block;
      margin-top: 0.5rem;
      color: #777; }
      .blog_detail blockquote em:before {
        content: '-';
        margin: 0 5px; }
    .blog_detail blockquote p {
      margin: 0 !important; }
  .blog_detail .wrapper__inner a {
    display: inline-block; }
  @media (max-width: 840px) {
    .blog_detail {
      width: calc(100% - 3rem);
      padding: 0 1.5rem; } }
  .blog_detail__image {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .blog_detail header {
    padding-top: 2.5rem; }
  .blog_detail p {
    line-height: 1.75rem;
    letter-spacing: 0.01rem;
    margin: 2rem 0; }
    .blog_detail p img {
      max-width: 100%;
      height: auto; }
  .blog_detail ul {
    list-style: circle;
    padding: 0 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.01rem; }
    .blog_detail ul li {
      margin: 0.5rem 0; }
  .blog_detail .centered-text {
    margin-top: 3rem; }
    .blog_detail .centered-text a.button {
      margin: 2rem 0;
      font-size: 1.25rem; }

.thankyou-page h2 {
  color: #fff; }
  @media (max-width: 480px) {
    .thankyou-page h2 {
      font-size: 1rem;
      margin-top: 2rem; } }
.thankyou-page ul {
  list-style: none; }
.thankyou-page .social-links .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; }
  .thankyou-page .social-links .wrapper .link {
    margin: 2rem; }
    .thankyou-page .social-links .wrapper .link img {
      max-height: 80px;
      height: auto; }
.thankyou-page .info {
  background: #efefef !important; }

.careers .intro {
  color: #333 !important;
  text-shadow: none !important;
  min-height: 0; }
.careers .banner {
  height: 60vh; }
.careers-list .wrapper {
  max-width: 800px; }
.careers article {
  background: #f7f8fa;
  float: left;
  width: 100%;
  padding: 2rem 0; }
  .careers article section {
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0.5rem 0;
    position: relative; }
    .careers article section:hover {
      cursor: pointer;
      box-shadow: 0px 0px 7px rgba(1, 1, 1, 0.2); }
    .careers article section:after {
      content: '\f078';
      font-family: 'FontAwesome';
      position: absolute;
      right: 6px;
      top: 18px;
      font-size: 1.5rem;
      color: #f15823; }
    .careers article section h1 {
      font-size: 1.5rem;
      text-align: left;
      width: calc(98% - 30px);
      padding-left: 14px; }
    .careers article section > div {
      display: none;
      padding: 0 1rem 1.25rem; }
    .careers article section .action {
      text-align: center;
      margin-top: 2rem;
      margin-bottom: 1rem; }
    .careers article section.expanded:after {
      content: '\f077'; }
    .careers article section.expanded > div {
      display: block; }

.pagination {
  display: block;
  width: 100%;
  text-align: center; }

/*# sourceMappingURL=style.css.map */
