/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

/* ==========================================================================
	 HTML5 display definitions
	 ========================================================================== */
.ds {
  /* ==========================================================================
  	 Base
  	 ========================================================================== */
  /* ==========================================================================
  	 Links
  	 ========================================================================== */
  /* ==========================================================================
  	 Embedded content
  	 ========================================================================== */
  /* ==========================================================================
  	 Figures
  	 ========================================================================== */
  /* ==========================================================================
  	 Tables
  	 ========================================================================== */ }
  .ds article,
  .ds aside,
  .ds details,
  .ds figcaption,
  .ds figure,
  .ds footer,
  .ds header,
  .ds hgroup,
  .ds main,
  .ds nav,
  .ds section,
  .ds summary {
    display: block; }
  .ds audio,
  .ds canvas,
  .ds video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .ds audio:not([controls]) {
    display: none;
    height: 0; }
  .ds [hidden] {
    display: none; }
  .ds html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  .ds html,
  .ds button,
  .ds input,
  .ds select,
  .ds textarea {
    font-family: "Muli", sans-serif; }
  .ds body {
    margin: 0; }
  .ds a:active,
  .ds a:hover,
  .ds button:active,
  .ds button:hover {
    outline: 0; }
  .ds img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */ }
  .ds svg:not(:root) {
    overflow: hidden; }
  .ds figure {
    margin: 0; }
  .ds table {
    border-collapse: collapse;
    border-spacing: 0; }

body {
  margin: 0; }

.ds {
  background: #ffffff;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  text-align: left; }
  .ds .sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .ds h1, .ds h2, .ds h3 {
    margin-top: 0; }
  .ds a {
    color: #F2695A;
    text-decoration: none;
    font-weight: 600; }
    .ds a:hover {
      text-decoration: underline; }
  .ds p {
    margin-top: 0;
    margin-bottom: 8px; }
    .ds p:last-child {
      margin-bottom: 0; }
  .ds .btn {
    text-align: center;
    color: #ffffff;
    background: #F2695A;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    padding: .375rem .75rem;
    font-weight: bold;
    white-space: normal;
    border-radius: 19px;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.27);
            box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.27);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .ds .btn:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      text-decoration: none; }
  .ds .wrapper {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    background: #ffffff;
    padding: 16px 16px 0 16px; }
    @media screen and (min-width: 62.5em) {
      .ds .wrapper section:first-child {
        max-width: 100%;
        padding: 0; }
      .ds .wrapper section {
        max-width: 75%;
        padding-right: 32px; }
      .ds .wrapper .sidebar {
        max-width: 25%;
        position: absolute;
        top: -webkit-calc(600px + 16px);
        top: calc(600px + 16px);
        right: 16px; } }
    @media screen and (min-width: 80em) {
      .ds .wrapper {
        max-width: 1232px; } }
  .ds section {
    position: relative;
    margin-bottom: 32px; }
    .ds section:first-child {
      padding-top: 0;
      padding-bottom: 0; }
  .ds .sidebar {
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-bottom: 32px;
    background: #f8f8f8; }
    @media screen and (min-width: 62.5em) {
      .ds .sidebar {
        width: 100%;
        min-height: 1600px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #f8f8f8), color-stop(17%, #f8f8f8), to(rgba(248, 248, 248, 0)));
        background: -o-linear-gradient(top, #f8f8f8 4%, #f8f8f8 17%, rgba(248, 248, 248, 0) 100%);
        background: linear-gradient(to bottom, #f8f8f8 4%, #f8f8f8 17%, rgba(248, 248, 248, 0) 100%);
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 64px;
        padding-bottom: 64px;
        margin: 0; }
        .ds .sidebar:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          background: url(../img/vertical_shadow.png) top no-repeat;
          background-size: 100%;
          width: 50px;
          height: 100%; } }
    .ds .sidebar > * {
      position: relative;
      z-index: 1; }
    .ds .sidebar .sidebar__label {
      display: block;
      width: 100%;
      margin-bottom: 8px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px; }
    .ds .sidebar ul, .ds .sidebar ol {
      padding-left: 24px;
      margin: 0;
      overflow: hidden; }
      .ds .sidebar ul > ul, .ds .sidebar ul ol, .ds .sidebar ol > ul, .ds .sidebar ol ol {
        margin: 0; }
    .ds .sidebar li {
      padding-bottom: 8px; }
    .ds .sidebar .sidebar__levels {
      padding-left: 0;
      margin-bottom: 32px; }
      .ds .sidebar .sidebar__levels li {
        float: left;
        list-style-type: none;
        width: 15px;
        height: 15px;
        border: 1px solid #a3acb2;
        border-radius: 50%;
        margin-right: 8px; }
        .ds .sidebar .sidebar__levels li.is--on {
          background: #F2695A;
          border: 1px solid #F2695A; }
    .ds .sidebar .sidebar__subheading {
      display: block;
      font-size: 18px;
      margin-top: 32px; }
    .ds .sidebar .sidebar__footer {
      margin-top: 32px; }
      .ds .sidebar .sidebar__footer img {
        width: 100px; }
        @media screen and (min-width: 62.5em) {
          .ds .sidebar .sidebar__footer img {
            width: 70px; } }

.ds--home {
  background: #ffffff; }
  .ds--home .home--container {
    width: 100%;
    margin: 0 auto;
    margin-top: -8px;
    margin-bottom: 32px; }
    @media screen and (min-width: 62.5em) {
      .ds--home .home--container {
        min-height: 640px; } }
    @media screen and (min-width: 80em) {
      .ds--home .home--container {
        width: 100%; } }
  .ds--home .marquee {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 50em) {
      .ds--home .marquee {
        height: 640px; } }
    .ds--home .marquee .marquee__media {
      background: url(../img/bg-ds-home.jpg) right no-repeat;
      background-size: cover;
      width: 100%;
      height: 200px; }
      @media screen and (min-width: 50em) {
        .ds--home .marquee .marquee__media {
          position: absolute;
          z-index: 0;
          height: 640px; } }
      .ds--home .marquee .marquee__media img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .ds--home .marquee .marquee__heading,
    .ds--home .marquee .marquee__subheading {
      position: relative;
      z-index: 1;
      text-align: center; }
    .ds--home .marquee .marquee__heading {
      display: block;
      background: url(../img/logo-ds.png) no-repeat;
      background-size: 100%;
      width: 300px;
      height: 87px;
      margin: 32px auto 32px auto;
      color: transparent; }
      @media screen and (min-width: 40.625em) {
        .ds--home .marquee .marquee__heading {
          width: 400px;
          height: 116px;
          margin: 48px auto 48px auto; } }
      @media screen and (min-width: 50em) {
        .ds--home .marquee .marquee__heading {
          width: 544px;
          height: 158px;
          margin: 64px auto 48px auto; } }
    .ds--home .marquee .marquee__subheading {
      padding: 0 32px;
      font-size: 18px;
      line-height: 1.4; }
      @media screen and (min-width: 50em) {
        .ds--home .marquee .marquee__subheading {
          font-size: 24px; } }
      @media screen and (min-width: 62.5em) {
        .ds--home .marquee .marquee__subheading {
          max-width: 75%;
          width: 100%;
          margin: 0 auto;
          font-size: 24px; } }
      @media screen and (min-width: 80em) {
        .ds--home .marquee .marquee__subheading {
          max-width: 850px; } }
    .ds--home .marquee .filter {
      padding: 0 16px;
      margin-top: 32px;
      padding-bottom: 32px;
      margin: 0; }
      @media screen and (min-width: 50em) {
        .ds--home .marquee .filter {
          margin-top: 48px; } }
  .ds--home .home--content {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px; }
    @media screen and (min-width: 62.5em) {
      .ds--home .home--content {
        max-width: 1232px; } }
    .ds--home .home--content section {
      max-width: 100%;
      width: 100%;
      padding: 0; }
  .ds--home .filter {
    position: relative;
    margin: 16px 0; }
    .ds--home .filter .filter__text {
      position: absolute;
      width: 100%;
      display: none;
      text-align: center;
      margin: 16px 0; }
      .ds--home .filter .filter__text .filter__current {
        text-transform: capitalize;
        font-weight: bold; }
  .ds--home .filter__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    padding: 0; }
    @media screen and (min-width: 40.625em) {
      .ds--home .filter__list {
        max-width: 500px; } }
    @media screen and (min-width: 62.5em) {
      .ds--home .filter__list {
        width: 100%;
        max-width: 100%;
        display: block; } }
    .ds--home .filter__list li {
      -webkit-flex-basis: -webkit-calc(50% - 16px);
          -ms-flex-preferred-size: calc(50% - 16px);
              flex-basis: calc(50% - 16px);
      margin: 0 8px 16px 8px; }
      .ds--home .filter__list li:first-child {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; }
      @media screen and (min-width: 62.5em) {
        .ds--home .filter__list li {
          display: inline-block; } }
      @media screen and (min-width: 80em) {
        .ds--home .filter__list li {
          margin: 0 16px; } }
      .ds--home .filter__list li a {
        display: block;
        min-width: 150px;
        border: 1px solid #F2695A;
        background: #ffffff;
        color: #F2695A;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (max-width: 30em) {
          .ds--home .filter__list li a {
            min-width: 125px; } }
        .ds--home .filter__list li a:hover {
          color: #ffffff;
          text-decoration: none;
          background: #F2695A; }
        .ds--home .filter__list li a.is--active {
          color: #ffffff;
          text-decoration: none;
          background: #F2695A; }
          .ds--home .filter__list li a.is--active:hover {
            text-decoration: none;
            background: #F2695A; }
      .ds--home .filter__list li .btn--clear {
        min-width: 250px; }
  .ds--home .block--social {
    background: #f8f8f8;
    padding: 8px 0;
    display: block;
    width: 100%;
    max-width: 100% !important; }
    .ds--home .block--social .social__list {
      list-style-type: none;
      padding: 0;
      margin: 16px 0; }
      .ds--home .block--social .social__list .social__li {
        display: inline-block;
        font-weight: 600;
        font-size: 18px;
        margin: 0 4px; }
        @media screen and (max-width: 30em) {
          .ds--home .block--social .social__list .social__li {
            margin: 0 2px; } }
        .ds--home .block--social .social__list .social__li:first-child {
          color: #171c1e;
          font-size: 18px; }
          @media screen and (max-width: 30em) {
            .ds--home .block--social .social__list .social__li:first-child {
              font-size: 14px; } }
        .ds--home .block--social .social__list .social__li a {
          display: block;
          width: 35px;
          height: 35px;
          border-radius: 50%; }
        .ds--home .block--social .social__list .social__li i {
          color: #ffffff;
          line-height: 35px; }
        .ds--home .block--social .social__list .social__li.facebook a {
          background: #3A5998; }
        .ds--home .block--social .social__list .social__li.twitter a {
          background: #1CA1F2; }
        .ds--home .block--social .social__list .social__li.pinterest a {
          background: #CC2027; }
        .ds--home .block--social .social__list .social__li.email a {
          background: #0074C8; }
  .ds--home .listing-wrapper {
    margin-top: 32px;
    margin-bottom: 0; }
    .ds--home .listing-wrapper .listing__group {
      margin-left: -16px;
      margin-right: -16px; }
  .ds--home .btn--loadMore {
    display: block;
    width: 200px;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ds--home .filter__text {
    display: none;
    text-align: center;
    text-transform: capitalize;
    font-size: 24px; }
  .ds--home hr {
    border: 1px solid #e1e4e5; }
  .ds--home .block--featured {
    overflow: hidden;
    padding-bottom: 32px; }
    .ds--home .block--featured.is--visible {
      opacity: 1;
      display: block;
      visibility: visible;
      -webkit-animation: fadein 1s;
              animation: fadein 1s; }
    .ds--home .block--featured.is--hidden {
      opacity: 0;
      display: none;
      visibility: hidden;
      -webkit-animation: fadein 0.5s;
              animation: fadein 0.5s; }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .ds--home .block--featured .block__media {
      margin-bottom: 32px;
      width: 100%;
      height: 250px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (min-width: 50em) {
        .ds--home .block--featured .block__media {
          float: left;
          height: auto;
          width: -webkit-calc(50% + 32px);
          width: calc(50% + 32px);
          margin-bottom: 0;
          padding-right: 32px; } }
    .ds--home .block--featured .block__heading,
    .ds--home .block--featured .block__prefix,
    .ds--home .block--featured .block__subheading,
    .ds--home .block--featured .block__rich {
      text-align: left;
      padding-bottom: 0;
      margin-bottom: 16px; }
      @media screen and (min-width: 50em) {
        .ds--home .block--featured .block__heading,
        .ds--home .block--featured .block__prefix,
        .ds--home .block--featured .block__subheading,
        .ds--home .block--featured .block__rich {
          padding-left: -webkit-calc(50% + 32px);
          padding-left: calc(50% + 32px); } }
    .ds--home .block--featured .block__prefix {
      text-transform: uppercase; }
    .ds--home .block--featured .block__heading {
      color: #F2695A;
      font-size: 48px;
      padding-bottom: 0;
      padding-right: 32px;
      line-height: 1.2; }
      @media screen and (min-width: 62.5em) {
        .ds--home .block--featured .block__heading {
          font-size: 48px;
          padding: 0; } }
    .ds--home .block--featured .block__subheading {
      font-size: 24px;
      font-weight: 600;
      font-style: italic; }
    .ds--home .block--featured .btn--featured {
      margin-top: 16px;
      display: block;
      width: 200px;
      margin: 0 0 0 10px; }
      @media screen and (max-width: 30em) {
        .ds--home .block--featured .btn--featured {
          width: 90%; } }
      @media screen and (min-width: 50em) {
        .ds--home .block--featured .btn--featured {
          margin-left: -webkit-calc(50% + 32px);
          margin-left: calc(50% + 32px); } }
      .ds--home .block--featured .btn--featured:hover {
        text-decoration: none; }

.ds .block {
  position: relative;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 62.5em) {
    .ds .block {
      max-width: 1232px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 62.5em) {
    .ds .block {
      font-size: 16px; } }
.ds .block__heading {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  color: #171c1e;
  text-align: left;
  margin-bottom: 16px; }
.ds .block__subheading {
  font-size: 18px;
  font-weight: 400;
  color: #171c1e;
  text-align: center;
  margin-bottom: 16px; }
.ds .block__media {
  margin-bottom: 32px; }
.ds .block__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }
.ds .block__rich {
  text-align: left; }
  .ds .block__rich ul, .ds .block__rich ol {
    padding-left: 24px; }
  .ds .block__rich p, .ds .block__rich ul, .ds .block__rich ol, .ds .block__rich li, .ds .block__rich span {
    line-height: 1.6; }
    .ds .block__rich p:first-child, .ds .block__rich ul:first-child, .ds .block__rich ol:first-child, .ds .block__rich li:first-child, .ds .block__rich span:first-child {
      margin-top: 0; }
.ds .block--wrapping .block__heading {
  text-align: left; }
.ds .block--wrapping .block__rich {
  overflow: hidden; }
  .ds .block--wrapping .block__rich h2, .ds .block--wrapping .block__rich h3 {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 400; }
  @media screen and (min-width: 50em) {
    .ds .block--wrapping .block__rich ul, .ds .block--wrapping .block__rich ol {
      padding-left: 50%;
      margin-left: 32px; } }
  .ds .block--wrapping .block__rich img.rich__media,
  .ds .block--wrapping .block__rich img {
    width: 100%;
    margin-bottom: 16px; }
    @media screen and (min-width: 50em) {
      .ds .block--wrapping .block__rich img.rich__media,
      .ds .block--wrapping .block__rich img {
        width: -webkit-calc(50% + 8px);
        width: calc(50% + 8px);
        float: left;
        padding-right: 16px;
        margin: 0; } }
  .ds .block--wrapping .block__rich iframe.rich__media,
  .ds .block--wrapping .block__rich iframe {
    width: 100%;
    margin-bottom: 16px; }
    @media screen and (min-width: 50em) {
      .ds .block--wrapping .block__rich iframe.rich__media,
      .ds .block--wrapping .block__rich iframe {
        width: -webkit-calc(50% + 8px);
        width: calc(50% + 8px);
        float: left;
        padding-right: 16px;
        margin: 0; } }
  .ds .block--wrapping .block__rich blockquote.rich__blockquote,
  .ds .block--wrapping .block__rich blockquote {
    width: 100%;
    margin: 8px 16px 16px 0;
    padding: 32px 16px;
    font-size: 24px;
    border-top: 1px solid #F2695A;
    border-bottom: 1px solid #F2695A;
    text-align: center;
    font-style: italic;
    font-weight: 300; }
    @media screen and (min-width: 50em) {
      .ds .block--wrapping .block__rich blockquote.rich__blockquote,
      .ds .block--wrapping .block__rich blockquote {
        width: -webkit-calc(50% + 8px);
        width: calc(50% + 8px);
        float: left;
        margin: 8px 16px 0 0; } }
.ds .flip-media .block--wrapping .block__rich ul, .ds .flip-media .block--wrapping .block__rich ol {
  padding: 0; }
@media screen and (min-width: 50em) {
  .ds .flip-media .block--wrapping .block__rich img.rich__media,
  .ds .flip-media .block--wrapping .block__rich img {
    float: right;
    padding-left: 16px;
    padding-right: 0;
    padding-bottom: 16px; } }
@media screen and (min-width: 50em) {
  .ds .flip-media .block--wrapping .block__rich iframe.rich__media,
  .ds .flip-media .block--wrapping .block__rich iframe {
    float: right;
    padding-left: 16px;
    padding-right: 0;
    padding-bottom: 16px; } }
@media screen and (min-width: 50em) {
  .ds .flip-media .block--wrapping .block__rich blockquote.rich__blockquote,
  .ds .flip-media .block--wrapping .block__rich blockquote {
    float: right;
    padding-left: 16px;
    padding-right: 0;
    padding-bottom: 16px; } }
.ds .grow-media .block__media,
.ds .grow-media .rich__media {
  position: absolute;
  left: 0;
  height: 100%; }
.ds .flip-media.grow-media .block__media,
.ds .flip-media.grow-media .rich__media {
  position: absolute;
  left: auto;
  right: 0;
  height: 100%; }
.ds .block--blockquote {
  padding: 24px 0;
  border-top: 1px solid #F2695A;
  border-bottom: 1px solid #F2695A; }
  .ds .block--blockquote .block__rich {
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 50em) {
      .ds .block--blockquote .block__rich {
        width: 85%; } }
    .ds .block--blockquote .block__rich p, .ds .block--blockquote .block__rich ul, .ds .block--blockquote .block__rich ol, .ds .block--blockquote .block__rich li, .ds .block--blockquote .block__rich span {
      font-size: 24px;
      font-style: italic;
      font-weight: 300;
      line-height: 1.6; }
      @media screen and (min-width: 50em) {
        .ds .block--blockquote .block__rich p, .ds .block--blockquote .block__rich ul, .ds .block--blockquote .block__rich ol, .ds .block--blockquote .block__rich li, .ds .block--blockquote .block__rich span {
          font-size: 32px; } }
@media screen and (min-width: 50em) {
  .ds .has-shadow {
    margin-top: 48px;
    margin-bottom: 48px; } }
.ds .has-shadow .block--blockquote {
  border: none;
  background: #f8f8f8;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
  padding: 24px 16px;
  margin-left: -16px; }
  @media screen and (min-width: 50em) {
    .ds .has-shadow .block--blockquote {
      background: url("../img/quote_box.png") center no-repeat;
      background-size: cover; }
      .ds .has-shadow .block--blockquote:before {
        content: '';
        position: absolute;
        top: -16px;
        left: 0;
        display: block;
        background: url("../img/quote_box_shadow.png") center no-repeat;
        background-size: 100%;
        height: 25px;
        width: 100%; } }
    @media screen and (min-width: 50em) and (min-width: 62.5em) {
      .ds .has-shadow .block--blockquote:before {
        top: -24px; } }
  @media screen and (min-width: 50em) {
      .ds .has-shadow .block--blockquote:after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        bottom: -16px;
        background: url("../img/quote_box_shadow.png") center no-repeat;
        background-size: 100%;
        -webkit-transform: scale(1, -1);
            -ms-transform: scale(1, -1);
                transform: scale(1, -1);
        height: 25px;
        width: 100%; } }
    @media screen and (min-width: 50em) and (min-width: 62.5em) {
      .ds .has-shadow .block--blockquote:after {
        bottom: -24px; } }

  .ds .has-shadow .block--blockquote .block__rich {
    color: #F2695A;
    font-style: italic; }
    .ds .has-shadow .block--blockquote .block__rich p {
      display: block;
      color: #597E9B; }
    .ds .has-shadow .block--blockquote .block__rich span.block__span {
      color: #171c1e;
      font-weight: 600;
      display: block;
      text-align: center;
      margin: 8px 0;
      font-size: 16px;
      font-style: normal; }
.ds .block--sideMedia {
  overflow: hidden; }
  .ds .block--sideMedia .block__media {
    width: 100%;
    margin-bottom: 16px; }
    @media screen and (min-width: 50em) {
      .ds .block--sideMedia .block__media {
        float: left;
        width: 30%;
        height: auto;
        margin: 0; } }
  @media screen and (min-width: 50em) {
    .ds .block--sideMedia .block__subheading,
    .ds .block--sideMedia .block__rich {
      padding-left: -webkit-calc(30% + 16px);
      padding-left: calc(30% + 16px); } }
  .ds .block--sideMedia.has--heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (min-width: 50em) {
      .ds .block--sideMedia.has--heading {
        display: block; } }
    .ds .block--sideMedia.has--heading .block__heading {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      text-align: left; }
      @media screen and (min-width: 50em) {
        .ds .block--sideMedia.has--heading .block__heading {
          position: absolute;
          top: 0;
          text-align: left; } }
    .ds .block--sideMedia.has--heading .block__media {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .ds .block--sideMedia.has--heading .block__subheading,
    .ds .block--sideMedia.has--heading .block__rich,
    .ds .block--sideMedia.has--heading .block__media {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
      @media screen and (min-width: 50em) {
        .ds .block--sideMedia.has--heading .block__subheading,
        .ds .block--sideMedia.has--heading .block__rich,
        .ds .block--sideMedia.has--heading .block__media {
          margin-top: 55px; } }
@media screen and (min-width: 50em) {
  .ds .grow-media .block--sideMedia .block__media {
    position: absolute;
    width: 30%;
    height: 100%; } }
.ds .flip-media .block--sideMedia .block__heading {
  text-align: left; }
.ds .flip-media .block--sideMedia .block__media {
  float: right;
  right: 0; }
@media screen and (min-width: 50em) {
  .ds .flip-media .block--sideMedia .block__subheading,
  .ds .flip-media .block--sideMedia .block__rich {
    padding-left: 0;
    padding-right: -webkit-calc(30% + 16px);
    padding-right: calc(30% + 16px); } }
.ds .grow-media.flip-media .block--sideMedia .block__media {
  width: 30%;
  height: 100%; }
@media screen and (min-width: 50em) {
  .ds .block--banner .block__media {
    height: 600px; } }
.ds .block--profile {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .ds .block--profile .block__media {
    width: 160px;
    height: 160px;
    margin: 16px auto 32px auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .ds .block--profile .block__image {
    border-radius: 50%; }
  .ds .block--profile .block__heading {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    @media screen and (min-width: 50em) {
      .ds .block--profile .block__heading {
        font-size: 48px; } }
  .ds .block--profile .block__subheading {
    font-size: 24px;
    margin: 0 0 16px 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .ds .block--profile .block__designer {
    font-size: 24px;
    font-weight: 600;
    color: #F2695A;
    margin: 0 0 8px 0;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .ds .block--profile .block__blog {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    margin: 0 0 32px 0; }
  .ds .block--profile .block__rich {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
        -ms-flex-order: 99;
            order: 99;
    font-size: 18px;
    line-height: 1.4; }
    .ds .block--profile .block__rich p {
      font-size: 18px;
      line-height: 1.6; }
.ds .bio .block--sideMedia {
  margin-top: 48px; }
  .ds .bio .block--sideMedia .block__bio-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1; }
  .ds .bio .block--sideMedia .block__media {
    position: relative;
    margin: 0 auto;
    width: 280px;
    height: 280px; }
    @media screen and (min-width: 50em) {
      .ds .bio .block--sideMedia .block__media {
        float: left;
        margin-top: 0; } }
    .ds .bio .block--sideMedia .block__media img {
      border-radius: 50%; }
  .ds .bio .block--sideMedia .block__heading {
    position: relative;
    width: 100%;
    padding-top: 32px;
    color: #F2695A;
    font-size: 32px;
    margin-bottom: 16px; }
    @media screen and (min-width: 50em) {
      .ds .bio .block--sideMedia .block__heading {
        padding-left: -webkit-calc(280px + 48px);
        padding-left: calc(280px + 48px); } }
    .ds .bio .block--sideMedia .block__heading:before {
      content: "author";
      text-transform: uppercase;
      display: block;
      margin-bottom: 0;
      font-size: 16px;
      color: #000000; }
  .ds .bio .block--sideMedia .block__rich {
    width: 100%; }
    @media screen and (min-width: 50em) {
      .ds .bio .block--sideMedia .block__rich {
        padding-left: -webkit-calc(280px + 48px);
        padding-left: calc(280px + 48px);
        margin-top: 0; } }
    .ds .bio .block--sideMedia .block__rich a {
      display: inline; }
.ds .block--video .block__media {
  position: relative;
  padding-bottom: 53.5%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
.ds .block--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.ds .block--full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .ds .block--full-width .block__heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .ds .block--full-width .block__media {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
        -ms-flex-order: 99;
            order: 99; }

.ds .listing {
  position: relative;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 62.5em) {
    .ds .listing {
      max-width: 1232px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 62.5em) {
    .ds .listing {
      font-size: 16px; } }
  .ds .listing .block__heading {
    text-align: left;
    font-weight: normal;
    margin: 0 0 16px 0; }
.ds .listing__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (min-width: 50em) {
    .ds .listing__group {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
.ds .listing__group-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.ds .listing--colors .listing__group-item {
  -webkit-flex-basis: 120px;
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px; }
.ds .listing--grid .listing__group {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .ds .listing--grid .listing__group .listing__group-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%; }
    .ds .listing--grid .listing__group .listing__group-item:last-child {
      margin: 0; }
.ds .listing--flex .listing__group {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.ds .listing--flex .listing__group-item {
  display: none;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 40.625em) {
    .ds .listing--flex .listing__group-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media screen and (min-width: 62.5em) {
    .ds .listing--flex .listing__group-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.3333%;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%;
      width: 33.3333%; } }
  .ds .listing--flex .listing__group-item.is--visible {
    opacity: 1;
    display: block;
    visibility: visible;
    -webkit-animation: fadein 0.5s;
            animation: fadein 0.5s; }
  .ds .listing--flex .listing__group-item.is--hidden {
    opacity: 0;
    display: none;
    visibility: hidden; }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .ds .listing--flex .listing__group-item .tile__heading {
    margin-bottom: 4px;
    color: #F2695A;
    font-size: 24px;
    font-weight: 400; }
  .ds .listing--flex .listing__group-item .tile__subheading {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
    font-style: italic;
    font-weight: 600; }
  .ds .listing--flex .listing__group-item .tile__media {
    margin: 0 auto 8px auto; }
  .ds .listing--flex .listing__group-item .tile__rich {
    text-align: left; }
  .ds .listing--flex .listing__group-item .tile__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
.ds .two-across .listing--grid .listing__group-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: -webkit-calc(50% - 8px);
  max-width: calc(50% - 8px); }
.ds .three-across .listing--grid .listing__group-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 16px; }
  @media screen and (min-width: 40.625em) {
    .ds .three-across .listing--grid .listing__group-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33%;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: -webkit-calc(33.33% - 8px);
      max-width: calc(33.33% - 8px);
      margin: 0; } }
.ds .four-grid .listing--grid .listing__group-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: -webkit-calc(50% - 8px);
  max-width: calc(50% - 8px);
  margin-bottom: 16px; }
  .ds .four-grid .listing--grid .listing__group-item:nth-last-of-type(-n+2) {
    margin: 0; }
.ds .half-horizontal .listing--grid .listing__group-item {
  margin-bottom: 16px; }
  @media screen and (min-width: 40.625em) {
    .ds .half-horizontal .listing--grid .listing__group-item {
      margin: 0; } }
@media screen and (min-width: 40.625em) {
  .ds .half-horizontal .listing--grid .listing__group-item:nth-of-type(1n) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    margin-bottom: 16px; }
  .ds .half-horizontal .listing--grid .listing__group-item:nth-of-type(2n) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 0;
    margin-bottom: 0; }
  .ds .half-horizontal .listing--grid .listing__group-item:nth-of-type(3n) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 0;
    margin-bottom: 0; } }
.ds .half-vertical {
  margin-bottom: 16px; }
  .ds .half-vertical .listing--grid .listing__group {
    display: block; }
    .ds .half-vertical .listing--grid .listing__group .listing__group-item {
      margin-bottom: 16px; }
      @media screen and (min-width: 40.625em) {
        .ds .half-vertical .listing--grid .listing__group .listing__group-item {
          margin: 0; } }
    @media screen and (min-width: 40.625em) {
      .ds .half-vertical .listing--grid .listing__group {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 50% 50%;
        -ms-grid-columns: 50% 50%;
        grid-template-rows: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr; }
        .ds .half-vertical .listing--grid .listing__group .listing__group-item {
          width: auto;
          max-width: 100%;
          height: 100%; }
          .ds .half-vertical .listing--grid .listing__group .listing__group-item:nth-of-type(1n) {
            grid-column: 1 / 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-row: 1 / span 2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            width: auto;
            margin-right: 8px;
            margin-bottom: 0; }
            .ds .half-vertical .listing--grid .listing__group .listing__group-item:nth-of-type(1n) .tile {
              height: -webkit-calc(100% - 16px - 4px);
              height: calc(100% - 16px - 4px); }
              .ds .half-vertical .listing--grid .listing__group .listing__group-item:nth-of-type(1n) .tile .tile__media {
                height: 100%; }
          .ds .half-vertical .listing--grid .listing__group .listing__group-item:nth-of-type(2n) {
            grid-column: 2 / 2;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-row: 1 / 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            margin-left: 8px;
            margin-bottom: 16px; }
          .ds .half-vertical .listing--grid .listing__group .listing__group-item:nth-of-type(3n) {
            grid-column: 2 / 2;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-row: 2 / 2;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            margin-left: 8px;
            margin-bottom: 0; } }
.ds .half-vertical-reverse {
  margin-bottom: 16px; }
  .ds .half-vertical-reverse .listing--grid .listing__group {
    display: block; }
    .ds .half-vertical-reverse .listing--grid .listing__group .listing__group-item {
      margin-bottom: 16px; }
      @media screen and (min-width: 40.625em) {
        .ds .half-vertical-reverse .listing--grid .listing__group .listing__group-item {
          margin: 0; } }
    @media screen and (min-width: 40.625em) {
      .ds .half-vertical-reverse .listing--grid .listing__group {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 50% 50%;
        -ms-grid-columns: 50% 50%;
        grid-template-rows: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr; }
        .ds .half-vertical-reverse .listing--grid .listing__group .listing__group-item {
          width: auto;
          max-width: 100%;
          height: 100%; }
          .ds .half-vertical-reverse .listing--grid .listing__group .listing__group-item:nth-of-type(1) {
            grid-column: 2 / 2;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-row: 1 / span 2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            width: auto;
            margin-left: 8px;
            margin-bottom: 0; }
            .ds .half-vertical-reverse .listing--grid .listing__group .listing__group-item:nth-of-type(1) .tile {
              height: -webkit-calc(100% - 16px - 4px);
              height: calc(100% - 16px - 4px); }
            .ds .half-vertical-reverse .listing--grid .listing__group .listing__group-item:nth-of-type(1) .tile__media {
              height: 100%; }
          .ds .half-vertical-reverse .listing--grid .listing__group .listing__group-item:nth-of-type(2) {
            grid-column: 1 / 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-row: 1 / 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            margin-bottom: 16px;
            margin-right: 8px; }
          .ds .half-vertical-reverse .listing--grid .listing__group .listing__group-item:nth-of-type(3) {
            grid-column: 1 / 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-row: 2 / 2;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            margin-bottom: 0;
            margin-right: 8px; } }

@media screen and (-ms-high-contrast: active) and (min-width: 62.5em), screen and (-ms-high-contrast: none) and (min-width: 62.5em) {
  .ds .listing--flex .listing__group-item {
    -webkit-flex-basis: -webkit-calc(33.33% - 32px) !important;
        -ms-flex-preferred-size: calc(33.33% - 32px) !important;
            flex-basis: calc(33.33% - 32px) !important; } }
.ds .tile__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }
.ds .tile--color .tile__color {
  margin: 0 auto 8px auto; }
.ds .tile--color .tile__heading {
  color: #F2695A;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.4; }
.ds .tile--color .tile__subheading {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  line-height: 1.4; }
  
.ds--home {
	position: relative;
	top: 8px;
}