/*!
Theme Name: CMiC
Theme URI: http://brainrider.com 
Description: A Custom B2B theme for CMiC.
Version: 2.1
Author: Brainrider
Author URI: http://brainrider.com
Text Domain: cmic
*/
/*$breakpoints: (
	xxsmall:	0,
	xsmall:		360px,
	small:		450px,
	medium:		768px,
	large:		1024px,
	xlarge:		1440px,
	xxlarge:	1600px
);
$breakpoint-classes: (xxsmall xsmall small medium large xlarge xxlarge);*/
@media only screen and (max-width: 92rem) {
  /* line 178, scss/settings/_settings.scss */
  .row-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 182, scss/settings/_settings.scss */
  .row-mobile .row-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

/*$header-styles: (
  'small': (
    'h1': ('font-size': 24, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom),
    'h2': ('font-size': 20, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom),
    'h3': ('font-size': 19, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom),
    'h4': ('font-size': 18, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom),
    'h5': ('font-size': 17, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom),
    'h6': ('font-size': 16, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom)
  ),
  'medium': (
    'h1': ('font-size': 48, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom),
    'h2': ('font-size': 40, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom),
    'h3': ('font-size': 31, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom),
    'h4': ('font-size': 25, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom),
    'h5': ('font-size': 20, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom),
    'h6': ('font-size': 16, 'line-height': $header-lineheight, 'margin-top': 0, 'margin-bottom': $header-margin-bottom)
  )
);*/
/* $dropdown-sizes: (
  tiny: 100px,
  small: 200px,
  large: 400px,
);*/
/* line 654, scss/settings/_settings.scss */
[class*="column"] + [class*="column"]:last-child {
  /* Taken from foundation.css */
  float: left;
}

/* overwrites padding @ line 174, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
/* line 659, scss/settings/_settings.scss */
.column, .columns, .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 10, bower_components/foundation-sites/scss/vendor/normalize.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* line 20, bower_components/foundation-sites/scss/vendor/normalize.scss */
body {
  margin: 0;
}

/* line 27, bower_components/foundation-sites/scss/vendor/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 38, bower_components/foundation-sites/scss/vendor/normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 47, bower_components/foundation-sites/scss/vendor/normalize.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 57, bower_components/foundation-sites/scss/vendor/normalize.scss */
a {
  background-color: transparent;
}

/* line 64, bower_components/foundation-sites/scss/vendor/normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 72, bower_components/foundation-sites/scss/vendor/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 80, bower_components/foundation-sites/scss/vendor/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 89, bower_components/foundation-sites/scss/vendor/normalize.scss */
small {
  font-size: 80%;
}

/* line 96, bower_components/foundation-sites/scss/vendor/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 104, bower_components/foundation-sites/scss/vendor/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 108, bower_components/foundation-sites/scss/vendor/normalize.scss */
sup {
  top: -0.5em;
}

/* line 117, bower_components/foundation-sites/scss/vendor/normalize.scss */
img {
  border-style: none;
}

/* line 127, bower_components/foundation-sites/scss/vendor/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 141, bower_components/foundation-sites/scss/vendor/normalize.scss */
button,
input {
  overflow: visible;
}

/* line 149, bower_components/foundation-sites/scss/vendor/normalize.scss */
button,
select {
  text-transform: none;
}

/* line 156, bower_components/foundation-sites/scss/vendor/normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 165, bower_components/foundation-sites/scss/vendor/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 175, bower_components/foundation-sites/scss/vendor/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 184, bower_components/foundation-sites/scss/vendor/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* line 193, bower_components/foundation-sites/scss/vendor/normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 204, bower_components/foundation-sites/scss/vendor/normalize.scss */
progress {
  vertical-align: baseline;
}

/* line 210, bower_components/foundation-sites/scss/vendor/normalize.scss */
textarea {
  overflow: auto;
}

/* line 217, bower_components/foundation-sites/scss/vendor/normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 225, bower_components/foundation-sites/scss/vendor/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 233, bower_components/foundation-sites/scss/vendor/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 240, bower_components/foundation-sites/scss/vendor/normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 247, bower_components/foundation-sites/scss/vendor/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 257, bower_components/foundation-sites/scss/vendor/normalize.scss */
details {
  display: block;
}

/* line 263, bower_components/foundation-sites/scss/vendor/normalize.scss */
summary {
  display: list-item;
}

/* line 272, bower_components/foundation-sites/scss/vendor/normalize.scss */
template {
  display: none;
}

/* line 278, bower_components/foundation-sites/scss/vendor/normalize.scss */
[hidden] {
  display: none;
}

/* line 140, bower_components/foundation-sites/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 144, bower_components/foundation-sites/scss/_global.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

/* line 150, bower_components/foundation-sites/scss/_global.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 157, bower_components/foundation-sites/scss/_global.scss */
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 174, bower_components/foundation-sites/scss/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 186, bower_components/foundation-sites/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 193, bower_components/foundation-sites/scss/_global.scss */
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

/* line 203, bower_components/foundation-sites/scss/_global.scss */
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 211, bower_components/foundation-sites/scss/_global.scss */
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

/* line 202, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 223, bower_components/foundation-sites/scss/_global.scss */
pre {
  overflow: auto;
}

/* line 228, bower_components/foundation-sites/scss/_global.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

/* line 237, bower_components/foundation-sites/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 241, bower_components/foundation-sites/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 13, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 13, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 16, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 16, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 26, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 30, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

/* line 34, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

/* line 38, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 44, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .auto {
  width: auto;
}

/* line 48, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .shrink {
  width: auto;
}

/* line 64, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 64, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 64, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

/* line 79, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-1 {
  width: 8.33333%;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-2 {
  width: 16.66667%;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-3 {
  width: 25%;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-4 {
  width: 33.33333%;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-5 {
  width: 41.66667%;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-6 {
  width: 50%;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-7 {
  width: 58.33333%;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-8 {
  width: 66.66667%;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-9 {
  width: 75%;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-10 {
  width: 83.33333%;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-11 {
  width: 91.66667%;
}

/* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 73, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  /* line 79, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  /* line 85, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-shrink {
    width: auto;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-3 {
    width: 25%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-6 {
    width: 50%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-9 {
    width: 75%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 73, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  /* line 79, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  /* line 85, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-shrink {
    width: auto;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-3 {
    width: 25%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-6 {
    width: 50%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-9 {
    width: 75%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  /* line 94, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-x > .large-12 {
    width: 100%;
  }
}

/* line 102, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

/* line 107, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

/* line 138, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 138, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

/* line 142, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 149, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

/* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .auto {
  width: auto;
}

/* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .shrink {
  width: auto;
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .auto {
    width: auto;
  }
  /* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .shrink {
    width: auto;
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  /* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  /* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-auto {
    width: auto;
  }
  /* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

/* line 177, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 177, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 183, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 183, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 188, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 188, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-1 > .cell {
  width: 100%;
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-2 > .cell {
  width: 50%;
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-3 > .cell {
  width: 33.33333%;
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-4 > .cell {
  width: 25%;
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-5 > .cell {
  width: 20%;
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-6 > .cell {
  width: 16.66667%;
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-7 > .cell {
  width: 14.28571%;
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-1 > .cell {
    width: 100%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-2 > .cell {
    width: 50%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-4 > .cell {
    width: 25%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-5 > .cell {
    width: 20%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-1 > .cell {
    width: 100%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-2 > .cell {
    width: 50%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-4 > .cell {
    width: 25%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-5 > .cell {
    width: 20%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

/* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  /* line 31, bower_components/foundation-sites/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

/* line 234, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 29, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-3 {
  width: 25%;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-6 {
  width: 50%;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-9 {
  width: 75%;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

/* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

/* line 240, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 68, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 234, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 29, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 240, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 68, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 234, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 29, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  /* line 44, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  /* line 53, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 240, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 68, bower_components/foundation-sites/scss/xy-grid/_collapse.scss */
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

/* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  /* line 254, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 258, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

/* line 276, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

/* line 280, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .cell {
  width: auto;
  max-width: none;
}

/* line 284, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .auto {
  height: auto;
}

/* line 288, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .shrink {
  height: auto;
}

/* line 302, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 302, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 302, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

/* line 316, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-1 {
  height: 8.33333%;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-2 {
  height: 16.66667%;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-3 {
  height: 25%;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-4 {
  height: 33.33333%;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-5 {
  height: 41.66667%;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-6 {
  height: 50%;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-7 {
  height: 58.33333%;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-8 {
  height: 66.66667%;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-9 {
  height: 75%;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-10 {
  height: 83.33333%;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-11 {
  height: 91.66667%;
}

/* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 310, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  /* line 316, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  /* line 322, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-shrink {
    height: auto;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-3 {
    height: 25%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-6 {
    height: 50%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-9 {
    height: 75%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 310, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  /* line 316, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  /* line 322, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-shrink {
    height: auto;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-3 {
    height: 25%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-6 {
    height: 50%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-9 {
    height: 75%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  /* line 331, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y > .large-12 {
    height: 100%;
  }
}

/* line 343, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 343, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 348, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 348, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

/* line 138, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 138, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 142, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 149, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

/* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .auto {
  height: auto;
}

/* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .shrink {
  height: auto;
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .auto {
    height: auto;
  }
  /* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .shrink {
    height: auto;
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  /* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  /* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-auto {
    height: auto;
  }
  /* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

/* line 362, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

/* line 366, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.cell .grid-frame {
  width: 100%;
}

/* line 370, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 374, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 379, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

/* line 82, bower_components/foundation-sites/scss/xy-grid/_frame.scss */
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  /* line 386, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  /* line 390, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .cell .medium-grid-frame {
    width: 100%;
  }
  /* line 394, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 398, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  /* line 82, bower_components/foundation-sites/scss/xy-grid/_frame.scss */
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  /* line 402, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 386, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  /* line 390, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .cell .large-grid-frame {
    width: 100%;
  }
  /* line 394, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 398, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  /* line 82, bower_components/foundation-sites/scss/xy-grid/_frame.scss */
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  /* line 402, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/* line 409, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  /* line 415, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 415, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

/* line 423, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 427, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 427, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

/* line 138, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 138, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 142, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 149, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

/* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .auto {
  height: auto;
}

/* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .shrink {
  height: auto;
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

/* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .auto {
    height: auto;
  }
  /* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .shrink {
    height: auto;
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  /* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  /* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 114, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-auto {
    height: auto;
  }
  /* line 118, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  /* line 126, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

/* line 435, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 435, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 435, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  /* line 439, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 439, bower_components/foundation-sites/scss/xy-grid/_classes.scss */
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

/* line 128, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 132, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 132, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 132, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 135, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 142, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.row.expanded {
  max-width: none;
}

/* line 145, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

/* line 151, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.row:not(.expanded) .row {
  max-width: none;
}

/* line 156, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 163, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 171, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 171, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 177, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

/* line 183, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

/* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

/* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

/* line 237, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 241, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  /* line 216, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

/* line 224, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 224, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 237, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 241, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 193, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 201, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  /* line 208, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 104, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  /* line 216, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

/* line 224, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  /* line 224, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 237, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 241, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 246, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

/* line 252, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
.column-block {
  margin-bottom: 1.25rem;
}

/* line 63, bower_components/foundation-sites/scss/grid/_gutter.scss */
.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 252, bower_components/foundation-sites/scss/grid/_flex-grid.scss */
  .column-block {
    margin-bottom: 1.875rem;
  }
  /* line 63, bower_components/foundation-sites/scss/grid/_gutter.scss */
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* line 266, bower_components/foundation-sites/scss/components/_button.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #30323c;
  color: #ffffff;
}

/* line 202, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}

/* line 153, bower_components/foundation-sites/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #292b33;
  color: #ffffff;
}

/* line 271, bower_components/foundation-sites/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}

/* line 271, bower_components/foundation-sites/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}

/* line 271, bower_components/foundation-sites/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}

/* line 276, bower_components/foundation-sites/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* line 304, bower_components/foundation-sites/scss/components/_button.scss */
.button.primary {
  background-color: #30323c;
  color: #ffffff;
}

/* line 153, bower_components/foundation-sites/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #262830;
  color: #ffffff;
}

/* line 304, bower_components/foundation-sites/scss/components/_button.scss */
.button.secondary {
  background-color: #30323c;
  color: #ffffff;
}

/* line 153, bower_components/foundation-sites/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #262830;
  color: #ffffff;
}

/* line 304, bower_components/foundation-sites/scss/components/_button.scss */
.button.success {
  background-color: #339933;
  color: #0a0a0a;
}

/* line 153, bower_components/foundation-sites/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #297a29;
  color: #0a0a0a;
}

/* line 304, bower_components/foundation-sites/scss/components/_button.scss */
.button.warning {
  background-color: #bf0002;
  color: #ffffff;
}

/* line 153, bower_components/foundation-sites/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #990002;
  color: #ffffff;
}

/* line 304, bower_components/foundation-sites/scss/components/_button.scss */
.button.alert {
  background-color: #df6d22;
  color: #0a0a0a;
}

/* line 153, bower_components/foundation-sites/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #b4571a;
  color: #0a0a0a;
}

/* line 320, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #30323c;
  color: #ffffff;
}

/* line 325, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #30323c;
  color: #ffffff;
}

/* line 325, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #30323c;
  color: #ffffff;
}

/* line 325, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #339933;
  color: #0a0a0a;
}

/* line 325, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #bf0002;
  color: #ffffff;
}

/* line 325, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 211, bower_components/foundation-sites/scss/components/_button.scss */
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #df6d22;
  color: #0a0a0a;
}

/* line 333, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 161, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

/* line 169, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #18191e;
  color: #18191e;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 338, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #18191e;
  color: #18191e;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 338, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #18191e;
  color: #18191e;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 338, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.success {
  border: 1px solid #339933;
  color: #339933;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #1a4d1a;
  color: #1a4d1a;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #339933;
  color: #339933;
}

/* line 338, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #bf0002;
  color: #bf0002;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #600001;
  color: #600001;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #bf0002;
  color: #bf0002;
}

/* line 338, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #df6d22;
  color: #df6d22;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #703610;
  color: #703610;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #df6d22;
  color: #df6d22;
}

/* line 347, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 161, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

/* line 169, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear:hover, .button.clear:focus {
  border-color: #18191e;
  color: #18191e;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 352, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

/* line 358, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.primary {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #18191e;
  color: #18191e;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 363, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

/* line 358, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.secondary {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #18191e;
  color: #18191e;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #30323c;
  color: #30323c;
}

/* line 363, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

/* line 358, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.success {
  border: 1px solid #339933;
  color: #339933;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #1a4d1a;
  color: #1a4d1a;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #339933;
  color: #339933;
}

/* line 363, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

/* line 358, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.warning {
  border: 1px solid #bf0002;
  color: #bf0002;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #600001;
  color: #600001;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #bf0002;
  color: #bf0002;
}

/* line 363, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

/* line 358, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.alert {
  border: 1px solid #df6d22;
  color: #df6d22;
}

/* line 186, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #703610;
  color: #703610;
}

/* line 189, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #df6d22;
  color: #df6d22;
}

/* line 363, bower_components/foundation-sites/scss/components/_button.scss */
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

/* line 226, bower_components/foundation-sites/scss/components/_button.scss */
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

/* line 385, bower_components/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #30323c;
}

/* line 391, bower_components/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #30323c;
}

/* line 391, bower_components/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #30323c;
}

/* line 391, bower_components/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #339933;
}

/* line 391, bower_components/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #bf0002;
}

/* line 391, bower_components/foundation-sites/scss/components/_button.scss */
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #df6d22;
}

/* line 400, bower_components/foundation-sites/scss/components/_button.scss */
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

/* line 408, bower_components/foundation-sites/scss/components/_button.scss */
a.button:hover, a.button:focus {
  text-decoration: none;
}

/* line 141, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}

/* line 58, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

/* line 66, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

/* line 70, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

/* line 149, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e9e9e9;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #30323c;
}

/* line 94, bower_components/foundation-sites/scss/components/_accordion.scss */
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}

/* line 99, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #e9e9e9;
}

/* line 105, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

/* line 113, bower_components/foundation-sites/scss/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: '\2013';
}

/* line 153, bower_components/foundation-sites/scss/components/_accordion.scss */
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e9e9e9;
  border-bottom: 0;
  background-color: #ffffff;
  color: #666666;
}

/* line 135, bower_components/foundation-sites/scss/components/_accordion.scss */
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e9e9e9;
}

/* line 144, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  border: 1px solid #e9e9e9;
  background: #ffffff;
  list-style-type: none;
}

/* line 170, bower_components/foundation-sites/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 181, bower_components/foundation-sites/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 71, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

/* line 155, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}

/* line 158, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 165, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary {
  background: #30323c;
}

/* line 168, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary > li > a {
  color: #ffffff;
}

/* line 171, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #393b47;
}

/* line 178, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}

/* line 89, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #30323c;
}

/* line 202, bower_components/foundation-sites/scss/util/_mixins.scss */
[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

/* line 97, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a:hover {
  background: #ffffff;
  color: #292b34;
}

/* line 102, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e9e9e9;
  color: #30323c;
}

/* line 182, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-content {
  border: 1px solid #e9e9e9;
  border-top: 0;
  background: #ffffff;
  color: #666666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 186, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #e9e9e9;
  border-left: 0;
}

/* line 190, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem;
}

/* line 138, bower_components/foundation-sites/scss/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 6, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 16, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

/* line 21, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 25, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 30, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

/* line 35, bower_components/foundation-sites/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 75, bower_components/foundation-sites/scss/components/_flex.scss */
.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 75, bower_components/foundation-sites/scss/components/_flex.scss */
.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 75, bower_components/foundation-sites/scss/components/_flex.scss */
.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 75, bower_components/foundation-sites/scss/components/_flex.scss */
.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 75, bower_components/foundation-sites/scss/components/_flex.scss */
.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* line 84, bower_components/foundation-sites/scss/components/_flex.scss */
.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 84, bower_components/foundation-sites/scss/components/_flex.scss */
.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 84, bower_components/foundation-sites/scss/components/_flex.scss */
.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 93, bower_components/foundation-sites/scss/components/_flex.scss */
.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 97, bower_components/foundation-sites/scss/components/_flex.scss */
.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 93, bower_components/foundation-sites/scss/components/_flex.scss */
.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 97, bower_components/foundation-sites/scss/components/_flex.scss */
.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 93, bower_components/foundation-sites/scss/components/_flex.scss */
.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 97, bower_components/foundation-sites/scss/components/_flex.scss */
.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 93, bower_components/foundation-sites/scss/components/_flex.scss */
.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 97, bower_components/foundation-sites/scss/components/_flex.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

/* line 103, bower_components/foundation-sites/scss/components/_flex.scss */
.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

/* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

/* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 111, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

/* line 18, bower_components/foundation-sites/scss/components/_flex.scss */
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 22, bower_components/foundation-sites/scss/components/_flex.scss */
.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 26, bower_components/foundation-sites/scss/components/_flex.scss */
.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* line 30, bower_components/foundation-sites/scss/components/_flex.scss */
.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 35, bower_components/foundation-sites/scss/components/_flex.scss */
.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 35, bower_components/foundation-sites/scss/components/_flex.scss */
.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 35, bower_components/foundation-sites/scss/components/_flex.scss */
.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 35, bower_components/foundation-sites/scss/components/_flex.scss */
.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  /* line 45, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 49, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  /* line 53, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  /* line 57, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  /* line 62, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 62, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  /* line 62, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 62, bower_components/foundation-sites/scss/components/_flex.scss */
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 45, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 49, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  /* line 53, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  /* line 57, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  /* line 62, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 62, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  /* line 62, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 62, bower_components/foundation-sites/scss/components/_flex.scss */
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 65, bower_components/foundation-sites/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 69, bower_components/foundation-sites/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  /* line 85, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 89, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 76, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 80, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  /* line 85, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  /* line 89, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 76, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  /* line 80, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  /* line 85, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  /* line 89, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 96, bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 103, bower_components/foundation-sites/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 110, bower_components/foundation-sites/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 110, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 110, bower_components/foundation-sites/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 123, bower_components/foundation-sites/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 123, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 123, bower_components/foundation-sites/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/*
 * Mixin for border radius (all)
 *  @include border-radius(5px);
*/
/*
 * A visual helper mixin
 *  @include help;
*/
/*
 * Mixin for transition
 *   @include transition(padding, 1s, ease-in-out);
*/
/*
 * Helps with the site header
 *
*/
/*
 * Adds ordering to flexbox
 *
*/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 5, scss/settings/_base.scss */
html {
  max-width: 100%;
  height: auto;
  font-size: 100%;
}

/* line 11, scss/settings/_base.scss */
body {
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0em;
  background-color: #ffffff;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

/* line 24, scss/settings/_base.scss */
body * {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 31, scss/settings/_base.scss */
.wf-loading {
  visibility: hidden;
}

/* line 34, scss/settings/_base.scss */
.wf-active {
  visibility: visible;
}

/* line 38, scss/settings/_base.scss */
.row {
  max-width: 90rem;
}

/* ==========================================================================
   Border-box all the things!
   ========================================================================== */
/* line 46, scss/settings/_base.scss */
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/* line 58, scss/settings/_base.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.3;
}

/* line 66, scss/settings/_base.scss */
h1,
h1.page-title {
  font-size: 3rem;
  color: #ffffff;
  display: inline-block;
}

/* line 71, scss/settings/_base.scss */
h1 span.yellow,
h1.page-title span.yellow {
  color: #EC2E26;
}

/* line 75, scss/settings/_base.scss */
h2 {
  font-size: 2.1rem;
}

/* line 78, scss/settings/_base.scss */
h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #3A3D49;
}

/* line 83, scss/settings/_base.scss */
h4 {
  font-size: 1.1rem;
}

/* line 86, scss/settings/_base.scss */
h5 {
  font-size: 1.3rem;
}

/* line 89, scss/settings/_base.scss */
h6 {
  font-size: 1.3rem;
}

/* line 93, scss/settings/_base.scss */
p {
  font-size: 1.05em;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 1.4rem;
}

/* line 100, scss/settings/_base.scss */
p img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 105, scss/settings/_base.scss */
cite {
  font-size: .8rem;
}

/* line 109, scss/settings/_base.scss */
address {
  margin: 0 0 1.5rem;
}

/* line 113, scss/settings/_base.scss */
blockquote {
  display: block;
  float: none;
  position: relative;
  width: 100%;
  padding: 2rem 2rem 2rem 3rem;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 1.4rem;
  background-color: #3A3D49;
}

@media screen and (min-width: 40em) {
  /* line 113, scss/settings/_base.scss */
  blockquote {
    width: 70%;
  }
}

/* line 131, scss/settings/_base.scss */
blockquote:before {
  font-family: "Font Awesome 5 Free";
  content: '\f10d';
  position: absolute;
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  top: 10px;
  left: 20px;
  opacity: .2;
  z-index: 1;
}

@media screen and (min-width: 40em) {
  /* line 144, scss/settings/_base.scss */
  blockquote.alignleft {
    width: 50%;
    float: left;
    margin-left: -3rem;
    margin-right: 3rem !important;
  }
}

/* line 152, scss/settings/_base.scss */
blockquote p {
  font-size: 1.4em !important;
  line-height: 1.4 !important;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  margin: 0;
}

/* line 164, scss/settings/_base.scss */
ul li,
ol li {
  margin-bottom: 1rem;
}

/* line 169, scss/settings/_base.scss */
ol.enhanced {
  counter-reset: li;
  list-style-type: none;
}

/* line 172, scss/settings/_base.scss */
ol.enhanced li {
  position: relative;
  margin-bottom: 2em;
  line-height: 1.3em;
  padding-left: 1em;
  font-size: 1.05em;
}

/* line 178, scss/settings/_base.scss */
ol.enhanced li:before {
  content: counter(li);
  counter-increment: li;
  width: 40px;
  height: 40px;
  border: 2px solid #EC2E26;
  border-radius: 50%;
  color: #ffffff;
  background-color: #EC2E26;
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  position: absolute;
  top: -10px;
  left: -30px;
  padding-top: 8px;
}

/* line 198, scss/settings/_base.scss */
ul.team {
  list-style-type: none;
}

/* line 200, scss/settings/_base.scss */
ul.team li {
  position: relative;
  margin-bottom: 1em;
  line-height: 1.3em;
  padding-left: .5em;
  font-size: 1.05em;
}

/* line 206, scss/settings/_base.scss */
ul.team li:before {
  content: '\f007';
  font-family: 'Font Awesome 5 Free';
  width: 1.6em;
  height: 1.6em;
  border: 2px solid #EC2E26;
  border-radius: 50%;
  color: #EC2E26;
  font-weight: 500;
  font-size: 1.05em;
  text-align: center;
  position: absolute;
  top: -2px;
  left: -25px;
  padding-top: 0;
}

/* ==========================================================================
   Links, Buttons
   ========================================================================== */
/* line 232, scss/settings/_base.scss */
a:link, a:visited {
  color: #3A3D49;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* line 238, scss/settings/_base.scss */
a:hover, a:active {
  color: #EC2E26;
  text-decoration: underline;
}

/* line 245, scss/settings/_base.scss */
a.button:link, a.button:visited, a.btn:link, a.btn:visited {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 1.05em;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: .01em;
  margin: 0;
  padding: .6em 1.6em .5em 1.6em;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}

/* line 261, scss/settings/_base.scss */
a.button:hover, a.button:active, a.button:focus, a.btn:hover, a.btn:active, a.btn:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

/* line 268, scss/settings/_base.scss */
/*
a.button:after, a.btn:after {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  width: 0;
  left: 50%;
  bottom: -5px;
  height: 120%;
  left: -30%;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  z-index: -1;
}*/

/* line 281, scss/settings/_base.scss */
a.button.btn-primary:after, a.btn.btn-primary:after {
  background-color: #EC2E26;
}

/* line 284, scss/settings/_base.scss */
a.button.btn-primary:link, a.button.btn-primary:visited, a.btn.btn-primary:link, a.btn.btn-primary:visited {
  color: #30323c;
  background-color: #EC2E26;
}

/* line 289, scss/settings/_base.scss */
a.button.btn-primary:hover, a.button.btn-primary:active, a.btn.btn-primary:hover, a.btn.btn-primary:active {
  background: transparent;
}

/* line 292, scss/settings/_base.scss */
a.button.btn-primary:hover:after, a.button.btn-primary:active:after, a.btn.btn-primary:hover:after, a.btn.btn-primary:active:after {
  width: 100%;
  left: 0;
  left: -50%;
  width: 200%;
}

/* line 301, scss/settings/_base.scss */
a.button.btn-secondary:after, a.btn.btn-secondary:after {
  background-color: #EC2E26;
}

/* line 304, scss/settings/_base.scss */
a.button.btn-secondary:link, a.button.btn-secondary:visited, a.btn.btn-secondary:link, a.btn.btn-secondary:visited {
  color: #ffffff;
  background-color: #3A3D49;
}

/* line 309, scss/settings/_base.scss */
a.button.btn-secondary:hover, a.button.btn-secondary:active, a.btn.btn-secondary:hover, a.btn.btn-secondary:active {
  background: transparent;
}

/* line 312, scss/settings/_base.scss */
a.button.btn-secondary:hover:after, a.button.btn-secondary:active:after, a.btn.btn-secondary:hover:after, a.btn.btn-secondary:active:after {
  width: 100%;
  left: 0;
  left: -50%;
  width: 200%;
}

/* line 321, scss/settings/_base.scss */
a.button.btn-tertiary:after, a.btn.btn-tertiary:after {
  background-color: #30323c;
}

/* line 324, scss/settings/_base.scss */
a.button.btn-tertiary:link, a.button.btn-tertiary:visited, a.btn.btn-tertiary:link, a.btn.btn-tertiary:visited {
  color: #ffffff;
  background-color: #525567;
}

/* line 329, scss/settings/_base.scss */
a.button.btn-tertiary:hover, a.button.btn-tertiary:active, a.btn.btn-tertiary:hover, a.btn.btn-tertiary:active {
  background: transparent;
}

/* line 332, scss/settings/_base.scss */
a.button.btn-tertiary:hover:after, a.button.btn-tertiary:active:after, a.btn.btn-tertiary:hover:after, a.btn.btn-tertiary:active:after {
  width: 100%;
  left: 0;
  left: -50%;
  width: 200%;
}

/* line 341, scss/settings/_base.scss */
a.button.btn-text:link, a.button.btn-text:visited, a.btn.btn-text:link, a.btn.btn-text:visited {
  line-height: 2.4rem;
  padding: 0;
  color: #30323c;
  background: transparent;
  text-decoration: underline;
}

/* line 349, scss/settings/_base.scss */
a.button.btn-text:hover, a.button.btn-text:active, a.btn.btn-text:hover, a.btn.btn-text:active {
  color: #525567;
  background-color: none;
  text-decoration: underline;
}

@media screen and (min-width: 40em) {
  /* line 359, scss/settings/_base.scss */
  a.btn:link {
    margin-right: 1rem;
  }
  /* line 361, scss/settings/_base.scss */
  a.btn:link:first-of-type {
    margin-left: 0;
  }
  /* line 364, scss/settings/_base.scss */
  a.btn:link:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 373, scss/settings/_base.scss */
  .cta a.btn,
  .cta-container a.btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* line 388, scss/settings/_base.scss */
.page-template-template-conference-home a:link, .page-template-template-conference-home a:visited,
.page-template-template-conference-page a:link,
.page-template-template-conference-page a:visited {
  color: #e52f25;
}

/* line 392, scss/settings/_base.scss */
.page-template-template-conference-home a:hover, .page-template-template-conference-home a:active,
.page-template-template-conference-page a:hover,
.page-template-template-conference-page a:active {
  color: #b7160d;
}

/* line 398, scss/settings/_base.scss */
.page-template-template-conference-home a.button:link, .page-template-template-conference-home a.button:visited, .page-template-template-conference-home a.btn:link, .page-template-template-conference-home a.btn:visited,
.page-template-template-conference-page a.button:link,
.page-template-template-conference-page a.button:visited,
.page-template-template-conference-page a.btn:link,
.page-template-template-conference-page a.btn:visited {
  color: #e52f25;
}

/* line 402, scss/settings/_base.scss */
.page-template-template-conference-home a.button:hover, .page-template-template-conference-home a.button:active, .page-template-template-conference-home a.button:focus, .page-template-template-conference-home a.btn:hover, .page-template-template-conference-home a.btn:active, .page-template-template-conference-home a.btn:focus,
.page-template-template-conference-page a.button:hover,
.page-template-template-conference-page a.button:active,
.page-template-template-conference-page a.button:focus,
.page-template-template-conference-page a.btn:hover,
.page-template-template-conference-page a.btn:active,
.page-template-template-conference-page a.btn:focus {
  color: #b7160d;
}

/* line 410, scss/settings/_base.scss */
.page-template-template-conference-home a.button.btn-primary:after, .page-template-template-conference-home a.btn.btn-primary:after,
.page-template-template-conference-page a.button.btn-primary:after,
.page-template-template-conference-page a.btn.btn-primary:after {
  background-color: #e52f25;
}

/* line 413, scss/settings/_base.scss */
.page-template-template-conference-home a.button.btn-primary:link, .page-template-template-conference-home a.button.btn-primary:visited, .page-template-template-conference-home a.btn.btn-primary:link, .page-template-template-conference-home a.btn.btn-primary:visited,
.page-template-template-conference-page a.button.btn-primary:link,
.page-template-template-conference-page a.button.btn-primary:visited,
.page-template-template-conference-page a.btn.btn-primary:link,
.page-template-template-conference-page a.btn.btn-primary:visited {
  color: #ffffff;
  background-color: #e52f25;
}

/* line 418, scss/settings/_base.scss */
.page-template-template-conference-home a.button.btn-primary:hover, .page-template-template-conference-home a.button.btn-primary:active, .page-template-template-conference-home a.btn.btn-primary:hover, .page-template-template-conference-home a.btn.btn-primary:active,
.page-template-template-conference-page a.button.btn-primary:hover,
.page-template-template-conference-page a.button.btn-primary:active,
.page-template-template-conference-page a.btn.btn-primary:hover,
.page-template-template-conference-page a.btn.btn-primary:active {
  color: #ffffff;
}

/* line 421, scss/settings/_base.scss */
.page-template-template-conference-home a.button.btn-primary:hover:after, .page-template-template-conference-home a.button.btn-primary:active:after, .page-template-template-conference-home a.btn.btn-primary:hover:after, .page-template-template-conference-home a.btn.btn-primary:active:after,
.page-template-template-conference-page a.button.btn-primary:hover:after,
.page-template-template-conference-page a.button.btn-primary:active:after,
.page-template-template-conference-page a.btn.btn-primary:hover:after,
.page-template-template-conference-page a.btn.btn-primary:active:after {
  background-color: #b7160d;
}

/* line 427, scss/settings/_base.scss */
.page-template-template-conference-home a.button.btn-secondary:after, .page-template-template-conference-home a.btn.btn-secondary:after,
.page-template-template-conference-page a.button.btn-secondary:after,
.page-template-template-conference-page a.btn.btn-secondary:after {
  background-color: #30323c;
}

/* line 430, scss/settings/_base.scss */
.page-template-template-conference-home a.button.btn-secondary:link, .page-template-template-conference-home a.button.btn-secondary:visited, .page-template-template-conference-home a.btn.btn-secondary:link, .page-template-template-conference-home a.btn.btn-secondary:visited,
.page-template-template-conference-page a.button.btn-secondary:link,
.page-template-template-conference-page a.button.btn-secondary:visited,
.page-template-template-conference-page a.btn.btn-secondary:link,
.page-template-template-conference-page a.btn.btn-secondary:visited {
  color: #ffffff;
  background-color: #30323c;
}

/* line 435, scss/settings/_base.scss */
.page-template-template-conference-home a.button.btn-secondary:hover, .page-template-template-conference-home a.button.btn-secondary:active, .page-template-template-conference-home a.btn.btn-secondary:hover, .page-template-template-conference-home a.btn.btn-secondary:active,
.page-template-template-conference-page a.button.btn-secondary:hover,
.page-template-template-conference-page a.button.btn-secondary:active,
.page-template-template-conference-page a.btn.btn-secondary:hover,
.page-template-template-conference-page a.btn.btn-secondary:active {
  color: #ffffff;
}

/* line 438, scss/settings/_base.scss */
.page-template-template-conference-home a.button.btn-secondary:hover:after, .page-template-template-conference-home a.button.btn-secondary:active:after, .page-template-template-conference-home a.btn.btn-secondary:hover:after, .page-template-template-conference-home a.btn.btn-secondary:active:after,
.page-template-template-conference-page a.button.btn-secondary:hover:after,
.page-template-template-conference-page a.button.btn-secondary:active:after,
.page-template-template-conference-page a.btn.btn-secondary:hover:after,
.page-template-template-conference-page a.btn.btn-secondary:active:after {
  background-color: #525567;
}

/* line 444, scss/settings/_base.scss */
.page-template-template-conference-home a.button.btn-text:link, .page-template-template-conference-home a.button.btn-text:visited, .page-template-template-conference-home a.btn.btn-text:link, .page-template-template-conference-home a.btn.btn-text:visited,
.page-template-template-conference-page a.button.btn-text:link,
.page-template-template-conference-page a.button.btn-text:visited,
.page-template-template-conference-page a.btn.btn-text:link,
.page-template-template-conference-page a.btn.btn-text:visited {
  color: #e52f25;
}

/* line 448, scss/settings/_base.scss */
.page-template-template-conference-home a.button.btn-text:hover, .page-template-template-conference-home a.button.btn-text:active, .page-template-template-conference-home a.btn.btn-text:hover, .page-template-template-conference-home a.btn.btn-text:active,
.page-template-template-conference-page a.button.btn-text:hover,
.page-template-template-conference-page a.button.btn-text:active,
.page-template-template-conference-page a.btn.btn-text:hover,
.page-template-template-conference-page a.btn.btn-text:active {
  color: #b7160d;
}

/* ==========================================================================
   WP Alignment
   ========================================================================== */
/* line 461, scss/settings/_base.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}

/* line 466, scss/settings/_base.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
}

/* line 471, scss/settings/_base.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
   Images
   ========================================================================== */
/* line 481, scss/settings/_base.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/*  ==========================================================================
    Text-level semantics
    ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 494, scss/settings/_base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 502, scss/settings/_base.scss */
b,
strong {
  font-weight: 600;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 511, scss/settings/_base.scss */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 519, scss/settings/_base.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 528, scss/settings/_base.scss */
small {
  font-size: 80%;
}

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

/* line 544, scss/settings/_base.scss */
sup {
  top: -0.5rem;
}

/* line 548, scss/settings/_base.scss */
sub {
  bottom: -0.25rem;
}

/* ==========================================================================
   Accessiblity
   ========================================================================== */
/* Text meant only for screen readers */
/* line 557, scss/settings/_base.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 562, scss/settings/_base.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* ==========================================================================
   Clearings
   ========================================================================== */
/* line 587, scss/settings/_base.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

/* line 603, scss/settings/_base.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* ==========================================================================
   Infinite Scroll
   ========================================================================== */
/* Globally hidden elements when Infinite Scroll is supported and in use */
/* line 617, scss/settings/_base.scss */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/* line 623, scss/settings/_base.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/* ==========================================================================
   HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/
   ========================================================================== */
/*
 * What follows is the result of much research on cross-browser styling
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team
 */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate
 * Customize the background color to match your design
 */
/* line 640, scss/settings/_base.scss */
::-moz-selection {
  color: #0a0a0a;
  background: #e9e9e9;
  text-shadow: none;
}

/* line 646, scss/settings/_base.scss */
::-moz-selection {
  color: #0a0a0a;
  background: #e9e9e9;
  text-shadow: none;
}
::selection {
  color: #0a0a0a;
  background: #e9e9e9;
  text-shadow: none;
}

/* line 654, scss/settings/_base.scss */
.single .entry-content *::-moz-selection {
  background: #EC2E26;
}

/* line 657, scss/settings/_base.scss */
.single .entry-content *::-moz-selection {
  background: #EC2E26;
}
.single .entry-content *::selection {
  background: #EC2E26;
}

/*
 * A better looking default horizontal rule
 */
/* line 666, scss/settings/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 679, scss/settings/_base.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles
 */
/* line 689, scss/settings/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas
 */
/* line 698, scss/settings/_base.scss */
textarea {
  resize: vertical;
}

/*
 * The lists
 */
/* line 706, scss/settings/_base.scss */
ul, li {
  font-weight: 400;
}

/*
 * The lightbox style
 */
/*
 * Add special effects on all image links
 */
/* line 717, scss/settings/_base.scss */
#main a img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 720, scss/settings/_base.scss */
#main a:hover img {
  opacity: 0.7;
}

/*
 * Table styles
 */
/* line 727, scss/settings/_base.scss */
table {
  font-weight: 300;
  width: 100%;
}

/* line 734, scss/settings/_base.scss */
table tr.odd {
  background-color: #e9e9e9;
}

/* line 737, scss/settings/_base.scss */
table tr.even {
  background-color: #ffffff;
}

/* line 740, scss/settings/_base.scss */
table tr td, table tr th {
  padding: 15px;
  border-left: 1px solid #d7dadc;
  vertical-align: top;
  text-align: left;
}

/* line 745, scss/settings/_base.scss */
table tr td:first-of-type, table tr th:first-of-type {
  border-left: none;
}

/* line 748, scss/settings/_base.scss */
table tr td p, table tr th p {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.8rem;
}

/* line 753, scss/settings/_base.scss */
table tr td p:last-of-type, table tr th p:last-of-type {
  margin-bottom: 0;
}

/* line 757, scss/settings/_base.scss */
table tr td h3, table tr th h3 {
  font-weight: 700;
  margin: 0;
}

/* line 763, scss/settings/_base.scss */
table tr th {
  color: #ffffff;
  background-color: #30323c;
}

/* line 767, scss/settings/_base.scss */
table tr.clickable-row {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

/* line 770, scss/settings/_base.scss */
table tr.clickable-row:hover {
  background-color: #ffffff;
}

/* line 779, scss/settings/_base.scss */
table.tablesorter th.header::after {
  content: "\f0dc";
  font-family: "FontAwesome";
  position: relative;
  float: right;
}

/* line 786, scss/settings/_base.scss */
table.tablesorter th.header.headerSortUp::after {
  content: "\f0dd";
}

/* line 791, scss/settings/_base.scss */
table.tablesorter th.header.headerSortDown::after {
  content: "\f0de";
}

/*
 * Responsive YouTube videos
 */
/* line 802, scss/settings/_base.scss */
.video-container {
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 30px;
  margin: 1.5rem 0;
  height: 0;
  overflow: hidden;
}

/* line 811, scss/settings/_base.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 820, scss/settings/_base.scss */
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

/*
 * Alert box
 */
/* line 830, scss/settings/_base.scss */
.alert {
  color: #ffffff;
  background-color: #bf0002;
  padding: 0.5rem 1rem;
  display: inline-block;
}

/*
 * desktop-only line breaks <br class="line-break" />
 */
/* line 841, scss/settings/_base.scss */
br.line-break {
  display: none;
}

@media screen and (min-width: 1024px) {
  /* line 845, scss/settings/_base.scss */
  br.line-break {
    display: block;
  }
}

/*
 * ACF Map for Google Maps
 */
/* line 854, scss/settings/_base.scss */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
/* line 861, scss/settings/_base.scss */
.acf-map img {
  max-width: inherit !important;
}

/* Accessibility: text meant only for screen readers */
/* line 867, scss/settings/_base.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Slick Slider */
/* line 882, scss/settings/_base.scss */
.slick-slider {
  position: relative;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 895, scss/settings/_base.scss */
.slick-slider.slick-initialized {
  display: block !important;
}

/* line 899, scss/settings/_base.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 906, scss/settings/_base.scss */
.slick-list:focus {
  outline: none;
}

/* line 910, scss/settings/_base.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 915, scss/settings/_base.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 924, scss/settings/_base.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 932, scss/settings/_base.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 938, scss/settings/_base.scss */
.slick-track:after {
  clear: both;
}

/* line 942, scss/settings/_base.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 946, scss/settings/_base.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 950, scss/settings/_base.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 953, scss/settings/_base.scss */
.slick-slide img {
  display: block;
}

/* line 956, scss/settings/_base.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 962, scss/settings/_base.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 966, scss/settings/_base.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 970, scss/settings/_base.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 974, scss/settings/_base.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 980, scss/settings/_base.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/*
#cmic-request-demo {
	position: absolute;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	//background-color: rgba(0,0,0,.8);
	background-color: rgba(59,61,73,.9);
	.iframe-wrapper {
	 	display: block;
		position: relative;
		width: 90%;
		//height: 90%;
		max-width: 700px;
		//max-height: 680px;
		margin: 0 auto;
		top: 3rem;
		@include breakpoint(small down) {	
			top: 50px;
		}
		iframe {
		 	display: block;
			position: relative;
			width: 100%;
			height: 100%;
			@include border-radius(3px);
		}
	}
}
#cmic-close {
	position: absolute; 
	top: 12px;
    right: 10px;
    width: 25px;
    height: 25px;
    z-index: 1000;
    background-size: 96px 48px;
    background-repeat: no-repeat;
    background-position: -50px -11px;
	background-image: url(./../images/ncf_Lightbox@2x.png); 
	background-color: transparent; 
	cursor: pointer;
}
*/
/*
 * IE fix to maintain the aspect ratio & size of IMG tags with SVG
 */
/* line 1036, scss/settings/_base.scss */
.ie9 img[src$=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 1040, scss/settings/_base.scss */
  img[src$=".svg"] {
    width: 100%;
  }
}

/* line 1045, scss/settings/_base.scss */
.full-row {
  max-width: none !important;
}

@media only screen and (min-width: 82rem) {
  /* line 1045, scss/settings/_base.scss */
  .full-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 1053, scss/settings/_base.scss */
.meta-title {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
}

/* line 1060, scss/settings/_base.scss */
#cmic-ttae iframe {
  min-height: 650px;
}

/*
 * Shortcodes
 */
/* line 1070, scss/settings/_base.scss */
.shortcode-cta:link, .shortcode-cta:visited {
  display: block;
  position: relative;
  width: 100%;
  margin: 2rem 0;
  padding: 3rem;
  background-color: #ecf4f5;
}

/* line 1078, scss/settings/_base.scss */
.shortcode-cta:link .text, .shortcode-cta:visited .text {
  color: #3A3D49;
  display: block;
  position: relative;
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 600;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 40em) {
  /* line 1078, scss/settings/_base.scss */
  .shortcode-cta:link .text, .shortcode-cta:visited .text {
    width: 60%;
  }
}

/* line 1091, scss/settings/_base.scss */
.shortcode-cta:link .btn, .shortcode-cta:visited .btn {
  display: inline-block;
  position: relative;
  width: auto;
  margin-top: 1rem;
  z-index: 5;
  color: #30323c;
  background-color: #EC2E26;
  font-size: 1.05em;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: .01em;
  padding: .6em 1.6em .5em 1.6em;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 1109, scss/settings/_base.scss */
.shortcode-cta:hover, .shortcode-cta:active {
  text-decoration: none;
}

/* line 1112, scss/settings/_base.scss */
.shortcode-cta:hover .btn, .shortcode-cta:active .btn {
  color: #30323c;
  background-color: #EC2E26;
}

/* line 1118, scss/settings/_base.scss */
.shortcode-cta.bg-image:link, .shortcode-cta.bg-image:visited {
  background-size: cover;
  background-position: center center;
  border-left: 8px solid #EC2E26;
}

/* line 1123, scss/settings/_base.scss */
.shortcode-cta.bg-image:link:after, .shortcode-cta.bg-image:visited:after {
  display: block;
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 1134, scss/settings/_base.scss */
.shortcode-cta.bg-image:link .text, .shortcode-cta.bg-image:visited .text {
  color: #ffffff;
}

/* line 1141, scss/settings/_base.scss */
.shortcode-cta.standard:link, .shortcode-cta.standard:visited {
  border-left: 8px solid #3A3D49;
}

@media screen and (min-width: 64em) {
  /* line 1141, scss/settings/_base.scss */
  .shortcode-cta.standard:link, .shortcode-cta.standard:visited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 40em) {
  /* line 1150, scss/settings/_base.scss */
  .shortcode-cta.standard:link .text, .shortcode-cta.standard:visited .text {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  /* line 1150, scss/settings/_base.scss */
  .shortcode-cta.standard:link .text, .shortcode-cta.standard:visited .text {
    width: 60%;
  }
}

@media screen and (min-width: 64em) {
  /* line 1158, scss/settings/_base.scss */
  .shortcode-cta.standard:link .btn, .shortcode-cta.standard:visited .btn {
    margin-top: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

/* line 124, scss/settings/_slants.scss */
.angle--top-left {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% 100%, 0 100%);
}

@supports not ((-webkit-clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% 100%, 0 100%)) or (clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% 100%, 0 100%))) {
  /* line 86, scss/settings/_slants.scss */
  .angle--top-left::before, .angle--top-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 96, scss/settings/_slants.scss */
  .angle--top-left::before {
    top: 0;
    border-width: 10vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
}

/* line 128, scss/settings/_slants.scss */
.angle--top-right {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% 100%, 0 100%);
}

@supports not ((-webkit-clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% 100%, 0 100%)) or (clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% 100%, 0 100%))) {
  /* line 86, scss/settings/_slants.scss */
  .angle--top-right::before, .angle--top-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 96, scss/settings/_slants.scss */
  .angle--top-right::before {
    top: 0;
    border-width: 10vw 0 0 100vw;
    border-color: #fff transparent transparent transparent;
  }
}

/* line 132, scss/settings/_slants.scss */
.angle--bottom-left {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 9vw));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 9vw));
}

@supports not ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 9vw))) or (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 9vw)))) {
  /* line 86, scss/settings/_slants.scss */
  .angle--bottom-left::before, .angle--bottom-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 104, scss/settings/_slants.scss */
  .angle--bottom-left::after {
    bottom: 0;
    border-width: 0 100vw 10vw 0;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 136, scss/settings/_slants.scss */
.angle--bottom-right {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9vw), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9vw), 0 100%);
}

@supports not ((-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9vw), 0 100%)) or (clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9vw), 0 100%))) {
  /* line 86, scss/settings/_slants.scss */
  .angle--bottom-right::before, .angle--bottom-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 104, scss/settings/_slants.scss */
  .angle--bottom-right::after {
    bottom: 0;
    border-width: 0 0 10vw 100vw;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 140, scss/settings/_slants.scss */
.angle--both-left-left {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% 100%, 0 calc(100% - 9vw));
          clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% 100%, 0 calc(100% - 9vw));
}

@supports not ((-webkit-clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% 100%, 0 calc(100% - 9vw))) or (clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% 100%, 0 calc(100% - 9vw)))) {
  /* line 86, scss/settings/_slants.scss */
  .angle--both-left-left::before, .angle--both-left-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 96, scss/settings/_slants.scss */
  .angle--both-left-left::before {
    top: 0;
    border-width: 10vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
  /* line 104, scss/settings/_slants.scss */
  .angle--both-left-left::after {
    bottom: 0;
    border-width: 0 100vw 10vw 0;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 144, scss/settings/_slants.scss */
.angle--both-right-right {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% calc(100% - 9vw), 0 100%);
          clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% calc(100% - 9vw), 0 100%);
}

@supports not ((-webkit-clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% calc(100% - 9vw), 0 100%)) or (clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% calc(100% - 9vw), 0 100%))) {
  /* line 86, scss/settings/_slants.scss */
  .angle--both-right-right::before, .angle--both-right-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 96, scss/settings/_slants.scss */
  .angle--both-right-right::before {
    top: 0;
    border-width: 10vw 0 0 100vw;
    border-color: #fff transparent transparent transparent;
  }
  /* line 104, scss/settings/_slants.scss */
  .angle--both-right-right::after {
    bottom: 0;
    border-width: 0 0 10vw 100vw;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 148, scss/settings/_slants.scss */
.angle--both-left-right {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% calc(100% - 9vw), 0 100%);
          clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% calc(100% - 9vw), 0 100%);
}

@supports not ((-webkit-clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% calc(100% - 9vw), 0 100%)) or (clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% calc(100% - 9vw), 0 100%))) {
  /* line 86, scss/settings/_slants.scss */
  .angle--both-left-right::before, .angle--both-left-right::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 96, scss/settings/_slants.scss */
  .angle--both-left-right::before {
    top: 0;
    border-width: 10vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
  /* line 104, scss/settings/_slants.scss */
  .angle--both-left-right::after {
    bottom: 0;
    border-width: 0 0 10vw 100vw;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 152, scss/settings/_slants.scss */
.angle--both-right-left {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% 100%, 0 calc(100% - 9vw));
          clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% 100%, 0 calc(100% - 9vw));
}

@supports not ((-webkit-clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% 100%, 0 calc(100% - 9vw))) or (clip-path: polygon(0 0, 100% calc(0% + 9vw), 100% 100%, 0 calc(100% - 9vw)))) {
  /* line 86, scss/settings/_slants.scss */
  .angle--both-right-left::before, .angle--both-right-left::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    display: block;
    border-style: solid;
  }
  /* line 96, scss/settings/_slants.scss */
  .angle--both-right-left::before {
    top: 0;
    border-width: 10vw 0 0 100vw;
    border-color: #fff transparent transparent transparent;
  }
  /* line 104, scss/settings/_slants.scss */
  .angle--both-right-left::after {
    bottom: 0;
    border-width: 0 100vw 10vw 0;
    border-color: transparent transparent #fff transparent;
  }
}

/* line 157, scss/settings/_slants.scss */
.angle__content {
  display: block;
  width: 100%;
  height: auto;
}

/* line 163, scss/settings/_slants.scss */
.angle--colour {
  color: #fff;
  background-color: #2196F3;
  text-align: center;
  padding: 10% 0;
}

/* ==========================================================================
   Header
   ========================================================================== */
/* line 6, scss/partials/_header.scss */
#page.site {
  display: block;
  position: relative;
  overflow: hidden;
}

/* line 13, scss/partials/_header.scss */
#print-head {
  display: none;
  width: 150px;
  margin: 2em 0 1.5em 0;
}

/* line 19, scss/partials/_header.scss */
#header.site-header {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  /* line 19, scss/partials/_header.scss */
  #header.site-header {
    position: relative;
    float: left;
  }
}

/* line 37, scss/partials/_header.scss */
#header.site-header #site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  margin: 2rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 64em) {
  /* line 37, scss/partials/_header.scss */
  #header.site-header #site-branding {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 17.66667% !important;
    /*flex: 0 0 17.66667% !important;
    max-width: 17.66667% !important;*/
    flex: 0 0 12.66667% !important;
    max-width: 12.66667% !important;
  }
}

/* line 48, scss/partials/_header.scss */
#header.site-header #site-branding a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 53, scss/partials/_header.scss */
#header.site-header #site-branding a img.site-logo {
  min-width: 118px;
  height: 55px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  /* line 53, scss/partials/_header.scss */
  #header.site-header #site-branding a img.site-logo {
    height: 35px;
  }
}

/* line 61, scss/partials/_header.scss */
#header.site-header #site-branding a:hover {
  opacity: .7;
}

/* line 67, scss/partials/_header.scss */
#header.site-header #site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.1rem;
}

@media only screen and (max-width: 1023px) {
  /* line 67, scss/partials/_header.scss */
  #header.site-header #site-navigation {
    /* display: none; */
  }
}

@media only screen and (max-width: 1299px) {
  /* line 67, scss/partials/_header.scss */
  #header.site-header #site-navigation {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 64em) {
  /* line 67, scss/partials/_header.scss */
  #header.site-header #site-navigation {
        -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 82.33333% !important;
          flex: 0 0 82.33333% !important;
          max-width: 82.33333% !important;
          margin-top: 0;
  }
}

/* line 84, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation {
  display: block;
  position: relative;
  text-align: right;
  z-index: 5;
  cursor: default;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 93, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu {
  display: inline-block;
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  cursor: default;
}

@media only screen and (max-width: 1299px) {
  /* line 93, scss/partials/_header.scss */
  #header.site-header #site-navigation .main-navigation ul#menu-main-menu {
    margin-top: .7rem;
  }
}

/* line 103, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li {
  list-style-type: none;
  margin: 0 .7em;
  padding: 0;
  display: inline-block;
  position: relative;
  cursor: default;
}

@media only screen and (max-width: 1299px) {
  /* line 103, scss/partials/_header.scss */
  #header.site-header #site-navigation .main-navigation ul#menu-main-menu li {
    margin: 0 .7em;
  }
}

/* line 114, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li:hover > ul.sub-menu {
  display: block;
  -webkit-animation: fadein .3s;
  animation: fadein .3s;
  cursor: default;
}

/* line 123, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li:hover > a:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #EC2E26;
  left: 0;
  bottom: 8px;
}

@media only screen and (max-width: 1299px) {
  /* line 123, scss/partials/_header.scss */
  #header.site-header #site-navigation .main-navigation ul#menu-main-menu li:hover > a:after {
    bottom: 0;
  }
}

/* line 138, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li a:link, #header.site-header #site-navigation .main-navigation ul#menu-main-menu li a:visited {
  display: block;
  position: relative;
  font-size: .9em;
  font-weight: 700;
  color: #30323c;
  padding: .7em 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media only screen and (max-width: 1299px) {
  /* line 138, scss/partials/_header.scss */
  #header.site-header #site-navigation .main-navigation ul#menu-main-menu li a:link, #header.site-header #site-navigation .main-navigation ul#menu-main-menu li a:visited {
    padding: 0;
  }
}

/* line 152, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li a:hover, #header.site-header #site-navigation .main-navigation ul#menu-main-menu li a:active {
  color: #30323c;
  text-decoration: none;
  cursor: pointer;
}

/* line 159, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li:hover a {
  color: #30323c;
  text-decoration: none;
  cursor: pointer;
}

/* line 164, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li.ischild {
  padding-left: 1rem !important;
}

/* line 169, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li.current-menu-item > a:after, #header.site-header #site-navigation .main-navigation ul#menu-main-menu li.current-menu-ancestor > a:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #EC2E26;
  left: 0;
  bottom: 8px;
}

@media only screen and (max-width: 1299px) {
  /* line 169, scss/partials/_header.scss */
  #header.site-header #site-navigation .main-navigation ul#menu-main-menu li.current-menu-item > a:after, #header.site-header #site-navigation .main-navigation ul#menu-main-menu li.current-menu-ancestor > a:after {
    bottom: 0;
  }
}

/* line 183, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li ul.sub-menu {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  left: 0;
  width: 250px;
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
  cursor: default;
}

@media only screen and (max-width: 1299px) {
  /* line 183, scss/partials/_header.scss */
  #header.site-header #site-navigation .main-navigation ul#menu-main-menu li ul.sub-menu {
    z-index: 50;
  }
}

/* line 199, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li ul.sub-menu li {
  list-style-type: none;
  margin: .3em 0;
  padding: 0;
  display: block;
  cursor: default;
  text-align: left;
}

/* line 207, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li ul.sub-menu li a:link, #header.site-header #site-navigation .main-navigation ul#menu-main-menu li ul.sub-menu li a:visited {
  display: block;
  position: relative;
  padding: 5px 0;
  font-size: .9em;
  line-height: 1.2em;
  font-weight: 500;
  color: #3A3D49;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 219, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li ul.sub-menu li a:hover, #header.site-header #site-navigation .main-navigation ul#menu-main-menu li ul.sub-menu li a:active {
  color: #EC2E26;
  text-decoration: none;
  cursor: pointer;
}

/* line 224, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li ul.sub-menu li a:hover:after, #header.site-header #site-navigation .main-navigation ul#menu-main-menu li ul.sub-menu li a:active:after {
  display: none;
}

/* line 230, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li ul.sub-menu li.current-menu-item > a {
  color: #EC2E26;
}

/* line 233, scss/partials/_header.scss */
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li ul.sub-menu li.current-menu-item > a:after {
  display: none;
}

/* line 245, scss/partials/_header.scss */
#header.site-header #site-navigation .navigation-cta {
  display: inline-block;
  position: relative;
  float: right;
  margin-left: 10px;
  line-height: 50%;
  top: 2px;
}

/* line 257, scss/partials/_header.scss */
#header.site-header #needs-bar {
  overflow: hidden;
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  /* line 257, scss/partials/_header.scss */
  #header.site-header #needs-bar {
    display: none !important;
  }
}

/* line 262, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation {
  display: block;
  background-color: #ecf4f5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*
			&:after {
				content: '';
				display: block;
				position: absolute;
				width: 100%;
				height: 5px;
				background-color: $white;
				bottom: -5px;
			}
			*/
}

/* line 277, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs {
  max-width: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0;
  cursor: default;
}

/* line 287, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 296, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs li:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  background-color: #30323c;
  top: 0;
  bottom: 0;
  right: 1px;
}

/* line 306, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs li:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 309, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs li:hover a:link, #header.site-header #needs-bar.needs-navigation ul.menu-needs li:hover a:visited {
  color: #046174;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 317, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs li:last-of-type:after {
  display: none;
}

/* line 321, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs li a:link, #header.site-header #needs-bar.needs-navigation ul.menu-needs li a:visited {
  display: block;
  position: relative;
  padding: 10px 30px 10px 20px;
  font-size: .9em;
  line-height: 1em;
  font-weight: 500;
  color: #30323c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}

/* line 334, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs li a:after {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  color: #30323c;
  font-size: 1.1em;
  margin: 0px 10px 0 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 344, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs li a:hover, #header.site-header #needs-bar.needs-navigation ul.menu-needs li a:active {
  color: #046174;
  text-decoration: none;
  cursor: pointer;
}

/* line 349, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs li a:hover:after, #header.site-header #needs-bar.needs-navigation ul.menu-needs li a:active:after {
  margin: 0px 10px 0 15px;
  color: #046174;
}

/* line 356, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs li.current-menu-item a {
  color: #046174;
}

/* line 358, scss/partials/_header.scss */
#header.site-header #needs-bar.needs-navigation ul.menu-needs li.current-menu-item a:after {
  color: #046174;
}

/* line 369, scss/partials/_header.scss */
#header.site-header button.navigation-search-toggle {
  display: inline-block;
  position: relative;
  float: right;
  font-size: 1.2em;
  padding: .5em;
  color: #30323c;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 379, scss/partials/_header.scss */
#header.site-header button.navigation-search-toggle:hover {
  color: #EC2E26;
}

/* line 382, scss/partials/_header.scss */
#header.site-header button.navigation-search-toggle.search-open {
  color: #EC2E26;
}

/* line 386, scss/partials/_header.scss */
#header.site-header #search-bar {
  z-index: 200;
  background-color: #3A3D49;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-top: 5px solid #e9e9e9;
  width: 100%;
  display: none;
}

/* line 393, scss/partials/_header.scss */
#header.site-header #search-bar input,
#header.site-header #search-bar input[placeholder] {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  width: 95%;
  background: transparent;
  margin: 0 1em;
  margin-top: -5px;
  padding: 0;
  height: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}

/* line 415, scss/partials/_header.scss */
#header.site-header #search-bar .search-submit {
  display: none;
}

/* line 418, scss/partials/_header.scss */
#header.site-header #search-bar.search-open {
  height: auto;
  padding: 1.5em 0;
  display: block;
  -webkit-animation: fadein .3s;
  animation: fadein .3s;
}

/* line 428, scss/partials/_header.scss */
#header.site-header #search-bar label {
  display: none;
}

/* line 435, scss/partials/_header.scss */
#header.site-header .mobile-navigation {
  display: none;
  position: relative;
  clear: both;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  /* line 435, scss/partials/_header.scss */
  #header.site-header .mobile-navigation {
    display: none !important;
  }
}

/* line 443, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul {
  margin: 0;
  padding: 0;
}

/* line 446, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li {
  margin: 0;
  padding: 0;
  padding-top: .3em;
  padding-bottom: .2em;
  list-style-type: none;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 454, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li:last-of-type {
  border: none;
}

/* line 457, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li span + a {
  padding-right: 2em !important;
}

/* line 460, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li ul.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  margin-bottom: .5em;
}

/* line 465, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li ul.sub-menu.active {
  display: block;
}

/* line 468, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li ul.sub-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  display: inline-block;
  width: 48%;
  margin-right: 1%;
  vertical-align: top;
}

@media screen and (max-width: 39.99875em) {
  /* line 468, scss/partials/_header.scss */
  #header.site-header .mobile-navigation ul li ul.sub-menu li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

/* line 483, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li ul.sub-menu li a:link, #header.site-header .mobile-navigation ul li ul.sub-menu li a:visited {
  font-size: 1.2rem;
  line-height: 100%;
  color: #3A3D49;
  font-weight: 400;
}

/* line 493, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li .toggle-sub {
  display: block;
  width: 50px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: -5px;
  text-align: center;
  color: #30323c;
}

/* line 502, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li .toggle-sub span.fas {
  color: #30323c;
  font-size: 2rem;
  font-weight: 600;
}

/* line 508, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li .toggle-sub.active span.fas {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 520, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul a:link, #header.site-header .mobile-navigation ul a:visited {
  font-size: 1.1em;
  line-height: 100%;
  color: #30323c;
  text-decoration: none;
  padding: .7em 0 .5em 0;
  width: 100%;
  display: block;
  font-weight: 400;
}

/* line 531, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul a:hover, #header.site-header .mobile-navigation ul a:active {
  text-decoration: none;
}

/* line 540, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li.current-menu-parent a:link, #header.site-header .mobile-navigation ul li.current-menu-parent a:visited, #header.site-header .mobile-navigation ul li.current-menu-item a:link, #header.site-header .mobile-navigation ul li.current-menu-item a:visited {
  color: #EC2E26;
}

/* line 550, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li .sub-menu li.current-menu-item a:link, #header.site-header .mobile-navigation ul li .sub-menu li.current-menu-item a:visited {
  color: #EC2E26;
}

/* line 555, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li .sub-menu li.current-menu-item a:hover, #header.site-header .mobile-navigation ul li .sub-menu li.current-menu-item a:active {
  text-decoration: none;
}

/* line 561, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul li .sub-menu li.ischild {
  padding-left: 1em !important;
}

/* line 569, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul.menu-main li:last-of-type {
  border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

/* line 572, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul.menu-main li ul li:last-of-type {
  border-bottom: none;
}

/* line 577, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul.menu-needs li:last-of-type {
  border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

/* line 580, scss/partials/_header.scss */
#header.site-header .mobile-navigation ul.menu-needs li a {
  color: #3A3D49;
}

/* line 585, scss/partials/_header.scss */
#header.site-header .mobile-navigation .navigation-cta {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 588, scss/partials/_header.scss */
#header.site-header .mobile-navigation .navigation-cta a.btn {
  font-size: 1.1em;
  width: 100%;
  text-align: center;
}

/* line 597, scss/partials/_header.scss */
#header.site-header #menu-toggle {
  display: none;
}

@media only screen and (min-width: 1024px) {
  /* line 597, scss/partials/_header.scss */
  #header.site-header #menu-toggle {
    display: none;
  }
}

/* line 605, scss/partials/_header.scss */
#header.site-header #hamburger {
  position: absolute;
  z-index: 50;
  top: 1.9rem;
  right: 2.9375rem;
  display: block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

@media only screen and (min-width: 1024px) {
  /* line 605, scss/partials/_header.scss */
  #header.site-header #hamburger {
    display: none;
  }
}

/* line 627, scss/partials/_header.scss */
#header.site-header #hamburger:hover {
  opacity: 0.7;
}

/* line 630, scss/partials/_header.scss */
#header.site-header #hamburger:focus {
  outline: none;
}

/* line 633, scss/partials/_header.scss */
#header.site-header #hamburger .hamburger-box {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
}

/* line 640, scss/partials/_header.scss */
#header.site-header .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}

/* line 645, scss/partials/_header.scss */
#header.site-header .hamburger-inner,
#header.site-header .hamburger-inner::before,
#header.site-header .hamburger-inner::after {
  width: 40px;
  height: 6px;
  background-color: #30323c;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 658, scss/partials/_header.scss */
#header.site-header .hamburger-inner::before,
#header.site-header .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 663, scss/partials/_header.scss */
#header.site-header .hamburger-inner::before {
  top: -11px;
}

/* line 666, scss/partials/_header.scss */
#header.site-header .hamburger-inner::after {
  bottom: -11px;
}

/* line 669, scss/partials/_header.scss */
#header.site-header .hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 673, scss/partials/_header.scss */
#header.site-header .hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

/* line 676, scss/partials/_header.scss */
#header.site-header .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 682, scss/partials/_header.scss */
#header.site-header .hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 688, scss/partials/_header.scss */
#header.site-header .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

/* line 693, scss/partials/_header.scss */
#header.site-header .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 704, scss/partials/_header.scss */
#header.site-header.compressed {
  background-color: rgba(254, 254, 254, 0.95);
}

/* line 707, scss/partials/_header.scss */
#header.site-header.compressed .header-content #site-branding {
  margin: 1.5rem 0;
}

/* line 709, scss/partials/_header.scss */
#header.site-header.compressed .header-content #site-branding .site-logo {
  height: 35px;
}

/* line 713, scss/partials/_header.scss */
#header.site-header.compressed .header-content #site-navigation {
  margin-top: 0;
}

/* line 715, scss/partials/_header.scss */
#header.site-header.compressed .header-content #site-navigation .main-navigation {
  margin: 1rem 0;
}

/* line 727, scss/partials/_header.scss */
#header.site-header.conference {
  background-color: #30323c;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.5);
}

/* line 735, scss/partials/_header.scss */
#header.site-header.conference #site-branding {
  margin: 1rem 0;
}

/* line 738, scss/partials/_header.scss */
#header.site-header.conference #site-branding a img.site-logo {
  width: 500px;
  height: auto;
}

@media screen and (max-width: 39.99875em) {
  /* line 738, scss/partials/_header.scss */
  #header.site-header.conference #site-branding a img.site-logo {
    max-width: 230px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  /* line 738, scss/partials/_header.scss */
  #header.site-header.conference #site-branding a img.site-logo {
    max-width: 375px;
  }
}

/* line 749, scss/partials/_header.scss */
#header.site-header.conference #site-branding .screen-reader-text {
  display: none;
}

/* line 753, scss/partials/_header.scss */
#header.site-header.conference .btn.btn-primary {
  background-color: #e52f25;
  color: #ffffff;
  font-weight: 600;
}

/* line 758, scss/partials/_header.scss */
#header.site-header.conference .btn.btn-primary:hover::after {
  background-color: #b7160d;
}

@media screen and (max-width: 39.99875em) {
  /* line 763, scss/partials/_header.scss */
  #header.site-header.conference #hamburger {
    top: 0.7rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  /* line 763, scss/partials/_header.scss */
  #header.site-header.conference #hamburger {
    top: 1.2rem;
  }
}

/* line 770, scss/partials/_header.scss */
#header.site-header.conference #hamburger .hamburger-inner,
#header.site-header.conference #hamburger .hamburger-inner::before,
#header.site-header.conference #hamburger .hamburger-inner::after {
  background-color: #ffffff;
}

/* line 776, scss/partials/_header.scss */
#header.site-header.conference #site-navigation {
  margin-top: 0;
}

/* line 779, scss/partials/_header.scss */
#header.site-header.conference ul#menu-conference-menu {
  display: inline-block;
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  cursor: default;
}

/* line 786, scss/partials/_header.scss */
#header.site-header.conference ul#menu-conference-menu li {
  list-style-type: none;
  margin: 0 .7em;
  padding: 0;
  display: inline-block;
  position: relative;
  cursor: default;
}

/* line 794, scss/partials/_header.scss */
#header.site-header.conference ul#menu-conference-menu li:hover > ul.sub-menu {
  display: block;
  -webkit-animation: fadein .3s;
  animation: fadein .3s;
  cursor: default;
}

/* line 803, scss/partials/_header.scss */
#header.site-header.conference ul#menu-conference-menu li:hover > a:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #EC2E26;
  left: 0;
  bottom: 8px;
}

/* line 815, scss/partials/_header.scss */
#header.site-header.conference ul#menu-conference-menu li a:link, #header.site-header.conference ul#menu-conference-menu li a:visited {
  display: block;
  position: relative;
  font-size: .9em;
  font-weight: 700;
  color: #ffffff;
  padding: .7em 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 826, scss/partials/_header.scss */
#header.site-header.conference ul#menu-conference-menu li a:hover, #header.site-header.conference ul#menu-conference-menu li a:active {
  text-decoration: none;
  cursor: pointer;
}

/* line 832, scss/partials/_header.scss */
#header.site-header.conference ul#menu-conference-menu li:hover a {
  text-decoration: none;
  cursor: pointer;
}

/* line 835, scss/partials/_header.scss */
#header.site-header.conference ul#menu-conference-menu li:hover a:after {
  background-color: #e52f25;
}

/* line 839, scss/partials/_header.scss */
#header.site-header.conference ul#menu-conference-menu li.ischild {
  padding-left: 1rem !important;
}

/* line 845, scss/partials/_header.scss */
#header.site-header.conference.compressed {
  background-color: rgba(48, 50, 60, 0.95);
}

/* line 848, scss/partials/_header.scss */
#header.site-header.conference.compressed .header-content #site-branding {
  margin: .5rem 0;
}

/* line 850, scss/partials/_header.scss */
#header.site-header.conference.compressed .header-content #site-branding .site-logo {
  height: auto;
}

/* line 854, scss/partials/_header.scss */
#header.site-header.conference.compressed .header-content #site-navigation {
  margin-top: 0;
}

/* line 856, scss/partials/_header.scss */
#header.site-header.conference.compressed .header-content #site-navigation .main-navigation {
  margin: .75rem 0;
}

/* line 866, scss/partials/_header.scss */
#header.site-header.conference .mobile-navigation ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 868, scss/partials/_header.scss */
#header.site-header.conference .mobile-navigation ul li:last-of-type {
  border: none;
}

/* line 874, scss/partials/_header.scss */
#header.site-header.conference .mobile-navigation ul li ul.sub-menu li a:link, #header.site-header.conference .mobile-navigation ul li ul.sub-menu li a:visited {
  color: #ffffff;
}

/* line 881, scss/partials/_header.scss */
#header.site-header.conference .mobile-navigation ul li .toggle-sub {
  color: #ffffff;
}

/* line 883, scss/partials/_header.scss */
#header.site-header.conference .mobile-navigation ul li .toggle-sub span.fas {
  color: #ffffff;
}

/* line 889, scss/partials/_header.scss */
#header.site-header.conference .mobile-navigation ul a:link, #header.site-header.conference .mobile-navigation ul a:visited {
  color: #ffffff;
}

/* line 898, scss/partials/_header.scss */
#header.site-header.conference .mobile-navigation ul li.current-menu-parent a:link, #header.site-header.conference .mobile-navigation ul li.current-menu-parent a:visited, #header.site-header.conference .mobile-navigation ul li.current-menu-item a:link, #header.site-header.conference .mobile-navigation ul li.current-menu-item a:visited {
  color: #ffffff;
}

/* line 908, scss/partials/_header.scss */
#header.site-header.conference .mobile-navigation ul li .sub-menu li.current-menu-item a:link, #header.site-header.conference .mobile-navigation ul li .sub-menu li.current-menu-item a:visited {
  color: #ffffff;
}

/* line 942, scss/partials/_header.scss */
.site-content {
  margin-top: 173px;
  -webkit-transition: none;
  transition: none;
}

/* line 947, scss/partials/_header.scss */
.conference.site-content {
  margin-top: 110px;
  -webkit-transition: none;
  transition: none;
}

/* line 953, scss/partials/_header.scss */
.expandable-contact {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5;
  margin-top: 0;
  background-color: #e9e9e9;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

@media screen and (max-width: 63.99875em) {
  /* line 953, scss/partials/_header.scss */
  .expandable-contact {
    display: none;
  }
}

/* line 965, scss/partials/_header.scss */
.expandable-contact .container {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 968, scss/partials/_header.scss */
.expandable-contact .container .title {
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.1;
  color: #30323c;
  margin: 10px 0;
}

/* line 976, scss/partials/_header.scss */
.expandable-contact .container .address .text p {
  font-size: .9em;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

/* line 984, scss/partials/_header.scss */
.expandable-contact .container .contact-list ul {
  display: block;
  padding: 0;
  margin: 0;
}

/* line 988, scss/partials/_header.scss */
.expandable-contact .container .contact-list ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 994, scss/partials/_header.scss */
.expandable-contact .container .contact-list ul li a:link, .expandable-contact .container .contact-list ul li a:visited {
  display: block;
  position: relative;
  padding: 0;
  font-size: .9em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: none;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1006, scss/partials/_header.scss */
.expandable-contact .container .contact-list ul li a:hover, .expandable-contact .container .contact-list ul li a:active {
  color: #EC2E26;
  text-decoration: none;
}

/* line 1012, scss/partials/_header.scss */
.expandable-contact .container .contact-list ul li span.fas,
.expandable-contact .container .contact-list ul li span.fab {
  position: relative;
  color: #666666;
  width: 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1027, scss/partials/_header.scss */
.expandable-contact .container .contact-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 74.99875em) {
  /* line 1027, scss/partials/_header.scss */
  .expandable-contact .container .contact-cta {
    margin: 1.5rem 0 1rem 0;
  }
}

/* line 1037, scss/partials/_header.scss */
.expandable-contact.search-open {
  z-index: -1;
}

/* line 1042, scss/partials/_header.scss */
.site-content {
  display: block;
  position: relative;
  z-index: 10;
  top: 0;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

/* line 1049, scss/partials/_header.scss */
.site-content.search-open {
  opacity: .1;
}

/* line 1052, scss/partials/_header.scss */
.site-content-background {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox */

/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera */

/* ==========================================================================
   Footer
   ========================================================================== */
/* line 5, scss/partials/_footer.scss */
.site-footer {
  display: block;
  position: relative;
}

/* line 9, scss/partials/_footer.scss */
.site-footer .footer-widgets {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #30323c;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 39.99875em) {
  /* line 9, scss/partials/_footer.scss */
  .site-footer .footer-widgets {
    background-size: cover;
    text-align: center;
  }
}

@media screen and (max-width: 63.99875em) {
  /* line 20, scss/partials/_footer.scss */
  .site-footer .footer-widgets .logo-wrapper {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* line 26, scss/partials/_footer.scss */
.site-footer .footer-widgets .logo-wrapper a img {
  width: 180px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 63.99875em) {
  /* line 26, scss/partials/_footer.scss */
  .site-footer .footer-widgets .logo-wrapper a img {
    width: 90px;
  }
}

/* line 34, scss/partials/_footer.scss */
.site-footer .footer-widgets .logo-wrapper a:hover img {
  opacity: .7;
}

/* line 41, scss/partials/_footer.scss */
.site-footer .footer-widgets .footer-contact p {
  font-size: 1rem;
  line-height: 1.3;
  color: #ffffff;
}

/* line 45, scss/partials/_footer.scss */
.site-footer .footer-widgets .footer-contact p:last-of-type {
  margin-bottom: 0;
}

/* line 48, scss/partials/_footer.scss */
.site-footer .footer-widgets .footer-contact p a {
  color: #ffffff;
}

/* line 52, scss/partials/_footer.scss */
.site-footer .footer-widgets .footer-contact ul {
  display: block;
  padding: 0;
}

/* line 56, scss/partials/_footer.scss */
.site-footer .footer-widgets .footer-contact ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: .5rem;
}

/* line 63, scss/partials/_footer.scss */
.site-footer .footer-widgets .footer-contact ul li a:link, .site-footer .footer-widgets .footer-contact ul li a:visited {
  display: block;
  position: relative;
  padding: 0;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  text-transform: none;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 75, scss/partials/_footer.scss */
.site-footer .footer-widgets .footer-contact ul li a:hover, .site-footer .footer-widgets .footer-contact ul li a:active {
  color: #EC2E26;
  text-decoration: none;
}

/* line 81, scss/partials/_footer.scss */
.site-footer .footer-widgets .footer-contact ul li span.fas,
.site-footer .footer-widgets .footer-contact ul li span.fab {
  position: relative;
  color: #EC2E26;
  width: 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 39.99875em) {
  /* line 81, scss/partials/_footer.scss */
  .site-footer .footer-widgets .footer-contact ul li span.fas,
  .site-footer .footer-widgets .footer-contact ul li span.fab {
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
  }
}

/* line 104, scss/partials/_footer.scss */
.site-footer .copyright {
  text-align: center;
  font-size: .85em;
  color: #666666;
  opacity: .7;
}

/* line 111, scss/partials/_footer.scss */
.site-footer #scroll-top {
  display: none;
  position: fixed;
  bottom: 2.2rem;
  right: 2.4rem;
  font-size: 1.5em;
  color: #30323c;
  background-color: #EC2E26;
  padding: .4em;
  z-index: 100;
  outline: none;
  cursor: pointer;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.15);
}

/* line 128, scss/partials/_footer.scss */
.site-footer #scroll-top:hover {
  color: #30323c;
}

/* line 131, scss/partials/_footer.scss */
.site-footer #scroll-top span {
  display: none;
}

/* line 140, scss/partials/_footer.scss */
.site-footer.conference #scroll-top {
  color: #ffffff;
  background-color: #e52f25;
}

/* line 143, scss/partials/_footer.scss */
.site-footer.conference #scroll-top:hover {
  color: #ffffff;
  background-color: #b7160d;
}

/* line 149, scss/partials/_footer.scss */
.site-footer.conference .footer-widgets {
  background-color: #f2f2f2;
}

/* line 153, scss/partials/_footer.scss */
.site-footer.conference .footer-widgets .footer-contact .address p {
  color: #e52f25;
  font-weight: 600;
}

/* line 158, scss/partials/_footer.scss */
.site-footer.conference .footer-widgets .footer-contact p {
  color: #30323c;
}

/* line 160, scss/partials/_footer.scss */
.site-footer.conference .footer-widgets .footer-contact p a {
  color: #30323c;
}

/* line 167, scss/partials/_footer.scss */
.site-footer.conference .footer-widgets .footer-contact ul li a:link, .site-footer.conference .footer-widgets .footer-contact ul li a:visited {
  color: #30323c;
}

/* line 171, scss/partials/_footer.scss */
.site-footer.conference .footer-widgets .footer-contact ul li a:hover, .site-footer.conference .footer-widgets .footer-contact ul li a:active {
  color: #e52f25;
}

/* line 176, scss/partials/_footer.scss */
.site-footer.conference .footer-widgets .footer-contact ul li span.fas,
.site-footer.conference .footer-widgets .footer-contact ul li span.fab {
  color: #e52f25;
}

/* ==========================================================================
   Widgets
   ========================================================================== */
/* line 6, scss/partials/_widgets.scss */
.footer .widget {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 8, scss/partials/_widgets.scss */
.footer .widget h4,
.footer .widget .widget-title {
  font-size: 1.2rem;
  line-height: 1.2;
  display: block;
  color: #EC2E26;
}

/* line 15, scss/partials/_widgets.scss */
.footer .widget p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
}

/* line 20, scss/partials/_widgets.scss */
.footer .widget ul {
  display: block;
  padding: 0;
}

/* line 23, scss/partials/_widgets.scss */
.footer .widget ul li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: .5rem;
}

/* line 33, scss/partials/_widgets.scss */
.footer .widget ul li a:link, .footer .widget ul li a:visited {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  color: #ffffff;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* line 45, scss/partials/_widgets.scss */
.footer .widget ul li a:hover, .footer .widget ul li a:active {
  color: #EC2E26;
  text-decoration: none;
}

/* line 57, scss/partials/_widgets.scss */
.footer .widget.widget_nav_menu ul.menu li.menu-item-has-children:last-of-type {
  margin-bottom: 0;
}

/* line 64, scss/partials/_widgets.scss */
.footer .widget.widget_nav_menu ul.sub-menu li:last-of-type {
  margin-bottom: 10px;
}

/* line 91, scss/partials/_widgets.scss */
.footer .widget.br-connect ul li span.fas,
.footer .widget.br-connect ul li span.fab {
  position: relative;
  color: #EC2E26;
  width: 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 39.99875em) {
  /* line 91, scss/partials/_widgets.scss */
  .footer .widget.br-connect ul li span.fas,
  .footer .widget.br-connect ul li span.fab {
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
  }
}

/* line 104, scss/partials/_widgets.scss */
.footer .widget.br-connect ul li:hover span.fas,
.footer .widget.br-connect ul li:hover span.fab {
  text-decoration: none;
}

/* line 122, scss/partials/_widgets.scss */
#br_bp_popover .widget.br-popover .image {
  border: 1px solid #e9e9e9;
}

/* line 125, scss/partials/_widgets.scss */
#br_bp_popover .widget.br-popover .text {
  color: #30323c;
}

/* line 127, scss/partials/_widgets.scss */
#br_bp_popover .widget.br-popover .text p {
  font-size: .9em;
  line-height: 1.2;
  margin-bottom: .9em;
}

/* line 133, scss/partials/_widgets.scss */
#br_bp_popover .widget.br-popover a.btn {
  font-size: .95em;
}

/* line 136, scss/partials/_widgets.scss */
#br_bp_popover .widget.br-popover ul {
  margin: .9em 0 -10px 0;
  padding: 0;
}

/* line 139, scss/partials/_widgets.scss */
#br_bp_popover .widget.br-popover ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 143, scss/partials/_widgets.scss */
#br_bp_popover .widget.br-popover ul li a {
  font-size: .9em;
  line-height: 1.2;
  padding-left: 1.5em;
}

/* line 147, scss/partials/_widgets.scss */
#br_bp_popover .widget.br-popover ul li a:link, #br_bp_popover .widget.br-popover ul li a:visited {
  color: #3A3D49;
}

/* line 151, scss/partials/_widgets.scss */
#br_bp_popover .widget.br-popover ul li a:hover, #br_bp_popover .widget.br-popover ul li a:active {
  color: #EC2E26;
}

/* line 155, scss/partials/_widgets.scss */
#br_bp_popover .widget.br-popover ul li a span.fas {
  color: #30323c;
  margin-left: -1.5em;
  margin-right: .5em;
}

/* line 170, scss/partials/_widgets.scss */
.footer.conference .widget {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 172, scss/partials/_widgets.scss */
.footer.conference .widget h4,
.footer.conference .widget .widget-title {
  color: #e52f25;
  text-transform: uppercase;
}

/* line 177, scss/partials/_widgets.scss */
.footer.conference .widget p {
  color: #30323c;
}

/* line 180, scss/partials/_widgets.scss */
.footer.conference .widget ul {
  display: block;
  padding: 0;
}

/* line 185, scss/partials/_widgets.scss */
.footer.conference .widget ul li a:link, .footer.conference .widget ul li a:visited {
  color: #30323c;
}

/* line 189, scss/partials/_widgets.scss */
.footer.conference .widget ul li a:hover, .footer.conference .widget ul li a:active {
  color: #e52f25;
}

/* line 232, scss/partials/_widgets.scss */
.footer.conference .widget.br-connect ul li span.fas,
.footer.conference .widget.br-connect ul li span.fab {
  color: #e52f25;
}

/* ==========================================================================
   Flexible Fields
   ========================================================================== */
/* line 14, scss/partials/_flexible-content.scss */
section.flexible-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 20, scss/partials/_flexible-content.scss */
section.flexible-content-row .white {
  background-color: #ffffff;
}

/* line 23, scss/partials/_flexible-content.scss */
section.flexible-content-row .mercury {
  background-color: #e9e9e9;
}

/* line 26, scss/partials/_flexible-content.scss */
section.flexible-content-row .aqua {
  background-color: #ecf4f5;
}

/* line 29, scss/partials/_flexible-content.scss */
section.flexible-content-row .blue {
  background-color: #3A3D49;
}

/* line 32, scss/partials/_flexible-content.scss */
section.flexible-content-row .tuna {
  background-color: #30323c;
}

/* line 35, scss/partials/_flexible-content.scss */
section.flexible-content-row .black {
  background-color: #0a0a0a;
}

/* line 38, scss/partials/_flexible-content.scss */
section.flexible-content-row .section-container {
  width: 100%;
}

/* line 40, scss/partials/_flexible-content.scss */
section.flexible-content-row .section-container .angledge {
  width: 100%;
  height: 10vw;
  max-height: 150px;
  position: absolute;
  z-index: 20;
}

/* line 46, scss/partials/_flexible-content.scss */
section.flexible-content-row .section-container .angledge.top {
  top: -1px;
  left: 0;
  right: 0;
}

/* line 51, scss/partials/_flexible-content.scss */
section.flexible-content-row .section-container .angledge.bottom {
  bottom: -1px;
  left: 0;
  right: 0;
}

/* line 58, scss/partials/_flexible-content.scss */
section.flexible-content-row .section-content {
  width: 100%;
}

/* line 64, scss/partials/_flexible-content.scss */
section.flexible-content-row h2.title {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
}

@media screen and (max-width: 39.99875em) {
  /* line 64, scss/partials/_flexible-content.scss */
  section.flexible-content-row h2.title {
    font-size: 1.75em;
  }
}

/* line 72, scss/partials/_flexible-content.scss */
section.flexible-content-row h2.title::after {
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  bottom: 8px;
  background-color: #EC2E26;
}

/* line 83, scss/partials/_flexible-content.scss */
section.flexible-content-row h3.subtitle {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
  color: #30323c;
}

/* line 89, scss/partials/_flexible-content.scss */
section.flexible-content-row h4.title {
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 400;
  color: #3A3D49;
}

/* line 96, scss/partials/_flexible-content.scss */
section.flexible-content-row .text p {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #666666;
}

/* line 102, scss/partials/_flexible-content.scss */
section.flexible-content-row .text ul {
  margin: 0;
  margin-bottom: 1.4rem;
  padding: 0;
  position: relative;
}

/* line 107, scss/partials/_flexible-content.scss */
section.flexible-content-row .text ul li {
  margin: 0;
  margin-top: 1em;
  font-size: inherit;
  padding: 0;
  position: relative;
  /*&::before {
						    content: '\2022';
						    font-size: 2em;
						    position: absolute;
						    width: .5em;
						    height: .75em;
						    top: -.5em;
						    text-align: center;
					    }*/
}

@media screen and (max-width: 39.99875em) {
  /* line 127, scss/partials/_flexible-content.scss */
  section.flexible-content-row .cta .btn + .btn {
    margin-top: 1rem;
  }
}

/* line 136, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row {
  display: block;
  width: 100%;
  float: none;
}

/* line 140, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .top-content {
  background-color: #ecf4f5;
}

@media screen and (max-width: 63.99875em) {
  /* line 143, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-presentation-row .top-content .grid-container {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 148, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .top-content .decoration {
  display: block;
  position: relative;
}

/* line 151, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .top-content .decoration::before, section.flexible-content-row.software-presentation-row .top-content .decoration::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 6px;
}

/* line 160, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .top-content .decoration::before {
  left: 0;
  background-color: #EC2E26;
}

/* line 164, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .top-content .decoration::after {
  right: 0;
  background-color: #046174;
}

/* line 169, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .top-content .top-content-inner {
  padding: 30px 35px;
  padding-top: 36px;
}

/* line 172, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .top-content .top-content-inner h2.title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #30323c;
}

/* line 177, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .top-content .top-content-inner .intro {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
  color: #30323c;
  margin-top: .9rem;
}

/* line 187, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs {
  display: block;
  position: relative;
}

@media screen and (max-width: 63.99875em) {
  /* line 191, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-presentation-row .cmic-tabs .grid-container {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 196, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .decoration {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}

/* line 202, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .decoration::before, section.flexible-content-row.software-presentation-row .cmic-tabs .decoration::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

/* line 211, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .decoration::before {
  left: 0;
  background-color: #EC2E26;
}

/* line 215, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .decoration::after {
  right: 0;
  background-color: #046174;
}

@media screen and (max-width: 39.99875em) {
  /* line 196, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-presentation-row .cmic-tabs .decoration {
    display: none;
  }
}

/* line 223, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 5;
}

/* line 228, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  color: #ffffff;
  padding: 30px 35px;
}

@media screen and (max-width: 39.99875em) {
  /* line 228, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

/* line 237, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab .cta-wrapper {
  margin-top: 1.25rem;
}

@media screen and (min-width: 64em) {
  /* line 237, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab .cta-wrapper {
    text-align: right;
    margin-top: 0;
  }
}

/* line 243, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab .cta-wrapper button {
  display: inline-block;
  position: relative;
  font-size: 1em;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: .01em;
  margin: 0;
  padding: .4em .8em .3em .8em;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #ffffff;
  color: #30323c;
  border: 1px solid #ffffff;
}

/* line 258, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab .cta-wrapper button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 262, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab .cta-wrapper button:hover {
  background-color: transparent;
  color: #ffffff;
}

/* line 268, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab.left {
  background-color: #EC2E26;
}

/* line 270, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab.left h2.title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #30323c;
  margin-bottom: -10px;
}

/* line 275, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab.left .intro {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
  color: #30323c;
  margin-top: .9rem;
}

/* line 284, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab.left .cta-wrapper button:hover {
  color: #30323c;
  border: 1px solid #30323c;
}

/* line 291, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab.right {
  background-color: #046174;
}

/* line 293, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab.right h2.title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: -10px;
}

/* line 298, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab.right .intro {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  margin-top: .9rem;
}

/* line 308, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap {
  overflow: hidden;
  position: relative;
  height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 315, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .left {
  border-top: 40px solid #EC2E26;
  border-bottom: 25px solid #EC2E26;
  background-color: #EC2E26;
  padding-bottom: 15px;
}

/* line 322, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .right {
  border-top: 40px solid #046174;
  border-bottom: 25px solid #046174;
  background-color: #046174;
  padding-bottom: 15px;
}

/* line 329, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content {
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}

/* line 341, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content.active-tab-content {
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  z-index: 20;
}

/* line 347, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .content-box {
  font-size: 1rem;
  color: #30323c;
}

/* line 350, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .content-box p:first-of-type {
  margin-top: -22px;
}

/* line 352, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .content-box p:first-of-type img {
  margin-top: 0;
}

/* line 357, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 361, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell {
  margin: 0;
  padding: 0 1.5rem 1.5rem .75rem;
}

@media screen and (max-width: 63.99875em) {
  /* line 361, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell {
    padding: 0 2.5rem 2.5rem 0;
  }
}

/* line 367, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell a {
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 1.75rem;
  min-height: 171px;
}

/* line 372, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell a h3.title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #30323c;
}

/* line 376, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell a h3.title::after {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  color: #30323c;
  font-size: 1.1em;
  margin: -2px 10px 0 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 387, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell a .intro {
  font-size: 1rem;
  font-weight: 500;
  color: #30323c;
  margin-top: .5rem;
}

/* line 393, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell a:hover {
  text-decoration: none;
}

/* line 395, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell a:hover h3.title {
  text-decoration: underline;
}

/* line 397, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell a:hover h3.title::after {
  margin: -2px 10px 0 17px;
}

/* line 405, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell.iconed a .icon {
  display: block;
  position: absolute;
  width: 60px;
  max-width: 60px;
}

@media screen and (max-width: 39.99875em) {
  /* line 405, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell.iconed a .icon {
    position: relative;
    margin-bottom: 1rem;
  }
}

/* line 415, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell.iconed a h3.title,
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell.iconed a .intro {
  padding-left: 80px;
}

@media screen and (max-width: 39.99875em) {
  /* line 415, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell.iconed a h3.title,
  section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content ul li.cell.iconed a .intro {
    padding: 0;
  }
}

/* line 426, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .cta-wrapper {
  padding: 0 35px 45px;
}

/* line 428, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .cta-wrapper .btn {
  padding: .6em 1em .5em 1em;
  background-color: #ffffff;
  color: #30323c;
}

/* line 432, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .cta-wrapper .btn:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e9e9e9;
}

/* line 435, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .cta-wrapper .btn:hover::after {
  display: none;
}

/* line 441, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .cta-wrapper .content-box a.brochure {
  display: block;
}

/* line 443, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .cta-wrapper .content-box a.brochure img {
  margin: 0;
  padding: 0;
}

/* line 450, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .list-wrapper {
  padding: 0;
}

@media screen and (max-width: 63.99875em) {
  /* line 450, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .list-wrapper {
    padding: 0 0 0 35px;
  }
}

/* line 465, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 468, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap {
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 35px 30px 30px 30px;
  position: relative;
}

/* line 473, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 8px;
  background-color: #30323c;
}

/* line 483, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 487, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item {
  border-bottom: 1px solid #ddd;
}

/* line 489, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item:last-of-type {
  border: none;
  margin-bottom: 0;
}

/* line 493, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item .accordion-title {
  padding: 1.25rem 1rem 1.05rem 1rem;
}

/* line 495, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item .accordion-title:link, section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item .accordion-title:visited {
  border: none;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
  color: #30323c;
}

/* line 503, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item .accordion-title:hover, section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item .accordion-title:focus {
  text-decoration: none;
  background-color: #ecf4f5;
}

/* line 508, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item .accordion-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-top: -1rem;
}

/* line 514, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item .accordion-title h3 {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
  color: #666666;
}

/* line 523, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item.is-active .accordion-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
}

/* line 531, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item .accordion-content {
  border: none;
}

/* line 533, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item .accordion-content p {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}

/* line 540, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item .accordion-content ul {
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
}

/* line 545, scss/partials/_flexible-content.scss */
section.flexible-content-row.accordion-row .accordion-wrap .accordion .accordion-item .accordion-content ul li {
  margin: 0;
  margin-top: 1em;
  margin-left: 1.25rem;
  padding: 0;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #666666;
}

/* line 568, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

/* line 571, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content {
  text-align: center;
}

/* line 575, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  list-style-type: none;
  border-bottom: 3px solid #263030;
  margin-bottom: 2px;
}

/* line 583, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-time {
  float: left;
  display: block;
  margin: 0;
  padding: .7rem 1.5rem 0 1.5rem;
  font-size: .9em;
  line-height: 1.2;
  font-weight: 600;
  color: #0a0a0a;
  width: 180px;
  min-width: 180px;
  height: 80px;
  position: relative;
}

@media screen and (max-width: 63.99875em) {
  /* line 583, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-time {
    width: 100%;
    min-width: auto;
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  /* line 583, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-time {
    width: 220px;
    min-width: 220px;
  }
}

/* line 605, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-time::after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 37px 37px;
  border-color: transparent transparent #e52f25 transparent;
}

/* line 616, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-time .icon {
  display: block;
  width: 23px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

/* line 623, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title {
  padding-top: .7rem;
  margin: 0;
  cursor: pointer;
}

@media screen and (max-width: 63.99875em) {
  /* line 623, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title {
    display: block;
    width: 100%;
    border-top: 1px solid #696969;
  }
}

/* line 632, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title a:link,
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title a:visited {
  display: block;
  padding: .7rem 1.5rem .4rem 1.5rem;
  font-size: .9em;
  line-height: 1.2;
  color: #0a0a0a;
  background: #ffffff;
}

/* line 640, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title a:link strong,
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title a:visited strong {
  font-weight: 600;
}

/* line 644, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title a:hover,
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title a:active {
  text-decoration: none;
}

/* line 648, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 22px;
  margin: 0 auto;
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 655, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title .icon svg {
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
}

/* line 657, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title .icon svg .tabs-title-deco {
  fill: #0a0a0a;
  -webkit-filter: drop-shadow(4px 4px 10px -2px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(4px 4px 10px -2px rgba(0, 0, 0, 0.33));
}

/* line 664, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title.is-active .icon .tabs-title-deco {
  fill: #e52f25;
}

/* line 668, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title > a:focus,
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title > a[aria-selected='true'] {
  color: #ffffff;
  background: #e52f25;
  outline: none;
}

/* line 674, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content ul.tabs li.tabs-title:hover svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* line 680, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content {
  border: none;
  color: #0a0a0a;
  background: transparent;
  font-size: .85em;
  line-height: 1.1;
  font-weight: 300;
  padding-bottom: 3px;
  border-bottom: 3px solid #263030;
  /*
						.event-type {
							font-size: .7em;
							margin-bottom: .7rem;
							span {
								background-color: $white;
								font-weight: 500;
								color: $black;
								display: inline-block;
								padding: .2rem .5rem .15rem .5rem;
							    margin: .25rem .5rem;
								@include border-radius(100px);
							}
						}
						*/
}

/* line 689, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content strong {
  font-weight: 500;
}

/* line 692, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .tabs-panel {
  padding: 0;
}

/* line 697, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .tbl {
  border-top: 1px solid #0a0a0a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 63.99875em) {
  /* line 697, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content .tabs-content .tbl {
    display: block;
  }
}

/* line 709, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .tbl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 63.99875em) {
  /* line 709, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content .tabs-content .tbl-row {
    display: block;
  }
}

/* line 719, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .tbl-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (max-width: 63.99875em) {
  /* line 719, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content .tabs-content .tbl-cell {
    width: auto;
  }
}

/* line 728, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .tbl-cell a:link,
section.flexible-content-row.agenda-row .section-content .tabs-content .tbl-cell a:visited {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 732, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .tbl-cell a:hover,
section.flexible-content-row.agenda-row .section-content .tabs-content .tbl-cell a:active {
  text-decoration: none;
}

/* line 735, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .tbl-cell a:hover .event-name,
section.flexible-content-row.agenda-row .section-content .tabs-content .tbl-cell a:active .event-name {
  color: #b7160d;
}

/* line 740, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .padded {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 63.99875em) {
  /* line 740, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content .tabs-content .padded {
    border-bottom: 1px solid #ffffff;
  }
}

@media only screen and (min-width: 1280px) {
  /* line 740, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content .tabs-content .padded {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 63.99875em) {
  /* line 751, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content .tabs-content .no-mobile {
    display: none;
  }
}

/* line 758, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color {
  border-bottom: 1px solid #0a0a0a;
}

@media screen and (max-width: 63.99875em) {
  /* line 758, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color {
    border-bottom: none;
  }
}

/* line 763, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.white {
  background-color: #f6f6f6;
}

/* line 766, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.gray {
  background-color: #e9e9e9;
}

/* line 769, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.peach {
  background-color: #fff9e9;
}

/* line 772, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.orange {
  background-color: #df6d22;
}

/* line 774, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.orange .event-time,
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.orange .event-name {
  color: #ffffff !important;
}

/* line 779, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.teal {
  background-color: #3A3D49;
}

/* line 781, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.teal .event-time,
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.teal .event-name {
  color: #ffffff !important;
}

/* line 786, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.blue-alt {
  background-color: #aed8f2;
}

/* line 789, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.blue-2 {
  background-color: #d9effd;
}

/* line 792, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.green-alt {
  background-color: #b7ec96;
}

/* line 795, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.green-2 {
  background-color: #e5f8da;
}

/* line 798, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.teal-new {
  background-color: #263030;
}

/* line 800, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.teal-new .event-time,
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.teal-new .event-name {
  color: #ffffff !important;
}

/* line 805, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.teal-new-2 {
  background-color: #30323c;
}

/* line 807, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.teal-new-2 .event-time,
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.teal-new-2 .event-name {
  color: #ffc222 !important;
}

/* line 812, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.blue-new {
  background-color: #0066cc;
}

/* line 814, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.blue-new .event-time,
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.blue-new .event-name {
  color: #ffffff !important;
}

/* line 819, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.blue-3 {
  background-color: #ebf9fd;
}

/* line 822, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.conference-red {
  background-color: #e52f25;
}

/* line 824, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.conference-red .event-time,
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.conference-red .event-name {
  color: #ffffff !important;
}

/* line 829, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color.orange-alt {
  background-color: #ffffff;
}

/* line 833, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color-blue-alt-odd {
  background-color: #d9effd;
}

/* line 836, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color-blue-alt-even {
  background-color: #aed8f2;
}

/* line 839, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color-green-alt-odd {
  background-color: #e5f8da;
}

/* line 842, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color-green-alt-even {
  background-color: #b7ec96;
}

/* line 845, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color-orange-alt-odd {
  background-color: #ffffff;
}

/* line 848, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color-orange-alt-even {
  background-color: #fff9e9;
}

/* line 851, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color-orange-alt-first {
  background-color: #ffc222;
}

/* line 854, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .bg-color-orange-alt-last {
  background-color: #daf4ca;
}

/* line 857, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .border-right {
  border-right: 1px solid #263030;
  width: 180px;
  min-width: 180px;
}

@media screen and (max-width: 63.99875em) {
  /* line 857, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content .tabs-content .border-right {
    width: 100%;
    min-width: auto;
    border-right: none;
  }
}

@media only screen and (min-width: 1280px) {
  /* line 857, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content .tabs-content .border-right {
    width: 220px;
    min-width: 220px;
  }
}

/* line 872, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .border-bottom {
  border-bottom: 1px solid #263030;
}

@media screen and (max-width: 63.99875em) {
  /* line 872, scss/partials/_flexible-content.scss */
  section.flexible-content-row.agenda-row .section-content .tabs-content .border-bottom {
    border-bottom: none;
  }
}

/* line 878, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .arrow {
  position: relative;
}

/* line 880, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .arrow::after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #ffffff;
}

/* line 895, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .event-time {
  padding: .8rem 0rem;
  font-weight: 600;
  min-height: 40px;
}

/* line 900, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .event-name {
  padding: .8rem 0rem;
  min-height: 40px;
  font-weight: 600;
  color: #0a0a0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

/* line 908, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .section-content .tabs-content .event-type {
  margin-bottom: .7rem;
}

/* line 930, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .legend-content .inner {
  padding: 1.5rem .5rem;
}

/* line 932, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .legend-content .inner span {
  display: inline-block;
  font-size: .95rem;
  font-weight: 600;
  color: #0a0a0a;
  padding: 0 1rem;
}

/* line 938, scss/partials/_flexible-content.scss */
section.flexible-content-row.agenda-row .legend-content .inner span svg {
  display: inline-block;
  position: relative;
  top: .35rem;
  margin-right: .15rem;
}

/* line 951, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 954, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content {
  text-align: center;
}

/* line 956, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content h2.title {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 960, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content h2.title::after {
  content: '';
}

/* line 964, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content h3.subtitle {
  margin-top: 1.1rem;
}

/* line 967, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .narrow {
  text-align: center;
}

/* line 969, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .narrow .text {
  padding-top: 1rem;
}

/* line 973, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .wide {
  text-align: left;
}

/* line 975, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .wide h2.title {
  padding-bottom: 1rem;
}

/* line 977, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .wide h2.title::after {
  display: none;
}

/* line 981, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .wide h3.subtitle {
  margin-top: 0;
}

/* line 984, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .wide .text {
  padding-top: 0;
}

/* line 990, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .text {
  margin-bottom: 1rem;
}

/* line 995, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .text h2.title {
  padding-top: 1rem;
}

/* line 998, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .text .cta {
  width: 100%;
  margin-top: 2rem;
}

/* line 1001, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .text .cta .btn-text {
  color: #3A3D49;
}

/* line 1004, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .text .cta .btn-text:hover {
  color: #EC2E26;
}

/* line 1009, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .section-content .text p:last-of-type {
  margin-bottom: 0;
}

/* line 1016, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .two-col .text {
  text-align: left;
  position: relative;
}

/* line 1019, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .two-col .text h2.title {
  padding-bottom: 1rem;
}

/* line 1021, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .two-col .text h2.title::after {
  display: none;
}

/* line 1025, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .two-col .text h3.subtitle {
  margin-top: 0;
}

/* line 1029, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .two-col .text.divider h2.title {
  padding-bottom: 2rem;
}

/* line 1031, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .two-col .text.divider h2.title::after {
  display: block;
}

/* line 1035, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .two-col .text.divider h3.subtitle {
  margin-top: 2rem;
}

/* line 1038, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .two-col .text.divider::before {
  content: '';
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background-color: #3A3D49;
}

@media screen and (max-width: 39.99875em) {
  /* line 1038, scss/partials/_flexible-content.scss */
  section.flexible-content-row.text-row .two-col .text.divider::before {
    display: none;
  }
}

/* line 1052, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row .two-col .text.divider.narrow {
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  /* line 1057, scss/partials/_flexible-content.scss */
  section.flexible-content-row.text-row .second {
    margin-top: 3rem;
  }
}

@media all and (-ms-high-contrast: none) {
  /* line 14, scss/partials/_flexible-content.scss */
  section.flexible-content-row {
    /* IE10 */
    /* IE11 */
  }
  /* line 1065, scss/partials/_flexible-content.scss */
  section.flexible-content-row .divider:before {
    display: none;
  }
  /* line 1066, scss/partials/_flexible-content.scss */
  section.flexible-content-row *::-ms-backdrop, section.flexible-content-row .divider:before {
    display: none;
  }
}

/* line 1071, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .callout-container {
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 39.99875em) {
  /* line 1071, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-grid-row .callout-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 1079, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .callout-container .callout {
  position: relative;
  background-color: #30323c;
  text-align: center;
  padding: 40px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 39.99875em) {
  /* line 1079, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-grid-row .callout-container .callout {
    padding: 30px;
  }
}

/* line 1091, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .callout-container .callout::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 60px 0 60px;
  border-color: #30323c transparent transparent transparent;
  line-height: 0px;
  _border-color: #30323c #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  -webkit-transform: rotate(360deg);
}

/* line 1107, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .callout-container .callout h2.title {
  color: #EC2E26;
}

/* line 1111, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .callout-container .callout .text p {
  color: #ffffff;
}

/* line 1113, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .callout-container .callout .text p:last-of-type {
  margin-bottom: 0;
}

/* line 1120, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container {
  margin-top: -10%;
  z-index: 5;
  padding-top: 12vw;
  padding-bottom: 10vw;
}

@media screen and (max-width: 39.99875em) {
  /* line 1120, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-grid-row .section-container {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}

/* line 1130, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .software-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 39.99875em) {
  /* line 1130, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-grid-row .section-container .software-menu {
    display: block;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

/* line 1143, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .software-menu a {
  display: block;
  position: relative;
  border: 1px solid #696969;
  padding: 1.2rem 1.2rem .6rem 1.2rem;
  margin: 0 .5rem;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 400;
  color: #30323c;
  text-align: center;
  min-width: 220px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 39.99875em) {
  /* line 1143, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-grid-row .section-container .software-menu a {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
}

/* line 1162, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .software-menu a::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 6px;
  background-color: #30323c;
}

/* line 1172, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .software-menu a:hover {
  text-decoration: none;
  background-color: #ecf4f5;
}

/* line 1176, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .software-menu a.toggle-off {
  color: #696969;
}

/* line 1180, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .software-menu a.apple:before {
  background-color: #339933;
}

/* line 1183, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .software-menu a.curious:before {
  background-color: #3399cc;
}

/* line 1190, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

/* line 1192, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card.toggle-off {
  position: relative;
  opacity: .3;
}

@media screen and (max-width: 39.99875em) {
  /* line 1192, scss/partials/_flexible-content.scss */
  section.flexible-content-row.software-grid-row .section-container .cards .card.toggle-off {
    display: none;
  }
}

/* line 1198, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card.toggle-off::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

/* line 1209, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 10px 20px 20px 20px;
  text-align: center;
  margin-bottom: 2rem;
  display: block;
  width: 100%;
  background-color: #ffffff;
}

/* line 1221, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 8px;
  background-color: #30323c;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

/* line 1232, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink:link, section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink:visited {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1238, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink:hover, section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink:active {
  text-decoration: none;
  margin-top: -10px;
  background-color: #ecf4f5;
}

/* line 1243, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink:hover button.read-more, section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink:active button.read-more {
  color: #EC2E26;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1248, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink .icon {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  z-index: 10;
}

/* line 1259, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink .icon::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #EC2E26;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

/* line 1269, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink .icon img {
  display: block;
  margin: 0 auto;
  height: 50px;
}

/* line 1275, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink h3.title {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

/* line 1280, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink .text {
  text-align: center;
  margin-bottom: 20px;
}

/* line 1283, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink .text p {
  font-size: .95em;
  line-height: 1.3;
}

/* line 1289, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink button.read-more {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: .9em;
  line-height: 1.3;
  color: #3A3D49;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
}

/* line 1301, scss/partials/_flexible-content.scss */
section.flexible-content-row.software-grid-row .section-container .cards .card .invisilink button.read-more::after {
  content: '\00BB';
  position: absolute;
  color: #EC2E26;
  font-size: 1.7em;
  margin: -10px 10px 0 5px;
  text-decoration: none !important;
}

/* line 1318, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row {
  margin-bottom: 1rem;
}

/* line 1325, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs {
  visibility: hidden;
}

/* line 1327, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs button.headshot {
  outline: none;
  cursor: pointer;
  margin-bottom: 2rem;
  max-width: 330px;
}

/* line 1333, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs button.headshot .image {
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  border-top: 8px solid #EC2E26;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1338, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs button.headshot .image img {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  opacity: 1;
}

/* line 1344, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs button.headshot.inactive .image {
  border-top: 8px solid #30323c;
}

/* line 1346, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs button.headshot.inactive .image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .8;
}

/* line 1355, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs button.headshot.inactive:hover .image img {
  opacity: 1;
}

/* line 1361, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs button.headshot .name,
section.flexible-content-row.team-row .section-container .section-content .tabs button.headshot .position {
  font-size: .9em;
  line-height: 1.1;
  font-weight: 400;
  color: #30323c;
  margin-top: 1rem;
  height: 30px;
}

/* line 1370, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs button.headshot .position {
  font-style: italic;
  font-size: .7em;
  margin-top: 0;
}

/* line 1377, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs-content {
  visibility: hidden;
}

/* line 1379, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs-content .tab-content {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

/* line 1382, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs-content .tab-content h3.name {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  margin-bottom: .5rem;
}

/* line 1389, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs-content .tab-content h4.position {
  font-size: 1.1em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  font-style: italic;
}

/* line 1396, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs-content .tab-content .bio {
  font-size: 1.2rem;
}

/* line 1399, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs-content .tab-content a.contact {
  display: block;
  margin-bottom: .5rem;
}

/* line 1402, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .tabs-content .tab-content a.contact span {
  display: inline-block;
  margin-right: .5rem;
}

/* line 1413, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card {
  max-width: 350px;
  padding-bottom: 2.2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* line 1419, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .front {
  width: 100%;
  position: relative;
  background-color: #e9e9e9;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 1425, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .front .image-container {
  display: block;
  position: relative;
  width: 100%;
  border-left: 8px solid #EC2E26;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  /*
										&::after {
										    content: '';
										    display: block;
										    position: absolute;
										    right: 0;
										    bottom: 0;
										    left: 0;
										    z-index: 1;
										    height: 95px;
										    background-color: $black;
										    //background: linear-gradient(0deg, rgba(59, 61, 73, 0.8) 0%, rgba(59, 61, 73, 0) 30%);
										    //background: linear-gradient(0deg, rgba(17, 17, 21, 0.9) 0%, rgba(59, 61, 73, 0) 30%);
										    //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3b3d49', endColorstr='#003b3d49',GradientType=1 );
										    background-color: $black;
										    opacity: .8;
											@include transition(all, .6s, ease);
										}
										*/
}

/* line 1452, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .front .image-container img {
  width: 100%;
  margin: 0;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 1460, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .front .image-container .id {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 3rem 2rem 1.2rem 1.6rem;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 2;
}

/* line 1468, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .front .image-container .id .name {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  padding: .25rem .5rem 0 .5rem;
}

/* line 1477, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .front .image-container .id .position {
  font-size: 1em;
  line-height: 1.1;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.85);
  padding: .25rem .5rem;
}

/* line 1489, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .back {
  position: absolute;
  top: 0;
  bottom: 2.2rem;
  right: 0.9375rem;
  left: 0.9375rem;
  background-color: #ffffff;
  color: black;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 1501, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .back .bio-wrapper {
  border-left: 8px solid #EC2E26;
  padding: 7.6rem 2rem 2rem 1.6rem;
}

/* line 1504, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .back .bio-wrapper h3.name {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  margin-bottom: .5rem;
}

/* line 1511, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .back .bio-wrapper h4.position {
  font-size: 1.1em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  font-style: italic;
}

/* line 1518, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .back .bio-wrapper .bio {
  font-size: 0.85em;
}

/* line 1521, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .back .bio-wrapper a.contact {
  display: block;
  margin-bottom: .5rem;
}

/* line 1524, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card .back .bio-wrapper a.contact span {
  display: inline-block;
  margin-right: .5rem;
}

/* line 1532, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card.active .front {
  opacity: 1;
}

/* line 1535, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card.active .front .image-container::after {
  display: none;
}

/* line 1538, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card.active .front .image-container .id {
  opacity: 0;
}

/* line 1543, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card.active .back {
  opacity: .9;
}

/* line 1550, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card:hover .front .image-container img {
  -webkit-filter: none;
  filter: none;
}

/* line 1554, scss/partials/_flexible-content.scss */
section.flexible-content-row.team-row .section-container .section-content .cards .card:hover .front .image-container .id {
  padding-bottom: 2rem;
}

/* line 1570, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container {
  padding-top: 3rem;
  padding-bottom: .8rem;
}

/* line 1573, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content {
  text-align: center;
  position: relative;
}

/* line 1577, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .heading {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 1580, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .heading h2.title {
  position: relative;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  padding-bottom: 2rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 1580, scss/partials/_flexible-content.scss */
  section.flexible-content-row.csr-team-row .section-container .section-content .heading h2.title {
    font-size: 1.75em;
  }
}

/* line 1590, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .heading h2.title::after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  bottom: 10px;
  background-color: #EC2E26;
}

/* line 1604, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .cards {
  padding-left: 5rem;
  padding-right: 5rem;
  display: none;
}

/* line 1608, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .cards .card {
  text-align: left;
  max-width: 350px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

@media screen and (max-width: 39.99875em) {
  /* line 1608, scss/partials/_flexible-content.scss */
  section.flexible-content-row.csr-team-row .section-container .section-content .cards .card {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

/* line 1620, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .cards .card .front {
  width: 100%;
  position: relative;
  background-color: #e9e9e9;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 1626, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .cards .card .front .invisilink {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

/* line 1635, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .cards .card .front .content {
  display: block;
  position: relative;
  width: 100%;
  border-left: 8px solid #EC2E26;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 1643, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .cards .card .front .content img {
  width: 100%;
  margin: 0;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 1651, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .cards .card .front .content .id {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 3rem 2rem 1.2rem 1.6rem;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 2;
}

/* line 1659, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .cards .card .front .content .id .name {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  padding: .25rem .5rem 0 .5rem;
}

/* line 1668, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .cards .card .front .content .id .position {
  font-size: 1em;
  line-height: 1.1;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.85);
  padding: .25rem .5rem;
}

/* line 1686, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .cards .card:hover .front .content img {
  -webkit-filter: none;
  filter: none;
}

/* line 1700, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .csr-team-slider-arrows button.slick-prev, section.flexible-content-row.csr-team-row .section-container .section-content .csr-team-slider-arrows button.slick-next {
  font-size: 0;
  position: absolute;
  color: #3A3D49;
  border: 0;
  background: none;
  z-index: 1;
  display: inline-block;
  outline: none;
  cursor: pointer;
  top: 50%;
  margin-top: 15px;
}

/* line 1713, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .csr-team-slider-arrows button.slick-prev::after, section.flexible-content-row.csr-team-row .section-container .section-content .csr-team-slider-arrows button.slick-next::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  color: #3A3D49;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1726, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .csr-team-slider-arrows button.slick-prev {
  left: -0.0625rem;
}

/* line 1728, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .csr-team-slider-arrows button.slick-prev::after {
  content: '\f053';
}

/* line 1732, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .csr-team-slider-arrows button.slick-next {
  right: -0.0625rem;
}

/* line 1734, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .csr-team-slider-arrows button.slick-next::after {
  content: '\f054';
}

/* line 1738, scss/partials/_flexible-content.scss */
section.flexible-content-row.csr-team-row .section-container .section-content .csr-team-slider-arrows button.slick-prev:hover:after, section.flexible-content-row.csr-team-row .section-container .section-content .csr-team-slider-arrows button.slick-next:hover:after {
  color: #EC2E26;
}

/* line 1753, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container {
  padding-top: 3rem;
  padding-bottom: .8rem;
}

/* line 1756, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content {
  text-align: center;
}

/* line 1760, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .heading {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 1763, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .heading .decoration {
  margin-bottom: 1rem;
  text-align: center;
}

/* line 1766, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .heading .decoration img {
  width: 100px;
}

/* line 1771, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .heading .title.text-color-white {
  color: #ffffff;
}

/* line 1774, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .heading .title.text-color-red {
  color: #e52f25;
}

/* line 1779, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .text {
  line-height: 1.3;
}

/* line 1782, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .text p {
  line-height: 1.3;
}

/* line 1786, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .text ul {
  margin-bottom: 1.5rem;
}

/* line 1787, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .text ul li {
  color: #30323c;
  line-height: 1.3;
}

/* line 1794, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .text .text-color-white {
  color: #ffffff;
}

/* line 1796, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .text .text-color-white p,
section.flexible-content-row.featured-speakers-row .section-container .section-content .text .text-color-white ul li {
  color: #ffffff;
}

/* line 1801, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .text .btn {
  color: #ffffff !important;
  font-weight: 600;
}

/* line 1808, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card {
  text-align: left;
  max-width: 350px;
  padding-bottom: 2.2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 39.99875em) {
  /* line 1808, scss/partials/_flexible-content.scss */
  section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

/* line 1819, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 1825, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .invisilink {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

/* line 1834, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 5px solid #e52f25;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 1843, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 1854, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content img {
  width: 100%;
  margin: 0;
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-top: -1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: inherit;
}

@media screen and (min-width: 75em) {
  /* line 1854, scss/partials/_flexible-content.scss */
  section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content img {
    min-height: 310px;
  }
}

/* line 1869, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content .id {
  bottom: 0;
  padding: 1rem 2rem .5rem 1rem;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 2;
}

/* line 1875, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content .id .name,
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content .id .position,
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content .id .company {
  line-height: 1.1;
  font-weight: 600;
  color: #30323c;
}

/* line 1882, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content .id .name {
  font-size: 1.2rem;
  margin-bottom: .25rem;
}

/* line 1886, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content .id .position {
  font-size: .9rem;
  margin-bottom: 1rem;
  font-style: italic;
  color: #666666;
}

/* line 1892, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content .id .company {
  font-size: 1rem;
  margin-bottom: .35rem;
  margin-right: 4.5rem;
  color: #666666;
}

/* line 1899, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content .cta {
  position: absolute;
  bottom: .7rem;
  right: 1rem;
  font-size: .9rem;
}

/* line 1904, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card .front .content .cta span {
  text-decoration: underline;
  color: #e52f25;
  /*
												&::after {
												    content: '\00BB';
												    position: absolute;
												    color: $yellow;
												    font-size: 1.3em;
												    margin: -2px 0 0 5px;
											    }
											    */
}

/* line 1926, scss/partials/_flexible-content.scss */
section.flexible-content-row.featured-speakers-row .section-container .section-content .cards .card:hover .front .content img {
  -webkit-filter: none;
  filter: none;
}

/* line 1945, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row {
  margin-bottom: 3rem;
}

/* line 1947, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .section-content {
  text-align: center;
  margin-bottom: 1rem;
}

/* line 1951, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .section-content .title {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 1955, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .section-content .title::after {
  content: '';
}

/* line 1960, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .section-content .text p {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #666666;
}

/* line 1968, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .section-content .text ul {
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
  display: inline-block;
}

/* line 1974, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .section-content .text ul li {
  margin: 0;
  margin-top: 1em;
  margin-left: 0;
  padding: 0;
  position: relative;
  list-style-position: inside;
}

/* line 1986, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .grid-container {
  width: 100%;
}

/* line 1990, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .cards .card {
  position: relative;
  cursor: pointer;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  margin-bottom: 2.2rem;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 2001, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .cards .card .invisilink {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  text-indent: -99999px;
}

/* line 2011, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .cards .card .content {
  display: block;
  position: relative;
  width: 100%;
  border-left: 8px solid #EC2E26;
  padding: 1rem 2rem 2rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-align: center;
}

/* line 2019, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .cards .card .content .logo {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  background-color: #e9e9e9;
}

/* line 2028, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .cards .card .content .category {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: .5rem;
  color: #3A3D49;
}

/* line 2035, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .cards .card .content .category-extended {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
  padding-bottom: 1rem;
  color: #3A3D49;
}

/* line 2043, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .cards .card .content .intro {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: .5rem;
  margin-bottom: 2rem;
  color: #666666;
}

/* line 2050, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .cards .card .content .cta {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: .01em;
  margin: 0;
  padding: .5em .8em .4em .8em;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
  color: #30323c;
  background-color: #EC2E26;
}

/* line 2072, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row .cards .card:hover > .content .cta {
  background-color: #EC2E26;
}

/* line 2079, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row.v-2 {
  margin-bottom: 0;
}

/* line 2081, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row.v-2 .section-content {
  text-align: left;
}

/* line 2083, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row.v-2 .section-content h2.title::after {
  left: 0;
  margin-left: 0;
}

/* line 2087, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row.v-2 .section-content .text,
section.flexible-content-row.integrations-row.v-2 .section-content .text p {
  text-align: left;
}

/* line 2092, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row.v-2 .cards {
  padding-top: 2rem;
}

/* line 2095, scss/partials/_flexible-content.scss */
section.flexible-content-row.integrations-row.v-2 .cards .card .content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 2rem;
}

/* line 2116, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row.text-left-video-right .image-overflow, section.flexible-content-row.new-video-and-text-feature-row.text-left-video-right .image-overflow {
  left: 50%;
}

/* line 2126, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row.video-left-text-right .image-overflow, section.flexible-content-row.new-video-and-text-feature-row.video-left-text-right .image-overflow {
  right: 50%;
}

/* line 2135, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container, section.flexible-content-row.new-video-and-text-feature-row .section-container {
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 2139, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .color-overlay, section.flexible-content-row.new-video-and-text-feature-row .section-container .color-overlay {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  opacity: .85;
}

/* line 2150, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .image-background, section.flexible-content-row.new-video-and-text-feature-row .section-container .image-background {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

/* line 2160, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content {
  position: relative;
  padding-top: 12vw;
  padding-bottom: 12vw;
  z-index: 10;
}

@media screen and (max-width: 39.99875em) {
  /* line 2160, scss/partials/_flexible-content.scss */
  section.flexible-content-row.video-and-text-feature-row .section-container .section-content, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content {
    padding-top: 22vw;
  }
}

/* line 2168, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 2172, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container.order-reverse, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container.order-reverse {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 2175, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container h2.title, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container h2.title {
  color: #ffffff;
  font-size: 1.5em;
  margin-top: 1rem;
}

/* line 2180, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container h3.subtitle, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container h3.subtitle {
  color: #ffffff;
  font-size: 1.2em;
  margin-top: 1rem;
}

/* line 2186, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container .text p, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container .text p {
  color: #ffffff;
  font-size: 1.2rem;
}

/* line 2189, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container .text p.quote, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container .text p.quote {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 300;
}

@media screen and (max-width: 39.99875em) {
  /* line 2189, scss/partials/_flexible-content.scss */
  section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container .text p.quote, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container .text p.quote {
    font-size: 1.1em;
  }
}

/* line 2200, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container .cta .btn, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container .cta .btn {
  margin-bottom: 1rem;
}

@media screen and (max-width: 74.99875em) {
  /* line 2200, scss/partials/_flexible-content.scss */
  section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container .cta .btn, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container .cta .btn {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 2210, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container .cta .btn-text, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container .cta .btn-text {
  color: #ffffff;
}

/* line 2212, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container .cta .btn-text:hover, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container .cta .btn-text:hover {
  color: #EC2E26;
}

@media screen and (max-width: 39.99875em) {
  /* line 2218, scss/partials/_flexible-content.scss */
  section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta {
    margin-bottom: 2rem;
  }
}

/* line 2223, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link, section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 2236, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video, section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 20px;
}

/* line 2247, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video::before, section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video::before, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video::before, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 2258, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video span, section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video span, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video span, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video span {
  display: block;
  z-index: 10;
}

/* line 2261, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video span.fas, section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video span.fas, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video span.fas, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video span.fas {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 2.5rem;
  line-height: 5.5rem;
  margin-bottom: 25px;
}

/* line 2266, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video span.fas::before, section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video span.fas::before, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video span.fas::before, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video span.fas::before {
  border: 2px solid #EC2E26;
  padding: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 2272, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video span.text, section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video span.text, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:link .watch-video span.text, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:visited .watch-video span.text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.9rem;
}

/* line 2279, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:hover, section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:active, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:hover, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:active {
  text-decoration: none;
}

/* line 2283, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:hover span.fas, section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:hover span.text, section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:active span.fas, section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-cta a.video-link:active span.text, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:hover span.fas, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:hover span.text, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:active span.fas, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-cta a.video-link:active span.text {
  color: #EC2E26;
}

@media screen and (max-width: 63.99875em) {
  /* line 2292, scss/partials/_flexible-content.scss */
  section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-embed, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-embed {
    padding-bottom: 1rem;
  }
}

/* line 2296, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-and-text-feature-row .section-container .section-content .video-embed .wistia_embed, section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .video-embed .wistia_embed {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  background-color: #30323c;
}

/* line 2311, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row.text-left-video-right .image-overflow {
  left: 50%;
}

/* line 2321, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row.video-left-text-right .image-overflow {
  right: 50%;
}

/* line 2330, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container {
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 2334, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .color-overlay {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  opacity: .85;
}

/* line 2345, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .image-background {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

/* line 2355, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content {
  position: relative;
  padding-top: 10vw;
  padding-bottom: 10vw;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  /* line 2355, scss/partials/_flexible-content.scss */
  section.flexible-content-row.video-slider-row .section-container .section-content {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}

/* line 2365, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content h2.title {
  position: relative;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 2rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 2365, scss/partials/_flexible-content.scss */
  section.flexible-content-row.video-slider-row .section-container .section-content h2.title {
    font-size: 1.75em;
  }
}

/* line 2375, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content h2.title::after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  bottom: 10px;
  background-color: #EC2E26;
}

/* line 2387, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos {
  display: none;
  height: 200px;
}

@media screen and (min-width: 40em) {
  /* line 2387, scss/partials/_flexible-content.scss */
  section.flexible-content-row.video-slider-row .section-container .section-content .videos {
    height: 350px;
  }
}

@media screen and (min-width: 64em) {
  /* line 2387, scss/partials/_flexible-content.scss */
  section.flexible-content-row.video-slider-row .section-container .section-content .videos {
    height: 500px;
  }
}

/* line 2396, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos.slick-initialized {
  height: auto;
  display: block;
}

/* line 2401, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta h3.subtitle {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
  padding-top: 1rem;
}

/* line 2410, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:link, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:visited {
  background-color: #0a0a0a;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 2rem;
  position: relative;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 200px;
  width: 100% !important;
}

@media screen and (min-width: 40em) {
  /* line 2410, scss/partials/_flexible-content.scss */
  section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:link, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:visited {
    height: 350px;
    width: 90% !important;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 64em) {
  /* line 2410, scss/partials/_flexible-content.scss */
  section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:link, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:visited {
    height: 500px;
  }
}

/* line 2432, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:link .watch-video, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:visited .watch-video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 20px;
}

/* line 2443, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:link .watch-video::before, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:visited .watch-video::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 2454, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:link .watch-video span, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:visited .watch-video span {
  display: block;
  z-index: 10;
}

/* line 2457, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:link .watch-video span.fas, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:visited .watch-video span.fas {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 2.5rem;
  line-height: 5.5rem;
  margin-bottom: 25px;
}

/* line 2462, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:link .watch-video span.fas::before, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:visited .watch-video span.fas::before {
  border: 2px solid #EC2E26;
  padding: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 2468, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:link .watch-video span.text, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:visited .watch-video span.text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.9rem;
}

/* line 2475, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:hover, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:active {
  text-decoration: none;
}

/* line 2479, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:hover span.fas, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:hover span.text, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:active span.fas, section.flexible-content-row.video-slider-row .section-container .section-content .videos .video-cta a.video-link:active span.text {
  color: #EC2E26;
}

/* line 2488, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos-slider-navigation-dots {
  margin: 0 auto;
  margin-top: 1.5rem;
}

/* line 2491, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos-slider-navigation-dots ul.slick-dots {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 2496, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos-slider-navigation-dots ul.slick-dots li {
  display: inline-block;
  margin: 10px 10px 0 10px;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  cursor: pointer;
}

/* line 2507, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos-slider-navigation-dots ul.slick-dots li:hover {
  background-color: #ffffff;
}

/* line 2510, scss/partials/_flexible-content.scss */
section.flexible-content-row.video-slider-row .section-container .section-content .videos-slider-navigation-dots ul.slick-dots li.slick-active {
  background-color: #EC2E26;
}

/* line 2522, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row {
  margin-bottom: 1rem;
}

/* line 2527, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row .grid-container .section-content .cards {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

/* line 2531, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  /* line 2531, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 2531, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }
}

/* line 2545, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content {
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 30px;
  text-align: center;
}

/* line 2554, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content:hover > .cta {
  background-color: #EC2E26;
}

/* line 2557, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 8px;
  background-color: #EC2E26;
}

/* line 2567, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content .invisilink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  text-indent: -99999px;
}

/* line 2577, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content .icon {
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 180px;
}

/* line 2582, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content .icon img {
  height: 180px;
  height: auto;
}

/* line 2587, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content h3.title {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

/* line 2593, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content .text p {
  font-size: .95em;
  line-height: 1.3;
}

/* line 2598, scss/partials/_flexible-content.scss */

section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content .cta {
  display: inline-block;
  position: relative;
  width: auto;
  overflow: hidden; 
  
  text-align: center;
  
  margin-top: 25px;
  
  
  
}

/* line 2620, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row .grid-container .section-content .text-align-center {
  text-align: center;
}

@media screen and (min-width: 75em) {
  /* line 2631, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content {
    min-height: 240px;
  }
}

/* line 2641, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .icon {
  display: block;
  position: absolute;
  width: 120px;
  max-width: 120px;
}

@media screen and (min-width: 40em) {
  /* line 2641, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .icon {
    width: 100px;
    max-width: 100px;
  }
}

@media screen and (min-width: 64em) {
  /* line 2641, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .icon {
    width: 120px;
    max-width: 120px;
  }
}

@media screen and (min-width: 75em) {
  /* line 2641, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .icon {
    width: 180px;
    max-width: 180px;
  }
}

/* line 2658, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .icon img {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}

@media screen and (min-width: 40em) {
  /* line 2658, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .icon img {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
  }
}

@media screen and (min-width: 64em) {
  /* line 2658, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .icon img {
    height: 120px;
    min-height: 120px;
    max-height: 120px;
  }
}

@media screen and (min-width: 75em) {
  /* line 2658, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .icon img {
    height: 180px;
    min-height: 180px;
    max-height: 180px;
  }
}

/* line 2679, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .inner {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 145px;
}

@media screen and (min-width: 40em) {
  /* line 2679, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .inner {
    padding-left: 125px;
  }
}

@media screen and (min-width: 64em) {
  /* line 2679, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .inner {
    padding-left: 145px;
  }
}

@media screen and (min-width: 75em) {
  /* line 2679, scss/partials/_flexible-content.scss */
  section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .inner {
    padding-left: 205px;
  }
}

/* line 2693, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .inner h3.title {
  text-align: left;
  width: 100%;
}

/* line 2697, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .inner .text {
  text-align: left;
}

/* line 2699, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .inner .text p {
  font-size: .95em;
  line-height: 1.3;
}

/* line 2704, scss/partials/_flexible-content.scss */
section.flexible-content-row.services-grid-row.horizontal .grid-container .section-content .cards .card .card-content .inner .cta {
  display: block;
  font-size: .95em;
  text-align: left;
  padding: 0;
  color: #30323c;
  background-color: transparent;
  text-decoration: underline;
}

/* line 2725, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container {
  padding-top: 12vw;
  padding-bottom: 12vw;
}

@media screen and (max-width: 39.99875em) {
  /* line 2725, scss/partials/_flexible-content.scss */
  section.flexible-content-row.resource-center-row .section-container {
    padding-top: 22vw;
  }
}

/* line 2734, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink {
  position: relative;
  display: block;
  margin: 0;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 186px;
  padding-bottom: 40px;
}

/* line 2747, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 8px;
  background-color: #EC2E26;
  z-index: 15;
}

/* line 2758, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink .label {
  display: none;
}

/* line 2761, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink .image-box {
  display: none;
}

/* line 2764, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink header.details {
  padding: 15px 20px 15px 30px;
  position: relative;
  display: block;
}

/* line 2768, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink header.details .format {
  background-color: #3A3D49;
  color: #ffffff;
  display: block;
  position: absolute;
  padding: 10px 16px 8px 16px;
}

/* line 2774, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink header.details .format span.fas {
  font-size: 1.2rem;
  line-height: 100%;
}

/* line 2779, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink header.details .need {
  font-size: .9rem;
  line-height: 1.2;
}

/* line 2784, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink .content {
  padding: 0 20px 7px 30px;
}

/* line 2786, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink .content .date {
  display: none;
}

/* line 2789, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink .content h2.title {
  color: #30323c;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

/* line 2797, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink footer.cta {
  position: absolute;
  display: block;
  bottom: 0;
  padding: 0 20px 10px 30px;
}

/* line 2802, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink footer.cta button {
  font-size: .9em;
  line-height: 1.2;
  color: #3A3D49;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 2808, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink footer.cta button span.fas {
  color: #30323c;
  margin-right: 7px;
}

/* line 2814, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink:hover {
  text-decoration: none;
  background-color: #ecf4f5;
}

/* line 2817, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink:hover .image-box {
  opacity: .7;
}

/* line 2820, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .invisilink:hover footer button {
  color: #EC2E26;
}

/* line 2827, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

@media screen and (max-width: 39.99875em) {
  /* line 2827, scss/partials/_flexible-content.scss */
  section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured {
    margin-bottom: 1.5rem;
  }
}

/* line 2834, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource {
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

/* line 2838, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink {
  position: absolute;
  padding-bottom: 0;
  top: 0;
  bottom: 0;
}

/* line 2843, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink::before {
  display: none;
}

/* line 2846, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink .label {
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #EC2E26;
  color: #30323c;
  font-size: 1.35rem;
  padding: 10px 20px 8px 20px;
  z-index: 10;
}

/* line 2857, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink .image-box {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 325px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 39.99875em) {
  /* line 2857, scss/partials/_flexible-content.scss */
  section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink .image-box {
    height: 300px;
  }
}

/* line 2868, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink header.details {
  padding: 15px 20px 20px 30px;
}

/* line 2870, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink header.details .format {
  display: block;
  position: absolute;
  background-color: #3A3D49;
  color: #ffffff;
  padding: 18px 22px 12px 22px;
  top: -22px;
  left: 30px;
}

/* line 2878, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink header.details .format span.fas {
  font-size: 1.5rem;
}

/* line 2882, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink header.details .need {
  margin-left: 76px;
}

/* line 2886, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink .content {
  padding: 20px 20px 20px 30px;
  display: block;
}

/* line 2889, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink .content .date {
  display: block;
  color: #30323c;
  font-size: .8em;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* line 2896, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink .content h2.title {
  color: #30323c;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  display: block;
}

/* line 2905, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-featured article.resource .invisilink footer.cta {
  position: absolute;
  bottom: 0;
}

/* line 2915, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

/* line 2919, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-articles article.resource {
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 2922, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-articles article.resource:last-of-type {
  margin-bottom: 0;
}

/* line 2925, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-articles article.resource .invisilink {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100% !important;
}

/* line 2931, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .resources-articles article.resource .invisilink header.details .format {
  top: 0;
  right: 0;
}

/* line 2940, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .twitter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2942, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .twitter-container .twitter {
  padding: 0 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 63.99875em) {
  /* line 2942, scss/partials/_flexible-content.scss */
  section.flexible-content-row.resource-center-row .section-container .section-content .twitter-container .twitter {
    margin-top: 1.5rem;
  }
}

/* line 2951, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .twitter-container .twitter h3.subtitle {
  text-transform: uppercase;
  color: #0a0a0a;
  padding: 10px;
  padding-top: 0;
  font-size: 1em;
}

/* line 2957, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .twitter-container .twitter h3.subtitle .icon {
  display: inline;
  position: relative;
  color: #3399cc;
  font-size: 2rem;
  line-height: 1.4;
  margin-right: 10px;
  top: 5px;
}

/* line 2975, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2977, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin {
  padding: 0 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 63.99875em) {
  /* line 2977, scss/partials/_flexible-content.scss */
  section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin {
    margin-top: 1.5rem;
  }
}

/* line 2986, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin h2 {
  display: none;
}

/* line 2989, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin h3.subtitle {
  text-transform: uppercase;
  color: #0a0a0a;
  padding: 10px;
  padding-top: 0;
  font-size: 1em;
}

/* line 2995, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin h3.subtitle .icon {
  display: inline;
  position: relative;
  color: #3399cc;
  font-size: 2rem;
  line-height: 1.4;
  margin-right: 10px;
  top: 5px;
}

/* line 3005, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin .feed-container {
  height: 535px;
  overflow: scroll;
  padding: 10px;
}

/* line 3009, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin .feed-container ul {
  margin: 0;
  padding: 0;
}

/* line 3012, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin .feed-container ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #696969;
  margin-bottom: 1.5rem;
}

/* line 3018, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin .feed-container ul li:last-of-type {
  border: none;
}

/* line 3022, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin .feed-container ul li span i {
  font-size: .75em;
  line-height: 1.4;
  display: block;
  margin-bottom: 1rem;
}

/* line 3028, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin .feed-container ul li span a {
  display: none;
}

/* line 3032, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin .feed-container ul li h3 {
  font-size: 1.2rem;
}

/* line 3035, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin .feed-container ul li p {
  font-size: .85em;
  line-height: 1.4;
}

/* line 3039, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin .feed-container ul li img {
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

/* line 3042, scss/partials/_flexible-content.scss */
section.flexible-content-row.resource-center-row .section-container .section-content .linkedin-container .linkedin .feed-container ul li img.linkedin-update-logo {
  display: none;
}

/* line 3059, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container {
  min-width: 300px;
}

/* line 3061, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 3064, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink {
  min-height: 336px;
  display: block;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 3076, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 8px;
  background-color: #EC2E26;
  z-index: 15;
}

/* line 3087, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink .label {
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #EC2E26;
  color: #30323c;
  font-size: 1.35rem;
  padding: 10px 20px 8px 20px;
  z-index: 10;
}

/* line 3098, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink .image-box {
  display: block;
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 3109, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink header.details {
  padding: 12px 20px 15px 30px;
  position: relative;
  display: block;
}

/* line 3113, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink header.details .format {
  background-color: #3A3D49;
  color: #ffffff;
  display: block;
  position: absolute;
  padding: 18px 22px 12px 22px;
  top: -22px;
  z-index: 10;
}

/* line 3121, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink header.details .format span.fas {
  font-size: 1.5rem;
  line-height: 100%;
}

/* line 3126, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink header.details .need {
  font-size: .9rem;
  line-height: 1.2;
  margin-left: 76px;
}

/* line 3132, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink .content {
  padding: 20px 20px 20px 30px;
}

/* line 3134, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink .content .date {
  display: block;
  color: #30323c;
  font-size: .8em;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* line 3141, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink .content h2.title {
  color: #30323c;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

/* line 3148, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink .content .excerpt {
  color: #666666;
  display: block;
  margin-top: 1em;
  font-size: 1em;
  line-height: 1.3;
}

/* line 3156, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink footer.cta {
  padding: 15px 20px 15px 30px;
}

/* line 3158, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink footer.cta button {
  font-size: .9em;
  line-height: 1.2;
  color: #3A3D49;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 3164, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink footer.cta button span.fas {
  color: #30323c;
  margin-right: 7px;
}

/* line 3170, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink:hover {
  text-decoration: none;
  background-color: #fffaeb;
}

/* line 3173, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink:hover .image-box {
  opacity: .7;
}

/* line 3176, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resource-container article.resource .invisilink:hover footer button {
  color: #EC2E26;
}

/* line 3183, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row .section-container .resources-cta {
  text-align: center;
  padding-top: 2rem;
}

/* line 3192, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row.video-stories .section-container .resource-container {
  min-width: inherit;
}

/* line 3195, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row.video-stories .section-container .resource-container article.resource .content {
  position: relative;
  background-color: #3A3D49;
  padding-bottom: 1.5rem;
}

/* line 3199, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row.video-stories .section-container .resource-container article.resource .content .wistia_responsive_padding {
  margin-bottom: 1.5rem;
}

/* line 3202, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row.video-stories .section-container .resource-container article.resource .content .title {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  padding: 0 20px;
}

/* line 3210, scss/partials/_flexible-content.scss */
section.flexible-content-row.resources-row.video-stories .section-container .resource-container article.resource .content .excerpt {
  color: #ffffff;
  display: block;
  margin-top: 1em;
  font-size: .9em;
  line-height: 1.3;
  padding: 0 20px;
}

@media screen and (max-width: 63.99875em) {
  /* line 3230, scss/partials/_flexible-content.scss */
  section.flexible-content-row.culture-highlights-row .section-container {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

/* line 3235, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .highlights-title {
  text-align: center;
}

/* line 3237, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .highlights-title h2.title {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 3243, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 3246, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink {
  min-height: 315px;
  display: block;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 3258, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 8px;
  background-color: #3A3D49;
  z-index: 15;
}

/* line 3269, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink .image-box {
  display: block;
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 3280, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink header.details {
  padding: 12px 20px 0 30px;
  position: relative;
  display: block;
}

/* line 3284, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink header.details .need {
  font-size: .85rem;
  line-height: 1.2;
  margin-left: 76px;
}

/* line 3290, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink .content {
  padding: 10px 20px 20px 30px;
}

/* line 3292, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink .content .date {
  display: block;
  color: #30323c;
  font-size: .8em;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* line 3299, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink .content h2.title {
  color: #30323c;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

/* line 3307, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink footer.cta {
  padding: 0 20px 15px 30px;
  text-align: left;
}

/* line 3310, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink footer.cta button {
  font-size: .9em;
  line-height: 1.2;
  color: #3A3D49;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 3316, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink footer.cta button span.fas {
  color: #30323c;
  margin-right: 7px;
}

/* line 3322, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink:hover {
  text-decoration: none;
  background-color: #fffaeb;
}

/* line 3325, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink:hover .image-box {
  opacity: .7;
}

/* line 3328, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .culture-post-highlight-container article.culture-post .invisilink:hover footer button {
  color: #EC2E26;
}

/* line 3335, scss/partials/_flexible-content.scss */
section.flexible-content-row.culture-highlights-row .section-container .cta {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 3346, scss/partials/_flexible-content.scss */
section.flexible-content-row.jobs-row .section-container {
  padding-top: 3rem;
}

/* line 3348, scss/partials/_flexible-content.scss */
section.flexible-content-row.jobs-row .section-container .jobs {
  padding-top: 3rem;
}

/* line 3350, scss/partials/_flexible-content.scss */
section.flexible-content-row.jobs-row .section-container .jobs article.job {
  margin-bottom: 3.5rem;
}

/* line 3352, scss/partials/_flexible-content.scss */
section.flexible-content-row.jobs-row .section-container .jobs article.job p {
  font-size: .85em;
  line-height: 1.3;
  margin: 0;
  color: #30323c;
}

/* line 3357, scss/partials/_flexible-content.scss */
section.flexible-content-row.jobs-row .section-container .jobs article.job p span {
  font-weight: 300;
  color: #666666;
}

/* line 3363, scss/partials/_flexible-content.scss */
section.flexible-content-row.jobs-row .section-container .jobs article.job header.details p.posted,
section.flexible-content-row.jobs-row .section-container .jobs article.job header.details p.id {
  font-size: .9rem;
  line-height: 1.2;
  color: #666666;
  margin-bottom: .35rem;
}

/* line 3370, scss/partials/_flexible-content.scss */
section.flexible-content-row.jobs-row .section-container .jobs article.job header.details p.id {
  display: none;
}

/* line 3375, scss/partials/_flexible-content.scss */
section.flexible-content-row.jobs-row .section-container .jobs article.job .content h3.title {
  display: block;
  font-size: 1.3em;
  line-height: 1.1;
  font-weight: 500;
  color: #3A3D49;
  padding-bottom: .3rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ecf4f5;
}

/* line 3394, scss/partials/_flexible-content.scss */
section.flexible-content-row.jobs-row .section-container .jobs article.job .content p.zip {
  display: none;
}

/* line 3398, scss/partials/_flexible-content.scss */
section.flexible-content-row.jobs-row .section-container .jobs article.job footer.cta {
  margin-top: 1rem;
}

/* line 3400, scss/partials/_flexible-content.scss */
section.flexible-content-row.jobs-row .section-container .jobs article.job footer.cta a {
  font-size: .9em;
}

/* line 3408, scss/partials/_flexible-content.scss */
section.flexible-content-row.flexible-content-row .blue {
  background-color: #3A3D49;
}

/* line 3414, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row {
  margin-bottom: 20px;
}

/* line 3420, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row.grayscale .logo-image-wrapper a.link img,
section.flexible-content-row.logo-slider-row.grayscale .logo-image-wrapper div.no-link img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 3427, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content {
  position: relative;
}

/* line 3431, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content .logos .logo .logo-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 3435, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content .logos .logo .logo-image-wrapper a.link,
section.flexible-content-row.logo-slider-row .section-content .logos .logo .logo-image-wrapper div.no-link {
  display: block;
}

/* line 3438, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content .logos .logo .logo-image-wrapper a.link img,
section.flexible-content-row.logo-slider-row .section-content .logos .logo .logo-image-wrapper div.no-link img {
  display: block;
  margin: 0 auto;
  max-height: 150px;
}

/* line 3446, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content .logos h3.logo-title {
  display: block;
  margin-top: 1.5rem;
  text-align: center;
  line-height: 1.1;
  font-weight: 400;
}

/* line 3461, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content .logos-slider-navigation-arrows button.slick-prev, section.flexible-content-row.logo-slider-row .section-content .logos-slider-navigation-arrows button.slick-next {
  font-size: 0;
  position: absolute;
  color: #3A3D49;
  border: 0;
  background: none;
  z-index: 1;
  display: inline-block;
  outline: none;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
}

/* line 3474, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content .logos-slider-navigation-arrows button.slick-prev::after, section.flexible-content-row.logo-slider-row .section-content .logos-slider-navigation-arrows button.slick-next::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  color: #3A3D49;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 3487, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content .logos-slider-navigation-arrows button.slick-prev {
  left: -0.0625rem;
}

/* line 3489, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content .logos-slider-navigation-arrows button.slick-prev::after {
  content: '\f053';
}

/* line 3493, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content .logos-slider-navigation-arrows button.slick-next {
  right: -0.0625rem;
}

/* line 3495, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content .logos-slider-navigation-arrows button.slick-next::after {
  content: '\f054';
}

/* line 3499, scss/partials/_flexible-content.scss */
section.flexible-content-row.logo-slider-row .section-content .logos-slider-navigation-arrows button.slick-prev:hover:after, section.flexible-content-row.logo-slider-row .section-content .logos-slider-navigation-arrows button.slick-next:hover:after {
  color: #EC2E26;
}

/* line 3512, scss/partials/_flexible-content.scss */
section.flexible-content-row.social-stream-row .section-content {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

/* line 3520, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row {
  margin-bottom: 40px;
}

/* line 3522, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content {
  position: relative;
}

/* line 3524, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .testimonials {
  height: 400px;
}

/* line 3526, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .testimonials.slick-initialized {
  height: auto;
  display: block;
}

/* line 3531, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .testimonials .testimonial .logo-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 3535, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .testimonials .testimonial .logo-image-wrapper a.link,
section.flexible-content-row.testimonials-slider-row .section-content .testimonials .testimonial .logo-image-wrapper div.no-link {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

/* line 3541, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .testimonials .testimonial .logo-image-wrapper a.link img,
section.flexible-content-row.testimonials-slider-row .section-content .testimonials .testimonial .logo-image-wrapper div.no-link img {
  display: block;
  margin: 0 auto;
  max-height: 150px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 3551, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .testimonials .text {
  color: #30323c;
  padding-left: 50px;
  position: relative;
}

/* line 3555, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .testimonials .text span {
  position: absolute;
  margin-left: -50px;
  font-size: 2rem;
  color: #3A3D49;
  opacity: .7;
}

/* line 3563, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .testimonials .author,
section.flexible-content-row.testimonials-slider-row .section-content .testimonials .company {
  color: #30323c;
  padding-left: 50px;
  font-weight: 600;
}

/* line 3569, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .testimonials .author {
  margin-top: 1rem;
}

/* line 3572, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .testimonials .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

/* line 3580, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .logos-slider-navigation-arrows button.slick-prev, section.flexible-content-row.testimonials-slider-row .section-content .logos-slider-navigation-arrows button.slick-next {
  font-size: 0;
  position: absolute;
  color: #3A3D49;
  border: 0;
  background: none;
  z-index: 1;
  display: inline-block;
  outline: none;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
}

/* line 3593, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .logos-slider-navigation-arrows button.slick-prev::after, section.flexible-content-row.testimonials-slider-row .section-content .logos-slider-navigation-arrows button.slick-next::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  width: 50px;
  height: 50px;
  color: #3A3D49;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 3605, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .logos-slider-navigation-arrows button.slick-prev {
  left: -0.0625rem;
}

/* line 3607, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .logos-slider-navigation-arrows button.slick-prev::after {
  content: '\f104';
}

/* line 3611, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .logos-slider-navigation-arrows button.slick-next {
  right: -0.0625rem;
}

/* line 3613, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .logos-slider-navigation-arrows button.slick-next::after {
  content: '\f105';
}

/* line 3617, scss/partials/_flexible-content.scss */
section.flexible-content-row.testimonials-slider-row .section-content .logos-slider-navigation-arrows button.slick-prev:hover:after, section.flexible-content-row.testimonials-slider-row .section-content .logos-slider-navigation-arrows button.slick-next:hover:after {
  color: #EC2E26;
}

@media screen and (min-width: 64em) {
  /* line 3632, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row.text-left-image-right .image-overflow-container {
    left: 50%;
  }
}

/* line 3638, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row.text-left-image-right .section-container .color-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 200px, white 500px, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

@media screen and (min-width: 64em) {
  /* line 3638, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row.text-left-image-right .section-container .color-overlay {
    /* edit this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+45,0.7+55,0+60,0+60,0+100 */
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(45%, white), color-stop(55%, rgba(255, 255, 255, 0.7)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, white 45%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  }
}

/* line 3651, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row.text-left-image-right .section-container .image-background {
  right: 0;
  left: 0;
  height: 500px;
}

@media screen and (min-width: 64em) {
  /* line 3651, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row.text-left-image-right .section-container .image-background {
    left: 35%;
    height: auto;
  }
}

@media screen and (min-width: 64em) {
  /* line 3664, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row.image-left-text-right .image-overflow-container {
    right: 50%;
  }
}

/* line 3670, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row.image-left-text-right .section-container .color-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 200px, white 500px, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

@media screen and (min-width: 64em) {
  /* line 3670, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row.image-left-text-right .section-container .color-overlay {
    /* edit this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+40,0.7+45,1+55,1+100 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.7)), color-stop(55%, white), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7) 45%, white 55%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
}

/* line 3683, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row.image-left-text-right .section-container .image-background {
  left: 0;
  right: 0;
  height: 500px;
}

@media screen and (min-width: 64em) {
  /* line 3683, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row.image-left-text-right .section-container .image-background {
    right: 35%;
    height: auto;
  }
}

/* line 3696, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .image-overflow-container {
  position: absolute;
  z-index: 30;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 32%;
  max-height: 400px;
}

@media screen and (min-width: 40em) {
  /* line 3696, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row .image-overflow-container {
    height: 70%;
    max-height: 560px;
  }
}

@media screen and (min-width: 64em) {
  /* line 3696, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row .image-overflow-container {
    height: auto;
    max-height: none;
    max-width: 640px;
    bottom: 0;
  }
}

/* line 3714, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .image-overflow-container .image-overflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 5%;
  margin: 0;
}

@media screen and (min-width: 64em) {
  /* line 3714, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row .image-overflow-container .image-overflow {
    padding: 50px 0 0 0;
    margin: 0 0 50px 0;
  }
}

/* line 3724, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .image-overflow-container .image-overflow img {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 3729, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .section-container {
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 64em) {
  /* line 3729, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row .section-container {
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 3739, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .section-container .color-overlay {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

/* line 3749, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .section-container .image-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 63.99875em) {
  /* line 3749, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row .section-container .image-background {
    height: 500px;
  }
}

/* line 3761, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .section-container .section-content {
  position: relative;
  padding-top: 22vw;
  padding-bottom: 18vw;
  margin-top: 300px;
  z-index: 10;
}

@media screen and (min-width: 40em) {
  /* line 3761, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row .section-container .section-content {
    padding-top: 42vw;
    padding-bottom: 6vw;
  }
}

@media screen and (min-width: 64em) {
  /* line 3761, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row .section-container .section-content {
    margin-top: 0;
    padding-top: 12vw;
    padding-bottom: 12vw;
    height: auto;
    max-height: none;
  }
}

/* line 3778, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .section-container .section-content h2.title {
  font-size: 1.8em;
  margin-bottom: 30px;
  color: #30323c;
}

/* line 3783, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .section-container .section-content h3.subtitle {
  font-size: 1.3em;
  margin-top: -10px;
  margin-bottom: 20px;
}

/* line 3792, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .section-container .section-content .cta {
  margin-top: 60px;
}

/* line 3795, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .section-container .section-content .cta .btn.btn-text {
  color: #3A3D49;
}

/* line 3797, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row .section-container .section-content .cta .btn.btn-text:hover {
  color: #EC2E26;
}

@media screen and (min-width: 64em) {
  /* line 3808, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row .less-padding .section-content {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}

/* line 3821, scss/partials/_flexible-content.scss */
section.flexible-content-row.tilted-text-box-row .section-container {
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 3825, scss/partials/_flexible-content.scss */
section.flexible-content-row.tilted-text-box-row .section-container .color-overlay {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

/* line 3835, scss/partials/_flexible-content.scss */
section.flexible-content-row.tilted-text-box-row .section-container .section-content {
  position: relative;
  padding-top: 18vw;
  padding-bottom: 18vw;
  z-index: 10;
}

@media screen and (min-width: 40em) {
  /* line 3835, scss/partials/_flexible-content.scss */
  section.flexible-content-row.tilted-text-box-row .section-container .section-content {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

/* line 3844, scss/partials/_flexible-content.scss */
section.flexible-content-row.tilted-text-box-row .section-container .section-content .text-align-center {
  text-align: center;
}

/* line 3847, scss/partials/_flexible-content.scss */
section.flexible-content-row.tilted-text-box-row .section-container .section-content h2.title {
  font-size: 1.8em;
  margin-bottom: 30px;
  color: #30323c;
}

/* line 3852, scss/partials/_flexible-content.scss */
section.flexible-content-row.tilted-text-box-row .section-container .section-content h3.subtitle {
  font-size: 1.3em;
  margin-top: -10px;
  margin-bottom: 20px;
}

/* line 3861, scss/partials/_flexible-content.scss */
section.flexible-content-row.tilted-text-box-row .section-container .section-content .cta {
  margin-top: 60px;
}

/* line 3864, scss/partials/_flexible-content.scss */
section.flexible-content-row.tilted-text-box-row .section-container .section-content .cta .btn.btn-text {
  color: #3A3D49;
}

/* line 3866, scss/partials/_flexible-content.scss */
section.flexible-content-row.tilted-text-box-row .section-container .section-content .cta .btn.btn-text:hover {
  color: #EC2E26;
}

@media screen and (min-width: 64em) {
  /* line 3877, scss/partials/_flexible-content.scss */
  section.flexible-content-row.tilted-text-box-row .less-padding .section-content {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}

/* line 3890, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container {
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 3894, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .color-overlay {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

/* line 3904, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .section-content {
  position: relative;
  padding-top: 18vw;
  z-index: 10;
}

@media screen and (min-width: 40em) {
  /* line 3904, scss/partials/_flexible-content.scss */
  section.flexible-content-row.partners-row .section-container .section-content {
    padding-top: 12vw;
  }
}

/* line 3911, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .section-content .text-align-center {
  text-align: center;
}

/* line 3914, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .section-content h2.title {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 3918, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .section-content h2.title::after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  bottom: 8px;
  background-color: #EC2E26;
}

/* line 3930, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .section-content h3.subtitle {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
  color: #30323c;
  margin-top: 1.1rem;
}

/* line 3941, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .section-content .cta {
  margin-top: 60px;
}

/* line 3944, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .section-content .cta .btn.btn-text {
  color: #3A3D49;
}

/* line 3946, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .section-content .cta .btn.btn-text:hover {
  color: #EC2E26;
}

/* line 3954, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container {
  padding-top: 3rem;
  padding-bottom: 18vw;
}

@media screen and (min-width: 40em) {
  /* line 3954, scss/partials/_flexible-content.scss */
  section.flexible-content-row.partners-row .section-container .partners-container {
    padding-bottom: 12vw;
  }
}

/* line 3960, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container .cards {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

/* line 3964, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container .cards .card {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

/* line 3968, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container .cards .card .card-content {
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  position: relative;
  padding: 40px 40px 80px 40px;
  text-align: center;
}

/* line 3976, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container .cards .card .card-content:hover > .cta {
  background-color: #EC2E26;
}

/* line 3979, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container .cards .card .card-content::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 8px;
  background-color: #30323c;
}

/* line 3989, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container .cards .card .card-content .invisilink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  text-indent: -99999px;
}

/* line 3999, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container .cards .card .card-content .icon {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

/* line 4002, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container .cards .card .card-content .icon img {
  height: 180px;
  min-height: 180px;
  max-height: 180px;
}

/* line 4008, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container .cards .card .card-content h3.title {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

/* line 4014, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container .cards .card .card-content .text p {
  font-size: .95em;
  line-height: 1.3;
}

/* line 4019, scss/partials/_flexible-content.scss */
section.flexible-content-row.partners-row .section-container .partners-container .cards .card .card-content .cta {
  display: inline-block;
  position: relative;
  width: auto;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: .01em;
  text-align: center;
  margin: 0;
  margin-top: 25px;
  padding: .5em .8em .4em .8em;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #30323c;
  background-color: #EC2E26;
}

@media screen and (min-width: 64em) {
  /* line 4049, scss/partials/_flexible-content.scss */
  section.flexible-content-row.partners-row .less-padding .section-content {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}

@media screen and (min-width: 64em) {
  /* line 4063, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test.text-left-image-right .image-overflow-container {
    left: 50%;
  }
}

/* line 4070, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test.text-left-image-right .section-container.angle--both-left-left {
  -webkit-clip-path: none;
          clip-path: none;
}

/* line 4077, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test.text-left-image-right .section-container .color-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 200px, white 500px, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

@media screen and (min-width: 64em) {
  /* line 4077, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test.text-left-image-right .section-container .color-overlay {
    /* edit this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+45,0.7+55,0+60,0+60,0+100 */
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(45%, white), color-stop(55%, rgba(255, 255, 255, 0.7)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, white 45%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  }
}

/* line 4090, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test.text-left-image-right .section-container .image-background {
  right: 0;
  left: 0;
  height: 500px;
}

@media screen and (min-width: 64em) {
  /* line 4090, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test.text-left-image-right .section-container .image-background {
    left: 35%;
    height: auto;
  }
}

@media screen and (min-width: 64em) {
  /* line 4103, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test.image-left-text-right .image-overflow-container {
    right: 50%;
  }
}

/* line 4109, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test.image-left-text-right .section-container .color-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 200px, white 500px, rgba(255, 255, 255, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

@media screen and (min-width: 64em) {
  /* line 4109, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test.image-left-text-right .section-container .color-overlay {
    /* edit this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+40,0.7+45,1+55,1+100 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.7)), color-stop(55%, white), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7) 45%, white 55%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }
}

/* line 4122, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test.image-left-text-right .section-container .image-background {
  left: 0;
  right: 0;
  height: 500px;
}

@media screen and (min-width: 64em) {
  /* line 4122, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test.image-left-text-right .section-container .image-background {
    right: 35%;
    height: auto;
  }
}

/* line 4135, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .image-overflow-container {
  position: absolute;
  z-index: 30;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 32%;
  max-height: 400px;
}

@media screen and (min-width: 40em) {
  /* line 4135, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test .image-overflow-container {
    height: 70%;
    max-height: 560px;
  }
}

@media screen and (min-width: 64em) {
  /* line 4135, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test .image-overflow-container {
    height: auto;
    max-height: none;
    max-width: 640px;
    bottom: 0;
  }
}

/* line 4153, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .image-overflow-container .image-overflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 5%;
  margin: 0;
}

@media screen and (min-width: 64em) {
  /* line 4153, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test .image-overflow-container .image-overflow {
    padding: 50px 0 0 0;
    margin: 0 0 50px 0;
  }
}

/* line 4163, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .image-overflow-container .image-overflow img {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 4168, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .section-container {
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 4172, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .section-container .color-overlay {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

/* line 4182, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .section-container .image-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 63.99875em) {
  /* line 4182, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test .section-container .image-background {
    height: 500px;
  }
}

/* line 4194, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .section-container .section-content {
  position: relative;
  padding-top: 22vw;
  padding-bottom: 22vw;
  margin-top: 300px;
  z-index: 10;
}

@media screen and (min-width: 64em) {
  /* line 4194, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test .section-container .section-content {
    margin-top: 0;
    padding-top: 12vw;
    padding-bottom: 12vw;
    height: auto;
    max-height: none;
  }
}

/* line 4210, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .section-container .section-content h2.title {
  font-size: 1.8em;
  margin-bottom: 30px;
  color: #30323c;
}

/* line 4215, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .section-container .section-content h3.subtitle {
  font-size: 1.3em;
  margin-top: -10px;
  margin-bottom: 20px;
}

/* line 4224, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .section-container .section-content .cta {
  margin-top: 60px;
}

/* line 4227, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .section-container .section-content .cta .btn.btn-text {
  color: #3A3D49;
}

/* line 4229, scss/partials/_flexible-content.scss */
section.flexible-content-row.image-and-text-row-test .section-container .section-content .cta .btn.btn-text:hover {
  color: #EC2E26;
}

@media screen and (min-width: 64em) {
  /* line 4240, scss/partials/_flexible-content.scss */
  section.flexible-content-row.image-and-text-row-test .less-padding .section-content {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}

/* line 4252, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row {
  padding-top: 8vw;
  padding-bottom: 8vw;
  margin-top: 60px;
  margin-bottom: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

@media screen and (max-width: 63.99875em) {
  /* line 4252, scss/partials/_flexible-content.scss */
  section.flexible-content-row.cta-row {
    background-size: cover;
  }
}

/* line 4263, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row .section-content {
  position: relative;
  padding: 40px;
  z-index: 5;
  background-color: #30323c;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media screen and (max-width: 39.99875em) {
  /* line 4269, scss/partials/_flexible-content.scss */
  section.flexible-content-row.cta-row .section-content .text {
    text-align: center;
  }
}

/* line 4273, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row .section-content .text p {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.2;
}

/* line 4277, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row .section-content .text p:first-of-type, section.flexible-content-row.cta-row .section-content .text p:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 4284, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row .section-content .cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 1.5rem;
}

/* line 4289, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row .section-content .cta-container .cta {
  width: 100%;
}

/* line 4291, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row .section-content .cta-container .cta .btn-text {
  color: #ffffff;
}

/* line 4294, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row .section-content .cta-container .cta .btn-text:hover {
  color: #EC2E26;
}

/* line 4302, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row.last-row {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  background-color: #30323c;
}

/* line 4308, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row.last-row .section-tilt {
  display: block;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  top: -1px;
  right: 0;
  bottom: 60px;
  left: 0;
}

/* line 4318, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row.last-row .section-content {
  background-color: #ecf4f5;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 63.99875em) {
  /* line 4318, scss/partials/_flexible-content.scss */
  section.flexible-content-row.cta-row.last-row .section-content {
    padding-top: 3.3rem;
    padding-bottom: 3rem;
  }
}

/* line 4329, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row.last-row .section-content h2.title {
  margin-bottom: 1rem;
}

/* line 4333, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row.last-row .section-content .text p {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* line 4340, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row.last-row .section-content .cta-container .cta {
  width: 100%;
}

/* line 4342, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row.last-row .section-content .cta-container .cta .btn-text {
  color: #3A3D49;
}

/* line 4345, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-row.last-row .section-content .cta-container .cta .btn-text:hover {
  color: #EC2E26;
}

/* line 4357, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row {
  padding-top: 8vw;
  padding-bottom: 8vw;
  margin-top: 60px;
  margin-bottom: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

@media screen and (max-width: 63.99875em) {
  /* line 4357, scss/partials/_flexible-content.scss */
  section.flexible-content-row.cta-bio-row {
    background-size: cover;
  }
}

/* line 4368, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content {
  position: relative;
  padding: 40px;
  z-index: 5;
  background-color: #30323c;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 4374, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 39.99875em) {
  /* line 4378, scss/partials/_flexible-content.scss */
  section.flexible-content-row.cta-bio-row .section-content .text-container .text {
    text-align: center;
  }
}

/* line 4382, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .text-container .text p {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.2;
}

/* line 4386, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .text-container .text p:first-of-type, section.flexible-content-row.cta-bio-row .section-content .text-container .text p:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 4393, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .text-container .cta {
  width: 100%;
  padding-top: 1.5rem;
}

/* line 4396, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .text-container .cta .btn-text {
  color: #ffffff;
}

/* line 4399, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .text-container .cta .btn-text:hover {
  color: #EC2E26;
}

/* line 4405, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .bio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 4409, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .bio-container .image {
  width: 100%;
  max-width: 200px;
  margin-top: .3rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4409, scss/partials/_flexible-content.scss */
  section.flexible-content-row.cta-bio-row .section-content .bio-container .image {
    margin: 0 auto;
    margin-top: 2rem;
  }
}

/* line 4417, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .bio-container .image img {
  border-left: 10px solid #EC2E26;
}

/* line 4421, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .bio-container .id {
  width: 100%;
  max-width: 200px;
  text-align: left;
  padding-top: 1rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4421, scss/partials/_flexible-content.scss */
  section.flexible-content-row.cta-bio-row .section-content .bio-container .id {
    text-align: center;
  }
}

/* line 4429, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .bio-container .id .name,
section.flexible-content-row.cta-bio-row .section-content .bio-container .id .position {
  font-size: 1em;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: .3rem;
}

/* line 4436, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .bio-container .id .name {
  font-weight: 600;
}

/* line 4439, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row .section-content .bio-container .id .position {
  font-weight: 400;
  font-style: italic;
}

/* line 4447, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row.last-row {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0;
  background-color: #30323c;
}

/* line 4453, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row.last-row .section-tilt {
  display: block;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  top: -1px;
  right: 0;
  bottom: 60px;
  left: 0;
}

/* line 4463, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row.last-row .section-content {
  background-color: #ecf4f5;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 63.99875em) {
  /* line 4463, scss/partials/_flexible-content.scss */
  section.flexible-content-row.cta-bio-row.last-row .section-content {
    padding-top: 3.3rem;
    padding-bottom: 3rem;
  }
}

/* line 4474, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row.last-row .section-content .text-container h2.title {
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4474, scss/partials/_flexible-content.scss */
  section.flexible-content-row.cta-bio-row.last-row .section-content .text-container h2.title {
    text-align: center;
  }
}

/* line 4481, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row.last-row .section-content .text-container .text p {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* line 4487, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row.last-row .section-content .text-container .cta {
  width: 100%;
}

/* line 4489, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row.last-row .section-content .text-container .cta .btn-text {
  color: #3A3D49;
}

/* line 4492, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row.last-row .section-content .text-container .cta .btn-text:hover {
  color: #EC2E26;
}

/* line 4498, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row.last-row .section-content .bio-container {
  text-align: right;
}

/* line 4501, scss/partials/_flexible-content.scss */
section.flexible-content-row.cta-bio-row.last-row .section-content .bio-container .id .name,
section.flexible-content-row.cta-bio-row.last-row .section-content .bio-container .id .position {
  color: #666666;
}

/* line 4517, scss/partials/_flexible-content.scss */
section.flexible-content-row.floating-quote-row {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* line 4520, scss/partials/_flexible-content.scss */
section.flexible-content-row.floating-quote-row .section-content {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 4525, scss/partials/_flexible-content.scss */
section.flexible-content-row.floating-quote-row .section-content .floating-quote .text {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 300;
  color: #3A3D49;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  /* line 4525, scss/partials/_flexible-content.scss */
  section.flexible-content-row.floating-quote-row .section-content .floating-quote .text {
    font-size: 1.1em;
  }
}

/* line 4535, scss/partials/_flexible-content.scss */
section.flexible-content-row.floating-quote-row .section-content .floating-quote .author {
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 39.99875em) {
  /* line 4535, scss/partials/_flexible-content.scss */
  section.flexible-content-row.floating-quote-row .section-content .floating-quote .author {
    font-size: 1em;
  }
}

/* line 4551, scss/partials/_flexible-content.scss */
section.flexible-content-row.map-row {
  margin-bottom: 2rem;
}

/* line 4553, scss/partials/_flexible-content.scss */
section.flexible-content-row.map-row .gm-style-iw {
  padding: 10px 30px 20px 30px;
  top: 15px !important;
  left: -20px !important;
  width: 260px !important;
  border-top: 5px solid #30323c;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

/* line 4563, scss/partials/_flexible-content.scss */
section.flexible-content-row.map-row .gm-style-iw h4.name {
  color: #3A3D49;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 1.3rem;
}

/* line 4569, scss/partials/_flexible-content.scss */
section.flexible-content-row.map-row .gm-style-iw .description {
  color: #30323c;
}

/* line 4571, scss/partials/_flexible-content.scss */
section.flexible-content-row.map-row .gm-style-iw .description p:last-of-type {
  margin-bottom: 0;
}

/* line 4580, scss/partials/_flexible-content.scss */
section.flexible-content-row.text-row-conference {
  display: none;
}

/* line 4594, scss/partials/_flexible-content.scss */
section.offset-row + section.offset-row {
  z-index: 10;
}

/* line 4598, scss/partials/_flexible-content.scss */
section.image-and-text-row.offset-row + section.image-and-text-row.offset-row {
  margin-top: -0;
}

/* line 4602, scss/partials/_flexible-content.scss */
section.featured-speakers-row + section.featured-speakers-row {
  margin-top: -2rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4606, scss/partials/_flexible-content.scss */
  .csr-team-pop-up-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* line 4611, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .inner {
  background-color: #ffffff;
  position: relative;
  padding: 25px 40px 50px;
  -webkit-box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.33);
  box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.33);
}

/* line 4618, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .content {
  position: relative;
  z-index: 10;
}

/* line 4622, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .id {
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4622, scss/partials/_flexible-content.scss */
  .csr-team-pop-up-content .id {
    padding-top: 2rem;
  }
}

/* line 4629, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .id .name,
.csr-team-pop-up-content .id .position,
.csr-team-pop-up-content .id .company {
  line-height: 1.1;
  font-weight: 500;
  color: #30323c;
}

/* line 4636, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .id .name {
  color: #3A3D49;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: -.25rem;
  margin-bottom: .25rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4636, scss/partials/_flexible-content.scss */
  .csr-team-pop-up-content .id .name {
    margin-top: 1.1rem;
  }
}

/* line 4646, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .id .position {
  font-size: 1rem;
  margin-bottom: .5rem;
  color: #666666;
}

/* line 4651, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .id .company {
  font-size: 1.1rem;
  color: #666666;
}

/* line 4656, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .image {
  position: relative;
}

/* line 4658, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 39.99875em) {
  /* line 4658, scss/partials/_flexible-content.scss */
  .csr-team-pop-up-content .image img {
    margin-bottom: 2rem;
  }
}

/* line 4665, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .description-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4665, scss/partials/_flexible-content.scss */
  .csr-team-pop-up-content .description-wrapper {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

/* line 4673, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .description-wrapper .description p {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 500;
}

/* line 4679, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .description-wrapper .description p:last-of-type {
  margin-bottom: 1.5rem;
}

/* line 4685, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .description-wrapper .quote p {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #3A3D49;
  margin-bottom: .5em;
  font-weight: 400;
  font-style: italic;
}

/* line 4692, scss/partials/_flexible-content.scss */
.csr-team-pop-up-content .description-wrapper .quote p:last-of-type {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4701, scss/partials/_flexible-content.scss */
  .speakers-pop-up-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* line 4706, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .inner {
  background-color: #ffffff;
  border-radius: 30px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  padding: 50px;
  -webkit-box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.33);
  box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.33);
}

/* line 4713, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .inner .deco {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #696969;
  z-index: 5;
}

/* line 4722, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .inner .deco .top-left {
  display: block;
  position: absolute;
  left: -12px;
  top: 40px;
  width: 22px;
  height: 22px;
}

/* line 4730, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .inner .deco .top-right {
  display: block;
  position: absolute;
  right: 40px;
  top: -11px;
  width: 22px;
  height: 22px;
}

/* line 4738, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .inner .deco .bottom-left {
  display: block;
  position: absolute;
  left: -12px;
  bottom: 40px;
  width: 22px;
  height: 22px;
}

/* line 4746, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .inner .deco .bottom-right {
  display: block;
  position: absolute;
  right: 40px;
  bottom: -11px;
  width: 22px;
  height: 22px;
}

/* line 4756, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .content {
  position: relative;
  z-index: 10;
}

/* line 4760, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .id {
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4760, scss/partials/_flexible-content.scss */
  .speakers-pop-up-content .id {
    padding-top: 2rem;
  }
}

/* line 4767, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .id .name,
.speakers-pop-up-content .id .position,
.speakers-pop-up-content .id .company {
  line-height: 1.1;
  font-weight: 600;
  color: #30323c;
}

/* line 4774, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .id .name {
  color: #e52f25;
  font-size: 1.5rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4774, scss/partials/_flexible-content.scss */
  .speakers-pop-up-content .id .name {
    margin-top: 1.1rem;
  }
}

/* line 4783, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .id .position {
  font-size: .9rem;
  margin-bottom: 1rem;
  font-style: italic;
  color: #666666;
}

/* line 4789, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .id .company {
  font-size: 1.1rem;
  color: #666666;
}

/* line 4794, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .image {
  position: relative;
}

/* line 4796, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 39.99875em) {
  /* line 4796, scss/partials/_flexible-content.scss */
  .speakers-pop-up-content .image img {
    margin-bottom: 2rem;
  }
}

/* line 4810, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .bio {
  padding-left: 3rem;
  padding-right: 2rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4810, scss/partials/_flexible-content.scss */
  .speakers-pop-up-content .bio {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

/* line 4817, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .bio h5 {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* line 4823, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .bio p {
  font-size: .9rem;
  line-height: 1.2;
  margin-top: .5em;
  margin-bottom: .5em;
  font-weight: 600;
}

/* line 4829, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .bio p:last-of-type {
  margin-bottom: 1.5rem;
}

/* line 4833, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .bio .presentations {
  margin: .2rem 0 .5rem 1.2rem;
  padding: 0;
}

/* line 4836, scss/partials/_flexible-content.scss */
.speakers-pop-up-content .bio .presentations li {
  margin: 0;
  padding: 0;
  font-size: .9rem;
  line-height: 1.2;
  font-weight: 600;
}

/* line 4847, scss/partials/_flexible-content.scss */
.page-template-template-conference-page .mfp-bg {
  background: transparent;
}

/* line 4850, scss/partials/_flexible-content.scss */
.page-template-template-conference-page button.mfp-close, button.mfp-arrow {
  top: -20px;
}

@media screen and (max-width: 39.99875em) {
  /* line 4850, scss/partials/_flexible-content.scss */
  .page-template-template-conference-page button.mfp-close, button.mfp-arrow {
    right: -10px;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 4858, scss/partials/_flexible-content.scss */
  .event-pop-up-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* line 4863, scss/partials/_flexible-content.scss */
.event-pop-up-content .inner {
  background-color: #ffffff;
  border-radius: 30px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  padding: 50px;
  -webkit-box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.33);
  box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.33);
}

/* line 4870, scss/partials/_flexible-content.scss */
.event-pop-up-content .inner .deco {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #696969;
  z-index: 5;
}

/* line 4879, scss/partials/_flexible-content.scss */
.event-pop-up-content .inner .deco .top-left {
  display: block;
  position: absolute;
  left: -12px;
  top: 40px;
  width: 22px;
  height: 22px;
}

/* line 4887, scss/partials/_flexible-content.scss */
.event-pop-up-content .inner .deco .top-right {
  display: block;
  position: absolute;
  right: 40px;
  top: -11px;
  width: 22px;
  height: 22px;
}

/* line 4895, scss/partials/_flexible-content.scss */
.event-pop-up-content .inner .deco .bottom-left {
  display: block;
  position: absolute;
  left: -12px;
  bottom: 40px;
  width: 22px;
  height: 22px;
}

/* line 4903, scss/partials/_flexible-content.scss */
.event-pop-up-content .inner .deco .bottom-right {
  display: block;
  position: absolute;
  right: 40px;
  bottom: -11px;
  width: 22px;
  height: 22px;
}

/* line 4913, scss/partials/_flexible-content.scss */
.event-pop-up-content .content {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 39.99875em) {
  /* line 4913, scss/partials/_flexible-content.scss */
  .event-pop-up-content .content {
    padding-top: 2rem;
  }
}

/* line 4920, scss/partials/_flexible-content.scss */
.event-pop-up-content .id {
  position: relative;
  padding: 1rem 2rem 0 2rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 4920, scss/partials/_flexible-content.scss */
  .event-pop-up-content .id {
    padding-top: 2rem;
  }
}

/* line 4926, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-name {
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.2;
  margin-bottom: 3rem;
  color: #e52f25;
  max-width: 430px;
}

/* line 4934, scss/partials/_flexible-content.scss */
.event-pop-up-content .id h5 {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* line 4940, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .border-left {
  background-color: #ffffff;
  border-left: 10px solid #EC2E26;
}

/* line 4944, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .padded {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

/* line 4951, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-speakers {
  margin-bottom: 1rem;
}

/* line 4953, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-speakers .event-speaker {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: .5em;
  margin-bottom: .5em;
  color: #e52f25;
}

/* line 4962, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-description {
  margin-bottom: 1rem;
}

/* line 4964, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-description p {
  font-size: .9rem;
  line-height: 1.2;
  margin-top: .5em;
  margin-bottom: .5em;
  font-weight: 600;
}

/* line 4974, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-description ul {
  margin: .5rem 0 .5rem 0;
  padding: 0 0 0 1rem;
}

/* line 4977, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-description ul li {
  margin: 0;
  padding: 0;
  font-size: .9rem;
  line-height: 1.2;
  font-weight: 600;
}

/* line 4983, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-description ul li.red {
  color: #e52f25 !important;
}

/* line 4985, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-description ul li.red ul li {
  color: #e52f25 !important;
}

/* line 4989, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-description ul li ul {
  margin-top: 0;
}

/* line 4998, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-time {
  margin-bottom: 1rem;
}

/* line 5000, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-time p {
  font-size: .9rem;
  line-height: 1.2;
  margin-top: .5em;
  margin-bottom: .5em;
  color: #e52f25;
  font-weight: 600;
}

/* line 5010, scss/partials/_flexible-content.scss */
.event-pop-up-content .id .event-location p {
  font-size: .9rem;
  line-height: 1.2;
  margin-top: .5em;
  margin-bottom: .5em;
  font-weight: 600;
}

/* line 5023, scss/partials/_flexible-content.scss */
.integrations-pop-up-content .inner,
.partners-pop-up-content .inner {
  position: relative;
  background-color: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #ffffff;
  border-left: 8px solid #EC2E26;
}

/* line 5032, scss/partials/_flexible-content.scss */
.integrations-pop-up-content .inner .logo-wrapper,
.partners-pop-up-content .inner .logo-wrapper {
  padding: 0;
}

/* line 5034, scss/partials/_flexible-content.scss */
.integrations-pop-up-content .inner .logo-wrapper .logo,
.partners-pop-up-content .inner .logo-wrapper .logo {
  width: 100%;
  background-color: #e9e9e9;
  margin-bottom: 1.5rem;
}

/* line 5040, scss/partials/_flexible-content.scss */
.integrations-pop-up-content .inner .content-wrapper,
.partners-pop-up-content .inner .content-wrapper {
  padding-right: 3rem;
}

/* line 5042, scss/partials/_flexible-content.scss */
.integrations-pop-up-content .inner .content-wrapper .category,
.partners-pop-up-content .inner .content-wrapper .category {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 500;
  margin: 3.5rem 0 .5rem 0;
  color: #3A3D49;
}

@media screen and (max-width: 39.99875em) {
  /* line 5042, scss/partials/_flexible-content.scss */
  .integrations-pop-up-content .inner .content-wrapper .category,
  .partners-pop-up-content .inner .content-wrapper .category {
    margin-top: 0;
  }
}

/* line 5052, scss/partials/_flexible-content.scss */
.integrations-pop-up-content .inner .content-wrapper .category-extended,
.partners-pop-up-content .inner .content-wrapper .category-extended {
  font-size: 1.3rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: .5rem;
  color: #3A3D49;
}

/* line 5059, scss/partials/_flexible-content.scss */
.integrations-pop-up-content .inner .content-wrapper .content,
.partners-pop-up-content .inner .content-wrapper .content {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #666666;
}

/* line 5065, scss/partials/_flexible-content.scss */
.integrations-pop-up-content .inner .content-wrapper .content h4,
.partners-pop-up-content .inner .content-wrapper .content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #3A3D49;
  margin: 1.5rem 0 1rem 0;
}

/* line 5072, scss/partials/_flexible-content.scss */
.integrations-pop-up-content .inner .content-wrapper .btn,
.partners-pop-up-content .inner .content-wrapper .btn {
  margin-top: 1.5rem;
}

/* line 5082, scss/partials/_flexible-content.scss */
hr.horizontal-ruler-row {
  border: none;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 2px;
  width: 90%;
  max-width: 88rem;
}

@media screen and (min-width: 75em) {
  /* line 5082, scss/partials/_flexible-content.scss */
  hr.horizontal-ruler-row {
    width: 100%;
  }
}

/* line 5093, scss/partials/_flexible-content.scss */
hr.horizontal-ruler-row.yellow {
  background-color: #EC2E26;
}

/* line 5097, scss/partials/_flexible-content.scss */
hr.horizontal-ruler-row.tuna {
  background-color: #30323c;
}

/* line 5100, scss/partials/_flexible-content.scss */
hr.horizontal-ruler-row.blue {
  background-color: #3A3D49;
}

/* line 5103, scss/partials/_flexible-content.scss */
hr.horizontal-ruler-row.mercury {
  background-color: #e9e9e9;
}

/* line 5117, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row h2.title,
.page-template-template-conference-page section.flexible-content-row h2.title {
  font-weight: 600;
  color: #e52f25;
}

@media screen and (max-width: 39.99875em) {
  /* line 5117, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row h2.title,
  .page-template-template-conference-page section.flexible-content-row h2.title {
    font-size: 1.75em;
  }
}

/* line 5123, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row h2.title::after,
.page-template-template-conference-page section.flexible-content-row h2.title::after {
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  bottom: 8px;
  background-color: #EC2E26;
}

/* line 5134, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row h3,
.page-template-template-conference-home section.flexible-content-row h4,
.page-template-template-conference-home section.flexible-content-row h5,
.page-template-template-conference-home section.flexible-content-row h6,
.page-template-template-conference-page section.flexible-content-row h3,
.page-template-template-conference-page section.flexible-content-row h4,
.page-template-template-conference-page section.flexible-content-row h5,
.page-template-template-conference-page section.flexible-content-row h6 {
  color: #e52f25;
}

/* line 5140, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row h3,
.page-template-template-conference-page section.flexible-content-row h3 {
  font-size: 1.35em;
}

/* line 5144, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row .text p,
.page-template-template-conference-page section.flexible-content-row .text p {
  color: #30323c;
}

/* line 5146, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row .text p:last-of-type,
.page-template-template-conference-page section.flexible-content-row .text p:last-of-type {
  margin-bottom: 0;
}

/* line 5149, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row .text p + h3,
.page-template-template-conference-home section.flexible-content-row .text p + h4,
.page-template-template-conference-home section.flexible-content-row .text p + h5,
.page-template-template-conference-home section.flexible-content-row .text p + h6,
.page-template-template-conference-page section.flexible-content-row .text p + h3,
.page-template-template-conference-page section.flexible-content-row .text p + h4,
.page-template-template-conference-page section.flexible-content-row .text p + h5,
.page-template-template-conference-page section.flexible-content-row .text p + h6 {
  margin-top: 1.5rem;
}

/* line 5157, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row .text a:link, .page-template-template-conference-home section.flexible-content-row .text a:visited,
.page-template-template-conference-page section.flexible-content-row .text a:link,
.page-template-template-conference-page section.flexible-content-row .text a:visited {
  color: #e52f25;
}

/* line 5161, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row .text a:hover, .page-template-template-conference-home section.flexible-content-row .text a:active,
.page-template-template-conference-page section.flexible-content-row .text a:hover,
.page-template-template-conference-page section.flexible-content-row .text a:active {
  color: #b7160d;
}

/* line 5174, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cta-row .section-content .text-container .text p, .page-template-template-conference-home section.flexible-content-row.cta-bio-row .section-content .text-container .text p,
.page-template-template-conference-page section.flexible-content-row.cta-row .section-content .text-container .text p,
.page-template-template-conference-page section.flexible-content-row.cta-bio-row .section-content .text-container .text p {
  color: #30323c;
}

/* line 5181, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cta-row .section-content .bio-container .image img, .page-template-template-conference-home section.flexible-content-row.cta-bio-row .section-content .bio-container .image img,
.page-template-template-conference-page section.flexible-content-row.cta-row .section-content .bio-container .image img,
.page-template-template-conference-page section.flexible-content-row.cta-bio-row .section-content .bio-container .image img {
  border-left: 10px solid #e52f25;
}

/* line 5186, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cta-row .section-content .bio-container .id .name,
.page-template-template-conference-home section.flexible-content-row.cta-row .section-content .bio-container .id .position, .page-template-template-conference-home section.flexible-content-row.cta-bio-row .section-content .bio-container .id .name,
.page-template-template-conference-home section.flexible-content-row.cta-bio-row .section-content .bio-container .id .position,
.page-template-template-conference-page section.flexible-content-row.cta-row .section-content .bio-container .id .name,
.page-template-template-conference-page section.flexible-content-row.cta-row .section-content .bio-container .id .position,
.page-template-template-conference-page section.flexible-content-row.cta-bio-row .section-content .bio-container .id .name,
.page-template-template-conference-page section.flexible-content-row.cta-bio-row .section-content .bio-container .id .position {
  color: #30323c;
}

/* line 5192, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cta-row .section-content .bio-container .id .position, .page-template-template-conference-home section.flexible-content-row.cta-bio-row .section-content .bio-container .id .position,
.page-template-template-conference-page section.flexible-content-row.cta-row .section-content .bio-container .id .position,
.page-template-template-conference-page section.flexible-content-row.cta-bio-row .section-content .bio-container .id .position {
  font-style: normal;
}

/* line 5198, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cta-row.last-row, .page-template-template-conference-home section.flexible-content-row.cta-bio-row.last-row,
.page-template-template-conference-page section.flexible-content-row.cta-row.last-row,
.page-template-template-conference-page section.flexible-content-row.cta-bio-row.last-row {
  background-color: #f2f2f2;
}

/* line 5200, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cta-row.last-row .section-content, .page-template-template-conference-home section.flexible-content-row.cta-bio-row.last-row .section-content,
.page-template-template-conference-page section.flexible-content-row.cta-row.last-row .section-content,
.page-template-template-conference-page section.flexible-content-row.cta-bio-row.last-row .section-content {
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-image: url(./../images/C21_SpiralDottedPattern_White_HD.jpg);
}

/* line 5206, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cta-row.last-row .section-tilt, .page-template-template-conference-home section.flexible-content-row.cta-bio-row.last-row .section-tilt,
.page-template-template-conference-page section.flexible-content-row.cta-row.last-row .section-tilt,
.page-template-template-conference-page section.flexible-content-row.cta-bio-row.last-row .section-tilt {
  background-color: #30323c;
}

/* line 5215, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cta-row.last-row .section-tilt,
.page-template-template-conference-page section.flexible-content-row.cta-row.last-row .section-tilt {
  background-color: #ffffff;
}

/* line 5222, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference,
.page-template-template-conference-page section.flexible-content-row.text-row-conference {
  display: block;
}

/* line 5224, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-size: cover;
  background-position: center center;
}

/* line 5229, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .heading,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .heading {
  text-align: center;
}

/* line 5231, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .heading .decoration,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .heading .decoration {
  margin-bottom: 1rem;
  text-align: center;
}

/* line 5234, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .heading .decoration img,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .heading .decoration img {
  width: 100px;
}

/* line 5239, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .heading .title.text-color-white,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .heading .title.text-color-white {
  color: #ffffff;
}

/* line 5242, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .heading .title.text-color-red,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .heading .title.text-color-red {
  color: #e52f25;
}

/* line 5247, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .text,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .text {
  line-height: 1.3;
}

/* line 5250, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .text p,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .text p {
  line-height: 1.3;
}

/* line 5254, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .text ul,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .text ul {
  margin-bottom: 1.5rem;
}

/* line 5255, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .text ul li,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .text ul li {
  color: #30323c;
  line-height: 1.3;
}

/* line 5262, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .text .text-color-white,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .text .text-color-white {
  color: #ffffff;
}

/* line 5264, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .text .text-color-white p,
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .text .text-color-white ul li,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .text .text-color-white p,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .text .text-color-white ul li {
  color: #ffffff;
}

/* line 5269, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .text .btn,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .text .btn {
  color: #ffffff !important;
  font-weight: 600;
}

/* line 5276, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .discount,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .discount {
  text-align: center;
}

/* line 5278, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .discount hr,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .discount hr {
  max-width: 900px;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 50px;
  border-top: 2px solid #e52f25;
}

/* line 5285, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .discount table,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .discount table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 90px;
  border-collapse: collapse;
}

/* line 5293, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .discount table tr:first-of-type,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .discount table tr:first-of-type {
  border: none;
}

/* line 5296, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .discount table tr td,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .discount table tr td {
  border: none;
  border-top: 1px solid #e9e9e9;
  width: 50%;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.2rem;
  text-align: center;
}

/* line 5304, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .discount table tr td span,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .discount table tr td span {
  font-size: .6rem;
}

/* line 5310, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-row-conference .section-container .discount table tr td.red,
.page-template-template-conference-page section.flexible-content-row.text-row-conference .section-container .discount table tr td.red {
  color: #e52f25;
}

/* line 5322, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference {
  display: block;
}

/* line 5324, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-size: cover;
  background-position: center center;
}

/* line 5329, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .heading,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .heading {
  text-align: center;
}

/* line 5331, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .heading .decoration,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .heading .decoration {
  margin-bottom: 1rem;
  text-align: center;
}

/* line 5334, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .heading .decoration img,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .heading .decoration img {
  width: 100px;
}

/* line 5339, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .heading .title.text-color-white,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .heading .title.text-color-white {
  color: #ffffff;
}

/* line 5342, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .heading .title.text-color-red,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .heading .title.text-color-red {
  color: #e52f25;
}

/* line 5347, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .text,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .text {
  line-height: 1.3;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* line 5352, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .text p,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .text p {
  line-height: 1.3;
  margin: 0;
}

/* line 5357, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .text ul,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .text ul {
  margin-bottom: 1.5rem;
}

/* line 5358, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .text ul li,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .text ul li {
  color: #30323c;
  line-height: 1.3;
}

/* line 5365, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .text .text-color-white,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .text .text-color-white {
  color: #ffffff;
}

/* line 5367, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .text .text-color-white p,
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .text .text-color-white ul li,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .text .text-color-white p,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .text .text-color-white ul li {
  color: #ffffff;
}

/* line 5373, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-cards,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-cards {
  text-align: center;
}

/* line 5376, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card {
  position: relative;
  display: inline-block;
  width: 380px;
  height: 532px;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 1rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 5376, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card,
  .page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card {
    width: 279px;
    height: 390px;
  }
}

/* line 5395, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .recto,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .recto {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #30323c;
  -webkit-transform: perspective(1000px) rotateY(0deg);
          transform: perspective(1000px) rotateY(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

/* line 5406, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card:hover .recto,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card:hover .recto {
  -webkit-transform: perspective(1000px) rotateY(180deg);
          transform: perspective(1000px) rotateY(180deg);
  cursor: pointer;
}

/* line 5410, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(1000px) rotateY(-180deg);
          transform: perspective(1000px) rotateY(-180deg);
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 2.75rem;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #30323c;
  text-align: left;
  background-image: url(./../images/C21_Card_Blank1.gif);
  background-size: contain;
  background-position: center center;
}

@media screen and (max-width: 39.99875em) {
  /* line 5410, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso,
  .page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso {
    font-size: 1.1rem;
    padding: 2rem;
  }
}

/* line 5437, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso p,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso p {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #30323c;
  margin: 0;
}

@media screen and (max-width: 39.99875em) {
  /* line 5437, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso p,
  .page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso p {
    font-size: 1.1rem;
  }
}

/* line 5448, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso p:last-of-type,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso p:last-of-type {
  margin-bottom: 0;
}

/* line 5452, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso ul,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso ul {
  margin-bottom: 1.5rem;
}

/* line 5453, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso ul li,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso ul li {
  font-size: 1.1rem;
  line-height: 1.2;
  color: #30323c;
}

/* line 5460, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-title,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-title {
  color: #e52f25;
  text-transform: none;
  display: block;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.1;
  padding-bottom: 3rem;
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  /* line 5460, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-title,
  .page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-title {
    font-size: 1.25rem;
    padding-bottom: 1.5rem;
  }
}

/* line 5476, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-title::after,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  right: 2rem;
  height: 2px;
  background-color: #e52f25;
  margin: 0 auto;
}

@media screen and (max-width: 39.99875em) {
  /* line 5476, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-title::after,
  .page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-title::after {
    bottom: .75rem;
  }
}

/* line 5491, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-cta-wrapper,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-cta-wrapper {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 5rem;
  right: 5rem;
  height: 5.5rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 5491, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-cta-wrapper,
  .page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-cta-wrapper {
    left: 2rem;
    right: 2rem;
    height: 4.5rem;
  }
}

/* line 5509, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-cta-wrapper .playing-card-cta,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-cta-wrapper .playing-card-cta {
  display: block;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  background-color: #30323c;
  padding: .75rem 1.5rem .65rem 1.5rem;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 5521, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-cta-wrapper .playing-card-cta:hover,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-cta-wrapper .playing-card-cta:hover {
  background-color: #e52f25;
  text-decoration: none;
}

@media screen and (max-width: 39.99875em) {
  /* line 5509, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-cta-wrapper .playing-card-cta,
  .page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-cta-wrapper .playing-card-cta {
    font-size: 1.1rem;
  }
}

/* line 5532, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-title .pricing,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .playing-card-title .pricing {
  font-size: 1.25rem;
  line-height: 1.1;
}

/* line 5537, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing p,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing p {
  font-size: .9rem;
}

/* line 5540, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing ul,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing ul {
  margin: 0;
  padding-left: 25px;
}

/* line 5543, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing ul li,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing ul li {
  margin: 0;
  font-size: .9rem;
}

/* line 5548, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  border-collapse: collapse;
}

/* line 5554, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table tr:first-of-type,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table tr:first-of-type {
  border: none;
}

/* line 5557, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table tr td,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table tr td {
  border: none;
  border-top: 1px solid #e9e9e9;
  width: 50%;
  margin: 0;
  padding: 5px 10px;
  font-size: .9rem;
}

/* line 5564, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table tr td span,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table tr td span {
  font-size: .6rem;
}

/* line 5567, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table tr td:nth-of-type(2),
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table tr td:nth-of-type(2) {
  text-align: right;
}

/* line 5570, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table tr td.red,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card .verso .pricing table tr td.red {
  color: #e52f25;
}

/* line 5580, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card:hover .verso,
.page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card:hover .verso {
  -webkit-transform: perspective(1000px) rotateY(0);
          transform: perspective(1000px) rotateY(0);
  cursor: pointer;
}

@media screen and (max-width: 39.99875em) {
  /* line 5583, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row.cards-row-conference .section-container .playing-card:hover .verso .pricing,
  .page-template-template-conference-page section.flexible-content-row.cards-row-conference .section-container .playing-card:hover .verso .pricing {
    height: 200px;
    overflow: scroll;
  }
}

/* line 5594, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference {
  display: block;
}

/* line 5596, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container {
  background-color: #30323c;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 39.99875em) {
  /* line 5596, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container,
  .page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container,
  .page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 5604, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content,
  .page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content,
  .page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content {
    padding: 3rem 0rem;
  }
}

/* line 5609, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner {
  padding: 3rem 5rem;
  background-color: #ffffff;
}

@media screen and (max-width: 39.99875em) {
  /* line 5609, scss/partials/_flexible-content.scss */
  .page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner,
  .page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner,
  .page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner {
    padding: 2.5rem 1.625rem;
  }
}

/* line 5617, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading {
  text-align: left;
}

/* line 5620, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .title.text-color-white,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .title.text-color-white,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .title.text-color-white {
  color: #ffffff;
}

/* line 5623, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .title.text-color-red,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .title.text-color-red,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .title.text-color-red {
  color: #e52f25;
}

/* line 5627, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .supratitle,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .supratitle,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .supratitle {
  font-size: 1.25rem;
  color: #e52f25;
}

/* line 5631, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .subtitle,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .subtitle,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .heading .subtitle {
  color: #30323c;
  margin-bottom: 1.5rem;
}

/* line 5636, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text {
  line-height: 1.3;
}

/* line 5639, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text p,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text p,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text p {
  line-height: 1.3;
}

/* line 5643, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text ul,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text ul,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text ul {
  margin-bottom: 1.5rem;
}

/* line 5644, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text ul li,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text ul li,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text ul li {
  color: #30323c;
  line-height: 1.3;
}

/* line 5651, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text .text-color-white,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text .text-color-white,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text .text-color-white {
  color: #ffffff;
}

/* line 5653, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text .text-color-white p,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text .text-color-white p,
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text .text-color-white ul li,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text .text-color-white ul li,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text .text-color-white p,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .text .text-color-white ul li {
  color: #ffffff;
}

/* line 5659, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .cta,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .cta,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .cta {
  padding-top: 1.5rem;
}

/* line 5661, scss/partials/_flexible-content.scss */
.page-template-template-conference-home section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .cta .btn,
.page-template-template-conference-page-2022 section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .cta .btn,
.page-template-template-conference-page section.flexible-content-row.text-box-row-conference .section-container .section-content-inner .cta .btn {
  color: #ffffff !important;
  font-weight: 600;
}

/* line 5677, scss/partials/_flexible-content.scss */
.page-template-template-conference-page section.flexible-content-row.cta-bio-row.last-row .section-tilt {
  background-color: #ffffff;
}

/* ==========================================================================
   Front Page Banner
   ========================================================================== */
/* line 6, scss/partials/_front-page-banner.scss */
#front-page-banner {
  display: block;
  position: relative;
  width: 100%;
  background-color: #e9e9e9;
}

/* line 12, scss/partials/_front-page-banner.scss */
#front-page-banner .slides {
  overflow: hidden;
  min-width: 100%;
  width: 0;
}

/* line 16, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% center;
}

@media screen and (min-width: 64em) {
  /* line 16, scss/partials/_front-page-banner.scss */
  #front-page-banner .slides .slide {
    background-position: center 20%;
  }
}

/* line 23, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .centerer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 30, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

/* line 40, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: rgba(254, 254, 254, 0.95);
  text-align: left;
  color: #30323c;
  padding: 40px 30px 30px 30px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, .87);
}
body:not(.home) #front-page-banner .slides .slide .slide-content-wrapper .slide-content {
  padding: 1.5em;
}
body:not(.home) #front-page-banner .slides .slide .slide-content-wrapper .slide-content .title h1 {
  display: block;
  color: #3A3D49;
  font-size: 2em;
  line-height: 100%;
  font-weight: 600;
}

@media screen and (min-width: 64em) {
  /* line 40, scss/partials/_front-page-banner.scss */
  #front-page-banner .slides .slide .slide-content-wrapper .slide-content {
    padding: 2.5rem 5rem 2rem 3rem;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

/* line 61, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper .slide-content .title h1 {
  color: #30323c;
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 61, scss/partials/_front-page-banner.scss */
  #front-page-banner .slides .slide .slide-content-wrapper .slide-content .title h1 {
    font-size: 2rem;
  }
}

/* line 72, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper .slide-content .subtitle {
  color: #30323c;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

/* line 81, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper .slide-content .intro,
#front-page-banner .slides .slide .slide-content-wrapper .slide-content .intro p {
  color: #30323c;
  font-size: 1.1rem;
  line-height: 1.2;
}

/* line 87, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper .slide-content .cta {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 1.25rem;
}

/* line 95, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 99, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn-primary {
  padding: .6em 1em .5em 1em;
}

/* line 102, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn-secondary {
  padding: .6em 1em .5em 1em;
  /*background-color: #30323c;*/
  background-color: #EC2E26;
  color: #30323c;
}

@media screen and (max-width: 39.99875em) {
  /* line 102, scss/partials/_front-page-banner.scss */
  #front-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn-secondary {
    margin-top: 1rem;
  }
}

/* line 108, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn-secondary:after {
  background-color: #525567;
}

/* line 112, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn-text {
  color: #3A3D49;
  line-height: 3.1rem;
}

/* line 115, scss/partials/_front-page-banner.scss */
#front-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn-text:hover {
  color: #EC2E26;
}

/* line 127, scss/partials/_front-page-banner.scss */
#front-page-banner .slides-navigation-arrows {
  display: block;
  position: absolute;
  width: 100%;
}

/* line 132, scss/partials/_front-page-banner.scss */
#front-page-banner .slides-navigation-arrows button.slick-prev, #front-page-banner .slides-navigation-arrows button.slick-next {
  font-size: 0;
  position: absolute;
  color: #EC2E26;
  border: 0;
  background: none;
  background-color: #30323c;
  z-index: 1;
  display: inline-block;
  outline: none;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 147, scss/partials/_front-page-banner.scss */
#front-page-banner .slides-navigation-arrows button.slick-prev:after, #front-page-banner .slides-navigation-arrows button.slick-next:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 158, scss/partials/_front-page-banner.scss */
#front-page-banner .slides-navigation-arrows button.slick-prev {
  padding: 10px 16px 10px 14px;
  left: -50px;
}

@media screen and (min-width: 64em) {
  /* line 158, scss/partials/_front-page-banner.scss */
  #front-page-banner .slides-navigation-arrows button.slick-prev {
    left: -70px;
  }
}

/* line 164, scss/partials/_front-page-banner.scss */
#front-page-banner .slides-navigation-arrows button.slick-prev:after {
  content: '\f053';
}

/* line 168, scss/partials/_front-page-banner.scss */
#front-page-banner .slides-navigation-arrows button.slick-next {
  padding: 10px 14px 10px 16px;
  right: 10px;
}

@media screen and (min-width: 64em) {
  /* line 168, scss/partials/_front-page-banner.scss */
  #front-page-banner .slides-navigation-arrows button.slick-next {
    right: 25px;
  }
}

/* line 174, scss/partials/_front-page-banner.scss */
#front-page-banner .slides-navigation-arrows button.slick-next:after {
  content: '\f054';
}

/* line 178, scss/partials/_front-page-banner.scss */
#front-page-banner .slides-navigation-arrows button.slick-prev:hover:after, #front-page-banner .slides-navigation-arrows button.slick-next:hover:after {
  color: #EC2E26;
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/* line 213, scss/partials/_front-page-banner.scss */
.scroll-down,
.scroll-down-conference {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  font-size: 2em;
  color: #ffffff;
  padding: .4em;
  z-index: 2;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 63.99875em) {
  /* line 213, scss/partials/_front-page-banner.scss */
  .scroll-down,
  .scroll-down-conference {
    display: none;
  }
}

/* line 231, scss/partials/_front-page-banner.scss */
.scroll-down span,
.scroll-down-conference span {
  display: none;
}

/* line 234, scss/partials/_front-page-banner.scss */
.scroll-down:hover,
.scroll-down-conference:hover {
  color: #EC2E26;
}

/* ==========================================================================
   Conference Page Banner
   ========================================================================== */
/* line 6, scss/partials/_conference-page-banner.scss */
#conference-page-banner {
  display: block;
  position: relative;
  width: 100%;
  background-color: #e9e9e9;
  margin-top: -2px;
}

/* line 13, scss/partials/_conference-page-banner.scss */
#conference-page-banner #image-bg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 40em) {
  /* line 13, scss/partials/_conference-page-banner.scss */
  #conference-page-banner #image-bg {
    z-index: -1;
  }
}

/* line 27, scss/partials/_conference-page-banner.scss */
#conference-page-banner #video-bg {
  position: absolute;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* % of current element */
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
}

@media screen and (max-width: 39.99875em) {
  /* line 27, scss/partials/_conference-page-banner.scss */
  #conference-page-banner #video-bg {
    display: none;
  }
}

/* line 43, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides {
  overflow: hidden;
  min-width: 100%;
  width: 0;
}

/* line 48, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5.5rem;
  padding-bottom: 7.3rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 48, scss/partials/_conference-page-banner.scss */
  #conference-page-banner .slides .slide {
    padding-top: 4.5rem;
    padding-bottom: 4.3rem;
  }
}

/* line 58, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .centerer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 63, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 63.99875em) {
  /* line 63, scss/partials/_conference-page-banner.scss */
  #conference-page-banner .slides .slide .slide-content-wrapper {
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }
}

/* line 72, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: rgba(48, 50, 60, 0.95);
  text-align: left;
  color: #ffffff;
  padding: 40px 30px 30px 30px;
}

@media screen and (min-width: 64em) {
  /* line 72, scss/partials/_conference-page-banner.scss */
  #conference-page-banner .slides .slide .slide-content-wrapper .slide-content {
    padding: 2.5rem 5rem 2rem 3rem;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

/* line 90, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content:before {
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  top: 0;
  bottom: 0;
  background-color: #e52f25;
}

/* line 99, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .supraheading {
  display: block;
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

/* line 105, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .title {
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: 600;
  color: #e52f25;
}

@media screen and (min-width: 40em) {
  /* line 105, scss/partials/_conference-page-banner.scss */
  #conference-page-banner .slides .slide .slide-content-wrapper .slide-content .title {
    font-size: 3rem;
  }
}

/* line 115, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .title span {
  display: block;
}

/* line 120, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .subheading {
  display: block;
  font-size: 1.6rem;
  line-height: 1.1;
  margin-top: 1rem;
  font-weight: 600;
}

/* line 127, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .intro {
  display: block;
  margin-top: 1rem;
}

/* line 130, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .intro p {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 138, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .cta {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 144, scss/partials/_conference-page-banner.scss */
  #conference-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn + .btn {
    margin-top: 1.5rem;
  }
}

/* line 148, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn {
  font-weight: 600;
}

/* line 150, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn.btn-primary {
  background-color: #e52f25;
  color: #ffffff;
  font-weight: 600;
}

/* line 155, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn.btn-primary:hover::after {
  background-color: #b7160d;
}

/* line 160, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn.btn-secondary {
  background-color: #30323c;
  color: #ffffff;
  font-weight: 600;
}

/* line 165, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn.btn-secondary:hover::after {
  background-color: #525567;
}

/* line 170, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn.btn-text {
  color: #e52f25;
  text-decoration: none;
  font-size: 1.75rem;
  line-height: 1;
}

/* line 178, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides .slide .slide-content-wrapper .slide-content .cta .btn.btn-text:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* line 192, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides-navigation-dots {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  margin-top: -6rem;
  padding-bottom: 5rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 192, scss/partials/_conference-page-banner.scss */
  #conference-page-banner .slides-navigation-dots {
    display: none;
  }
}

/* line 215, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides-navigation-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 220, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides-navigation-dots ul li {
  display: inline-block;
  margin: 0 .3rem;
  float: left;
}

/* line 225, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides-navigation-dots ul button {
  cursor: pointer;
  outline: none;
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ffffff;
  text-indent: -9999px;
}

/* line 237, scss/partials/_conference-page-banner.scss */
#conference-page-banner .slides-navigation-dots ul li.slick-active button {
  background-color: #e52f25;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
/* line 5, scss/partials/_pagination.scss */
.pagination {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 10, scss/partials/_pagination.scss */
  .pagination .columns {
    text-align: center;
  }
}

/* line 15, scss/partials/_pagination.scss */
.pagination .page-numbers {
  padding: 12px 18px 10px 18px;
  margin-right: 5px;
  margin-bottom: 10px;
  min-width: 55px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 39.99875em) {
  /* line 15, scss/partials/_pagination.scss */
  .pagination .page-numbers {
    display: none;
  }
}

/* line 25, scss/partials/_pagination.scss */
.pagination .page-numbers:link, .pagination .page-numbers:visited {
  color: #666666;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
}

/* line 31, scss/partials/_pagination.scss */
.pagination .page-numbers:hover, .pagination .page-numbers:active {
  color: #30323c;
  background-color: #e9e9e9;
  text-decoration: none;
}

/* line 37, scss/partials/_pagination.scss */
.pagination .page-numbers.current {
  display: inline-block;
  color: #30323c;
  background-color: #EC2E26;
}

/* line 42, scss/partials/_pagination.scss */
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
  font-size: 0;
  padding: 10px 20px 10px 20px;
  top: 2px;
  color: #30323c;
  background-color: #EC2E26;
}

@media screen and (max-width: 39.99875em) {
  /* line 42, scss/partials/_pagination.scss */
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    display: inline-block;
  }
}

/* line 53, scss/partials/_pagination.scss */
.pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  color: #30323c;
  display: inline-block;
  background-color: #EC2E26;
}

/* line 62, scss/partials/_pagination.scss */
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background-color: #EC2E26;
}

/* line 66, scss/partials/_pagination.scss */
.pagination .page-numbers.prev:before {
  content: '\f104';
}

/* line 69, scss/partials/_pagination.scss */
.pagination .page-numbers.next:before {
  content: '\f105';
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
/* line 6, scss/partials/_breadcrumbs.scss */
.breadcrumbs-wrapper .breadcrumbs {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: .8em;
  line-height: 1.2;
  font-weight: 500;
  color: #0a0a0a;
}

/* line 13, scss/partials/_breadcrumbs.scss */
.breadcrumbs-wrapper .breadcrumbs a {
  color: #3A3D49;
}

/* line 15, scss/partials/_breadcrumbs.scss */
.breadcrumbs-wrapper .breadcrumbs a:hover {
  color: #EC2E26;
  text-decoration: underline;
}

/* line 20, scss/partials/_breadcrumbs.scss */
.breadcrumbs-wrapper .breadcrumbs br {
  display: none;
}

/* ==========================================================================
   Module Title: Entry Header + Page Header
   ========================================================================== */
/* line 5, scss/partials/_title.scss */
.page-header {
  display: block;
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 4.3rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #3b3d49;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

/* line 22, scss/partials/_title.scss */
.page-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* line 40, scss/partials/_title.scss */
.page-header .container {
  display: block;
  position: relative;
  z-index: 2;
}

/* line 44, scss/partials/_title.scss */
.page-header .container .inner {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1.5rem;
}

/* line 47, scss/partials/_title.scss */
.page-header .container .inner h1.entry-title,
.page-header .container .inner h1.page-title {
  display: block;
  color: #3A3D49;
  font-size: 2em;
  line-height: 100%;
  font-weight: 600;
}

/* line 55, scss/partials/_title.scss */
.page-header .container .inner .subtitle {
  color: #30323c;
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 10px;
  font-weight: 400;
}

/* line 63, scss/partials/_title.scss */
.page-header .container .inner a:link, .page-header .container .inner a:visited {
  color: #30323c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 68, scss/partials/_title.scss */
.page-header .container .inner a:hover, .page-header .container .inner a:active {
  color: #525567;
  text-decoration: none;
}

/* line 74, scss/partials/_title.scss */
.page-header .container .inner a.button {
  font-size: 1.2em;
  line-height: 1.4em;
  padding: .8em 3em;
}

/* line 78, scss/partials/_title.scss */
.page-header .container .inner a.button:link, .page-header .container .inner a.button:visited, .page-header .container .inner a.button:hover, .page-header .container .inner a.button:active {
  color: #ee2d24;
}

/* line 93, scss/partials/_title.scss */
.single .page-header {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 4.3rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 93, scss/partials/_title.scss */
  .single .page-header {
    padding-top: 4.3rem;
  }
}

@media print {
  /* line 93, scss/partials/_title.scss */
  .single .page-header {
    display: block;
    clear: both;
    position: relative;
    float: none;
  }
}

/* line 106, scss/partials/_title.scss */
.single .page-header.default-image {
  padding-top: 4.5rem;
}

/* line 109, scss/partials/_title.scss */
.single .page-header .grayscale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

@media screen and (max-width: 39.99875em) {
  /* line 109, scss/partials/_title.scss */
  .single .page-header .grayscale {
    background-position: 70% !important;
  }
}

/* line 127, scss/partials/_title.scss */
.single .page-header .container h1.entry-title {
  margin-bottom: 10px;
}

/* line 130, scss/partials/_title.scss */
.single .page-header .container .date {
  display: block;
  color: #30323c;
  font-size: .9em;
  line-height: 1.2;
}

/* line 136, scss/partials/_title.scss */
.single .page-header .container .categories {
  display: block;
  color: #3A3D49;
  margin-top: 20px;
  margin-bottom: -5px;
}

/* line 141, scss/partials/_title.scss */
.single .page-header .container .categories a:link,
.single .page-header .container .categories a:visited {
  color: #30323c;
  font-size: 1.1em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}

/* line 149, scss/partials/_title.scss */
.single .page-header .container .categories a:hover,
.single .page-header .container .categories a:active {
  color: #3A3D49;
  text-decoration: underline;
}

/* line 154, scss/partials/_title.scss */
.single .page-header .container .categories span {
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 10px;
  font-weight: 400;
}

/* line 170, scss/partials/_title.scss */
.single-resources .page-header .container .format {
  display: inline-block;
  position: relative;
  padding: 10px 16px 8px 16px;
  margin-bottom: 20px;
  background-color: #3A3D49;
  color: #ffffff;
}

/* line 177, scss/partials/_title.scss */
.single-resources .page-header .container .format span.fas {
  font-size: 1.2rem;
  line-height: 100%;
}

/* line 193, scss/partials/_title.scss */
.single-culture .page-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 39.99875em) {
  /* line 193, scss/partials/_title.scss */
  .single-culture .page-header:after {
    background: white;
    background: linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0.9) 33%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 211, scss/partials/_title.scss */
  .single-culture .page-header .container .inner {
    background: transparent;
    padding: 0;
  }
}

/* line 225, scss/partials/_title.scss */
.tax-resource_format .page-header,
.tax-resource_need .page-header {
  display: none;
}

/* line 234, scss/partials/_title.scss */
.page-template-template-conference-home .page-header,
.page-template-template-conference-page .page-header {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/* line 238, scss/partials/_title.scss */
.page-template-template-conference-home .page-header .container .inner,
.page-template-template-conference-page .page-header .container .inner {
  background-color: rgba(48, 50, 60, 0.95);
  position: relative;
  padding: 2.5rem 2rem 2rem 3rem;
  margin-left: 1rem;
}

/* line 243, scss/partials/_title.scss */
.page-template-template-conference-home .page-header .container .inner:before,
.page-template-template-conference-page .page-header .container .inner:before {
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  top: 0;
  bottom: 0;
  background-color: #e52f25;
}

/* line 252, scss/partials/_title.scss */
.page-template-template-conference-home .page-header .container .inner h1.entry-title,
.page-template-template-conference-home .page-header .container .inner h1.page-title,
.page-template-template-conference-page .page-header .container .inner h1.entry-title,
.page-template-template-conference-page .page-header .container .inner h1.page-title {
  color: #e52f25;
  font-size: 3rem;
  line-height: 100%;
  font-weight: 600;
}

@media screen and (max-width: 39.99875em) {
  /* line 252, scss/partials/_title.scss */
  .page-template-template-conference-home .page-header .container .inner h1.entry-title,
  .page-template-template-conference-home .page-header .container .inner h1.page-title,
  .page-template-template-conference-page .page-header .container .inner h1.entry-title,
  .page-template-template-conference-page .page-header .container .inner h1.page-title {
    font-size: 2.5rem;
  }
}

/* line 262, scss/partials/_title.scss */
.page-template-template-conference-home .page-header .container .inner .subtitle,
.page-template-template-conference-page .page-header .container .inner .subtitle {
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* ==========================================================================
   Sidebars
   ========================================================================== */
/* line 11, scss/partials/_sidebars.scss */
aside#secondary h2.widget-title,
aside#secondary h4,
aside#tertiary h2.widget-title,
aside#tertiary h4 {
  font-size: 1.3em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  margin-bottom: 1.5rem;
}

/* line 21, scss/partials/_sidebars.scss */
aside#secondary .textwidget p,
aside#tertiary .textwidget p {
  font-size: 1.05em;
  line-height: 1.3;
  font-weight: 400;
  color: #666666;
}

/* line 31, scss/partials/_sidebars.scss */
aside#secondary .widget.br-articles,
aside#tertiary .widget.br-articles {
  margin-bottom: 1rem;
}

/* line 35, scss/partials/_sidebars.scss */
aside#secondary .widget.br-articles ul.articles-container,
aside#tertiary .widget.br-articles ul.articles-container {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

/* line 42, scss/partials/_sidebars.scss */
aside#secondary .widget.br-articles ul.articles-container li.article,
aside#tertiary .widget.br-articles ul.articles-container li.article {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ecf4f5;
}

/* line 47, scss/partials/_sidebars.scss */
aside#secondary .widget.br-articles ul.articles-container li.article:first-of-type,
aside#tertiary .widget.br-articles ul.articles-container li.article:first-of-type {
  border: none;
}

/* line 50, scss/partials/_sidebars.scss */
aside#secondary .widget.br-articles ul.articles-container li.article a.invisilink,
aside#tertiary .widget.br-articles ul.articles-container li.article a.invisilink {
  display: block;
  position: relative;
  margin: 0;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 58, scss/partials/_sidebars.scss */
aside#secondary .widget.br-articles ul.articles-container li.article a.invisilink:hover,
aside#tertiary .widget.br-articles ul.articles-container li.article a.invisilink:hover {
  text-decoration: none;
  background-color: #ecf4f5;
}

/* line 62, scss/partials/_sidebars.scss */
aside#secondary .widget.br-articles ul.articles-container li.article a.invisilink header.details,
aside#tertiary .widget.br-articles ul.articles-container li.article a.invisilink header.details {
  padding: 20px 20px 0px 30px;
  position: relative;
  display: block;
}

/* line 66, scss/partials/_sidebars.scss */
aside#secondary .widget.br-articles ul.articles-container li.article a.invisilink header.details .category,
aside#tertiary .widget.br-articles ul.articles-container li.article a.invisilink header.details .category {
  font-size: .9rem;
  line-height: 1.2;
}

/* line 71, scss/partials/_sidebars.scss */
aside#secondary .widget.br-articles ul.articles-container li.article a.invisilink .content,
aside#tertiary .widget.br-articles ul.articles-container li.article a.invisilink .content {
  padding: 20px 20px 20px 30px;
}

/* line 73, scss/partials/_sidebars.scss */
aside#secondary .widget.br-articles ul.articles-container li.article a.invisilink .content .date,
aside#tertiary .widget.br-articles ul.articles-container li.article a.invisilink .content .date {
  display: block;
  color: #30323c;
  font-size: .8em;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* line 80, scss/partials/_sidebars.scss */
aside#secondary .widget.br-articles ul.articles-container li.article a.invisilink .content h2.title,
aside#secondary .widget.br-articles ul.articles-container li.article a.invisilink .content p.title,
aside#tertiary .widget.br-articles ul.articles-container li.article a.invisilink .content h2.title,
aside#tertiary .widget.br-articles ul.articles-container li.article a.invisilink .content p.title {
  color: #30323c;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

/* line 96, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture-categories,
aside#tertiary .widget.br-culture-categories {
  margin-bottom: 1rem;
}

/* line 100, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture-categories ul,
aside#tertiary .widget.br-culture-categories ul {
  margin: 0;
  margin-top: -10px;
  padding: 0;
  margin-bottom: 2rem;
}

/* line 105, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture-categories ul li,
aside#tertiary .widget.br-culture-categories ul li {
  list-style: none;
  margin: 0;
  padding: .25em 0;
  border-top: 1px solid #ecf4f5;
}

/* line 110, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture-categories ul li:first-of-type,
aside#tertiary .widget.br-culture-categories ul li:first-of-type {
  border: none;
}

/* line 122, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource,
aside#tertiary .widget.br-resources article.resource {
  margin-bottom: 2rem;
  background-color: #ffffff;
}

/* line 125, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink,
aside#tertiary .widget.br-resources article.resource a.invisilink {
  display: block;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 136, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink:before,
aside#tertiary .widget.br-resources article.resource a.invisilink:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 8px;
  background-color: #EC2E26;
  z-index: 15;
}

/* line 147, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink .label,
aside#tertiary .widget.br-resources article.resource a.invisilink .label {
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #EC2E26;
  color: #30323c;
  font-size: 1.15rem;
  padding: 6px 16px 4px 16px;
  z-index: 10;
}

/* line 158, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink .image-box,
aside#tertiary .widget.br-resources article.resource a.invisilink .image-box {
  display: block;
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 169, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink header.details,
aside#tertiary .widget.br-resources article.resource a.invisilink header.details {
  padding: 12px 20px 15px 30px;
  position: relative;
  display: block;
}

/* line 173, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink header.details .format,
aside#tertiary .widget.br-resources article.resource a.invisilink header.details .format {
  background-color: #3A3D49;
  color: #ffffff;
  display: block;
  position: absolute;
  padding: 18px 22px 12px 22px;
  top: -22px;
  z-index: 10;
}

/* line 181, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink header.details .format span.fas,
aside#tertiary .widget.br-resources article.resource a.invisilink header.details .format span.fas {
  font-size: 1.5rem;
  line-height: 100%;
}

/* line 186, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink header.details .need,
aside#tertiary .widget.br-resources article.resource a.invisilink header.details .need {
  font-size: .9rem;
  line-height: 1.2;
  margin-left: 76px;
}

/* line 192, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink .content,
aside#tertiary .widget.br-resources article.resource a.invisilink .content {
  padding: 20px 20px 20px 30px;
}

/* line 194, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink .content .date,
aside#tertiary .widget.br-resources article.resource a.invisilink .content .date {
  display: block;
  color: #30323c;
  font-size: .8em;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* line 201, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink .content h2.title,
aside#secondary .widget.br-resources article.resource a.invisilink .content p.title,
aside#tertiary .widget.br-resources article.resource a.invisilink .content h2.title,
aside#tertiary .widget.br-resources article.resource a.invisilink .content p.title {
  color: #30323c;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

/* line 209, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink .content .excerpt,
aside#tertiary .widget.br-resources article.resource a.invisilink .content .excerpt {
  color: #666666;
  display: block;
  margin-top: 1em;
  font-size: 1em;
  line-height: 1.3;
}

/* line 217, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink footer.cta,
aside#tertiary .widget.br-resources article.resource a.invisilink footer.cta {
  padding: 15px 20px 15px 30px;
}

/* line 219, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink footer.cta button,
aside#tertiary .widget.br-resources article.resource a.invisilink footer.cta button {
  font-size: .9em;
  line-height: 1.2;
  color: #3A3D49;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 225, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink footer.cta button span.fas,
aside#tertiary .widget.br-resources article.resource a.invisilink footer.cta button span.fas {
  color: #30323c;
  margin-right: 7px;
}

/* line 231, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink:hover,
aside#tertiary .widget.br-resources article.resource a.invisilink:hover {
  text-decoration: none;
  background-color: #fffaeb;
}

/* line 234, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink:hover .image-box,
aside#tertiary .widget.br-resources article.resource a.invisilink:hover .image-box {
  opacity: .7;
}

/* line 237, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource a.invisilink:hover footer button,
aside#tertiary .widget.br-resources article.resource a.invisilink:hover footer button {
  color: #EC2E26;
}

/* line 244, scss/partials/_sidebars.scss */
aside#secondary .widget.br-resources article.resource.featured a.invisilink .label,
aside#tertiary .widget.br-resources article.resource.featured a.invisilink .label {
  display: block;
}

/* line 257, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post,
aside#tertiary .widget.br-culture article.culture-post {
  padding-bottom: 2rem;
}

/* line 259, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink,
aside#tertiary .widget.br-culture article.culture-post a.invisilink {
  display: block;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 270, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink:before,
aside#tertiary .widget.br-culture article.culture-post a.invisilink:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 8px;
  background-color: #3A3D49;
  z-index: 15;
}

/* line 281, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink .label,
aside#tertiary .widget.br-culture article.culture-post a.invisilink .label {
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #EC2E26;
  color: #30323c;
  font-size: 1.15rem;
  padding: 6px 16px 4px 16px;
  z-index: 10;
}

/* line 292, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink .image-box,
aside#tertiary .widget.br-culture article.culture-post a.invisilink .image-box {
  display: block;
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 303, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink header.details,
aside#tertiary .widget.br-culture article.culture-post a.invisilink header.details {
  padding: 12px 20px 0 30px;
  position: relative;
  display: block;
}

/* line 307, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink header.details .need,
aside#tertiary .widget.br-culture article.culture-post a.invisilink header.details .need {
  font-size: .9rem;
  line-height: 1.2;
  margin-left: 76px;
}

/* line 313, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink .content,
aside#tertiary .widget.br-culture article.culture-post a.invisilink .content {
  padding: 10px 20px 20px 30px;
}

/* line 315, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink .content .date,
aside#tertiary .widget.br-culture article.culture-post a.invisilink .content .date {
  display: block;
  color: #30323c;
  font-size: .8em;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* line 322, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink .content h2.title,
aside#secondary .widget.br-culture article.culture-post a.invisilink .content p.title,
aside#tertiary .widget.br-culture article.culture-post a.invisilink .content h2.title,
aside#tertiary .widget.br-culture article.culture-post a.invisilink .content p.title {
  color: #30323c;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

/* line 331, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink footer.cta,
aside#tertiary .widget.br-culture article.culture-post a.invisilink footer.cta {
  padding: 0 20px 15px 30px;
}

/* line 333, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink footer.cta button,
aside#tertiary .widget.br-culture article.culture-post a.invisilink footer.cta button {
  font-size: .9em;
  line-height: 1.2;
  color: #3A3D49;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 339, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink footer.cta button span.fas,
aside#tertiary .widget.br-culture article.culture-post a.invisilink footer.cta button span.fas {
  color: #30323c;
  margin-right: 7px;
}

/* line 345, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink:hover,
aside#tertiary .widget.br-culture article.culture-post a.invisilink:hover {
  text-decoration: none;
  background-color: #ecf4f5;
}

/* line 348, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink:hover .image-box,
aside#tertiary .widget.br-culture article.culture-post a.invisilink:hover .image-box {
  opacity: .7;
}

/* line 351, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post a.invisilink:hover footer button,
aside#tertiary .widget.br-culture article.culture-post a.invisilink:hover footer button {
  color: #EC2E26;
}

/* line 358, scss/partials/_sidebars.scss */
aside#secondary .widget.br-culture article.culture-post.featured a.invisilink .label,
aside#tertiary .widget.br-culture article.culture-post.featured a.invisilink .label {
  display: block;
}

/* line 367, scss/partials/_sidebars.scss */
aside#secondary.related-content,
aside#tertiary.related-content {
  background-color: #ecf4f5;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

/* line 377, scss/partials/_sidebars.scss */
#br_bp_popover {
  display: block;
  position: absolute;
  top: 220px;
  right: -280px;
  width: 280px;
  padding: 2rem;
  z-index: 40;
  background-color: rgba(254, 254, 254, 0.95);
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.15);
}

/* line 390, scss/partials/_sidebars.scss */
#br_bp_popover.open {
  right: 0;
}

/* line 393, scss/partials/_sidebars.scss */
#br_bp_popover.open .tab span.fas {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -2px;
}

/* line 403, scss/partials/_sidebars.scss */
#br_bp_popover .tab {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: -50px;
  padding: 1em;
  background-color: #3A3D49;
  color: #ffffff;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  opacity: .85;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.15);
}

/* line 419, scss/partials/_sidebars.scss */
#br_bp_popover .tab:hover {
  background-color: #EC2E26;
}

/* line 422, scss/partials/_sidebars.scss */
#br_bp_popover .tab span.fas {
  font-size: 30px;
  padding: 0;
  margin-top: -8px;
  margin-left: -4px;
  line-height: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/* line 6, scss/partials/_forms.scss */
form input[type='text'],
form input[type='password'],
form input[type='date'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='month'],
form input[type='week'],
form input[type='email'],
form input[type='number'],
form input[type='search'],
form input[type='tel'],
form input[type='time'],
form input[type='url'],
form input[type='color'],
form input,
form textarea,
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  color: #666666;
  background-color: #e9e9e9;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: .5rem 1rem;
  border: none;
  text-align: left;
  display: inline-block;
  position: relative;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 2.5rem;
}

/* line 43, scss/partials/_forms.scss */
form input[type='text']:focus,
form input[type='password']:focus,
form input[type='date']:focus,
form input[type='datetime']:focus,
form input[type='datetime-local']:focus,
form input[type='month']:focus,
form input[type='week']:focus,
form input[type='email']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form input[type='tel']:focus,
form input[type='time']:focus,
form input[type='url']:focus,
form input[type='color']:focus,
form input:focus,
form textarea:focus,
form select:focus {
  color: #666666;
  background-color: #ecf4f5;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* line 51, scss/partials/_forms.scss */
form input[type='text']::-webkit-input-placeholder,
form input[type='password']::-webkit-input-placeholder,
form input[type='date']::-webkit-input-placeholder,
form input[type='datetime']::-webkit-input-placeholder,
form input[type='datetime-local']::-webkit-input-placeholder,
form input[type='month']::-webkit-input-placeholder,
form input[type='week']::-webkit-input-placeholder,
form input[type='email']::-webkit-input-placeholder,
form input[type='number']::-webkit-input-placeholder,
form input[type='search']::-webkit-input-placeholder,
form input[type='tel']::-webkit-input-placeholder,
form input[type='time']::-webkit-input-placeholder,
form input[type='url']::-webkit-input-placeholder,
form input[type='color']::-webkit-input-placeholder,
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}

/* line 55, scss/partials/_forms.scss */
form input[type='text']::-moz-placeholder,
form input[type='password']::-moz-placeholder,
form input[type='date']::-moz-placeholder,
form input[type='datetime']::-moz-placeholder,
form input[type='datetime-local']::-moz-placeholder,
form input[type='month']::-moz-placeholder,
form input[type='week']::-moz-placeholder,
form input[type='email']::-moz-placeholder,
form input[type='number']::-moz-placeholder,
form input[type='search']::-moz-placeholder,
form input[type='tel']::-moz-placeholder,
form input[type='time']::-moz-placeholder,
form input[type='url']::-moz-placeholder,
form input[type='color']::-moz-placeholder,
form input::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

/* line 59, scss/partials/_forms.scss */
form input[type='text']:-ms-input-placeholder,
form input[type='password']:-ms-input-placeholder,
form input[type='date']:-ms-input-placeholder,
form input[type='datetime']:-ms-input-placeholder,
form input[type='datetime-local']:-ms-input-placeholder,
form input[type='month']:-ms-input-placeholder,
form input[type='week']:-ms-input-placeholder,
form input[type='email']:-ms-input-placeholder,
form input[type='number']:-ms-input-placeholder,
form input[type='search']:-ms-input-placeholder,
form input[type='tel']:-ms-input-placeholder,
form input[type='time']:-ms-input-placeholder,
form input[type='url']:-ms-input-placeholder,
form input[type='color']:-ms-input-placeholder,
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}

/* line 63, scss/partials/_forms.scss */
form input[type='text']:-moz-placeholder,
form input[type='password']:-moz-placeholder,
form input[type='date']:-moz-placeholder,
form input[type='datetime']:-moz-placeholder,
form input[type='datetime-local']:-moz-placeholder,
form input[type='month']:-moz-placeholder,
form input[type='week']:-moz-placeholder,
form input[type='email']:-moz-placeholder,
form input[type='number']:-moz-placeholder,
form input[type='search']:-moz-placeholder,
form input[type='tel']:-moz-placeholder,
form input[type='time']:-moz-placeholder,
form input[type='url']:-moz-placeholder,
form input[type='color']:-moz-placeholder,
form input:-moz-placeholder,
form textarea:-moz-placeholder,
form select:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

/* line 69, scss/partials/_forms.scss */
form html input[type="button"],
form input[type="reset"],
form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 100%;
  font-weight: 600;
  margin: 0;
  
  text-align: center;
  
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  background-color: #EC2E26;
  text-transform: uppercase;
  padding: .7rem 3rem .5rem 3rem;
  border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: #EC2E26;
}

/* line 89, scss/partials/_forms.scss */
form html input[type="button"]:hover, form html input[type="button"]:active, form html input[type="button"]:focus,
form input[type="reset"]:hover,
form input[type="reset"]:active,
form input[type="reset"]:focus,
form input[type="submit"]:hover,
form input[type="submit"]:active,
form input[type="submit"]:focus {
  background-color: #ffffff !important;
  color: #EC2E26;
}

/* line 100, scss/partials/_forms.scss */
.mfp-wrap .hubspot-form-container {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

/* line 105, scss/partials/_forms.scss */
.mfp-wrap .hubspot-form-container .mfp-close {
  position: absolute;
}

/* line 113, scss/partials/_forms.scss */
.hbspt-form {
  display: block;
  width: 100%;
  margin-top: 3rem;
  background-color: #f6f6f6;
  text-align: center;
  padding: 2rem;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 122, scss/partials/_forms.scss */
.hbspt-form h2 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #3891a6;
}

/* line 131, scss/partials/_forms.scss */
.hbspt-form form input[type='text'],
.hbspt-form form input[type='password'],
.hbspt-form form input[type='date'],
.hbspt-form form input[type='datetime'],
.hbspt-form form input[type='datetime-local'],
.hbspt-form form input[type='month'],
.hbspt-form form input[type='week'],
.hbspt-form form input[type='email'],
.hbspt-form form input[type='number'],
.hbspt-form form input[type='search'],
.hbspt-form form input[type='tel'],
.hbspt-form form input[type='time'],
.hbspt-form form input[type='url'],
.hbspt-form form input[type='color'],
.hbspt-form form input,
.hbspt-form form textarea,
.hbspt-form form select {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  color: #666666;
  background-color: #ffffff;
  padding: .5rem 1rem;
}

/* line 154, scss/partials/_forms.scss */
.hbspt-form form input[type='text']:focus,
.hbspt-form form input[type='password']:focus,
.hbspt-form form input[type='date']:focus,
.hbspt-form form input[type='datetime']:focus,
.hbspt-form form input[type='datetime-local']:focus,
.hbspt-form form input[type='month']:focus,
.hbspt-form form input[type='week']:focus,
.hbspt-form form input[type='email']:focus,
.hbspt-form form input[type='number']:focus,
.hbspt-form form input[type='search']:focus,
.hbspt-form form input[type='tel']:focus,
.hbspt-form form input[type='time']:focus,
.hbspt-form form input[type='url']:focus,
.hbspt-form form input[type='color']:focus,
.hbspt-form form input:focus,
.hbspt-form form textarea:focus,
.hbspt-form form select:focus {
  color: #30323c;
}
.hbspt-form form ul{
  list-style-type: none;
  padding-left: 0;
}
.hbspt-form form input[type='checkbox']{
  min-height: unset;
  margin-right: 10px;
  width: auto!important;
  appearance: auto;
}
/* line 159, scss/partials/_forms.scss */
.hbspt-form form select > option {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  color: #30323c;
}

/* line 166, scss/partials/_forms.scss */
.hbspt-form form html input[type="button"],
.hbspt-form form input[type="reset"],
.hbspt-form form input[type="submit"] {
  font-size: 1.1rem;
  line-height: 100%;
  font-weight: 600;
  margin: 0;
  border: none;
  text-align: center;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  background-color: #3A3D49;
  text-transform: uppercase;
  padding: .5rem 3rem .35rem 3rem;
  color: #30323c;
  background-color: #EC2E26;
}

/* line 182, scss/partials/_forms.scss */
.hbspt-form form html input[type="button"]:hover, .hbspt-form form html input[type="button"]:active, .hbspt-form form html input[type="button"]:focus,
.hbspt-form form input[type="reset"]:hover,
.hbspt-form form input[type="reset"]:active,
.hbspt-form form input[type="reset"]:focus,
.hbspt-form form input[type="submit"]:hover,
.hbspt-form form input[type="submit"]:active,
.hbspt-form form input[type="submit"]:focus {
  background-color: #EC2E26 !important;
  color: #30323c;
}

/* line 190, scss/partials/_forms.scss */
.hbspt-form form fieldset {
  display: block;
  width: 100%;
  max-width: none !important;
  text-align: left;
}

/* line 197, scss/partials/_forms.scss */
.hbspt-form form .field {
  margin-bottom: 1.5rem;
}

/* line 199, scss/partials/_forms.scss */
.hbspt-form form .field label {
  display: block;
  font-size: .9rem;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: .5rem;
  text-align: left;
}

/* line 206, scss/partials/_forms.scss */
.hbspt-form form .field label span.hs-form-required {
  color: #bf0002 !important;
}

/* line 210, scss/partials/_forms.scss */
.hbspt-form form .field .input {
  display: block;
  margin: 0;
  margin-right: 0;
}

/* line 214, scss/partials/_forms.scss */
.hbspt-form form .field .input .hs-input {
  width: 100%;
}

/* line 220, scss/partials/_forms.scss */
.hbspt-form form ul.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 224, scss/partials/_forms.scss */
.hbspt-form form ul.hs-error-msgs li {
  font-size: .9rem;
  line-height: 100%;
  font-weight: 600;
  margin-top: .5rem;
}

/* line 229, scss/partials/_forms.scss */
.hbspt-form form ul.hs-error-msgs li label {
  color: #bf0002;
}

/* line 235, scss/partials/_forms.scss */
.hbspt-form form .hs_error_rollup {
  margin-bottom: 1rem;
  background-color: #bf0002;
  padding: .5rem;
  text-align: left;
}

/* line 241, scss/partials/_forms.scss */
.hbspt-form form .hs_error_rollup ul li {
  margin-top: 0;
  font-size: 1.1rem;
}

/* line 244, scss/partials/_forms.scss */
.hbspt-form form .hs_error_rollup ul li label {
  color: #ffffff;
}

/* line 251, scss/partials/_forms.scss */
.hbspt-form form .actions {
  text-align: left;
}

/* line 263, scss/partials/_forms.scss */
header #search-bar input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: .7;
}

/* line 267, scss/partials/_forms.scss */
header #search-bar input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: .7;
}

/* line 271, scss/partials/_forms.scss */
header #search-bar input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: .7;
}

/* line 275, scss/partials/_forms.scss */
header #search-bar input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: .7;
}

/* line 289, scss/partials/_forms.scss */
body.error404 .entry-content form.search-form label,
body.search .entry-content form.search-form label,
section.no-results .entry-content form.search-form label,
section.not-found .entry-content form.search-form label {
  position: relative;
  display: block;
  width: 100%;
  max-width: 700px;
  margin-bottom: 1rem;
}

/* line 296, scss/partials/_forms.scss */
body.error404 .entry-content form.search-form input.search-field,
body.search .entry-content form.search-form input.search-field,
section.no-results .entry-content form.search-form input.search-field,
section.not-found .entry-content form.search-form input.search-field {
  width: 100%;
}

/* line 298, scss/partials/_forms.scss */
body.error404 .entry-content form.search-form input.search-field:focus,
body.search .entry-content form.search-form input.search-field:focus,
section.no-results .entry-content form.search-form input.search-field:focus,
section.not-found .entry-content form.search-form input.search-field:focus {
  color: #30323c;
  background-color: #ecf4f5;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* line 306, scss/partials/_forms.scss */
body.error404 .entry-content form.search-form input.search-submit,
body.search .entry-content form.search-form input.search-submit,
section.no-results .entry-content form.search-form input.search-submit,
section.not-found .entry-content form.search-form input.search-submit {
  position: relative;
  display: block;
  color: #30323c;
  background-color: #EC2E26;
}

/* line 311, scss/partials/_forms.scss */
body.error404 .entry-content form.search-form input.search-submit:hover, body.error404 .entry-content form.search-form input.search-submit:active, body.error404 .entry-content form.search-form input.search-submit:focus,
body.search .entry-content form.search-form input.search-submit:hover,
body.search .entry-content form.search-form input.search-submit:active,
body.search .entry-content form.search-form input.search-submit:focus,
section.no-results .entry-content form.search-form input.search-submit:hover,
section.no-results .entry-content form.search-form input.search-submit:active,
section.no-results .entry-content form.search-form input.search-submit:focus,
section.not-found .entry-content form.search-form input.search-submit:hover,
section.not-found .entry-content form.search-form input.search-submit:active,
section.not-found .entry-content form.search-form input.search-submit:focus {
  background-color: #EC2E26 !important;
  color: #30323c;
}

/* line 325, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation {
  background: #30323c !important;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100000000 !important;
  border-bottom: none !important;
  border-top: 5px solid #EC2E26 !important;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.15) !important;
  color: #33475b;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400 !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
  font-size: 13px !important;
  font-family: inherit !important;
  line-height: 16px !important;
}

/* line 348, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

/* line 352, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: #30323c !important;
  margin: 0 auto;
  max-width: 90rem !important;
  padding: 20px 30px !important;
}

/* line 359, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  text-decoration: none !important;
}

/* line 363, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #0091ae;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400 !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}

/* line 377, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  text-decoration: underline !important;
}

/* line 381, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin: 20px 0 0 !important;
  text-align: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 387, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  color: #ffffff !important;
  margin-bottom: 10px !important;
}

/* line 392, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner input#hs-eu-active-consent-checkbox {
  display: inline-block !important;
  cursor: pointer !important;
  font-size: xx-large !important;
}

/* line 398, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border-radius: 3px;
  display: inline-block;
  padding: 6px 16px !important;
  text-decoration: none !important;
}

/* line 406, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  margin-right: 12px !important;
  color: #30323c !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700 !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}

/* line 419, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700 !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}

/* line 430, scss/partials/_forms.scss */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 0 12px;
  color: #ffffff !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400 !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}

@media print {
  /* line 442, scss/partials/_forms.scss */
  body div#hs-eu-cookie-confirmation {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  /* line 448, scss/partials/_forms.scss */
  body div#hs-eu-cookie-confirmation {
    font-size: 14px !important;
  }
  /* line 452, scss/partials/_forms.scss */
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 8px 14px 14px !important;
  }
  /* line 456, scss/partials/_forms.scss */
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    font-size: 13px !important;
  }
  /* line 461, scss/partials/_forms.scss */
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 13px !important;
    margin-bottom: 12px !important;
    line-height: 16px !important;
  }
}

@media only screen and (min-width: 960px) {
  /* line 469, scss/partials/_forms.scss */
  body div#hs-eu-cookie-confirmation {
    position: fixed;
  }
  /* line 473, scss/partials/_forms.scss */
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    border-bottom: 0;
    bottom: 0;
    top: auto;
    -webkit-box-shadow: 0 -1px 3px #eaf0f6;
            box-shadow: 0 -1px 3px #eaf0f6;
  }
  /* line 480, scss/partials/_forms.scss */
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom-left {
    border-bottom: 0;
    border-right: 1px solid #cbd6e2;
    bottom: 0;
    -webkit-box-shadow: 1px -1px 3px #eaf0f6;
            box-shadow: 1px -1px 3px #eaf0f6;
    left: 0;
    max-width: 600px;
    right: auto;
    top: auto;
    width: 45%;
  }
}

/* Magnific Popup CSS */
/* line 2, scss/partials/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #30323c;
  opacity: .9;
}

/* line 14, scss/partials/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 25, scss/partials/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 36, scss/partials/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 43, scss/partials/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 47, scss/partials/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 56, scss/partials/_magnific-popup.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 61, scss/partials/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 65, scss/partials/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 71, scss/partials/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* line 78, scss/partials/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 82, scss/partials/_magnific-popup.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 88, scss/partials/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 92, scss/partials/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 96, scss/partials/_magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 108, scss/partials/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 112, scss/partials/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 116, scss/partials/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 120, scss/partials/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 124, scss/partials/_magnific-popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 138, scss/partials/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 143, scss/partials/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 50px;
  font-family: Arial,Baskerville,monospace;
}

/* line 160, scss/partials/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

/* line 164, scss/partials/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 168, scss/partials/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 172, scss/partials/_magnific-popup.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #ffffff;
}

/* line 176, scss/partials/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 186, scss/partials/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 198, scss/partials/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 202, scss/partials/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

/* line 206, scss/partials/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 219, scss/partials/_magnific-popup.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 225, scss/partials/_magnific-popup.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

/* line 231, scss/partials/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 235, scss/partials/_magnific-popup.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 240, scss/partials/_magnific-popup.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 245, scss/partials/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 249, scss/partials/_magnific-popup.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 254, scss/partials/_magnific-popup.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 258, scss/partials/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 263, scss/partials/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1024px;
}

/* line 272, scss/partials/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 279, scss/partials/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 291, scss/partials/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 303, scss/partials/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 307, scss/partials/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 322, scss/partials/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 329, scss/partials/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 333, scss/partials/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 342, scss/partials/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 350, scss/partials/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 354, scss/partials/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	       * Remove all paddings around the image on small screen
	       */
  /* line 365, scss/partials/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 370, scss/partials/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 374, scss/partials/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 379, scss/partials/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 384, scss/partials/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* line 394, scss/partials/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 398, scss/partials/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 403, scss/partials/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 417, scss/partials/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 422, scss/partials/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 427, scss/partials/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 432, scss/partials/_magnific-popup.scss */
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* overlay at start */
/* line 441, scss/partials/_magnific-popup.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
/* line 449, scss/partials/_magnific-popup.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
/* line 453, scss/partials/_magnific-popup.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
/* line 458, scss/partials/_magnific-popup.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
/* line 466, scss/partials/_magnific-popup.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
/* line 470, scss/partials/_magnific-popup.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* line 473, scss/partials/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #414141;
  border: 1px solid red;
  font-style: normal;
  font-size: 40px;
  font-family: Arial,Baskerville,monospace;
}

/* line 491, scss/partials/_magnific-popup.scss */
.mfp-content .initially-hidden {
  display: block !important;
}

/* ==========================================================================
   Tablepress Plugin
   ========================================================================== */
/* line 5, scss/partials/_tablepress.scss */
.table-wrap {
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 40px 40px 30px 40px;
  text-align: center;
  padding: 30px;
}

@media screen and (max-width: 39.99875em) {
  /* line 5, scss/partials/_tablepress.scss */
  .table-wrap {
    padding: 10px;
  }
}

/* line 16, scss/partials/_tablepress.scss */
.table-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 8px;
  background-color: #EC2E26;
}

/* line 29, scss/partials/_tablepress.scss */
h2.tablepress-table-name {
  margin-top: 2em;
  margin-bottom: 1.5rem;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
  color: #30323c;
}

@media screen and (max-width: 39.99875em) {
  /* line 29, scss/partials/_tablepress.scss */
  h2.tablepress-table-name {
    font-size: 1em;
  }
}

/* line 41, scss/partials/_tablepress.scss */
table.tablepress {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1.5em;
  font-size: 1.05em;
  line-height: 1.5;
  font-weight: 400;
  color: #666666;
}

/* line 49, scss/partials/_tablepress.scss */
table.tablepress:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  /* line 41, scss/partials/_tablepress.scss */
  table.tablepress {
    font-size: .8em;
  }
}

/* line 56, scss/partials/_tablepress.scss */
table.tablepress tfoot th,
table.tablepress thead th {
  background-color: #ffffff !important;
  color: #30323c;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
}

@media screen and (max-width: 39.99875em) {
  /* line 56, scss/partials/_tablepress.scss */
  table.tablepress tfoot th,
  table.tablepress thead th {
    font-size: 1em;
  }
}

/* line 68, scss/partials/_tablepress.scss */
table.tablepress td,
table.tablepress th {
  padding: 20px;
}

@media screen and (max-width: 39.99875em) {
  /* line 68, scss/partials/_tablepress.scss */
  table.tablepress td,
  table.tablepress th {
    padding: 10px;
  }
}

/* line 76, scss/partials/_tablepress.scss */
table.tablepress .row-hover tr:hover td {
  background-color: #EC2E26;
  color: #30323c;
}

/* line 83, scss/partials/_tablepress.scss */
.tablepress-table-description {
  font-size: .95em;
  line-height: 1.3;
  font-weight: 400;
  color: #30323c;
}

/*
 * selection-sharer: Medium like popover menu to share on Twitter or by email any text selected on the page
 *
 * -- Requires jQuery --
 * -- AMD compatible  --
 *
 * Author: Xavier Damman (@xdamman)
 * GIT: https://github.com/xdamman/selection-sharer
 * MIT License
 */
@-webkit-keyframes selectionSharerPopover-animation {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
            transform: matrix(0.97, 0, 0, 1, 0, 12);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
            transform: matrix(0.99, 0, 0, 1, 0, 2);
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
            transform: matrix(1, 0, 0, 1, 0, -1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes selectionSharerPopover-animation {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
            transform: matrix(0.97, 0, 0, 1, 0, 12);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
            transform: matrix(0.99, 0, 0, 1, 0, 2);
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
            transform: matrix(1, 0, 0, 1, 0, -1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

/* line 44, scss/partials/_selshare.scss */
#selectionSharerPopover {
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 1010;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  margin-top: -4px;
}

/* line 56, scss/partials/_selshare.scss */
#selectionSharerPopover::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #EC2E26;
}

/* line 70, scss/partials/_selshare.scss */
#selectionSharerPopover.anim {
  -webkit-transition: top 0.075s ease-out;
  transition: top 0.075s ease-out;
  animation: selectionSharerPopover-animation 180ms forwards linear;
  -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}

/* line 76, scss/partials/_selshare.scss */
#selectionSharerPopover-inner {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background-color: #EC2E26;
  background-repeat: repeat-x;
}

/* line 85, scss/partials/_selshare.scss */
#selectionSharerPopover .selectionSharerPopover-clip {
  position: absolute;
  bottom: -12px;
  display: block;
  left: 50%;
  clip: rect(12px 24px 24px 0);
  margin-left: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 97, scss/partials/_selshare.scss */
#selectionSharerPopover .selectionSharerPopover-arrow {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  background-color: #EC2E26;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 107, scss/partials/_selshare.scss */
.selectionSharer ul {
  padding: 0;
  display: inline;
}

/* line 112, scss/partials/_selshare.scss */
.selectionSharer ul li {
  float: left;
  list-style: none;
  background: none;
  margin: 0;
  cursor: pointer;
}

/* line 120, scss/partials/_selshare.scss */
.selectionSharer a.action {
  display: block;
  text-indent: -200px;
  margin: 5px 7px;
  width: 26px;
  height: 26px;
  border: none;
  cursor: pointer;
}

/* line 130, scss/partials/_selshare.scss */
.selectionSharer a:hover {
  color: #ccc;
  cursor: pointer;
}

/* line 135, scss/partials/_selshare.scss */
.selectionSharer a.tweet {
  background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='171' height='139'%3e%3cg transform='translate(-282.32053,-396.30734)'%3e%3cpath style='fill:black' d='m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z' /%3e%3c/g%3e%3c/svg%3e") no-repeat;
  background-size: 22px;
  background-position: 2px 4px;
}

/* line 141, scss/partials/_selshare.scss */
.selectionSharer a.facebook {
  background: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 33 33' width='25' height='25' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:black' d='M 17.996,32L 12,32 L 12,16 l-4,0 l0-5.514 l 4-0.002l-0.006-3.248C 11.993,2.737, 13.213,0, 18.512,0l 4.412,0 l0,5.515 l-2.757,0 c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l 4.959,0 l-0.585,5.514L 18,16L 17.996,32z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
  background-size: 22px;
  background-position: 0 2px;
  display: none;
}

/* line 148, scss/partials/_selshare.scss */
.selectionSharer a.linkedin {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="300px" height="300px" viewBox="0 0 300 300" enable-background="new 0 0 300 300" xml:space="preserve"><g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"><path fill="black" d="M343.999,2812.002C222.998,2770,155,2672.002,155,2540c0-62.002,5-85,27.998-132.998 c108.003-219.004,459.004-206.001,560,21.997c16.001,36.001,18.003,60,15,125c-5,97.002-27.998,146.001-91.997,203.003 C586.001,2827.002,453.999,2850,343.999,2812.002z"/> <path fill="white" d="M2035.996,2052.998c-150.996-31.997-257.998-92.998-365-210l-68.994-75l-7.002,79.004 c-5,42.998-10.996,100.996-14.004,127.998l-5.996,50l-253.999,2.998L1067.998,2030l6.001-62.002c3.003-35,8.999-452.998,12.002-930 L1092.998,170h288.003H1670l2.002,597.998C1675,1365,1675,1365,1697.998,1410.996c34.004,70,87.002,125.005,150,156.006 c75,36.997,192.998,38.999,257.998,5c59.004-31.001,111.006-95,137.002-172.002c21.006-64.004,22.002-77.002,25-647.002 L2270.996,170h290h290l-3.994,642.998c-2.998,547.998-6.006,652.002-20,707.002c-42.998,172.998-97.002,280-187.998,371.001 C2494.004,2037.998,2257.002,2101.001,2035.996,2052.998z"/><path fill="white" d="M167.002,2022.998c-4.004-2.998-7.002-421.997-7.002-930V170h295h295l-2.002,927.998L745,2025 l-286.001,2.998C302.002,2028.999,171.001,2027.002,167.002,2022.998z"/></g></svg>') 2px 4px/18px no-repeat;
  background-size: 22px;
  background-position: 0 2px;
}

/* line 154, scss/partials/_selshare.scss */
.selectionSharer a.telegram {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path style="fill:black" d="M22.05 1.577c-.393-.016-.784.08-1.117.235-.484.186-4.92 1.902-9.41 3.64-2.26.873-4.518 1.746-6.256 2.415-1.737.67-3.045 1.168-3.114 1.192-.46.16-1.082.362-1.61.984-.133.155-.267.354-.335.628s-.038.622.095.895c.265.547.714.773 1.244.976 1.76.564 3.58 1.102 5.087 1.608.556 1.96 1.09 3.927 1.618 5.89.174.394.553.54.944.544l-.002.02s.307.03.606-.042c.3-.07.677-.244 1.02-.565.377-.354 1.4-1.36 1.98-1.928l4.37 3.226.035.02s.484.34 1.192.388c.354.024.82-.044 1.22-.337.403-.294.67-.767.795-1.307.374-1.63 2.853-13.427 3.276-15.38l-.012.046c.296-1.1.187-2.108-.496-2.705-.342-.297-.736-.427-1.13-.444zm-.118 1.874c.027.025.025.025.002.027-.007-.002.08.118-.09.755l-.007.024-.005.022c-.432 1.997-2.936 13.9-3.27 15.356-.046.196-.065.182-.054.17-.1-.015-.285-.094-.3-.1l-7.48-5.525c2.562-2.467 5.182-4.7 7.827-7.08.468-.235.39-.96-.17-.972-.594.14-1.095.567-1.64.84-3.132 1.858-6.332 3.492-9.43 5.406-1.59-.553-3.177-1.012-4.643-1.467 1.272-.51 2.283-.886 3.278-1.27 1.738-.67 3.996-1.54 6.256-2.415 4.522-1.748 9.07-3.51 9.465-3.662l.032-.013.03-.013c.11-.05.173-.055.202-.057 0 0-.01-.033-.002-.026zM10.02 16.016l1.234.912c-.532.52-1.035 1.01-1.398 1.36z" color="white" /></svg>') no-repeat;
  background-size: 22px;
  background-position: 0 2px;
}

/* line 160, scss/partials/_selshare.scss */
.selectionSharer a.email {
  background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='64'%3e%3cg transform='translate(-10, -10)' fill='transparent'%3e%3crect x='0' y='0' width='114' height='114'%3e%3c/rect%3e%3cpath d='M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z' stroke='black' stroke-width='5'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
  background-size: 24px;
  background-position: 0 4px;
}

/* line 166, scss/partials/_selshare.scss */
#selectionSharerPopunder.fixed {
  -webkit-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -50px;
}

/* line 174, scss/partials/_selshare.scss */
.selectionSharer {
  transition: -webkit-transform 0.6s ease-in-out;
}

/* line 178, scss/partials/_selshare.scss */
.selectionSharer.moveDown {
  -webkit-transform: translate3d(0, 60px, 0);
}

/* line 182, scss/partials/_selshare.scss */
#selectionSharerPopunder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  background: #EC2E26;
  overflow: hidden;
}

/* line 192, scss/partials/_selshare.scss */
#selectionSharerPopunder.show {
  height: 50px;
}

/* line 196, scss/partials/_selshare.scss */
.selectionSharerPlaceholder {
  height: 1em;
  margin-bottom: -2em;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

/* line 202, scss/partials/_selshare.scss */
.selectionSharerPlaceholder.show {
  height: 50px !important;
}

/* line 206, scss/partials/_selshare.scss */
#selectionSharerPopunder-inner ul {
  overflow: hidden;
  margin: 0;
  display: inline;
}

/* line 212, scss/partials/_selshare.scss */
#selectionSharerPopunder-inner ul li {
  padding: 5px;
  overflow: hidden;
}

/* line 217, scss/partials/_selshare.scss */
#selectionSharerPopunder-inner label {
  color: white;
  font-weight: 300;
  line-height: 50px;
  margin: 0 20px 0 10px;
}

/* line 224, scss/partials/_selshare.scss */
#selectionSharerPopunder-inner a {
  width: 30px;
  height: 30px;
  background-size: 30px;
}

/* line 230, scss/partials/_selshare.scss */
#selectionSharerPopunder-inner a.tweet {
  background-position: 0 2px;
}

/* ==========================================================================
   TrustRadius Widget
   ========================================================================== */
/* line 5, scss/partials/_trustradius.scss */
.trustradius-reviews {
  height: 670px !important;
}

@media screen and (max-width: 39.99875em) {
  /* line 5, scss/partials/_trustradius.scss */
  .trustradius-reviews {
    height: 900px !important;
    overflow: visible !important;
  }
}

/* line 14, scss/partials/_trustradius.scss */
.trustradius-reviews div,
.trustradius-reviews p,
.trustradius-reviews span,
.trustradius-reviews a {
  font-family: "Proxima Nova Regular", Arial, sans-serif !important;
}

/* line 22, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-left-navigation,
.trustradius-reviews .tr-right-navigation {
  background-color: #30323c;
  opacity: 1 !important;
}

/* line 26, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-left-navigation a,
.trustradius-reviews .tr-right-navigation a {
  background: transparent !important;
  border-radius: 0 !important;
  cursor: pointer !important;
}

/* line 30, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-left-navigation a .tr-glyphicon,
.trustradius-reviews .tr-right-navigation a .tr-glyphicon {
  color: #3A3D49 !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 700 !important;
  font-size: 40px !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 37, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-left-navigation a .tr-glyphicon span,
.trustradius-reviews .tr-right-navigation a .tr-glyphicon span {
  padding: 0 !important;
}

/* line 42, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-left-navigation a:hover .tr-glyphicon,
.trustradius-reviews .tr-right-navigation a:hover .tr-glyphicon {
  color: #EC2E26 !important;
}

@media screen and (max-width: 39.99875em) {
  /* line 48, scss/partials/_trustradius.scss */
  .trustradius-reviews .tr-left-navigation {
    left: -30px !important;
  }
}

/* line 53, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-left-navigation .tr-glyphicon::before {
  content: '\f104' !important;
}

@media screen and (max-width: 39.99875em) {
  /* line 59, scss/partials/_trustradius.scss */
  .trustradius-reviews .tr-right-navigation {
    right: -30px !important;
  }
}

/* line 64, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-right-navigation .tr-glyphicon::before {
  content: '\f105' !important;
}

/* line 69, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media screen and (max-width: 39.99875em) {
  /* line 69, scss/partials/_trustradius.scss */
  .trustradius-reviews .tr-container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* line 76, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport {
  height: 100% !important;
}

/* line 78, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  height: 100% !important;
}

/* line 85, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card:before {
  content: '';
  position: absolute;
  left: .75rem;
  right: .75rem;
  top: .5rem;
  bottom: .5rem;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
}

/* line 99, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes::after {
  display: none !important;
}

/* line 102, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes .tr-review-summary {
  border: none;
  max-height: inherit !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media screen and (max-width: 39.99875em) {
  /* line 102, scss/partials/_trustradius.scss */
  .trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes .tr-review-summary {
    padding: 0 !important;
  }
}

/* line 115, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes .tr-review-summary .tr-review-title a {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #3A3D49;
  cursor: pointer;
}

/* line 125, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes .tr-review-summary .tr-rating .tr-stars .tr-glyphicon {
  font-family: 'Glyphicons Regular' !important;
  font-size: 1rem;
}

/* line 131, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes .tr-review-summary .tr-rating .tr-stars .tr-glyphicon.yellow {
  color: #EC2E26;
}

/* line 137, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes .tr-review-summary .tr-review-date {
  color: #30323c;
  margin-bottom: 1.5rem;
}

/* line 141, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes .tr-review-summary .tr-reviewer {
  margin-bottom: 10px;
}

/* line 143, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes .tr-review-summary .tr-reviewer .tr-review-teaser {
  padding-left: 2rem;
}

/* line 145, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes .tr-review-summary .tr-reviewer .tr-review-teaser::before {
  margin-top: .25rem;
  margin-left: -2rem;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 700 !important;
  content: '\f10d' !important;
  font-size: 1.2rem;
  color: #3A3D49;
  opacity: .7;
}

/* line 155, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes .tr-review-summary .tr-reviewer .tr-review-teaser p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #30323c;
}

/* line 164, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-quotes .tr-card-quotes-after-outline {
  display: none !important;
}

/* line 168, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-user {
  position: absolute !important;
  bottom: 0px !important;
  height: 120px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 174, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-user .tr-author-picture {
  display: none;
}

/* line 177, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-user .tr-review-byline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 181, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-user .tr-review-byline .tr-author,
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-user .tr-review-byline .tr-job-description,
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-user .tr-review-byline .tr-company-description {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #30323c;
}

/* line 189, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-user .tr-review-byline .tr-author {
  font-weight: 600;
}

/* line 200, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-container-fluid .tr-reviews-viewport .tr-card .tr-card-read-more {
  display: none;
}

/* line 210, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-actions {
  display: none !important;
  position: absolute !important;
  height: 75px !important;
  bottom: 0 !important;
  text-align: center !important;
}

/* line 216, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-actions a.tr-read-all-link {
  bottom: 0 !important;
  color: #30323c !important;
  cursor: pointer !important;
  background-color: #EC2E26 !important;
  text-transform: uppercase;
  float: none !important;
  font-size: 1.3rem !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  letter-spacing: .01rem;
  margin: 0 !important;
  padding: .6em 1.6em .5em 1.6em !important;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  top: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 232, scss/partials/_trustradius.scss */
.trustradius-reviews .tr-actions a.tr-read-all-link:hover {
  background-color: #EC2E26 !important;
  text-decoration: none !important;
}

/* ==========================================================================
   Home Page Template
   ========================================================================== */
/* line 6, scss/partials/_home.scss */
body.home #main {
  padding-top: 0 !important;
}

/* line 8, scss/partials/_home.scss */
body.home #main .hero {
  display: block;
  position: relative;
  margin-top: 0;
}

@media only screen and (min-width: 640px) and (max-width: 999px) {
  /* line 8, scss/partials/_home.scss */
  body.home #main .hero {
    margin-top: -96px;
  }
}

/* line 15, scss/partials/_home.scss */
body.home #main .hero .cover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center top;
  background-size: cover;
  z-index: 10;
}

/* line 25, scss/partials/_home.scss */
body.home #main .hero .cover:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#3A3D49), to(#3A3D49));
  background-image: linear-gradient(to bottom right, #3A3D49, #3A3D49);
  opacity: .8;
}

/* line 37, scss/partials/_home.scss */
body.home #main .hero .hero-content {
  padding-top: 90px;
  position: relative;
  z-index: 20;
  height: 880px;
  max-height: 75vh;
  min-height: 700px;
}

@media screen and (max-width: 39.99875em) {
  /* line 37, scss/partials/_home.scss */
  body.home #main .hero .hero-content {
    text-align: center;
  }
}

@media only screen and (max-width: 999px) {
  /* line 37, scss/partials/_home.scss */
  body.home #main .hero .hero-content {
    padding-top: 0;
  }
}

/* line 50, scss/partials/_home.scss */
body.home #main .hero .hero-content h1 {
  font-size: 4em;
  line-height: 1em;
  color: #ffffff;
}

/* line 54, scss/partials/_home.scss */
body.home #main .hero .hero-content h1 span {
  color: #EC2E26;
}

@media screen and (max-width: 39.99875em) {
  /* line 50, scss/partials/_home.scss */
  body.home #main .hero .hero-content h1 {
    font-size: 3em;
  }
}

/* line 61, scss/partials/_home.scss */
body.home #main .hero .hero-content .intro {
  font-size: 1.1em;
  color: #ffffff;
}

/* line 65, scss/partials/_home.scss */
body.home #main .hero .hero-content .cta {
  padding: 10px 0;
}

@media screen and (max-width: 39.99875em) {
  /* line 65, scss/partials/_home.scss */
  body.home #main .hero .hero-content .cta {
    margin-bottom: 2.5em;
  }
}

/* line 70, scss/partials/_home.scss */
body.home #main .hero .hero-content .cta a {
  margin-right: 20px;
}

@media screen and (max-width: 39.99875em) {
  /* line 70, scss/partials/_home.scss */
  body.home #main .hero .hero-content .cta a {
    display: block;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 76, scss/partials/_home.scss */
  body.home #main .hero .hero-content .cta .link {
    margin-top: 1em;
    text-align: center;
    border: none !important;
    color: #ffffff !important;
  }
}

/* line 83, scss/partials/_home.scss */
body.home #main .hero .hero-content .cta .link:link, body.home #main .hero .hero-content .cta .link:visited {
  font-size: 1.2em;
  font-weight: 700;
  color: #EC2E26;
  padding-bottom: 3px;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 92, scss/partials/_home.scss */
body.home #main .hero .hero-content .cta .link:hover, body.home #main .hero .hero-content .cta .link:active {
  font-size: 1.2em;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 0;
}

/* line 100, scss/partials/_home.scss */
body.home #main .hero .hero-content .cta .button {
  font-size: 1.2em;
  padding: 1em 3em;
}

/* line 112, scss/partials/_home.scss */
body.home #main .feature {
  position: relative;
  z-index: 100;
  top: -60px;
  margin-bottom: -20px;
}

/* line 117, scss/partials/_home.scss */
body.home #main .feature .row {
  background-color: #e9e9e9;
  padding-top: 1rem;
}

@media screen and (max-width: 39.99875em) {
  /* line 117, scss/partials/_home.scss */
  body.home #main .feature .row {
    padding-top: 3em;
    padding-bottom: 2em;
  }
}

/* line 124, scss/partials/_home.scss */
body.home #main .feature .row .column-block {
  margin-bottom: 1rem;
}

/* line 127, scss/partials/_home.scss */
body.home #main .feature .row .intro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 3em;
}

@media screen and (max-width: 39.99875em) {
  /* line 127, scss/partials/_home.scss */
  body.home #main .feature .row .intro-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-left: 0;
  }
}

/* line 138, scss/partials/_home.scss */
body.home #main .feature .row .intro-wrapper h3 {
  font-size: 2.1em;
  line-height: 1.1em;
  min-width: 50%;
  margin-top: -10px;
}

/* line 144, scss/partials/_home.scss */
body.home #main .feature .row .intro-wrapper span.delimiter {
  display: block;
  content: "";
  width: 50px;
  height: 80%;
  margin-right: 30px;
  border-right: 2px solid #ffffff;
}

@media screen and (max-width: 39.99875em) {
  /* line 144, scss/partials/_home.scss */
  body.home #main .feature .row .intro-wrapper span.delimiter {
    display: none;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 155, scss/partials/_home.scss */
  body.home #main .feature .row .intro-wrapper .intro {
    margin-bottom: -1em;
  }
}

/* line 161, scss/partials/_home.scss */
body.home #main .feature .row .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 3em;
}

@media screen and (max-width: 39.99875em) {
  /* line 161, scss/partials/_home.scss */
  body.home #main .feature .row .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-right: 0;
  }
}

/* line 172, scss/partials/_home.scss */
body.home #main .feature .row .buttons a.button {
  font-size: 1.2em;
  padding: 1em 2em;
  margin: 0 0 0 1em;
}

@media screen and (max-width: 39.99875em) {
  /* line 172, scss/partials/_home.scss */
  body.home #main .feature .row .buttons a.button {
    margin: 0;
    display: block;
    width: 100%;
  }
}

/* line 181, scss/partials/_home.scss */
body.home #main .feature .row .buttons a.button.white {
  margin: 0 1em 0 0;
}

@media screen and (max-width: 39.99875em) {
  /* line 181, scss/partials/_home.scss */
  body.home #main .feature .row .buttons a.button.white {
    margin: 0 0 1em 0;
  }
}

/* line 186, scss/partials/_home.scss */
body.home #main .feature .row .buttons a.button.white:link, body.home #main .feature .row .buttons a.button.white:visited {
  background-color: #ffffff;
}

/* line 190, scss/partials/_home.scss */
body.home #main .feature .row .buttons a.button.white:hover, body.home #main .feature .row .buttons a.button.white:active {
  background-color: white;
}

/* ==========================================================================
   Pages
   ========================================================================== */
/* line 12, scss/partials/_page.scss */
body.page #main article .entry-content a:link, body.page #main article .entry-content a:visited {
  color: #3A3D49;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* line 17, scss/partials/_page.scss */
body.page #main article .entry-content a:hover, body.page #main article .entry-content a:active {
  color: #EC2E26;
  text-decoration: none;
}

/* line 25, scss/partials/_page.scss */
body.page #main article .entry-content section.engagements-listing ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: none;
  margin: 0;
}

@media screen and (max-width: 39.99875em) {
  /* line 25, scss/partials/_page.scss */
  body.page #main article .entry-content section.engagements-listing ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

/* line 36, scss/partials/_page.scss */
body.page #main article .entry-content section.engagements-listing ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  margin-right: 1em;
}

/* line 44, scss/partials/_page.scss */
body.page #main article .entry-content section.engagements-listing ul li h4 a:link, body.page #main article .entry-content section.engagements-listing ul li h4 a:visited {
  color: #30323c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 49, scss/partials/_page.scss */
body.page #main article .entry-content section.engagements-listing ul li h4 a:hover, body.page #main article .entry-content section.engagements-listing ul li h4 a:active {
  color: #30323c;
  text-decoration: none;
  opacity: .7;
}

/* line 78, scss/partials/_page.scss */
body.error404 #main section.options-content,
body.search #main section.options-content,
body.blog #main section.options-content,
body.post-type-archive-resources #main section.options-content,
section.no-results #main section.options-content,
section.not-found #main section.options-content {
  margin-bottom: 2rem;
}

/* line 81, scss/partials/_page.scss */
body.error404 #main section.options-content h2.title,
body.search #main section.options-content h2.title,
body.blog #main section.options-content h2.title,
body.post-type-archive-resources #main section.options-content h2.title,
section.no-results #main section.options-content h2.title,
section.not-found #main section.options-content h2.title {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

/* line 90, scss/partials/_page.scss */
body.error404 #main section.options-content h3.subtitle,
body.search #main section.options-content h3.subtitle,
body.blog #main section.options-content h3.subtitle,
body.post-type-archive-resources #main section.options-content h3.subtitle,
section.no-results #main section.options-content h3.subtitle,
section.not-found #main section.options-content h3.subtitle {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
  color: #30323c;
  margin-top: 0;
}

/* line 97, scss/partials/_page.scss */
body.error404 #main section.options-content .text p,
body.search #main section.options-content .text p,
body.blog #main section.options-content .text p,
body.post-type-archive-resources #main section.options-content .text p,
section.no-results #main section.options-content .text p,
section.not-found #main section.options-content .text p {
  font-size: 1.05em;
  line-height: 1.5;
  font-weight: 400;
  color: #666666;
}

/* line 104, scss/partials/_page.scss */
body.error404 #main .search-dialog,
body.search #main .search-dialog,
body.blog #main .search-dialog,
body.post-type-archive-resources #main .search-dialog,
section.no-results #main .search-dialog,
section.not-found #main .search-dialog {
  margin-top: 0;
  margin-bottom: 3rem;
}

/* line 107, scss/partials/_page.scss */
body.error404 #main .search-dialog h2,
body.search #main .search-dialog h2,
body.blog #main .search-dialog h2,
body.post-type-archive-resources #main .search-dialog h2,
section.no-results #main .search-dialog h2,
section.not-found #main .search-dialog h2 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  padding-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

/* line 127, scss/partials/_page.scss */
body.error404 .entry-content h2,
body.search .entry-content h2,
body.blog .entry-content h2,
section.no-results .entry-content h2,
section.not-found .entry-content h2 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
}

/* line 136, scss/partials/_page.scss */
body.error404 .entry-content h3,
body.search .entry-content h3,
body.blog .entry-content h3,
section.no-results .entry-content h3,
section.not-found .entry-content h3 {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
  color: #30323c;
  margin-top: 0;
}

/* line 149, scss/partials/_page.scss */
.page-template-template-careers #main .jobs article.job {
  margin-bottom: 3.5rem;
}

/* line 151, scss/partials/_page.scss */
.page-template-template-careers #main .jobs article.job p {
  font-size: .95em;
  line-height: 1.3;
  margin: 0;
  color: #30323c;
}

/* line 156, scss/partials/_page.scss */
.page-template-template-careers #main .jobs article.job p span {
  font-weight: 300;
  color: #666666;
}

/* line 162, scss/partials/_page.scss */
.page-template-template-careers #main .jobs article.job header.details p.posted,
.page-template-template-careers #main .jobs article.job header.details p.id {
  font-size: .9rem;
  line-height: 1.2;
  color: #666666;
  margin-bottom: .7rem;
}

/* line 169, scss/partials/_page.scss */
.page-template-template-careers #main .jobs article.job header.details p.id {
  display: none;
}

/* line 174, scss/partials/_page.scss */
.page-template-template-careers #main .jobs article.job .content h4.title {
  display: block;
  font-size: 1.3em;
  line-height: 1.1;
  font-weight: 500;
  color: #3A3D49;
  padding-bottom: .3rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ecf4f5;
}

/* line 194, scss/partials/_page.scss */
.page-template-template-careers #main .jobs article.job footer.cta {
  margin-top: 1rem;
}

/* line 196, scss/partials/_page.scss */
.page-template-template-careers #main .jobs article.job footer.cta a {
  font-size: .9em;
}

/* line 208, scss/partials/_page.scss */
body .landing-page .title-module {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 12rem;
}

/* line 215, scss/partials/_page.scss */
body .landing-page .title-module:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* line 226, scss/partials/_page.scss */
body .landing-page .title-module .slide-content-wrapper {
  position: relative;
  z-index: 5;
}

/* line 230, scss/partials/_page.scss */
body .landing-page .title-module .slide-content-wrapper .slide-content h1.title {
  max-width: 600px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.1;
}

/* line 235, scss/partials/_page.scss */
body .landing-page .title-module .slide-content-wrapper .slide-content h1.title strong {
  font-weight: 700;
}

/* line 238, scss/partials/_page.scss */
body .landing-page .title-module .slide-content-wrapper .slide-content h1.title span {
  display: block;
  color: #EC2E26;
}

/* line 243, scss/partials/_page.scss */
body .landing-page .title-module .slide-content-wrapper .slide-content h4.subheading {
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 1rem;
}

/* line 248, scss/partials/_page.scss */
body .landing-page .title-module .slide-content-wrapper .slide-content .intro {
  color: #ffffff;
}

/* line 253, scss/partials/_page.scss */
body .landing-page .title-module .slide-content-wrapper #form .hbspt-form {
  margin-top: 0;
}

/* line 258, scss/partials/_page.scss */
body .landing-page .title-module .angledge {
  width: 100%;
  height: 10vw;
  max-height: 150px;
  position: absolute;
  z-index: 20;
}

/* line 264, scss/partials/_page.scss */
body .landing-page .title-module .angledge.bottom {
  bottom: 0;
}

/* line 273, scss/partials/_page.scss */
body .footer.landing-page .contact a span.fa {
  color: #EC2E26;
  margin-right: .5rem;
}

/* line 284, scss/partials/_page.scss */
section.top-page-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ecf4f5;
}

/* line 291, scss/partials/_page.scss */
section.top-page-menu .section-container {
  width: 100%;
}

/* line 294, scss/partials/_page.scss */
section.top-page-menu .section-content {
  width: 100%;
  padding-bottom: 3.5rem;
}

/* line 297, scss/partials/_page.scss */
section.top-page-menu .section-content .breadcrumbs {
  padding-bottom: 3.5rem;
}

/* line 301, scss/partials/_page.scss */
section.top-page-menu .section-content .menu-wrapper ul.menu {
  margin: 0;
  padding: 2rem 3rem;
  background-color: #3A3D49;
}

@media screen and (max-width: 39.99875em) {
  /* line 301, scss/partials/_page.scss */
  section.top-page-menu .section-content .menu-wrapper ul.menu {
    margin-bottom: 2rem;
    margin-left: -2.6rem;
    margin-right: -2.6rem;
  }
}

/* line 310, scss/partials/_page.scss */
section.top-page-menu .section-content .menu-wrapper ul.menu li.menu-item {
  display: block;
  list-style-type: none;
  margin: .5rem 0;
  padding: 0;
}

/* line 315, scss/partials/_page.scss */
section.top-page-menu .section-content .menu-wrapper ul.menu li.menu-item a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 324, scss/partials/_page.scss */
section.top-page-menu .section-content .menu-wrapper ul.menu li.menu-item a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  position: absolute;
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 337, scss/partials/_page.scss */
section.top-page-menu .section-content .menu-wrapper ul.menu li.menu-item a:hover {
  color: #EC2E26;
  text-decoration: none;
}

/* line 340, scss/partials/_page.scss */
section.top-page-menu .section-content .menu-wrapper ul.menu li.menu-item a:hover::before {
  color: #EC2E26;
}

/* line 346, scss/partials/_page.scss */
section.top-page-menu .section-content .menu-wrapper ul.menu li.menu-item.current-menu-item a {
  color: #EC2E26;
}

/* line 348, scss/partials/_page.scss */
section.top-page-menu .section-content .menu-wrapper ul.menu li.menu-item.current-menu-item a::before {
  color: #EC2E26;
}

/* line 357, scss/partials/_page.scss */
section.top-page-menu h2.title {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
}

@media screen and (max-width: 39.99875em) {
  /* line 357, scss/partials/_page.scss */
  section.top-page-menu h2.title {
    font-size: 1.75em;
  }
}

/* line 365, scss/partials/_page.scss */
section.top-page-menu h2.title:after {
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  bottom: 8px;
  background-color: #EC2E26;
}

/* line 376, scss/partials/_page.scss */
section.top-page-menu h3.subtitle {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
  color: #30323c;
}

/* line 382, scss/partials/_page.scss */
section.top-page-menu h4.title {
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 400;
  color: #3A3D49;
}

/* line 389, scss/partials/_page.scss */
section.top-page-menu .text p {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #666666;
}

/* line 395, scss/partials/_page.scss */
section.top-page-menu .text ul {
  margin: 0;
  margin-bottom: 1.4rem;
  padding: 0;
  position: relative;
}

/* line 400, scss/partials/_page.scss */
section.top-page-menu .text ul li {
  margin: 0;
  margin-top: 1em;
  margin-left: 1.25rem;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  /* line 411, scss/partials/_page.scss */
  section.top-page-menu .cta .btn + .btn {
    margin-top: 1rem;
  }
}

/* ==========================================================================
   Index, Archive, Category...
   ========================================================================== */
/* line 15, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article,
body.archive #primary #main .entry-content article,
body.category #primary #main .entry-content article,
body.search #primary #main .entry-content article {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

/* line 18, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article:last-of-type,
body.archive #primary #main .entry-content article:last-of-type,
body.category #primary #main .entry-content article:last-of-type,
body.search #primary #main .entry-content article:last-of-type {
  padding-bottom: 1rem;
}

/* line 22, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article a.featured-image,
body.archive #primary #main .entry-content article a.featured-image,
body.category #primary #main .entry-content article a.featured-image,
body.search #primary #main .entry-content article a.featured-image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 24, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article a.featured-image .image-box,
body.archive #primary #main .entry-content article a.featured-image .image-box,
body.category #primary #main .entry-content article a.featured-image .image-box,
body.search #primary #main .entry-content article a.featured-image .image-box {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

/* line 31, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article a.featured-image:hover,
body.archive #primary #main .entry-content article a.featured-image:hover,
body.category #primary #main .entry-content article a.featured-image:hover,
body.search #primary #main .entry-content article a.featured-image:hover {
  opacity: .7;
}

/* line 36, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article .type,
body.archive #primary #main .entry-content article .type,
body.category #primary #main .entry-content article .type,
body.search #primary #main .entry-content article .type {
  font-size: .9em;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: .5em;
  color: #3A3D49;
}

/* line 43, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article h2.title,
body.archive #primary #main .entry-content article h2.title,
body.category #primary #main .entry-content article h2.title,
body.search #primary #main .entry-content article h2.title {
  padding: 0;
  margin-top: 0;
  font-size: 1.4em;
  line-height: 1.1;
  font-weight: 400;
  color: #30323c;
}

/* line 50, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article h2.title a,
body.archive #primary #main .entry-content article h2.title a,
body.category #primary #main .entry-content article h2.title a,
body.search #primary #main .entry-content article h2.title a {
  color: #30323c;
}

/* line 52, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article h2.title a:hover,
body.archive #primary #main .entry-content article h2.title a:hover,
body.category #primary #main .entry-content article h2.title a:hover,
body.search #primary #main .entry-content article h2.title a:hover {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
  color: #525567;
}

/* line 59, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article .date,
body.archive #primary #main .entry-content article .date,
body.category #primary #main .entry-content article .date,
body.search #primary #main .entry-content article .date {
  font-size: .9em;
  line-height: 1.1;
  font-weight: 400;
  color: #30323c;
  margin-top: .5em;
}

/* line 66, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article .excerpt,
body.archive #primary #main .entry-content article .excerpt,
body.category #primary #main .entry-content article .excerpt,
body.search #primary #main .entry-content article .excerpt {
  display: block;
  margin-top: 1em;
  font-size: 1.05em;
  line-height: 1.3;
}

/* line 73, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article a.read-more,
body.archive #primary #main .entry-content article a.read-more,
body.category #primary #main .entry-content article a.read-more,
body.search #primary #main .entry-content article a.read-more {
  display: block;
  margin-top: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: .9em;
}

/* line 79, scss/partials/_archive.scss */
body.blog #primary #main .entry-content article a.read-more span.fas,
body.archive #primary #main .entry-content article a.read-more span.fas,
body.category #primary #main .entry-content article a.read-more span.fas,
body.search #primary #main .entry-content article a.read-more span.fas {
  margin-right: .3em;
  color: #30323c;
}

/* ==========================================================================
   Posts
   ========================================================================== */
/* line 12, scss/partials/_single.scss */
body.single #primary #main article.hentry {
  padding-top: 1rem;
}

/* line 16, scss/partials/_single.scss */
body.single #primary #main article .entry-content {
  display: block;
  padding-bottom: 2rem;
}

/* line 20, scss/partials/_single.scss */
body.single #primary #main article .entry-content img.featured-image {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 26, scss/partials/_single.scss */
body.single #primary #main article .entry-content h2 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.8em;
  font-weight: 400;
  color: #30323c;
}

/* line 33, scss/partials/_single.scss */
body.single #primary #main article .entry-content h3 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.3em;
  font-weight: 400;
  color: #30323c;
}

/* line 40, scss/partials/_single.scss */
body.single #primary #main article .entry-content h5 {
  font-size: 1.2em;
}

/* line 50, scss/partials/_single.scss */
body.single #primary #main article .entry-content h1 strong,
body.single #primary #main article .entry-content h2 strong,
body.single #primary #main article .entry-content h3 strong,
body.single #primary #main article .entry-content h4 strong,
body.single #primary #main article .entry-content h5 strong,
body.single #primary #main article .entry-content h6 strong {
  font-weight: 400 !important;
}

/* line 55, scss/partials/_single.scss */
body.single #primary #main article .entry-content p {
  font-size: 1.05em;
  line-height: 1.5;
  font-weight: 3400;
}

/* line 59, scss/partials/_single.scss */
body.single #primary #main article .entry-content p:first-of-type {
  margin-top: 0;
}

/* line 64, scss/partials/_single.scss */
body.single #primary #main article .entry-content .intro {
  font-size: 1.2em;
  line-height: 1.4;
  color: #30323c;
}

/* line 68, scss/partials/_single.scss */
body.single #primary #main article .entry-content .intro .dropcap {
  float: left;
  font-size: 3em;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: -10px;
  margin-right: 15px;
  padding: 10px 12px 0 12px;
  border: 1px solid #3A3D49;
  position: relative;
}

/* line 81, scss/partials/_single.scss */
body.single #primary #main article .entry-content .intro .dropcap::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: 1px solid #3A3D49;
  background-color: #ffffff;
  top: -4px;
  left: -4px;
}

/* line 92, scss/partials/_single.scss */
body.single #primary #main article .entry-content .intro .dropcap::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: 1px solid #3A3D49;
  background-color: #ffffff;
  bottom: -4px;
  right: -4px;
}

/* line 112, scss/partials/_single.scss */
body.single #primary #main article .entry-content .resource-document-cta {
  display: block;
  width: 100%;
  margin-top: 3rem;
  background-color: #ecf4f5;
  padding: 2rem 2rem 1.5rem 2rem;
  border-left: 8px solid #3A3D49;
}

/* line 119, scss/partials/_single.scss */
body.single #primary #main article .entry-content .resource-document-cta a.btn {
  margin: 0 auto;
}

/* line 125, scss/partials/_single.scss */
body.single #primary #main article .entry-content .hbspt-form {
  margin-top: 0;
}

/* line 132, scss/partials/_single.scss */
body.single #primary #main article .culture-cta-row {
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0;
  background-color: #30323c;
}

/* line 141, scss/partials/_single.scss */
body.single #primary #main article .culture-cta-row .section-tilt {
  display: block;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  top: -1px;
  right: 0;
  bottom: 60px;
  left: 0;
}

/* line 151, scss/partials/_single.scss */
body.single #primary #main article .culture-cta-row .section-content {
  padding: 40px;
  z-index: 5;
  background-color: #ecf4f5;
  position: relative;
  text-align: center;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

/* line 161, scss/partials/_single.scss */
body.single #primary #main article .culture-cta-row .section-content h2.title {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  margin-bottom: 20px;
}

/* line 167, scss/partials/_single.scss */
body.single #primary #main article .culture-cta-row .section-content h2.title:after {
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  bottom: 8px;
  background-color: #EC2E26;
}

/* line 178, scss/partials/_single.scss */
body.single #primary #main article .culture-cta-row .section-content .text {
  margin-bottom: 20px;
}

/* line 180, scss/partials/_single.scss */
body.single #primary #main article .culture-cta-row .section-content .text p {
  color: #666666;
  font-size: 1.05em;
  line-height: 1.5;
  font-weight: 400;
}

/* line 188, scss/partials/_single.scss */
body.single #primary #main article .culture-cta-row .section-content .cta-container .cta {
  width: 100%;
}

/* line 190, scss/partials/_single.scss */
body.single #primary #main article .culture-cta-row .section-content .cta-container .cta .btn-text {
  color: #3A3D49;
}

/* line 193, scss/partials/_single.scss */
body.single #primary #main article .culture-cta-row .section-content .cta-container .cta .btn-text:hover {
  color: #EC2E26;
}

/* line 204, scss/partials/_single.scss */
body.single #primary #main article .entry-sidebar .annex ul.side-downloads,
body.single #primary #main article .entry-sidebar .annex ul.side-links {
  margin: 0;
  margin-bottom: 2rem;
  padding: 30px 30px 10px 30px;
  background-color: #ecf4f5;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 211, scss/partials/_single.scss */
body.single #primary #main article .entry-sidebar .annex ul.side-downloads li,
body.single #primary #main article .entry-sidebar .annex ul.side-links li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .95em;
  line-height: 100%;
  margin-bottom: 1rem;
  padding-left: 1.75em;
}

/* line 220, scss/partials/_single.scss */
body.single #primary #main article .entry-sidebar .annex ul.side-downloads li a:link, body.single #primary #main article .entry-sidebar .annex ul.side-downloads li a:visited,
body.single #primary #main article .entry-sidebar .annex ul.side-links li a:link,
body.single #primary #main article .entry-sidebar .annex ul.side-links li a:visited {
  line-height: 1.2;
  color: #3A3D49;
}

/* line 225, scss/partials/_single.scss */
body.single #primary #main article .entry-sidebar .annex ul.side-downloads li a:hover, body.single #primary #main article .entry-sidebar .annex ul.side-downloads li a:active,
body.single #primary #main article .entry-sidebar .annex ul.side-links li a:hover,
body.single #primary #main article .entry-sidebar .annex ul.side-links li a:active {
  color: #EC2E26;
  text-decoration: underline;
}

/* line 230, scss/partials/_single.scss */
body.single #primary #main article .entry-sidebar .annex ul.side-downloads li a span.fas,
body.single #primary #main article .entry-sidebar .annex ul.side-links li a span.fas {
  color: #30323c;
  margin-left: -1.75em;
  margin-right: .5em;
}

/* ==========================================================================
   Resources
   ========================================================================== */
/* line 9, scss/partials/_resources.scss */
body.post-type-archive-resources header.title-module,
body.tax-resource_format header.title-module,
body.tax-resource_need header.title-module {
  padding: 0;
}

/* line 11, scss/partials/_resources.scss */
body.post-type-archive-resources header.title-module h1.entry-title,
body.tax-resource_format header.title-module h1.entry-title,
body.tax-resource_need header.title-module h1.entry-title {
  display: none;
}

/* line 20, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-filters,
body.tax-resource_format #primary #main section.search-filters,
body.tax-resource_need #primary #main section.search-filters {
  margin-bottom: 40px;
}

/* line 23, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-filters .resource-center-search-form .filter-input,
body.tax-resource_format #primary #main section.search-filters .resource-center-search-form .filter-input,
body.tax-resource_need #primary #main section.search-filters .resource-center-search-form .filter-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 63.99875em) {
  /* line 23, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-filters .resource-center-search-form .filter-input,
  body.tax-resource_format #primary #main section.search-filters .resource-center-search-form .filter-input,
  body.tax-resource_need #primary #main section.search-filters .resource-center-search-form .filter-input {
    margin-bottom: 1rem;
  }
}

/* line 31, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-filters .resource-center-search-form .filter-input span.fas,
body.tax-resource_format #primary #main section.search-filters .resource-center-search-form .filter-input span.fas,
body.tax-resource_need #primary #main section.search-filters .resource-center-search-form .filter-input span.fas {
  position: absolute;
  right: 26px;
  color: #30323c;
}

/* line 36, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-filters .resource-center-search-form .filter-input label,
body.tax-resource_format #primary #main section.search-filters .resource-center-search-form .filter-input label,
body.tax-resource_need #primary #main section.search-filters .resource-center-search-form .filter-input label {
  display: none;
}

/* line 39, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-filters .resource-center-search-form .filter-input input#search_term,
body.tax-resource_format #primary #main section.search-filters .resource-center-search-form .filter-input input#search_term,
body.tax-resource_need #primary #main section.search-filters .resource-center-search-form .filter-input input#search_term {
  position: relative;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent)), -webkit-gradient(linear, left top, right top, from(#EC2E26), to(#EC2E26));
  background-image: linear-gradient(transparent 0%), linear-gradient(transparent 0%), linear-gradient(to right, #EC2E26, #EC2E26);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 7px 8px, 7px 8px, 1px 1.5em;
  background-repeat: no-repeat;
}

/* line 48, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-filters .resource-center-search-form .filter-input select#resource_need, body.post-type-archive-resources #primary #main section.search-filters .resource-center-search-form .filter-input select#resource_format,
body.tax-resource_format #primary #main section.search-filters .resource-center-search-form .filter-input select#resource_need,
body.tax-resource_format #primary #main section.search-filters .resource-center-search-form .filter-input select#resource_format,
body.tax-resource_need #primary #main section.search-filters .resource-center-search-form .filter-input select#resource_need,
body.tax-resource_need #primary #main section.search-filters .resource-center-search-form .filter-input select#resource_format {
  position: relative;
  width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, #30323c 50%), linear-gradient(135deg, #30323c 50%, transparent 50%), linear-gradient(to right, #EC2E26, #EC2E26);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 7px 8px, 7px 8px, 1px 1.5em;
  background-repeat: no-repeat;
}

/* line 68, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-filters .resource-center-search-form .submit input[type="submit"],
body.tax-resource_format #primary #main section.search-filters .resource-center-search-form .submit input[type="submit"],
body.tax-resource_need #primary #main section.search-filters .resource-center-search-form .submit input[type="submit"] {
  width: 100%;
}

/* line 77, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource,
body.tax-resource_format #primary #main section.search-results article.resource,
body.tax-resource_need #primary #main section.search-results article.resource {
  padding-bottom: 1rem;
}

/* line 79, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink {
  min-height: 336px;
  display: block;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 91, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink:before,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink:before,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 8px;
  background-color: #EC2E26;
  z-index: 15;
}

/* line 102, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink .label,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink .label,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink .label {
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #EC2E26;
  color: #30323c;
  font-size: 1.35rem;
  padding: 10px 20px 8px 20px;
  z-index: 10;
}

/* line 113, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink .image-box,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink .image-box,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink .image-box {
  display: block;
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 124, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink header.details,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink header.details,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink header.details {
  padding: 12px 20px 15px 30px;
  position: relative;
  display: block;
}

/* line 128, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink header.details .format,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink header.details .format,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink header.details .format {
  background-color: #3A3D49;
  color: #ffffff;
  display: block;
  position: absolute;
  padding: 18px 22px 12px 22px;
  top: -22px;
  z-index: 10;
}

/* line 136, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink header.details .format span.fas,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink header.details .format span.fas,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink header.details .format span.fas {
  font-size: 1.5rem;
  line-height: 100%;
}

/* line 141, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink header.details .need,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink header.details .need,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink header.details .need {
  font-size: .9rem;
  line-height: 1.2;
  margin-left: 76px;
}

/* line 147, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink .content,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink .content,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink .content {
  padding: 20px 20px 20px 30px;
}

/* line 149, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink .content .date,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink .content .date,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink .content .date {
  display: block;
  color: #30323c;
  font-size: .8em;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* line 156, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink .content h2.title,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink .content h2.title,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink .content h2.title {
  color: #30323c;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

/* line 163, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink .content .excerpt,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink .content .excerpt,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink .content .excerpt {
  color: #666666;
  display: block;
  margin-top: 1em;
  font-size: 1em;
  line-height: 1.3;
}

/* line 171, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink footer.cta,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink footer.cta,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink footer.cta {
  padding: 15px 20px 15px 30px;
}

/* line 173, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink footer.cta button,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink footer.cta button,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink footer.cta button {
  font-size: .9em;
  line-height: 1.2;
  color: #3A3D49;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 179, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink footer.cta button span.fas,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink footer.cta button span.fas,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink footer.cta button span.fas {
  color: #30323c;
  margin-right: 7px;
}

/* line 185, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink:hover,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink:hover,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink:hover {
  text-decoration: none;
  background-color: #fffaeb;
}

/* line 188, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink:hover .image-box,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink:hover .image-box,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink:hover .image-box {
  opacity: .7;
}

/* line 191, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results article.resource a.invisilink:hover footer button,
body.tax-resource_format #primary #main section.search-results article.resource a.invisilink:hover footer button,
body.tax-resource_need #primary #main section.search-results article.resource a.invisilink:hover footer button {
  color: #EC2E26;
}

/* line 200, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results .resources-featured article.resource.featured a.invisilink,
body.tax-resource_format #primary #main section.search-results .resources-featured article.resource.featured a.invisilink,
body.tax-resource_need #primary #main section.search-results .resources-featured article.resource.featured a.invisilink {
  min-height: 380px;
  padding-bottom: 3rem;
}

/* line 203, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results .resources-featured article.resource.featured a.invisilink:before,
body.tax-resource_format #primary #main section.search-results .resources-featured article.resource.featured a.invisilink:before,
body.tax-resource_need #primary #main section.search-results .resources-featured article.resource.featured a.invisilink:before {
  display: none;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  /* line 213, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink:before,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink:before,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink:before,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink:before,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink:before,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink:before {
    display: none;
  }
  /* line 216, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .label,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .label,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .label,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .label,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .label,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .label {
    display: block;
  }
  /* line 219, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .image-box,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .image-box,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .image-box,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .image-box,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .image-box,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .image-box {
    position: absolute;
    top: 0;
    right: 40%;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  /* line 228, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink header.details,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink header.details,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink header.details {
    padding: 30px 20px 20px 60%;
    margin-left: -31px;
    z-index: 20;
  }
  /* line 232, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details .format,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink header.details .format,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details .format,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink header.details .format,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details .format,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink header.details .format {
    top: 0;
  }
  /* line 236, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content {
    padding-left: 60%;
  }
  /* line 239, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .date,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .title,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .excerpt,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .date,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .title,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .excerpt,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .date,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .title,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .excerpt,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .date,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .title,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .excerpt,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .date,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .title,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .excerpt,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .date,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .title,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .excerpt {
    padding-left: 20px;
  }
  /* line 244, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .excerpt,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .excerpt,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .excerpt,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .excerpt,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .excerpt,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .content .excerpt {
    min-height: 230px;
  }
  /* line 248, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink footer.cta,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink footer.cta,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink footer.cta {
    position: absolute;
    bottom: 0;
    padding-left: 60%;
  }
  /* line 252, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta button,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink footer.cta button,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta button,
  body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink footer.cta button,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta button,
  body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink footer.cta button {
    margin-left: 20px;
  }
}

@media screen and (min-width: 64em) {
  /* line 264, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink:before,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink:before,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink:before {
    display: none;
  }
  /* line 267, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .label,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .label,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .label {
    display: block;
  }
  /* line 270, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .image-box,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .image-box,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .image-box {
    position: absolute;
    top: 0;
    right: 40%;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  /* line 279, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details {
    padding: 24px 20px 20px 60%;
    margin-left: -31px;
    z-index: 20;
  }
  /* line 283, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details .format,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details .format,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink header.details .format {
    top: 0;
  }
  /* line 287, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content {
    padding-left: 60%;
    padding-top: 80px;
  }
  /* line 290, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .date,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .title,
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .excerpt,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .date,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .title,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .excerpt,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .date,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .title,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .content .excerpt {
    padding-left: 20px;
  }
  /* line 296, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta {
    position: absolute;
    bottom: 0;
    padding-left: 60%;
  }
  /* line 300, scss/partials/_resources.scss */
  body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta button,
  body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta button,
  body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink footer.cta button {
    margin-left: 20px;
  }
}

/* line 312, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .label,
body.post-type-archive-resources #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .label,
body.tax-resource_format #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .label,
body.tax-resource_format #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .label,
body.tax-resource_need #primary #main section.search-results .resources-featured .first article.resource.featured a.invisilink .label,
body.tax-resource_need #primary #main section.search-results .resources-featured .second article.resource.featured a.invisilink .label {
  display: block;
}

/* line 322, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resources-all,
body.tax-resource_format #primary #main .resources-all,
body.tax-resource_need #primary #main .resources-all {
  width: 100%;
}

/* line 324, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resources-all .no-resources,
body.tax-resource_format #primary #main .resources-all .no-resources,
body.tax-resource_need #primary #main .resources-all .no-resources {
  width: 100%;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

/* line 329, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resources-all .no-resources h3,
body.tax-resource_format #primary #main .resources-all .no-resources h3,
body.tax-resource_need #primary #main .resources-all .no-resources h3 {
  display: block;
}

/* line 332, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resources-all .no-resources h5,
body.tax-resource_format #primary #main .resources-all .no-resources h5,
body.tax-resource_need #primary #main .resources-all .no-resources h5 {
  display: block;
  font-weight: 300;
}

/* line 338, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .load-more-container,
body.tax-resource_format #primary #main .load-more-container,
body.tax-resource_need #primary #main .load-more-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0.9375rem;
}

/* line 343, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .load-more-container #resources-load-more-button,
body.tax-resource_format #primary #main .load-more-container #resources-load-more-button,
body.tax-resource_need #primary #main .load-more-container #resources-load-more-button {
  display: block;
  text-align: center;
}

/* line 350, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resources-no-results,
body.tax-resource_format #primary #main .resources-no-results,
body.tax-resource_need #primary #main .resources-no-results {
  margin-top: 3rem;
  margin-bottom: 7rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 356, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .pagination,
body.tax-resource_format #primary #main .pagination,
body.tax-resource_need #primary #main .pagination {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

/* line 367, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resource-center-cta,
body.tax-resource_format #primary #main .resource-center-cta,
body.tax-resource_need #primary #main .resource-center-cta {
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0;
  background-color: #30323c;
}

/* line 376, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resource-center-cta .section-tilt,
body.tax-resource_format #primary #main .resource-center-cta .section-tilt,
body.tax-resource_need #primary #main .resource-center-cta .section-tilt {
  display: block;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  top: -1px;
  right: 0;
  bottom: 60px;
  left: 0;
}

/* line 386, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resource-center-cta .section-content,
body.tax-resource_format #primary #main .resource-center-cta .section-content,
body.tax-resource_need #primary #main .resource-center-cta .section-content {
  padding: 40px;
  z-index: 5;
  background-color: #ecf4f5;
  position: relative;
  text-align: center;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

/* line 396, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resource-center-cta .section-content h2.title,
body.tax-resource_format #primary #main .resource-center-cta .section-content h2.title,
body.tax-resource_need #primary #main .resource-center-cta .section-content h2.title {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  margin-bottom: 20px;
}

/* line 402, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resource-center-cta .section-content h2.title:after,
body.tax-resource_format #primary #main .resource-center-cta .section-content h2.title:after,
body.tax-resource_need #primary #main .resource-center-cta .section-content h2.title:after {
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  bottom: 8px;
  background-color: #EC2E26;
}

/* line 413, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resource-center-cta .section-content .text,
body.tax-resource_format #primary #main .resource-center-cta .section-content .text,
body.tax-resource_need #primary #main .resource-center-cta .section-content .text {
  margin-bottom: 20px;
}

/* line 415, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resource-center-cta .section-content .text p,
body.tax-resource_format #primary #main .resource-center-cta .section-content .text p,
body.tax-resource_need #primary #main .resource-center-cta .section-content .text p {
  color: #666666;
  font-size: 1.05em;
  line-height: 1.5;
  font-weight: 400;
}

/* line 423, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resource-center-cta .section-content .cta-container .cta,
body.tax-resource_format #primary #main .resource-center-cta .section-content .cta-container .cta,
body.tax-resource_need #primary #main .resource-center-cta .section-content .cta-container .cta {
  width: 100%;
}

/* line 425, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resource-center-cta .section-content .cta-container .cta .btn-text,
body.tax-resource_format #primary #main .resource-center-cta .section-content .cta-container .cta .btn-text,
body.tax-resource_need #primary #main .resource-center-cta .section-content .cta-container .cta .btn-text {
  color: #3A3D49;
}

/* line 428, scss/partials/_resources.scss */
body.post-type-archive-resources #primary #main .resource-center-cta .section-content .cta-container .cta .btn-text:hover,
body.tax-resource_format #primary #main .resource-center-cta .section-content .cta-container .cta .btn-text:hover,
body.tax-resource_need #primary #main .resource-center-cta .section-content .cta-container .cta .btn-text:hover {
  color: #EC2E26;
}

/* ==========================================================================
   Resources
   ========================================================================== */
/* line 11, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-filters {
  margin-bottom: 40px;
}

/* line 14, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-filters .culture-posts-search-form .filter-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 63.99875em) {
  /* line 14, scss/partials/_culture.scss */
  body.post-type-archive-culture #primary #main section.search-filters .culture-posts-search-form .filter-input {
    margin-bottom: 1rem;
  }
}

/* line 22, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-filters .culture-posts-search-form .filter-input span.fas {
  position: absolute;
  right: 26px;
  color: #30323c;
}

/* line 27, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-filters .culture-posts-search-form .filter-input label {
  display: none;
}

/* line 30, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-filters .culture-posts-search-form .filter-input input#search_term {
  position: relative;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent)), -webkit-gradient(linear, left top, right top, from(#EC2E26), to(#EC2E26));
  background-image: linear-gradient(transparent 0%), linear-gradient(transparent 0%), linear-gradient(to right, #EC2E26, #EC2E26);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 7px 8px, 7px 8px, 1px 1.5em;
  background-repeat: no-repeat;
}

/* line 39, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-filters .culture-posts-search-form .filter-input select#culture_category {
  position: relative;
  width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, #30323c 50%), linear-gradient(135deg, #30323c 50%, transparent 50%), linear-gradient(to right, #EC2E26, #EC2E26);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 7px 8px, 7px 8px, 1px 1.5em;
  background-repeat: no-repeat;
}

/* line 56, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-filters .culture-posts-search-form .submit input[type="submit"] {
  width: 100%;
}

/* line 65, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results .search-results-content {
  width: 100%;
}

/* line 68, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post {
  padding-bottom: 1rem;
}

/* line 70, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink {
  min-height: 315px;
  display: block;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 82, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 8px;
  background-color: #3A3D49;
  z-index: 15;
}

/* line 93, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink .image-box {
  display: block;
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 104, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink header.details {
  padding: 12px 20px 0 30px;
  position: relative;
  display: block;
}

/* line 108, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink header.details .need {
  font-size: .85rem;
  line-height: 1.2;
  margin-left: 76px;
}

/* line 114, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink .content {
  padding: 10px 20px 20px 30px;
}

/* line 116, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink .content .date {
  display: block;
  color: #30323c;
  font-size: .8em;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* line 123, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink .content h2.title {
  color: #30323c;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

/* line 131, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink footer.cta {
  text-align: left;
  padding: 0 20px 15px 30px;
}

/* line 134, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink footer.cta button {
  font-size: .9em;
  line-height: 1.2;
  color: #3A3D49;
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 140, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink footer.cta button span.fas {
  color: #30323c;
  margin-right: 7px;
}

/* line 146, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink:hover {
  text-decoration: none;
  background-color: #ecf4f5;
}

/* line 149, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink:hover .image-box {
  opacity: .7;
}

/* line 152, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main section.search-results article.culture-post a.invisilink:hover footer button {
  color: #EC2E26;
}

/* line 160, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture_category-all {
  width: 100%;
}

/* line 162, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture_category-all .no-resources {
  width: 100%;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

/* line 167, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture_category-all .no-resources h3 {
  display: block;
}

/* line 170, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture_category-all .no-resources h5 {
  display: block;
  font-weight: 300;
}

/* line 176, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .load-more-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0.9375rem 0 0.9375rem;
}

/* line 181, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .load-more-container #resources-load-more-button {
  display: block;
  text-align: center;
}

/* line 188, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture-cta-row {
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0;
  background-color: #30323c;
}

/* line 197, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture-cta-row .section-tilt {
  display: block;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  top: -1px;
  right: 0;
  bottom: 60px;
  left: 0;
}

/* line 207, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture-cta-row .section-content {
  padding: 40px;
  z-index: 5;
  background-color: #ecf4f5;
  position: relative;
  text-align: center;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

/* line 217, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture-cta-row .section-content h2.title {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  color: #3A3D49;
  margin-bottom: 20px;
}

/* line 223, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture-cta-row .section-content h2.title:after {
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  bottom: 8px;
  background-color: #EC2E26;
}

/* line 234, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture-cta-row .section-content .text {
  margin-bottom: 20px;
}

/* line 236, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture-cta-row .section-content .text p {
  color: #666666;
  font-size: 1.05em;
  line-height: 1.5;
  font-weight: 400;
}

/* line 244, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture-cta-row .section-content .cta-container .cta {
  width: 100%;
}

/* line 246, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture-cta-row .section-content .cta-container .cta .btn-text {
  color: #3A3D49;
}

/* line 249, scss/partials/_culture.scss */
body.post-type-archive-culture #primary #main .culture-cta-row .section-content .cta-container .cta .btn-text:hover {
  color: #EC2E26;
}

/* ==========================================================================
   Team CPT
   ========================================================================== */
/* line 10, scss/partials/_careers.scss */
body.single-careers #primary #main .breadcrumbs {
  margin-bottom: 2em;
}

/* line 14, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content {
  padding-top: 0 !important;
}

/* line 19, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content header .info-wrapper h1 {
  color: #30323c;
  font-size: 2em;
  margin-top: 1em;
}

@media screen and (min-width: 64em) {
  /* line 19, scss/partials/_careers.scss */
  body.single-careers #primary #main .entry-content header .info-wrapper h1 {
    margin-top: 2.3em;
  }
}

/* line 27, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content header .info-wrapper .title {
  color: #30323c;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
}

/* line 33, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content header .info-wrapper h2 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 1em;
}

/* line 40, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section {
  margin-top: 3em;
  margin-bottom: 3em;
}

/* line 43, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section h3 {
  font-size: 1.5em;
}

/* line 46, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section.callout {
  background-color: #ee2d24;
  color: #ffffff;
  padding: 3em;
}

/* line 50, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section.callout h3 {
  display: inline-block;
  padding: .8em .8em .8em 3em;
  margin-top: .25em;
  margin-bottom: 1em;
  margin-left: -3em;
  background-color: #ffffff;
}

/* line 59, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section#summary {
  margin-top: 0 !important;
  background-color: #e9e9e9;
  color: #30323c;
  padding: 2em 2em 1em 2em;
}

/* line 64, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section#summary ul.details {
  margin: 0;
  padding: 0;
}

/* line 67, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section#summary ul.details li {
  list-style-type: none;
  margin: 0;
  margin-bottom: .5em;
  padding: 0;
  padding-bottom: .7em;
  border-bottom: 1px solid #ffffff;
}

/* line 74, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section#summary ul.details li p {
  margin-bottom: .5em;
}

/* line 76, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section#summary ul.details li p:last-of-type {
  margin-bottom: 0;
}

/* line 80, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section#summary ul.details li span.field {
  width: 150px;
  display: inline-block;
  font-weight: 700;
}

@media screen and (max-width: 39.99875em) {
  /* line 80, scss/partials/_careers.scss */
  body.single-careers #primary #main .entry-content section#summary ul.details li span.field {
    display: block;
    margin-bottom: .5em;
  }
}

/* line 88, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section#summary ul.details li span.field + p {
  margin-top: 0;
}

/* line 91, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section#summary ul.details li span.field.intro {
  display: block;
  margin-bottom: .5em;
}

/* line 96, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-content section#summary ul.details li:last-of-type {
  border: none;
}

/* line 106, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-side .skills-widget,
body.single-careers #primary #main .entry-side .interest-widget {
  background-color: #ffffff;
  border: 1px solid #696969;
  padding: 30px;
  margin-top: -1px;
}

/* line 112, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-side .skills-widget ul,
body.single-careers #primary #main .entry-side .interest-widget ul {
  margin: 1.5em 0 0 0;
  padding: 0;
  padding-left: 1em;
}

/* line 116, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-side .skills-widget ul li,
body.single-careers #primary #main .entry-side .interest-widget ul li {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: .9em;
  line-height: 1.5em;
}

/* line 121, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-side .skills-widget ul li:last-of-type,
body.single-careers #primary #main .entry-side .interest-widget ul li:last-of-type {
  margin: 0;
}

/* line 124, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-side .skills-widget ul li a,
body.single-careers #primary #main .entry-side .interest-widget ul li a {
  color: #ee2d24;
}

/* line 126, scss/partials/_careers.scss */
body.single-careers #primary #main .entry-side .skills-widget ul li a:hover,
body.single-careers #primary #main .entry-side .interest-widget ul li a:hover {
  color: #EC2E26;
  text-decoration: none;
}

/* line 138, scss/partials/_careers.scss */
body.single-careers #primary #main .cta-form {
  margin-top: 0;
}

/* line 156, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 1em;
}

/* line 163, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing article {
  margin-bottom: 2em;
}

/* line 165, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing article.summary {
  color: #30323c;
  background-color: #e9e9e9;
  position: relative;
  padding: 1.5em 2em;
  /*-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
						-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
						box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);*/
}

/* line 173, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing article.summary h4 {
  margin-bottom: .8em;
  font-size: 1.3em;
}

/* line 177, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing article.summary h4 a:link, body.page-template-page-careers #primary #main #job-listing article.summary h4 a:visited {
  color: #30323c;
}

/* line 181, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing article.summary h4 a:hover, body.page-template-page-careers #primary #main #job-listing article.summary h4 a:active {
  opacity: .7;
  text-decoration: none;
}

/* line 188, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing article.summary ul.details {
  margin: 0;
  padding: 0;
}

/* line 191, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing article.summary ul.details li {
  font-size: .9em;
  line-height: 1.2em;
  list-style-type: none;
  margin: 0;
  margin-bottom: .3em;
  padding: 0;
  padding-bottom: .4em;
  border-bottom: 1px solid #ffffff;
}

/* line 200, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing article.summary ul.details li p {
  margin-bottom: .1em;
}

/* line 202, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing article.summary ul.details li p:last-of-type {
  margin-bottom: 0;
}

/* line 206, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing article.summary ul.details li span.field {
  width: 150px;
  display: inline-block;
  font-weight: 700;
}

@media screen and (max-width: 39.99875em) {
  /* line 206, scss/partials/_careers.scss */
  body.page-template-page-careers #primary #main #job-listing article.summary ul.details li span.field {
    display: block;
    margin-bottom: .1em;
  }
}

/* line 215, scss/partials/_careers.scss */
body.page-template-page-careers #primary #main #job-listing article.summary ul.details li:last-of-type {
  border: none;
  padding-bottom: 0;
}

/* ==========================================================================
   Services CPT
   ========================================================================== */
/* line 13, scss/partials/_services.scss */
body.single-services #primary #main article .entry-header h1.entry-title {
  margin-bottom: 0 !important;
}

/* line 16, scss/partials/_services.scss */
body.single-services #primary #main article .entry-header h2 {
  margin-top: .5em;
}

@media screen and (min-width: 40em) {
  /* line 26, scss/partials/_services.scss */
  body.single-services #primary #main article .module-text .columns.medium-6.content-left {
    border-right: 1px solid #696969;
    padding-right: 2em;
  }
  /* line 30, scss/partials/_services.scss */
  body.single-services #primary #main article .module-text .columns.medium-6.content-right {
    padding-left: 2em;
  }
}

/* ==========================================================================
   Shareblock
   ========================================================================== */
/* line 6, scss/partials/_shareblock.scss */
.shareblock {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 3rem;
  padding-bottom: .75rem;
}

/* line 15, scss/partials/_shareblock.scss */
.shareblock:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

/* line 28, scss/partials/_shareblock.scss */
.shareblock h4 {
  margin-right: 1rem;
  display: inline-block;
  color: #666666;
  font-size: 1.05em;
  font-weight: 500;
}

/* line 35, scss/partials/_shareblock.scss */
.shareblock .channels {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
  margin-top: 7px;
  display: inline-block;
}

@media screen and (min-width: 40em) {
  /* line 35, scss/partials/_shareblock.scss */
  .shareblock .channels {
    padding: 0;
  }
}

/* line 45, scss/partials/_shareblock.scss */
.shareblock .channels li {
  list-style-type: none;
  margin: 0;
  margin-right: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  padding-top: 7px;
  display: inline-block;
  text-align: center;
  width: 38px;
  height: 38px;
  background-color: #EC2E26;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 62, scss/partials/_shareblock.scss */
.shareblock .channels li:hover {
  background-color: #EC2E26;
}

@media screen and (min-width: 40em) {
  /* line 45, scss/partials/_shareblock.scss */
  .shareblock .channels li {
    display: block;
    margin: 0;
    margin-bottom: 1rem;
  }
}

/* line 70, scss/partials/_shareblock.scss */
.shareblock .channels li a {
  color: #fff;
  font-size: 1.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

/* line 75, scss/partials/_shareblock.scss */
.shareblock .channels li a .name {
  display: none;
}

/* Apr 2022 New Megamenu */
/* a.wpmm_mobile_menu_btn.show-close-icon,
.wpmm_brand_logo_wrap {
  display: none !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu>li.wpmm-row>ul.wp-megamenu-sub-menu {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

#wp-megamenu-menu-main>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
  width: 750px !important;
  box-shadow: 0 0 5px rgb(0, 0, 0, .4);
  padding: 20px 0;
  top: 60px;
}

#wp-megamenu-menu-main>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu,
#wp-megamenu-menu-main>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
  box-shadow: 0 0 5px rgb(0, 0, 0, .4);
}

li.menu-item-has-children>ul.wp-megamenu-sub-menu:before {
  content: '';
  width: 35px;
  height: 35px;
  display: block !important;
  position: absolute;
  top: 2px;
  left: 74px;
  margin-left: -0.5em;
  box-sizing: border-box;
  border: 1em solid white;
  border-color: transparent transparent white white;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px 0 rgb(0 0 0 / 20%);
  background: white;
}

#wp-megamenu-menu-main>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget {
  width: 100% !important;
}

#header.site-header #site-navigation .main-navigation ul#menu-main-menu li a:link,
#header.site-header #site-navigation .main-navigation ul#menu-main-menu li a:visited {
  word-break: break-word !important;
}

#header.site-header #site-navigation .main-navigation ul#menu-main-menu>li>a {
  padding-bottom: 23px !important;
}

#header.site-header #site-navigation .main-navigation ul#menu-main-menu ul.wp-megamenu-sub-menu li {
  display: block !important;
} */

#header.site-header #site-navigation .main-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#header.site-header #mega-menu-wrap-menu-main {
  order: 1;
}

#header.site-header button.navigation-search-toggle {
  order: 2;
}

#header.site-header #site-navigation .navigation-cta {
  order: 3;
}

/* BELOW: menu item with megamenu submenu menu */
/* flex on columns in submenu */
#mega-menu-wrap-menu-main #mega-menu-menu-main li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  display: flex !important;
  flex-wrap: wrap !important;
}

/* textwidget title */
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
  font-size: 26px !important;
  font-weight: 400 !important;
  color: #EC2E26 !important;
}

/* all main columns in submenu */
#mega-menu-wrap-menu-main #mega-menu-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12 {
  padding: 20px 10px;
}

#mega-menu-wrap-menu-main #mega-menu-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12:last-child {
  background: #30323c !important;
}

/* anchors and p tags in 3rd/final column */
#mega-menu-wrap-menu-main #mega-menu-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12:last-child p,
#mega-menu-wrap-menu-main #mega-menu-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12:last-child a {
  color: white !important;
}

/* all anchors */
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item>a.mega-menu-link {
  height: initial !important;
  padding-bottom: 0 !important;
  line-height: initial !important;
}

#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  text-transform: initial !important;
  line-height: initial !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  font-size: 18px !important;
}

/* textwidget p */
#mega-menu-wrap-menu-main #mega-menu-menu-main p {
  margin: 0 0 5px 0 !important;
  font-size: 16px;
}

/* anchor icon */
#mega-menu-wrap-menu-main #mega-menu-menu-main li.mega-menu-item a.mega-menu-link:before {
  padding-right: 20px !important;
  width: 20px !important;
}


/* BELOW: flyout menu submenu, menu items with no mega menu */
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-flyout ul.mega-sub-menu {
  width: 250px !important;
}

#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;
  line-height: initial;
  font-weight: 500;
  color: #3A3D49;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Both types of submenu */
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu,
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-flyout ul.mega-sub-menu {
  margin-top: 30px;
}

#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu:before,
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-flyout ul.mega-sub-menu:before {
  content: '';
  width: 35px;
  height: 35px;
  display: block !important;
  position: absolute;
  top: 2px;
  left: 74px;
  margin-left: -0.5em;
  box-sizing: border-box;
  border: 1em solid white;
  border-color: transparent transparent white white;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px 0 rgb(0 0 0 / 20%);
  background: white;
}

#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item>a.mega-menu-link {
  transition: all .5s ease;
}

/* yellow border under active,hover,current menu item */
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:after,
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:after,
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link:after,
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item>a.mega-menu-link:after {
  content: '';
  height: 5px;
  width: calc(100% - 20px);
  background: transparent;
  display: block;
  transition: all .5s ease;
}

#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:after,
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:after,
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link:after,
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item:hover>a.mega-menu-link:after {
  background: #EC2E26;
}

/* active,current menu item state in special/non-flyout megamenu*/
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
  color: #EC2E26;
  ;
}

#mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link {
  color: #EC2E26;
}

#mega-menu-wrap-menu-main #mega-menu-menu-main {
  margin-top: 5px;
}

@media screen and (max-width: 1399px) {

  /* #header.site-header #site-navigation .navigation-cta, */
  #header.site-header button.navigation-search-toggle {
    display: none !important;
  }

  #header.site-header #site-navigation .navigation-cta {
    order: 1;
    margin-right: 40px;
    top: -3px;
    float: none;
    display: block;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item>a.mega-menu-link {
    padding: 15px 0 !important;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu:before,
  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-flyout ul.mega-sub-menu:before {
    display: none !important;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12 {
    padding: 5px 0 !important;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu {
    box-shadow: initial !important;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main p {
    font-size: 20px;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,
  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column:first-child>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    margin-top: 20px;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,
  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column:first-child>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    margin-top: 0;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    border-bottom: 3px solid #EC2E26;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column:first-child>ul.mega-sub-menu>li.mega-menu-item {
    padding-top: 0 !important;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main>li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: initial !important;
    max-width: 100% !important;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
  #mega-menu-wrap-menu-main #mega-menu-menu-main li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #mega-menu-wrap-menu-main #mega-menu-menu-main {
    margin-top: 0;
  }
}

@media screen and (max-width: 650px) {
  #header.site-header #site-navigation .navigation-cta {
    display: none;
  }
}









/* home rebranding changes */
@media screen and (min-width: 1400px) {
  li#mega-menu-2747-0-0 {
      position: absolute !important;
      width: 66.6666% !important;
  }
}
li#mega-menu-2747-0-0 li#mega-menu-item-text-8 {
  padding-bottom: 0 !important;
}
#mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li#mega-menu-2747-0-0.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
  text-align: center;
  margin-top: 23px;
}
#mega-menu-2747-0-1,
#mega-menu-2747-0-2 {
  padding-top: 80px !important;
}
#mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li#mega-menu-2747-0-1.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,
#mega-menu-menu-main>li.mega-menu-megamenu>ul.mega-sub-menu li#mega-menu-2747-0-2.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
  font-size: 20px !important;
  font-weight: bold !important;
}
body.home section.flexible-content-row.software-presentation-row .cmic-tabs .decoration::after,
body.home section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-wrap .cmic-tab.right,
body.home section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .right {
  background-color: #3A3D49;
}
body.home section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .right {
  border-top-color: #3A3D49;
  border-bottom-color: #3A3D49;
}
body.home section.flexible-content-row.software-presentation-row .cmic-tabs .cmic-tabs-content-wrap .cmic-tab-content .content-box p:first-of-type {
  margin: 0;
  margin-bottom: 0;
}
body.home section.flexible-content-row h2.title {
  color: #3A3D49;
}
section#home-key-players-heading.flexible-content-row.text-row .section-content .narrow.heading .columns {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}
body.rebrand .page-header .container .inner .cta {
  margin-top: 30px;
}
body.rebrand .page-header .container .inner {
  background: rgba(255, 255, 255, .5);
}
/* Construct Overview banner */
body.rebrand.rebrand-construct-overview .page-header .container .inner {
  background: rgba(255, 255, 255, .8);
}
body.rebrand.rebrand-construct-overview #services-grid-row .grid-container {
  max-width: 1060px;
}
@media screen and (min-width: 64em) {
  body.rebrand.rebrand-construct-overview #services-grid-row .large-up-3 > .cell {
    width: 50%;
  }
}
body.rebrand a:link, 
body.rebrand a:visited {
  color: #3A3D49;
}
body.rebrand #breadcrumbs {
  display: none;
}
body.rebrand section.flexible-content-row.flexible-content-row .blue {
  background-color: #3A3D49;
}
body.rebrand section.flexible-content-row.video-and-text-feature-row .section-container .color-overlay, 
body.rebrand section.flexible-content-row.new-video-and-text-feature-row .section-container .color-overlay {
  opacity: 1;
}
body.rebrand .page-header .container .inner h1.entry-title, 
body.rebrand .page-header .container .inner h1.page-title {
  color: #3A3D49;
}
body.rebrand section.flexible-content-row.text-row .section-content h2.title {
  color: #3A3D49;
}
body.rebrand section#project-management-section-1.flexible-content-row.text-row .section-content .heading .columns {
  width: 100%;
  max-width: 1370px;
  flex: 0 0 auto;
}
body.rebrand section#project-management-section-1.flexible-content-row.text-row .section-content .text .columns {
  width: 100%;
  max-width: 1140px;
  flex: 0 0 auto;
}
body.rebrand section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content h3.title {
  color: #3A3D49;
}
body.rebrand section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content {
  padding-top: 80px;
}
body.rebrand.rebrand-construct-overview.single .page-header.default-image {
  padding-top: 3.4rem;
  padding-bottom: 3.3rem;
}
body.rebrand.rebrand-construct-overview section#construct-overview-section-3 + section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content {
  padding-top: 59px;
}
body.rebrand.rebrand-construct-overview section#construct-overview-section-3 + section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content .icon {
  width: 100%;
  max-width: 290px;
  height: 45px;
}
body.rebrand.rebrand-construct-overview section#construct-overview-section-3 + section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content .icon img {
  position: static;
  width: auto;
  height: auto;
}
body.rebrand section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content .icon {
  height: 116px;
  position: relative;
  margin-bottom: 54px;
}
body.rebrand section.flexible-content-row.services-grid-row .grid-container .section-content .cards .card .card-content .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
body.rebrand section#learn-more-section.flexible-content-row.text-row .section-content .heading .columns {
  width: 100%;
  max-width: 1022px;
  flex: 0 0 auto;
}
body.rebrand section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container.order-reverse, 
body.rebrand section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container.order-reverse {
  text-align: right;
}
body.rebrand section.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container h2.title, 
body.rebrand section.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container h2.title {
  font-size: 2em;
}
body.rebrand section#experience-the-power-of-construct.flexible-content-row.video-and-text-feature-row .section-container .section-content .text-container .text p, 
body.rebrand section#experience-the-power-of-construct.flexible-content-row.new-video-and-text-feature-row .section-container .section-content .text-container .text p {
  max-width: 500px;
  margin-left: auto;
  font-size: 1.3rem;
}
body.rebrand section#project-management-for-mobile.flexible-content-row.image-and-text-row .section-container .section-content {
  padding-top: 20vw;
  padding-bottom: 20vw;
}
body.rebrand section#project-management-for-mobile.flexible-content-row.image-and-text-row .section-container .section-content h2.title {
  color: #3A3D49;
  font-size: 2em;
  margin-bottom: 40px !important;
}
body.rebrand section#project-management-for-mobile.flexible-content-row.image-and-text-row .section-container .section-content h3.subtitle {
  margin-bottom: 29px;
}
@media screen and (max-width: 1024px) {
  section.flexible-content-row.image-and-text-row .image-overflow-container {
      height: auto;
      width: 100%;
      max-width: 300px;
      top: 60px;
  }
}
@media screen and (max-width: 600px) {
  section.flexible-content-row.image-and-text-row .image-overflow-container {
      max-width: 320px;
  }
}
body.rebrand section.flexible-content-row.cta-row.last-row .section-content h2.title {
  color: #3A3D49;
  margin-bottom: 2rem;
}
body.rebrand a.button.btn-secondary:link, 
body.rebrand a.button.btn-secondary:visited, 
body.rebrand a.btn.btn-secondary:link, 
body.rebrand a.btn.btn-secondary:visited {
  background: #3A3D49;
}
body.rebrand section#cta-row.flexible-content-row.cta-row .section-content .text p:not(:last-of-type) {
  margin-bottom: 30px;
}
body.rebrand section#cmic-financials-section-1.flexible-content-row.text-row .section-content .heading .columns {
  width: 100%;
  max-width: 1070px;
  flex: 0 0 auto;
}
body.rebrand section#cmic-financials-section-1.flexible-content-row.text-row .section-content .text .columns {
  width: 100%;
  max-width: 1300px;
  flex: 0 0 auto;
}
body.rebrand section#cmic-financials-section-2.flexible-content-row.text-row .section-content .heading .columns {
  width: 100%;
  max-width: 1070px;
  flex: 0 0 auto;
}
body.rebrand section#construct-overview-section-1.flexible-content-row.text-row {
  margin-top: 180px;
  margin-bottom: 131px;
}
body.rebrand section#construct-overview-section-1.flexible-content-row.text-row .section-content .text .columns {
  width: 100%;
  max-width: 1321px;
  flex: 0 0 auto;
}
body.rebrand section#construct-overview-section-1.flexible-content-row .text p {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
body.rebrand section#construct-overview-section-3.flexible-content-row.text-row .section-content .heading .columns {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}
body.rebrand section.flexible-content-row.new-video-and-text-feature-row .text ul {
  padding-left: 20px;
}
body.rebrand section.flexible-content-row.new-video-and-text-feature-row .text ul li {
  margin-left: 1.25rem;
  margin-top: 0;
  color: #fff;
}
body.rebrand section.flexible-content-row.text-row .text ul {
  text-align: left;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
body.rebrand section.flexible-content-row.text-row .text ul li {
  margin-top: 0;
}
body.rebrand section#human-capital-management-payroll-section-5.flexible-content-row.text-row .section-content .heading .columns {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}
#mega-menu-wrap-menu-main #mega-menu-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #EC2E26;
}



/* >>>> set temporary video placeholder */
/*body.rebrand.rebrand-project-controls section#construct-overview-section-2 .wistia_responsive_padding,
body.rebrand.rebrand-quality-safety section#experience-the-power-of-construct .wistia_responsive_padding,
body.rebrand.rebrand-construction-documents section#experience-the-power-of-construct .wistia_responsive_padding,
body.rebrand.rebrand-opportunity-mgmt-resource-planning section#experience-the-power-of-construct .wistia_responsive_padding,
body.rebrand.rebrand-human-capital-management-and-payroll section#experience-the-power-of-construct .wistia_responsive_padding,*/
body.rebrand.rebrand-construct-overview section#construct-overview-section-2 .wistia_responsive_padding,
body.rebrand.rebrand-project-management section#construct-overview-section-2 .wistia_responsive_padding, {
  pointer-events: none;
}
/*body.rebrand.rebrand-project-controls section#construct-overview-section-2 .wistia_responsive_padding:after,
body.rebrand.rebrand-quality-safety section#experience-the-power-of-construct .wistia_responsive_padding:after,
body.rebrand.rebrand-construction-documents section#experience-the-power-of-construct .wistia_responsive_padding:after,
body.rebrand.rebrand-opportunity-mgmt-resource-planning section#experience-the-power-of-construct .wistia_responsive_padding:after,
body.rebrand.rebrand-human-capital-management-and-payroll section#experience-the-power-of-construct .wistia_responsive_padding:after,*/
body.rebrand.rebrand-construct-overview section#construct-overview-section-2 .wistia_responsive_padding:after,
body.rebrand.rebrand-project-management section#construct-overview-section-2 .wistia_responsive_padding:after, {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3A3D49 url(./../images/video-placeholder.jpg) no-repeat center center / cover scroll;
  z-index: 1;
}

body.rebrand.rebrand-cmic-financials .page-header .container .inner .cta,
body.rebrand.rebrand-project-management .page-header .container .inner .cta,
body.rebrand.rebrand-project-controls .page-header .container .inner .cta,
body.rebrand.rebrand-human-capital-management-and-payroll .page-header .container .inner .cta,
body.rebrand.rebrand-opportunity-mgmt-resource-planning .page-header .container .inner .cta,
body.rebrand.rebrand-bid-procurement .page-header .container .inner .cta,
body.rebrand.rebrand-construction-documents .page-header .container .inner .cta,
body.rebrand.rebrand-quality-safety .page-header .container .inner .cta {
  display: none;
}
/* <<<< set temporary video placeholder */


.top-navigation {
  background: #3A3D49;
  display: none;
}
.top-navigation ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.top-navigation ul li {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
}
.top-navigation ul li:after {
  content: '|';
  margin: 0 5px 0 7px;
  color: #fff;
}
.top-navigation ul li:last-child:after {
  display: none;
}
.top-navigation ul li a {
  color: #fff;
}
.top-navigation ul li a:hover {
  text-decoration: none;
  opacity: .7;
}


#leadinModal-4227404 .leadinModal-content {
  width: 50em;
}
#leadinModal-content-wrapper-4227404 .leadin-message-wrapper {
  padding: 30px;
  background: #3A3D49;
}
#leadinModal-content-wrapper-4227404 #leadin-content-form-wrapper {
  padding: 0;
}
#leadinModal-content-wrapper-4227404 .leadin-message-wrapper h4,
#leadinModal-content-wrapper-4227404 .leadin-message-wrapper p,
#leadinModal-content-wrapper-4227404 .leadinModal-close:before {
  color: #fff;
}
#leadinModal-4227404 .leadin-preview-wrapper, 
#leadinModal-content-wrapper-4227404 .leadin-message-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: calc(30% + 30px);
  position: relative;
}
#leadinModal-4227404 .dyno-image {
  margin: 0;
  padding: 0;
  width: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden !important;
}
#leadinModal-4227404 .dyno-image-inner {
  height: 100%;
}
#leadinModal-4227404 .dyno-image img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#leadinModal-4227404 h4, 
#leadinModal-4227404 ol, 
#leadinModal-4227404 p, 
#leadinModal-4227404 ul, 
#leadinModal-4227404 h4, 
#leadinModal-4227404 ol, 
#leadinModal-4227404 p, 
#leadinModal-4227404 ul,
#leadinModal-4227404 .advance-wrapper,
#leadinModal-4227404 .leadin-form-wrapper {
  margin-left: 0;
}
#leadinModal-4227404 .leadin-form-wrapper {
  padding: 30px;
}
#leadinModal-content-wrapper-4227404 .leadinModal .leadinModal-content {
  max-height: 80%;
}
@media screen and (max-width: 768px) {
  #leadinModal-content-wrapper-4227404 .leadin-message-wrapper {
    padding-left: 30px;
    margin-top: -1.5em;
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
  #leadinModal-4227404 .dyno-image {
    display: none !important;
  }
}




#tablepress-28 tbody tr td {
  position: relative;
  padding-left: 50px;
}
#tablepress-28 tbody tr td:first-child:before {
  content: "\f00c";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  position: absolute;
  left: 20px;
  color: #3A3D49;
}
#cmic-communications-and-document-sync ul,
#cmic-communications-and-document-sync ol {
  /*display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;*/
  padding: 0 0 0 40px;
}
#cmic-communications-and-document-sync ol ul {
  padding-left: 40px;
}
#cmic-communications-and-document-sync ul {
  list-style: disc;
}