/*!
Theme Name: frontier-mc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: frontier-mc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

frontier-mc is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Existing old styles
--------------------------------------------------------------*/
/*
	Theme Name: Frontier Media Center
	Theme URI: http://html5blank.com
	Description: Adapted for Clearlink Frontier from HTML5 Blank WordPress Theme
	Version: 1.0
	Author: Nephi Henry and Todd Motto ($toddmotto)
	Author URI: http://ekragency.com
	Tags: Frontier, Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    COLORS
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  color: #2a3149; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #141928; }

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: PPObjectSans Regular;
  src: url("fonts/PPObjectSans-Regular.html") format("opentype"), url("fonts/PPObjectSans-Regular.ttf") format("truetype"), url("fonts/PPObjectSans-Regular-2.html") format("woff"), url("fonts/PPObjectSans-Regulard41d.html?#iefix") format("embedded-opentype"); }

@font-face {
  font-family: PPObjectSans Bold;
  src: url("fonts/PPObjectSans-Bold.html") format("opentype"), url("fonts/PPObjectSans-Bold.ttf") format("truetype"), url("fonts/PPObjectSans-Bold-2.html") format("woff"), url("fonts/PPObjectSans-Boldd41d.html?#iefix") format("embedded-opentype"); }

@font-face {
  font-family: BandwidthDisplay Regular;
  src: url("fonts/BandwidthDisplay_Rg.html") format("opentype"), url("fonts/BandwidthDisplay_Rg.ttf") format("truetype"), url("fonts/BandwidthDisplay_Rg-2.html") format("woff"), url("fonts/BandwidthDisplay_Rgd41d.html?#iefix") format("embedded-opentype"); }

body, p, .header ul li, .featured-circle span p, .news-and-calendar .news-left .news-item .news-item-info p, .home-about p, body.blog main section.blog-popular ul li a.post-title p, .nav-item {
  font-family: 'PPObjectSans Regular', "Times New Roman", sans-serif;
  font-weight: 100;
  font-style: normal; }

.btn, .header .main-header-bar .search-input, .header .main-header-bar span.header-phone, .header .main-header-bar span.header-phone a, .header .main-header-bar span.nav-closer, .header .community-header-bar .comm-bar-closer, .featured-circle span h3, .featured-circle span a, .footer div.footer-main > div.footer-logo-menu ul li a, .pagination-div a, .pagination-div span, .news-and-calendar > div h2, .news-and-calendar .news-left .news-item .news-item-info h5, .news-and-calendar .news-left .news-item .news-item-info h3, .news-and-calendar .news-left .news-item .news-item-info a, .news-and-calendar .events-right .event-item > div.event-date-box h5, .news-and-calendar .events-right .event-item > div.event-text h2, .news-and-calendar .events-right .event-item > div.event-text h3, .news-and-calendar .events-right .event-item > div.event-text a, .home-about h2, body.blog main section.blog-popular h2, body.blog main section.blog-popular ul li h5, body.blog main section.blog-popular ul li a.blog-popular-cta, body.blog main section.blog-popular ul li .post-excerpt, body.blog main section.blog-all-posts h2, body.blog main section.blog-all-posts .blog-post .blog-post-info h5, body.blog main section.blog-all-posts .blog-post .blog-post-info h3, body.blog main section.blog-all-posts .blog-post .blog-post-info a, body.single-post .wrapper > p, body.single-post .wrapper > blockquote, body.single-post .wrapper .blog-top .blog-title-info span, body.single-post .wrapper .block-text-media .block-text p, body.single-post section.related-articles .wrapper h3, body.single-post section.related-articles .wrapper ul li span.related-date, body.single-post section.related-articles .wrapper ul li span.related-author, body.single-post section.related-articles .wrapper ul li a.related-title, body.single-post section.related-articles .wrapper ul li a.related-cta, body.single-post section.related-articles .wrapper ul li p, .footer .footer-heading {
  font-family: 'PPObjectSans Bold', "Times New Roman", sans-serif;
  font-weight: 700;
  font-style: normal; }

/*------------------------------------*\
    GENERAL ELEMENTS
\*------------------------------------*/
p {
  font-weight: 300;
  color: #2a3149;
  font-size: 16px; }

.btn {
  color: #fff;
  font-weight: 400;
  padding: .75em 1.25em;
  font-size: 20px;
  transition-duration: .2s; }
  .btn:hover {
    opacity: .8;
    color: #fff; }
  .btn.btn-blue {
    background-color: #141928; }
  .btn.btn-red {
    background-color: #ff0037; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

/* header */
.header > div {
  display: block; }

.header ul {
  margin: 0;
  padding: 0; }
  .header ul li {
    display: inline;
    list-style: none; }
    .header ul li:not(:last-of-type) {
      margin-right: 1.4em; }

.header .main-header-bar {
  width: 100%;
  text-align: right;
  border-top: 1px solid #e6e7e9;
  padding: 10px 0;
  margin-top: 15px; }
  .header .main-header-bar > div > * {
    display: inline; }
  .header .main-header-bar nav {
    float: left;
    font-size: 18px;
    transition-duration: .4s; }
    @media (max-width: 768px) {
      .header .main-header-bar nav.nav-closed {
        position: fixed;
        background-color: #fff;
        float: none;
        right: -100vw;
        margin: 0;
        width: 100vw;
        height: 100vh;
        top: 0;
        z-index: 10000; } }
    @media (min-width: 769px) {
      .header .main-header-bar nav .community-arrow {
        display: none; } }
    .header .main-header-bar nav.nav-open {
      right: 0; }
    @media (max-width: 768px) {
      .header .main-header-bar nav ul {
        margin-top: 16vh;
        width: 100%;
        text-align: left; } }
    @media (max-width: 768px) {
      .header .main-header-bar nav ul li {
        margin-right: 0;
        display: block;
        padding: 0 10vw; } }
    .header .main-header-bar nav ul li.current-menu-item a, .header .main-header-bar nav ul li.current-page-ancestor a {
      border-bottom: 4px solid #ff0037; }
      @media (max-width: 768px) {
        .header .main-header-bar nav ul li.current-menu-item a, .header .main-header-bar nav ul li.current-page-ancestor a {
          border-bottom: none; } }
    .header .main-header-bar nav ul li a {
      color: #414a68;
      padding-bottom: 5px; }
      @media (max-width: 768px) {
        .header .main-header-bar nav ul li a {
          font-weight: 500;
          transition-duration: .2s; } }
      @media (max-width: 768px) and (max-height: 800px) {
        .header .main-header-bar nav ul li a {
          font-size: 7.5vh; } }
      @media (max-width: 768px) and (min-height: 800px) {
        .header .main-header-bar nav ul li a {
          font-size: 60px; } }
      @media (max-width: 616px) and (orientation: portrait) {
        .header .main-header-bar nav ul li a {
          font-size: 7.5vw; } }
      .header .main-header-bar nav ul li a:hover {
        border-bottom: 3px solid #ff0037; }
        @media (max-width: 768px) {
          .header .main-header-bar nav ul li a:hover {
            border-bottom: none;
            color: #ff0037; } }
    .header .main-header-bar nav ul li span.community-arrow {
      float: right;
      padding: 0 20px;
      color: #fff;
      background-color: #ff0037;
      font-size: 10vh;
      font-weight: 700;
      cursor: pointer;
      transition-duration: .2s; }
      @media (max-width: 768px) and (max-height: 800px) {
        .header .main-header-bar nav ul li span.community-arrow {
          font-size: 7.5vh; } }
      @media (max-width: 768px) and (min-height: 800px) {
        .header .main-header-bar nav ul li span.community-arrow {
          font-size: 60px; } }
      @media (max-width: 616px) and (orientation: portrait) {
        .header .main-header-bar nav ul li span.community-arrow {
          font-size: 7.5vw; } }
      .header .main-header-bar nav ul li span.community-arrow:hover {
        opacity: .8; }
  @media (max-width: 768px) {
    .header .main-header-bar form.search {
      margin-right: 20px; } }
  .header .main-header-bar .search-input {
    font-weight: 400;
    font-size: 16px;
    background-color: #ebebeb;
    border: none;
    padding: 3px 5px;
    padding-right: 30px; }
    @media (max-width: 768px) {
      .header .main-header-bar .search-input {
        background-color: #fff; } }
  .header .main-header-bar .search-submit {
    display: none; }
  .header .main-header-bar span.search-inner-button {
    padding: 0 10px;
    width: 20px;
    margin-left: -30px;
    cursor: pointer;
    background-image: url("img/search_icon_medium_2.png");
    background-size: contain;
    background-position: middle;
    background-repeat: no-repeat; }
  .header .main-header-bar span.burger-menu {
    width: 35px;
    height: 22px;
    cursor: pointer;
    float: right;
    margin-top: 3px; }
    @media (min-width: 769px) {
      .header .main-header-bar span.burger-menu {
        display: none; } }
    .header .main-header-bar span.burger-menu span {
      height: 3px;
      width: 25px;
      border-radius: 2px;
      background-color: #ff0037;
      display: block; }
      .header .main-header-bar span.burger-menu span:not(:last-of-type) {
        margin-bottom: 5px; }
  .header .main-header-bar span.header-phone {
    font-weight: 500;
    color: #141928;
    font-size: 18px;
    padding-left: 15px; }
    @media (max-width: 990px) {
      .header .main-header-bar span.header-phone {
        position: relative;
        right: 0;
        top: -2.5em; } }
    .header .main-header-bar span.header-phone a {
      font-weight: 500;
      color: #141928;
      text-decoration: none; }
      .header .main-header-bar span.header-phone a:hover {
        text-decoration: underline; }
  .header .main-header-bar span.nav-closer {
    cursor: pointer;
    font-weight: 700;
    font-size: 10vh;
    position: absolute;
    top: 20px;
    left: 20px; }
    @media (min-width: 769px) {
      .header .main-header-bar span.nav-closer {
        display: none; } }
    @media (max-width: 768px) and (max-height: 800px) {
      .header .main-header-bar span.nav-closer {
        font-size: 7.5vh; } }
    @media (max-width: 768px) and (min-height: 800px) {
      .header .main-header-bar span.nav-closer {
        font-size: 60px; } }
    @media (max-width: 616px) and (orientation: portrait) {
      .header .main-header-bar span.nav-closer {
        font-size: 7.5vw; } }
  .header .main-header-bar span.nav-closer {
    color: #ff0037; }

.header .community-header-bar {
  background-color: #141928;
  padding: 7px 0;
  transition-duration: .4s;
  display: none; }
  @media (max-width: 768px) {
    .header .community-header-bar {
      display: block; } }
  .header .community-header-bar .wrapper {
    position: absolute;
    height: 100vh;
    width: 100vw; }
  @media (max-width: 768px) {
    .header .community-header-bar.comm-bar-closed {
      position: fixed;
      float: none;
      right: -100vw;
      margin: 0;
      width: 100vw;
      height: 100vh;
      top: 0;
      z-index: 10000; } }
  @media (max-width: 768px) {
    .header .community-header-bar.comm-bar-open {
      right: 0; } }
  .header .community-header-bar ul {
    font-size: 16px; }
    @media (max-width: 768px) {
      .header .community-header-bar ul {
        width: 100%;
        text-align: left;
        margin-top: 16vh; } }
    .header .community-header-bar ul li {
      margin-bottom: 1.2em;
      padding: 0 10vw; }
      @media (max-width: 768px) {
        .header .community-header-bar ul li {
          display: block; } }
    .header .community-header-bar ul a {
      color: #fff;
      line-height: .86em; }
      @media (max-width: 768px) {
        .header .community-header-bar ul a {
          font-weight: 700;
          transition-duration: .2s; } }
      @media (max-width: 768px) and (max-height: 800px) {
        .header .community-header-bar ul a {
          font-size: 7.5vh; } }
      @media (max-width: 768px) and (min-height: 800px) {
        .header .community-header-bar ul a {
          font-size: 60px; } }
      @media (max-width: 616px) and (orientation: portrait) {
        .header .community-header-bar ul a {
          font-size: 7.5vw; } }
  .header .community-header-bar .comm-bar-closer {
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px; }
    @media (min-width: 769px) {
      .header .community-header-bar .comm-bar-closer {
        display: none; } }
    @media (max-width: 768px) and (max-height: 800px) {
      .header .community-header-bar .comm-bar-closer {
        font-size: 7.5vh; } }
    @media (max-width: 768px) and (min-height: 800px) {
      .header .community-header-bar .comm-bar-closer {
        font-size: 60px; } }
    @media (max-width: 616px) and (orientation: portrait) {
      .header .community-header-bar .comm-bar-closer {
        font-size: 7.5vw; } }

.header.is-community-ancestor .community-header-bar {
  display: block; }

/* logo */
.logo img {
  width: 140px;
  margin: 10px 0 10px; }
  @media (max-width: 520px) {
    .logo img {
      width: 28vw; } }

/* slider */
.featured-circle {
  width: 470px;
  height: 470px;
  display: table;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 28px;
  margin: 15px 0 0 10%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .featured-circle {
      width: 400px;
      height: 400px; } }
  @media (max-width: 520px) {
    .featured-circle {
      width: 60vw;
      height: 60vw;
      margin: 6.5vw 0 0 3vw; } }
  .featured-circle span {
    display: table-cell;
    vertical-align: middle; }
    .featured-circle span h3 {
      color: #141928;
      font-size: 36px;
      padding: 0;
      font-weight: 700;
      line-height: 1em;
      width: 80%;
      margin: auto; }
      @media (max-width: 768px) {
        .featured-circle span h3 {
          font-size: 28px;
          width: 90%; } }
      @media (max-width: 520px) {
        .featured-circle span h3 {
          font-size: 5.2vw; } }
    .featured-circle span p {
      color: #2a3149;
      font-size: 16px;
      font-weight: 700; }
      @media (max-width: 520px) {
        .featured-circle span p {
          font-size: 2.05vw;
          line-height: 1.3em;
          width: 105%;
          margin-left: -2.5%; } }
    .featured-circle span a {
      font-size: 24px;
      color: #ff0037;
      font-weight: 500; }
      @media (max-width: 520px) {
        .featured-circle span a {
          font-size: 3.3vw; } }
      .featured-circle span a:hover {
        opacity: .7; }
        .featured-circle span a:hover h3 {
          opacity: .7; }

/* footer */
.footer {
  padding-top: 50px;
  border-top: 2px solid #ccc; }
  .footer div.footer-main {
    text-align: justify; }
    @media (max-width: 990px) {
      .footer div.footer-main {
        text-align: center; } }
    .footer div.footer-main:after {
      content: '';
      display: inline-block;
      width: 100%; }
    .footer div.footer-main > div {
      display: inline-block; }
      @media (max-width: 990px) {
        .footer div.footer-main > div {
          display: block; } }
      .footer div.footer-main > div.footer-logo-menu > a {
        display: inline-block; }
        .footer div.footer-main > div.footer-logo-menu > a img {
          width: 140px; }
          @media (max-width: 768px) {
            .footer div.footer-main > div.footer-logo-menu > a img {
              margin-bottom: 25px; } }
      .footer div.footer-main > div.footer-logo-menu ul {
        display: inline-block;
        padding: 0;
        margin: 0; }
        .footer div.footer-main > div.footer-logo-menu ul li {
          display: inline-block;
          list-style: none; }
          .footer div.footer-main > div.footer-logo-menu ul li a {
            font-size: 13px;
            font-weight: 500;
            margin-left: 30px; }
            .footer div.footer-main > div.footer-logo-menu ul li a:hover {
              text-decoration: underline; }
      @media (max-width: 990px) {
        .footer div.footer-main > div.footer-social {
          margin-top: 50px; } }
      .footer div.footer-main > div.footer-social ul {
        padding: 0;
        margin: 0; }
        .footer div.footer-main > div.footer-social ul li {
          display: inline-block;
          list-style: none; }
          .footer div.footer-main > div.footer-social ul li:not(:first-of-type) {
            margin-left: 20px; }
            @media (max-width: 768px) {
              .footer div.footer-main > div.footer-social ul li:not(:first-of-type) {
                margin-left: 14px; } }
          .footer div.footer-main > div.footer-social ul li a img {
            width: 45px;
            height: 45px;
            transition-duration: .2s; }
            @media (max-width: 768px) {
              .footer div.footer-main > div.footer-social ul li a img {
                width: 30px;
                height: 30px; } }
          .footer div.footer-main > div.footer-social ul li a:hover img {
            opacity: .7; }

/* pagination */
.pagination-div {
  width: 100%;
  text-align: center; }
  .pagination-div a, .pagination-div span {
    font-size: 24px; }
  .pagination-div a:not(.prev):not(.next) {
    color: #2a3149;
    padding: 0 .25em; }
  .pagination-div .prev, .pagination-div .next {
    font-size: 32px;
    color: #ff0037;
    position: relative;
    top: .05em; }
  .pagination-div .prev {
    padding-right: .4em; }
  .pagination-div .next {
    padding-left: .35em; }
  .pagination-div span.current {
    color: #ff0037;
    padding: 0 .25em; }

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page-template h1, .page-template h2, .page-template h3, .page-template h4, .page-template h5, .page-template h6 {
  color: #141928; }

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #141928;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  .page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*------------------------------------*\
    NEWS + EVENTS SECTION
\*------------------------------------*/
.news-and-calendar {
  margin-bottom: 120px; }
  .news-and-calendar > div {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .news-and-calendar > div {
        display: block; } }
    .news-and-calendar > div h2 {
      font-size: 28px;
      font-weight: 700; }
      @media (max-width: 667px) {
        .news-and-calendar > div h2 {
          text-align: center; } }
  .news-and-calendar .news-left {
    width: 90%;
    margin: auto;
    padding-right: 3.855%;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .news-and-calendar .news-left {
        width: 95%;
        margin: auto;
        padding: 0; } }
    @media (max-width: 768px) {
      .news-and-calendar .news-left {
        text-align: center; } }
    .news-and-calendar .news-left h2 {
      color: #141928;
      font-size: 36px; }
    .news-and-calendar .news-left .news-item {
      margin-bottom: 45px;
      text-align: left; }
      @media (max-width: 667px) {
        .news-and-calendar .news-left .news-item {
          margin-bottom: 55px; } }
      .news-and-calendar .news-left .news-item .news-item-image {
        width: 40%;
        background-size: cover;
        background-position: center;
        display: inline-block;
        box-sizing: border-box;
        padding: 11%;
        margin: 0;
        position: relative; }
        @media (max-width: 1250px) {
          .news-and-calendar .news-left .news-item .news-item-image {
            width: 35%; } }
        @media (max-width: 667px) {
          .news-and-calendar .news-left .news-item .news-item-image {
            display: block;
            width: 100%;
            padding: 27%;
            margin-bottom: 26px; } }
        .news-and-calendar .news-left .news-item .news-item-image h5 {
          position: absolute;
          right: 0;
          bottom: 0;
          margin: 0;
          padding: .4em 1.3em;
          font-family: sans-serif;
          font-weight: 100;
          font-size: 14px;
          color: #2a3149;
          background: rgba(255, 255, 255, 0.8); }
          @media (min-width: 668px) {
            .news-and-calendar .news-left .news-item .news-item-image h5 {
              display: none; } }
      .news-and-calendar .news-left .news-item .news-item-info {
        display: inline-block;
        margin-left: 3.3%;
        width: 56.3%;
        vertical-align: top; }
        @media (max-width: 1250px) {
          .news-and-calendar .news-left .news-item .news-item-info {
            width: 60%; } }
        @media (max-width: 667px) {
          .news-and-calendar .news-left .news-item .news-item-info {
            display: block;
            width: 100%;
            margin-left: 0; } }
        .news-and-calendar .news-left .news-item .news-item-info h5 {
          text-transform: uppercase;
          margin: 0;
          font-weight: 100;
          color: #2a3149;
          font-size: 12.75px;
          margin-bottom: .6em; }
          @media (max-width: 667px) {
            .news-and-calendar .news-left .news-item .news-item-info h5 {
              display: none; } }
        .news-and-calendar .news-left .news-item .news-item-info h3 {
          margin: 0;
          font-weight: 700;
          color: #141928;
          font-size: 25px;
          line-height: 1.15em; }
          @media (max-width: 990px) and (min-width: 769px) {
            .news-and-calendar .news-left .news-item .news-item-info h3 {
              font-size: 22px; } }
        .news-and-calendar .news-left .news-item .news-item-info p {
          margin: .6em 0;
          font-size: 15px; }
        .news-and-calendar .news-left .news-item .news-item-info a {
          font-weight: 600;
          color: #141928;
          font-size: 15px; }
          .news-and-calendar .news-left .news-item .news-item-info a:hover {
            opacity: .7; }
            .news-and-calendar .news-left .news-item .news-item-info a:hover h3 {
              opacity: .7; }
  .news-and-calendar .events-right {
    width: 22%;
    display: none; }
    @media (max-width: 1250px) {
      .news-and-calendar .events-right {
        width: 27%; } }
    @media (max-width: 768px) {
      .news-and-calendar .events-right {
        width: 95%;
        margin: 100px auto 140px;
        padding-top: 40px;
        border-top: 2px solid #ccc;
        text-align: center; } }
    .news-and-calendar .events-right h2 {
      color: #ff0037; }
    .news-and-calendar .events-right .event-item {
      margin-bottom: 35px;
      text-align: left; }
      @media (max-width: 768px) {
        .news-and-calendar .events-right .event-item {
          width: 80%;
          min-width: 300px;
          max-width: 450px;
          margin: 45px auto 0; } }
      .news-and-calendar .events-right .event-item > div {
        display: inline-block;
        vertical-align: top; }
        .news-and-calendar .events-right .event-item > div.event-date-box {
          border: 3px solid #ff0037;
          border-bottom: none;
          box-sizing: border-box;
          width: 32%;
          margin-right: 4%;
          text-align: center; }
          @media (max-width: 768px) {
            .news-and-calendar .events-right .event-item > div.event-date-box {
              width: 120px; } }
          .news-and-calendar .events-right .event-item > div.event-date-box h5 {
            color: #ff0037;
            margin: 0; }
            .news-and-calendar .events-right .event-item > div.event-date-box h5:first-of-type {
              font-size: 40px;
              line-height: 1em;
              margin: .4em 0 .3em; }
              @media (max-width: 990px) {
                .news-and-calendar .events-right .event-item > div.event-date-box h5:first-of-type {
                  font-size: 30px; } }
              @media (max-width: 768px) {
                .news-and-calendar .events-right .event-item > div.event-date-box h5:first-of-type {
                  font-size: 44px; } }
            .news-and-calendar .events-right .event-item > div.event-date-box h5:last-of-type {
              font-size: 32px;
              background-color: #ff0037;
              color: white;
              text-transform: uppercase;
              line-height: 1.2em; }
              @media (max-width: 990px) {
                .news-and-calendar .events-right .event-item > div.event-date-box h5:last-of-type {
                  font-size: 24px; } }
              @media (max-width: 768px) {
                .news-and-calendar .events-right .event-item > div.event-date-box h5:last-of-type {
                  font-size: 36px; } }
        .news-and-calendar .events-right .event-item > div.event-text {
          width: 60%; }
          @media (max-width: 768px) {
            .news-and-calendar .events-right .event-item > div.event-text {
              width: 50%; } }
          .news-and-calendar .events-right .event-item > div.event-text h2, .news-and-calendar .events-right .event-item > div.event-text h3, .news-and-calendar .events-right .event-item > div.event-text a {
            font-weight: 700;
            color: #ff0037;
            line-height: 1em; }
          .news-and-calendar .events-right .event-item > div.event-text p, .news-and-calendar .events-right .event-item > div.event-text a {
            font-size: 13px;
            margin: .4em 0;
            line-height: 1.2em; }
          .news-and-calendar .events-right .event-item > div.event-text h3 {
            font-size: 17px;
            margin: 0; }
            .news-and-calendar .events-right .event-item > div.event-text h3:hover {
              opacity: .7; }
          .news-and-calendar .events-right .event-item > div.event-text a {
            font-size: 14px; }
            .news-and-calendar .events-right .event-item > div.event-text a:hover {
              opacity: .7; }
    .news-and-calendar .events-right .btn {
      position: absolute;
      bottom: 0; }
      @media (max-width: 768px) {
        .news-and-calendar .events-right .btn {
          position: relative;
          top: 40px; } }

.home-about {
  text-align: center;
  border-top: 2px solid #ccc;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .home-about {
      display: none; } }
  .home-about .wrapper {
    text-align: justify;
    max-width: 900px; }
    .home-about .wrapper:after {
      content: '';
      display: inline-block;
      width: 100%; }
  .home-about h2, .home-about p {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    text-align: left; }
    @media (max-width: 1200px) {
      .home-about h2, .home-about p {
        width: 45%; } }
  .home-about h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1em;
    color: #56555a;
    margin: 0; }
    @media (max-width: 960px) {
      .home-about h2 {
        font-size: 5.6vw; } }
  .home-about p {
    font-size: 16px; }

/*------------------------------------*\
    BLOG OVERVIEW
\*------------------------------------*/
body.blog main section.blog-popular {
  padding-bottom: 100px; }
  body.blog main section.blog-popular h2 {
    font-weight: 700;
    color: #2a3149;
    font-size: 56px;
    margin: 2em 0 .5em; }
    @media (max-width: 616px) {
      body.blog main section.blog-popular h2 {
        font-size: 9vw;
        text-align: center; } }
  body.blog main section.blog-popular ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: justify; }
    body.blog main section.blog-popular ul:after {
      content: '';
      display: inline-block;
      width: 100%; }
    body.blog main section.blog-popular ul li {
      display: inline-block;
      width: 25%;
      vertical-align: top; }
      @media (max-width: 960px) {
        body.blog main section.blog-popular ul li {
          width: 47%;
          margin-bottom: 55px; } }
      @media (max-width: 616px) {
        body.blog main section.blog-popular ul li {
          width: 100%; } }
      body.blog main section.blog-popular ul li:not(:first-of-type) {
        margin-left: 5%; }
        @media (max-width: 616px) {
          body.blog main section.blog-popular ul li:not(:first-of-type) {
            margin-left: 0; } }
      @media (max-width: 960px) {
        body.blog main section.blog-popular ul li:last-of-type {
          display: none; } }
      @media (max-width: 616px) {
        body.blog main section.blog-popular ul li:last-of-type {
          display: inline-block; } }
      body.blog main section.blog-popular ul li .post-thumbnail a div {
        width: 100%;
        padding: 30%;
        margin-bottom: 60px;
        background-size: cover; }
      body.blog main section.blog-popular ul li h5 {
        font-weight: 100;
        text-transform: uppercase;
        color: #2a3149;
        font-size: 11px;
        margin: 0 0 .6em; }
        @media (max-width: 616px) {
          body.blog main section.blog-popular ul li h5 {
            width: 90%;
            margin: auto; } }
      body.blog main section.blog-popular ul li a.post-title p {
        text-align: left;
        font-weight: 500;
        color: #141928;
        font-size: 25px;
        line-height: 1.3em;
        margin: 0; }
        @media (max-width: 616px) {
          body.blog main section.blog-popular ul li a.post-title p {
            width: 90%;
            margin: auto; } }
      body.blog main section.blog-popular ul li a.blog-popular-cta {
        font-weight: 500;
        color: #141928;
        font-size: 14.5px; }
        @media (max-width: 616px) {
          body.blog main section.blog-popular ul li a.blog-popular-cta {
            margin-left: 5%; } }
      body.blog main section.blog-popular ul li .post-excerpt {
        font-weight: 300;
        font-size: 14.5px;
        line-height: 1.4em;
        text-align: left;
        margin: 1em 0; }
        @media (max-width: 616px) {
          body.blog main section.blog-popular ul li .post-excerpt {
            width: 90%;
            margin: auto; } }

body.blog main section.blog-all-posts {
  padding: 55px 0; }
  body.blog main section.blog-all-posts h2 {
    font-weight: 700;
    color: #141928;
    font-size: 32px;
    margin: 0 0 55px; }
    @media (max-width: 616px) {
      body.blog main section.blog-all-posts h2 {
        font-size: 9vw;
        text-align: center; } }
  body.blog main section.blog-all-posts .blog-post {
    margin-bottom: 45px; }
    body.blog main section.blog-all-posts .blog-post .blog-post-image {
      width: 30.5%;
      background-size: cover;
      background-position: center;
      display: inline-block;
      box-sizing: border-box;
      padding: 9%;
      margin: 0; }
      @media (max-width: 616px) {
        body.blog main section.blog-all-posts .blog-post .blog-post-image {
          display: block;
          width: 100%;
          padding: 30%;
          margin-bottom: 60px; } }
    body.blog main section.blog-all-posts .blog-post .blog-post-info {
      display: inline-block;
      margin-left: 7.5%;
      width: 61%;
      vertical-align: top; }
      @media (max-width: 616px) {
        body.blog main section.blog-all-posts .blog-post .blog-post-info {
          display: block;
          width: 90%;
          margin: auto; } }
      body.blog main section.blog-all-posts .blog-post .blog-post-info h5 {
        text-transform: uppercase;
        margin: 0;
        font-weight: 100;
        color: #2a3149;
        font-size: 12.75px;
        margin-bottom: .6em; }
      body.blog main section.blog-all-posts .blog-post .blog-post-info h3 {
        margin: 0;
        font-weight: 700;
        color: #141928;
        font-size: 25px;
        line-height: 1.15em; }
      body.blog main section.blog-all-posts .blog-post .blog-post-info p {
        margin: .6em 0;
        font-size: 15px; }
      body.blog main section.blog-all-posts .blog-post .blog-post-info a {
        font-weight: 600;
        color: #141928;
        font-size: 15px; }
        body.blog main section.blog-all-posts .blog-post .blog-post-info a:hover {
          opacity: .7; }
          body.blog main section.blog-all-posts .blog-post .blog-post-info a:hover h3 {
            opacity: .7; }

/*------------------------------------*\
    BLOG DETAIL
\*------------------------------------*/
body.single-post .blog-hero-image {
  width: 100%;
  height: 23vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 430px; }
  @media (max-width: 768px) {
    body.single-post .blog-hero-image {
      height: 250px; } }

body.single-post .wrapper > p, body.single-post .wrapper > blockquote {
  font-size: 16px;
  font-weight: 400; }

body.single-post .wrapper .blog-top {
  margin: 100px 0 30px; }
  @media (max-width: 768px) {
    body.single-post .wrapper .blog-top {
      margin-top: 0; } }
  body.single-post .wrapper .blog-top > div {
    display: inline-block; }
  body.single-post .wrapper .blog-top .blog-title-info {
    width: 72%; }
    body.single-post .wrapper .blog-top .blog-title-info span {
      display: block;
      font-weight: 200;
      margin: 14px 0;
      font-size: 12px; }
    body.single-post .wrapper .blog-top .blog-title-info .author-date {
      color: #2a3149; }
      body.single-post .wrapper .blog-top .blog-title-info .author-date a {
        color: #2a3149; }
        body.single-post .wrapper .blog-top .blog-title-info .author-date a:hover {
          text-decoration: underline; }
    body.single-post .wrapper .blog-top .blog-title-info .tags {
      color: #ff0037; }
      body.single-post .wrapper .blog-top .blog-title-info .tags a {
        color: #ff0037; }
        body.single-post .wrapper .blog-top .blog-title-info .tags a:hover {
          text-decoration: underline; }
  body.single-post .wrapper .blog-top .blog-share {
    width: 25%;
    text-align: right; }
    @media (max-width: 768px) {
      body.single-post .wrapper .blog-top .blog-share {
        display: block;
        width: 72%;
        text-align: left; } }
    body.single-post .wrapper .blog-top .blog-share h3 {
      text-align: right;
      color: #141928;
      margin: 0 0 15px; }
      @media (max-width: 768px) {
        body.single-post .wrapper .blog-top .blog-share h3 {
          text-align: left;
          margin: 10px 0 7px; } }
    body.single-post .wrapper .blog-top .blog-share a:not(:first-of-type) {
      margin-left: 4.5%; }
    body.single-post .wrapper .blog-top .blog-share a:hover img {
      opacity: .8; }
    body.single-post .wrapper .blog-top .blog-share a img {
      transition-duration: .2s;
      width: 20%;
      max-width: 55px; }
      @media (max-width: 768px) {
        body.single-post .wrapper .blog-top .blog-share a img {
          max-width: 45px;
          min-width: 30px; } }

body.single-post .wrapper .block-text-media > div {
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 940px) {
    body.single-post .wrapper .block-text-media > div {
      display: block; } }

body.single-post .wrapper .block-text-media .block-text {
  width: 62.635%;
  padding-right: 9.89%; }
  @media (max-width: 940px) {
    body.single-post .wrapper .block-text-media .block-text {
      width: 90%;
      margin: auto; } }
  body.single-post .wrapper .block-text-media .block-text p {
    font-weight: 400;
    font-size: 16px; }
    body.single-post .wrapper .block-text-media .block-text p:first-of-type {
      margin-top: 0; }

body.single-post .wrapper .block-text-media .block-media {
  width: 37%; }
  @media (max-width: 940px) {
    body.single-post .wrapper .block-text-media .block-media {
      width: 100%; } }
  body.single-post .wrapper .block-text-media .block-media .post-media-image {
    width: 100%; }
    @media (max-width: 940px) {
      body.single-post .wrapper .block-text-media .block-media .post-media-image {
        width: 47%;
        display: inline-block;
        vertical-align: top; } }
    @media (max-width: 667px) {
      body.single-post .wrapper .block-text-media .block-media .post-media-image {
        display: block;
        width: 100%; } }
    body.single-post .wrapper .block-text-media .block-media .post-media-image.post-media-image-2 {
      margin-top: 25px; }
      @media (max-width: 940px) {
        body.single-post .wrapper .block-text-media .block-media .post-media-image.post-media-image-2 {
          margin: 0 0 0 5%; } }
      @media (max-width: 667px) {
        body.single-post .wrapper .block-text-media .block-media .post-media-image.post-media-image-2 {
          margin: 25px 0 0; } }
  body.single-post .wrapper .block-text-media .block-media .post-video-container {
    margin-top: 25px; }
    @media (max-width: 940px) {
      body.single-post .wrapper .block-text-media .block-media .post-video-container {
        display: inline-block;
        margin: 0 0 0 5%; } }
    @media (max-width: 667px) {
      body.single-post .wrapper .block-text-media .block-media .post-video-container {
        width: 100%;
        margin: 25px 0 0; } }
  body.single-post .wrapper .block-text-media .block-media .post-video {
    background-size: cover;
    background-position: center;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 474px;
    height: 266px; }
    body.single-post .wrapper .block-text-media .block-media .post-video:hover img {
      opacity: .6; }
    @media (max-width: 1350px) {
      body.single-post .wrapper .block-text-media .block-media .post-video {
        width: 35.1111vw;
        height: 19.75vw; } }
    @media (max-width: 940px) {
      body.single-post .wrapper .block-text-media .block-media .post-video {
        width: 41.3829vw;
        height: 23.2777vw; } }
    @media (max-width: 667px) {
      body.single-post .wrapper .block-text-media .block-media .post-video {
        width: 90vw;
        height: 50vw; } }
    body.single-post .wrapper .block-text-media .block-media .post-video img {
      width: 120px;
      transition-duration: .2s; }
      @media (max-width: 667px) {
        body.single-post .wrapper .block-text-media .block-media .post-video img {
          width: 20%;
          min-width: 60px; } }

body.single-post .wrapper .block-separator-img {
  height: 26.875vw;
  max-height: 430px;
  background-size: cover;
  background-position: center;
  margin: 25px 0; }
  @media (max-width: 940px) {
    body.single-post .wrapper .block-separator-img {
      margin-left: -7%;
      width: 114%; } }

body.single-post section.related-articles {
  margin-top: 100px;
  border-top: 2px solid #ccc;
  padding: 90px 0 80px; }
  body.single-post section.related-articles .wrapper {
    text-align: center; }
    body.single-post section.related-articles .wrapper h3 {
      font-weight: 700;
      font-size: 30px;
      color: #141928;
      margin: 0; }
    body.single-post section.related-articles .wrapper ul {
      padding: 0;
      margin-top: 90px;
      list-style: none; }
      body.single-post section.related-articles .wrapper ul li {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        text-align: left; }
        @media (max-width: 960px) {
          body.single-post section.related-articles .wrapper ul li {
            width: 47%;
            margin-bottom: 55px; } }
        @media (max-width: 616px) {
          body.single-post section.related-articles .wrapper ul li {
            width: 100%; } }
        body.single-post section.related-articles .wrapper ul li:not(:first-of-type) {
          margin-left: 5%; }
          @media (max-width: 616px) {
            body.single-post section.related-articles .wrapper ul li:not(:first-of-type) {
              margin-left: 0; } }
        body.single-post section.related-articles .wrapper ul li .related-article-thumbnail {
          width: 100%;
          padding: 30%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
        body.single-post section.related-articles .wrapper ul li span.related-date, body.single-post section.related-articles .wrapper ul li span.related-author {
          display: block;
          font-weight: 400; }
        body.single-post section.related-articles .wrapper ul li span.related-date {
          text-transform: uppercase;
          margin: 2.5em 0 1em;
          color: #2a3149; }
        body.single-post section.related-articles .wrapper ul li span.related-author {
          color: #ff0037;
          font-size: 12px;
          margin: 1em 0; }
        body.single-post section.related-articles .wrapper ul li a.related-title {
          font-weight: 500;
          font-size: 22px;
          color: #141928;
          line-height: 1.25em; }
        body.single-post section.related-articles .wrapper ul li a.related-cta {
          font-weight: 500;
          font-size: 14px;
          color: #141928; }
          body.single-post section.related-articles .wrapper ul li a.related-cta:hover {
            text-decoration: underline; }
        body.single-post section.related-articles .wrapper ul li p {
          font-weight: 400;
          font-size: 16px; }
          body.single-post section.related-articles .wrapper ul li p:first-of-type {
            margin-top: 0; }
          body.single-post section.related-articles .wrapper ul li p:last-of-type {
            margin-bottom: 1.5em; }

.cl_gdpr_banner__inner p {
  color: #fff; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navigation-container .logo {
  width: 10%; }
  @media (max-width: 1024px) {
    .navigation-container .logo {
      width: 15%; } }
  @media (max-width: 768px) {
    .navigation-container .logo {
      width: 50%; } }

.navigation-container.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding: 10px 0; }
  @media (max-width: 768px) {
    .navigation-container.wrapper {
      height: 80px; } }

.header {
  background-color: #ff0037;
  color: #fff; }
  @media (max-width: 768px) {
    .header {
      color: #444; } }

.main-navigation {
  display: flex;
  width: 65%;
  justify-content: space-between;
  align-items: center; }
  .main-navigation .nav-item {
    color: #fff;
    font-weight: bold; }
    .main-navigation .nav-item a {
      color: #fff;
      font-weight: bold; }
  @media (max-width: 768px) {
    .main-navigation.hide-for-small {
      display: none; } }

.subnavigation-container {
  position: relative;
  display: flex; }
  @media (max-width: 768px) {
    .subnavigation-container {
      position: unset; } }
  .subnavigation-container .nav-item {
    width: 100%;
    position: relative; }
    .subnavigation-container .nav-item::after {
      content: '';
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(135deg);
      display: block;
      position: absolute;
      right: 0;
      top: 18px;
      margin-bottom: 6px;
      margin-right: -6px; }
      @media (max-width: 1024px) {
        .subnavigation-container .nav-item::after {
          height: 8px;
          width: 8px;
          border-top: 1px solid #000;
          border-right: 1px solid #000; } }
      @media (max-width: 768px) {
        .subnavigation-container .nav-item::after {
          top: 25px;
          right: 25px;
          transform: rotate(45deg); } }

.menu-item-subnav-group {
  visibility: hidden;
  opacity: 0;
  transition: left .25s, opacity .33s;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  font-size: 16px;
  background-color: #fff; }
  @media (max-width: 1024px) {
    .menu-item-subnav-group {
      font-size: 14px;
      width: 150px; } }
  .menu-item-subnav-group.active {
    opacity: 1;
    z-index: 10;
    visibility: visible; }
  .menu-item-subnav-group a {
    display: block;
    border-top: 1px solid #000;
    padding: 15px; }
  @media (max-width: 768px) {
    .menu-item-subnav-group {
      top: 0;
      width: 100%; } }

.nav-item {
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  margin-right: 10px;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .nav-item {
      font-size: 18px;
      margin: 0 5px;
      padding: 15px 10px; } }

@media (max-width: 1024px) {
  .call-cta.hide-for-medium-down {
    display: none; } }

.call-cta.show-for-medium {
  display: none; }
  @media (max-width: 1024px) and (min-width: 768px) {
    .call-cta.show-for-medium {
      display: block; } }

.call-cta.show-for-medium-down {
  display: none; }
  @media (max-width: 1024px) {
    .call-cta.show-for-medium-down {
      display: flex; } }

.call-cta a {
  font-size: 16px;
  color: #fff;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px;
  color: #ff0037; }
  .call-cta a:hover {
    background-color: #ebebeb; }
  .call-cta a img {
    margin-right: 5px; }

.top-banner {
  background-color: #141928; }
  .top-banner .wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1200px; }
  .top-banner a {
    font-weight: bold;
    color: #fff;
    font-size: 14px; }

.mobile-menu-trigger {
  display: none;
  margin-left: 20px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .mobile-menu-trigger {
      display: flex;
      background-image: url("img/hamburger-icon.svg"); }
      .mobile-menu-trigger.close-icon {
        background-image: url("img/hamburger-close.svg"); } }

.mobile-menu-right {
  display: none;
  justify-content: flex-end;
  align-items: center; }
  @media (max-width: 768px) {
    .mobile-menu-right {
      display: flex;
      width: 50%; }
      .mobile-menu-right .call-cta {
        display: flex; }
        .mobile-menu-right .call-cta a {
          padding: 10px; } }

.mobile-navigation {
  width: 100%;
  background-color: #fff;
  z-index: 10000;
  display: none !important;
  position: absolute;
  top: 80px;
  right: 0;
  left: 0; }
  .mobile-navigation.show-nav {
    display: block !important; }
  .mobile-navigation .nav-item {
    font-size: 16px;
    padding: 20px 10px;
    margin: 0; }
  .mobile-navigation .subnavigation-container,
  .mobile-navigation .normal-nav-link {
    border-top: 1px solid #000; }
  .mobile-navigation .subnavigation-container::after {
    transform: rotate(45deg);
    right: 25px;
    top: 25px; }

.back-to-main {
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 15px 15px 15px 40px;
  background-color: #58595b;
  color: #fff;
  position: relative; }
  .back-to-main::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
    display: block;
    position: absolute;
    left: 15px;
    top: 22px;
    margin-bottom: 6px;
    margin-right: -6px; }

.hide-items {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
  font-family: 'PPObjectSans Bold', "Times New Roman", sans-serif;
  font-size: 52px;
  line-height: 60px;
  font-weight: bold; }
  @media (max-width: 768px) {
    h1 {
      font-size: 32px;
      line-height: 38px; } }

h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold; }
  @media (max-width: 768px) {
    h2 {
      font-size: 28px;
      line-height: 32px; } }

h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold; }
  @media (max-width: 768px) {
    h3 {
      font-size: 24px;
      line-height: 28px; } }

h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold; }
  @media (max-width: 768px) {
    h4 {
      font-size: 22px;
      line-height: 24px; } }

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold; }
  @media (max-width: 768px) {
    h5 {
      font-size: 20px;
      line-height: 24px; } }

h6 {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold; }
  @media (max-width: 768px) {
    h6 {
      font-size: 18px;
      line-height: 24px; } }

.schema-faq-question {
  font-weight: bold;
  font-size: 28px; }

p {
  font-family: "PPObjectSans Regular", "Times New Roman", sans-serif !important;
  font-style: normal !important; }
  p a {
    color: #ff0037;
    text-decoration: underline; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  border-top: none;
  padding-top: 0;
  padding-bottom: 50px; }
  .footer .logo img {
    margin-top: 0; }
  .footer .wrapper {
    display: flex; }
    @media (max-width: 667px) {
      .footer .wrapper {
        flex-wrap: wrap; } }
  .footer .column {
    width: 25%; }
    @media (max-width: 667px) {
      .footer .column {
        width: 100%; } }
    .footer .column a {
      font-size: 16px;
      font-weight: normal;
      text-decoration: none;
      margin-bottom: 12px;
      display: block;
      width: fit-content; }
  .footer .footer-heading {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    width: fit-content; }
    .footer .footer-heading:first-child {
      margin-top: 0; }
    @media (max-width: 667px) {
      .footer .footer-heading {
        cursor: pointer; }
        .footer .footer-heading::after {
          content: '';
          width: 10px;
          height: 10px;
          border-top: 2px solid #000;
          border-right: 2px solid #000;
          transform: rotate(135deg);
          display: block;
          position: absolute;
          right: -25px;
          top: 8px;
          cursor: default; } }
    .footer .footer-heading.flip-arrow::after {
      content: '';
      width: 10px;
      height: 10px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: rotate(-45deg);
      display: block;
      position: absolute;
      right: -25px;
      top: 14px;
      cursor: default; }
  .footer .inline-links {
    max-width: 1200px;
    margin: 50px auto 0;
    width: 95%;
    display: flex;
    align-items: center; }
    @media (max-width: 667px) {
      .footer .inline-links {
        display: block; } }
    .footer .inline-links .column {
      width: 50%; }
      .footer .inline-links .column.flex-end {
        display: flex;
        justify-content: flex-end; }
    .footer .inline-links .legal-text {
      font-size: 12px;
      line-height: 12px; }
    .footer .inline-links a {
      font-size: 16px;
      margin-right: 20px;
      display: inline-block; }
      @media (max-width: 667px) {
        .footer .inline-links a {
          display: block; } }
  @media (max-width: 667px) {
    .footer .footer-dropdown-mobile {
      display: none; }
      .footer .footer-dropdown-mobile.show-footer-dropdown {
        display: block; } }
