@charset "UTF-8";
/**

File:           variables.scss
Description:    variables and constants go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. Colors
    2. Fonts
    3. Z-indexes
    4. Global values


*/
/*  1. Colors (to-do: update this funny color names)
http://name-of-color.com/
---------------------------------------------------------------------------- */
/*  2. Fonts
---------------------------------------------------------------------------- */
/*  3. Z-indexes
---------------------------------------------------------------------------- */
/*  4. Global values
---------------------------------------------------------------------------- */
/**

File:           misc.scss
Description:    Miscellaneous: Mixins and Functions


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General


*/
/*  1. General
---------------------------------------------------------------------------- */
/**

File:           typography.scss
Description:    Mixins and Typefont definitions


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. Units conversion
    2. Icons font face import

*/
/*  1. Units conversion
---------------------------------------------------------------------------- */
/*  2. Icons font face import
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?3dz4z");
  src: url("../fonts/icomoon/icomoon.eot?3dz4z#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?3dz4z") format("truetype"), url("../fonts/icomoon/icomoon.woff?3dz4z") format("woff"), url("../fonts/icomoon/icomoon.svg?3dz4z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/**

File:           responsive.scss
Description:    Mixins and breakpoints for fluid layout


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General
    2. Typography
    3. Units conversion


*/
/*  1. General
---------------------------------------------------------------------------- */
/*  2. Typography
---------------------------------------------------------------------------- */
/*  3. Units conversion
---------------------------------------------------------------------------- */
/**

File:           global.scss
Description:    general elements styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General
    2. Layout
    3. Buttons
    4. Headers


*/
/*  1. General
---------------------------------------------------------------------------- */
* {
  background: none;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  position: relative; }

:root {
  font-size: 16px;
  letter-spacing: 0.01em; }
  @media screen and (min-width: 320px) {
    :root {
      font-size: calc(16px + 0 * ((100vw - 320px) / 430)); } }
  @media screen and (min-width: 750px) {
    :root {
      font-size: 16px; } }

html,
body {
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-kerning: normal;
  margin: 0;
  min-height: 100%;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body.no-scroll {
  position: fixed;
  width: 100%; }

a,
button {
  border: 0;
  color: inherit;
  cursor: pointer;
  outline: 0;
  text-decoration: none; }

blockquote,
q {
  quotes: none; }
  blockquote::before,
  q::before {
    content: '\201C';
    font-family: inherit;
    position: absolute; }
    @media only screen and (max-width: 1023px) {
      blockquote::before,
      q::before {
        transform: translateX(-10px); } }
    @media only screen and (min-width: 1024px) {
      blockquote::before,
      q::before {
        transform: translateX(-25px); } }
  blockquote::after,
  q::after {
    content: '\201D';
    font-family: inherit; }
  blockquote p,
  q p {
    display: inline; }

li ol,
li ul {
  padding: 10px 20px; }

sub,
sup {
  font-size: 0.6em; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

/*  2. Layout
---------------------------------------------------------------------------- */
.dsw-search-results-wrapper, .dsw-content-feed, .dsw-site-footer-wrapper, .dsw-content-intro, .dsw-capability-sub-category, .dsw-inline-media .dsw-inline-media-wrapper, .dsw-content-not-found, .dsw-product-tile, .dsw-list-component, .dsw-rss-landing {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px; }
  @media only screen and (max-width: 1023px) {
    .dsw-search-results-wrapper, .dsw-content-feed, .dsw-site-footer-wrapper, .dsw-content-intro, .dsw-capability-sub-category, .dsw-inline-media .dsw-inline-media-wrapper, .dsw-content-not-found, .dsw-product-tile, .dsw-list-component, .dsw-rss-landing {
      padding-left: 30px;
      padding-right: 30px; } }

.dsw-quote, .dsw-article-hero header, .dsw-article-categories, .dsw-article-textblock, .dsw-article-data {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px; }
  @media only screen and (max-width: 1023px) {
    .dsw-quote, .dsw-article-hero header, .dsw-article-categories, .dsw-article-textblock, .dsw-article-data {
      padding-left: 30px;
      padding-right: 30px; } }

.dsw-site {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.dsw-site-content {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto; }

.dsw-content-pushed {
  padding-top: 120px; }
  @media only screen and (max-width: 1023px) {
    .dsw-content-pushed {
      padding-top: 70px; } }

.dsw-content-pushed-by-disclaimer {
  padding-top: 337px; }
  @media only screen and (min-width: 1024px) {
    .dsw-content-pushed-by-disclaimer {
      padding-top: 240px; } }

/*  3. Buttons
---------------------------------------------------------------------------- */
.dsw-button {
  color: #0085ce;
  font-size: 1.25rem;
  line-height: 100%;
  background: #fff;
  border: 1px solid #0085ce;
  display: inline-block;
  font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 20px 40px;
  text-transform: uppercase;
  transition: all 0.2s ease-out; }
  .dsw-button:hover, .dsw-button:focus, .dsw-button:active {
    opacity: 0.7; }
  @media only screen and (max-width: 1023px) {
    .dsw-button {
      padding: 20px 35px; } }
  .dsw-button.white {
    background: none;
    border: 2px solid #fff;
    color: #fff; }
    .dsw-button.white:hover, .dsw-button.white:focus, .dsw-button.white:active {
      background-color: #fff;
      color: #0085ce;
      opacity: 1; }

.dsw-link {
  color: #0085ce;
  font-size: 1.25rem;
  line-height: 100%;
  cursor: pointer;
  display: block;
  font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase; }
  .dsw-link:hover, .dsw-link:focus, .dsw-link:active {
    opacity: 0.7; }
  .dsw-link.arrow-next:after {
    display: inline-block;
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: '\e900'; }
  .dsw-link.arrow-next::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0.8125rem;
    line-height: 100%;
    font-weight: bold;
    padding-left: 5px;
    top: 60%; }
  .dsw-link.arrow-back {
    display: inline-block;
    padding-left: 20px; }
    .dsw-link.arrow-back:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e904'; }
    .dsw-link.arrow-back::before {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      font-size: 0.8125rem;
      line-height: 100%;
      font-weight: bold;
      left: 0;
      padding-left: 5px;
      top: 60%; }

.dsw-scroll-down {
  font-size: 1.125rem;
  line-height: 133.33333%;
  bottom: 50px;
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0; }
  .dsw-scroll-down:before {
    display: inline-block;
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: '\e800'; }
  .dsw-scroll-down::before {
    font-size: 1.5625rem;
    line-height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: -25px; }

/*  4. Headers
---------------------------------------------------------------------------- */
.dsw-head-default {
  font-size: 0.875rem;
  line-height: 171.42857%;
  border-bottom: 1px solid #eee;
  color: #666;
  font-weight: normal;
  margin-bottom: 50px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase; }
  .dsw-head-default h3:before {
    display: inline-block;
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: '\e807'; }
  .dsw-head-default h3::before {
    font-size: 1rem;
    line-height: 150%;
    margin-right: 12px; }
  .dsw-head-default .dsw-second-link {
    position: absolute;
    right: 0;
    top: 3px; }

/**

File:           tooltip.scss
Description:    custom tooltip styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General

*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-tooltip {
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0.01em;
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
  z-index: 2; }
  .dsw-tooltip.tooltip-left {
    transform: translate(-95%, -50%); }

/**

File:           menu.scss
Description:    menu and submenu styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    0. General
    1. Menu
    2. Submenu
    3. Mobile
    4. Experience editor styles


*/
/*  0. General
---------------------------------------------------------------------------- */
.dsw-logo {
  padding: 0 20px;
  z-index: 1; }
  @media only screen and (max-width: 1023px) {
    .dsw-logo {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      padding: 0 15px; }
      .dsw-logo img {
        height: 24px; } }
  @media only screen and (min-width: 1024px) {
    .dsw-logo {
      float: left;
      position: relative; }
      .dsw-logo a {
        display: inline-block;
        height: 120px;
        line-height: 120px;
        transition: none 0.2s ease-out;
        transition-property: height, line-height; }
      .dsw-logo img {
        height: 33px; } }
  .dsw-logo img {
    vertical-align: middle; }

/*  1. Menu
---------------------------------------------------------------------------- */
.dsw-site-header {
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 120px;
  position: fixed;
  transition: height 0.2s ease-out;
  width: 100%;
  z-index: 2; }
  @media only screen and (max-width: 1023px) {
    .dsw-site-header {
      height: 70px; } }
  @media only screen and (min-width: 1024px) {
    .dsw-site-header {
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .dsw-site-header.dsw-shrunk-header:not(.dsw-site-header-active-search) {
    height: 75px; }
    .dsw-site-header.dsw-shrunk-header:not(.dsw-site-header-active-search) .dsw-menu > ul > li {
      line-height: 75px; }
    .dsw-site-header.dsw-shrunk-header:not(.dsw-site-header-active-search) .dsw-logo a,
    .dsw-site-header.dsw-shrunk-header:not(.dsw-site-header-active-search) .dsw-search-toggle .dsw-m-glass {
      height: 75px;
      line-height: 75px; }
    .dsw-site-header.dsw-shrunk-header:not(.dsw-site-header-active-search) .dsw-logo a img {
      height: 33px; }
    @media only screen and (max-width: 1023px) {
      .dsw-site-header.dsw-shrunk-header:not(.dsw-site-header-active-search) {
        height: 70px; }
        .dsw-site-header.dsw-shrunk-header:not(.dsw-site-header-active-search) .dsw-menu > ul > li {
          line-height: 70px; }
        .dsw-site-header.dsw-shrunk-header:not(.dsw-site-header-active-search) .dsw-logo a {
          height: 70px;
          line-height: 70px; }
        .dsw-site-header.dsw-shrunk-header:not(.dsw-site-header-active-search) .dsw-logo a img {
          height: 24px; } }

.dsw-menu {
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .dsw-menu {
      display: inline-block; } }
  @media only screen and (min-width: 1600px) {
    .dsw-menu {
      display: block;
      left: 0;
      top: 0;
      position: absolute; } }
  .dsw-menu a {
    font-size: 1.25rem;
    line-height: 110%;
    letter-spacing: 0.025em;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: capitalize; }
    .dsw-menu a:hover, .dsw-menu a:active, .dsw-menu a:focus {
      color: #339fd5; }
  @media only screen and (max-width: 1023px) {
    .dsw-menu > ul {
      white-space: nowrap; } }
  .dsw-menu > ul > li {
    color: #fff;
    display: inline-block;
    line-height: 120px;
    margin: 0 30px;
    text-align: center;
    transition: line-height 0.2s ease-out;
    vertical-align: middle; }
    @media only screen and (max-width: 1023px) {
      .dsw-menu > ul > li {
        color: #fff;
        height: 70px;
        line-height: 70px; }
        .dsw-menu > ul > li > a {
          display: none; } }
    @media only screen and (min-width: 1024px) {
      .dsw-menu > ul > li {
        margin: 0 15px; } }
  .dsw-menu > ul > li:first-child,
  .dsw-menu > ul > li:last-child {
    display: none; }

/*  2. Submenu
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .dsw-site-header:not(.dsw-disclaimer-on) .dsw-submenu-wrapper {
    top: 70px !important; } }

.dsw-submenu-wrapper {
  background-color: #0085ce;
  color: #fff;
  height: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 120px;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .dsw-submenu-wrapper {
      top: 70px !important; }
      .dsw-submenu-wrapper > div,
      .dsw-submenu-wrapper > div > div {
        height: 70px; }
      .dsw-submenu-wrapper > div {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) {
    .dsw-submenu-wrapper > div {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 120px;
      width: 100%; }
      .dsw-submenu-wrapper > div > div {
        height: 120px;
        width: 100%; } }

.dsw-disclaimer-on .dsw-submenu-wrapper {
  top: 337px !important; }
  @media only screen and (min-width: 1024px) {
    .dsw-disclaimer-on .dsw-submenu-wrapper {
      top: 240px !important; } }

.dsw-submenu-wrapper-open {
  height: 120px;
  z-index: 3; }
  @media only screen and (max-width: 1023px) {
    .dsw-submenu-wrapper-open {
      height: 70px; } }

.dsw-submenu {
  height: 120px;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 1; }
  @media only screen and (max-width: 1023px) {
    .dsw-submenu {
      height: 70px; } }
  .dsw-submenu > li {
    display: inline-block;
    float: left;
    height: 120px;
    line-height: 120px;
    margin: 0 35px;
    max-width: 180px;
    vertical-align: top;
    white-space: pre-wrap;
    word-wrap: break-word; }
    @media only screen and (max-width: 1023px) {
      .dsw-submenu > li {
        height: 70px;
        line-height: 70px;
        margin: 0 17px;
        width: auto; } }
    .dsw-submenu > li:hover:after, .dsw-submenu > li:active:after {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      border-bottom: 2px solid #fff;
      bottom: 0;
      content: ' ';
      height: 2px;
      width: 90px;
      z-index: -1; }
  @media only screen and (max-width: 1023px) {
    .dsw-submenu > li:first-child {
      margin-left: 35px; } }
  @media only screen and (max-width: 1023px) {
    .dsw-submenu > li:last-child {
      margin-right: 35px; } }
  .dsw-submenu a {
    font-size: 1.25rem;
    line-height: 110%;
    letter-spacing: 0.025em;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 1023px) {
      .dsw-submenu a {
        font-size: 1rem;
        line-height: 100%; } }
    .dsw-submenu a:hover, .dsw-submenu a:active {
      color: #fff;
      opacity: 0.7; }

/*  3. Mobile menu
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .dsw-site-header:not(.dsw-site-header-open) .dsw-menu > ul > li {
    float: left; }
  .dsw-site-header:not(.dsw-site-header-open) .dsw-menu-active {
    margin: 0 10px !important;
    max-width: 23%;
    position: absolute;
    right: 75px; }
    .dsw-site-header:not(.dsw-site-header-open) .dsw-menu-active > a {
      font-size: 1rem;
      line-height: 425%;
      color: #fff;
      display: inline-block !important;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; } }

@media only screen and (min-width: 1024px) {
  .dsw-site-header:not(.dsw-site-header-open) .dsw-menu-active > a {
    color: #339fd5; } }

.dsw-site-header-open {
  background-color: #000;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3; }
  @media only screen and (max-width: 1023px) {
    .dsw-site-header-open .dsw-menu-active > a {
      color: #339fd5; } }
  .dsw-site-header-open .dsw-close-icon {
    display: block; }
  .dsw-site-header-open .dsw-logo,
  .dsw-site-header-open .dsw-hamburger-icon {
    display: none; }
  .dsw-site-header-open .dsw-menu {
    margin-bottom: 80px;
    margin-top: 80px;
    min-height: 420px;
    top: 0;
    transform: none; }
    .dsw-site-header-open .dsw-menu > ul {
      display: block;
      line-height: 65px; }
      .dsw-site-header-open .dsw-menu > ul > li {
        display: block;
        line-height: 65px; }
        .dsw-site-header-open .dsw-menu > ul > li > a {
          font-size: 2.25rem;
          letter-spacing: 0.015em;
          display: inline; }
  .dsw-site-header-open .dsw-submenu-wrapper {
    display: none; }

.dsw-menu-toggle {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
  right: 0;
  top: 0;
  transform: none; }
  @media only screen and (max-width: 1023px) {
    .dsw-menu-toggle {
      display: block; } }
  .dsw-menu-toggle button {
    margin: 25px;
    padding: 0; }

.dsw-hamburger-icon {
  background-color: #fff;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  width: 25px; }
  .dsw-hamburger-icon::last-child {
    margin-bottom: 0; }

.dsw-close-icon {
  display: none;
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 20px;
  width: 20px; }
  .dsw-close-icon:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    content: '\00D7';
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 0;
    top: 5px; }

/*  4. Experience editor styles
---------------------------------------------------------------------------- */
.dsw-site-edit-mode .dsw-site-header {
  z-index: 9081; }

/**

File:           search.scss
Description:    search styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    0. General
    1. Toggle Search button
    2. Search Box
    3. Search Results


*/
/*  0. General
---------------------------------------------------------------------------- */
.dsw-m-glass {
  color: #fff;
  transition: all 0.2s ease-out; }
  .dsw-m-glass:after {
    display: inline-block;
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: '\e906'; }

/*  1. Toggle Search button
---------------------------------------------------------------------------- */
.dsw-search-toggle {
  display: none;
  padding: 0 20px;
  z-index: 1; }
  @media only screen and (min-width: 1024px) {
    .dsw-search-toggle {
      color: #0085ce;
      display: inline-block;
      float: right;
      padding: 0 50px;
      position: relative; }
      .dsw-search-toggle:hover, .dsw-search-toggle:focus, .dsw-search-toggle:active {
        opacity: 0.7; }
      .dsw-search-toggle .dsw-m-glass {
        height: 120px;
        line-height: 120px; } }

.dsw-menu .dsw-search-toggle {
  color: #fff;
  display: block; }
  .dsw-menu .dsw-search-toggle .dsw-m-glass {
    font-size: 25px; }

/*  2. Search Box
---------------------------------------------------------------------------- */
.dsw-search-box {
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: none;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 90px;
  max-height: 120px;
  width: 100%;
  /* Style default cancel buttons
  http://davidbcalhoun.com/2012/more-fun-with-webkit-pseudoelements-webkit-search-cancel-button-or-pseudoclass-inception/
  */ }
  @media only screen and (min-width: 1024px) {
    .dsw-search-box {
      -ms-flex: 2 0;
      flex: 2 0;
      height: 100%;
      margin: 0;
      padding-left: 55px; } }
  .dsw-search-box input[type=search] {
    font-size: 1.5rem;
    line-height: 200%;
    letter-spacing: 0.015em;
    -webkit-appearance: none;
    border: 0;
    border-bottom: 3px dotted #9d9d9d;
    border-radius: 0;
    color: #fff;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    height: 55px;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 660px;
    min-width: calc(100% - 60px);
    outline: none;
    padding: 0 65px 0 0;
    text-transform: capitalize;
    width: calc(100% - 60px); }
    @media only screen and (min-width: 1024px) {
      .dsw-search-box input[type=search] {
        font-size: 1.875rem;
        line-height: 100%;
        margin: 0;
        padding-right: 85px;
        width: 100%; } }
    .dsw-search-box input[type=search]::-ms-clear {
      display: none; }
    .dsw-search-box input[type=search]::-webkit-search-cancel-button {
      display: none; }
  .dsw-search-box button {
    background: #333333;
    border-radius: 100%;
    visibility: hidden;
    height: 22px;
    min-width: 22px;
    padding: 3px;
    pointer-events: none;
    transform: translateX(-270%);
    width: 22px; }
    .dsw-search-box button:after {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e901'; }
    @media only screen and (max-width: 1023px) {
      .dsw-search-box button {
        position: absolute;
        right: 72px;
        top: 50%;
        transform: translateY(-50%); } }
    @media only screen and (min-width: 1024px) {
      .dsw-search-box button {
        transform: translateX(-320%); } }
    .dsw-search-box button span {
      display: none; }
    .dsw-search-box button:after {
      font-size: 10px;
      text-align: center; }
    .dsw-search-box button.dsw-active {
      visibility: visible;
      pointer-events: auto; }
  .dsw-search-box .dsw-m-glass {
    font-size: 30px;
    transform: translateX(-170%); }
    @media only screen and (max-width: 1023px) {
      .dsw-search-box .dsw-m-glass {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%); } }

/*  3. Search box
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .dsw-site-header-active-search .dsw-search-box {
    display: block;
    position: relative; } }

@media only screen and (min-width: 1024px) {
  .dsw-site-header-active-search .dsw-logo {
    display: block; }
  .dsw-site-header-active-search .dsw-search-box {
    display: -ms-flexbox;
    display: flex; } }

.dsw-site-header-active-search > .dsw-search-toggle .dsw-m-glass:after {
  display: inline-block;
  font-family: 'icomoon';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: '\e901'; }

.dsw-site-header-active-search > .dsw-menu {
  display: none; }

/*  4. Search results
---------------------------------------------------------------------------- */
.dsw-search-results-wrapper {
  padding: 0; }

.dsw-search-results {
  font-size: 1.0625rem;
  line-height: 158.82353%;
  letter-spacing: 0.03em;
  color: #fff;
  display: none;
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 10px 30px; }
  .dsw-search-results ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .dsw-search-results li {
    margin-bottom: 50px; }
  .dsw-search-results h3 {
    font-size: 1.625rem;
    line-height: 115.38462%;
    letter-spacing: 0.025em;
    color: #0085ce; }
  .dsw-search-results em {
    font-family: "FoundersGroteskWeb-Semibold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal; }
  .dsw-search-results i {
    font-style: normal; }
  .dsw-search-results header {
    font-size: 1.0625rem;
    line-height: 117.64706%;
    letter-spacing: 0.025em;
    border-bottom: 1px solid #373737;
    font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 27px;
    text-transform: uppercase; }
    .dsw-search-results header * {
      display: inline;
      line-height: 2em; }
    .dsw-search-results header a {
      color: #0085ce;
      font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      margin-left: 10px; }
  .dsw-search-results a {
    color: #0085ce; }
    .dsw-search-results a:hover, .dsw-search-results a:focus, .dsw-search-results a:active {
      opacity: 0.7; }
  .dsw-search-results .spinner {
    display: none; }
  .dsw-search-results.loading .dsw-search-filter-by-type {
    display: none; }
  .dsw-search-results.loading .spinner {
    display: block;
    margin-bottom: 30px; }
  .dsw-search-results.loading #dsw-search-all-results {
    display: none; }
  .dsw-search-results .dsw-search-results-count {
    display: block;
    margin-bottom: 60px; }
  .dsw-search-results .dsw-search-type-count {
    display: none; }

.dsw-site-header-active-results {
  background-color: #000; }
  @media only screen and (min-width: 1024px) {
    .dsw-site-header-active-results {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 3;
      /* Reset layout */ }
      .dsw-site-header-active-results .dsw-logo {
        -ms-flex-order: 1;
        order: 1; }
      .dsw-site-header-active-results .dsw-search-box {
        -ms-flex-order: 2;
        order: 2; }
      .dsw-site-header-active-results .dsw-search-toggle {
        -ms-flex-order: 3;
        order: 3; }
      .dsw-site-header-active-results .dsw-search-results {
        -ms-flex-order: 4;
        order: 4; } }
  .dsw-site-header-active-results .dsw-search-results {
    display: block;
    height: 100%;
    width: 100%; }

#dsw-search-type-results {
  display: none; }

#dsw-search-all-results > li:not(.dsw-search-type-populated) {
  display: none; }

.dsw-search-remove-filter-by-type {
  color: #0085ce;
  display: none;
  margin-bottom: 50px; }
  .dsw-search-remove-filter-by-type:before {
    display: inline-block;
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: '\e808'; }
  .dsw-search-remove-filter-by-type::before {
    margin-right: 10px; }

.dsw-search-filter-active .dsw-search-remove-filter-by-type {
  display: block; }

.dsw-search-filter-active .dsw-search-type-count {
  display: inline; }

.dsw-search-filter-active .dsw-search-results-count {
  margin-bottom: 10px; }

.dsw-search-filter-active .dsw-search-filter-by-type {
  display: none; }

.dsw-search-filter-active #dsw-search-type-results {
  display: block; }

.dsw-search-filter-active #dsw-search-all-results {
  display: none; }

/**

File:           content-feed.scss
Description:    content feed styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. Layout
    2. Latest Insights
    3. Quote
    4. Generic

*/
/*  1. Layout
---------------------------------------------------------------------------- */
.dsw-content-feed {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .dsw-content-feed {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }
  .dsw-content-feed .dsw-content-feed-col {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .dsw-content-feed .dsw-content-feed-col {
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      .dsw-content-feed .dsw-content-feed-col.traverse:first-child {
        -ms-flex-order: 2;
        order: 2; } }

.dsw-content-feed-latest,
.dsw-content-feed-quote,
.dsw-content-feed-link {
  background-color: #e1e1e1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .dsw-content-feed-latest,
    .dsw-content-feed-quote,
    .dsw-content-feed-link {
      font-size: 16px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    .dsw-content-feed-latest,
    .dsw-content-feed-quote,
    .dsw-content-feed-link {
      font-size: calc(16px + 8 * ((100vw - 1024px) / 576)); } }
  @media only screen and (min-width: 1024px) and (min-width: 1600px) {
    .dsw-content-feed-latest,
    .dsw-content-feed-quote,
    .dsw-content-feed-link {
      font-size: 24px; } }

/*  2. Latest Insights
---------------------------------------------------------------------------- */
.dsw-content-feed-latest {
  background: #fff;
  padding: 55px 30px 30px; }
  .dsw-content-feed-latest article {
    margin-bottom: 60px; }
    .dsw-content-feed-latest article:last-child {
      margin-bottom: 0; }
  .dsw-content-feed-latest h2 {
    font-size: 2.25rem;
    line-height: 77.77778%;
    letter-spacing: 0.01em;
    color: #333333;
    font-weight: normal;
    margin-bottom: 65px;
    text-transform: capitalize; }
  .dsw-content-feed-latest h3 {
    font-size: 2.25rem;
    line-height: 100%;
    letter-spacing: 0.025em;
    color: #7ac000;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: capitalize; }
    .dsw-content-feed-latest h3:hover {
      opacity: 0.7; }
  .dsw-content-feed-latest h4 {
    font-size: 1.0625rem;
    line-height: 100%;
    letter-spacing: 0.035em;
    color: #333333;
    font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .dsw-content-feed-latest p {
    font-size: 1.125rem;
    line-height: 150%;
    letter-spacing: 0.025em;
    border-bottom: 1px solid #e1e1e1;
    color: #666;
    padding-bottom: 30px;
    width: 100%; }
  .dsw-content-feed-latest time {
    font-size: 1.125rem;
    line-height: 194.44444%;
    letter-spacing: 0.025em;
    color: #9d9d9d;
    display: block;
    margin-top: 20px; }
  @media only screen and (min-width: 1024px) {
    .dsw-content-feed-latest {
      padding: 3.33333em 8.33333em 2.91667em 4.16667em; }
      .dsw-content-feed-latest article {
        margin-bottom: 14%; }
      .dsw-content-feed-latest h2 {
        font-size: 1.5em;
        margin-bottom: 24%; }
      .dsw-content-feed-latest h3 {
        color: #7bb801;
        font-size: 1.375em;
        line-height: 109.09091%;
        margin-bottom: 4%; }
      .dsw-content-feed-latest h4 {
        font-size: 0.66667em;
        line-height: 100%;
        margin-bottom: 7%; }
      .dsw-content-feed-latest p {
        font-size: 0.91667em;
        line-height: 154.54545%;
        padding-bottom: 4%; }
      .dsw-content-feed-latest time {
        font-size: 0.91667em;
        line-height: 100%;
        margin-top: 4%; } }

/*  3. Quote
---------------------------------------------------------------------------- */
.dsw-content-feed-quote {
  color: #fff;
  display: inline-block; }
  .dsw-content-feed-quote > a {
    display: inline-block;
    height: 100%;
    padding: 60px 30px;
    vertical-align: middle;
    width: 100%; }
  @media only screen and (min-width: 1024px) {
    .dsw-content-feed-quote {
      height: 33.33333em; }
      .ie .dsw-content-feed-quote {
        height: auto; }
      .dsw-content-feed-quote > a {
        padding: 4.16667em;
        transition: background 0.2s ease-out; }
        .dsw-content-feed-quote > a:hover {
          background: rgba(0, 0, 0, 0.15); } }

.dsw-content-feed-quote-wrapper {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  background: rgba(128, 185, 15, 0.92);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .dsw-content-feed-quote-wrapper {
      padding: 4.16667em; } }
  .dsw-content-feed-quote-wrapper q {
    font-size: 2.25rem;
    line-height: 105.55556%;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 25px;
    max-width: 100%; }
    @media only screen and (min-width: 1024px) {
      .dsw-content-feed-quote-wrapper q {
        font-size: 2.5em;
        line-height: 1;
        margin-bottom: 12.5%; } }
    .dsw-content-feed-quote-wrapper q:before, .dsw-content-feed-quote-wrapper q:after {
      color: rgba(255, 255, 255, 0.65);
      position: absolute; }
      @media only screen and (min-width: 1024px) {
        .dsw-content-feed-quote-wrapper q:before, .dsw-content-feed-quote-wrapper q:after {
          font-size: 2.34em;
          line-height: 0.6; } }
    .dsw-content-feed-quote-wrapper q:before {
      transform: translateX(-100%); }
  .dsw-content-feed-quote-wrapper span {
    font-size: 1.0625rem;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.65);
    display: block;
    font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .dsw-content-feed-quote-wrapper span {
        font-size: 1em; } }

/*  4. Generic link
---------------------------------------------------------------------------- */
.dsw-content-feed-link {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 30px; }
  @media only screen and (min-width: 1024px) {
    .dsw-content-feed-link {
      min-height: 16.66667em;
      padding: 2.91667em 8.33333em; } }
  .dsw-content-feed-link h2 {
    font-size: 1.875rem;
    line-height: 100%;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin-bottom: 50px; }
    @media only screen and (min-width: 1024px) {
      .dsw-content-feed-link h2 {
        font-size: 1.5em;
        margin-bottom: 11.25%; } }
  .dsw-content-feed-link h3 {
    font-size: 1.0625rem;
    line-height: 100%;
    font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin-bottom: 50px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1024px) {
      .dsw-content-feed-link h3 {
        font-size: 0.83333em;
        letter-spacing: 0.025em;
        line-height: 100%;
        margin-bottom: 13.75%; } }
  @media only screen and (min-width: 1024px) {
    .dsw-content-feed-link .dsw-button {
      font-size: 0.83333em;
      padding: 1.04167em 1.66667em; } }
  .dsw-content-feed-link .dsw-link {
    font-size: 1em; }

/**

File:           sharer-overlay.scss
Description:    sharer-overlay styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General


*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-sharer-overlay .top {
  left: 50%;
  margin: -20px auto 0;
  transform: translateX(-50%) translateY(-100%); }

.dsw-sharer-overlay .left {
  left: -2px;
  transform: translate(-100%, -23px); }
  @media only screen and (max-width: 1023px) {
    .dsw-sharer-overlay .left {
      left: 0;
      margin: auto;
      top: -2px;
      transform: translateY(-100%) translateX(-50%);
      width: 315px; } }

.dsw-sharer-overlay > ul {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  display: none;
  height: 90px;
  list-style: none;
  padding: 30px;
  position: absolute;
  text-align: center;
  width: 300px; }
  @media only screen and (max-width: 1023px) {
    .dsw-sharer-overlay > ul {
      width: calc(100% - 60px); } }
  .dsw-sharer-overlay > ul li {
    display: inline-block; }
  .dsw-sharer-overlay > ul a {
    color: #0085ce;
    display: inline-block;
    height: 25px;
    margin: 0 17px;
    text-align: center;
    white-space: nowrap;
    width: auto; }
    .dsw-sharer-overlay > ul a:hover, .dsw-sharer-overlay > ul a:focus, .dsw-sharer-overlay > ul a:active {
      opacity: 0.7; }
    @media only screen and (max-width: 1023px) {
      .dsw-sharer-overlay > ul a {
        margin: 0 12px; } }
  .dsw-sharer-overlay > ul a,
  .dsw-sharer-overlay > ul a::before {
    color: #fff;
    transition: color 0.2s ease-out; }
  .dsw-sharer-overlay > ul .dsw-icon-facebook {
    font-size: 25px; }
    .dsw-sharer-overlay > ul .dsw-icon-facebook:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e803'; }
  .dsw-sharer-overlay > ul .dsw-icon-linked-in {
    font-size: 24px; }
    .dsw-sharer-overlay > ul .dsw-icon-linked-in:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e801'; }
  .dsw-sharer-overlay > ul .dsw-icon-mail {
    font-size: 16px; }
    .dsw-sharer-overlay > ul .dsw-icon-mail:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e806'; }
  .dsw-sharer-overlay > ul .dsw-icon-twitter {
    font-size: 20px; }
    .dsw-sharer-overlay > ul .dsw-icon-twitter:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e802'; }
  .dsw-sharer-overlay > ul .dsw-clipboard {
    display: block;
    margin: 17px 0 0; }

.dsw-sharer-overlay.active-overlay > ul {
  display: inline-block; }

/**

File:           right-rail.scss
Description:    right-rail styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General
    2. Touch-specific


*/
/*  1. General
---------------------------------------------------------------------------- */
.dws-right-rail {
  color: #fff;
  display: none;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .dws-right-rail {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      position: fixed;
      right: 0;
      top: 65%; } }
  .dws-right-rail.dws-right-rail-active {
    display: block;
    z-index: 2; }
  @media only screen and (max-width: 1023px) {
    .dws-right-rail {
      display: none !important; } }

@media only screen and (max-width: 1023px) {
  .dsw-back-to-top,
  .dsw-share {
    display: inline-block;
    height: 70px;
    max-width: 160px;
    width: 42%; }
    .dsw-back-to-top:after,
    .dsw-share:after {
      line-height: 70px; }
    .dsw-back-to-top:last-child,
    .dsw-share:last-child {
      margin-right: 2px; } }

@media only screen and (min-width: 1024px) {
  .dsw-back-to-top,
  .dsw-share {
    display: block;
    height: 65px;
    width: 65px; }
    .dsw-back-to-top:first-child,
    .dsw-share:first-child {
      margin-bottom: 2px; } }

.dsw-share {
  background-color: #84b91a; }
  .dsw-share > div > a {
    display: block;
    font-size: 25px; }
    .dsw-share > div > a:after {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e805'; }
    .dsw-share > div > a:after {
      line-height: 65px; }

.dsw-back-to-top {
  background-color: #84b91a; }
  .dsw-back-to-top > a {
    display: block;
    font-size: 25px; }
    .dsw-back-to-top > a:after {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e800';
      content: '\e804'; }
    .dsw-back-to-top > a:after {
      line-height: 65px; }

/*  2. Touch-specific
---------------------------------------------------------------------------- */
.no-touch .dsw-back-to-top:active,
.no-touch .dsw-back-to-top:hover,
.no-touch .dsw-share:active,
.no-touch .dsw-share:hover {
  background-color: #a1ca50; }

/**

File:           quote.scss
Description:    quote-related styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General
    2. Sharer

*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-quote {
  color: #0085ce;
  position: relative; }
  .dsw-quote:before, .dsw-quote:after {
    clear: both;
    content: ' ';
    display: table; }
  .dsw-quote:after {
    clear: both; }
  @media only screen and (max-width: 1023px) {
    .dsw-quote p {
      margin-bottom: 20px; }
    .dsw-quote q {
      font-size: 2.25rem;
      line-height: 100%;
      display: block;
      margin-bottom: 16px; } }
  @media only screen and (min-width: 1024px) {
    .dsw-quote p {
      margin-bottom: 50px; }
    .dsw-quote q {
      font-size: 3.75rem;
      line-height: 103.33333%;
      display: block;
      margin-bottom: 20px; } }
  .dsw-quote .dsw-quote-author {
    font-size: 1.875rem;
    line-height: 100%;
    display: block; }
    @media only screen and (max-width: 1023px) {
      .dsw-quote .dsw-quote-author {
        font-size: 1.3125rem;
        line-height: 171.42857%; } }
    .dsw-quote .dsw-quote-author::before {
      content: '–'; }

/*  2. Sharer
---------------------------------------------------------------------------- */
.dsw-quote-sharer {
  display: none !important;
  float: right;
  height: auto;
  position: absolute;
  width: 132px; }
  @media only screen and (min-width: 1024px) {
    .dsw-quote-sharer {
      bottom: 50px;
      left: 100%; } }
  @media only screen and (max-width: 1023px) {
    .dsw-quote-sharer {
      margin-bottom: 40px;
      position: static; } }
  .dsw-quote-sharer > a {
    font-size: 1.25rem;
    line-height: 100%;
    display: block;
    text-align: center; }
    .dsw-quote-sharer > a:after {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e805'; }
    @media only screen and (max-width: 1023px) {
      .dsw-quote-sharer > a {
        font-size: 0.9375rem;
        line-height: 200%; } }
    .dsw-quote-sharer > a:after {
      display: inline-block;
      font-size: 20px;
      margin-left: 10px; }
      @media only screen and (max-width: 1023px) {
        .dsw-quote-sharer > a:after {
          font-size: 0.9375rem;
          line-height: 200%; } }

/**

File:           footer.scss
Description:    footer-related styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General
    2. Navigation
    3. Geolocation
    4. Copyright
    5. Country selector


*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-site-footer {
  background-color: #333333;
  color: #fff; }
  .dsw-site-footer ul li {
    float: left;
    letter-spacing: 0.05em;
    list-style: none; }
    .dsw-site-footer ul li:first-child {
      margin-left: 0;
      margin-top: 0; }
    .dsw-site-footer ul li:last-child {
      margin-bottom: 0;
      margin-right: 0; }
    .dsw-site-footer ul li:hover {
      opacity: 0.6; }

.dsw-site-footer-wrapper {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 120px;
  padding-top: 40px; }
  @media only screen and (min-width: 1024px) {
    .dsw-site-footer-wrapper {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: row;
      flex-direction: row;
      height: 230px;
      line-height: 2em;
      padding: 0 30px; } }

/*  2. Navigation
---------------------------------------------------------------------------- */
.dsw-site-footer-nav {
  -ms-flex-order: 1;
  order: 1; }
  @media only screen and (max-width: 1023px) {
    .dsw-site-footer-nav {
      text-align: center; }
      .dsw-site-footer-nav li {
        clear: both;
        margin-bottom: 15px;
        width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .dsw-site-footer-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
      max-width: 56%;
      padding-right: 50px; }
      .dsw-site-footer-nav li {
        margin-right: 5%; } }
  @media only screen and (min-width: 751px) and (max-width: 1024px) {
    .dsw-site-footer-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 0 auto;
      padding: 0; }
      .dsw-site-footer-nav li {
        margin-right: 3%; } }
  @media only screen and (max-width: 1023px) {
    .dsw-site-footer-nav {
      max-width: none; }
      .dsw-site-footer-nav li {
        margin-right: 5%; } }

/*  3. Social Links
---------------------------------------------------------------------------- */
.dsw-site-footer-social {
  -ms-flex-order: 2;
  order: 2; }
  @media only screen and (max-width: 1023px) {
    .dsw-site-footer-social {
      margin-top: 70px;
      text-align: center; } }
  @media only screen and (min-width: 1024px) {
    .dsw-site-footer-social {
      margin-right: 50px; } }
  @media only screen and (min-width: 751px) and (max-width: 1024px) {
    .dsw-site-footer-social {
      margin-right: 20px;
      text-align: center; } }
  .dsw-site-footer-social li {
    margin: 0 17px; }
  .dsw-site-footer-social a {
    display: inline-block;
    height: 25px;
    text-align: center;
    width: 25px; }
  .dsw-site-footer-social img {
    border: 0;
    bottom: 0;
    fill: #fff;
    height: 100%;
    left: 0;
    max-height: 100%;
    position: absolute;
    width: auto; }

@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .dsw-site-footer .dsw-site-footer-social li {
    display: inline-block;
    float: none; } }

@media only screen and (max-width: 750px) {
  .dsw-site-footer .dsw-site-footer-social li {
    display: inline-block;
    float: none; } }

/*  4. Copyright
---------------------------------------------------------------------------- */
.dsw-right-footer-cont {
  -ms-flex-order: 3;
  order: 3; }
  @media only screen and (max-width: 1023px) {
    .dsw-right-footer-cont {
      text-align: center; } }

.dsw-site-footer-copyright {
  color: #9d9d9d;
  cursor: default;
  float: left;
  line-height: 27px; }
  @media only screen and (max-width: 1023px) {
    .dsw-site-footer-copyright {
      display: inline-block;
      float: none;
      margin-top: 60px; } }

/*  5. Country selector
---------------------------------------------------------------------------- */
.dsw-country-selector {
  border-left: 1px solid #9d9d9d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 27px;
  line-height: 27px;
  margin-left: 15px;
  padding-left: 20px;
  position: relative; }
  .dsw-country-selector:before {
    display: inline-block;
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: '\e905'; }
  @media only screen and (max-width: 1023px) {
    .dsw-country-selector {
      display: inline-block;
      float: none;
      margin-top: 60px; } }
  .dsw-country-selector:before {
    margin-right: 10px; }
  .dsw-country-selector:hover span, .dsw-country-selector:hover:before {
    opacity: 0.6; }
  .dsw-country-selector ul {
    background: #000;
    display: none;
    max-height: 195px;
    overflow: auto;
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    width: 105px; }
    @media only screen and (max-width: 1023px) {
      .dsw-country-selector ul {
        margin-top: 27px;
        transform: translateY(-100%); } }
    .dsw-country-selector ul.dsw-visible {
      display: block; }
  .dsw-country-selector li {
    font-size: 1.125rem;
    line-height: 161.11111%;
    width: 100%; }
  .dsw-country-selector a {
    display: inline-block;
    height: 29px;
    padding-left: 50px;
    padding-right: 10px;
    width: 100%; }
    .dsw-country-selector a:hover {
      background-color: rgba(255, 255, 255, 0.25); }

/**

File:           hero-slide.scss
Description:    styles for the hero slide component


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General
    2. Experience editor styles


*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-hero-slide {
  background: #000;
  height: 1000px;
  margin-bottom: 100px;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    .dsw-hero-slide {
      height: 700px; } }
  .dsw-hero-slide .animate {
    transition: transform 0.5s ease-out; }
  .dsw-hero-slide .dsw-scroll-down {
    bottom: 80px;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    @media only screen and (min-width: 1024px) {
      .dsw-hero-slide .dsw-scroll-down {
        bottom: 150px; } }

.dsw-scroll-button {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.375rem;
  line-height: 163.63636%;
  bottom: 130px;
  color: #fff;
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  transition: color 0.3s ease-out; }
  .dsw-scroll-button:before {
    display: inline-block;
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: '\e800'; }
  @media only screen and (max-width: 1023px) {
    .dsw-scroll-button {
      display: none; } }
  .dsw-scroll-button:hover {
    color: #71c6c1; }
  .dsw-scroll-button:before {
    display: block;
    font-size: 27px;
    text-align: center; }

.dsw-slide-rail {
  font-size: 0;
  height: 100%;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.dsw-slide {
  display: inline-block;
  height: 1000px;
  position: relative;
  vertical-align: top;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .dsw-slide {
      height: 700px; } }
  .dsw-slide:before {
    background-color: rgba(0, 0, 0, 0.35);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }

.dsw-slide-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  top: 210px;
  white-space: normal;
  width: 900px;
  z-index: 1; }
  @media only screen and (max-width: 1023px) {
    .dsw-slide-text {
      top: 120px;
      width: 80%; } }
  .dsw-slide-text h1 {
    font-size: 5rem;
    line-height: 106.25%;
    font-weight: normal;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .dsw-slide-text h1 {
        font-size: 2.8125rem;
        line-height: 104.44444%;
        margin-bottom: 15px; } }
  .dsw-slide-text h2 {
    font-size: 1.25rem;
    line-height: 200%;
    letter-spacing: 0.05em;
    font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin-bottom: 70px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1023px) {
      .dsw-slide-text h2 {
        font-size: 0.8125rem;
        line-height: 153.84615%;
        letter-spacing: 0.05em;
        margin-bottom: 15px; } }
  .dsw-slide-text p {
    font-size: 1.5rem;
    line-height: 150%;
    margin-bottom: 70px; }
    @media only screen and (max-width: 1023px) {
      .dsw-slide-text p {
        font-size: 1.0625rem;
        line-height: 129.41176%;
        margin-bottom: 45px; } }
  .dsw-slide-text a {
    font-size: 1.25rem;
    line-height: 100%;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 20px 40px;
    text-transform: uppercase;
    transition: all 0.2s ease-out; }
    @media only screen and (max-width: 1023px) {
      .dsw-slide-text a {
        padding: 20px 35px; } }
    .dsw-slide-text a:hover {
      background-color: #fff;
      color: #0085ce; }

.dsw-hero-slide.dsw-content-slide {
  height: 800px; }
  @media only screen and (max-width: 1023px) {
    .dsw-hero-slide.dsw-content-slide {
      height: 535px; } }
  .dsw-hero-slide.dsw-content-slide .dsw-slide {
    height: 800px; }
    @media only screen and (max-width: 1023px) {
      .dsw-hero-slide.dsw-content-slide .dsw-slide {
        height: 535px; } }

.dsw-slide-rail[data-showcategories='False'] .dsw-slide-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .dsw-slide-rail[data-showcategories='False'] .dsw-slide-text h2 {
    display: none; }

.dsw-mobile-retina-img {
  background-size: cover;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%; }

@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi) {
  .dsw-mobile-retina-img {
    display: block; } }

.dsw-mobile-img {
  background-size: cover;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%; }

@media only screen and (max-width: 1023px) and (-webkit-max-device-pixel-ratio: 1.9895833333333333), only screen and (max-width: 1023px) and (max-resolution: 191dpi), only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1) {
  .dsw-mobile-img {
    display: block; } }

.dsw-desktop-img {
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .dsw-desktop-img {
      display: none; } }

.dsw-slide-indicators {
  bottom: 55px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1; }
  @media only screen and (max-width: 1023px) {
    .dsw-slide-indicators {
      bottom: 36px; } }
  .dsw-slide-indicators span {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-block;
    height: 11px;
    margin: 0 10px;
    transition: background 0.2s ease-out;
    width: 11px; }
    @media only screen and (max-width: 1023px) {
      .dsw-slide-indicators span {
        border-width: 1px;
        height: 9px;
        margin: 0 7px;
        width: 9px; } }
    .dsw-slide-indicators span.dsw-js-active {
      background: #fff; }
  .dsw-slide-indicators.dsw-js-hidden {
    display: none; }

.dsw-slide-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 103px;
  left: 50px;
  width: 53px;
  z-index: 1; }
  .dsw-slide-arrow:before {
    display: inline-block;
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: '\e808'; }
  @media only screen and (max-width: 1023px) {
    .dsw-slide-arrow {
      display: none; } }
  .dsw-slide-arrow span {
    display: none; }
  .dsw-slide-arrow:before {
    transition: opacity 0.2s ease-out;
    color: #fff;
    font-size: 53px; }
  .dsw-slide-arrow:hover:before {
    opacity: 0.7; }
  .dsw-slide-arrow.dsw-arrow-right {
    left: auto;
    right: 50px; }
    .dsw-slide-arrow.dsw-arrow-right:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e809'; }
  .dsw-slide-arrow.dsw-js-hidden {
    display: none; }

/*  2. Experience editor styles
---------------------------------------------------------------------------- */
.dsw-site-edit-mode .dsw-hero-slide {
  display: table;
  overflow: visible;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%; }

.dsw-site-edit-mode .dsw-slide-rail,
.dsw-site-edit-mode .dsw-slide {
  display: table;
  margin-left: 0 !important;
  min-height: 100px;
  transform: none !important;
  width: 100% !important; }

.dsw-site-edit-mode .dsw-slide.clone {
  display: none; }

.dsw-site-edit-mode .dsw-slide-indicators {
  display: none; }

.dsw-site-edit-mode .dsw-slide-arrow {
  display: none; }

/**

File:           content-grid.scss
Description:    styles for the content grid works for leadership grid and office grid


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General


*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-grid-wrapper {
  position: relative; }

.dsw-content-grid {
  display: table;
  margin: 0 auto;
  max-width: 1300px;
  padding: 100px 0;
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .dsw-content-grid {
      padding: 40px 0;
      text-align: left; } }
  .dsw-content-grid h1 {
    font-size: 1.25rem;
    line-height: 200%;
    font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin-bottom: 60px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1023px) {
      .dsw-content-grid h1 {
        font-size: 0.875rem;
        line-height: 142.85714%;
        margin-bottom: 40px;
        text-align: center; } }
  .dsw-content-grid > div {
    display: table;
    width: 100%; }

.dsw-grid-cell {
  cursor: pointer;
  float: left;
  height: 230px;
  width: 33.3333%; }
  @media only screen and (max-width: 1023px) {
    .dsw-grid-cell {
      height: 130px;
      width: 100%; } }
  .dsw-grid-cell header {
    box-sizing: border-box;
    height: 100%;
    padding: 55px 50px; }
    @media only screen and (max-width: 1023px) {
      .dsw-grid-cell header {
        border-bottom: 1px solid #eee;
        margin-left: 30px;
        padding: 27px 55px 27px 0; }
        .dsw-grid-cell header:after {
          display: inline-block;
          font-family: 'icomoon';
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          speak: none;
          text-transform: none;
          content: '\e900'; }
        .dsw-grid-cell header:after {
          position: absolute;
          top: 50%;
          transform: translate(0, -50%);
          color: #0085ce;
          font-size: 18px;
          right: 30px; } }
  .dsw-grid-cell h2 {
    font-size: 1.875rem;
    line-height: 166.66667%;
    color: #0085ce;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal; }
    @media only screen and (max-width: 1023px) {
      .dsw-grid-cell h2 {
        font-size: 1.6875rem;
        line-height: 118.51852%; } }
  .dsw-grid-cell p,
  .dsw-grid-cell a {
    font-size: 1.25rem;
    line-height: 160%;
    color: #666;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    @media only screen and (max-width: 1023px) {
      .dsw-grid-cell p,
      .dsw-grid-cell a {
        font-size: 1rem;
        line-height: 125%; } }
  .dsw-grid-cell:hover {
    background: #eee; }

@media only screen and (max-width: 1023px) {
  .dsw-grid-cell:first-child header {
    border-top: 1px solid #eee; } }

.dsw-cell-content {
  display: none; }

.dsw-grid-modal {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }
  @media only screen and (max-width: 1023px) {
    .dsw-grid-modal {
      position: fixed;
      z-index: 3; } }
  .dsw-grid-modal.dsw-js-visible {
    display: block; }

.dsw-close-grid-modal {
  color: #9d9d9d;
  font-size: 37px;
  height: 37px;
  padding: 0;
  position: absolute;
  right: 50px;
  top: 50px;
  transition: transform 0.2s ease;
  width: 37px; }
  .dsw-close-grid-modal:before {
    display: inline-block;
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: '\e901'; }
  @media only screen and (max-width: 1023px) {
    .dsw-close-grid-modal {
      font-size: 19px;
      right: 30px;
      top: 30px; } }
  .dsw-close-grid-modal span {
    display: none; }
  .dsw-close-grid-modal:hover {
    transform: rotate(180deg); }
  .dsw-close-grid-modal:before {
    vertical-align: top; }

.dsw-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #9d9d9d;
  font-size: 103px;
  height: 103px;
  overflow: visible;
  padding: 0;
  position: absolute;
  transition: color 0.3s ease-out;
  width: 56px; }
  @media only screen and (max-width: 1023px) {
    .dsw-modal-arrow {
      color: #0085ce;
      font-size: 18px;
      height: 22px;
      line-height: 22px;
      position: static;
      transform: none;
      transition: none;
      width: calc(49% - 30px); } }
  .dsw-modal-arrow span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.375rem;
    line-height: 227.27273%;
    color: #0085ce;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    transition-property: opacity, transform;
    width: 400%; }
  .dsw-modal-arrow:hover {
    color: #0085ce; }
    .dsw-modal-arrow:hover.dsw-left-arrow span,
    .dsw-modal-arrow:hover.dsw-right-arrow span {
      opacity: 1;
      transform: translateX(0) translateY(-50%); }
  .dsw-modal-arrow:before {
    vertical-align: top; }
  .dsw-modal-arrow.dsw-left-arrow {
    left: 45px; }
    .dsw-modal-arrow.dsw-left-arrow:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e808'; }
    @media only screen and (max-width: 1023px) {
      .dsw-modal-arrow.dsw-left-arrow {
        margin-left: 30px;
        text-align: left; } }
    .dsw-modal-arrow.dsw-left-arrow span {
      left: 56px;
      margin-left: 15px;
      text-align: left;
      transform: translateX(10%) translateY(-50%); }
  .dsw-modal-arrow.dsw-right-arrow {
    right: 45px; }
    .dsw-modal-arrow.dsw-right-arrow:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e809'; }
    @media only screen and (max-width: 1023px) {
      .dsw-modal-arrow.dsw-right-arrow {
        margin-right: 30px;
        text-align: right; } }
    .dsw-modal-arrow.dsw-right-arrow span {
      margin-right: 15px;
      right: 56px;
      text-align: right;
      transform: translateX(-10%) translateY(-50%); }

@media only screen and (max-width: 1023px) {
  .dsw-modal-arrow.dsw-right-arrow {
    float: right; }
    .dsw-modal-arrow.dsw-right-arrow:after {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e809'; }
    .dsw-modal-arrow.dsw-right-arrow:after {
      vertical-align: middle; }
    .dsw-modal-arrow.dsw-right-arrow:before {
      display: none; } }

@media only screen and (max-width: 1023px) {
  .dsw-modal-arrow.dsw-left-arrow {
    float: left; }
    .dsw-modal-arrow.dsw-left-arrow:before {
      vertical-align: middle; } }

@media only screen and (max-width: 1023px) {
  .dsw-modal-arrow.dsw-right-arrow,
  .dsw-modal-arrow.dsw-left-arrow {
    margin-bottom: 30px; }
    .dsw-modal-arrow.dsw-right-arrow span,
    .dsw-modal-arrow.dsw-left-arrow span {
      font-size: 1.125rem;
      line-height: 127.77778%;
      display: inline-block;
      opacity: 1;
      overflow: hidden;
      position: static;
      text-overflow: ellipsis;
      transform: none;
      transition: none;
      vertical-align: middle;
      white-space: nowrap;
      width: calc(100% - 30px); } }

@media only screen and (max-width: 1023px) {
  .dsw-modal-arrow.dsw-left-arrow:hover span,
  .dsw-modal-arrow.dsw-right-arrow:hover span {
    transform: none; } }

.dsw-grid-modal-content {
  margin: 160px auto 0;
  max-width: 750px;
  padding-bottom: 45px;
  width: 45%; }
  @media only screen and (max-width: 1023px) {
    .dsw-grid-modal-content {
      border-bottom: 1px solid #eee;
      margin-bottom: 25px;
      margin-top: 90px;
      padding-bottom: 45px;
      width: calc(100% - 60px); } }
  .dsw-grid-modal-content h2 {
    font-size: 2.875rem;
    line-height: 130.43478%;
    color: #0085ce;
    font-weight: normal; }
    @media only screen and (max-width: 1023px) {
      .dsw-grid-modal-content h2 {
        font-size: 2.5rem;
        line-height: 127.5%; } }
  .dsw-grid-modal-content > p {
    font-size: 1.375rem;
    line-height: 159.09091%;
    color: #666;
    margin-bottom: 45px; }
    @media only screen and (max-width: 1023px) {
      .dsw-grid-modal-content > p {
        font-size: 1.25rem;
        line-height: 135%; } }
    .dsw-grid-modal-content > p:last-child {
      margin-bottom: 0; }

.dsw-grid-modal-copy {
  font-size: 1.375rem;
  line-height: 159.09091%;
  color: #666; }
  @media only screen and (max-width: 1023px) {
    .dsw-grid-modal-copy {
      font-size: 1.125rem;
      line-height: 150%; } }
  .dsw-grid-modal-copy p {
    margin-bottom: 45px; }
    @media only screen and (max-width: 1023px) {
      .dsw-grid-modal-copy p {
        margin-bottom: 37px; } }

@media only screen and (max-width: 1023px) {
  body.dsw-js-open-overlay {
    overflow: hidden; } }

/*  2. Offices grid
---------------------------------------------------------------------------- */
.dsw-offices-grid .dsw-grid-cell {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0 0; }
  @media only screen and (max-width: 1023px) {
    .dsw-offices-grid .dsw-grid-cell {
      background-image: none !important;
      height: 115px; } }
  .dsw-offices-grid .dsw-grid-cell header a {
    cursor: default;
    pointer-events: none; }
  .dsw-offices-grid .dsw-grid-cell:hover {
    background-size: cover; }
    .dsw-offices-grid .dsw-grid-cell:hover h2,
    .dsw-offices-grid .dsw-grid-cell:hover p,
    .dsw-offices-grid .dsw-grid-cell:hover a {
      color: #fff; }
    @media only screen and (max-width: 1023px) {
      .dsw-offices-grid .dsw-grid-cell:hover h2 {
        color: #0085ce; } }
    @media only screen and (max-width: 1023px) {
      .dsw-offices-grid .dsw-grid-cell:hover p,
      .dsw-offices-grid .dsw-grid-cell:hover a {
        color: #666; } }
    .dsw-offices-grid .dsw-grid-cell:hover.dsw-headquarters-cell header::before,
    .dsw-offices-grid .dsw-grid-cell:hover.dsw-headquarters-cell .dsw-headquarters-div::before {
      display: none; }
  .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell {
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100%; }
    @media only screen and (max-width: 1023px) {
      .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell {
        border-bottom: 0; } }
    .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell header a {
      display: none; }
      @media only screen and (max-width: 1023px) {
        .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell header a {
          display: block; } }
    .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell header p {
      display: block; }
      @media only screen and (max-width: 1023px) {
        .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell header p {
          display: none; } }
    .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell header,
    .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell .dsw-headquarters-div {
      box-sizing: border-box;
      float: left;
      height: 100%;
      padding: 55px 50px;
      width: 33.3333%; }
      .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell header:last-child::before,
      .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell .dsw-headquarters-div:last-child::before {
        display: none; }
    .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell .dsw-headquarters-div {
      padding: 55px 0;
      width: 50%; }
      .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell .dsw-headquarters-div p {
        font-size: 2rem;
        line-height: 131.25%; }
      .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell .dsw-headquarters-div span {
        display: block; }
    .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell header::before,
    .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell .dsw-headquarters-div::before {
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      content: '';
      display: block;
      height: 50%;
      right: 0;
      width: 1px; }
    .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell .dsw-cell-content {
      display: block;
      float: left;
      height: 100%;
      width: 66.6666%; }
      @media only screen and (max-width: 1023px) {
        .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell .dsw-cell-content {
          display: none; } }
  @media only screen and (max-width: 1023px) {
    .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell header {
      padding: 27px 55px 27px 0;
      width: calc(100% - 30px); }
      .dsw-offices-grid .dsw-grid-cell.dsw-headquarters-cell header:before {
        display: none; } }

.dsw-offices-grid .dsw-grid-modal {
  background-position: center center;
  background-size: cover;
  text-align: center; }
  .dsw-offices-grid .dsw-grid-modal .dsw-close-grid-modal:before {
    color: #fff; }
  .dsw-offices-grid .dsw-grid-modal .dsw-modal-arrow {
    color: #fff;
    opacity: 0.3; }
    .dsw-offices-grid .dsw-grid-modal .dsw-modal-arrow span {
      color: #fff; }
    .dsw-offices-grid .dsw-grid-modal .dsw-modal-arrow:hover {
      opacity: 1; }
  .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 1023px) {
      .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content {
        border-bottom: 0; } }
    .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content h2 {
      font-size: 5rem;
      line-height: 125%;
      margin-bottom: 90px; }
      @media only screen and (max-width: 1023px) {
        .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content h2 {
          font-size: 2.5rem;
          line-height: 125%;
          margin-bottom: 40px; } }
    .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content h2,
    .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content p {
      color: #fff; }
    .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content > p {
      display: none; }
    .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content .dsw-office-phones {
      margin-bottom: 100px; }
      @media only screen and (max-width: 1023px) {
        .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content .dsw-office-phones {
          margin-bottom: 40px; } }
    .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content .dsw-office-phones p {
      font-size: 2.5rem;
      line-height: 125%; }
    .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content .dsw-office-address p {
      font-size: 2.25rem;
      line-height: 125%; }
    .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content .dsw-office-phones p,
    .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content .dsw-office-address p {
      margin-bottom: 0; }
      @media only screen and (max-width: 1023px) {
        .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content .dsw-office-phones p,
        .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content .dsw-office-address p {
          font-size: 1.25rem;
          line-height: 125%; } }
      .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content .dsw-office-phones p span,
      .dsw-offices-grid .dsw-grid-modal .dsw-grid-modal-content .dsw-office-address p span {
        font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        margin-right: 20px;
        text-transform: uppercase; }
  @media only screen and (max-width: 1023px) {
    .dsw-offices-grid .dsw-grid-modal .dsw-modal-arrow.dsw-right-arrow,
    .dsw-offices-grid .dsw-grid-modal .dsw-modal-arrow.dsw-left-arrow {
      bottom: 0;
      left: auto;
      opacity: 1;
      position: absolute;
      right: auto;
      top: auto; } }
  @media only screen and (max-width: 1023px) {
    .dsw-offices-grid .dsw-grid-modal .dsw-modal-arrow.dsw-right-arrow {
      right: 0; } }
  @media only screen and (max-width: 1023px) {
    .dsw-offices-grid .dsw-grid-modal .dsw-modal-arrow.dsw-left-arrow {
      left: 0; } }

/*  3. Touch specific styles
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .touch .dsw-offices-grid .dsw-grid-cell header a {
    cursor: pointer;
    pointer-events: auto; } }

/**

File:           content-intro.scss
Description:    content intro module styles go here


				◡◠ ✥ ◠◡

		Table of Contents:

		1. General

*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-content-intro, .dsw-capability-sub-category {
  margin-bottom: 100px;
  text-align: center; }
  .dsw-content-intro:before, .dsw-capability-sub-category:before, .dsw-content-intro:after, .dsw-capability-sub-category:after {
    clear: both;
    content: ' ';
    display: table; }
  .dsw-content-intro:after, .dsw-capability-sub-category:after {
    clear: both; }
  @media only screen and (min-width: 1024px) {
    .dsw-content-intro h3, .dsw-capability-sub-category h3 {
      margin: 0 auto 45px;
      max-width: 50%; }
    .dsw-content-intro .dsw-desc, .dsw-capability-sub-category .dsw-desc {
      margin: 0 auto;
      max-width: 60%; }
      .dsw-content-intro .dsw-desc a, .dsw-capability-sub-category .dsw-desc a {
        color: #0085ce; }
        .dsw-content-intro .dsw-desc a:hover, .dsw-capability-sub-category .dsw-desc a:hover, .dsw-content-intro .dsw-desc a:focus, .dsw-capability-sub-category .dsw-desc a:focus, .dsw-content-intro .dsw-desc a:active, .dsw-capability-sub-category .dsw-desc a:active {
          opacity: 0.7; } }
  .dsw-content-intro h3, .dsw-capability-sub-category h3 {
    font-size: 3.125rem;
    line-height: 124%;
    color: #0085ce;
    font-weight: normal;
    margin-bottom: 45px; }
  .dsw-content-intro .dsw-desc, .dsw-capability-sub-category .dsw-desc {
    font-size: 1.375rem;
    line-height: 154.54545%;
    color: #666;
    text-align: center; }
  .dsw-content-intro .dsw-button, .dsw-capability-sub-category .dsw-button {
    margin-top: 45px; }

/**

File:           media.scss
Description:    Styles for fluid layout to inline media resources


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General
    2. Video
    3. Photo
    4. Video excerpt


*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-inline-media {
  padding-bottom: 100px; }
  .dsw-inline-media .dsw-inline-media-wrapper:before, .dsw-inline-media .dsw-inline-media-wrapper:after {
    clear: both;
    content: ' ';
    display: table; }
  .dsw-inline-media .dsw-inline-media-wrapper:after {
    clear: both; }
  @media only screen and (min-width: 1024px) {
    .dsw-inline-media .dsw-quote-sharer {
      left: 80%; }
      .dsw-inline-media .dsw-quote-sharer .top {
        left: -15%; } }
  @media only screen and (max-width: 1023px) {
    .dsw-inline-media .dsw-quote-sharer {
      margin-right: 30px; }
      .dsw-inline-media .dsw-quote-sharer .top {
        max-width: 80%; } }
  .dsw-inline-media .dsw-quote-sharer > a {
    color: #0085ce; }

/*  2. Video
---------------------------------------------------------------------------- */
.dsw-video .dsw-video-wrapper {
  height: 180px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 25px;
  position: relative; }
  @media only screen and (min-width: 751px) and (max-width: 1023px) {
    .dsw-video .dsw-video-wrapper {
      height: 650px; } }
  @media only screen and (min-width: 1024px) {
    .dsw-video .dsw-video-wrapper {
      height: 650px; } }
  .dsw-video .dsw-video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/*  3. Photo
---------------------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  .dsw-photo {
    margin-bottom: 100px; } }

.dsw-photo .dsw-image-wrapper {
  margin: 0 auto;
  max-height: 650px;
  overflow: hidden;
  text-align: center; }
  .dsw-photo .dsw-image-wrapper img {
    width: 100%; }

/*  4. Video excerpt
---------------------------------------------------------------------------- */
.dsw-video-excerpt {
  font-size: 1rem;
  line-height: 168.75%;
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 0.04em; }
  .dsw-video-excerpt .heading {
    color: #000;
    font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    text-transform: capitalize; }
  .dsw-video-excerpt p {
    margin-bottom: 45px !important; }

.dsw-video-excerpt-checkout {
  margin-top: 75px; }

/**

File:           stats.scss
Description:    stats module styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General

*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-stats-wrapper {
  margin-bottom: 100px;
  min-height: 200px;
  width: 100%; }
  .dsw-stats-wrapper:before, .dsw-stats-wrapper:after {
    clear: both;
    content: ' ';
    display: table; }
  .dsw-stats-wrapper:after {
    clear: both; }
  @media only screen and (max-width: 1023px) {
    .dsw-stats-wrapper {
      margin-bottom: 100px; } }
  .dsw-stats-wrapper.dsw-bordered {
    border: 0; }
    @media only screen and (max-width: 1023px) {
      .dsw-stats-wrapper.dsw-bordered {
        border-bottom: 1px solid #e1e1e1;
        border-top: 1px solid #e1e1e1; } }
    .dsw-stats-wrapper.dsw-bordered .dsw-stats {
      border-bottom: 1px solid #e1e1e1;
      border-top: 1px solid #e1e1e1; }
      @media only screen and (max-width: 1023px) {
        .dsw-stats-wrapper.dsw-bordered .dsw-stats {
          border: 0; } }
  .dsw-stats-wrapper.dsw-grey-bg {
    background: #f5f5f5;
    border: 0; }
    .dsw-stats-wrapper.dsw-grey-bg .dsw-stats {
      border: 0; }
  .dsw-stats-wrapper.dsw-blue-font .dsw-stats {
    color: #0085ce; }

.dsw-stats {
  color: #7bb801;
  font-size: 0;
  margin: 0 auto;
  max-width: 1600px;
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
  white-space: nowrap;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .dsw-stats {
      padding-top: 60px;
      padding-bottom: 0;
      width: calc(100% - 60px); } }

.dsw-stat {
  display: inline-block;
  margin: 0 2%;
  width: 29.3331%; }
  @media only screen and (max-width: 1023px) {
    .dsw-stat {
      display: block;
      margin: 0 auto 60px;
      width: 100%; } }
  .dsw-stat h2 {
    font-size: 5.1rem;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 0;
    overflow: visible;
    white-space: nowrap;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .dsw-stat h2 {
        font-size: calc(5.1rem + 2.1 * ((100vw - 1024px) / 390)); } }
    @media screen and (min-width: 1414px) {
      .dsw-stat h2 {
        font-size: 7.2rem; } }
    @media only screen and (max-width: 1023px) {
      .dsw-stat h2 {
        font-size: 4.6875rem;
        line-height: 100%; } }
  .dsw-stat p {
    font-size: 1.4rem;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media screen and (min-width: 1024px) {
      .dsw-stat p {
        font-size: calc(1.4rem + 0.475 * ((100vw - 1024px) / 390)); } }
    @media screen and (min-width: 1414px) {
      .dsw-stat p {
        font-size: 1.875rem; } }
    @media only screen and (max-width: 1023px) {
      .dsw-stat p {
        font-size: 1.25rem;
        line-height: 150%; } }

/**

File:           404.scss
Description:    404 styles go here


				◡◠ ✥ ◠◡

		Table of Contents:

		1. General

*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-content-not-found {
  margin: 100px auto;
  text-align: center; }
  .dsw-content-not-found:before, .dsw-content-not-found:after {
    clear: both;
    content: ' ';
    display: table; }
  .dsw-content-not-found:after {
    clear: both; }
  @media only screen and (min-width: 1024px) {
    .dsw-content-not-found h1 {
      margin: 0 auto 45px;
      max-width: 50%; }
    .dsw-content-not-found .dsw-desc {
      margin: 0 auto;
      max-width: 60%; } }
  .dsw-content-not-found h1 {
    font-size: 3.125rem;
    line-height: 124%;
    color: #666;
    font-weight: normal;
    margin-bottom: 45px; }
  .dsw-content-not-found .dsw-desc {
    font-size: 1.375rem;
    line-height: 154.54545%;
    color: #666;
    text-align: center; }
    .dsw-content-not-found .dsw-desc a {
      color: #0085ce; }
    .dsw-content-not-found .dsw-desc a:hover {
      color: #71c6c1; }

/**

File:           spinner.scss
Description:    loading spinner module styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General

*/
/*  1. General
---------------------------------------------------------------------------- */
.spinner {
  margin: 0 auto;
  text-align: center;
  width: 100px; }
  .spinner div {
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    background-color: #0085ce;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    width: 20px; }
  .spinner .bounce1 {
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/**

File:           cookie-disclaimer.scss
Description:    cookie disclaimer styles go here


				◡◠ ✥ ◠◡

		Table of Contents:

		1. General

*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-cookie-disclaimer {
  font-size: 1.125rem;
  line-height: 127.77778%;
  -ms-flex-align: center;
  align-items: center;
  background: #eee;
  color: #666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: 120px;
  padding: 32px 50px;
  position: fixed;
  transition: all 0.1s ease-out;
  transition-property: height, padding;
  width: 100%;
  z-index: 3; }
  @media only screen and (max-width: 1023px) {
    .dsw-cookie-disclaimer {
      display: block;
      min-height: 267px;
      padding: 25px 15px;
      text-align: center; } }
  .dsw-cookie-disclaimer p {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -ms-flex-order: 1;
    order: 1; }
    @media only screen and (max-width: 1023px) {
      .dsw-cookie-disclaimer p {
        margin-bottom: 25px;
        text-align: left;
        width: calc(100% - 30px); } }
  .dsw-cookie-disclaimer a {
    color: #0085ce; }
    .dsw-cookie-disclaimer a:hover, .dsw-cookie-disclaimer a:focus, .dsw-cookie-disclaimer a:active {
      opacity: 0.7; }
  .dsw-cookie-disclaimer .dsw-button {
    background: #eee;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    float: right;
    margin-left: 50px;
    min-width: 115px;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 1023px) {
      .dsw-cookie-disclaimer .dsw-button {
        float: none;
        margin-left: 0; } }
  .dsw-cookie-disclaimer.dsw-hidden-disclaimer {
    height: 0;
    min-height: 0;
    padding: 0; }
    .dsw-cookie-disclaimer.dsw-hidden-disclaimer > * {
      display: none; }

.dsw-site-header.dsw-disclaimer-on {
  top: 267px; }
  .dsw-site-header.dsw-disclaimer-on.dsw-site-header-open {
    height: calc(100vh - 267px); }
  @media only screen and (min-width: 1024px) {
    .dsw-site-header.dsw-disclaimer-on {
      top: 120px; } }

.dsw-site-edit-mode .dsw-cookie-disclaimer {
  display: none; }

.dsw-site-edit-mode .dsw-site-header {
  top: auto; }
  .dsw-site-edit-mode .dsw-site-header.dsw-disclaimer-on {
    top: auto !important; }

/**

File:           article.scss
Description:    article-related styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General
    2. Hero
    3. Categories
    4. Body


*/
/*  1. General
---------------------------------------------------------------------------- */
/*  2. Hero
---------------------------------------------------------------------------- */
.dsw-article-hero {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden; }
  .dsw-article-hero:before, .dsw-article-hero:after {
    clear: both;
    content: ' ';
    display: table; }
  .dsw-article-hero:after {
    clear: both; }
  @media only screen and (max-width: 1023px) {
    .dsw-article-hero {
      height: 580px;
      margin-bottom: 40px; }
      .dsw-article-hero h1 {
        font-size: 2.1875rem;
        line-height: 111.42857%;
        font-weight: normal;
        margin-bottom: 30px; }
      .dsw-article-hero p {
        font-size: 1.0625rem;
        line-height: 129.41176%; }
      .dsw-article-hero header > span {
        font-size: 1.0625rem;
        line-height: 129.41176%;
        margin-bottom: 20px; } }
  @media only screen and (min-width: 1024px) {
    .dsw-article-hero {
      height: 1000px;
      margin-bottom: 85px; }
      .dsw-article-hero h1 {
        font-size: 5rem;
        line-height: 106.25%;
        font-weight: normal;
        margin-bottom: 30px; }
      .dsw-article-hero p {
        font-size: 1.5rem;
        line-height: 150%; }
      .dsw-article-hero header > span {
        font-size: 1.5rem;
        line-height: 150%;
        margin-bottom: 40px; } }
  .dsw-article-hero header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 900px;
    text-align: center;
    width: 90%;
    z-index: 1; }
    .dsw-article-hero header > span {
      display: block;
      font-family: "FoundersGroteskWeb-Semibold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      text-transform: uppercase; }
  .dsw-article-hero:before {
    background-color: rgba(0, 0, 0, 0.35);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }

@media only screen and (min-width: 1024px) {
  .dsw-article-small-hero {
    height: 650px; } }

@media only screen and (max-width: 1023px) {
  .dsw-article-small-hero {
    height: 410px; } }

@media only screen and (max-width: 1023px) {
  .dsw-article-hero-inverted h1 {
    margin: 0; } }

@media only screen and (min-width: 1024px) {
  .dsw-article-hero-inverted h1 {
    margin: 0; } }

.dsw-article-hero-inverted header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.dsw-article-hero-blank {
  background: none; }
  .dsw-article-hero-blank header {
    color: #000; }

/*  3. Categories
---------------------------------------------------------------------------- */
.dsw-article-categories {
  font-size: 1rem;
  line-height: 168.75%;
  text-transform: uppercase;
  z-index: 1; }
  .dsw-article-categories:before, .dsw-article-categories:after {
    clear: both;
    content: ' ';
    display: table; }
  .dsw-article-categories:after {
    clear: both; }
  @media only screen and (max-width: 1023px) {
    .dsw-article-categories {
      font-size: 1.0625rem;
      line-height: 176.47059%;
      margin-bottom: 40px; }
      .dsw-article-categories li {
        display: inline-block;
        float: left;
        margin-right: 15px; }
      .dsw-article-categories li:nth-child(odd) {
        clear: left; }
      .dsw-article-categories ul {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 40px; }
        .dsw-article-categories ul:before, .dsw-article-categories ul:after {
          clear: both;
          content: ' ';
          display: table; }
        .dsw-article-categories ul:after {
          clear: both; } }
  @media only screen and (min-width: 1024px) {
    .dsw-article-categories header,
    .dsw-article-categories li,
    .dsw-article-categories ul {
      display: block; } }
  .dsw-article-categories header {
    font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    @media only screen and (min-width: 1024px) {
      .dsw-article-categories header {
        margin-bottom: 20px; } }
  .dsw-article-categories ul {
    font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .dsw-article-categories li:nth-child(3n+1) {
    color: #0085ce; }
  .dsw-article-categories li:nth-child(3n+2) {
    color: #7bb801; }
  .dsw-article-categories li:nth-child(3n+3) {
    color: #632586; }
  .dsw-article-categories li:nth-child(3n+4) {
    color: #b7295b; }

@media only screen and (min-width: 1024px) {
  .dsw-article-categories-wrapper {
    padding-right: 40px;
    position: absolute;
    transform: translate(-100%, 0);
    width: 165px; } }

@media only screen and (min-width: 1600px) {
  .dsw-article-categories-wrapper {
    padding-right: 100px;
    position: absolute;
    transform: translate(-100%, 0);
    width: 280px; } }

/*  4. Body
---------------------------------------------------------------------------- */
.dsw-article-textblock {
  color: #666;
  letter-spacing: 0.024em; }
  .dsw-article-textblock a {
    color: #0085ce; }
    .dsw-article-textblock a:hover, .dsw-article-textblock a:focus, .dsw-article-textblock a:active {
      opacity: 0.7; }
  .dsw-article-textblock .dsw-article-textblock {
    padding: 0 !important; }
  @media only screen and (max-width: 1023px) {
    .dsw-article-textblock {
      font-size: 1.125rem;
      line-height: 150%;
      margin-bottom: 20px; }
      .dsw-article-textblock p {
        margin-bottom: 20px; }
      .dsw-article-textblock > *:last-child {
        margin-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .dsw-article-textblock {
      font-size: 1.375rem;
      line-height: 154.54545%;
      margin-bottom: 50px; }
      .dsw-article-textblock p {
        margin-bottom: 50px; }
      .dsw-article-textblock > *:last-child {
        margin-bottom: 0; } }
  .dsw-article-textblock h2,
  .dsw-article-textblock h3,
  .dsw-article-textblock h4 {
    color: #000;
    font-weight: normal;
    letter-spacing: 0.01em; }
  @media only screen and (max-width: 1023px) {
    .dsw-article-textblock h2 {
      font-size: 1.6875rem;
      line-height: 111.11111%;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1024px) {
    .dsw-article-textblock h2 {
      font-size: 2.25rem;
      line-height: 127.77778%;
      margin-bottom: 45px; } }
  .dsw-article-textblock h3 {
    font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .dsw-article-textblock img {
    height: auto;
    max-height: none !important;
    max-width: 100% !important; }
  .dsw-article-textblock ul, .dsw-article-textblock ol {
    margin-left: 30px; }
  .dsw-article-textblock li ol, .dsw-article-textblock li ul {
    margin: 0; }

.dsw-article-textblock-wide a {
  color: #0085ce; }
  .dsw-article-textblock-wide a:hover, .dsw-article-textblock-wide a:focus, .dsw-article-textblock-wide a:active {
    opacity: 0.7; }

/**

File:           capability.scss
Description:    capability styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. Tile
    2. Product Tile
    3. Experience editor styles


*/
/*  1. Tile
---------------------------------------------------------------------------- */
.dsw-capabilities {
  padding: 100px 0; }
  @media only screen and (max-width: 1023px) {
    .dsw-capabilities {
      padding: 50px 0 100px; } }
  .dsw-capabilities header {
    margin-bottom: 90px;
    text-align: center; }
    @media only screen and (max-width: 1023px) {
      .dsw-capabilities header {
        margin-bottom: 40px; } }
    .dsw-capabilities header h3 {
      font-size: 1.25rem;
      line-height: 150%;
      color: #333333;
      font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: normal;
      text-transform: uppercase; }
  .dsw-capabilities ul {
    list-style: none; }
  @media only screen and (max-width: 1023px) {
    .dsw-capabilities .dsw-capabilities-tile {
      text-align: center;
      max-width: 90%;
      margin: 0 auto; }
      .dsw-capabilities .dsw-capabilities-tile .dsw-capability-content {
        padding: 50px 0; } }
  @media only screen and (min-width: 1024px) {
    .dsw-capabilities .dsw-capabilities-tile {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 90px; }
      .dsw-capabilities .dsw-capabilities-tile > div {
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .dsw-capabilities .dsw-capabilities-tile:last-child {
        margin-bottom: 0; } }
  .dsw-capabilities .dsw-capabilities-tile:nth-child(odd) .dsw-capability-image {
    -ms-flex-order: 1;
    order: 1; }
  @media only screen and (min-width: 1024px) {
    .dsw-capabilities .dsw-capability-image {
      -ms-flex: 57%;
      flex: 57%; } }
  .dsw-capabilities .dsw-capability-image img {
    width: 100%; }
  .dsw-capabilities .dsw-capability-content {
    padding: 0 100px; }
    @media only screen and (min-width: 1024px) {
      .dsw-capabilities .dsw-capability-content {
        -ms-flex: 43%;
        flex: 43%; } }
  .dsw-capabilities .dsw-capability-title {
    font-size: 2.25rem;
    line-height: 133.33333%;
    color: #0085ce;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin-bottom: 40px; }
  .dsw-capabilities .dsw-capability-desc {
    font-size: 1.375rem;
    line-height: 136.36364%;
    color: #666;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 40px; }

/*  2. Product Tile
---------------------------------------------------------------------------- */
.dsw-capability-sub-category {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 70px; }
  .dsw-capability-sub-category .dsw-desc {
    margin-bottom: 50px; }
    @media only screen and (min-width: 1024px) {
      .dsw-capability-sub-category .dsw-desc {
        max-width: 70%; } }

.dsw-product-tile {
  margin-bottom: 100px;
  padding: 0 10px;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 751px) and (max-width: 1023px) {
    .dsw-product-tile {
      padding: 0 10px; } }
  @media only screen and (min-width: 1024px) {
    .dsw-product-tile {
      padding: 80px 30px 0; } }
  .dsw-product-tile a {
    display: block;
    padding: 70px 30px; }
  .dsw-product-tile ul {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none; }
  .dsw-product-tile header {
    border-bottom-color: rgba(0, 0, 0, 0.07);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 50px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 1023px) {
      .dsw-product-tile header {
        border-bottom: 0;
        margin-bottom: 20px;
        padding-bottom: 0; } }
  .dsw-product-tile h3 {
    font-size: 0.875rem;
    line-height: 171.42857%;
    color: #666;
    font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase; }
    .dsw-product-tile h3:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e807'; }
    @media only screen and (max-width: 1023px) {
      .dsw-product-tile h3 {
        font-size: 1.0625rem;
        line-height: 164.70588%; } }
    .dsw-product-tile h3:before {
      font-size: 1rem;
      line-height: 150%;
      margin-right: 12px; }
  .dsw-product-tile li {
    border: 1px solid #e1e1e1;
    cursor: pointer;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .dsw-product-tile li {
        display: inline-block;
        -ms-flex-preferred-size: 32.5%;
        flex-basis: 32.5%;
        max-width: 32.5%;
        width: 32%;
        margin: 0.95rem 1% 0 0; }
        .dsw-product-tile li:nth-of-type(3n) {
          margin-right: 0; } }
    .dsw-product-tile li img {
      margin-bottom: 70px;
      max-height: 130px;
      max-width: 130px; }
    .dsw-product-tile li .dsw-link {
      text-transform: none; }
    .dsw-product-tile li:hover {
      background: #f5f5f5; }
  .dsw-product-tile .dsw-product-desc {
    font-size: 1.5rem;
    line-height: 100%;
    color: #666;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 20px; }

/*  3. Experience editor styles
---------------------------------------------------------------------------- */
.dsw-site-edit-mode .dsw-product-tile {
  padding-bottom: 100px; }

/**

File:           general-data.scss
Description:    styles for publishing dates and author for articles go here

        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General data styles


*/
/*  1. General data styles
---------------------------------------------------------------------------- */
.dsw-article-data {
  margin-bottom: 30px; }
  .dsw-article-data a {
    color: #0085ce; }
    .dsw-article-data a:hover, .dsw-article-data a:focus, .dsw-article-data a:active {
      opacity: 0.7; }
  @media only screen and (max-width: 1023px) {
    .dsw-article-data {
      margin-bottom: 20px; } }
  .dsw-article-data span {
    font-size: 1rem;
    line-height: 200%;
    color: #000;
    display: block;
    font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.dsw-article-date {
  text-transform: uppercase; }

/**

File:           content-types.scss
Description:    content types for blog styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. Items quantity
    2. Content type A
    3. Content type B
    4. Content type C
    5. Column options



*/
.dsw-type-filter-show {
  cursor: pointer; }

/*  2. Content type A
---------------------------------------------------------------------------- */
.dsw-content-type-a ul {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none; }

.dsw-content-type-a img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%; }

.dsw-info-type-a {
  font-size: 1rem;
  line-height: 137.5%;
  background: #fff;
  font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 35px;
  text-align: left; }
  .dsw-info-type-a h4 {
    font-size: 1.75rem;
    line-height: 121.42857%;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin-bottom: 32px; }
  .dsw-info-type-a .dsw-type {
    font-size: 1rem;
    line-height: 137.5%;
    font-weight: bold;
    margin-bottom: 32px;
    text-transform: uppercase; }
  .dsw-info-type-a .dsw-author {
    border-bottom: 1px dashed;
    display: inline-block;
    margin-bottom: 60px; }
  .dsw-info-type-a .dsw-tags li {
    margin-bottom: 10px;
    width: 100%; }
  .dsw-info-type-a .dsw-tags a {
    font-size: 1rem;
    line-height: 137.5%;
    font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase; }

/*  3. Content type B
---------------------------------------------------------------------------- */
.dsw-content-type-b img, .dsw-about-media img {
  width: 100%;
  vertical-align: baseline; }

.dsw-content-type-b .dsw-type-info, .dsw-about-media .dsw-type-info {
  color: white;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.dsw-content-type-b .dsw-feed-title, .dsw-about-media .dsw-feed-title {
  font-size: 3.75rem;
  line-height: 120%;
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 35px; }

.dsw-content-type-b .dsw-feed-text, .dsw-about-media .dsw-feed-text {
  font-size: 1.3125rem;
  line-height: 161.90476%;
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 70px; }

/*  4. Content type C
---------------------------------------------------------------------------- */
.dsw-content-type-c ul {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none; }

.dsw-content-type-c img {
  width: 100%;
  vertical-align: bottom; }

.dsw-content-type-c .dsw-info-type-c {
  padding: 0 28px 28px;
  text-align: left; }

.dsw-content-type-c .dsw-type {
  font-size: 0.75rem;
  line-height: 133.33333%;
  background: white;
  color: #9d9d9d;
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 40px;
  margin-left: -28px;
  padding: 28px;
  width: calc(100% + 56px); }

.dsw-content-type-c h4 {
  font-size: 1.75rem;
  line-height: 121.42857%;
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

/*  5. Column options
---------------------------------------------------------------------------- */
.dsw-feed-blog-content-type {
  margin: 0 auto 100px;
  max-width: 1150px;
  padding-top: 80px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .dsw-feed-blog-content-type .dsw-feed-blog-item > li {
      margin: 0;
      padding: 10px; } }

.dsw-feed-blog-item-3 .dsw-feed-blog-item > li {
  margin: 0 auto 40px; }
  .dsw-feed-blog-item-3 .dsw-feed-blog-item > li:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 1024px) {
    .dsw-feed-blog-item-3 .dsw-feed-blog-item > li {
      display: inline-block;
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%;
      width: 32.83333%; } }

.dsw-feed-blog-item-2 .dsw-feed-blog-item > li {
  margin: 0 auto 40px; }
  .dsw-feed-blog-item-2 .dsw-feed-blog-item > li:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 1024px) {
    .dsw-feed-blog-item-2 .dsw-feed-blog-item > li {
      display: inline-block;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      width: 49.5%; } }

.dsw-feed-blog-item-1 .dsw-feed-blog-item > li {
  width: 100%; }

.dsw-feed-blog-item-1 .dsw-feed-blog-item article {
  display: -ms-flexbox;
  display: flex; }

@media only screen and (min-width: 1024px) {
  .dsw-feed-blog-item-1 .dsw-item-type-a img {
    display: inline-block;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    width: 66.16667%;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 1024px) {
  .dsw-feed-blog-item-1 .dsw-info-type-a {
    display: inline-block;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    width: 32.83333%; } }

.dsw-feed-blog-item-1 .dsw-info-type-c {
  background: white;
  padding: 28px; }
  .dsw-feed-blog-item-1 .dsw-info-type-c .dsw-type {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%; }

/**

File:           about-us.scss
Description:    about us styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General



*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-about-media {
  margin: 0 auto 100px;
  max-width: 1150px;
  text-align: center; }
  .dsw-about-media .dsw-scroll-down {
    color: #fff; }

.dsw-list-component {
  margin-bottom: 100px;
  padding: 0 5%; }
  .dsw-list-component header {
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
    padding-top: 14px;
    text-align: center; }
    @media only screen and (max-width: 1023px) {
      .dsw-list-component header {
        padding-bottom: 35px;
        padding-top: 75px; } }
    .dsw-list-component header h3 {
      font-size: 1.25rem;
      line-height: 130%;
      font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      color: #333333; }
  .dsw-list-component ul {
    list-style: none; }
    .dsw-list-component ul li:last-child {
      margin-bottom: 50px; }
  .dsw-list-component .dsw-list-component-item {
    border-bottom: 1px solid #eee;
    padding: 50px 0; }
    .dsw-list-component .dsw-list-component-item time, .dsw-list-component .dsw-list-component-item .dsw-place {
      font-size: 1.375rem;
      line-height: 127.27273%;
      color: #666;
      font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      margin-bottom: 20px; }
    .dsw-list-component .dsw-list-component-item h5 {
      font-size: 2rem;
      line-height: 118.75%;
      color: #0085ce;
      font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: normal; }
  .dsw-list-component .dsw-button {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative; }
  .dsw-list-component .spinner {
    display: none; }
    .dsw-list-component .spinner.dsw-visible {
      display: block; }

/*  2. Results
---------------------------------------------------------------------------- */
.dsw-press-results-header,
.dsw-news-results-header {
  padding-top: 90px;
  text-align: left; }
  .dsw-press-results-header:before, .dsw-press-results-header:after,
  .dsw-news-results-header:before,
  .dsw-news-results-header:after {
    clear: both;
    content: ' ';
    display: table; }
  .dsw-press-results-header:after,
  .dsw-news-results-header:after {
    clear: both; }
  @media only screen and (max-width: 1023px) {
    .dsw-press-results-header,
    .dsw-news-results-header {
      padding-top: 40px; } }
  @media only screen and (min-width: 1024px) {
    .dsw-press-results-header,
    .dsw-news-results-header {
      border-bottom: 0; } }
  .dsw-press-results-header h3,
  .dsw-news-results-header h3 {
    font-size: 1rem;
    line-height: 118.75%;
    float: right;
    font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal; }
    .dsw-press-results-header h3:before,
    .dsw-news-results-header h3:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e807'; }
    @media only screen and (max-width: 1023px) {
      .dsw-press-results-header h3,
      .dsw-news-results-header h3 {
        font-size: 1.0625rem;
        line-height: 117.64706%;
        float: none;
        margin-top: 55px;
        text-align: center; } }
    .dsw-press-results-header h3:before,
    .dsw-news-results-header h3:before {
      margin-right: 12px; }
  .dsw-press-results-header .dsw-link,
  .dsw-news-results-header .dsw-link {
    float: left;
    text-transform: none; }
    @media only screen and (max-width: 1023px) {
      .dsw-press-results-header .dsw-link,
      .dsw-news-results-header .dsw-link {
        float: none; } }

.dsw-press-releases-results,
.dsw-news-results {
  margin: 0 auto 50px; }
  @media only screen and (min-width: 1024px) {
    .dsw-press-releases-results,
    .dsw-news-results {
      float: none;
      margin: 140px auto; } }

/**

File:           related-items.scss
Description:    related items styles go here


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General
    2. View All Results

*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-rel-content-wrapper {
  background: #eee;
  padding: 80px 0 130px;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .dsw-rel-content-wrapper {
      padding: 30px 0 0; } }

.dsw-rel-content {
  margin: 0 auto;
  max-width: 1150px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .dsw-rel-content {
      width: calc(100% - 60px); } }
  .dsw-rel-content header {
    border-bottom-color: rgba(0, 0, 0, 0.07);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 50px;
    padding-bottom: 15px; }
    @media only screen and (max-width: 1023px) {
      .dsw-rel-content header {
        border-bottom: 0;
        margin-bottom: 20px;
        padding-bottom: 0; } }
  .dsw-rel-content h3 {
    font-size: 1rem;
    line-height: 150%;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase; }
    .dsw-rel-content h3:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e807'; }
    @media only screen and (max-width: 1023px) {
      .dsw-rel-content h3 {
        font-size: 1.0625rem;
        line-height: 164.70588%; } }
    .dsw-rel-content h3:before {
      font-size: 1rem;
      line-height: 150%;
      margin-right: 12px; }

.dsw-rel-content-mask {
  height: 530px;
  overflow: hidden;
  text-align: left; }
  @media only screen and (max-width: 1023px) {
    .dsw-rel-content-mask {
      height: 585px;
      margin: 0 auto;
      max-width: 400px;
      text-align: center;
      width: calc(100% - 60px); } }

.dsw-rel-content-rail {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .dsw-rel-content-rail {
      margin-left: 0 !important;
      transform: none !important; } }
  @media only screen and (max-width: 1023px) {
    .dsw-rel-content-rail {
      font-size: 0;
      position: relative;
      white-space: nowrap; } }

.dsw-rel-item {
  background: #fff;
  display: inline-block;
  height: 530px;
  vertical-align: top;
  width: 30%; }
  @media only screen and (max-width: 1023px) {
    .dsw-rel-item {
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 100%; } }
  .dsw-rel-item .dsw-rel-item-wrapper {
    display: block;
    height: 100%; }
  .dsw-rel-item img {
    width: 100%; }
  .dsw-rel-item:nth-child(odd) {
    margin: 0 4%; }
    @media only screen and (max-width: 1023px) {
      .dsw-rel-item:nth-child(odd) {
        margin: 0; } }
  @media only screen and (min-width: 1024px) {
    .dsw-rel-item.clone {
      display: none; } }

.dsw-rel-item-text {
  box-sizing: border-box;
  display: table;
  padding: 30px;
  position: relative;
  text-align: left;
  white-space: normal;
  width: 100%; }
  .dsw-rel-item-text:before, .dsw-rel-item-text:after {
    clear: both;
    content: ' ';
    display: table; }
  .dsw-rel-item-text:after {
    clear: both; }
  .dsw-rel-item-text .dsw-rel-content-type {
    font-size: 1rem;
    line-height: 150%;
    display: block;
    font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .dsw-rel-item-text > a {
    display: block; }
    .dsw-rel-item-text > a:before, .dsw-rel-item-text > a:after {
      clear: both;
      content: ' ';
      display: table; }
    .dsw-rel-item-text > a:after {
      clear: both; }
  .dsw-rel-item-text h2 {
    font-size: 1.75rem;
    line-height: 128.57143%;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .dsw-rel-item-text h2 {
        font-size: 1.6875rem;
        line-height: 111.11111%; } }
  .dsw-rel-item-text .dsw-rel-content-author,
  .dsw-rel-item-text .dsw-rel-content-date {
    font-size: 1rem;
    line-height: 150%;
    border-bottom: 1px dotted #666;
    color: #666;
    display: inline; }
    .dsw-rel-item-text .dsw-rel-content-author a,
    .dsw-rel-item-text .dsw-rel-content-date a {
      color: #0085ce; }
      .dsw-rel-item-text .dsw-rel-content-author a:hover,
      .dsw-rel-item-text .dsw-rel-content-date a:hover {
        opacity: 0.7; }
    .dsw-rel-item-text .dsw-rel-content-author span,
    .dsw-rel-item-text .dsw-rel-content-date span {
      color: #333333; }

.dsw-webcast-cta {
  font-size: 1.0625rem;
  background: #0085ce;
  border: 1px solid #0085ce;
  color: #fff;
  font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: -5px;
  min-width: 100px;
  padding: 8px 16px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 1023px) {
    .dsw-webcast-cta {
      font-size: 0.8125rem;
      margin-top: -2px;
      min-width: 0;
      padding: 8px; } }
  .dsw-webcast-cta.dsw-on-demand {
    background: #555665;
    border-color: #555665; }
    .dsw-webcast-cta.dsw-on-demand:hover {
      color: #555665; }
  .dsw-webcast-cta:hover {
    background: #fff;
    color: #0085ce; }

.dsw-rel-content-cat {
  font-size: 1rem;
  line-height: 150%;
  display: block;
  padding: 0 30px;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  width: 100%; }

.dsw-rel-content-cat-wrapper {
  bottom: 25px;
  left: 0;
  position: absolute;
  right: 0; }
  @media only screen and (max-width: 1023px) {
    .dsw-rel-content-cat-wrapper {
      margin-top: 30px;
      position: relative; } }

.dsw-rel-indicators-box {
  box-sizing: border-box;
  display: none;
  float: left;
  height: 55px;
  padding: 23px 0 24px;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .dsw-rel-indicators-box {
      display: block; } }
  .dsw-rel-indicators-box span {
    border: 1px solid #666;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-block;
    height: 8px;
    margin: 0 7px;
    padding: 0;
    transition: background-color 0.2s ease-out;
    vertical-align: top;
    width: 8px; }
    .dsw-rel-indicators-box span.dsw-js-active {
      background: #666; }

/*  2. View All Results
---------------------------------------------------------------------------- */
.dsw-rel-view-all header {
  border: 0;
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .dsw-rel-view-all header {
      margin-top: 0;
      text-align: right; } }

@media only screen and (max-width: 1023px) {
  .dsw-rel-view-all .dsw-rel-content {
    max-width: 90%; } }

.dsw-rel-view-all .dsw-rel-content-mask {
  height: auto; }
  @media only screen and (max-width: 1023px) {
    .dsw-rel-view-all .dsw-rel-content-mask {
      max-width: none;
      width: 100%; } }

.dsw-rel-view-all .dsw-link {
  left: 0;
  text-transform: none;
  top: 3px;
  z-index: 1; }
  @media only screen and (max-width: 1023px) {
    .dsw-rel-view-all .dsw-link {
      display: block;
      text-align: left; } }
  @media only screen and (min-width: 1024px) {
    .dsw-rel-view-all .dsw-link {
      position: absolute; } }

@media only screen and (max-width: 1023px) {
  .dsw-rel-view-all .dsw-rel-item {
    display: block;
    height: auto;
    margin-bottom: 50px; } }

@media only screen and (min-width: 1024px) {
  .dsw-rel-view-all .dsw-rel-item:nth-child(odd) {
    margin: 0; }
  .dsw-rel-view-all .dsw-rel-item:nth-child(3n+2) {
    margin: 0 4.5% 50px; } }

/**

File:           form.scss
Description:    general styles for dsw forms


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General
    2. Type Text
    3. Drop down
    4. Checkboxes
    5. Confirmation page


*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-form {
  font-size: 1.375rem;
  line-height: 163.63636%;
  box-sizing: border-box;
  color: #bababa;
  margin: 0 auto;
  padding: 0 35px;
  width: 860px; }
  @media only screen and (max-width: 1023px) {
    .dsw-form {
      padding: 0;
      width: calc(100% - 60px); } }
  .dsw-form.dsw-form-twocolumn .dsw-form-field {
    margin: 10px 0;
    padding: 0px 10px;
    width: 50%;
    float: left; }
    @media only screen and (max-width: 1023px) {
      .dsw-form.dsw-form-twocolumn .dsw-form-field {
        width: 100%; } }
    .dsw-form.dsw-form-twocolumn .dsw-form-field.dsw-full-width {
      width: 100%;
      clear: both; }
  .dsw-form fieldset {
    width: 100%; }
    .dsw-form fieldset legend {
      text-transform: uppercase;
      margin: 30px 0px -15px 0px;
      color: #000000;
      padding-top: 10px; }
  .dsw-form input,
  .dsw-form textarea {
    font-size: 1.375rem;
    line-height: 163.63636%;
    border: 0;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 0;
    box-shadow: none;
    color: #bababa;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    outline: 0;
    overflow: auto;
    resize: none;
    transition: all 0.3s ease-out;
    transition-property: color, border-bottom-color, height;
    width: 100%; }
    .dsw-form input.dsw-active, .dsw-form input:focus,
    .dsw-form textarea.dsw-active,
    .dsw-form textarea:focus {
      border-bottom-color: #666;
      color: #666; }
    .dsw-form input::-ms-clear,
    .dsw-form textarea::-ms-clear {
      display: none;
      height: 0;
      width: 0; }
  .dsw-form input[type=text],
  .dsw-form input[type=tel],
  .dsw-form input[type=email],
  .dsw-form input[type=date] {
    height: 66px;
    margin: 15px 0;
    padding: 15px 0; }
    .dsw-form input[type=text]:focus,
    .dsw-form input[type=tel]:focus,
    .dsw-form input[type=email]:focus,
    .dsw-form input[type=date]:focus {
      outline: none; }
  .dsw-form textarea {
    height: 66px;
    margin: 15px 0;
    padding: 15px 35px 15px 0;
    transition: height 0.3s ease-out; }
    .dsw-form textarea:focus {
      height: 200px;
      outline: none; }
  .dsw-form .dsw-form-error {
    font-size: 0.9375rem;
    line-height: 140%;
    bottom: -10px;
    color: #ce1127;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    left: 0;
    position: absolute; }
  .dsw-form .spinner {
    display: none; }
  .dsw-form.dws-form-busy .spinner {
    display: block; }
  .dsw-form.dws-form-busy fieldset *,
  .dsw-form.dws-form-busy .dsw-form-flow-buttons * {
    opacity: 0.5;
    pointer-events: none; }

.dsw-phone-bottom-line {
  font-size: 1.125rem;
  line-height: 166.66667%;
  color: #666;
  margin-bottom: 50px;
  text-align: center; }
  @media only screen and (max-width: 1023px) {
    .dsw-phone-bottom-line {
      font-size: 1rem;
      line-height: 131.25%;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1024px) {
    .dsw-phone-bottom-line a {
      pointer-events: none; } }
  .dsw-phone-bottom-line span {
    color: #333333; }

.dsw-clear {
  clear: both; }

.dsw-form-field .dsw-fake-input {
  height: 0;
  position: absolute;
  opacity: 0;
  width: 0; }

.dsw-form-field .icon-correct {
  display: none; }

.dsw-form-field.error input,
.dsw-form-field.error .dsw-drop-down-trigger,
.dsw-form-field.error textarea, .dsw-form-field.filled.error input,
.dsw-form-field.filled.error .dsw-drop-down-trigger,
.dsw-form-field.filled.error textarea {
  border-color: #ce1127; }

.dsw-form-field.error label,
.dsw-form-field.error + label, .dsw-form-field.active label,
.dsw-form-field.active + label, .dsw-form-field.filled label,
.dsw-form-field.filled + label,
.dsw-form-field input:focus label,
.dsw-form-field input:focus + label,
.dsw-form-field input[placeholder] label,
.dsw-form-field input[placeholder] + label {
  color: #bababa;
  transform: translateY(-140%) scale(0.8); }
  @media only screen and (max-width: 1023px) {
    .dsw-form-field.error label,
    .dsw-form-field.error + label, .dsw-form-field.active label,
    .dsw-form-field.active + label, .dsw-form-field.filled label,
    .dsw-form-field.filled + label,
    .dsw-form-field input:focus label,
    .dsw-form-field input:focus + label,
    .dsw-form-field input[placeholder] label,
    .dsw-form-field input[placeholder] + label {
      transform: translateY(-160%) scale(0.8); } }

.dsw-form-field.error textarea + label, .dsw-form-field.active textarea + label, .dsw-form-field.filled textarea + label,
.dsw-form-field input:focus textarea + label,
.dsw-form-field input[placeholder] textarea + label {
  color: #bababa;
  transform: translateY(-510%) scale(0.8); }
  @media only screen and (min-width: 1024px) {
    .dsw-form-field.error textarea + label, .dsw-form-field.active textarea + label, .dsw-form-field.filled textarea + label,
    .dsw-form-field input:focus textarea + label,
    .dsw-form-field input[placeholder] textarea + label {
      transform: translateY(-340%) scale(0.8); } }

.dsw-form-field.error textarea, .dsw-form-field.active textarea, .dsw-form-field.filled textarea,
.dsw-form-field input:focus textarea,
.dsw-form-field input[placeholder] textarea {
  height: 200px; }

.dsw-form-field textarea:focus + label {
  transform: translateY(-510%) scale(0.8); }
  @media only screen and (min-width: 1024px) {
    .dsw-form-field textarea:focus + label {
      transform: translateY(-340%) scale(0.8); } }

.dsw-form-field.active input,
.dsw-form-field.active textarea, .dsw-form-field.filled input,
.dsw-form-field.filled textarea {
  border-bottom-color: #666;
  color: #666; }

.dsw-form-field.filled:not(.error) .icon-correct {
  display: block; }

.dsw-form-field .dsw-form-label {
  left: 0;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%) scale(1);
  transform-origin: left;
  transition: all 0.3s ease-out;
  white-space: nowrap;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .dsw-form-field .dsw-form-label {
      font-size: 1.125rem;
      line-height: 122.22222%; } }
  .dsw-form-field .dsw-form-label span {
    opacity: 0.5; }

.dsw-form-flow-buttons {
  margin-bottom: 50px;
  margin-top: 80px;
  text-align: center; }
  .dsw-form-flow-buttons .dsw-wzd-btn-next,
  .dsw-form-flow-buttons .dsw-wzd-btn-prev {
    padding: 20px 50px; }
    @media only screen and (max-width: 1023px) {
      .dsw-form-flow-buttons .dsw-wzd-btn-next,
      .dsw-form-flow-buttons .dsw-wzd-btn-prev {
        font-size: 1rem;
        line-height: 125%;
        max-width: 140px;
        padding: 16px 0;
        width: 44%; } }
    .dsw-form-flow-buttons .dsw-wzd-btn-next:after, .dsw-form-flow-buttons .dsw-wzd-btn-next:before,
    .dsw-form-flow-buttons .dsw-wzd-btn-prev:after,
    .dsw-form-flow-buttons .dsw-wzd-btn-prev:before {
      font-size: 15px; }
      @media only screen and (max-width: 1023px) {
        .dsw-form-flow-buttons .dsw-wzd-btn-next:after, .dsw-form-flow-buttons .dsw-wzd-btn-next:before,
        .dsw-form-flow-buttons .dsw-wzd-btn-prev:after,
        .dsw-form-flow-buttons .dsw-wzd-btn-prev:before {
          font-size: 10px; } }
  .dsw-form-flow-buttons .dsw-wzd-btn-prev {
    border: 0;
    color: #666;
    margin-right: 12px; }
    .dsw-form-flow-buttons .dsw-wzd-btn-prev:before {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e904'; }
    .dsw-form-flow-buttons .dsw-wzd-btn-prev:before {
      margin-right: 10px; }
  .dsw-form-flow-buttons .dsw-wzd-btn-next {
    margin-left: 12px; }
    .dsw-form-flow-buttons .dsw-wzd-btn-next:after {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e900'; }
    .dsw-form-flow-buttons .dsw-wzd-btn-next:after {
      margin-left: 10px; }
  .dsw-form-flow-buttons .dsw-wzd-btn-disabled {
    border-color: #c7c7c7;
    color: #c7c7c7; }

.dsw-form-icon {
  color: #0085ce;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  .dsw-form-icon:after {
    display: inline-block;
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: '\e903'; }

.dsw-form-textarea .dsw-form-icon {
  bottom: 30px;
  top: auto; }

.dsw-form-textarea[data-validation-required],
.dsw-form-textarea textarea[required] {
  color: #666; }

/*  3. Drop down
---------------------------------------------------------------------------- */
.dsw-drop-down-trigger {
  border-bottom: 1px solid #c7c7c7;
  cursor: pointer;
  display: inline-block;
  margin: 15px 0;
  min-height: 66px;
  padding: 15px 57px 15px 0;
  vertical-align: top;
  width: 100%;
  z-index: 0; }
  .dsw-drop-down-trigger:after {
    display: inline-block;
    font-family: 'icomoon';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: '\e902'; }
  .dsw-drop-down-trigger:after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 7px;
    position: absolute;
    right: 22px;
    transition: transform 0.2s ease-out; }
  .dsw-drop-down-trigger span {
    display: block;
    min-height: 35px;
    overflow: hidden;
    width: 100%; }

.dsw-drop-down .dsw-form-label {
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 57px);
  z-index: -1; }

.dsw-drop-down.active .dsw-form-label, .dsw-drop-down.filled .dsw-form-label {
  top: 0;
  transform: scale(0.8);
  width: 100%; }

.dsw-drop-down.active .dsw-drop-down-trigger, .dsw-drop-down.filled .dsw-drop-down-trigger {
  border-bottom-color: #333333;
  color: #333333; }

.dsw-drop-down.dsw-error .dsw-drop-down-trigger {
  border-bottom-color: #ce1127; }

.dsw-drop-down-options-wrapper {
  display: none;
  left: -35px;
  position: absolute;
  top: 80px;
  width: calc(100% + 70px);
  z-index: 1; }
  @media only screen and (max-width: 1023px) {
    .dsw-drop-down-options-wrapper {
      background: #fff;
      height: 100%;
      left: 0;
      overflow: auto;
      position: fixed;
      text-align: center;
      top: 0;
      width: 100%;
      z-index: 3; } }
  .dsw-drop-down-options-wrapper button {
    font-size: 1rem;
    line-height: 125%;
    display: none;
    height: 52px;
    margin-bottom: 40px;
    padding-bottom: 13px;
    padding-top: 13px; }
    @media only screen and (max-width: 1023px) {
      .dsw-drop-down-options-wrapper button {
        display: inline-block; } }
  .dsw-drop-down-options-wrapper p {
    float: left; }

.dsw-drop-down.dsw-js-open .dsw-drop-down-trigger:after {
  transform: rotate(-180deg); }

.dsw-drop-down.dsw-js-open .dsw-drop-down-options-wrapper {
  display: block; }

.dsw-drop-down-mobile-label {
  font-size: 1rem;
  line-height: 225%;
  background: #333333;
  box-sizing: border-box;
  display: none;
  height: 67px;
  padding: 13px 30px;
  position: fixed;
  text-align: left;
  width: 100%;
  z-index: 3; }
  @media only screen and (max-width: 1023px) {
    .dsw-drop-down-mobile-label {
      display: block; } }
  .dsw-drop-down-mobile-label p {
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%; }
  .dsw-drop-down-mobile-label .dsw-close-icon {
    float: right;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0;
    padding: 0; }
    .dsw-drop-down-mobile-label .dsw-close-icon:after {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e901'; }
    .dsw-drop-down-mobile-label .dsw-close-icon span {
      display: none; }
    .dsw-drop-down-mobile-label .dsw-close-icon:after {
      font-size: 19px;
      position: static;
      transform: none;
      vertical-align: middle; }

.dsw-drop-down-options {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #c7c7c7;
  max-height: 480px;
  overflow: auto;
  padding: 0 35px;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .dsw-drop-down-options {
      border: 0;
      height: auto;
      margin: 67px auto 40px;
      max-height: none;
      overflow: visible;
      text-align: left;
      width: 100%; } }
  .dsw-drop-down-options li {
    border-bottom: 1px solid #eee;
    color: #666;
    cursor: pointer;
    min-height: 80px;
    padding: 20px 32px 20px 0;
    transition: color 0.2s ease-out; }
    .dsw-drop-down-options li:hover {
      color: #333333; }
    @media only screen and (min-width: 1024px) {
      .dsw-drop-down-options li:last-child {
        border: 0; } }
  .dsw-drop-down-options li.dsw-js-approved {
    color: #333333; }
    @media only screen and (max-width: 1023px) {
      .dsw-drop-down-options li.dsw-js-approved:after {
        display: inline-block;
        font-family: 'icomoon';
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        content: '\e903'; }
      .dsw-drop-down-options li.dsw-js-approved:after {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        color: #0085ce;
        right: 3px; } }

/*  4. Checkboxes
---------------------------------------------------------------------------- */
.dsw-checkbox-group {
  margin: 30px 0px; }
  @media only screen and (max-width: 1023px) {
    .dsw-checkbox-group {
      margin-bottom: 20px; } }
  .dsw-checkbox-group.dsw-full-width {
    width: 100%;
    clear: both; }
  .dsw-checkbox-group p {
    font-size: 1.375rem;
    line-height: 150%;
    color: #666;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1023px) {
      .dsw-checkbox-group p {
        font-size: 1.25rem;
        line-height: 150%;
        margin-bottom: 20px; } }
  .dsw-checkbox-group label {
    font-size: 1.125rem;
    line-height: 150%;
    color: #666;
    cursor: pointer;
    display: block;
    margin-bottom: 25px;
    padding-left: 38px; }
    @media only screen and (max-width: 1023px) {
      .dsw-checkbox-group label {
        font-size: 1rem;
        line-height: 150%;
        margin-bottom: 15px; } }
    .dsw-checkbox-group label a {
      color: #0085ce; }
    .dsw-checkbox-group label a:hover {
      text-decoration: underline; }
  .dsw-checkbox-group input[type='checkbox'],
  .dsw-checkbox-group input[type='radio'] {
    display: none; }
  .dsw-checkbox-group input[type='checkbox'] + label span,
  .dsw-checkbox-group input[type='radio'] + label span {
    border: 1px solid #c7c7c7;
    display: inline-block;
    height: 18px;
    margin: 0 20px 0 -38px;
    width: 18px; }
  .dsw-checkbox-group input[type='checkbox']:checked + label span:before,
  .dsw-checkbox-group input[type='radio']:checked + label span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #666;
    border-radius: 100%;
    content: '';
    display: block;
    height: 8px;
    width: 8px; }
  .dsw-checkbox-group .dsw-form-error {
    position: relative; }
  .dsw-checkbox-group div {
    width: 50%;
    padding: 0px 10px;
    float: left; }

/*  5. Confirmation page
---------------------------------------------------------------------------- */
.dsw-form-confirmation {
  display: none;
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .dsw-form-confirmation {
      width: calc(100% - 60px); } }
  .dsw-form-confirmation h2 {
    font-size: 2.25rem;
    line-height: 119.44444%;
    color: #0085ce;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 75px; }
    @media only screen and (max-width: 1023px) {
      .dsw-form-confirmation h2 {
        font-size: 1.6875rem;
        line-height: 111.11111%;
        margin-bottom: 20px;
        margin-top: 40px; } }
  .dsw-form-confirmation p {
    font-size: 1.375rem;
    line-height: 145.45455%;
    color: #666;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1023px) {
      .dsw-form-confirmation p {
        font-size: 1.125rem;
        line-height: 150%;
        margin-bottom: 40px; } }
  .dsw-form-confirmation p.dsw-bottom-line {
    font-size: 1.25rem;
    line-height: 160%;
    margin-bottom: 70px; }
    @media only screen and (max-width: 1023px) {
      .dsw-form-confirmation p.dsw-bottom-line {
        font-size: 1rem;
        line-height: 200%; } }
    @media only screen and (min-width: 1024px) {
      .dsw-form-confirmation p.dsw-bottom-line a {
        pointer-events: none; } }
    .dsw-form-confirmation p.dsw-bottom-line span {
      color: #333333; }
  .dsw-form-confirmation.dsw-visible {
    display: table; }

/**

File:           progress-bar.scss
Description:    general styles for dsw forms progress bar


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General


*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-progress-bar {
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 55px;
  padding: 0;
  text-align: center; }
  .dsw-progress-bar h3 {
    font-size: 2.25rem;
    line-height: 116.66667%;
    color: #0085ce;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 35px; }
    .dsw-progress-bar h3 span {
      font-size: 24px; }
  @media only screen and (max-width: 1023px) {
    .dsw-progress-bar {
      margin: 0;
      padding: 0 30px; }
      .dsw-progress-bar h3 {
        font-size: 1.6875rem;
        line-height: 155.55556%;
        margin-bottom: 15px; } }

.dsw-progress-bar-status {
  background: #0085ce;
  height: 12px;
  margin-bottom: 20px;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    .dsw-progress-bar-status {
      margin-bottom: 15px; } }
  .dsw-progress-bar-status span {
    background: #eee;
    bottom: 0;
    left: 10%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: left 0.3s ease-out; }

.dsw-progress-bar-info span {
  font-size: 1.375rem;
  line-height: 127.27273%;
  color: #666; }

/**

File:           gated-content.scss
Description:    general styles for dsw forms gated content


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General


*/
/*  1. General
---------------------------------------------------------------------------- */
.gated-pdf,
.gated-link {
  margin-bottom: 200px !important;
  text-align: center; }

.dsw-progressive-profiling-form .dsw-button::after {
  content: ''; }

.dsw-progressive-profiling-form .dsw-wzd-btn-prev {
  display: none; }

.dsw-download-asset {
  margin: 0; }

#dsw-gated-content,
#dsw-contact-form {
  margin: 0 auto 50px; }

/**

File:           type-filter.scss
Description:    Type Filter Options


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General


*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-type-filter {
  background: #eee;
  color: #fff;
  font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: -40px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .dsw-type-filter {
      margin-top: -85px; } }
  @media only screen and (max-width: 1023px) {
    .dsw-type-filter .dsw-head-default {
      margin: 0 auto;
      max-width: 80%;
      padding: 30px 0;
      text-align: left; } }
  @media only screen and (min-width: 751px) and (max-width: 1023px) {
    .dsw-type-filter .dsw-head-default {
      margin: 0 auto;
      max-width: 400px;
      padding: 30px 0;
      text-align: left; } }
  .dsw-type-filter header {
    background: #333333;
    padding: 35px 20px; }
    .dsw-type-filter header p {
      font-size: 1rem;
      line-height: 137.5%;
      color: #84b91a;
      font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      margin-bottom: 20px;
      text-transform: uppercase; }
  .dsw-type-filter .dsw-type-filter-show {
    border-bottom: 2px dotted #fff;
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 40px; }
    .dsw-type-filter .dsw-type-filter-show:after {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e902'; }
    @media only screen and (min-width: 1024px) {
      .dsw-type-filter .dsw-type-filter-show {
        display: inline-block; } }
    .dsw-type-filter .dsw-type-filter-show span {
      font-size: 2.1875rem;
      line-height: 114.28571%; }
    .dsw-type-filter .dsw-type-filter-show .dsw-filter-quantity {
      color: #84b91a; }
    .dsw-type-filter .dsw-type-filter-show::after {
      font-size: 0.625rem;
      line-height: 100%;
      position: absolute;
      right: 0;
      top: 40%;
      transition: transform 0.1s ease-out; }
  .dsw-type-filter .dsw-link {
    color: #fff; }
  .dsw-type-filter .dsw-type-filter-reset {
    font-size: 1.25rem;
    line-height: 110%;
    display: block;
    cursor: pointer;
    height: 0;
    margin-top: 30px;
    opacity: 0;
    transition: opacity 0.2s ease-out; }
    .dsw-type-filter .dsw-type-filter-reset:after {
      display: inline-block;
      font-family: 'icomoon';
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      content: '\e901'; }
    .dsw-type-filter .dsw-type-filter-reset::after {
      font-size: 0.8125rem;
      line-height: 100%;
      margin-left: 5px; }
  .dsw-type-filter.dsw-filter-open .dsw-type-filter-content {
    max-height: 1010px;
    padding: 30px; }
  .dsw-type-filter.dsw-filter-open .dsw-type-filter-show:after {
    transform: rotateZ(180deg); }
  .dsw-type-filter.dsw-chosen:not(.dsw-filter-open) .dsw-type-filter-reset {
    height: 25px;
    opacity: 1; }
  .dsw-type-filter .dsw-feed-blog-content-type {
    background: #eee;
    color: #666;
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.2s ease-out, padding 0.2s ease-out; }
  .dsw-type-filter .dsw-content-shown {
    max-height: 1000px;
    padding-bottom: 80px;
    padding-top: 0; }
  .dsw-type-filter .dsw-head-default {
    background: 0; }
  .dsw-type-filter .dsw-second-link {
    top: 50%;
    transform: translateY(-50%); }

.dsw-type-filter-content-wrapper {
  background: #333333; }

.dsw-type-filter-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.2s ease-out, padding 0.2s ease-out; }
  @media only screen and (min-width: 1024px) {
    .dsw-type-filter-content {
      margin: 0 auto;
      max-width: 980px; } }
  .dsw-type-filter-content > p {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .dsw-type-filter-content > p {
        display: inline-block;
        margin: 10px auto 40px; } }

.dsw-type-filter-options {
  list-style: none;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1024px) {
    .dsw-type-filter-options {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .dsw-type-filter-options li {
        display: inline-block;
        -ms-flex-preferred-size: 30.83333%;
        flex-basis: 30.83333%;
        max-width: 30.83333%;
        width: 30.33333%;
        cursor: pointer; }
        .dsw-type-filter-options li:nth-of-type(3n+2) {
          margin-right: 30px;
          margin-left: 30px; } }
  .dsw-type-filter-options .dsw-icon {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 35px;
    margin-right: 15px;
    vertical-align: middle;
    width: 35px; }
  .dsw-type-filter-options li {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #666;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding: 20px 25px;
    text-align: left;
    transition: border-color 0.2s ease-out; }
    @media only screen and (min-width: 1024px) {
      .dsw-type-filter-options li:hover {
        border-color: #84b91a;
        color: #84b91a; } }
    .dsw-type-filter-options li span {
      font-size: 1.0625rem;
      line-height: 135.29412%;
      font-family: "FoundersGroteskWeb-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      text-transform: uppercase;
      vertical-align: middle; }
    .dsw-type-filter-options li.dsw-active {
      border-color: #84b91a;
      color: #84b91a; }

/**

File:           wizard.scss
Description:    general styles for the wizard assistant on forms


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. General


*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-wzd-step legend, .dsw-wzd-step:not(.dsw-wzd-step-active) {
  display: none; }

.dsw-wzd-btn-disabled {
  cursor: default;
  pointer-events: none; }

.dsw-wzd-btn-prev.dsw-wzd-btn-disabled {
  visibility: hidden; }

/**

File:           _sitemap.scss
Description:    general styles for dsw forms


        ◡◠ ✥ ◠◡

    Table of Contents:

    1. Sitemap
    2. RSS feeds



*/
/*  1. General
---------------------------------------------------------------------------- */
.dsw-sitemap {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 30px;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .dsw-sitemap {
      padding: 0;
      width: calc(100% - 60px); } }
  .dsw-sitemap h1 {
    font-size: 1.25rem;
    line-height: 210%;
    margin: 80px 0;
    text-align: center; }
    @media only screen and (max-width: 1023px) {
      .dsw-sitemap h1 {
        font-size: 1.0625rem;
        line-height: 117.64706%;
        margin: 35px 0 60px; } }

.dsw-sitemap-section {
  margin-bottom: 75px; }
  .dsw-sitemap-section:before, .dsw-sitemap-section:after {
    clear: both;
    content: ' ';
    display: table; }
  .dsw-sitemap-section:after {
    clear: both; }
  @media only screen and (max-width: 1023px) {
    .dsw-sitemap-section {
      margin-bottom: 53px; } }
  .dsw-sitemap-section h2 {
    font-size: 1.875rem;
    line-height: 140%;
    border-bottom: 1px solid #e1e1e1;
    color: #666;
    font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .dsw-sitemap-section h2 {
        font-size: 2.1875rem;
        line-height: 120%;
        margin-bottom: 20px; } }
  .dsw-sitemap-section div {
    box-sizing: border-box;
    float: left;
    min-height: 32px;
    padding-right: 50px;
    width: 33.3333%; }
    @media only screen and (max-width: 1023px) {
      .dsw-sitemap-section div {
        padding-right: 0;
        width: 100%; } }
  .dsw-sitemap-section a {
    font-size: 1rem;
    line-height: 137.5%;
    color: #0085ce;
    display: block;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1023px) {
      .dsw-sitemap-section a {
        font-size: 1.125rem;
        line-height: 133.33333%;
        margin-bottom: 12px; } }
    .dsw-sitemap-section a:hover {
      opacity: 0.7; }
    .dsw-sitemap-section a.dsw-bold {
      font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

/*  2. RSS feeds
---------------------------------------------------------------------------- */
.dsw-rss-landing {
  font-family: "FoundersGroteskWeb-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  @media only screen and (max-width: 1023px) {
    .dsw-rss-landing {
      margin-bottom: 40px;
      margin-top: 40px; } }
  @media only screen and (min-width: 1024px) {
    .dsw-rss-landing {
      margin-bottom: 80px;
      margin-top: 100px;
      width: calc(100% - 60px); } }
  .dsw-rss-landing h1 {
    font-size: 3.125rem;
    line-height: 114%;
    color: #333333;
    margin-bottom: 80px;
    text-align: center; }
    @media only screen and (max-width: 1023px) {
      .dsw-rss-landing h1 {
        font-size: 1.875rem;
        line-height: 93.33333%;
        margin-bottom: 40px; } }
  .dsw-rss-landing h2 {
    font-size: 1.375rem;
    line-height: 181.81818%;
    color: #666; }
    @media only screen and (max-width: 1023px) {
      .dsw-rss-landing h2 {
        font-size: 1.0625rem;
        line-height: 176.47059%; } }
  .dsw-rss-landing ul {
    list-style: none; }
  .dsw-rss-landing li {
    border-bottom: 1px solid #c7c7c7;
    padding: 50px 0; }
    @media only screen and (max-width: 1023px) {
      .dsw-rss-landing li {
        padding: 30px 0; } }
    .dsw-rss-landing li:first-child {
      border-top: 1px solid #c7c7c7; }
  .dsw-rss-landing a {
    color: #0085ce;
    font-size: 2rem;
    line-height: 125%;
    color: #0085ce;
    text-decoration: none;
    word-break: break-all; }
    .dsw-rss-landing a:hover, .dsw-rss-landing a:focus, .dsw-rss-landing a:active {
      opacity: 0.7; }
    @media only screen and (max-width: 1023px) {
      .dsw-rss-landing a {
        font-size: 1.5rem;
        line-height: 125%; } }

.list {
  margin: 0;
  padding: 0;
  list-style: none; }

.section {
  font-size: 18px;
  line-height: 1.5;
  background: #15477b;
  overflow: hidden;
  color: #ffffff;
  display: block; }

.image-holder img {
  max-width: 100%;
  height: auto; }

.section-tile {
  padding: 90px 0;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center; }

section .image-holder {
  -ms-flex: 50%;
  flex: 50%; }

.flex-right {
  padding: 0 100px 0 0;
  -ms-flex-order: 1;
  order: 1; }

.flex-left {
  padding: 0 0 0 100px;
  -ms-flex-order: 0;
  order: 0; }

section .detail {
  -ms-flex: 50%;
  flex: 50%;
  padding: 0 100px; }

.section .image-holder img {
  max-width: none;
  width: 100%; }

.section strong {
  font-weight: 500; }

.section .title {
  line-height: 100%;
  letter-spacing: 0.035em;
  font-family: "FoundersGroteskWeb-Medium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.section h4 {
  font-size: 2.25rem;
  line-height: 1.3666666667;
  color: #ffffff;
  margin-bottom: 41px;
  font-family: inherit;
  font-weight: 300;
  margin: 0 0 .5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.section p {
  margin-bottom: 29px;
  font-size: 1.2rem;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.section .detail-body {
  font-size: 1.2rem;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.list {
  margin-bottom: 36px; }

.list li {
  margin-bottom: 6px;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.list li:before {
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  border-radius: 50%;
  margin: -3px 5px 0 0; }

.list-white li:before {
  background: #fff !important; }

.list li:last-child {
  margin-bottom: 0; }

.section .btn-holder {
  text-align: center; }

.btn {
  transition: all .3s ease-in-out; }

.btn {
  font-size: 15px;
  line-height: 1.2666666667;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 10px;
  font-weight: 400;
  border: 1px solid transparent; }

.btn-default {
  background: #fefefe;
  color: #15477b;
  border-color: transparent; }

.btn-default:hover {
  background: #15477b;
  color: #fefefe;
  border-color: #fefefe; }

.btn-default.outline {
  background: transparent;
  color: #fefefe;
  border-color: #fefefe; }

.btn-default.outline:hover {
  background: #fefefe;
  color: #15477b;
  border-color: transparent; }

.btn-info {
  background: #0184ce;
  color: #fff;
  border-color: transparent; }

.btn-info:hover {
  background: #fff;
  color: #0184ce;
  border-color: #0184ce; }

.btn-info.outline {
  background: transparent;
  color: #0184ce;
  border-color: #0184ce; }

.btn-info.outline:hover {
  background: #0184ce;
  color: #fff;
  border-color: transparent; }

.section .btn {
  width: 100%;
  max-width: 204px; }

.vid-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.vid-embed-container iframe, .vid-embed-container object, .vid-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Begin Media Queries */
@media (max-width: 767px) {
  .hidden-xs {
    display: none; }
  .visible-xs {
    display: none; }
  .section-tile {
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    display: block; }
  section .image-holder {
    padding: 0; }
  section .detail {
    padding: 50px 0 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block; }
  .hidden-sm {
    display: none; }
  .section-tile {
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    display: block; }
  section .image-holder {
    padding: 0; }
  section .detail {
    padding: 50px 0 0; } }

@media (min-width: 1024px) {
  .section {
    font-size: 24px;
    line-height: 1.4166666667;
    letter-spacing: 1px; }
  .section .title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 65px; }
  .section p {
    margin-bottom: 32px; }
  .list {
    margin-bottom: 58px; }
  .list li {
    margin-bottom: 0; }
  .section .btn-holder {
    text-align: left; }
  .section .btn {
    font-size: 20px;
    line-height: 1.2;
    padding: 19px 10px; } }
