/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  outline: none !important; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px;
  outline: none; }

body {
  color: #25347C;
  background: #fff;
  font: 16px/1.5 "CircularSpotifyText-Book", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 40px; }
  @media (max-width: 479px) {
    h1, .h1 {
      font: 30px CircularSpotifyHead-Bold !important;
      line-height: 1.3 !important; } }

h2, .h2 {
  font-size: 32px;
  margin: 1rem 0 0.5rem;
  font-family: CircularSpotifyHead-Bold !important; }
  @media (max-width: 479px) {
    h2, .h2 {
      font: 28px CircularSpotifyHead-Bold !important;
      line-height: 1.3 !important; } }

h3, .h3 {
  font-size: 24px;
  margin: 1rem 0 0.5rem; }
  @media (max-width: 479px) {
    h3, .h3 {
      font: 24px CircularSpotifyHead-Bold !important;
      line-height: 1.3 !important; } }

h4, .h4 {
  font-size: 21px;
  margin: 1rem 0 0.5rem; }
  @media (max-width: 479px) {
    h4, .h4 {
      font: 21px CircularSpotifyHead-Bold !important;
      line-height: 1.3 !important; } }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #1ED760; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  border: 1px solid #ccc;
  padding: 0.4em 0.7em;
  box-sizing: border-box; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #25347C; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #8E8080; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #8E8080; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #8E8080; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #8E8080; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #8E8080; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  cursor: pointer; }

@font-face {
  font-family: 'CircularSpotifyHead-Black';
  src: url("../fonts/CircularSpotifyHead-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyHead-Black.otf") format("opentype"), url("../fonts/CircularSpotifyHead-Black.woff") format("woff"), url("../fonts/CircularSpotifyHead-Black.ttf") format("truetype"), url("../fonts/CircularSpotifyHead-Black.svg#CircularSpotifyHead-Black") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularSpotifyHead-Bold';
  src: url("../fonts/CircularSpotifyHead-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyHead-Bold.otf") format("opentype"), url("../fonts/CircularSpotifyHead-Bold.woff") format("woff"), url("../fonts/CircularSpotifyHead-Bold.ttf") format("truetype"), url("../fonts/CircularSpotifyHead-Bold.svg#CircularSpotifyHead-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularSpotifyText-Black';
  src: url("../fonts/CircularSpotifyText-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyText-Black.otf") format("opentype"), url("../fonts/CircularSpotifyText-Black.woff") format("woff"), url("../fonts/CircularSpotifyText-Black.ttf") format("truetype"), url("../fonts/CircularSpotifyText-Black.svg#CircularSpotifyText-Black") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularSpotifyText-Bold';
  src: url("../fonts/CircularSpotifyText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyText-Bold.otf") format("opentype"), url("../fonts/CircularSpotifyText-Bold.woff") format("woff"), url("../fonts/CircularSpotifyText-Bold.ttf") format("truetype"), url("../fonts/CircularSpotifyText-Bold.svg#CircularSpotifyText-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularSpotifyText-Book';
  src: url("../fonts/CircularSpotifyText-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyText-Book.otf") format("opentype"), url("../fonts/CircularSpotifyText-Book.woff") format("woff"), url("../fonts/CircularSpotifyText-Book.ttf") format("truetype"), url("../fonts/CircularSpotifyText-Book.svg#CircularSpotifyText-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularSpotifyText-Medium';
  src: url("../fonts/CircularSpotifyText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyText-Medium.otf") format("opentype"), url("../fonts/CircularSpotifyText-Medium.woff") format("woff"), url("../fonts/CircularSpotifyText-Medium.ttf") format("truetype"), url("../fonts/CircularSpotifyText-Medium.svg#CircularSpotifyText-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  padding-top: 50px;
  background: #F7F9FC; }
  @media (max-width: 479px) {
    body {
      padding-top: 0; } }
  body#home-page .logo:after {
    display: none; }
  body#home-page .logo img {
    top: 0; }
    @media (max-width: 479px) {
      body#home-page .logo img {
        top: 0; } }
  body#home-page #main {
    padding-top: 0;
    padding-bottom: 0; }

#wrapper {
  position: relative;
  width: 100%;
  z-index: 1; }

#main {
  padding-top: 45px;
  padding-bottom: 15px; }
  @media (max-width: 479px) {
    #main {
      padding-top: 80px; } }

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px; }
  .container:after {
    clear: both;
    display: block;
    content: ''; }

.info-btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 17px;
  font-size: 11px;
  line-height: 1.9;
  padding: 3px 12px 0;
  color: #25347C;
  text-decoration: none;
  transition: background .25s;
  background: rgba(175, 40, 150, 0.2); }
  .info-btn:hover {
    background: rgba(175, 40, 150, 0.3);
    text-decoration: none; }
  @media (max-width: 479px) {
    .info-btn {
      border: 0;
      background: none;
      padding: 0;
      color: #2D46B9;
      font-size: 14px; }
      .info-btn:hover {
        background: none;
        color: inherit;
        text-decoration: none; } }

.primary-btn {
  display: inline-block;
  vertical-align: top;
  min-width: 210px;
  border-radius: 25px;
  text-align: center;
  font: 18px/27px CircularSpotifyText-Bold;
  padding: 10px 18px;
  color: white;
  text-decoration: none !important;
  background: #509AF4; }
  .primary-btn:hover {
    background: #2D46B9; }

.btn-list {
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: -.32em; }
  .btn-list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 8px 8px 0 0; }

.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .page-heading h1 {
    margin-bottom: 10px !important; }
  .page-heading .article-counter {
    font-size: 15px;
    color: #8E8080; }

figure.is-type-video {
  margin: 30px 0 !important; }
  figure.is-type-video .wp-block-embed__wrapper iframe {
    width: 100%; }
    @media (max-width: 479px) {
      figure.is-type-video .wp-block-embed__wrapper iframe {
        height: 217px; } }

.wp-block-image figcaption {
  font-size: 14px;
  color: grey;
  font-weight: 500;
  text-align: center;
  font-style: italic; }

.border {
  border: 1px solid #707070; }

.error404 {
  background: #2D46B9; }
  .error404 .container {
    color: white;
    text-align: center; }
    .error404 .container #post-404 {
      height: calc(100vh - 354px);
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .error404 .container #post-404 h1 {
        font-size: 120px;
        padding: 0;
        margin: 0; }
      .error404 .container #post-404 p {
        font-size: 24px; }
      .error404 .container #post-404 .button {
        background: #509AF4;
        color: white;
        text-decoration: none;
        border-radius: 50px;
        font-size: 18px;
        align-self: center;
        padding: 15px 100px;
        margin-top: 20px; }

.pagination {
  text-align: center;
  padding: 10px; }
  .pagination .page-numbers {
    margin: 0 5px;
    display: inline-block; }

.subscribe {
  background: #1E3264;
  padding: 50px 0 50px; }
  .subscribe .col-6 {
    float: left;
    width: 50%;
    box-sizing: border-box; }
    @media (max-width: 479px) {
      .subscribe .col-6 {
        width: 100%;
        margin-bottom: 20px; } }
    .subscribe .col-6 h2 {
      font-size: 30px;
      color: white !important;
      margin-top: 0; }
      @media (max-width: 479px) {
        .subscribe .col-6 h2 {
          font-size: 18px !important; } }
    .subscribe .col-6 small {
      margin: auto;
      width: 100%;
      font-size: 12px;
      color: #7682B2;
      white-space: normal;
      max-width: 300px;
      display: inline-block; }
  .subscribe #mc_embed_signup {
    margin: auto; }
    @media (max-width: 479px) {
      .subscribe #mc_embed_signup form {
        padding: 0; } }
    .subscribe #mc_embed_signup .mc-field-group {
      padding: 0;
      width: 100%;
      max-width: 438px;
      float: right;
      text-align: right;
      margin-right: -4px; }
      @media (max-width: 979px) {
        .subscribe #mc_embed_signup .mc-field-group {
          max-width: 100%; } }
      @media (max-width: 479px) {
        .subscribe #mc_embed_signup .mc-field-group {
          max-width: none;
          margin-right: 0; } }
    .subscribe #mc_embed_signup #mce-EMAIL {
      display: inline-block;
      max-width: 336px;
      font-size: 16px;
      border: 0;
      border-radius: 0;
      outline: 0px;
      height: 44px;
      line-height: 44px;
      padding: 0 10px;
      box-sizing: border-box; }
      @media (max-width: 979px) {
        .subscribe #mc_embed_signup #mce-EMAIL {
          margin-bottom: 20px;
          max-width: calc(100% - 94px); } }
      @media (max-width: 479px) {
        .subscribe #mc_embed_signup #mce-EMAIL {
          margin-bottom: 30px;
          width: calc(100%  - 94px); } }
    .subscribe #mc_embed_signup #mc-embedded-subscribe {
      display: inline-block;
      width: 90px;
      border-radius: 0;
      background: #D5DAF3;
      color: #1E3264;
      height: 44px;
      line-height: 44px;
      margin-left: -6px;
      padding: 0; }
  .subscribe #mce-responses {
    float: none !important;
    text-align: center !important; }
    .subscribe #mce-responses .response {
      float: none !important;
      text-align: center !important;
      margin: auto !important; }
  @media (max-width: 479px) {
    .subscribe {
      padding: 30px 0 0;
      margin-bottom: -10px; } }

.category-page .asidebar .sub-nav ul {
  letter-spacing: 0; }
  .category-page .asidebar .sub-nav ul li {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 2; }
    .category-page .asidebar .sub-nav ul li a {
      color: #25347C; }
@media (max-width: 479px) {
  .category-page {
    display: flex;
    flex-direction: column-reverse; }
    .category-page .content .page-heading {
      margin: 0 0 10px; }
      .category-page .content .page-heading h1 {
        display: none; }
    .category-page .asidebar .sub-nav {
      border: 0;
      margin-bottom: 10px; }
      .category-page .asidebar .sub-nav h2 {
        display: none; }
      .category-page .asidebar .sub-nav ul {
        top: calc(100% - 3px);
        border: 1px solid #707070;
        box-shadow: none; }
        .category-page .asidebar .sub-nav ul li {
          margin-left: 10px; }
      .category-page .asidebar .sub-nav .field-label {
        border: 1px solid #707070;
        font-size: 18px;
        background-color: white;
        line-height: 42px; } }

.wp-caption-text {
  font-size: 14px;
  color: grey;
  font-weight: 500;
  text-align: center;
  font-style: italic; }

#archive-list ul {
  padding: 0;
  margin: 10px 0 20px 0;
  list-style: none; }
  #archive-list ul li {
    line-height: 2; }
    #archive-list ul li a[aria-current="page"] {
      border-bottom: 3px solid #CDF564;
      display: inline-block; }
#archive-list .year-block .year {
  border-top: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
  font-weight: bold;
  padding: 10px 0 5px;
  line-height: 2;
  margin-top: -1px; }
#archive-list .year-block ul {
  padding: 0;
  margin: 10px 0 20px 0;
  list-style: none;
  display: none; }
  #archive-list .year-block ul li {
    line-height: 2; }
#archive-list .year-block.show ul {
  display: block; }

.push-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px; }

.push-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.show-on-mobile {
  display: none; }
  @media (max-width: 479px) {
    .show-on-mobile {
      display: block; } }

.show-on-desktop {
  display: block; }
  @media (max-width: 479px) {
    .show-on-desktop {
      display: none; } }

.loadmore {
  padding: 10px 50px;
  background: #D4DAF3;
  display: none;
  margin: 20px auto 50px;
  border-radius: 50px;
  max-width: 210px;
  width: 80%;
  text-align: center;
  color: #2D46B9;
  text-decoration: none; }

#header {
  width: 100%;
  position: relative;
  background: white;
  padding: 10px 0;
  position: fixed;
  height: 50px;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  @media (max-width: 479px) {
    #header {
      height: 55px; } }
  #header .mobile-search {
    display: none; }
    @media (max-width: 479px) {
      #header .mobile-search {
        position: fixed;
        top: 15px;
        left: 15px;
        display: inline-block; }
        #header .mobile-search img {
          opacity: 1;
          transition: .5s; }
        #header .mobile-search .span-holder {
          position: absolute;
          top: 0;
          opacity: 0;
          transition: .5s; }
          #header .mobile-search .span-holder span {
            display: block;
            height: 3px;
            width: 26px;
            border-radius: 5px;
            margin-bottom: 5px;
            background: #191414;
            position: relative;
            transition: .35s; } }
    #header .mobile-search.open img {
      opacity: 0; }
    #header .mobile-search.open .span-holder {
      opacity: 1; }
      #header .mobile-search.open .span-holder span:nth-child(1) {
        transform: rotate(45deg);
        top: 8px; }
      #header .mobile-search.open .span-holder span:nth-child(2) {
        transform: rotate(-45deg); }

.form-holder {
  display: none; }
  @media (max-width: 479px) {
    .form-holder {
      background: white;
      padding: 100px 0 10px;
      position: fixed;
      top: -150px;
      transition: .5s;
      width: 100%;
      z-index: 2;
      display: block; }
      .form-holder .header-form {
        display: block;
        width: calc(100% - 30px);
        float: none;
        margin: 0 auto; } }
  .form-holder.show {
    top: -10px; }

.logo {
  float: left;
  position: relative; }
  .logo:after {
    position: absolute;
    background: #2D46B9;
    top: -25px;
    bottom: -25px;
    left: -25px;
    right: -25px;
    content: ''; }
  .logo img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    top: 9px;
    height: 27px;
    margin: auto; }
  @media (max-width: 479px) {
    .logo {
      float: none;
      margin: auto;
      top: -5px; }
      .logo img {
        top: 13px; }
      .logo:after {
        left: 40px;
        right: 40px;
        bottom: -30px; } }

.nav {
  float: right; }
  .nav ul {
    padding: 4px 0 0;
    margin: 0 0 -5px;
    list-style: none;
    letter-spacing: -.32em; }
    .nav ul li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      font: 16px/20px CircularSpotifyText-Medium;
      margin: 0 0 0 40px; }
      .nav ul li a {
        display: block;
        color: #25347C;
        text-decoration: none;
        border-bottom: 3px solid transparent; }
        .nav ul li a:hover {
          border-color: #1ED760; }
      .nav ul li.current_page_item a {
        border-color: #1ED760; }
  @media (max-width: 479px) {
    .nav {
      z-index: 9;
      position: absolute;
      width: 100%;
      left: 0;
      top: 55px;
      background: white;
      max-height: 0;
      overflow: hidden;
      transition: .35S; }
      .nav ul {
        margin: 0; }
        .nav ul li {
          display: block;
          text-align: right;
          margin: 20px; }
          .nav ul li a {
            padding-bottom: 8px; } }
  .nav.open {
    max-height: 300px; }

.burger-menu {
  width: 26px;
  display: none;
  position: fixed;
  right: 20px;
  top: 18px; }
  .burger-menu span {
    display: block;
    height: 3px;
    width: 26px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #25347C;
    position: relative;
    transition: .35s; }
    .burger-menu span:last-child {
      margin-bottom: 0; }
  .burger-menu.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px; }
  .burger-menu.open span:nth-child(2) {
    transform: rotate(-45deg); }
  .burger-menu.open span:last-child {
    opacity: 0; }
  @media (max-width: 479px) {
    .burger-menu {
      display: block; } }

.podcast-header {
  background: #2d46b9;
  background: linear-gradient(180deg, #2d46b9 0%, #1a1414 100%);
  padding: 70px 0;
  color: white;
  margin-bottom: 50px; }
  .podcast-header .container {
    display: flex;
    align-items: center; }
    .podcast-header .container .banner-image {
      margin-right: 40px; }
    .podcast-header .container .banner-content h1 {
      font-size: 46px;
      line-height: normal;
      margin-bottom: 10px; }
    .podcast-header .container .banner-content p {
      max-width: 632px; }
    .podcast-header .container .banner-content .btn-primary {
      display: inline-block;
      vertical-align: top;
      padding: 14px 60px;
      border-radius: 50px;
      background: #d5daf3;
      color: #2D46B9;
      font-weight: 500;
      text-decoration: none;
      font-size: 18px;
      margin-top: 25px;
      transition: .35s; }
      .podcast-header .container .banner-content .btn-primary:hover {
        background: #2D46B9;
        color: white; }
    @media (max-width: 479px) {
      .podcast-header .container {
        flex-direction: column; }
        .podcast-header .container .banner-image {
          margin: 0 auto 20px; }
          .podcast-header .container .banner-image img {
            width: 190px;
            height: auto; }
        .podcast-header .container .banner-content {
          text-align: center; }
          .podcast-header .container .banner-content p, .podcast-header .container .banner-content h1 {
            text-align: left; } }

#footer {
  background: #1E3264;
  color: white; }
  #footer .container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 0 60px; }
    @media (max-width: 479px) {
      #footer .container {
        padding: 30px 0; } }
  #footer .copyrights {
    float: right;
    display: block;
    clear: right;
    margin-top: -18px;
    color: #7682B2;
    font-size: 12px;
    text-decoration: none; }
  @media (max-width: 479px) {
    #footer {
      padding: 30px 0; }
      #footer .copyrights {
        margin-top: 10px;
        float: none; } }

.footer-lft {
  float: left;
  width: 100%; }
  @media (max-width: 979px) {
    .footer-lft {
      float: none;
      width: auto;
      overflow: hidden;
      padding-left: 10px; } }
  .footer-lft .col-1 {
    float: left;
    padding: 0 13px 0 0;
    width: 25%;
    box-sizing: border-box; }
  .footer-lft .col-2 {
    float: left;
    padding: 0 13px 0 0;
    width: 75%;
    box-sizing: border-box; }
  .footer-lft h2 {
    margin: 6px 0 14px;
    font: 13px/24px CircularSpotifyText-Bold;
    color: #929496;
    text-transform: uppercase; }
  @media (max-width: 479px) {
    .footer-lft {
      width: 100%; }
      .footer-lft .col-1, .footer-lft .col-2 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }

.footer-logo a {
  display: inline-block; }
  .footer-logo a img {
    display: block;
    width: 225px;
    max-width: none; }
    @media (max-width: 479px) {
      .footer-logo a img {
        width: 175px;
        margin-bottom: 30px; } }
@media (max-width: 479px) {
  .footer-logo {
    display: none; } }
.footer-logo.mobile {
  display: none; }
  @media (max-width: 479px) {
    .footer-logo.mobile {
      display: block;
      margin-bottom: 15px; } }

.footer-nav {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-nav li {
    font: 13px/24px CircularSpotifyText-Bold;
    margin: 0 0 17px; }
    .footer-nav li a {
      color: white;
      text-decoration: none; }
      .footer-nav li a:hover {
        color: #2D46B9; }

.social-networks {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: -.32em; }
  @media (max-width: 979px) {
    .social-networks {
      float: none; } }
  .social-networks li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 20px; }
    @media (max-width: 479px) {
      .social-networks li {
        margin: 0 20px 10px 0; } }
    .social-networks li a {
      display: block;
      border: 1px solid white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-decoration: none;
      transition: .5s;
      position: relative; }
      .social-networks li a:hover {
        opacity: .7; }
      .social-networks li a img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        object-fit: contain; }

.footer-main-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 15px;
  letter-spacing: .3px; }
  @media (max-width: 479px) {
    .footer-main-links {
      display: block;
      margin-bottom: 10px; } }
  .footer-main-links li {
    display: block;
    margin-right: 80px; }
    @media (max-width: 479px) {
      .footer-main-links li {
        margin-right: 6px;
        font-size: 14px;
        display: inline-block; } }
    .footer-main-links li a {
      color: white;
      transition: .35s;
      text-decoration: none;
      font: 16px/2 "CircularSpotifyText-Book", sans-serif !important;
      font-weight: normal !important; }
      .footer-main-links li a:hover {
        color: #1ED760; }
      @media (max-width: 479px) {
        .footer-main-links li a {
          font-size: 14px !important;
          font-family: CircularSpotifyText-Book; } }
    .footer-main-links li:last-child {
      margin-right: 0; }

.footer-links {
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
  text-align: left; }
  .footer-links li {
    display: inline-block;
    margin-right: 20px; }
    .footer-links li a {
      color: #7682B2;
      font-size: 12px;
      text-decoration: none;
      transition: .35s; }
      .footer-links li a:hover {
        color: #1ED760; }
  @media (max-width: 479px) {
    .footer-links {
      margin: 30px 0;
      width: 100%; } }

.intro {
  padding-top: 28px;
  padding-bottom: 84px; }
  .intro:after {
    display: block;
    content: '';
    clear: both; }
  .intro:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 254px;
    content: '';
    background: linear-gradient(36deg, #2d46b9 20%, #af2896 100%);
    z-index: -1; }
  .intro .intro-info {
    color: white;
    max-width: 540px;
    float: left;
    font: 500 17px/20px CircularSpotifyText-Medium; }
    .intro .intro-info h1 {
      margin: 0;
      font: 700 80px/96px CircularSpotifyHead-Bold; }
    .intro .intro-info p {
      margin: 0;
      font: 16px/1.5 "CircularSpotifyText-Book", sans-serif; }
  @media (max-width: 479px) {
    .intro {
      padding-top: 70px;
      padding-bottom: 25px; }
      .intro .intro-info h1 {
        font-size: 40px;
        line-height: 1.5; }
      .intro::before {
        bottom: -65px; } }
  .intro .intro-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 254px;
    background: url("../images/header-bg.png") no-repeat right bottom;
    background-size: contain;
    z-index: -1; }

.search-form {
  float: right;
  width: 190px;
  overflow: hidden;
  background: white;
  height: 26px;
  margin-left: 30px;
  border: 1px solid #b5b5b5;
  border-radius: 3px !important; }
  @media (max-width: 979px) {
    .search-form {
      display: none; } }
  .search-form input[type="search"] {
    height: 26px;
    border: none;
    padding: 10px;
    line-height: 23px;
    font-size: 12px;
    color: #25347C;
    outline: none;
    width: calc(100% - 32px);
    float: left;
    background: transparent;
    display: block;
    margin-right: 4px; }
  .search-form .submit {
    padding: 0;
    border: none;
    margin: 0;
    padding-top: 4px;
    height: 26px;
    float: left;
    outline: none;
    background: none; }
    .search-form .submit img {
      width: 62%;
      height: auto;
      opacity: .5;
      transition: .35s; }
    .search-form .submit:hover img {
      opacity: 1; }

.main-post {
  display: flex;
  margin: -51px 0 67px;
  box-shadow: 2px 3px 21px 1px rgba(0, 0, 0, 0.15); }
  .main-post .img-holder {
    width: calc(100% - 390px);
    position: relative;
    height: 360px; }
    .main-post .img-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main-post .main-post-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 390px;
    background: white;
    padding: 19px 30px 21px; }
    .main-post .main-post-info .date {
      display: block;
      font: 12px/14px CircularSpotifyText-Medium;
      padding: 0 0 10px;
      margin: 0 0 8px;
      border-bottom: 1px solid #d6cbcb; }
    .main-post .main-post-info h2 {
      margin: 0 0 8px;
      font: 28px/34px CircularSpotifyHead-Black; }
      .main-post .main-post-info h2 a {
        color: #25347C;
        text-decoration: none; }
        .main-post .main-post-info h2 a:hover {
          color: #2D46B9; }
    .main-post .main-post-info p {
      margin: 0; }
  @media (max-width: 479px) {
    .main-post {
      margin: 10px 0 30px;
      display: none; } }

.main-post-wrapper {
  display: flex;
  flex-direction: column; }
  @media (max-width: 479px) {
    .main-post-wrapper {
      flex-direction: column-reverse; } }

.sub-nav {
  border-top: 1px solid #d6cbcb;
  padding: 11px 0 35px; }
  .sub-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    letter-spacing: -.32em; }
    .sub-nav ul li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      font: 14px/19px CircularSpotifyText-Bold;
      margin: 0 18px; }
      @media (max-width: 979px) {
        .sub-nav ul li {
          margin: 0 12px; } }
      .sub-nav ul li a {
        display: block;
        color: #191414;
        text-decoration: none;
        border-bottom: 3px solid transparent; }
        .sub-nav ul li a:hover {
          border-color: #1ED760; }
      .sub-nav ul li.active a {
        border-color: #1ED760; }
  @media (max-width: 479px) {
    .sub-nav {
      background: white;
      width: 100%;
      height: 40px;
      position: relative;
      z-index: 999;
      padding: 0;
      margin-bottom: 50px;
      pointer-events: auto; }
      .sub-nav ul {
        background: white;
        position: absolute;
        width: 100%;
        top: 100%;
        transition: .35s;
        overflow: auto;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
        max-height: 0; }
        .sub-nav ul li {
          display: block;
          padding: 10px 0;
          font: 15px/26px;
          font-weight: normal; }
          .sub-nav ul li a {
            color: black;
            font-weight: normal; }
        .sub-nav ul.open {
          max-height: 300px; } }

.field-label {
  display: none;
  height: 39px;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 40px;
  padding: 0 10px;
  z-index: 9999;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0; }
  .field-label:after, .field-label:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 16px;
    display: inline-block;
    background-color: #000000;
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(45deg);
    transition: .35s; }
  .field-label:before {
    transform: rotate(-45deg);
    right: 30px; }
  @media (max-width: 479px) {
    .field-label {
      display: block; } }
  .field-label.open:after {
    transform: rotate(-45deg); }
  .field-label.open:before {
    transform: rotate(45deg); }

.posts-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  letter-spacing: -.32em;
  display: flex;
  flex-wrap: wrap; }
  .posts-list > li {
    padding: 0 15px 30px;
    letter-spacing: normal;
    width: 33.33%; }
    @media (max-width: 979px) {
      .posts-list > li {
        width: 50%; } }
    @media (max-width: 479px) {
      .posts-list > li {
        width: 100%; } }
    .posts-list > li article {
      display: flex;
      height: 100%; }
      .posts-list > li article .post-holder {
        border-radius: 6px;
        background: white;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        box-shadow: 1px 7px 10px 0px rgba(0, 0, 0, 0.15); }
      .posts-list > li article .btn-list {
        padding: 0 19px 15px; }
      .posts-list > li article .image-holder {
        height: 173px; }
        .posts-list > li article .image-holder img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .posts-list > li .info {
      padding: 15px 20px 0; }
      .posts-list > li .info .date {
        display: block;
        font: 12px/14px CircularSpotifyText-Medium;
        padding: 0 0 10px;
        margin: 0 0 13px;
        border-bottom: 1px solid #d6cbcb; }
      .posts-list > li .info h2 {
        margin: 0 0 8px;
        font: 20px/26px CircularSpotifyHead-Black; }
        .posts-list > li .info h2 a {
          color: #25347C;
          text-decoration: none;
          transition: color .75s; }
          .posts-list > li .info h2 a:hover {
            color: #2D46B9; }
      .posts-list > li .info p {
        margin: 0;
        word-break: break-word; }
    .posts-list > li.sticky {
      display: none; }
      @media (max-width: 479px) {
        .posts-list > li.sticky {
          display: block; } }

.search-post {
  padding-bottom: 15px !important; }
  .search-post .info {
    padding-bottom: 0px !important; }

.asidebar {
  float: right;
  width: 330px; }
  @media (max-width: 979px) {
    .asidebar {
      width: 250px; } }
  @media (max-width: 479px) {
    .asidebar {
      width: 100%;
      z-index: 0; } }
  .asidebar .widget {
    margin: 0 0 49px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
    padding: 27px 20px 20px;
    border-radius: 3px; }
    @media (max-width: 479px) {
      .asidebar .widget {
        box-shadow: none;
        margin: 50px -15px -15px !important;
        border-radius: 0; } }
    @media (max-width: 479px) {
      .asidebar .widget.twitter {
        display: none; } }
  .asidebar h2 {
    font: 24px/32px CircularSpotifyHead-Bold;
    margin: 0 0 12px; }
  .asidebar h3 {
    font: 16px/20px CircularSpotifyText-Bold;
    margin: 0; }
  .asidebar a {
    color: #25347C;
    text-decoration: none;
    display: block; }
    .asidebar a:hover {
      color: #2D46B9; }
    .asidebar a .image-holder {
      height: 132px;
      border: 1px solid #d6cbcb; }
      .asidebar a .image-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  @media (max-width: 479px) {
    .asidebar .articles-post {
      background-color: white;
      padding: 12px;
      box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
      border-radius: 3px;
      margin-bottom: 20px; }
      .asidebar .articles-post .image-holder {
        height: 160px; }
      .asidebar .articles-post .articles-post {
        margin-bottom: 0; } }
  .asidebar .cat-item a {
    background-color: white;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
    border-bottom: 3px solid white;
    display: inline-block;
    line-height: 1; }
  .asidebar .cat-item.current-cat a {
    border-bottom: 3px solid #1ED760; }
  .asidebar .date {
    display: block;
    font-size: 11px;
    line-height: 13px;
    margin: 12px 0 5px;
    display: inline-block; }

.articles-post {
  margin: 0 0 25px; }
  .articles-post img {
    display: block;
    width: 100%;
    margin: 0 0 11px; }

.years-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none; }
  .years-list a {
    color: #25347C;
    text-decoration: none; }
    .years-list a:hover {
      color: #2D46B9; }
  .years-list > li {
    padding: 10px 0 0;
    border-bottom: 1px solid #707070;
    font: 16px/24px CircularSpotifyText-Bold; }
    .years-list > li:first-child {
      border-top: 1px solid #707070; }
    .years-list > li > a {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 10px; }
    .years-list > li ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      .years-list > li ul li {
        margin: 0 0 10px;
        font-family: CircularSpotifyText-Book; }

.categories-list h2 {
  margin-top: 8px; }
.categories-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .categories-list ul li a {
    line-height: 2;
    font-weight: bold; }

.content {
  float: left;
  width: calc(100% - 387px); }
  @media (max-width: 979px) {
    .content {
      width: calc(100% - 270px); } }
  @media (max-width: 479px) {
    .content {
      width: 100%; } }
  .content h1 {
    font: 40px CircularSpotifyHead-Bold;
    margin: 10px 0 30px; }
  .content h3 {
    font-family: CircularSpotifyText-Bold;
    margin: 1rem 0 0.5rem; }
  .content h4 {
    font-family: CircularSpotifyText-Bold;
    margin: 1rem 0 0.5rem; }
  .content p {
    margin: 0 0 16px; }
    .content p strong {
      font-weight: CircularSpotifyText-Bold; }
      .content p strong.title {
        font: 14px/17px CircularSpotifyText-Bold; }
  .content .img-holder,
  .content .wp-block-image {
    margin: 0 0 19px; }
    .content .img-holder img,
    .content .wp-block-image img {
      display: block;
      width: 100%;
      height: auto; }
    .content .img-holder.labs,
    .content .wp-block-image.labs {
      width: 356px;
      height: 240px;
      display: inline-block; }
      .content .img-holder.labs img,
      .content .wp-block-image.labs img {
        display: block;
        width: 100%;
        height: 100%;
        float: none;
        object-fit: cover; }
      @media (max-width: 479px) {
        .content .img-holder.labs,
        .content .wp-block-image.labs {
          width: 100%; } }
    .content .img-holder.no-resize,
    .content .wp-block-image.no-resize {
      margin: 0 0 19px; }
      .content .img-holder.no-resize img,
      .content .wp-block-image.no-resize img {
        display: block;
        margin: auto;
        width: auto;
        height: auto; }
  .content .type-news .wp-caption {
    width: 100% !important; }
  .content .type-news img.size-full {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
  .content a {
    text-decoration: none; }
    .content a:hover {
      text-decoration: underline; }
  .content .btn-list {
    margin-bottom: 13px; }
  .content .info-btn {
    text-decoration: none; }
    .content .info-btn:hover {
      text-decoration: none; }

.posted-by {
  overflow: hidden;
  margin: 0 0 23px; }
  .posted-by.border {
    padding: 0 0 15px;
    margin: 0 0 16px;
    border-bottom: 1px solid #707070; }
  .posted-by img {
    float: left;
    width: 35px;
    height: auto;
    margin: 0 14px 0 0;
    border-radius: 50%; }
  .posted-by .info {
    overflow: hidden;
    font-size: 12px;
    margin: 4px 0; }
    .posted-by .info span {
      display: block; }

.share-block {
  padding: 20px 0 30px; }
  .share-block .title {
    display: block;
    font: 14px/16px CircularSpotifyHead-Bold;
    padding: 0 0 10px;
    border-bottom: 1px solid #707070;
    margin: 0 0 30px; }
  .share-block .share-link {
    padding: 0;
    margin: 0;
    list-style: none;
    letter-spacing: -.32em; }
    .share-block .share-link li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top; }
    .share-block .share-link a {
      display: block;
      max-width: 86px;
      background: #25347C;
      height: 26px;
      text-align: center;
      white-space: nowrap;
      margin-right: 10px;
      width: 80px; }
      .share-block .share-link a:after {
        display: inline-block;
        vertical-align: middle;
        height: 26px;
        width: 1px;
        margin: 0 0 0 -1px;
        content: ''; }
      .share-block .share-link a:hover {
        background: #1ED760; }
      .share-block .share-link a img {
        display: inline-block;
        vertical-align: middle; }
    @media (max-width: 479px) {
      .share-block .share-link {
        text-align: center; } }

.comment-block {
  padding: 20px 0 30px; }
  .comment-block .title {
    display: block;
    font: 14px/16px CircularSpotifyHead-Bold;
    padding: 0 0 10px;
    border-bottom: 1px solid #707070;
    margin: 0 0 30px; }

.heading-area {
  background: url(../images/banner-bg.jpg) no-repeat;
  background-size: cover;
  padding: 41px 20px 50px;
  margin: -45px 0 16px; }
  .heading-area h1 {
    font-size: 55px;
    line-height: 60px;
    margin: 0; }
  @media (max-width: 479px) {
    .heading-area {
      background-size: contain;
      margin: -25px -14px 16px;
      padding: 20px 15px 30px; } }

.sub-heading {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  margin: 0 0 16px; }
  .sub-heading h2 {
    font: 43px/44px CircularSpotifyHead-Bold;
    margin: 0;
    background: #25347C;
    color: white;
    display: inline-block;
    vertical-align: top;
    padding: 16px 20px; }

.person-info {
  overflow: hidden;
  padding: 10px 0 40px; }
  .person-info img {
    float: left;
    width: 50%;
    margin: 0 30px 0 0; }
  .person-info .info {
    overflow: hidden;
    width: calc(100% - 380px);
    display: inline-block;
    margin-left: 15px;
    vertical-align: top; }
    @media (max-width: 479px) {
      .person-info .info {
        width: 100%;
        margin: 0; } }
  .person-info h2 {
    font: 24px/32px CircularSpotifyHead-Bold;
    margin: 0 0 10px; }

.time-title {
  display: block;
  background: #25347C;
  color: white;
  padding: 8px 14px 12px;
  font: 20px/24px CircularSpotifyText-Medium;
  margin: 0 0 10px; }

.category-my-beat .wp-block-quote {
  background-color: black;
  color: white;
  margin: 0 0 15px;
  padding: 10px; }
  .category-my-beat .wp-block-quote p {
    margin: 4px 0 0; }

.wpcc-pushdown-wrap {
  background: #AF2896;
  color: white;
  position: relative;
  z-index: 9; }
  .wpcc-pushdown-wrap .wpcc-privacy {
    display: none; }
  .wpcc-pushdown-wrap .wpcc-banner {
    max-width: 1140px;
    margin: auto !important; }
  .wpcc-pushdown-wrap .wpcc-message a {
    color: white; }
  @media (max-width: 479px) {
    .wpcc-pushdown-wrap .wpcc-message {
      padding-top: 40px; } }

.episode {
  padding: 35px 0;
  border-bottom: 1px solid #DEDEDE; }
  .episode__title {
    font-size: 24px;
    font-weight: bold; }
  .episode__description {
    margin: 0 0 15px; }
  .episode__date-time {
    display: flex;
    align-items: center;
    color: #7682B2; }
    .episode__date-time a {
      display: flex;
      align-items: center;
      color: inherit;
      text-decoration: none; }
    .episode__date-time p {
      margin: 5px 0 0 20px; }
  @media (max-width: 479px) {
    .episode {
      border-radius: 6px;
      background: white;
      box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
      padding: 20px;
      margin-bottom: 15px; }
      .episode__title {
        font-size: 20px;
        line-height: 1.3; } }
  @media (max-width: 479px) {
    .episode--cs {
      background: transparent;
      box-shadow: none;
      border: 1px solid #DADFE6; } }
  .episode:last-child {
    border: none; }
    @media (max-width: 479px) {
      .episode:last-child {
        margin-bottom: -20px;
        border: 1px solid #DADFE6; } }

.ceo-message {
  background: white;
  padding: 100px 0; }
  .ceo-message .container {
    display: flex; }
    .ceo-message .container .ceo-content h2 {
      margin-top: 0; }
    .ceo-message .container .ceo-image {
      margin-right: 30px;
      margin-bottom: 24px; }
      .ceo-message .container .ceo-image img {
        width: 372px;
        height: auto;
        max-width: none; }
  @media (max-width: 979px) {
    .ceo-message {
      padding: 50px 0; }
      .ceo-message .container {
        flex-direction: column; }
        .ceo-message .container .ceo-image {
          text-align: center;
          margin-right: 0; }
          .ceo-message .container .ceo-image img {
            width: 40%;
            height: auto; } }
  @media (max-width: 479px) {
    .ceo-message {
      margin-top: 30px; }
      .ceo-message .container .ceo-image img {
        width: 60%; } }

.podcast {
  margin-bottom: 50px; }
  .podcast .asidebar {
    border-left: 1px solid #dadfe6;
    padding-left: 20px; }
  @media (max-width: 979px) {
    .podcast .asidebar {
      padding-left: 10px; } }
  @media (max-width: 479px) {
    .podcast .asidebar {
      border-left: 0;
      padding-left: 0; }
      .podcast .asidebar .latest {
        display: none; } }

.news-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none; }
  .news-list li {
    padding: 25px 0;
    border-bottom: 1px solid #707070;
    display: flex; }
    .news-list li:first-child {
      padding-top: 0; }
    .news-list li article {
      display: flex; }
      .news-list li article .img-holder {
        width: 232px;
        margin: 0 26px 0 0;
        position: relative;
        min-height: 100px; }
        .news-list li article .img-holder img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .news-list li .info {
      width: calc(100% - 258px);
      padding: 0 20px 0 0; }
      .news-list li .info .date, .news-list li .info .by {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 2px; }
      .news-list li .info .by {
        margin: 0; }
      .news-list li .info h2 {
        font: 20px/24px CircularSpotifyText-Bold;
        margin: 0 0 -8px;
        min-height: 72px; }
        .news-list li .info h2 a {
          color: #25347C;
          text-decoration: none; }
          .news-list li .info h2 a:hover {
            color: #2D46B9; }

.posts-list-view {
  padding: 0;
  margin: 0 0 20px;
  list-style: none; }
  .posts-list-view li {
    padding: 25px 0;
    border-bottom: 1px solid #B7B7B7;
    display: flex; }
    .posts-list-view li:first-child {
      padding-top: 0; }
    .posts-list-view li article {
      display: flex;
      align-items: center; }
      .posts-list-view li article .img-holder {
        width: 300px;
        margin: 0 15px 0 0;
        position: relative;
        height: 173px;
        border: 1px solid #707070; }
        .posts-list-view li article .img-holder img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .posts-list-view li article .info {
        width: calc(100% - 258px); }
        .posts-list-view li article .info p {
          margin-bottom: 0; }
        .posts-list-view li article .info .date,
        .posts-list-view li article .info .by {
          display: block;
          font-size: 12px;
          line-height: 16px;
          margin: 0 0 5px; }
        .posts-list-view li article .info .by {
          margin-top: 10px;
          margin-bottom: 0; }
        .posts-list-view li article .info h2 {
          font: 20px/24px CircularSpotifyText-Bold;
          margin: 0 0 8px; }
          .posts-list-view li article .info h2 a {
            color: #25347C;
            text-decoration: none; }
            .posts-list-view li article .info h2 a:hover {
              color: #2D46B9; }
  @media (max-width: 479px) {
    .posts-list-view li article {
      display: block; }
      .posts-list-view li article .img-holder {
        width: 100%;
        margin: 0 0 15px; }
      .posts-list-view li article .info {
        width: 100%; }
        .posts-list-view li article .info .by {
          display: none; } }

/*# sourceMappingURL=main.css.map */
