/**
 * Main Styles
 *
 * @since   1.0.0
 * @package _rock
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Helper functions
 *
 * @since   1.0.0
 * @package _rock
 */
/**
 * Base spacing unit
 */
/**
 * Create a "transparent" version of a color
 */
/**
 * Rem Calc!
 */
/**
 * Variables
 *
 * @since   1.0.0
 */
/**
 * Primary & Secondary Colors
 */
/**
 * Neutral & Support Colors
 */
/**
 * Fonts and sizes
 */
/**
 * Spacing
 */
/**
 * Misc heights/widths
 */
/**
 * Borders
 */
/**
 * Mixins
 *
 * @since   1.0.0
 * @package _rock
 */
/**
 * Generic wrapper
 */
/**
 * Object-fit "cover"
 */
/**
 * Centered block
 */
/**
 * Centered element trick!
 */
/**
 * Make a flex "row"
 */
/**
 * Font smoothing
 */
/**
 * Kill font smoothing!
 */
/**
 * Inline text link
 */
/**
 * Styled list
 */
/**
 * Bulleted list
 *
 * Icons inserted with js/foot/icons.js
 */
/**
 * Numbered list
 */
/**
 * Remove bottom margin if last child
 */
/**
 * Remove top margin if first child
 */
/**
 * WYSIWYG content format
 */
/**
 * Responsive embed container
 */
/**
 * Fluid Property!
 */
/**
 * Overlay
 */
/**
 * Generic transition
 */
/**
 * Clearfix
 */
/**
 * Transforming Hamburger
 */
/**
 * Breakpoints
 *
 * @since   1.0.0
 * @package _rock
 */
/**
 * Typography
 *
 * @since   1.0.0
 */
*::-moz-selection {
  background: rgba(50, 48, 48, 0.9);
  color: #F9F9FA;
  text-shadow: none; }
*::selection {
  background: rgba(50, 48, 48, 0.9);
  color: #F9F9FA;
  text-shadow: none; }

*::-moz-selection {
  background: rgba(50, 48, 48, 0.9);
  color: #F9F9FA;
  text-shadow: none; }

html, body {
  font-size: 16px; }

body {
  line-height: 2;
  color: #323030;
  font-family: "Nunito", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Headings
 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-family: "Nunito", serif;
  line-height: 1.2; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400; }

h5, .h5, h6, .h6 {
  font-weight: 700; }

h1, .h1 {
  font-size: calc(5vw + 20px); }
  @media (max-width: 320px) {
    h1, .h1 {
      font-size: 36px; } }
  @media (min-width: 1280px) {
    h1, .h1 {
      font-size: 84px; } }

h2, .h2 {
  font-size: calc(3.54167vw + 18.66667px); }
  @media (max-width: 320px) {
    h2, .h2 {
      font-size: 30px; } }
  @media (min-width: 1280px) {
    h2, .h2 {
      font-size: 64px; } }

h3, .h3 {
  font-size: calc(1.25vw + 20px); }
  @media (max-width: 320px) {
    h3, .h3 {
      font-size: 24px; } }
  @media (min-width: 1280px) {
    h3, .h3 {
      font-size: 36px; } }

h4, .h4 {
  font-size: 1.3125rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 1rem; }

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.5rem; }
  h5, .h5 {
    font-size: 1.3125rem; }
  h6, .h6 {
    font-size: 1.125rem; } }

/**
 * Paragraphs
 */
p {
  margin: 1.11113rem 0 0;
  font-size: 0.875rem; }
  p a {
    color: #8959D9;
    border-bottom: 1px solid transparent;
    -webkit-transition-property: color, border-bottom-color;
    transition-property: color, border-bottom-color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms; }
    p a:hover {
      color: #F0EBFA;
      border-bottom-color: #F0EBFA; }
  @media (min-width: 768px) {
    p {
      font-size: 1rem; } }

/**
 * Detail
 */
p > small, .detail {
  display: block;
  font-size: 0.75rem;
  color: #323030;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }
  @media (min-width: 768px) {
    p > small, .detail {
      font-size: 0.875rem;
      line-height: 1.714; } }

/**
 * Anchors
 */
a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms; }

a, a:visited {
  color: #8959D9;
  text-decoration: underline; }

a:focus,
a:hover {
  color: #553186; }

/**
 * Blockquotes & Cites
 */
blockquote, q {
  margin: 0;
  line-height: 1.714;
  font-style: italic;
  color: #7F8287; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '"'; }
  @media (min-width: 768px) {
    blockquote, q {
      font-size: 1.5rem; } }

/**
 * Horizontal Rule
 */
hr {
  margin: 3.3334rem 0;
  border: none; }

/**
 * Address
 */
address {
  font-style: normal; }

/**
 * Lists
 */
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.bulleted,
ol.numbered {
  line-height: 1.714; }
  ul.bulleted li,
  ol.numbered li {
    position: relative;
    margin: 0.55557rem 0;
    padding-left: 1.25002rem; }
    ul.bulleted li:before, ul.bulleted li:after,
    ul.bulleted li .svg-inline--fa,
    ol.numbered li:before,
    ol.numbered li:after,
    ol.numbered li .svg-inline--fa {
      position: absolute;
      left: 0;
      color: #8959D9; }
  ul.bulleted ul, ul.bulleted ol,
  ol.numbered ul,
  ol.numbered ol {
    margin-top: 0; }
  ul.bulleted a,
  ol.numbered a {
    color: #8959D9;
    border-bottom: 1px solid transparent;
    -webkit-transition-property: color, border-bottom-color;
    transition-property: color, border-bottom-color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms; }
    ul.bulleted a:hover,
    ol.numbered a:hover {
      color: #F0EBFA;
      border-bottom-color: #F0EBFA; }
  @media (min-width: 768px) {
    ul.bulleted,
    ol.numbered {
      font-size: 1.125rem; } }

ul.bulleted .svg-inline--fa {
  top: 0.375rem;
  font-size: 0.875rem; }

@media (min-width: 768px) {
  ul.bulleted .svg-inline--fa {
    top: 0.5625rem; } }

ol.numbered, ol.numbered ol {
  counter-reset: section; }

ol.numbered li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  font-weight: 700; }

ol.numbered ol li {
  padding-left: 1.6667rem; }
  ol.numbered ol li:before {
    font-size: 0.9rem; }

/**
 * WYSIWYG content output
 */
.entry-content h2, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.entry-content > ul, .entry-content > ol,
.entry-content form,
.entry-content blockquote {
  margin-top: 1.6667rem; }

.entry-content [role="button"] {
  margin: 1.6667rem 0.83335rem 0 0; }

.entry-content h1:last-child, .entry-content > h2:last-child, .entry-content > h3:last-child, .entry-content > h4:last-child, .entry-content > h5:last-child, .entry-content > h6:last-child,
.entry-content > p:last-child,
.entry-content > ol:last-child, .entry-content > ul:last-child,
.entry-content blockquote:last-child, .entry-content blockquote p:last-child {
  margin-bottom: 0; }

.entry-content h1:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child, .entry-content > h6:first-child,
.entry-content > p:first-child,
.entry-content > ol:first-child, .entry-content > ul:first-child,
.entry-content blockquote:first-child, .entry-content blockquote p:first-child {
  margin-top: 0; }

.entry-content > ul, .entry-content > ol {
  line-height: 1.714; }
  .entry-content > ul li, .entry-content > ol li {
    position: relative;
    margin: 0.55557rem 0;
    padding-left: 1.25002rem; }
    .entry-content > ul li:before, .entry-content > ul li:after,
    .entry-content > ul li .svg-inline--fa, .entry-content > ol li:before, .entry-content > ol li:after,
    .entry-content > ol li .svg-inline--fa {
      position: absolute;
      left: 0;
      color: #8959D9; }
  .entry-content > ul ul, .entry-content > ul ol, .entry-content > ol ul, .entry-content > ol ol {
    margin-top: 0; }
  .entry-content > ul a, .entry-content > ol a {
    color: #8959D9;
    border-bottom: 1px solid transparent;
    -webkit-transition-property: color, border-bottom-color;
    transition-property: color, border-bottom-color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms; }
    .entry-content > ul a:hover, .entry-content > ol a:hover {
      color: #F0EBFA;
      border-bottom-color: #F0EBFA; }
  @media (min-width: 768px) {
    .entry-content > ul, .entry-content > ol {
      font-size: 1.125rem; } }

.entry-content > ul .svg-inline--fa {
  top: 0.375rem;
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .entry-content > ul .svg-inline--fa {
    top: 0.5625rem; } }

.entry-content > ol, .entry-content > ol ol {
  counter-reset: section; }

.entry-content > ol li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  font-weight: 700; }

.entry-content > ol ol li {
  padding-left: 1.6667rem; }
  .entry-content > ol ol li:before {
    font-size: 0.9rem; }

code {
  display: inline-block;
  padding: 0.1875rem 0.5rem;
  background: #C1C7CD;
  border-radius: 4px;
  font-size: 90%; }

@media (min-width: 768px) {
  .wrap {
    max-width: 770px;
    margin: auto;
    padding: 0 35px; } }

@media (min-width: 1200px) {
  .wrap {
    padding: 0;
    max-width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  main {
    width: 61.4%; }
  .sidebar {
    width: 26.3%; } }

/**
 * Component Partials
 *
 * @since   1.0.0
 */
a.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.333;
  color: #F9F9FA;
  text-decoration: none;
  background: #8959D9;
  -webkit-box-shadow: 0 0 12px 0 rgba(137, 89, 217, 0.21);
  box-shadow: 0 0 12px 0 rgba(137, 89, 217, 0.21);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms; }
  a.button:hover {
    opacity: .5; }

.bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 70px 0 35px;
  padding: 0 15px 0 40px;
  font-weight: bold;
  line-height: 36px;
  color: #8959D9;
  text-transform: uppercase;
  background: #F0EBFA;
  position: relative; }
  .bar:before, .bar:after {
    content: '';
    display: block;
    width: 70px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    -webkit-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%); }
  .bar:before {
    height: 70px;
    background: #8959D9;
    top: 50%;
    left: 0; }
  .bar:after {
    background: #52C1C1;
    border-radius: 35px 35px 0 0;
    height: 35px;
    top: 0;
    left: 50px; }
  .bar svg {
    fill: #8959D9;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .bar.-alt:before, .bar.-alt:after {
    -webkit-transform: translate(20px, -50%);
    transform: translate(20px, -50%); }
  .bar.-alt:before {
    background: #52C1C1;
    left: auto;
    right: 0; }
  .bar.-alt:after {
    border-radius: 0 0 35px 35px;
    background: #8959D9;
    top: auto;
    right: 30px;
    bottom: -40px;
    left: auto; }

.bar_title {
  font-weight: inherit;
  font-size: 13px;
  line-height: inherit; }

.bar_time {
  display: none;
  font-size: 11px; }

@media (min-width: 768px) {
  .bar:before, .bar:after {
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%); }
  .bar.-alt:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(50px, -50%);
    transform: translate(50px, -50%); }
  .bar.-alt:after {
    right: 20px; }
  .bar_time {
    display: block;
    margin-left: auto; } }

@media (min-width: 320px) {
  .listing {
    padding-right: 35px; } }

@media (min-width: 768px) {
  .listing {
    padding-right: 60px; } }

.listing-item {
  padding: 25px 0;
  position: relative; }
  .listing-item + .listing-item {
    border-top: 1px solid #F0EBFA; }

figure.listing-item {
  display: grid;
  grid-template-columns: 64px auto;
  grid-column-gap: 24px; }

.listing-item img {
  display: block;
  max-width: 64px;
  height: auto;
  float: left;
  margin-right: 24px; }

.listing-item_meta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.listing-item_taxonomy,
.listing-item_time {
  font-size: 11px;
  line-height: 1.64; }

.listing-item_taxonomy {
  font-weight: bold;
  color: #52C1C1; }

.listing-item_time {
  display: none;
  color: #7F8287; }
  @media (min-width: 320px) {
    .listing-item_time {
      display: inline; } }
  .listing-item_taxonomy + .listing-item_time {
    margin-left: 5px;
    padding-left: 5px;
    position: relative; }
    .listing-item_taxonomy + .listing-item_time:before {
      content: '';
      display: block;
      width: 1px;
      height: 10px;
      background: #7F8287;
      position: absolute;
      left: -2px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }

.listing-item_title {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.38;
  color: #323030; }

.listing-item_name {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.38;
  color: #323030; }

.listing-item_footer {
  margin-top: 15px; }
  @media (min-width: 768px) {
    .listing-item_footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .listing-item_footer dl + dl {
        margin-left: 20px; } }

.listing-item_footer dt,
.listing-item_footer dd {
  display: inline-block;
  vertical-align: middle; }

.listing-item_footer dt {
  font-weight: bold;
  font-size: 11px;
  line-height: 1.45;
  color: #323030;
  text-transform: uppercase; }

.listing-item_footer dd {
  font-size: 13px;
  line-height: 1.84;
  color: #7F8287; }

.listing-item_link {
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0; }
  .listing-item_link:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 12px 0 #F2F3F4;
    box-shadow: 0 0 12px 0 #F2F3F4;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms; }
  .listing-item_link:hover:after {
    opacity: 1; }

.tabs {
  padding: 0 35px;
  position: relative; }
  .tabs a.view-all {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.85;
    position: absolute;
    right: 35px;
    top: 0; }
  @media (min-width: 768px) {
    .tabs {
      padding: 0; }
      .tabs a.view-all {
        right: 0;
        top: 5px; } }

.tabs_mobile-toggle {
  display: block;
  border: 0;
  padding: 0 24px 0 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.85;
  background: url("/assets/icons/arrow-ios-down.svg") no-repeat right center; }
  @media (min-width: 768px) {
    .tabs_mobile-toggle {
      display: none; } }

.tabs_controls {
  display: none; }
  .tabs_mobile-toggle.-active ~ .tabs_controls {
    display: block; }
  .view-all + .tabs_controls {
    padding-right: 90px; }
  @media (min-width: 768px) {
    .tabs_controls {
      display: block; } }

a.tabs_control {
  display: block;
  font-size: 13px;
  line-height: 1.85;
  color: #7F8287;
  text-decoration: none; }
  a.tabs_control:hover {
    color: #323030; }
  a.tabs_control.-active {
    display: none;
    font-weight: bold;
    color: #323030; }
  @media (min-width: 768px) {
    a.tabs_control {
      display: inline; }
      a.tabs_control.-active {
        display: inline; }
      a.tabs_control + a.tabs_control {
        margin-left: 20px; } }

.tab_content-container {
  margin-top: 15px;
  max-height: 415px;
  overflow: auto; }
  @media (min-width: 768px) {
    .tab_content-container {
      margin-left: -40px;
      padding-left: 40px; } }

.tab_content {
  display: none; }
  .tab_content.-active {
    display: block; }

.page-header {
  padding: 0 35px; }
  .page-header:before {
    content: '';
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms; }
  .page-header h1 {
    font: 500 20px/1.25 'Rubik';
    color: #8959D9; }
  .page-header p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.666;
    color: #7F8287; }
  @media (min-width: 320px) {
    .page-header {
      padding: 80px 35px 15px;
      position: relative; } }
  @media (min-width: 768px) {
    .page-header {
      padding: 80px 0 20px; }
      .page-header:before {
        width: 100%;
        height: 100%;
        background: none no-repeat right bottom transparent;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 1;
        visibility: visible; }
      .page-header.-morning:before {
        background-image: url("../images/page-header_morning.png"); }
      .page-header.-afternoon:before {
        background-image: url("../images/page-header_afternoon.png"); }
      .page-header.-night:before {
        background-image: url("../images/page-header_night.png");
        background-position: calc(100% + 140px) bottom; }
      .page-header h1 {
        font-size: 28px;
        line-height: 1; }
      .page-header p {
        margin-top: 15px;
        font-size: 20px;
        line-height: 1.25; } }
  @media (min-width: 1024px) {
    .page-header.-night:before {
      background-position: right bottom;
      -webkit-transform: translateX(140px);
      transform: translateX(140px); } }

form.search {
  margin-top: -1px;
  padding: 0 35px;
  /*	This style is for the empty state, when placeholder is shown
		Doesn't appear to be supported in IE or Edge; use JS if needed */ }
  form.search input[type="search"] {
    border: 1px solid #F0EBFA;
    padding: 8px 12px 8px 44px;
    width: 100%;
    font: 13px/1.85 'Nunito', Arial, sans-serif;
    color: #8959D9;
    background: url("/assets/icons/search.svg") no-repeat 12px center #ffffff;
    background-size: 20px 20px;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    -webkit-box-shadow: 0 0 16px 0 #F0EBFA;
    box-shadow: 0 0 16px 0 #F0EBFA; }
  form.search input[type="search"]::-webkit-input-placeholder {
    color: #b1b9c0; }
  form.search input[type="search"]:-moz-placeholder {
    color: #b1b9c0; }
  form.search input[type="search"]:-ms-placeholder {
    color: #b1b9c0; }
  form.search input[type="search"]:placeholder {
    color: #b1b9c0; }
  form.search input[type="search"]:placeholder-shown {
    color: #323030;
    background-color: transparent; }
  @media (min-width: 768px) {
    form.search {
      padding: 0; } }

.section {
  margin: 30px 35px 0;
  border-top: 1px solid #F0EBFA;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .section {
      margin: 40px 0 15px;
      padding-top: 40px;
      position: relative; } }
  @media (min-width: 1200px) {
    .sidebar .section:first-child {
      margin-top: 0;
      border-top: 0;
      padding-top: 0; } }

.section-header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  .section-header a.view-all {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
    right: 35px;
    top: 0; }
    .section-header a.view-all svg {
      display: inline-block;
      vertical-align: middle; }
  @media (min-width: 768px) {
    .section-header a.view-all {
      right: 0;
      top: 5px; } }

.section-header_title {
  font: bold 13px/1.5 "Nunito", sans-serif;
  color: #323030; }
  .-blog .section-header_title {
    font-size: 20px;
    line-height: 1.25; }

@media (min-width: 768px) {
  .linked-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 16%;
    -moz-column-gap: 16%;
    column-gap: 16%; } }

@media (min-width: 1200px) {
  .sidebar .linked-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; } }

a.linked-list_link {
  display: block;
  padding: 8px 40px 8px 0;
  font-size: 13px;
  line-height: 1.85;
  color: #323030;
  text-decoration: none;
  background: url("../icons/arrow-ios-right.svg") no-repeat right center transparent; }

.slide {
  margin-right: 20px;
  padding: 30px 30px 70px;
  width: 100%; }
  @media (min-width: 768px) {
    .slide {
      padding-bottom: 30px; } }

.slider_title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.85;
  color: #323030; }

.slide_description {
  font-size: 20px;
  line-height: 1.25;
  color: #8959D9; }
  .slide_description h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 18px; }
  .slide_description time {
    font-size: 15px;
    line-height: 24px; }

.slide_cta {
  text-align: center;
  position: relative;
  z-index: 1; }

.flickity-page-dots {
  bottom: 20px; }
  @media (min-width: 768px) {
    .flickity-page-dots {
      position: static;
      margin-top: 30px; } }

.dot {
  background: #C1C7CD; }
  .dot.is-selected {
    background: #7F8287; }

.-announcements {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F0EBFA;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 12px 0 #F0EBFA;
  box-shadow: 0 0 12px 0 #F0EBFA;
  position: relative; }
  .-announcements:before, .-announcements:after {
    content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 0; }
  .-announcements:before {
    width: 275px;
    height: 275px;
    background: #fff;
    top: -50px;
    left: -50px; }
  .-announcements:after {
    width: 120px;
    height: 120px;
    right: -30px;
    bottom: 0;
    background: #52C1C1; }
  .-announcements .slide_description {
    margin-bottom: 50px;
    width: 170px;
    z-index: 1; }
    .-announcements .slide_description p {
      font-size: 20px;
      line-height: 1.25; }
    .-announcements .slide_description time {
      margin-top: 20px;
      display: block;
      font-weight: bold;
      font-size: 15px;
      line-height: 1.6; }
  @media (min-width: 768px) {
    .-announcements .slide {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 15px 20px 15px 60px; }
      .-announcements .slide:before {
        width: 500px;
        height: 500px;
        top: 50%;
        -webkit-transform: translateY(-65%);
        transform: translateY(-65%);
        left: -50px; }
      .-announcements .slide:after {
        right: -30px;
        bottom: -20px; }
    .-announcements .slide_description {
      width: auto;
      margin: 0; } }
  @media (min-width: 1200px) {
    .-announcements .slide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal;
      padding: 30px; }
      .-announcements .slide:before {
        width: 275px;
        height: 275px;
        top: -50px;
        left: -50px;
        -webkit-transform: none;
        transform: none; }
      .-announcements .slide:after {
        right: -30px;
        bottom: 0; }
    .-announcements .slide_description {
      margin-bottom: 50px;
      width: 170px; } }

.-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .-data dl + dl {
    margin-top: 30px; }

.-data dt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 12px;
  line-height: 1.38;
  color: #323030; }

.-data dd {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 24px;
  line-height: .75;
  color: #52C1C1; }

@media (min-width: 320px) {
  .-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .-data dl {
      width: 50%; }
      .-data dl + dl {
        margin-top: 0; }
      .-data dl:nth-child(3), .-data dl:nth-child(4) {
        margin-top: 30px; } }

@media (min-width: 768px) {
  .-data {
    height: 100%; }
    .-data dl {
      width: 25%; }
      .-data dl:nth-child(3), .-data dl:nth-child(4) {
        margin-top: 0; } }

@media (min-width: 1200px) {
  .-data {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0; }
    .-data dl {
      width: 100%; }
      .-data dl + dl, .-data dl:nth-child(3), .-data dl:nth-child(4) {
        margin-top: 30px; } }

.widget {
  margin: auto;
  max-width: 220px;
  text-align: center;
  position: relative; }
  .widget + .widget {
    margin-top: 36px; }
  .widget figure {
    margin: auto;
    border-radius: 2px;
    display: block;
    width: 86px;
    height: 86px;
    position: relative; }
  .widget svg,
  .widget img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .widget.-style1 figure {
    border: solid 1px #e9eef9;
    -webkit-box-shadow: 0 0 12px 0 #e9eef9;
    box-shadow: 0 0 12px 0 #e9eef9; }
  .widget.-style1 .widget_title {
    color: #1e57c9; }
  .widget.-style2 figure {
    border: solid 1px #f5e4ba;
    -webkit-box-shadow: 0 0 12px 0 #f9f4e9;
    box-shadow: 0 0 12px 0 #f9f4e9; }
  .widget.-style2 .widget_title {
    color: #1e57c9; }
  .widget.-style3 figure {
    border: solid 1px #eaf8f8;
    -webkit-box-shadow: 0 0 12px 0 #a9e1e0;
    box-shadow: 0 0 12px 0 #a9e1e0; }
  .widget.-style3 .widget_title {
    color: #4d9f9e; }

a.widget_link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
  a.widget_link:hover ~ .widget_description {
    text-decoration: underline; }

.widget_title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2; }

.widget_description p {
  font-size: 13px;
  line-height: 1.846;
  color: #323030; }

@media (min-width: 768px) {
  .-widgets {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .widget {
    margin: 0; }
    .widget + .widget {
      margin-top: 0; } }

.article {
  position: relative; }
  .article + .article {
    margin-top: 20px; }

.article_title {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.85;
  color: #323030; }

.article_thumbnail {
  display: block;
  width: 100%;
  height: auto; }

.article_author {
  margin-top: 30px;
  display: block;
  font-size: 13px;
  line-height: 1.85;
  color: #7F8287; }

.article_link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

@media (min-width: 768px) {
  .articles {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .article {
    max-width: calc( ( 100% - 44px ) / 3);
    margin: 0; }
    .article + .article {
      margin-top: 0; } }

.breakpoint-test {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  min-width: 200px;
  padding: 10px 15px;
  text-align: center;
  border-radius: 0 10px 0 0;
  background: rgba(50, 48, 48, 0.9) !important;
  color: #F9F9FA;
  font-family: sans-serif;
  font-size: 14px; }
  .breakpoint-test .name::after {
    display: inline-block;
    font-weight: bold; }
    @media (min-width: 0px) {
      .breakpoint-test .name::after {
        content: "zero"; } }
    @media (min-width: 320px) {
      .breakpoint-test .name::after {
        content: "small"; } }
    @media (min-width: 768px) {
      .breakpoint-test .name::after {
        content: "medium"; } }
    @media (min-width: 1024px) {
      .breakpoint-test .name::after {
        content: "large"; } }
    @media (min-width: 1200px) {
      .breakpoint-test .name::after {
        content: "xlarge"; } }
    @media (min-width: 1440px) {
      .breakpoint-test .name::after {
        content: "xxlarge"; } }
  .breakpoint-test .size::after {
    display: inline-block;
    margin-left: 10px; }
    @media (min-width: 0px) {
      .breakpoint-test .size::after {
        content: "(0px)"; } }
    @media (min-width: 320px) {
      .breakpoint-test .size::after {
        content: "(320px)"; } }
    @media (min-width: 768px) {
      .breakpoint-test .size::after {
        content: "(768px)"; } }
    @media (min-width: 1024px) {
      .breakpoint-test .size::after {
        content: "(1024px)"; } }
    @media (min-width: 1200px) {
      .breakpoint-test .size::after {
        content: "(1200px)"; } }
    @media (min-width: 1440px) {
      .breakpoint-test .size::after {
        content: "(1440px)"; } }

::-webkit-scrollbar {
  width: 2px; }

::-webkit-scrollbar-track {
  width: 2px;
  background: #C1C7CD; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #8959D9;
  border: 2px solid #8959D9; }
