/* ! Main src files*/
/* Vendors
   ------------------------------------------------------------------------- */
/* Slider */
@import url("https://use.typekit.net/sym4qfc.css");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Settings
   ------------------------------------------------------------------------- */
html,
body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.adapt-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 715px; }

@media only screen and (min-width: 1281px) {
  .container {
    max-width: 1198px; } }

@media only screen and (max-width: 1280px) {
  .container {
    max-width: 960px; } }

@media only screen and (max-width: 1024px) {
  .container {
    max-width: 800px; } }

@media only screen and (max-width: 812px) {
  .container {
    max-width: 100vw;
    padding: 0 16px; } }

/* ! Settings - Font families */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot?") format("eot"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"), url("../fonts/MaterialIcons-Regular.svg#Material_Icons") format("svg"); }

.material-icons {
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: var(--regular);
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

/* Mixins
   ------------------------------------------------------------------------- */
/* ! Mixins - Font awesome */
/**
 * A quick icon font mixin which utilizes FontAwesome to generate unicode icons in a
 * before and/or after psuedo element selector using the content attribute.
 */
/* Reset
   ------------------------------------------------------------------------- */
/* sass-lint:disable-all*/
/* ! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css*/
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1*/
  line-height: 1.15;
  /* 2*/
  -ms-text-size-adjust: 100%;
  /* 3*/
  -webkit-text-size-adjust: 100%;
  /* 3*/ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1*/
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1*/
  height: 0;
  /* 1*/
  overflow: visible;
  /* 2*/ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1*/
  font-size: 1em;
  /* 2*/ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1*/
  -webkit-text-decoration-skip: objects;
  /* 2*/ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2*/
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2*/
  border-bottom: none;
  /* 1*/ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1*/
  font-size: 1em;
  /* 2*/ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  display: block;
  max-width: 100%;
  border: 0; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2*/
  font-family: sans-serif;
  /* 1*/
  font-size: 100%;
  /* 1*/
  line-height: 1.15;
  /* 1*/ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1*/
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1*/
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2*/ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1*/
  display: table;
  /* 1*/
  max-width: 100%;
  /* 1*/
  padding: 0;
  /* 3*/
  color: inherit;
  /* 2*/
  white-space: normal;
  /* 1*/ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1*/
  vertical-align: baseline;
  /* 2*/ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1*/
  padding: 0;
  /* 2*/ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 2*/
  -webkit-appearance: textfield;
  /* 1*/ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2*/
  -webkit-appearance: button;
  /* 1*/ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* sass-lint:enable-all*/
/* sass-lint:disable-all*/
/* ! Reset - Box sizing */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

/* sass-lint:enable-all*/
/* Components
   ------------------------------------------------------------------------- */
.search-window {
  height: 300px;
  top: -300px;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  z-index: 100;
  width: 100%;
  min-height: 0;
  max-width: none;
  left: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  position: absolute;
  -webkit-transition: 300ms top ease;
  -o-transition: 300ms top ease;
  -moz-transition: 300ms top ease;
  transition: 300ms top ease;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0; }
  .search-window .close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px; }

.field-text {
  max-width: 90%;
  width: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.search-window h2 {
  width: 100%;
  text-align: center;
  font-size: 44px;
  margin-top: 0;
  margin-bottom: 24px; }

form.search-window .input:first-of-type {
  width: 100%;
  margin-top: 0;
  padding: 16px 24px; }

.search-window.enabled {
  top: 0; }

.search-box .text-center {
  text-align: center; }

.search-box a.button-link {
  width: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  color: #FD6F7D;
  text-decoration: none;
  cursor: pointer;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  margin-left: 8px;
  margin-right: 8px; }
  .search-box a.button-link:hover, .search-box a.button-link:active {
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(1px, -1px);
       -moz-transform: translate(1px, -1px);
        -ms-transform: translate(1px, -1px);
         -o-transform: translate(1px, -1px);
            transform: translate(1px, -1px); }

.search-box p.small {
  font-size: 16px;
  font-family: "freight-sans-pro", Arial, sans-serif;
  margin-bottom: 48px;
  color: #575757; }

.search-box h1 {
  margin-bottom: 0.33em; }

.search-box .results a {
  color: #000;
  text-decoration: none; }

.search-box .results a h2 {
  color: #FD6F7D;
  margin-bottom: 8px; }

.search-box .results a p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 48px; }

header {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100vw;
  padding: 28px 0; }
  header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    header .container a.logo,
    header .container a.logo-menu {
      display: block;
      width: auto;
      height: 60px; }
      header .container a.logo img,
      header .container a.logo-menu img {
        width: auto;
        height: 60px; }
    header .container svg.menu {
      display: none; }
    header .container ul.nav,
    header .container .nav-mobile {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: auto;
      padding: 0;
      margin: 0;
      list-style: none; }
      header .container ul.nav li,
      header .container .nav-mobile li {
        margin: 0 10px 0 0; }
        header .container ul.nav li a,
        header .container .nav-mobile li a {
          display: inline-block;
          padding: 2px 8px 4px;
          font-family: "freight-sans-pro", Arial, sans-serif;
          font-size: 17px;
          font-weight: 600;
          line-height: 22px;
          color: #FFFFFF;
          text-decoration: none; }
          header .container ul.nav li a:hover, header .container ul.nav li a:active, header .container ul.nav li a.active,
          header .container .nav-mobile li a:hover,
          header .container .nav-mobile li a:active,
          header .container .nav-mobile li a.active {
            background-color: #000000;
            -webkit-border-radius: 4px;
               -moz-border-radius: 4px;
                    border-radius: 4px; }
        header .container ul.nav li:last-child,
        header .container .nav-mobile li:last-child {
          margin: 0; }
    header .container .nav-mobile {
      display: none; }

@media only screen and (max-width: 1024px) {
  header .container svg.menu {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: -4px;
    color: #FFFFFF; }
  header .container ul.nav {
    display: none; }
  header .container .nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #575757;
    -webkit-transform: translateX(100vw);
       -moz-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
         -o-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    header .container .nav-mobile li a {
      position: relative; }
    header .container .nav-mobile.show {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); }
    header .container .nav-mobile a.logo-menu {
      position: absolute;
      top: 36px;
      left: 0; }
    header .container .nav-mobile svg.close {
      position: absolute;
      top: 36px;
      right: 10px;
      display: inline-block;
      width: 38px;
      height: 38px;
      margin-top: -4px;
      color: #FFFFFF; }
    header .container .nav-mobile ul {
      position: relative;
      list-style: none;
      padding: 0;
      margin: 152px 0 0; }
      header .container .nav-mobile ul li {
        width: 100%;
        margin-bottom: 32px; }
        header .container .nav-mobile ul li a {
          width: 100%;
          padding: 0;
          margin: 0; } }

@media only screen and (max-width: 812px) {
  header .container .nav-mobile a.logo-menu {
    left: 16px; } }

@media only screen and (max-width: 400px) {
  header {
    padding: 16px 0; }
    header .container a.logo {
      display: block;
      width: auto;
      height: 36px; }
      header .container a.logo img {
        width: auto;
        height: 36px; }
    header .container svg.menu {
      width: 28px;
      height: 28px; }
    header .container .nav-mobile a.logo-menu {
      position: absolute;
      top: 16px;
      left: 16px;
      display: block;
      width: auto;
      height: 36px; }
      header .container .nav-mobile a.logo-menu img {
        width: auto;
        height: 36px; }
    header .container .nav-mobile svg.close {
      width: 28px;
      height: 28px;
      top: 16px;
      right: 16px; }
    header .container .nav-mobile ul {
      margin: 94px 0 0; } }

.header-visual {
  position: relative;
  display: block;
  width: 100vw;
  height: auto;
  min-height: 714px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
  border-bottom: 1px solid #979797; }
  .header-visual:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%); }
  .header-visual.blank {
    height: 120px;
    min-height: 0;
    background-color: #FD6F7D;
    border: none; }
    .header-visual.blank:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: none; }
  .header-visual.empty {
    height: 120px;
    min-height: 0;
    border: none;
    min-height: 330px; }
    .header-visual.empty .container {
      min-height: 330px; }
    .header-visual.empty:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: none; }
  .header-visual .container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    min-height: 714px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .header-visual .container {
        height: 1px; } }
    .header-visual .container a {
      display: block;
      color: #FFFFFF;
      text-decoration: none; }
    .header-visual .container h1 {
      margin-left: 16px; }
      .header-visual .container h1 span {
        display: inline;
        font-family: "freight-sans-pro", Arial, sans-serif;
        font-size: 60px;
        font-style: normal;
        font-weight: 500;
        line-height: 87px;
        color: #FFFFFF;
        background: #FD6F7D;
        /*background-image: linear-gradient(to bottom, transparent 0, transparent 8px, $pink 8px, $pink 68px, transparent 68px);*/
        -webkit-box-shadow: 16px 0 0 0 #FD6F7D, -16px 0 0 0 #FD6F7D;
           -moz-box-shadow: 16px 0 0 0 #FD6F7D, -16px 0 0 0 #FD6F7D;
                box-shadow: 16px 0 0 0 #FD6F7D, -16px 0 0 0 #FD6F7D; }
    .header-visual .container .header-author {
      position: absolute;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: left;
      -webkit-justify-content: left;
         -moz-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      width: 100%;
      margin: 0; }
      .header-visual .container .header-author .photo-2-col .photo:last-child {
        left: 156px; }
      .header-visual .container .header-author .photo-2-col .photo:first-child {
        left: 0 !important; }
      .header-visual .container .header-author .photo,
      .header-visual .container .header-author h3,
      .header-visual .container .header-author p {
        position: relative; }
      .header-visual .container .header-author .photo {
        position: absolute;
        bottom: 0;
        display: inline-block;
        width: 152px;
        height: 152px;
        margin: 0 24px 0 0;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: cover;
             background-size: cover;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
           -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
      .header-visual .container .header-author .info {
        width: 100%;
        padding: 8px 0 0 181px;
        background-color: #000000; }
        .header-visual .container .header-author .info h3 {
          margin: 0;
          font-family: "freight-sans-pro", Arial, sans-serif;
          font-size: 60px;
          font-style: normal;
          font-weight: 700;
          line-height: 77px;
          color: #FFFFFF; }
        .header-visual .container .header-author .info p {
          margin: 0 0 -10px;
          font-family: "freight-text-pro", Arial, sans-serif;
          font-size: 24px;
          font-style: italic;
          font-weight: 500;
          line-height: 30px;
          color: #FFFFFF; }

@media only screen and (min-width: 1281px) {
  .header-visual .container {
    max-width: 786px; }
  .header-visual.home .container {
    max-width: 1198px; }
    .header-visual.home .container h1 {
      max-width: 60%; } }

@media only screen and (max-width: 1280px) {
  .header-visual .container {
    max-width: 786px; }
  .header-visual.home .container {
    max-width: 960px; }
  .header-visual.home h1 {
    max-width: 75%; } }

@media only screen and (max-width: 1024px) {
  .header-visual .container {
    max-width: 786px; }
  .header-visual.home .container {
    max-width: 786px; } }

@media only screen and (max-width: 812px) {
  .header-visual .container {
    max-width: 100%; }
    .header-visual .container h1 {
      width: -webkit-calc(100% - 32px);
      width: -moz-calc(100% - 32px);
      width: calc(100% - 32px);
      margin-left: 16px; }
      .header-visual .container h1 span {
        font-size: 48px;
        line-height: 72px; }
    .header-visual .container .header-author {
      left: 16px;
      width: -webkit-calc(100% - 32px);
      width: -moz-calc(100% - 32px);
      width: calc(100% - 32px); }
      .header-visual .container .header-author .info h3 {
        font-size: 48px;
        line-height: 64px; }
      .header-visual .container .header-author .photo {
        position: absolute;
        bottom: 0; } }

@media only screen and (max-width: 512px) {
  .header-visual .container {
    max-width: 100%; }
    .header-visual .container h1 {
      width: -webkit-calc(100% - 32px);
      width: -moz-calc(100% - 32px);
      width: calc(100% - 32px);
      margin-left: 16px; }
      .header-visual .container h1 span {
        font-size: 40px;
        line-height: 64px; }
    .header-visual .container .header-author {
      left: 16px;
      width: -webkit-calc(100% - 32px);
      width: -moz-calc(100% - 32px);
      width: calc(100% - 32px); }
      .header-visual .container .header-author .info {
        width: 100%;
        padding: 16px 0 8px 144px; }
        .header-visual .container .header-author .info h3 {
          font-size: 40px;
          line-height: 56px; }
      .header-visual .container .header-author .photo {
        width: 128px;
        height: 128px; } }

@media only screen and (max-width: 414px) {
  .header-visual .container {
    max-width: 100%; }
    .header-visual .container h1 {
      width: -webkit-calc(100% - 32px);
      width: -moz-calc(100% - 32px);
      width: calc(100% - 32px);
      margin-left: 16px; }
      .header-visual .container h1 span {
        font-size: 32px;
        line-height: 56px; }
    .header-visual .container .header-author .info {
      width: 100%;
      padding: 8px 0 8px 102px; }
      .header-visual .container .header-author .info h3 {
        font-size: 24px;
        line-height: 32px; }
      .header-visual .container .header-author .info p {
        font-size: 16px;
        line-height: 24px; }
    .header-visual .container .header-author .photo {
      width: 88px;
      height: 88px; } }

footer {
  width: 100vw;
  padding: 80px 0;
  background-color: #222222; }
  footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .container .back-to-top {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 54px;
      height: 54px;
      padding: 15px;
      font-size: 24px;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none;
      color: #FD6F7D;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      background-color: #C6BEBF; }
    footer .container .col p {
      margin: 0 0 24px;
      font-family: "freight-sans-pro", Arial, sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 23px;
      color: #C6BEBF;
      text-decoration: none; }
    footer .container .col.gasterra {
      width: 35%; }
      footer .container .col.gasterra p span:last-child {
        font-weight: 500; }
    footer .container .col.socials {
      width: 30%; }
      footer .container .col.socials .social-links .social {
        display: inline-block;
        width: 54px;
        height: 54px;
        padding: 15px;
        margin: 0 16px 0 0;
        font-size: 24px;
        color: #FD6F7D;
        background-color: #000000;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        footer .container .col.socials .social-links .social:hover {
          color: #FFFFFF; }
    footer .container .col.links {
      width: 35%; }
      footer .container .col.links ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0;
        margin: 0;
        list-style: none; }
        footer .container .col.links ul li {
          width: 46%; }
          footer .container .col.links ul li a {
            margin: 0 0 24px;
            font-family: "freight-sans-pro", Arial, sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 23px;
            color: #FD6F7D;
            text-align: left;
            text-decoration: none;
            -webkit-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out; }
            footer .container .col.links ul li a:hover {
              color: #FFFFFF; }

@media only screen and (max-width: 1024px) {
  footer .container .col.gasterra {
    width: 40%; }
  footer .container .col.socials {
    width: 20%; }
  footer .container .col.links {
    width: 40%; } }

@media only screen and (max-width: 812px) {
  footer .container {
    display: block; }
    footer .container .col {
      margin-bottom: 32px; }
      footer .container .col.gasterra, footer .container .col.socials, footer .container .col.links {
        display: block;
        width: 100%;
        text-align: center; }
        footer .container .col.gasterra p, footer .container .col.socials p, footer .container .col.links p {
          text-align: center; }
        footer .container .col.gasterra img, footer .container .col.socials img, footer .container .col.links img {
          margin: 0 auto; }
      footer .container .col.socials .social-links .social:last-child {
        margin: 0; }
      footer .container .col.links ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        footer .container .col.links ul li {
          width: 100%;
          margin-bottom: 16px;
          text-align: center; } }

.article {
  width: 100%;
  max-width: 786px;
  margin: 0 auto; }
  .article-title {
    font-family: "freight-sans-pro", Arial, sans-serif;
    font-size: 60px;
    line-height: 68px;
    font-weight: 500;
    font-style: normal; }
  .article-intro {
    max-width: 786px;
    margin: 56px auto !important;
    font-family: "freight-text-pro", Arial, sans-serif;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    font-style: normal; }
  .article p {
    margin: 0 0 32px;
    font-family: "freight-text-pro", Arial, sans-serif;
    font-size: 24px;
    line-height: 31px;
    font-weight: 400;
    font-style: normal; }
  .article ul,
  .article ol {
    margin: 0 0 32px; }
    .article ul li,
    .article ol li {
      font-family: "freight-text-pro", Arial, sans-serif;
      font-size: 24px;
      line-height: 31px;
      font-weight: 400;
      font-style: normal; }
  .article-highlight {
    margin: 56px 0; }
    .article-highlight span {
      color: #FFFFFF;
      font-family: "freight-text-pro", Arial, sans-serif;
      font-size: 40px;
      line-height: 56px;
      font-weight: 600;
      font-style: italic;
      background-color: #FD6F7D;
      -webkit-box-shadow: 16px 0px 0px 0px #FD6F7D, -16px 0px 0px 0px #FD6F7D;
         -moz-box-shadow: 16px 0px 0px 0px #FD6F7D, -16px 0px 0px 0px #FD6F7D;
              box-shadow: 16px 0px 0px 0px #FD6F7D, -16px 0px 0px 0px #FD6F7D; }
  .article a {
    color: #FD6F7D; }

figure {
  width: 100%;
  max-width: none;
  margin: 56px 0; }
  figure img {
    width: 100%; }

.tingle-modal figure {
  width: auto;
  max-width: none;
  margin: 0 0 30px 0; }
  .tingle-modal figure img {
    width: auto; }

figcaption {
  font-family: "freight-text-pro", Arial, sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 25px;
  color: #C6BEBF; }

.table {
  width: 100%;
  margin-bottom: 48px;
  border-collapse: collapse; }
  .table a {
    color: #222;
    text-decoration: none; }
  .table tr td {
    padding: 16px 0;
    line-height: 24px;
    vertical-align: top;
    border-bottom: 1px solid #eee; }
  .table tr:last-child td {
    border-bottom: 0; }
  .table tr td:last-child {
    padding-left: 16px;
    text-align: right;
    font-size: 14px;
    color: #999; }

.accordion {
  padding: 48px 0;
  max-width: 786px;
  margin: 0 auto; }

.accordion__item > * {
  display: none; }

.accordion__item > :first-child {
  display: block; }

.accordion__item > :first-child h3 {
  position: relative;
  cursor: pointer;
  margin: 0 0 16px;
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  line-height: 32px;
  color: #000000;
  text-decoration: none; }
  .accordion__item > :first-child h3:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 18px;
    height: 18px;
    font-family: 'Material Icons';
    font-size: 24px;
    font-style: normal;
    border: 0;
    border-spacing: 0;
    content: 'expand_more';
    font-weight: normal;
    line-height: 1;
    color: #FD6F7D;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: -6px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
       -moz-font-feature-settings: 'liga';
            font-feature-settings: 'liga'; }

.accordion__item.open > :first-child h3 {
  border-bottom: 0; }
  .accordion__item.open > :first-child h3:after {
    content: 'expand_less'; }

.accordion__item.open > * {
  display: block; }

.image-wide {
  width: 100vw;
  height: 500px;
  margin: 56px 0 56px -webkit-calc(-50vw + 393px);
  margin: 56px 0 56px -moz-calc(-50vw + 393px);
  margin: 56px 0 56px calc(-50vw + 393px);
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat; }

.article-date {
  display: block;
  margin: 0 0 8px;
  font-family: "freight-text-pro", Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  color: #575757; }

article.article > .article-date,
.article-intro > .article-date {
  display: block;
  margin: 16px 0;
  font-family: "freight-text-pro", Arial, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 31px;
  color: #575757; }

article.article > .article-date {
  margin-top: 56px; }

@media only screen and (min-width: 1281px) {
  .article {
    max-width: 786px; }
  .image-wide {
    margin: 56px 0 56px -webkit-calc(-50vw + 393px);
    margin: 56px 0 56px -moz-calc(-50vw + 393px);
    margin: 56px 0 56px calc(-50vw + 393px); } }

@media only screen and (max-width: 1280px) {
  .article {
    max-width: 786px; }
  .image-wide {
    margin: 56px 0 56px -webkit-calc(-50vw + 393px);
    margin: 56px 0 56px -moz-calc(-50vw + 393px);
    margin: 56px 0 56px calc(-50vw + 393px); } }

@media only screen and (max-width: 1024px) {
  .article {
    max-width: 786px; }
  .image-wide {
    margin: 56px 0 56px -webkit-calc(-50vw + 393px);
    margin: 56px 0 56px -moz-calc(-50vw + 393px);
    margin: 56px 0 56px calc(-50vw + 393px); } }

@media only screen and (max-width: 812px) {
  .article {
    max-width: 100%; }
  .image-wide {
    margin: 56px 0 56px -16px; } }

aside.share {
  position: absolute;
  top: 0;
  right: 80px;
  padding: 16px;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
  aside.share.fixed {
    position: fixed;
    top: 56px; }
  aside.share .share-links a {
    display: block;
    max-height: 54px;
    padding: 15px;
    font-size: 24px;
    color: #FD6F7D;
    cursor: pointer;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    aside.share .share-links a:hover {
      color: #FFFFFF; }

@media only screen and (min-width: 1281px) {
  .container aside.share.fixed {
    right: -webkit-calc(50vw - 519px);
    right: -moz-calc(50vw - 519px);
    right: calc(50vw - 519px); } }

@media only screen and (max-width: 1280px) {
  .container aside.share {
    right: -44px; }
    .container aside.share.fixed {
      right: -webkit-calc(50vw - 524px);
      right: -moz-calc(50vw - 524px);
      right: calc(50vw - 524px); } }

@media only screen and (max-width: 1024px) {
  .container aside.share {
    padding: 4px;
    right: -64px; }
    .container aside.share.fixed {
      right: -webkit-calc(50vw - 464px);
      right: -moz-calc(50vw - 464px);
      right: calc(50vw - 464px); } }

@media only screen and (max-width: 812px) {
  .container aside.share {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
    .container aside.share.fixed {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
    .container aside.share .share-links a {
      display: inline-block;
      max-height: 54px;
      padding: 15px;
      font-size: 24px; } }

.author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  margin: 86px auto 112px; }
  .author .photo,
  .author h3,
  .author p {
    position: relative; }
  .author .photo {
    display: inline-block;
    width: 152px;
    height: 207px;
    margin: -32px 24px 42px 0;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
         background-size: cover;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
  .author .info {
    width: -webkit-calc(100% - 216px);
    width: -moz-calc(100% - 216px);
    width: calc(100% - 216px);
    padding: 16px 16px 56px 0; }
    .author .info h3 {
      margin: 0 0 16px;
      font-family: "freight-sans-pro", Arial, sans-serif;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 52px; }
    .author .info p {
      margin: 0;
      font-family: "freight-text-pro", Arial, sans-serif;
      font-size: 26px;
      font-style: normal;
      font-weight: 500;
      line-height: 33px; }

.author:before {
  content: '';
  position: absolute;
  top: 0;
  left: -webkit-calc(-50vw + 393px);
  left: -moz-calc(-50vw + 393px);
  left: calc(-50vw + 393px);
  z-index: 0;
  width: -webkit-calc(50vw + 393px);
  width: -moz-calc(50vw + 393px);
  width: calc(50vw + 393px);
  height: 100%;
  background-color: #6A919C; }

@media only screen and (min-width: 1281px) {
  .author {
    max-width: 786px; } }

@media only screen and (max-width: 1280px) {
  .author {
    max-width: 786px; } }

@media only screen and (max-width: 1024px) {
  .author {
    max-width: 786px; } }

@media only screen and (max-width: 812px) {
  .author {
    max-width: 100%; }
  .author:before {
    left: -16px;
    width: -webkit-calc(100vw - 16px);
    width: -moz-calc(100vw - 16px);
    width: calc(100vw - 16px); } }

@media only screen and (max-width: 500px) {
  .author {
    display: block; }
    .author .photo {
      display: inline-block; }
    .author .info {
      display: block;
      width: 100%; } }

.home-content,
.content {
  min-height: -webkit-calc(100vh - 441px);
  min-height: -moz-calc(100vh - 441px);
  min-height: calc(100vh - 441px); }
  .home-content .container,
  .content .container {
    height: 100%;
    padding: 44px 0 70px; }
    .home-content .container .paginate,
    .content .container .paginate {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      .home-content .container .paginate .paginate-prev,
      .home-content .container .paginate .paginate-next,
      .content .container .paginate .paginate-prev,
      .content .container .paginate .paginate-next {
        width: 54px;
        height: 54px;
        padding: 15px;
        font-size: 24px;
        color: #FD6F7D;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        background-color: #000000; }
      .home-content .container .paginate .paginate-prev,
      .content .container .paginate .paginate-prev {
        margin-right: auto; }
      .home-content .container .paginate .paginate-next,
      .content .container .paginate .paginate-next {
        margin-left: auto; }
    .home-content .container .block-row,
    .content .container .block-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

.plain-text {
  padding: 56px 0; }

@media only screen and (max-width: 812px) {
  .home-content .container,
  .content .container {
    padding: 44px 16px 70px; }
  .plain-text {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    margin: 0 auto; } }

@media only screen and (max-width: 768px) {
  .home-content .container .block-row,
  .content .container .block-row {
    display: block; } }

form,
.contact-thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 640px;
  min-height: 600px;
  margin: 0 auto;
  font-family: "freight-sans-pro", Arial, sans-serif; }
  form h1,
  .contact-thanks h1 {
    margin: 0; }
  form p,
  .contact-thanks p {
    margin: 16px 0 0; }
  form .input:first-of-type,
  .contact-thanks .input:first-of-type {
    margin-top: 32px; }
  form button.button-link,
  .contact-thanks button.button-link {
    width: auto;
    padding: 16px 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    color: #FD6F7D;
    cursor: pointer;
    background-color: #000000;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    form button.button-link:hover, form button.button-link:active,
    .contact-thanks button.button-link:hover,
    .contact-thanks button.button-link:active {
      -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
         -moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
              box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
      -webkit-transform: translate(1px, -1px);
         -moz-transform: translate(1px, -1px);
          -ms-transform: translate(1px, -1px);
           -o-transform: translate(1px, -1px);
              transform: translate(1px, -1px); }
  form .input,
  .contact-thanks .input {
    position: relative;
    width: 100%; }
    form .input.not-empty label,
    .contact-thanks .input.not-empty label {
      top: -6px;
      font-size: 11px;
      color: #000000;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
    form .input label,
    .contact-thanks .input label {
      position: absolute;
      top: 8px;
      left: 15px;
      font-size: 16px;
      color: #979797;
      pointer-events: none;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
    form .input .required label:after:first-child:after,
    .contact-thanks .input .required label:after:first-child:after {
      content: '*'; }
    form .input input,
    form .input textarea,
    .contact-thanks .input input,
    .contact-thanks .input textarea {
      width: 100%;
      padding: 8px 16px;
      margin-bottom: 24px;
      color: #222222;
      background-color: transparent;
      border: 0;
      border-bottom: 2px solid #575757; }
      form .input input:focus,
      form .input textarea:focus,
      .contact-thanks .input input:focus,
      .contact-thanks .input textarea:focus {
        outline: none; }
    form .input .error,
    .contact-thanks .input .error {
      position: absolute;
      top: 35px;
      left: 15px;
      padding: 4px 0 0 2px;
      font-family: 'freight-sans-pro', Arial, sans-serif;
      font-size: 11px;
      color: #FF0000;
      opacity: 0;
      -webkit-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
    form .input.invalid input,
    form .input.invalid textarea,
    form .input.invalid select,
    .contact-thanks .input.invalid input,
    .contact-thanks .input.invalid textarea,
    .contact-thanks .input.invalid select {
      border-bottom: 2px solid #FF0000; }
      form .input.invalid input:focus,
      form .input.invalid textarea:focus,
      form .input.invalid select:focus,
      .contact-thanks .input.invalid input:focus,
      .contact-thanks .input.invalid textarea:focus,
      .contact-thanks .input.invalid select:focus {
        outline: none;
        border-bottom: 2px solid #FF0000; }
    form .input.invalid .error,
    .contact-thanks .input.invalid .error {
      opacity: 1; }
    form .input.invalid.default-checkbox .input-checkbox input[type='checkbox'] + .checkbox:before,
    .contact-thanks .input.invalid.default-checkbox .input-checkbox input[type='checkbox'] + .checkbox:before {
      color: #FF0000; }
    form .input.default-checkbox,
    .contact-thanks .input.default-checkbox {
      position: relative;
      display: block;
      margin-bottom: 32px;
      font-family: 'Conduit', sans-serif;
      font-size: 15px;
      font-weight: normal;
      color: #000000;
      letter-spacing: 0.5px; }
      form .input.default-checkbox .error,
      .contact-thanks .input.default-checkbox .error {
        top: auto;
        bottom: -12px;
        left: 30px;
        font-family: 'freight-sans-pro', Arial, sans-serif; }
      form .input.default-checkbox .input-checkbox,
      .contact-thanks .input.default-checkbox .input-checkbox {
        position: absolute;
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: -11px 8px 0 -18px;
        text-align: center;
        vertical-align: -9px; }
        form .input.default-checkbox .input-checkbox input[type='checkbox'],
        .contact-thanks .input.default-checkbox .input-checkbox input[type='checkbox'] {
          position: absolute;
          bottom: 7px;
          left: 7px;
          padding: 0;
          margin: 0;
          cursor: pointer;
          visibility: hidden;
          outline: none;
          opacity: 0; }
          form .input.default-checkbox .input-checkbox input[type='checkbox'] + .checkbox:before,
          .contact-thanks .input.default-checkbox .input-checkbox input[type='checkbox'] + .checkbox:before {
            position: absolute;
            bottom: 8px;
            left: 4px;
            z-index: 1;
            width: 18px;
            height: 18px;
            font-family: 'Material Icons';
            font-size: 24px;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            vertical-align: -6px;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            transition: all 0.2s ease;
            direction: ltr;
            /* Support for all WebKit browsers. */
            -webkit-font-smoothing: antialiased;
            /* Support for Safari and Chrome. */
            text-rendering: optimizeLegibility;
            /* Support for Firefox. */
            -moz-osx-font-smoothing: grayscale;
            /* Support for IE. */
            -webkit-font-feature-settings: 'liga';
               -moz-font-feature-settings: 'liga';
                    font-feature-settings: 'liga'; }
          form .input.default-checkbox .input-checkbox input[type='checkbox'] + .checkbox:before,
          .contact-thanks .input.default-checkbox .input-checkbox input[type='checkbox'] + .checkbox:before {
            content: '\e835';
            color: #222222; }
          form .input.default-checkbox .input-checkbox input[type='checkbox']:checked + .checkbox:before,
          .contact-thanks .input.default-checkbox .input-checkbox input[type='checkbox']:checked + .checkbox:before {
            content: '\e834'; }
          form .input.default-checkbox .input-checkbox input[type='checkbox']:active:not(:disabled) + .checkbox:before,
          .contact-thanks .input.default-checkbox .input-checkbox input[type='checkbox']:active:not(:disabled) + .checkbox:before {
            -webkit-transform: scale3d(0.88, 0.88, 1);
               -moz-transform: scale3d(0.88, 0.88, 1);
                    transform: scale3d(0.88, 0.88, 1); }
          form .input.default-checkbox .input-checkbox input[type='checkbox']:disabled + .checkbox:before,
          .contact-thanks .input.default-checkbox .input-checkbox input[type='checkbox']:disabled + .checkbox:before {
            color: #979797 !important; }
      form .input.default-checkbox label,
      .contact-thanks .input.default-checkbox label {
        position: relative;
        color: #000000;
        cursor: pointer;
        pointer-events: all; }
        form .input.default-checkbox label a,
        .contact-thanks .input.default-checkbox label a {
          color: #FD6F7D;
          text-decoration: none; }
          form .input.default-checkbox label a:hover,
          .contact-thanks .input.default-checkbox label a:hover {
            text-decoration: underline; }
      form .input.default-checkbox .label,
      .contact-thanks .input.default-checkbox .label {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        padding-left: 30px;
        font-family: "freight-text-pro", Arial, sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        color: #000000;
        cursor: pointer;
        pointer-events: all; }
        form .input.default-checkbox .label a,
        .contact-thanks .input.default-checkbox .label a {
          color: #FD6F7D;
          text-decoration: none; }
          form .input.default-checkbox .label a:hover,
          .contact-thanks .input.default-checkbox .label a:hover {
            text-decoration: underline; }
      form .input.default-checkbox:not(.checkbox-rotate) .checkbox-default input[type='checkbox']:checked + .checkbox:before,
      .contact-thanks .input.default-checkbox:not(.checkbox-rotate) .checkbox-default input[type='checkbox']:checked + .checkbox:before {
        color: #FD6F7D; }

.carousel {
  position: relative;
  width: 100%;
  max-width: 786px;
  height: auto;
  min-height: 0;
  margin: 0 auto 56px auto; }
  .carousel h3 {
    margin: 0 0 56px;
    font-family: "freight-sans-pro", Arial, sans-serif;
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
    font-style: normal; }
  .carousel .has-slider {
    position: relative;
    width: 100%;
    height: 513px; }
    .carousel .has-slider .related-items {
      position: absolute;
      height: 513px;
      margin: 0;
      font-size: 0;
      line-height: 0; }
      .carousel .has-slider .related-items .related-item {
        display: inline-block;
        width: 370px;
        height: 513px;
        padding: 0;
        margin: 0 45px 0 0;
        pointer-events: none;
        background-color: #FFFFFF;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
           -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .carousel .has-slider .related-items .related-item.hover {
          -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 8px 24px 0 rgba(0, 0, 0, 0.15);
             -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 8px 24px 0 rgba(0, 0, 0, 0.15);
                  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 8px 24px 0 rgba(0, 0, 0, 0.15); }
        .carousel .has-slider .related-items .related-item .related-link {
          text-decoration: none;
          pointer-events: auto; }
          .carousel .has-slider .related-items .related-item .related-link .category {
            position: absolute;
            z-index: 2;
            display: block;
            width: 106px;
            height: 46px;
            padding: 0;
            margin: 0 0 0 132px;
            font-family: "freight-sans-pro", Arial, sans-serif;
            font-size: 14px;
            font-weight: 600;
            line-height: 18px;
            color: #FFFFFF;
            text-align: center;
            background-color: #000000; }
            .carousel .has-slider .related-items .related-item .related-link .category span {
              display: block;
              width: 1px;
              height: 14px;
              margin: 0 auto 6px;
              background-color: #FFFFFF; }
          .carousel .has-slider .related-items .related-item .related-link .related-item-image {
            position: relative;
            z-index: 1;
            display: block;
            width: 100%;
            height: 222px;
            background-repeat: no-repeat;
            background-position: center;
            -moz-background-size: cover;
                 background-size: cover;
            -webkit-border-radius: 4px 4px 0 0;
               -moz-border-radius: 4px 4px 0 0;
                    border-radius: 4px 4px 0 0; }
            .carousel .has-slider .related-items .related-item .related-link .related-item-image .photo {
              position: absolute;
              z-index: 2;
              bottom: 0;
              left: 0;
              width: 76px;
              height: 76px;
              background-position: center;
              -moz-background-size: cover;
                   background-size: cover; }
            .carousel .has-slider .related-items .related-item .related-link .related-item-image .info {
              position: absolute;
              z-index: 1;
              bottom: 0;
              width: 100%;
              height: 32px;
              padding: 5px 0 4px 92px;
              color: #FFFFFF;
              background-color: #000000;
              font-family: "freight-sans-pro", Arial, sans-serif;
              font-size: 18px;
              line-height: 23px;
              font-weight: 600;
              font-style: normal; }
              .carousel .has-slider .related-items .related-item .related-link .related-item-image .info span {
                margin-right: 8px;
                color: #FFFFFF;
                font-family: "freight-text-pro", Arial, sans-serif;
                font-size: 16px;
                line-height: 20px;
                font-weight: 500;
                font-style: italic; }
          .carousel .has-slider .related-items .related-item .related-link .related-item-info {
            width: 100%;
            height: 241px;
            padding: 24px 24px 0;
            margin-bottom: 50px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis; }
            .carousel .has-slider .related-items .related-item .related-link .related-item-info h4 {
              margin: 0 0 16px;
              font-family: "freight-sans-pro", Arial, sans-serif;
              font-size: 25px;
              font-style: normal;
              font-weight: 600;
              line-height: 32px;
              color: #000000;
              text-decoration: none; }
            .carousel .has-slider .related-items .related-item .related-link .related-item-info p {
              margin: 0;
              font-family: "freight-text-pro", Arial, sans-serif;
              font-size: 19px;
              font-style: normal;
              font-weight: 500;
              line-height: 24px;
              color: #575757;
              text-decoration: none; }
        .carousel .has-slider .related-items .related-item:last-child {
          margin: 0; }

@media only screen and (max-width: 414px) {
  .carousel .has-slider .related-items .related-item {
    width: -webkit-calc(100vw - 32px);
    width: -moz-calc(100vw - 32px);
    width: calc(100vw - 32px);
    margin: 0 32px 0 0; }
    .carousel .has-slider .related-items .related-item .category {
      margin: 0 0 0 -webkit-calc(50% - 66px);
      margin: 0 0 0 -moz-calc(50% - 66px);
      margin: 0 0 0 calc(50% - 66px); } }

.article-item {
  position: relative;
  display: inline-block;
  width: 370px;
  height: 513px;
  padding: 0;
  margin: 0 39px 44px 0;
  vertical-align: top;
  pointer-events: none;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .article-item.hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 8px 24px 0 rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 8px 24px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 8px 24px 0 rgba(0, 0, 0, 0.15); }
  .article-item .article-link {
    text-decoration: none;
    pointer-events: auto; }
    .article-item .article-link .category {
      position: absolute;
      left: 50%;
      z-index: 2;
      display: block;
      width: 106px;
      height: 46px;
      padding: 0;
      margin: 0 0 0 -53px;
      font-family: "freight-sans-pro", Arial, sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 18px;
      color: #FFFFFF;
      text-align: center;
      background-color: #000000; }
      .article-item .article-link .category span {
        display: block;
        width: 1px;
        height: 14px;
        margin: 0 auto 6px;
        background-color: #FFFFFF; }
    .article-item .article-link .article-item-image {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: 222px;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
           background-size: cover;
      -webkit-border-radius: 4px 4px 0 0;
         -moz-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0; }
      .article-item .article-link .article-item-image .photo-2-col .photo:last-child {
        left: 80px; }
      .article-item .article-link .article-item-image .photo-2-col .photo:first-child {
        left: 0 !important; }
      .article-item .article-link .article-item-image .photo {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 76px;
        height: 76px;
        background-position: center;
        -moz-background-size: cover;
             background-size: cover; }
      .article-item .article-link .article-item-image .info {
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        height: 32px;
        padding: 5px 0 4px 92px;
        color: #FFFFFF;
        background-color: #000000;
        font-family: "freight-sans-pro", Arial, sans-serif;
        font-size: 18px;
        line-height: 23px;
        font-weight: 600;
        font-style: normal; }
        .article-item .article-link .article-item-image .info span {
          margin-right: 8px;
          color: #FFFFFF;
          font-family: "freight-text-pro", Arial, sans-serif;
          font-size: 16px;
          line-height: 20px;
          font-weight: 500;
          font-style: italic; }
    .article-item .article-link .article-item-info {
      width: 100%;
      height: 233px;
      padding: 24px 24px 0;
      margin-bottom: 58px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
      .article-item .article-link .article-item-info h4 {
        margin: 0 0 16px;
        font-family: "freight-sans-pro", Arial, sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        color: #000000;
        text-decoration: none; }
      .article-item .article-link .article-item-info p {
        margin: 0;
        font-family: "freight-text-pro", Arial, sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        color: #575757;
        text-decoration: none; }
  .article-item:nth-child(3n+0) {
    margin: 0 0 44px; }

@media only screen and (max-width: 1280px) {
  .article-item {
    width: -webkit-calc(50% - 22px);
    width: -moz-calc(50% - 22px);
    width: calc(50% - 22px);
    margin: 0 39px 44px 0 !important; }
    .article-item:nth-child(2n+0) {
      margin: 0 0 44px !important; } }

@media only screen and (max-width: 600px) {
  .article-item {
    width: -webkit-calc(100vw - 32px);
    width: -moz-calc(100vw - 32px);
    width: calc(100vw - 32px);
    margin: 0 32px 0 0; }
    .article-item .category {
      margin: 0 0 0 -webkit-calc(50% - 66px);
      margin: 0 0 0 -moz-calc(50% - 66px);
      margin: 0 0 0 calc(50% - 66px); } }

.podcast-pagetitle,
.podcast-player {
  width: 100%;
  max-width: 786px;
  margin: 0 auto 32px; }
  .podcast-pagetitle .podcast-title,
  .podcast-player .podcast-title {
    margin: 0 auto 8px;
    font-family: "freight-text-pro",Arial,sans-serif;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600; }

.podcast {
  position: relative;
  display: inline-block;
  width: -webkit-calc(50% - 21px);
  width: -moz-calc(50% - 21px);
  width: calc(50% - 21px);
  padding: 24px;
  background-color: #C6BEBF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
  .podcast .left {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 60%; }
    .podcast .left h2 {
      margin: 0;
      font-family: "freight-sans-pro", Arial, sans-serif;
      font-size: 50px;
      font-style: normal;
      font-weight: 600;
      line-height: 55px;
      color: #FFFFFF; }
    .podcast .left p {
      margin: 13px 0 32px;
      font-family: "freight-text-pro", Arial, sans-serif;
      font-size: 19px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      color: #000000; }
    .podcast .left .button-link {
      display: inline-block;
      padding: 15px 16px 15px 24px;
      color: #FD6F7D;
      text-decoration: none;
      background-color: #FFFFFF;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
         -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      .podcast .left .button-link i {
        padding: 4px 5px;
        margin-left: 4px;
        font-size: 16px; }
      .podcast .left .button-link:hover, .podcast .left .button-link:active {
        -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
           -moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
                box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
        -webkit-transform: translate(1px, -1px);
           -moz-transform: translate(1px, -1px);
            -ms-transform: translate(1px, -1px);
             -o-transform: translate(1px, -1px);
                transform: translate(1px, -1px); }
  .podcast .right {
    position: absolute;
    top: 49px;
    right: 53px;
    z-index: 1; }

@media only screen and (max-width: 768px) {
  .podcast {
    width: 100%;
    margin: 0 0 32px; } }

.newsletter {
  position: relative;
  display: inline-block;
  width: -webkit-calc(50% - 21px);
  width: -moz-calc(50% - 21px);
  width: calc(50% - 21px);
  padding: 24px;
  background-color: #FD6F7D;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
  .newsletter .left {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 60%; }
    .newsletter .left h2 {
      margin: 0;
      font-family: "freight-sans-pro", Arial, sans-serif;
      font-size: 50px;
      font-style: normal;
      font-weight: 600;
      line-height: 55px;
      color: #FFFFFF; }
    .newsletter .left p {
      margin: 13px 0 32px;
      font-family: "freight-text-pro", Arial, sans-serif;
      font-size: 19px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      color: #000000; }
    .newsletter .left .button-link {
      display: inline-block;
      padding: 15px 16px 15px 24px;
      color: #FD6F7D;
      text-decoration: none;
      background-color: #FFFFFF;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
         -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      .newsletter .left .button-link i {
        padding: 4px 5px;
        margin-left: 4px;
        font-size: 16px; }
      .newsletter .left .button-link:hover, .newsletter .left .button-link:active {
        -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
           -moz-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
                box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
        -webkit-transform: translate(1px, -1px);
           -moz-transform: translate(1px, -1px);
            -ms-transform: translate(1px, -1px);
             -o-transform: translate(1px, -1px);
                transform: translate(1px, -1px); }
  .newsletter .right {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1; }

@media only screen and (max-width: 768px) {
  .newsletter {
    width: 100%;
    margin: 0; } }

/*# sourceMappingURL=main.css.map */
