@charset "UTF-8";
/**
 * DBS Slate Base Stylesheet
 * DBS>Interactive
 *
 * This stylesheet will be loaded on all pages except AMP enabled pages.
 */
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

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

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

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

/**
 * Global Mixins
 * DBS>Interactive
 */
/**
 * Helpful mixin for font size scaling.
 *
 * Decimal values should not be used here!
 * The results will not be what you'd expect.
 *
 * @usage
 * 		@include font-scale(-1) - smaller
 * 		@include font-scale(0) = 1em (.8em in mobile)
 * 		@include font-scale(1) - larger
 * 			etc...
 */
/**
 * Fixes clear bug in certain situations
 *
 * @group layout
 * @link http://fuseinteractive.ca/blog/understanding-humble-clearfix#.VJ853sAEo Understanding the humble clearfix
 * @example scss - Usage
 *   @extend clearFix; // That's It!
 */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/**
 * An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block.
 *
 * @group Typography
 * @link http://web-design-weekly.com/2013/05/12/handy-sass-mixins/ Handy Sass Mixins
 * @example scss - Usage
 *   .text-truncate {
 *	  @extend text-truncate;
 *   }
 */
/**
 * Hide On Breakpoint
 *
 * @param {Variable} $bp - Breakpoint variable, ie $largeScreen
 * @param {String} $determinate ('min') - Whether it is max-width or min-width based
 * @group General
 * @link https://github.com/GumbyFramework/Gumby/blob/master/sass/functions/_visibility.scss Gumby Framework
 * @example scss - Basic Usage
 *   .class{
 *	  @include hideOn($largeScreen);
 *   }
 *
 * @example scss - Reversed Determinate
 *   @include hideOn($baby, 'max');
 */
/**
 * Show On Breakpoint
 *
 * @param {Variable} $bp - Breakpoint variable, ie $largeScreen
 * @param {String} $determinate ('min') - Whether it is max-width or min-width based
 * @group General
 * @link https://github.com/GumbyFramework/Gumby/blob/master/sass/functions/_visibility.scss Gumby Framework
 * @example scss - Basic Usage
 *   .class{
 *	  @include showOn($largeScreen);
 *   }
 *
 * @example scss - Reversed Determinate
 *   @include showOn($baby, 'max');
 */
/**
 * Size mixin - Sets width and height.
 *
 * When only one argument is specified, both the height and width are set to the same value.
 *
 * @param width - required
 * @param height
 */
/**
 * REFLEX ISH GRID
 */
/**
 * Exponent function
 *
 * NOTE: This does NOT work for decimal values
 *
 *   @see: https://css-tricks.com/snippets/sass/power-function/
 */
/**
 * Object Fit
 *
 * If a browser supports object-fit it will use it with the params
 * given. Otherwise it will fall back on a more basic image centering method.
 *
 * @param size - required (cover, contain, auto, etc.)
 * @param position - required (center, left, right, top, bottom right, etc.)
 */
/**
 * Aspect Ratio
 *
 * Used to create a padding box that an image/video can be placed in.
 *
 * Example @include aspect-ratio(16, 9);
 */
/**
 * Slate Layout Mixins
 * DBS>Interactive
 */
/**
 * Default responsive padding mixin for layout content
 */
/**
 * Default responsive margin mixin for layout content
 */
/**
 * Used for mimicking the vertical space provided by the default-margin mixin, but
 * with padding for colored background layouts.
 */
/**
 * Mixin to keep space (either margin or padding) between cells consistent
 *
 * It takes 2 arguments:
 * 		@param $space_property = { 'margin'|'padding' }
 * 		@param $reverse = { true|false }
 */
/**
 * Responsive layout mixin to constrain a width to containSize.
 */
/**
 * Theme Variables - colors, font sizes, breakpoint etc.
 * All the variables will goes here based on project tech specification
 * DBS>Interactive
 */
/**
 * Fonts
 */
/**
 * Type style definitions
 */
.button, .button.green, .button.red, .button.green:not(.ghost), .bg-dark .button, .bg-dark-gradient .button,
.bg-dark-angled .button,
.white-on-black .button, html, body {
  color: #2D2C2F;
  font-family: "Golos Text", "Open Sans", "Verdana", "Helvetica", sans-serif;
  letter-spacing: 0.025em; }

.button, .button.green, .button.red, .button.green:not(.ghost), .bg-dark .button, .bg-dark-gradient .button,
.bg-dark-angled .button,
.white-on-black .button {
  font-weight: 600; }

nav, h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Golos Text", "Open Sans", "Verdana", "Helvetica", sans-serif;
  font-weight: 600;
  line-height: 1.2; }

/**
 * To add a new font:
 * DBS>Interactive
 *
 * Take the fonts and upload them here:
 * https://transfonter.org/
 *
 * Download the resulting files and copy the woff and woff2
 * files into the appropriate directory.
 *
 * Make sure that the font-weight and font-style match the appropriate font files.
 *
 * We generally remove all of the unnecessary glyphs from the font family to make the files as
 * small as possible. If the font is a Google Font, you can copy all of its available glyphs
 * by clicking the "Glyphs" tab on the font's page. Paste those into the "characters" field on 
 * Transfonter and delete all of the characters that are not typically going to be used on an  
 * English language site. When you do this correctly the files downloaded from Transfonter will
 * be prefixed with "subset-". If the site has multiple languages, then don't do that.
 */
@font-face {
  font-family: 'Golos Text';
  src: url("/fonts/golos-text/subset-GolosText-Regular.woff2") format("woff2"), url("/fonts/golos-text/subset-GolosText-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Golos Text';
  src: url("/fonts/golos-text/subset-GolosText-Medium.woff2") format("woff2"), url("/fonts/golos-text/subset-GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Golos Text';
  src: url("/fonts/golos-text/subset-GolosText-SemiBold.woff2") format("woff2"), url("/fonts/golos-text/subset-GolosText-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/open-sans/opensans-light-webfont.woff2") format("woff2"), url("/fonts/open-sans/opensans-light-webfont.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/open-sans/opensans-lightitalic-webfont.woff2") format("woff2"), url("/fonts/open-sans/opensans-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/open-sans/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/open-sans/opensans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/open-sans/opensans-bold-webfont.woff2") format("woff2"), url("/fonts/open-sans/opensans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

/**
 * General styles and helpful classes
 * DBS>Interactive
 */
*,
*:after,
*:before,
input[type=search] {
  box-sizing: inherit; }

* {
  -webkit-tap-highlight-color: rgba(191, 4, 4, 0.3); }

::selection {
  background: rgba(191, 4, 4, 0.3); }

body :focus {
  outline: none;
  box-shadow: 0 0 0 1px #000, 0 0 0 2px #fff; }

body .site-content:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .25s linear;
  z-index: 1;
  visibility: hidden; }

body.opened-menu .site-content:after, body.accessibility-menu-opened .site-content:after {
  opacity: 1;
  transition: opacity .25s linear;
  visibility: visible; }

body.wp-admin :focus {
  box-shadow: none; }

html {
  box-sizing: border-box; }

address, ol, p, ul {
  margin: 0 0 1.5rem; }

ol ol, ol ul, ul ol, ul ul {
  margin: 0 0 1.5rem; }

hr {
  border: none;
  border-top: 1px solid #dadada;
  display: block;
  height: 1px;
  margin: 3rem 0;
  padding: 0; }

blockquote {
  border-left: 0.5rem solid #BF0404;
  font-style: normal;
  font-weight: 400;
  margin: 2.25rem auto;
  max-width: 90%;
  overflow: hidden;
  padding: 1em 0;
  position: relative;
  text-align: left; }
  @media screen and (min-width: 48em) {
    blockquote {
      max-width: 80%; } }
  blockquote img.alignnone {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center; }
    @media screen and (min-width: 48em) {
      blockquote img.alignnone {
        display: inline-block;
        float: left;
        margin-right: 7%;
        max-height: 8em;
        max-width: 8em; } }
  blockquote p {
    margin-left: 2rem; }
  blockquote small {
    font-size: 0.64em;
    display: inline-block;
    margin: 0 0 0.8em 1.5em; }
    @media (min-width: 48em) {
      blockquote small {
        font-size: 0.8em; } }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote cite {
    font-weight: bold; }
  blockquote cite a {
    font-weight: normal; }

p:last-child {
  margin-bottom: 0em; }

dl {
  margin: 0 0 0.75rem; }
  dl dt {
    font-weight: bold;
    margin: 0 0 0.75rem;
    padding-right: 1em; }
  dl dd {
    margin-bottom: 0.75rem;
    margin-left: 2em; }

mark {
  background-color: #e5e5e5; }

code, tt {
  font-size: 0.64em;
  background: #e5e5e5;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
  font-family: Inconsolata, monospace, sans-serif;
  padding: 1px 3px;
  white-space: pre; }
  @media (min-width: 48em) {
    code, tt {
      font-size: 0.8em; } }

pre {
  font-size: 0.64em;
  background: #e5e5e5;
  border-radius: 3px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: Inconsolata, monospace, sans-serif;
  margin: 0 0 1.5rem;
  overflow: auto;
  padding: 1em 1.25em;
  white-space: pre;
  width: 100%; }
  @media (min-width: 48em) {
    pre {
      font-size: 0.8em; } }

pre code, tt {
  background: transparent;
  border: none;
  font-size: inherit;
  padding: 0;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap; }

img, svg {
  height: auto;
  max-width: 100%; }

svg {
  width: 100%; }

li > ol,
li > ul {
  margin-bottom: 0; }

/**
 * Helpful Re-usable Classes
 */
.site-logo {
  fill: #BF0404;
  transition: fill ease-in-out 0.25s; }
  .site-logo:hover {
    fill: #f10505; }

@media screen and (min-width: 48em) {
  .desktop-hidden {
    display: none !important; } }

@media screen and (max-width: 47.999em) {
  .mobile-hidden {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .mobile-nav-visible {
    display: none !important; } }

@media screen and (max-width: 47.999em) {
  .mobile-nav-hidden {
    display: none !important; } }

.lazy-load {
  max-width: 100%; }

.linkclicker,
button,
input[type=submit] {
  cursor: pointer; }

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem; }

.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem; }

@media screen and (min-width: 48em) {
  .alignright.size-large,
  .alignleft.size-large {
    max-width: 50%; } }

.aligncenter, .center {
  margin: 1.5rem auto;
  display: block; }

.alignnone {
  margin: 0; }

.left {
  float: left; }

.right {
  float: right; }

.hidden,
.hide {
  display: none !important; }

.assistive,
.hide-text,
.screen-reader-text {
  height: 1px;
  width: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  background: #ffffff;
  color: #000000; }
  .assistive.show-on-focus:focus,
  .hide-text.show-on-focus:focus,
  .screen-reader-text.show-on-focus:focus {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 1em;
    box-shadow: 0 0 3px 5px;
    color: #ffffff;
    clip: unset;
    display: inline-block;
    height: auto;
    left: 50%;
    padding: 6em;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color .25s linear;
    width: auto;
    z-index: 99999; }

.hide-text {
  text-indent: -9999px; }

@media screen and (min-width: 48em) {
  .two-column-list, .link-list.two-column {
    columns: 2;
    column-gap: 3rem; }
    .two-column-list li, .link-list.two-column li, .two-column-list__item {
      break-inside: avoid-column; } }

.embed-container {
  height: 0 !important;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100% !important; }
  .embed-container iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

@media screen and (min-width: 48em) {
  .two-column-list, .link-list.two-column {
    columns: 2;
    column-gap: 3rem; }
    .two-column-list li, .link-list.two-column li, .two-column-list__item {
      break-inside: avoid-column;
      position: relative;
      z-index: 2; } }

.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .link-list:after {
    background: #ffffff;
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .link-list li {
    border-bottom: 1px solid #f0f0f0; }
    .link-list li a {
      display: block !important;
      padding: 1.5rem 3rem 1.5rem 0 !important; }

.steps {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 0;
  position: relative; }
  .steps li {
    position: relative;
    counter-increment: custom-counter;
    padding-left: 5rem; }
    .steps li:not(:last-of-type) {
      padding-bottom: 4.5rem; }
      .steps li:not(:last-of-type)::before {
        content: '';
        position: absolute;
        left: 1.5rem;
        top: 1.5rem;
        width: 1px;
        height: 100%;
        background: #BF0404;
        z-index: 0; }
    .steps li .marker {
      position: absolute;
      left: 0;
      top: 0.95rem;
      transform: translateY(-50%);
      width: 3rem;
      height: 3rem;
      border: 1px solid #BF0404;
      border-radius: 50%;
      background: #ffffff;
      text-align: center;
      line-height: 3rem;
      font-size: 1.25rem;
      color: #BF0404;
      z-index: 1; }
      .steps li .marker::before {
        content: counter(custom-counter);
        position: relative;
        left: 0.25rem;
        top: -0.1rem;
        z-index: 2; }

.check-list {
  list-style: none;
  padding-left: 0; }
  .check-list li {
    line-height: 1.35;
    margin-bottom: .5rem;
    padding-left: 1.5rem;
    position: relative; }
    .check-list li::before {
      background: url("/icons/check.svg") no-repeat center;
      background-size: contain;
      content: '';
      height: .75rem;
      position: absolute;
      top: .5rem;
      left: 0;
      width: .75rem; }

.fake-list p {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .5rem; }
  .fake-list p::before {
    content: '●';
    position: absolute;
    top: 0;
    left: 0; }

/**
 * DBS>Interactive
 * General Theme Type classes
 * These classes are generic repeatable patterns of type styles that can be
 * extended by other classes to maintain consistency throughout the theme.
 *
 * Recommended usage:
 * 		@extend %button-type;
 */
/**
 * Default Typography
 */
html {
  font-size: 1em; }

body {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-rendering: optimizeLegibility; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

.h1, h1 {
  font-size: 2.44141em; }
  @media (min-width: 48em) {
    .h1, h1 {
      font-size: 3.05176em; } }

.h2, h2 {
  font-size: 1.95312em; }
  @media (min-width: 48em) {
    .h2, h2 {
      font-size: 2.44141em; } }

.h3, h3 {
  font-size: 1.5625em; }
  @media (min-width: 48em) {
    .h3, h3 {
      font-size: 1.95312em; } }

.h4, h4 {
  font-size: 1.25em; }
  @media (min-width: 48em) {
    .h4, h4 {
      font-size: 1.5625em; } }

.h5, h5 {
  font-size: 1em; }
  @media (min-width: 48em) {
    .h5, h5 {
      font-size: 1.25em; } }

.h6, h6 {
  font-size: 0.8em; }
  @media (min-width: 48em) {
    .h6, h6 {
      font-size: 1em; } }

.eyebrow {
  color: #ffffff;
  font-size: .875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }

a {
  color: #2D2C2F;
  font-weight: bold;
  text-decoration: underline;
  transition: color ease-in-out 0.25s; }
  a:hover, a:focus, a:active {
    color: #141315;
    text-decoration: none; }

.bg-dark a, .bg-dark-gradient a {
  color: #ffffff; }
  .bg-dark a:hover, .bg-dark-gradient a:hover, .bg-dark a:focus, .bg-dark-gradient a:focus, .bg-dark a:active, .bg-dark-gradient a:active {
    color: #e6e6e6; }

p {
  margin-top: 0;
  margin-bottom: 1.5rem; }

.dropcap {
  color: #BF0404;
  float: left;
  font-size: 6.25em;
  font-weight: 400;
  line-height: 90px;
  margin-bottom: -.031em;
  margin-top: .03em;
  padding-right: .5rem; }

.font_small,
small {
  font-size: 0.707em; }

.intro-text {
  font-size: 1.125rem; }

.white {
  color: #ffffff !important; }

.black {
  color: #000000 !important; }

.red {
  color: #BF0404 !important; }

.caps {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.normal {
  font-weight: 400; }

.semi-bold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.extra-bold {
  font-weight: 900; }

/**
 * Slate contain Styles
 * DBS>Interactive
 *
 * This module contains the 3 different sized width contain classes.
 *
 * When givin a choice, prefer to use these classnames in the html rather than the constrained-width mixin. This will
 * help to keep the SCSS files less complicated and more efficient.
 *
 * 		contain-narrow
 * 		contain (contain or contain-medium)
 * 		contain-wide
 *
 * Use the layout classes on the layout div:
 * 		layout-narrow
 * 		layout-default
 * 		layout-wide
 *
 * The layout classes will work whether the contain element is the layout itself, or a child of the layout.
 */
.contain,
.layout-wide .contain,
.layout-wide.contain,
.contain-medium {
  margin-left: auto;
  margin-right: auto;
  max-width: 78rem; }

.layout-narrow .contain,
.layout-narrow.contain,
.contain-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 65rem; }

.layout-more-narrow .contain,
.layout-more-narrow.contain,
.contain-more-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem; }

.layout-wide .contain,
.layout-wide.contain,
.contain-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 85rem; }

.contain-full-width,
.contain-full-width.contain {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

/**
 * Default layout styles
 * DBS>Interactive
 */
/**
 * Main site wrapper
 */
.site {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative; }
  .site-content {
    clear: both; }

/**
 * Basic generic styles for all layouts
 */
.layout {
  margin: 3rem auto; }
  @media screen and (min-width: 48em) {
    .layout {
      margin: 4.5rem auto; } }
  .layout .contain {
    padding: 0 1.5rem; }
  .layout .cell {
    padding: 1.5rem; }
    @media screen and (min-width: 48em) {
      .layout .cell {
        padding: 0 1.5rem 1.5rem; } }
  @media screen and (min-width: 48em) {
    .layout [class*=bg-] .cell {
      padding: 1.5rem; } }
  .layout.columns,
  .layout .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout .column {
    position: relative; }

/**
 * Extended attribute classes for Flex Layouts
 * DBS>Interactive
 */
.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative; }
  .bg-img > .image-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .bg-img > .image-wrapper img {
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      @supports (object-fit: contain) {
        .bg-img > .image-wrapper img {
          height: 100%;
          object-fit: cover;
          object-position: center; } }
  .bg-img > .contain {
    padding-bottom: 3rem;
    padding-top: 3rem; }
    @media screen and (min-width: 48em) {
      .bg-img > .contain {
        padding-bottom: 4.5rem;
        padding-top: 4.5rem; } }
  .bg-img h1, .bg-img h2, .bg-img h3, .bg-img h4, .bg-img h5, .bg-img h6, .bg-img p {
    color: #ffffff; }

.bg-dark, .bg-dark-gradient {
  background-color: #000000; }
  .bg-dark, .bg-dark-gradient, .bg-dark h1, .bg-dark-gradient h1, .bg-dark h2, .bg-dark-gradient h2, .bg-dark h3, .bg-dark-gradient h3, .bg-dark h4, .bg-dark-gradient h4, .bg-dark h5, .bg-dark-gradient h5, .bg-dark h6, .bg-dark-gradient h6 {
    color: #ffffff; }

.bg-dark-gradient {
  background: linear-gradient(to bottom, #2E0101, #000); }

.bg-dark-angled {
  background-color: #F7F6F0;
  position: relative; }
  .bg-dark-angled .contain {
    position: relative;
    z-index: 1; }
  .bg-dark-angled, .bg-dark-angled h1, .bg-dark-angled h2, .bg-dark-angled h3, .bg-dark-angled h4, .bg-dark-angled h5, .bg-dark-angled h6 {
    color: #ffffff; }
  .bg-dark-angled::before {
    background: linear-gradient(to bottom, #2E0101, #000);
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
    content: '';
    height: calc(100% - 3rem);
    position: absolute;
    top: 1.5rem;
    width: 100%; }
  @media (min-width: 48em) {
    .bg-dark-angled::after {
      background: #ffffff;
      content: '';
      height: calc(3rem + 2px);
      position: absolute;
      bottom: 0;
      width: 100%; } }
  @media screen and (max-width: 47.999em) {
    .bg-dark-angled {
      padding-bottom: 3rem; }
      .bg-dark-angled::before {
        height: 100%;
        top: 0; } }

.bg-light {
  background-color: #F7F6F0; }

.bg-dark.layout, .layout.bg-dark-gradient,
.bg-light.layout {
  padding-bottom: 3rem;
  padding-top: 3rem; }
  @media screen and (min-width: 48em) {
    .bg-dark.layout, .layout.bg-dark-gradient,
    .bg-light.layout {
      padding-bottom: 4.5rem;
      padding-top: 4.5rem; } }

.bg-overlay .cell, .bg-overlay .contain {
  position: relative;
  z-index: 1; }

.bg-overlay:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.no-bottom-margin {
  margin-bottom: 0 !important; }

.no-top-margin {
  margin-top: 0 !important; }

.thumbnail .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em; }
  @media screen and (min-width: 48em) {
    .thumbnail .column {
      padding: 0 1.5rem 1.5rem; } }
  .thumbnail .column > :first-child {
    margin-right: 1.5rem; }

.thumbnail .cell {
  -ms-flex: 1;
  flex: 1;
  padding: 0; }

.thumbnail .image-wrapper {
  height: 0;
  padding-top: 5em;
  overflow: hidden;
  position: relative;
  width: 6em; }
  .thumbnail .image-wrapper img {
    height: 100%;
    max-width: initial;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto; }

.image-card .image-wrapper {
  margin: 0 1.5rem 1.5rem 1.5rem;
  margin-right: 1.5rem;
  max-height: 20em;
  overflow: hidden; }
  .image-card .image-wrapper img {
    height: 100%; }

.vertical-padding {
  padding-bottom: 3rem;
  padding-top: 3rem; }
  @media screen and (min-width: 48em) {
    .vertical-padding {
      padding-bottom: 4.5rem;
      padding-top: 4.5rem; } }

.cta-box .cta-bottom {
  padding: 1.5rem 1.5rem 1.5rem 3rem; }
  .cta-box .cta-bottom ul {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    padding-left: 1.5rem; }
    .cta-box .cta-bottom ul li {
      list-style: none;
      position: relative; }
      .cta-box .cta-bottom ul li::after {
        background: no-repeat url("/icons/small-check.svg");
        content: '';
        height: 8px;
        position: absolute;
        left: -1.5rem;
        top: 50%;
        transform: translate(0, -50%);
        width: 10px; }
      .cta-box .cta-bottom ul li:not(:last-of-type) {
        margin-bottom: 1rem; }

.cta-box .cta-top {
  padding: 9rem 3rem 3rem; }
  .cta-box .cta-top .eyebrow {
    color: #949494;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    letter-spacing: 0.44px; }
  .cta-box .cta-top.bg-dark, .cta-box .cta-top.bg-dark-gradient {
    background: linear-gradient(115deg, #2D2C2F 15.26%, #000000 140.23%); }

/**
 * Theme Buttons
 * DBS>Interactive
 */
/**
 * 	Button color variable
 *	$grayDarkest: #2d2d2d; —— See _vars.scss
 */
/**
 * Button mixin
 * @param $color1 - foreground color
 * @param $color2 - background color
 */
/**
 *
 *	CSS Classes (or how to apply the mixin declared above)
 *   	Overview:
 *  		There is a .button class
 *  		There is a modifying .button--ghost class
 *  			.button--ghost builds on .button by being included after the button class and applying a few overrides to the .button styling.
 *
 *  			HTML Example:
 *  			<a class="button button--ghost" href="#">Example Button</a>
 *
 *  	Additional styles can be added on a per project basis. When possible, use the .button--ghost class as an example
 *  	and build off of the .button class styles; avoid creating a separate class and using @include button(), for this
 *  	will cause (potential) unnecessary CSS bloat.
 */
/**
 *  Button Styling
 */
.button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 0.75em 2.5em;
  text-decoration: none;
  transition: all .25s ease;
  -webkit-appearance: nowrap;
  white-space: nowrap;
  /**
	 *  Ghost Button Styling
	 */ }
  .button:hover, .button:active, .button:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ffffff; }
  .button.arrow {
    padding-right: 3.5rem;
    position: relative; }
    .button.arrow:before, .button.arrow:after {
      content: '';
      height: 1.25rem;
      width: 1.25rem;
      position: absolute;
      top: 50%;
      right: 1.25rem;
      transform: translate(0, -50%);
      transition: .25s ease-in-out; }
    .button.arrow:before {
      background-image: url("/icons/arrow-right-white.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 1; }
    .button.arrow:after {
      background-image: url("/icons/arrow-right.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 0; }
    .button.arrow:hover:before, .button.arrow:hover:after, .button.arrow:focus:before, .button.arrow:focus:after {
      transform: translate(0.5rem, -50%); }
    .button.arrow:hover:before, .button.arrow:focus:before {
      opacity: 0; }
    .button.arrow:hover:after, .button.arrow:focus:after {
      opacity: 1; }
  .button.ghost {
    background-color: transparent;
    color: #000000;
    cursor: pointer;
    border-color: #000000; }
    .button.ghost:hover, .button.ghost:active, .button.ghost:focus {
      background-color: #000000;
      color: #ffffff; }
    .button.ghost.arrow {
      padding: .75rem 4.5rem .75rem 1.5rem; }
      .button.ghost.arrow::after, .button.ghost.arrow::before {
        background-image: url("/icons/arrow-bg-black-circled.svg");
        height: 30px;
        width: 30px; }
      .button.ghost.arrow.angled {
        border-color: #BF0404;
        color: #BF0404;
        font-size: .875rem;
        height: 2.75rem;
        overflow: hidden;
        padding: .75em 4em .75em 1em; }
        .button.ghost.arrow.angled::before {
          background-image: url("/icons/arrow-bg-red-angled.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          height: 2.75rem;
          right: 0;
          width: 3rem; }
        .button.ghost.arrow.angled:active, .button.ghost.arrow.angled:focus, .button.ghost.arrow.angled:hover {
          background-color: #BF0404;
          color: #F7F6F0; }
    .button.ghost.red {
      color: #BF0404 !important; }
  .button.green {
    background-color: #42BD42;
    border: 1px solid #42BD42;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding: 0.75em 2.5em;
    text-decoration: none;
    transition: all .25s ease;
    -webkit-appearance: nowrap;
    white-space: nowrap; }
    .button.green:hover, .button.green:active, .button.green:focus {
      background-color: #ffffff;
      border-color: #42BD42;
      color: #42BD42; }
  .button.red {
    background-color: #BF0404;
    border: 1px solid #BF0404;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding: 0.75em 2.5em;
    text-decoration: none;
    transition: all .25s ease;
    -webkit-appearance: nowrap;
    white-space: nowrap;
    color: #ffffff !important; }
    .button.red:hover, .button.red:active, .button.red:focus {
      background-color: #ffffff;
      border-color: #BF0404;
      color: #BF0404; }
    .button.red:active, .button.red:focus, .button.red:hover {
      color: #BF0404 !important; }
  .button.green:not(.ghost) {
    background-color: #42BD42;
    border: 1px solid #42BD42;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding: 0.75em 2.5em;
    text-decoration: none;
    transition: all .25s ease;
    -webkit-appearance: nowrap;
    white-space: nowrap;
    color: #ffffff !important; }
    .button.green:not(.ghost):hover, .button.green:not(.ghost):active, .button.green:not(.ghost):focus {
      background-color: #ffffff;
      border-color: #42BD42;
      color: #42BD42; }
    .button.green:not(.ghost):active, .button.green:not(.ghost):focus, .button.green:not(.ghost):hover {
      color: #42BD42 !important; }
  .button.stripe {
    border: 1px solid #E4E5E7 !important;
    font-size: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 2rem; }

/**
 *	Button styling on a dark background
 */
.bg-dark .button, .bg-dark-gradient .button,
.bg-dark-angled .button,
.white-on-black .button {
  background-color: #BF0404;
  border: 1px solid #BF0404;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 0.75em 2.5em;
  text-decoration: none;
  transition: all .25s ease;
  -webkit-appearance: nowrap;
  white-space: nowrap; }
  .bg-dark .button:hover, .bg-dark-gradient .button:hover, .bg-dark .button:active, .bg-dark-gradient .button:active, .bg-dark .button:focus, .bg-dark-gradient .button:focus,
  .bg-dark-angled .button:hover,
  .bg-dark-angled .button:active,
  .bg-dark-angled .button:focus,
  .white-on-black .button:hover,
  .white-on-black .button:active,
  .white-on-black .button:focus {
    background-color: #ffffff;
    border-color: #BF0404;
    color: #BF0404; }
  .bg-dark .button.ghost, .bg-dark-gradient .button.ghost,
  .bg-dark-angled .button.ghost,
  .white-on-black .button.ghost {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff; }
    .bg-dark .button.ghost:hover, .bg-dark-gradient .button.ghost:hover, .bg-dark .button.ghost:active, .bg-dark-gradient .button.ghost:active, .bg-dark .button.ghost:focus, .bg-dark-gradient .button.ghost:focus,
    .bg-dark-angled .button.ghost:hover,
    .bg-dark-angled .button.ghost:active,
    .bg-dark-angled .button.ghost:focus,
    .white-on-black .button.ghost:hover,
    .white-on-black .button.ghost:active,
    .white-on-black .button.ghost:focus {
      background-color: #ffffff;
      color: #000000; }
    .bg-dark .button.ghost.arrow, .bg-dark-gradient .button.ghost.arrow,
    .bg-dark-angled .button.ghost.arrow,
    .white-on-black .button.ghost.arrow {
      font-size: .875rem;
      height: 2.75rem;
      overflow: hidden;
      padding: .75em 4em .75em 1em; }
      .bg-dark .button.ghost.arrow:after, .bg-dark-gradient .button.ghost.arrow:after, .bg-dark .button.ghost.arrow:before, .bg-dark-gradient .button.ghost.arrow:before,
      .bg-dark-angled .button.ghost.arrow:after,
      .bg-dark-angled .button.ghost.arrow:before,
      .white-on-black .button.ghost.arrow:after,
      .white-on-black .button.ghost.arrow:before {
        background-image: url("/icons/arrow-bg-white-angled.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 2.75rem;
        right: 0;
        width: 3rem; }
        @media screen and (max-width: 47.999em) {
          .bg-dark .button.ghost.arrow:after, .bg-dark-gradient .button.ghost.arrow:after, .bg-dark .button.ghost.arrow:before, .bg-dark-gradient .button.ghost.arrow:before,
          .bg-dark-angled .button.ghost.arrow:after,
          .bg-dark-angled .button.ghost.arrow:before,
          .white-on-black .button.ghost.arrow:after,
          .white-on-black .button.ghost.arrow:before {
            background-image: url("/icons/arrow-bg-white-circled.svg");
            height: 1.875rem;
            right: 1rem;
            width: 1.875rem; } }
      .bg-dark .button.ghost.arrow:active, .bg-dark-gradient .button.ghost.arrow:active, .bg-dark .button.ghost.arrow:focus, .bg-dark-gradient .button.ghost.arrow:focus, .bg-dark .button.ghost.arrow:hover, .bg-dark-gradient .button.ghost.arrow:hover,
      .bg-dark-angled .button.ghost.arrow:active,
      .bg-dark-angled .button.ghost.arrow:focus,
      .bg-dark-angled .button.ghost.arrow:hover,
      .white-on-black .button.ghost.arrow:active,
      .white-on-black .button.ghost.arrow:focus,
      .white-on-black .button.ghost.arrow:hover {
        background-color: transparent;
        color: #ffffff; }
        .bg-dark .button.ghost.arrow:active:after, .bg-dark-gradient .button.ghost.arrow:active:after, .bg-dark .button.ghost.arrow:active:before, .bg-dark-gradient .button.ghost.arrow:active:before, .bg-dark .button.ghost.arrow:focus:after, .bg-dark-gradient .button.ghost.arrow:focus:after, .bg-dark .button.ghost.arrow:focus:before, .bg-dark-gradient .button.ghost.arrow:focus:before, .bg-dark .button.ghost.arrow:hover:after, .bg-dark-gradient .button.ghost.arrow:hover:after, .bg-dark .button.ghost.arrow:hover:before, .bg-dark-gradient .button.ghost.arrow:hover:before,
        .bg-dark-angled .button.ghost.arrow:active:after,
        .bg-dark-angled .button.ghost.arrow:active:before,
        .bg-dark-angled .button.ghost.arrow:focus:after,
        .bg-dark-angled .button.ghost.arrow:focus:before,
        .bg-dark-angled .button.ghost.arrow:hover:after,
        .bg-dark-angled .button.ghost.arrow:hover:before,
        .white-on-black .button.ghost.arrow:active:after,
        .white-on-black .button.ghost.arrow:active:before,
        .white-on-black .button.ghost.arrow:focus:after,
        .white-on-black .button.ghost.arrow:focus:before,
        .white-on-black .button.ghost.arrow:hover:after,
        .white-on-black .button.ghost.arrow:hover:before {
          background-image: url("/icons/arrow-bg-white-angled.svg");
          height: 2.75rem;
          right: 0;
          width: 3rem; }
          @media screen and (max-width: 47.999em) {
            .bg-dark .button.ghost.arrow:active:after, .bg-dark-gradient .button.ghost.arrow:active:after, .bg-dark .button.ghost.arrow:active:before, .bg-dark-gradient .button.ghost.arrow:active:before, .bg-dark .button.ghost.arrow:focus:after, .bg-dark-gradient .button.ghost.arrow:focus:after, .bg-dark .button.ghost.arrow:focus:before, .bg-dark-gradient .button.ghost.arrow:focus:before, .bg-dark .button.ghost.arrow:hover:after, .bg-dark-gradient .button.ghost.arrow:hover:after, .bg-dark .button.ghost.arrow:hover:before, .bg-dark-gradient .button.ghost.arrow:hover:before,
            .bg-dark-angled .button.ghost.arrow:active:after,
            .bg-dark-angled .button.ghost.arrow:active:before,
            .bg-dark-angled .button.ghost.arrow:focus:after,
            .bg-dark-angled .button.ghost.arrow:focus:before,
            .bg-dark-angled .button.ghost.arrow:hover:after,
            .bg-dark-angled .button.ghost.arrow:hover:before,
            .white-on-black .button.ghost.arrow:active:after,
            .white-on-black .button.ghost.arrow:active:before,
            .white-on-black .button.ghost.arrow:focus:after,
            .white-on-black .button.ghost.arrow:focus:before,
            .white-on-black .button.ghost.arrow:hover:after,
            .white-on-black .button.ghost.arrow:hover:before {
              background-image: url("/icons/arrow-bg-white-circled.svg");
              height: 1.875rem;
              right: 1rem;
              width: 1.875rem; } }
  .bg-dark .button.arrow, .bg-dark-gradient .button.arrow,
  .bg-dark-angled .button.arrow,
  .white-on-black .button.arrow {
    padding-right: 3.5rem; }
    .bg-dark .button.arrow:after, .bg-dark-gradient .button.arrow:after,
    .bg-dark-angled .button.arrow:after,
    .white-on-black .button.arrow:after {
      background-image: url("/icons/arrow-right-white.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .bg-dark .button.arrow:before, .bg-dark-gradient .button.arrow:before,
    .bg-dark-angled .button.arrow:before,
    .white-on-black .button.arrow:before {
      opacity: 0; }
    .bg-dark .button.arrow:after, .bg-dark-gradient .button.arrow:after,
    .bg-dark-angled .button.arrow:after,
    .white-on-black .button.arrow:after {
      opacity: 1; }
    .bg-dark .button.arrow:hover:before, .bg-dark-gradient .button.arrow:hover:before, .bg-dark .button.arrow:focus:before, .bg-dark-gradient .button.arrow:focus:before,
    .bg-dark-angled .button.arrow:hover:before,
    .bg-dark-angled .button.arrow:focus:before,
    .white-on-black .button.arrow:hover:before,
    .white-on-black .button.arrow:focus:before {
      opacity: 1; }
    .bg-dark .button.arrow:hover:after, .bg-dark-gradient .button.arrow:hover:after, .bg-dark .button.arrow:focus:after, .bg-dark-gradient .button.arrow:focus:after,
    .bg-dark-angled .button.arrow:hover:after,
    .bg-dark-angled .button.arrow:focus:after,
    .white-on-black .button.arrow:hover:after,
    .white-on-black .button.arrow:focus:after {
      opacity: 0; }

/**
 *	Inline (Arrow) Button Styling
 */
.arrow-link, .link-list li a {
  color: #2D2C2F;
  padding-right: 2rem;
  position: relative;
  text-decoration: none; }
  .arrow-link:after, .link-list li a:after {
    background-image: url("/icons/arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    right: -0;
    transform: translate(0, -50%);
    transition: transform .25s ease-in-out;
    width: 1.25rem; }
  .arrow-link:hover, .link-list li a:hover, .arrow-link:focus, .link-list li a:focus {
    color: #2D2C2F; }
    .arrow-link:hover:after, .link-list li a:hover:after, .arrow-link:focus:after, .link-list li a:focus:after {
      transform: translate(0.5em, -50%); }
  .arrow-link.back, .link-list li a.back {
    padding-left: 2rem; }
    .arrow-link.back:after, .link-list li a.back:after {
      left: 0;
      right: auto;
      transform: translate(0, -50%) rotate(180deg); }
    .arrow-link.back:hover:after, .link-list li a.back:hover:after, .arrow-link.back:focus:after, .link-list li a.back:focus:after {
      transform: translate(-0.5rem, -50%) rotate(180deg); }

.bg-dark .arrow-link, .bg-dark-gradient .arrow-link, .bg-dark .link-list li a, .link-list li .bg-dark a, .bg-dark-gradient .link-list li a, .link-list li .bg-dark-gradient a {
  color: #ffffff; }
  .bg-dark .arrow-link:hover, .bg-dark-gradient .arrow-link:hover, .bg-dark .link-list li a:hover, .link-list li .bg-dark a:hover, .bg-dark-gradient .link-list li a:hover, .link-list li .bg-dark-gradient a:hover, .bg-dark .arrow-link:focus, .bg-dark-gradient .arrow-link:focus, .bg-dark .link-list li a:focus, .link-list li .bg-dark a:focus, .bg-dark-gradient .link-list li a:focus, .link-list li .bg-dark-gradient a:focus {
    color: #ffffff; }
  .bg-dark .arrow-link:after, .bg-dark-gradient .arrow-link:after, .bg-dark .link-list li a:after, .link-list li .bg-dark a:after, .bg-dark-gradient .link-list li a:after, .link-list li .bg-dark-gradient a:after {
    background-image: url("/icons/arrow-right-white.svg"); }

.non-button {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  text-decoration: underline; }

/**
 * Cookie Popup styles
 * DBS>Interactive
 */
.cookie-popup {
  background: #ffffff;
  box-shadow: 0 0 1rem -0.5rem #000000;
  font-size: .9rem;
  overflow-y: auto;
  padding: 1em;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3000; }
  .cookie-popup .contain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1em; }
  .cookie-popup__heading {
    border-bottom: 1px solid #dadada;
    margin-bottom: 0.5rem;
    padding-bottom: .5rem; }
  .cookie-popup__content {
    line-height: 1.5;
    margin-bottom: 1.5rem; }
  .cookie-popup__learn-more {
    appearance: none;
    background: transparent;
    border: none;
    padding: 0;
    text-decoration: underline; }
  .cookie-popup__buttons {
    max-width: 20em; }
    .cookie-popup__buttons .button {
      background-color: #000000;
      border: 1px solid #000000;
      display: block;
      padding: .5em;
      width: 100%; }
      .cookie-popup__buttons .button:active, .cookie-popup__buttons .button:focus, .cookie-popup__buttons .button:hover {
        background-color: #ffffff;
        color: #000000; }
  @media screen and (min-width: 48em) {
    .cookie-popup .contain {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .cookie-popup__buttons {
      width: 40%; }
    .cookie-popup__content {
      margin-bottom: 0;
      padding-right: 2em;
      width: 60%; } }

/**
 * Header styles
 * DBS>Interactive
 *
 * 		site-header - the page's main header element
 * 			site-header__branding - the company logo
 * 			site-header__navigation - the site navigation
 * 				NOTE: Put navigation styles in _navigation.scss.
 *
 * ************************************************************************
 * This file is for the general header/branding styles. For specific
 * menu/navigation files, use _navigation.scss.
 * ************************************************************************
 */
.site-header {
  background: #000000;
  position: relative;
  z-index: 1000;
  /**
	 * Company logo in site header
	 */ }
  .site-header h1 {
    padding-top: 1rem; }
  .site-header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem; }
  .site-header__branding {
    padding: .5rem 0;
    /**
		 * Anchor tag that wraps svg element (logo graphic) for site homepage link
		 */ }
    .site-header__branding img {
      width: 195px; }
    .site-header__branding a {
      display: block;
      line-height: 0;
      margin-left: -.25em;
      padding: .25em; }
  @media screen and (min-width: 48em) {
    .site-header__branding img {
      width: 274px; } }

/**
 * Slate Navigation Styles
 * DBS>Interactive
 *
 * ************************************************************************
 * This file is for the navigation menu in the header - both the mobile and
 * desktop menu. Keep header/branding specific styles in _header.scss.
 * ************************************************************************
 *
 * 		menu-toggle - the hamburger menu button
 * 			open - the class given when the toggle button is in the open state
 * 			menu-toggle__bar - the individual hamburger bars
 * 		submenu-toggle - a submenu toggle button
 * 			open - the class given when the toggle button is in the open state
 *
 * 		site-header__navigation - the header container for all site header
 * 			navigation.
 *
 * 			secondary-menu - the (nav element) container for the secondary menu
 * 			main-menu - the (nav element) container for the main menu
 *
 * 		menu - the container class for a menu ( ul element )
 * 			open - the class added to a ( mobile ) menu that is opened
 *
 * 			menu__item - a menu item ( li element )
 * 				menu__item--active - the active item ( current page )
 * 				menu__item--parent - an item that has a submenu
 *
 * 			menu__submenu - a submenu element ( ul element )
 * 				menu__submenu--l1 - a first level submenu
 * 				menu__submenu--l2 - etc...
 *
 */
/**
 * Hamburger Icon
 */
.menu-toggle {
  background-color: transparent;
  border: 0;
  display: block;
  height: 20px;
  padding: 0;
  width: 20px; }
  .menu-toggle__bar {
    background: #ffffff;
    border-radius: 1rem;
    display: block;
    height: 3px;
    margin: 0 auto 5.5px;
    opacity: 1;
    transition: transform 0.25s, width 0.25s;
    width: 100%; }
    .menu-toggle__bar:last-child {
      margin-bottom: 0; }
  .menu-toggle > .menu-toggle__bar:nth-child(1) {
    transform: translate(-3px, 0);
    width: 14px; }
  .menu-toggle > .menu-toggle__bar:nth-child(3) {
    width: 9px;
    transform: translate(-5.5px, 0); }
  .menu-toggle.open > .menu-toggle__bar:nth-child(1) {
    margin: 0 auto 6px;
    transform: translate(0, 9px) rotate(45deg);
    width: 20px; }
  .menu-toggle.open > .menu-toggle__bar:nth-child(2) {
    margin: 0 auto 6px;
    width: 0; }
  .menu-toggle.open > .menu-toggle__bar:nth-child(3) {
    transform: translate(0, -9px) rotate(-45deg);
    width: 20px; }
  @media screen and (min-width: 48em) {
    .menu-toggle {
      display: none; } }

/**
 * Submenu Toggle Icon
 */
.submenu-toggle {
  background-color: transparent;
  border: 0;
  height: 3.25rem;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.25s ease-in-out;
  transform: none;
  width: 3rem;
  z-index: 1; }
  .submenu-toggle svg {
    height: 2rem;
    width: .75rem;
    transition: transform .25s ease-in-out; }
  .submenu-toggle.open svg {
    transform: rotate(180deg); }
  @media screen and (min-width: 48em) {
    .submenu-toggle {
      height: 2rem;
      top: 50%;
      transform: translateY(-53%);
      right: -1.25rem;
      width: 2rem; }
      .submenu-toggle svg {
        height: 100%; }
      .menu__submenu > .menu__item > .submenu-toggle {
        opacity: 1;
        right: 0;
        transform: translateY(-50%) rotate(-90deg); } }

@media screen and (min-width: 48em) {
  .subitem .submenu-toggle {
    position: absolute;
    top: 50%; } }

/**
 * General Menu Styles
 *
 * These styles apply to both the mobile and the desktop menu.
 */
.site-header__navigation > nav {
  font-family: "Golos Text", "Open Sans", "Verdana", "Helvetica", sans-serif;
  z-index: 100; }
  .site-header__navigation > nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .site-header__navigation > nav a {
    color: #ffffff;
    display: block;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none; }
    .site-header__navigation > nav a:hover, .site-header__navigation > nav a:active, .site-header__navigation > nav a:focus {
      color: #cccccc; }

/**
 * Mobile Menu Styles
 */
@media screen and (max-width: 47.999em) {
  .site-header__navigation {
    background-color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    max-height: 100vh;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform .25s ease-in-out, visibility 0s .25s linear;
    visibility: hidden;
    width: 100vw;
    /**
		 * Styles for when the mobile menu is opened.
		 */ }
    .site-header__navigation > nav a {
      font-size: 1.5rem; }
    .site-header__navigation > nav ul {
      margin-bottom: 0.75rem;
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .site-header__navigation.open {
      transform: translate3d(0, 0, 0);
      transition: transform .25s ease-in-out, visibility 0s 0s linear;
      visibility: visible; }
  .menu {
    /**
		 * Individual menu item
		 */
    /**
		 * Submenu
		 */ }
    .menu__item {
      display: block;
      padding: 1.5rem;
      position: relative; }
      .menu__item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
    .menu__submenu {
      background-color: #f0f0f0;
      max-height: 0;
      overflow: hidden;
      /**
			 * Submenus when hovering parent
			 */
      /**
			 * Submenu item styles
			 */
      /**
			 * Sub-Submenus
			 */ }
      .open > .menu__submenu {
        max-height: none; }
      .menu__submenu .menu__item a {
        background-color: white;
        padding-left: 3rem;
        text-transform: none; }
      .menu__submenu .menu__submenu a {
        padding-left: 4.5rem; } }

/**
 * Desktop Menu Styles
 */
@media screen and (min-width: 48em) {
  .main-menu,
  .secondary-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .secondary-menu {
    margin: 1rem 0; }
  .main-menu .login {
    margin-left: 1rem; }
  .main-menu .menu__item.toplevel a {
    padding: 1rem .5rem;
    text-align: center; }
  .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    /**
		 * Individual menu item
		 */
    /**
		 * Submenu
		 */ }
    .menu__item {
      display: block;
      margin: 0 .5em;
      position: relative; }
      .menu__item a {
        padding: .25rem .5rem; }
    .menu__item--parent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .menu__item--parent .submenu-toggle svg {
        transition: .25s transform; } }
    @media screen and (min-width: 48em) and (min-width: 48em) {
      .menu__item--parent:hover > .submenu-toggle svg, .menu__item--parent:focus > .submenu-toggle svg {
        transform: rotate(180deg); } }

@media screen and (min-width: 48em) {
    .menu__submenu {
      background-color: #e5e5e5;
      opacity: 0;
      position: absolute;
      top: 100%;
      left: 0;
      transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
      visibility: hidden;
      width: 16em;
      /**
			 * Submenus with open class and when hovering parent
			 */
      /**
			 * Submenu item styles
			 */
      /**
			 * Sub-Submenus
			 */ }
      .open > .menu__submenu,
      .menu__item--parent:hover > .menu__submenu {
        opacity: 1;
        transition: opacity .125s ease-in-out, visibility .125s ease-in-out;
        visibility: visible; }
      .menu__submenu .menu__item {
        margin: 0; }
        .menu__submenu .menu__item a {
          padding: .75em 1.25em;
          text-transform: none;
          width: 100%; }
          .menu__submenu .menu__item a:hover {
            background-color: white; }
      .menu__submenu .menu__submenu {
        border-left: 1px solid #3b4646;
        left: 100%;
        top: 0;
        transform: none; } }

@media (min-width: 48rem) and (max-width: 54.999rem) {
  .main-menu .menu__item {
    margin: 0; } }

/**
 * DBS Chevron Styles
 * DBS>Interactive
 */
#dbs-chev {
  position: relative; }
  #dbs-chev svg {
    height: 2rem;
    max-width: 1rem; }
  #dbs-chev strong {
    font-size: 0.64em;
    float: right;
    font-weight: normal;
    text-align: center;
    width: 15em; }
    @media (min-width: 48em) {
      #dbs-chev strong {
        font-size: 0.8em; } }
    @media screen and (min-width: 48em) {
      #dbs-chev strong {
        width: 21em; } }
  #dbs-chev .text {
    background: #000000;
    max-width: 0;
    overflow: hidden;
    padding: .25em 0;
    position: absolute;
    right: 2em;
    top: 1px;
    transition: all .5s ease-out; }
  #dbs-chev.hover span, #dbs-chev:hover span, #dbs-chev:focus span {
    max-width: 23em; }

/**
 * Footer styles
 * DBS>Interactive
 *
 * Classname Structure
 *
 * The rational was to avoid using elements in the stylesheet and to limit nesting.
 *
 * 		site-footer - the footer element
 *
 * 			site-footer__navigation - footer menu
 * 				footer-menu__item - footer menu item
 *
 * 			site-footer__credits - copyright info container
 *
 * 			site-footer__copyright - copyright statement
 *
 */
.site-footer {
  overflow: hidden;
  clear: both;
  margin-top: auto; }
  .site-footer__container {
    padding: 1.5rem 1.5rem 3rem; }
  .site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .site-footer a {
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer #subscribe-form-email-field {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    margin: 0;
    padding: 0 .5rem; }
  .site-footer .site-footer__logo svg {
    display: block;
    max-width: 10em;
    padding-bottom: 1em; }
  .site-footer__content {
    display: inline-block; }
    .site-footer__content button.subscribe {
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
      font-weight: 400;
      text-transform: uppercase; }
  .site-footer__business ul, .site-footer__business li {
    display: block; }
  .site-footer__navigation .menu__item a {
    display: block;
    font-weight: 400;
    padding: .25rem 0;
    text-transform: uppercase; }
    .site-footer__navigation .menu__item a:after {
      background: #ffffff;
      content: '';
      display: block;
      height: 1px;
      position: relative;
      top: 3px;
      transform: scaleX(0);
      transform-origin: 100% 0;
      transition: transform .25s ease-in-out; }
    .site-footer__navigation .menu__item a:hover, .site-footer__navigation .menu__item a:focus {
      text-decoration: none; }
      .site-footer__navigation .menu__item a:hover:after, .site-footer__navigation .menu__item a:focus:after {
        transform: scaleX(1);
        transform-origin: 0 100%; }
  .site-footer__navigation .menu__item.toplevel {
    margin-bottom: 1rem; }
    .site-footer__navigation .menu__item.toplevel > a {
      color: #ffffff;
      letter-spacing: 1px; }
  .site-footer__navigation li {
    display: block; }
  .site-footer .social-media {
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin: 1em 0; }
    .site-footer .social-media__link {
      display: inline-block; }
    .site-footer .social-media a {
      display: block;
      width: 2em; }
      .site-footer .social-media a:active svg path, .site-footer .social-media a:focus svg path, .site-footer .social-media a:hover svg path {
        fill: #ffffff; }
    .site-footer .social-media svg {
      max-height: 1.5rem;
      max-width: 1.5rem; }
      .site-footer .social-media svg path {
        fill: #c2d1d9; }
  .site-footer__copyright {
    color: #c2d1d9; }
  .site-footer__credits {
    border-top: 1px solid #4c5255;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 0 0;
    width: 100%; }
    .site-footer__credits .legal-footer {
      display: inline-block; }
      .site-footer__credits .legal-footer ul, .site-footer__credits .legal-footer li {
        display: inline-block; }
      .site-footer__credits .legal-footer .legal-menu__item {
        border-left: 1px solid #ffffff;
        margin-left: .5rem;
        padding-left: .75rem; }
  @media screen and (max-width: 47.999em) {
    .site-footer .social-media {
      margin-bottom: 2.5rem; }
    .site-footer__container {
      text-align: center; }
    .site-footer__content {
      margin-bottom: 3rem;
      padding-top: 1.5rem; }
    .site-footer__credits {
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 2rem; }
    .site-footer__navigation .menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      margin-bottom: 1.5rem; }
    .site-footer__navigation .menu__submenu {
      display: none; }
    .site-footer__navigation .menu__item {
      border: 0; }
      .site-footer__navigation .menu__item--parent {
        position: relative; }
        .site-footer__navigation .menu__item--parent.open .menu__submenu {
          display: block; }
    .site-footer__navigation .submenu-toggle {
      top: -.75rem; }
      .site-footer__navigation .submenu-toggle svg path {
        fill: #ffffff; } }
  @media screen and (min-width: 48em) {
    .site-footer__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .site-footer__navigation > ul {
      display: -ms-flexbox;
      display: flex;
      gap: 1.5rem;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      margin: 3rem 0; }
    .site-footer__navigation .menu__item.toplevel {
      margin-bottom: 0; } }

/**
 * Header Search Form
 */
.search-form {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top: 1px solid #e5e5e5;
  z-index: 1000; }
  .search-form__form {
    transition: .25s ease-in-out;
    width: 100%;
    z-index: 10; }
  .search-form__container {
    display: block;
    float: right;
    position: relative;
    width: 100%; }
  .search-form__field {
    background: #ffffff;
    border: none;
    display: block;
    height: 100%;
    width: 100%;
    padding: 1em; }
  .search-form__button {
    background: none;
    border: none;
    position: relative;
    top: -0.5em;
    padding: 0;
    width: 100%; }
  .search-form__button--open, .search-form__button--search, .search-form__button--close {
    background-color: transparent;
    background: url("/icons/search.svg") no-repeat center;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1.75em;
    border: none;
    display: block;
    height: 100%;
    transition: .5s;
    width: 2.5rem; }
    .search-form__button--open:focus, .search-form__button--open:hover, .search-form__button--search:focus, .search-form__button--search:hover, .search-form__button--close:focus, .search-form__button--close:hover {
      background-color: transparent;
      border: 0; }
  .search-form__button--search {
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .search-form .search-form__button--close {
    display: none;
    background-image: url("/icons/close-symbol.svg");
    background-position: .5rem center;
    background-size: 2.5em;
    z-index: 1; }
  .search-form .search-form__button--open {
    display: none; }
  @media screen and (min-width: 48em) {
    .search-form {
      border: none; }
      .search-form__form {
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        right: 1rem;
        width: 20em; }
      .search-form .search-form__button--open {
        display: block; } }

.search-form--active .search-form__form {
  height: 100%; }

.search-form--active .search-form__button--open {
  display: none; }

.search-form--active .search-form__button--close {
  display: block; }

@media screen and (min-width: 48em) {
  .search-form--active .search-form__container {
    display: block;
    width: 100%; } }

/**
 * Default sidebar styles
 * DBS>Interactive
 */
.sidebar .menu {
  display: block;
  list-style: none;
  margin-bottom: 0rem;
  padding-left: 0em; }
  .sidebar .menu ul {
    list-style: none;
    margin-bottom: 0rem;
    padding-left: 0em; }
  .sidebar .menu a {
    display: inline-block;
    padding: .5em;
    text-decoration: none;
    width: 100%; }
  .sidebar .menu .sub-menu {
    padding-left: 1.25em; }
