@import "//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, ../sass/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, ../sass/vendor/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, ../sass/vendor/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, ../sass/vendor/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, ../sass/vendor/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, ../sass/vendor/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, ../sass/vendor/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, ../sass/vendor/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, ../sass/vendor/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, ../sass/vendor/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, ../sass/vendor/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, ../sass/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, ../sass/vendor/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 182, ../sass/vendor/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 199, ../sass/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 203, ../sass/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, ../sass/vendor/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, ../sass/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 232, ../sass/vendor/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 240, ../sass/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 252, ../sass/vendor/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: "museo-sans",sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 269, ../sass/vendor/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 290, ../sass/vendor/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 301, ../sass/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;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 324, ../sass/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 351, ../sass/vendor/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 360, ../sass/vendor/_normalize.scss */
textarea {
  overflow: auto;
}

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 398, ../sass/vendor/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 421, ../sass/vendor/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 430, ../sass/vendor/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 441, ../sass/vendor/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 449, ../sass/vendor/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 460, ../sass/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* Slider */
/* line 2, ../sass/vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, ../sass/vendor/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, ../sass/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 35, ../sass/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, ../sass/vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, ../sass/vendor/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
/* line 57, ../sass/vendor/_slick.scss */
.slick-track .col {
  margin: 0;
  padding: 0 2em;
}

/* line 62, ../sass/vendor/_slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 69, ../sass/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 73, ../sass/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 78, ../sass/vendor/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
@media (min-width: 769px) {
  /* line 78, ../sass/vendor/_slick.scss */
  .slick-slide {
    padding: 0;
  }
}

/* line 88, ../sass/vendor/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 92, ../sass/vendor/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 96, ../sass/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 100, ../sass/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 104, ../sass/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 108, ../sass/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 112, ../sass/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 120, ../sass/vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 134, ../sass/utilities/_mixins.scss */
span.triangle {
  z-index: 1;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 100px solid transparent;
  border-left: 0px solid transparent;
  border-top: 100px solid #f47d31;
  content: '';
}
/* line 146, ../sass/utilities/_mixins.scss */
span.triangle.t2 {
  z-index: 0;
  left: 0;
  bottom: 0;
  border-right: 0px solid transparent;
  border-left: 100px solid transparent;
  border-bottom: 100px solid #f47d31;
  border-top: 0 solid transparent;
}

/* line 158, ../sass/utilities/_mixins.scss */
.views-exposed-form .js-form-submit:hover + .view-btn-filter {
  border-top-color: #e6610c;
}
/* line 161, ../sass/utilities/_mixins.scss */
.views-exposed-form .view-btn-filter {
  z-index: 1;
  right: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 100px solid transparent;
  border-left: 0 solid transparent;
  border-top: 100px solid #f47d31;
  cursor: pointer;
  content: '';
}
/* line 173, ../sass/utilities/_mixins.scss */
.views-exposed-form .view-btn-filter:hover ~ #edit-submit-listings {
  background-color: #e6610c;
}

/* line 27, ../sass/utilities/_files.scss */
ul.file-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 32, ../sass/utilities/_files.scss */
ul.file-icons a {
  display: none;
}

/* line 37, ../sass/utilities/_files.scss */
ul.file-downloads {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 42, ../sass/utilities/_files.scss */
ul.file-downloads li {
  margin: 0 0 1em 0;
}
/* line 10, ../sass/utilities/_mixins.scss */
ul.file-downloads li::after {
  clear: both;
  content: "";
  display: table;
}

/* line 48, ../sass/utilities/_files.scss */
[class*="file--mime-application-"],
[class*="file--application-"] {
  background: none;
  display: inline-block;
  min-height: auto;
  padding: 0 .5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* line 57, ../sass/utilities/_files.scss */
[class*="file--mime-application-"]:before,
[class*="file--application-"]:before {
  font: normal normal normal 16px/1 FontAwesome;
  content: '\f0f6';
}

/* line 67, ../sass/utilities/_files.scss */
[class*="btn file--mime-application-"]:before,
[class*="btn file--application-"]:before {
  padding-right: .5rem;
}

/* line 74, ../sass/utilities/_files.scss */
.file-type-string {
  text-transform: uppercase;
}

/* line 83, ../sass/utilities/_files.scss */
.file--application-link:before {
  content: '\f016';
}

/* line 89, ../sass/utilities/_files.scss */
.file--application-octet-stream:before {
  content: '\f028';
}

/* line 96, ../sass/utilities/_files.scss */
.file--application-application-pdf:before,
.file--application-pdf:before {
  content: "\f1c1";
}

/* line 102, ../sass/utilities/_files.scss */
.file--application-zip:before {
  content: '\f1c6';
}

/* line 110, ../sass/utilities/_files.scss */
[class*="wordprocessing"]:before,
.file--application-msword:before,
.file--x-office-document:before {
  content: '\f1c2';
}

/* line 117, ../sass/utilities/_files.scss */
.file--application-msexcel:before,
.file--excel-office-document:before {
  content: '\f1c3';
}

/* line 124, ../sass/utilities/_files.scss */
.file--application-mspowerpoint:before,
.file--file--pp-office-document:before {
  content: '\f1c4';
}

/* line 131, ../sass/utilities/_files.scss */
.file--application-audio:before,
.file--audio:before {
  content: '\f1c7';
}

/* line 138, ../sass/utilities/_files.scss */
.file--application-video:before,
.file--video:before {
  font: normal normal normal 16px/1 FontAwesome;
  content: '\f03d';
}

/* line 146, ../sass/utilities/_files.scss */
.file--application-txt:before,
.file--txt:before {
  content: '\f0f6';
}

/* line 153, ../sass/utilities/_files.scss */
.file--application-zip:before,
.file--zip:before {
  content: '\f1c6';
}

/* line 161, ../sass/utilities/_files.scss */
[class*="spreadsheet"]:before,
.file--x-office-spreadsheet:before {
  content: '\f1c3';
}

/* line 1, ../sass/base/_base.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../sass/base/_base.scss */
*,
*::after,
*::before {
  box-sizing: inherit;
}

/* line 11, ../sass/base/_base.scss */
body {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin: 0 auto;
  padding: 0;
}

/* line 20, ../sass/base/_base.scss */
.kint {
  font-size: 13px;
  margin: 8px 0;
  overflow-x: auto;
  white-space: nowrap;
  z-index: 10;
  position: absolute;
  width: 100%;
}

/* line 30, ../sass/base/_base.scss */
#toolbar-bar {
  height: 39px !important;
}

/* line 2, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
}

/* line 8, ../sass/base/_typography.scss */
h1 {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 4.625rem;
  color: #f47d31;
}

/* line 13, ../sass/base/_typography.scss */
h2 {
  font-size: 3.125rem;
}

/* line 14, ../sass/base/_typography.scss */
h3 {
  font-size: 2.5rem;
}

/* line 15, ../sass/base/_typography.scss */
h4 {
  font-size: 1.5rem;
}

/* line 16, ../sass/base/_typography.scss */
h5 {
  font-size: 1.5rem;
}

/* line 17, ../sass/base/_typography.scss */
h6 {
  font-size: 1.00rem;
}

@media (max-width: 480px) {
  /* line 20, ../sass/base/_typography.scss */
  h1 {
    font-size: 2rem;
  }

  /* line 21, ../sass/base/_typography.scss */
  h2 {
    font-size: 1.75rem;
  }

  /* line 22, ../sass/base/_typography.scss */
  h3 {
    font-size: 1.5rem;
  }

  /* line 23, ../sass/base/_typography.scss */
  h4 {
    font-size: 1.25rem;
  }
}
/* line 26, ../sass/base/_typography.scss */
b, strong, h1, h2, h4, h6 {
  font-weight: 900;
}

/* line 27, ../sass/base/_typography.scss */
h6 {
  text-transform: uppercase;
}

/* line 28, ../sass/base/_typography.scss */
em, i {
  font-style: italic;
}

/* line 29, ../sass/base/_typography.scss */
small {
  font-size: 0.75em;
}

/* line 30, ../sass/base/_typography.scss */
big {
  font-size: 1.25em;
}

/* line 32, ../sass/base/_typography.scss */
a {
  color: #008e96;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

/* line 39, ../sass/base/_typography.scss */
blockquote {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1;
  background: #f47d31;
  color: #fff;
  padding: 2.5rem 0 2.5rem 5rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: 80%;
}
/* line 51, ../sass/base/_typography.scss */
blockquote p {
  margin: 0;
}
/* line 55, ../sass/base/_typography.scss */
blockquote .author {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-top: 1rem;
}

/* line 64, ../sass/base/_typography.scss */
table {
  border: 0;
  border-collapse: collapse;
}
/* line 72, ../sass/base/_typography.scss */
table tr:nth-child(1) {
  background: #fff;
}
/* line 77, ../sass/base/_typography.scss */
table th, table td {
  padding: .8rem 1.0rem;
}
/* line 81, ../sass/base/_typography.scss */
table th {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: solid 1px #f9be98;
  padding-left: 0;
  padding-right: 4rem;
}

/* line 91, ../sass/base/_typography.scss */
h1.subtitle {
  color: #fff;
  line-height: 1;
}
/* line 95, ../sass/base/_typography.scss */
h1.subtitle a {
  color: #fff;
}

/* line 2, ../sass/base/_layout.scss */
html, body {
  background: #666;
}

/* line 6, ../sass/base/_layout.scss */
footer {
  background: #000;
}

/* line 10, ../sass/base/_layout.scss */
body {
  overflow-x: hidden;
}

/* line 14, ../sass/base/_layout.scss */
.wrapper {
  background: #fff;
  margin: auto;
  max-width: 5000px;
  min-height: 83vh;
  overflow-x: hidden;
  padding: 0;
  position: relative;
}
/* line 23, ../sass/base/_layout.scss */
.wrapper.gray {
  background: #f0ebe8;
}

/* line 28, ../sass/base/_layout.scss */
.hero {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-position-x: 60%;
  background-size: cover;
  height: 474px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  /* line 28, ../sass/base/_layout.scss */
  .hero {
    background-position-x: 55%;
    height: 802px;
  }
}
@media (min-width: 1921px) {
  /* line 28, ../sass/base/_layout.scss */
  .hero {
    height: 882px;
  }
}

/* line 50, ../sass/base/_layout.scss */
header, main, footer, .container.layout, .content-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 1rem;
}
/* line 10, ../sass/utilities/_mixins.scss */
header::after, main::after, footer::after, .container.layout::after, .content-container::after {
  clear: both;
  content: "";
  display: table;
}

/* line 58, ../sass/base/_layout.scss */
main.fullwidth {
  max-width: 100%;
}

/* line 62, ../sass/base/_layout.scss */
main {
  margin-top: 44px;
}
@media (min-width: 768px) {
  /* line 62, ../sass/base/_layout.scss */
  main {
    margin-top: 145px;
  }
}
/* line 68, ../sass/base/_layout.scss */
.has-hero main {
  padding-top: 444px;
}
@media (min-width: 768px) {
  /* line 68, ../sass/base/_layout.scss */
  .has-hero main {
    padding-top: 741px;
  }
}
@media (max-width: 768px) {
  /* line 68, ../sass/base/_layout.scss */
  .has-hero main {
    margin-top: 44px;
  }
}
/* line 79, ../sass/base/_layout.scss */
.wrapper.no-hero main {
  padding: 1rem 1rem 0 1rem;
}

/* line 84, ../sass/base/_layout.scss */
footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  /* line 84, ../sass/base/_layout.scss */
  footer {
    padding: 1rem;
  }
}

/*  SECTIONS  */
/* line 94, ../sass/base/_layout.scss */
.container {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
/* line 101, ../sass/base/_layout.scss */
.col, .section-3 .field__items > .field__item {
  display: block;
  float: left;
  margin: 0 0 1% 2%;
  position: relative;
}
/* line 107, ../sass/base/_layout.scss */
.col:first-child, .section-3 .field__items > .field__item:first-child {
  margin-left: 0;
}

/*  GROUPING  */
/* line 116, ../sass/base/_layout.scss */
.row {
  zoom: 1;
  /* For IE 6/7 */
}
/* line 10, ../sass/utilities/_mixins.scss */
.row::after {
  clear: both;
  content: "";
  display: table;
}

/*  GRID OF TWELVE  */
/* line 122, ../sass/base/_layout.scss */
.col.span-12 {
  width: 100%;
  margin-left: 0;
}

/* line 126, ../sass/base/_layout.scss */
.col.span-11 {
  width: 91.5%;
}

/* line 127, ../sass/base/_layout.scss */
.col.span-10 {
  width: 83%;
}

/* line 128, ../sass/base/_layout.scss */
.col.span-9 {
  width: 74.5%;
}

/* line 129, ../sass/base/_layout.scss */
.col.span-8 {
  width: 66%;
}

/* line 130, ../sass/base/_layout.scss */
.col.span-7 {
  width: 57.5%;
}

/* line 131, ../sass/base/_layout.scss */
.col.span-6 {
  width: 49%;
}

/* line 135, ../sass/base/_layout.scss */
.col.span-5 {
  width: 40.5%;
}

/* line 136, ../sass/base/_layout.scss */
.col.span-4, .section-3 .field__items > .field__item {
  width: 32%;
}

/* line 140, ../sass/base/_layout.scss */
.col.span-3 {
  width: 23.5%;
}

/* line 141, ../sass/base/_layout.scss */
.col.span-2 {
  width: 15%;
}

/* line 142, ../sass/base/_layout.scss */
.col.span-1 {
  width: 6.5%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media (max-width: 480px) {
  /* line 146, ../sass/base/_layout.scss */
  .col {
    margin: 1% 0 1% 0%;
  }

  /* line 148, ../sass/base/_layout.scss */
  .col, .col.span-1, .col.span-2, .col.span-3, .col.span-4, .col.span-5, .col.span-6, .col.span-7, .col.span-8, .col.span-9, .col.span-10, .col.span-11, .col.span-12 {
    width: 100%;
  }
}
/* line 155, ../sass/base/_layout.scss */
.featured p {
  margin: 0;
}
/* line 159, ../sass/base/_layout.scss */
.featured .btn {
  margin: 1rem 0 0 0;
}

/* line 165, ../sass/base/_layout.scss */
.section p {
  margin: 0;
}

/* line 173, ../sass/base/_layout.scss */
.section-3 .field__items > .field__item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

/* line 179, ../sass/base/_layout.scss */
svg.at-icon.at-icon-facebook {
  height: 30px !important;
}

/* line 7, ../sass/components/_header.scss */
.masthead {
  background-color: rgba(255, 255, 255, 0.9);
  height: 44px;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  max-width: unset;
  transition: 0.5s;
  /**
   * The menu container contains both the social gray bar and the navigation
   * We toggle this display and not the individual items when the burger
   * is clicked
   * ---------------------------------------------------------------------------
   */
  /**
   * This is the social bar
   * ---------------------------------------------------------------------------
   */
}
/* line 16, ../sass/components/_header.scss */
.masthead.is-scrolling {
  padding: 0;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 20, ../sass/components/_header.scss */
.masthead.is-scrolling > .container {
  height: 45px;
}
/* line 22, ../sass/components/_header.scss */
.masthead.is-scrolling > .container .menu-container {
  bottom: 2px;
}
@media (min-width: 891px) {
  /* line 22, ../sass/components/_header.scss */
  .masthead.is-scrolling > .container .menu-container {
    top: 0;
  }
}
/* line 30, ../sass/components/_header.scss */
.masthead > .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1350px;
}
@media (min-width: 1600) {
  /* line 30, ../sass/components/_header.scss */
  .masthead > .container {
    width: 90%;
  }
}
@media (min-width: 769px) {
  /* line 7, ../sass/components/_header.scss */
  .masthead {
    height: auto;
    padding: 2rem 1rem;
    position: fixed;
    width: 100%;
    right: 0;
    background: transparent;
  }
}
/* line 47, ../sass/components/_header.scss */
.masthead .branding {
  width: 165px;
  display: inline-block;
  position: relative;
}
/* line 51, ../sass/components/_header.scss */
.masthead .branding.scroll-logo-is-displayed {
  width: 280px;
}
/* line 54, ../sass/components/_header.scss */
.masthead .branding a {
  background-image: url("/themes/cfed/logo-h.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  height: 18px;
  left: 11px;
  margin: 0;
  padding: 1rem;
  position: relative;
  top: 0;
  width: 200px;
  transition: 0.5s ease;
}
/* line 68, ../sass/components/_header.scss */
.masthead .branding a.scroll-logo {
  background-image: url("/themes/cfed/img/ProsperityNow-logo-horizontal-rgb.svg");
  position: absolute;
  background-size: 100% 55px;
  margin-top: 0;
  opacity: 0;
  left: 0px;
  display: inline;
  height: 45px;
  margin-left: 5px;
  width: 250px;
}
@media (min-width: 891px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    width: 130px;
  }
}
@media (min-width: 906px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    width: 140px;
  }
}
@media (min-width: 931px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    width: 160px;
  }
}
@media (min-width: 950px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    width: 180px;
  }
}
@media (min-width: 996px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    width: 220px;
  }
}
@media (min-width: 1051px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    width: 280px;
  }
}
@media (min-width: 1301px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    width: 200px;
  }
}
@media (min-width: 1378px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    margin-left: 0;
  }
}
@media (min-width: 1667px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    width: 180px;
  }
}
@media (min-width: 1667px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    width: 220px;
  }
}
@media (min-width: 1731px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    width: 250px;
  }
}
@media (min-width: 1801px) {
  /* line 68, ../sass/components/_header.scss */
  .masthead .branding a.scroll-logo {
    width: 280px;
  }
}
@media (min-width: 769px) {
  /* line 54, ../sass/components/_header.scss */
  .masthead .branding a {
    background-image: url("/themes/cfed/logo.svg");
    background-size: 120px 61px;
    background-position: 50% 50%;
    height: 61px;
    position: relative;
    width: 120px;
  }
}
@media (min-width: 1301px) {
  /* line 54, ../sass/components/_header.scss */
  .masthead .branding a {
    background-size: 165px 75px;
    height: 88px;
    width: 165px;
  }
}
/* line 132, ../sass/components/_header.scss */
.masthead .branding a .sub-brand {
  display: block;
  bottom: -8px;
  font-size: .75rem;
  font-style: italic;
  font-weight: normal;
  color: #000;
  left: 0;
  position: absolute;
  transition: 0.5s ease;
}
@media (min-width: 769px) {
  /* line 132, ../sass/components/_header.scss */
  .masthead .branding a .sub-brand {
    bottom: -22px;
  }
}
@media (min-width: 1301px) {
  /* line 132, ../sass/components/_header.scss */
  .masthead .branding a .sub-brand {
    font-size: 1rem;
  }
}
/* line 152, ../sass/components/_header.scss */
.masthead .hamburger {
  background-color: #000;
  cursor: pointer;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}
/* line 162, ../sass/components/_header.scss */
.masthead .hamburger:before {
  left: -44px;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 44px solid transparent;
  border-bottom: 44px solid black;
  content: '';
}
/* line 174, ../sass/components/_header.scss */
.masthead .hamburger:hover {
  opacity: 0.5;
}
/* line 177, ../sass/components/_header.scss */
.open .masthead .hamburger {
  background-color: #aa1a20;
}
/* line 179, ../sass/components/_header.scss */
.open .masthead .hamburger:before {
  border-bottom: 44px solid #aa1a20;
}
/* line 182, ../sass/components/_header.scss */
.open .masthead .hamburger:hover {
  opacity: 1;
}
@media (min-width: 891px) {
  /* line 152, ../sass/components/_header.scss */
  .masthead .hamburger {
    display: none;
  }
}
/* line 193, ../sass/components/_header.scss */
.masthead .hamburger span {
  background: #fff;
  display: block;
  height: 2px;
  left: 11px;
  position: absolute;
  transition: transform 0.2s ease-out;
  width: 22px;
}
/* line 202, ../sass/components/_header.scss */
.masthead .hamburger span:nth-of-type(1) {
  top: 12px;
}
/* line 204, ../sass/components/_header.scss */
.open .masthead .hamburger span:nth-of-type(1) {
  top: 20px;
  transform: rotate(45deg);
}
/* line 209, ../sass/components/_header.scss */
.masthead .hamburger span:nth-of-type(2) {
  top: 20px;
}
/* line 211, ../sass/components/_header.scss */
.open .masthead .hamburger span:nth-of-type(2) {
  transform: rotate(-45deg);
}
/* line 215, ../sass/components/_header.scss */
.masthead .hamburger span:nth-of-type(3) {
  top: 28px;
}
/* line 217, ../sass/components/_header.scss */
.open .masthead .hamburger span:nth-of-type(3) {
  display: none;
}
/* line 231, ../sass/components/_header.scss */
.masthead .menu-container {
  display: none;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 10;
}
/* line 239, ../sass/components/_header.scss */
.open .masthead .menu-container {
  display: block;
}
@media (min-width: 891px) {
  /* line 231, ../sass/components/_header.scss */
  .masthead .menu-container {
    align-items: flex-end;
    display: flex;
    flex-direction: column-reverse;
    font-size: 10px;
    left: auto;
    right: 0;
    top: 22px;
    width: auto;
  }
}
@media (min-width: 1301px) {
  /* line 231, ../sass/components/_header.scss */
  .masthead .menu-container {
    font-size: 16px;
  }
}
/* line 262, ../sass/components/_header.scss */
.masthead .util {
  background-color: #666;
  font-size: 19px;
  margin-bottom: 1px;
  position: relative;
  transition: 0.5s ease;
  z-index: 0;
  opacity: 1;
}
/* line 270, ../sass/components/_header.scss */
.masthead .util .menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 891px) {
  /* line 262, ../sass/components/_header.scss */
  .masthead .util {
    height: 45px;
    background-color: rgba(166, 166, 166, 0.7);
    height: 44px;
  }
  /* line 276, ../sass/components/_header.scss */
  .masthead .util:before {
    left: -44px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 0px solid transparent;
    border-left: 44px solid transparent;
    border-bottom: 44px solid rgba(166, 166, 166, 0.7);
    content: '';
  }
}
@media (min-width: 1301px) {
  /* line 262, ../sass/components/_header.scss */
  .masthead .util {
    width: 58%;
  }
}
/* line 292, ../sass/components/_header.scss */
.masthead .util.hide-on-scroll {
  height: 0;
  opacity: 0;
}
/* line 296, ../sass/components/_header.scss */
.masthead .util .social {
  display: none;
}
@media (min-width: 891px) {
  /* line 296, ../sass/components/_header.scss */
  .masthead .util .social {
    display: inline-block;
    padding-top: 3px;
  }
}
/* line 302, ../sass/components/_header.scss */
.masthead .util .social li {
  display: inline-block;
  margin-right: 1rem;
}
/* line 306, ../sass/components/_header.scss */
.masthead .util .social a {
  color: #fff;
  font-size: 20px;
}
/* line 312, ../sass/components/_header.scss */
.masthead .util .right {
  display: inline-block;
}
/* line 317, ../sass/components/_header.scss */
.masthead .util .menu--utility-menu {
  display: inline-block;
  padding: 1rem;
}
@media (min-width: 891px) {
  /* line 317, ../sass/components/_header.scss */
  .masthead .util .menu--utility-menu {
    height: 44px;
    padding: 0;
  }
}
/* line 326, ../sass/components/_header.scss */
.search-open .masthead .util .menu--utility-menu {
  display: none;
}
/* line 330, ../sass/components/_header.scss */
.masthead .util .menu--utility-menu .menu-item {
  display: inline-block;
  font-size: 0.9em;
  margin-right: .5em;
  padding: 0.3em;
}
/* line 335, ../sass/components/_header.scss */
.masthead .util .menu--utility-menu .menu-item:last-child {
  margin: 0;
}
/* line 338, ../sass/components/_header.scss */
.masthead .util .menu--utility-menu .menu-item a {
  color: #fff;
  display: inline-block;
  padding: 0 0 0 10px;
  font-weight: 700;
  font-size: 16px;
}
/* line 344, ../sass/components/_header.scss */
.masthead .util .menu--utility-menu .menu-item a:hover, .masthead .util .menu--utility-menu .menu-item a:focus {
  background: transparent url("../img/white-wedge-right.svg") no-repeat 0 50%;
  background-size: 5px 7px;
}
/* line 353, ../sass/components/_header.scss */
.masthead .util .search-block-form {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
@media (min-width: 891px) {
  /* line 353, ../sass/components/_header.scss */
  .masthead .util .search-block-form {
    padding-left: 1rem;
  }
}
/* line 362, ../sass/components/_header.scss */
.masthead .util .search-block-form a {
  color: #fff;
}
/* line 366, ../sass/components/_header.scss */
.masthead .util .search-block-form .fa-times {
  color: #666;
  left: 1.75rem;
  position: absolute;
  top: 10px;
}
@media (max-width: 889px) {
  /* line 374, ../sass/components/_header.scss */
  .masthead .util .search-block-form .fa-times {
    top: 25px;
  }
}
/* line 379, ../sass/components/_header.scss */
.masthead .util .search-block-form form {
  display: none;
  padding: 1rem;
}
@media (min-width: 891px) {
  /* line 379, ../sass/components/_header.scss */
  .masthead .util .search-block-form form {
    padding: 2px;
  }
}
/* line 387, ../sass/components/_header.scss */
.search-open .masthead .util .search-block-form form {
  display: block;
}
/* line 391, ../sass/components/_header.scss */
.masthead .util .search-block-form form .form-search {
  height: auto;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
}
@media (min-width: 769px) {
  /* line 391, ../sass/components/_header.scss */
  .masthead .util .search-block-form form .form-search {
    padding: 0.2rem 0.2rem 0.2rem 2rem;
  }
}
/* line 399, ../sass/components/_header.scss */
.masthead .util .search-block-form form .form-submit {
  height: auto;
  padding: 0.5rem;
}
@media (min-width: 769px) {
  /* line 399, ../sass/components/_header.scss */
  .masthead .util .search-block-form form .form-submit {
    padding: 0.2rem;
  }
}

/* line 2, ../sass/components/_footer.scss */
footer {
  color: #fff;
  font-weight: 100;
  line-height: 1.55;
  max-width: 100%;
  overflow: hidden;
}
/* line 9, ../sass/components/_footer.scss */
footer .container {
  max-width: 1350px;
  margin: 0 auto;
}
/* line 14, ../sass/components/_footer.scss */
footer a {
  color: #fff;
  text-decoration: underline;
}
/* line 18, ../sass/components/_footer.scss */
footer a.gray {
  color: #666;
}
/* line 23, ../sass/components/_footer.scss */
footer .social {
  font-size: 24px;
  margin: 0 0 .5rem 0;
}
/* line 27, ../sass/components/_footer.scss */
footer .social li {
  display: inline-block;
  margin: 0 1rem 0 0;
}
/* line 31, ../sass/components/_footer.scss */
footer .social li a {
  text-decoration: none;
}
/* line 37, ../sass/components/_footer.scss */
footer p {
  margin: 0;
}
/* line 41, ../sass/components/_footer.scss */
footer .mask {
  height: 300px;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* line 52, ../sass/components/_footer.scss */
footer svg {
  fill: #fff;
  opacity: 0.05;
  width: 1688px;
  height: 1688px;
  position: absolute;
  top: -1100px;
  left: 50px;
}
@media (max-width: 1500px) {
  /* line 52, ../sass/components/_footer.scss */
  footer svg {
    width: 1288px;
    height: 1288px;
    top: -700px;
  }
}
@media (max-width: 1300px) {
  /* line 52, ../sass/components/_footer.scss */
  footer svg {
    display: none;
  }
}
/* line 72, ../sass/components/_footer.scss */
footer .block.stay-informed h2 {
  margin: 0;
  font-weight: 100;
  font-size: 2.825rem;
}
@media (min-width: 769px) {
  /* line 72, ../sass/components/_footer.scss */
  footer .block.stay-informed h2 {
    font-size: 3.825rem;
  }
}
/* line 10, ../sass/utilities/_mixins.scss */
footer .block.stay-informed form::after {
  clear: both;
  content: "";
  display: table;
}
/* line 84, ../sass/components/_footer.scss */
footer .block.stay-informed form .form-item-email,
footer .block.stay-informed form .form-actions {
  float: left;
}
/* line 89, ../sass/components/_footer.scss */
footer .block.stay-informed form .form-item-email {
  width: 70%;
}
/* line 93, ../sass/components/_footer.scss */
footer .block.stay-informed form input.form-email {
  width: 100%;
  height: 55px;
  padding: .5rem 1rem;
  border: 0;
  -webkit-box-shadow: inset 5px 5px 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 5px 5px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 5px 5px 0px 0px rgba(0, 0, 0, 0.05);
}
/* line 104, ../sass/components/_footer.scss */
footer .block.stay-informed form input.form-submit {
  width: 50px;
  height: 55px;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: #fff url("../img/arrow-right-teal.png") no-repeat 35% 50%;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.05);
}

/**
 * Main navigation - Defaulting to mobile and then growing from there
 * Clicking the main menu gives the body a class of 'open', so that we
 * can tie a bunch of small changes to that parent class
 * -----------------------------------------------------------------------------
 */
/* line 11, ../sass/components/_menus.scss */
nav.menu--main {
  position: relative;
  z-index: 1;
}
/* line 14, ../sass/components/_menus.scss */
nav.menu--main ul, nav.menu--main li {
  margin: 0;
  padding: 0;
}
/* line 19, ../sass/components/_menus.scss */
nav.menu--main .menu {
  display: none;
}
/* line 22, ../sass/components/_menus.scss */
.open nav.menu--main .menu {
  display: block;
}
@media (min-width: 891px) {
  /* line 19, ../sass/components/_menus.scss */
  nav.menu--main .menu {
    display: block;
    height: 44px;
  }
}
/* line 31, ../sass/components/_menus.scss */
nav.menu--main .menu > .back-to-menu {
  display: none;
}
/* line 35, ../sass/components/_menus.scss */
nav.menu--main .menu li {
  background-color: #000;
  color: #fff;
  font-size: 1em;
}
@media (min-width: 891px) {
  /* line 35, ../sass/components/_menus.scss */
  nav.menu--main .menu li {
    display: inline-block;
    margin: 0 4.2em 0 0;
  }
  /* line 43, ../sass/components/_menus.scss */
  nav.menu--main .menu li:last-child {
    margin: 0;
  }
  /* line 47, ../sass/components/_menus.scss */
  nav.menu--main .menu li:hover, nav.menu--main .menu li:focus {
    background-color: #aa1a20;
  }
  /* line 50, ../sass/components/_menus.scss */
  nav.menu--main .menu li:hover a:before, nav.menu--main .menu li:focus a:before {
    border-bottom: 44px solid #aa1a20;
  }
  /* line 53, ../sass/components/_menus.scss */
  nav.menu--main .menu li:hover a:after, nav.menu--main .menu li:focus a:after {
    border-top: 44px solid #aa1a20;
  }
}
@media (min-width: 1301px) {
  /* line 35, ../sass/components/_menus.scss */
  nav.menu--main .menu li {
    margin: 0 43px 0 0;
  }
  /* line 64, ../sass/components/_menus.scss */
  nav.menu--main .menu li:hover a:before, nav.menu--main .menu li:focus a:before {
    border-bottom: 45px solid #aa1a20;
  }
  /* line 67, ../sass/components/_menus.scss */
  nav.menu--main .menu li:hover a:after, nav.menu--main .menu li:focus a:after {
    border-top: 45px solid #aa1a20;
  }
}
@media (min-width: 1501px) {
  /* line 75, ../sass/components/_menus.scss */
  nav.menu--main .menu li:last-child {
    width: 300px;
  }
}
/* line 80, ../sass/components/_menus.scss */
nav.menu--main .menu li a {
  color: #fff;
  display: block;
  padding: 1rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 891px) {
  /* line 80, ../sass/components/_menus.scss */
  nav.menu--main .menu li a {
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    padding: 0 1.75rem;
  }
  /* line 92, ../sass/components/_menus.scss */
  nav.menu--main .menu li a:before {
    left: -44px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 0px solid transparent;
    border-left: 44px solid transparent;
    border-bottom: 44px solid #000;
    content: '';
  }
  /* line 103, ../sass/components/_menus.scss */
  nav.menu--main .menu li a:after {
    right: -44px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 44px solid transparent;
    border-left: 0px solid transparent;
    border-top: 44px solid #000;
    content: '';
  }
}
@media (min-width: 1401px) {
  /* line 80, ../sass/components/_menus.scss */
  nav.menu--main .menu li a {
    font-size: 1.125em;
  }
}
@media (min-width: 1301px) {
  /* line 80, ../sass/components/_menus.scss */
  nav.menu--main .menu li a {
    line-height: 45px;
    padding: 0 3rem;
  }
  /* line 122, ../sass/components/_menus.scss */
  nav.menu--main .menu li a:before {
    border-left: 45px solid transparent;
    border-bottom: 45px solid #000;
    left: -45px;
  }
  /* line 127, ../sass/components/_menus.scss */
  nav.menu--main .menu li a:after {
    border-right: 45px solid transparent;
    border-top: 45px solid #000;
    right: -45px;
  }
}
/* line 138, ../sass/components/_menus.scss */
nav.menu--main .menu li .menu li a {
  color: #333;
  font-size: 1rem;
  font-weight: 300;
  text-transform: none;
}
@media (min-width: 891px) {
  /* line 138, ../sass/components/_menus.scss */
  nav.menu--main .menu li .menu li a {
    padding: 0 1rem;
  }
}
/* line 146, ../sass/components/_menus.scss */
nav.menu--main .menu li .menu li a:hover, nav.menu--main .menu li .menu li a:focus {
  color: #f47d31;
}
@media (min-width: 891px) {
  /* line 146, ../sass/components/_menus.scss */
  nav.menu--main .menu li .menu li a:hover, nav.menu--main .menu li .menu li a:focus {
    background: transparent url("../img/arrow-right-crimson.png") no-repeat 0 50%;
    background-size: 9px 15px;
  }
}
/* line 167, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu {
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: visibility 1s, transform 0.1s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 11;
}
/* line 177, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu.expand {
  top: 0;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
@media (min-width: 891px) {
  /* line 167, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu {
    background: linear-gradient(45deg, #f0ebe8 0%, white 100%);
    box-shadow: 1px 3px 11px 4px rgba(0, 0, 0, 0.2);
    display: none;
    height: auto;
    left: 50%;
    max-width: 1350px;
    padding: 2rem 1.25em 1.25em;
    position: fixed;
    top: 110px;
    transform: translate(-50%);
    transition: none;
    visibility: visible;
    width: 100vw;
  }
  /* line 10, ../sass/utilities/_mixins.scss */
  nav.menu--main .menu .parent .menu::after {
    clear: both;
    content: "";
    display: table;
  }
  /* line 198, ../sass/components/_menus.scss */
  .toolbar-fixed nav.menu--main .menu .parent .menu {
    top: 200px;
  }
  /* line 202, ../sass/components/_menus.scss */
  .toolbar-tray-open nav.menu--main .menu .parent .menu {
    top: 200px;
  }
}
/* line 219, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu > .back-to-menu {
  display: block;
}
@media (min-width: 891px) {
  /* line 219, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu > .back-to-menu {
    display: none;
  }
}
/* line 226, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu li {
  background-color: #f0ebe8;
  border-bottom: 1px solid #B9B1B0;
}
@media (min-width: 891px) {
  /* line 226, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu li {
    background-color: transparent;
    display: block;
    border-bottom: none;
    margin: 0;
    position: relative;
  }
}
@media (min-width: 891px) {
  /* line 238, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu li a:before, nav.menu--main .menu .parent .menu li a:after {
    display: none;
  }
}
@media (min-width: 891px) {
  /* line 243, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu li.parent {
    border-right: 1px solid #deded9;
    margin: 0;
    padding: 1em 0;
    width: 20%;
  }
  /* line 249, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu li.parent:last-child {
    border-right: none;
  }
}
/* line 253, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu li.parent a {
  background: transparent url("../img/arrow-down-crimson.png") no-repeat 98% 50%;
  color: #aa1a20;
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: .9rem;
  text-transform: uppercase;
}
@media (min-width: 891px) {
  /* line 253, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu li.parent a {
    align-items: flex-end;
    background: none;
    display: flex;
    height: 40px;
    line-height: 1.4em;
    padding: 0 1.5em 1em;
  }
  /* line 266, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu li.parent a:hover {
    background: transparent url("../img/arrow-right-crimson.png") no-repeat 7px 31%;
    background-size: 9px 15px;
  }
}
/* line 273, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu li.back-to-menu {
  background: #000 url("../img/white-wedge.svg") no-repeat 14px 49.5%;
}
/* line 275, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu li.back-to-menu a {
  background: none;
  color: #fff;
  padding-left: 35px;
}
/* line 287, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu .parent .menu {
  transform: none;
  transition: none;
}
/* line 290, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu .parent .menu .back-to-menu {
  display: none;
}
/* line 291, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu .parent .menu.expand {
  padding-bottom: 1rem;
  position: static;
}
@media (min-width: 891px) {
  /* line 287, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu .parent .menu {
    background: transparent;
    box-shadow: none;
    flex-direction: column;
    padding: 0;
    position: static;
    width: auto;
  }
}
/* line 305, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu .parent .menu li {
  border-bottom: none;
  font-size: .9rem;
  float: none;
}
@media (min-width: 891px) {
  /* line 311, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu .parent .menu li.overview-link {
    display: none;
  }
}
/* line 317, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu .parent .menu li:last-child {
  width: auto;
}
/* line 321, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu .parent .menu li a {
  background: none;
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  height: auto;
  padding: .75em 1.25em;
  text-transform: none;
}
/* line 330, ../sass/components/_menus.scss */
nav.menu--main .menu .parent .menu .parent .menu li a:hover, nav.menu--main .menu .parent .menu .parent .menu li a:focus {
  color: #f47d31;
}
@media (min-width: 891px) {
  /* line 330, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu .parent .menu li a:hover, nav.menu--main .menu .parent .menu .parent .menu li a:focus {
    background: transparent url("../img/arrow-right-crimson.png") no-repeat 8px 50%;
    background-size: 9px 15px;
  }
}
@media (min-width: 891px) {
  /* line 321, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent .menu .parent .menu li a {
    padding: .6em 1.5em;
  }
}
@media (min-width: 891px) {
  /* line 349, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent.topics .menu, nav.menu--main .menu .parent.about .menu {
    flex-direction: column;
    padding: 1.25em;
    position: absolute;
    top: 44px;
    width: auto;
  }
}
@media (min-width: 1301px) {
  /* line 349, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent.topics .menu, nav.menu--main .menu .parent.about .menu {
    top: 45px;
  }
}
@media (min-width: 891px) {
  /* line 371, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent.topics .menu {
    left: 83px;
  }
}
@media (min-width: 1301px) {
  /* line 371, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent.topics .menu {
    left: 90px;
  }
}
@media (min-width: 1501px) {
  /* line 371, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent.topics .menu {
    left: 127px;
  }
}
@media (min-width: 891px) {
  /* line 385, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent.about .menu {
    left: 506px;
  }
}
@media (min-width: 1301px) {
  /* line 385, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent.about .menu {
    left: 734px;
  }
}
@media (min-width: 1501px) {
  /* line 385, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent.about .menu {
    left: 814px;
  }
}
/* line 399, ../sass/components/_menus.scss */
nav.menu--main .menu .parent.take-action .menu {
  position: absolute;
  top: 44px;
  left: 379px;
}
@media (min-width: 891px) {
  /* line 422, ../sass/components/_menus.scss */
  nav.menu--main .menu .parent:hover .menu, nav.menu--main .menu .parent:focus .menu, nav.menu--main .menu .parent:active .menu {
    display: flex;
  }
}

/* line 1, ../sass/components/headers/_breadcrumbs.scss */
.breadcrumbs {
  position: absolute;
  z-index: 2;
  left: 1em;
  top: 85px;
}
@media (min-width: 769px) {
  /* line 6, ../sass/components/headers/_breadcrumbs.scss */
  .has-hero .breadcrumbs {
    left: 20px;
    top: 200px;
    right: 12px;
  }
}
@media (min-width: 1301px) {
  /* line 6, ../sass/components/headers/_breadcrumbs.scss */
  .has-hero .breadcrumbs {
    left: auto;
    top: 290px;
    right: auto;
  }
}
/* line 23, ../sass/components/headers/_breadcrumbs.scss */
.no-hero .breadcrumbs {
  left: 1em;
  top: 78px;
}
@media (min-width: 769px) {
  /* line 23, ../sass/components/headers/_breadcrumbs.scss */
  .no-hero .breadcrumbs {
    left: auto;
    top: 175px;
  }
}

/* line 33, ../sass/components/headers/_breadcrumbs.scss */
.breadcrumb {
  padding: 0;
}
/* line 36, ../sass/components/headers/_breadcrumbs.scss */
.breadcrumb ol {
  margin: 0;
}
/* line 40, ../sass/components/headers/_breadcrumbs.scss */
.breadcrumb li {
  text-transform: uppercase;
  padding: 1rem 0;
  font-weight: 900;
  color: #aa1a20;
}
/* line 46, ../sass/components/headers/_breadcrumbs.scss */
.breadcrumb li:before {
  content: '';
}
/* line 49, ../sass/components/headers/_breadcrumbs.scss */
.breadcrumb li:after {
  content: ' / ';
  padding: 0 2px;
  position: relative;
  top: 2px;
}
/* line 56, ../sass/components/headers/_breadcrumbs.scss */
.breadcrumb li a {
  color: #fff;
  font-size: .7em;
  font-weight: 700;
  text-decoration: underline;
}
/* line 61, ../sass/components/headers/_breadcrumbs.scss */
.no-hero .breadcrumb li a {
  color: #000;
}

/**
 * Hero content is basically the page title on pages with hero divs
 * The nesting is all whack so we have to position absolute the stuff
 */
@media (min-width: 1300px) {
  /* line 8, ../sass/components/headers/_hero-content.scss */
  .has-hero.path-frontpage .hero-content {
    font-size: 120%;
    margin: 11rem 0 0 0;
    width: 50%;
  }
}
@media (min-width: 1881px) {
  /* line 8, ../sass/components/headers/_hero-content.scss */
  .has-hero.path-frontpage .hero-content {
    width: 35%;
  }
}
@media (min-width: 1300px) {
  /* line 19, ../sass/components/headers/_hero-content.scss */
  .has-hero.path-frontpage .hero-content.toolbar-horizontal .hero-content {
    font-size: 120%;
    margin: 14rem 0 0 0;
    width: 50%;
  }
}
/* line 30, ../sass/components/headers/_hero-content.scss */
.has-hero .main {
  position: relative;
}
/* line 33, ../sass/components/headers/_hero-content.scss */
.has-hero .hero-content {
  color: #fff;
  font-size: 90%;
  left: 1em;
  line-height: 1.4;
  margin: 2rem 0 0 0;
  overflow: hidden;
  position: absolute;
  top: 100px;
}
/* line 42, ../sass/components/headers/_hero-content.scss */
.has-hero .hero-content.mac-os-x {
  top: 0;
}
@media (max-width: 1299px) {
  /* line 42, ../sass/components/headers/_hero-content.scss */
  .has-hero .hero-content.mac-os-x {
    top: 100px;
  }
}
@media (min-width: 768px) {
  /* line 33, ../sass/components/headers/_hero-content.scss */
  .has-hero .hero-content {
    left: auto;
    font-size: 100%;
    margin: 9rem 0 0 0;
    width: 68%;
  }
}
@media (min-width: 1300px) {
  /* line 33, ../sass/components/headers/_hero-content.scss */
  .has-hero .hero-content {
    font-size: 120%;
    margin: 14rem 0 0 0;
    width: 50%;
  }
}
@media (min-width: 1881px) {
  /* line 33, ../sass/components/headers/_hero-content.scss */
  .has-hero .hero-content {
    width: 35%;
  }
}
@media (min-width: 1300px) {
  /* line 66, ../sass/components/headers/_hero-content.scss */
  .has-hero .hero-content.toolbar-horizontal .hero-content {
    font-size: 120%;
    margin: 14rem 0 0 0;
    width: 50%;
  }
}
/* line 74, ../sass/components/headers/_hero-content.scss */
.has-hero .hero-content h1 {
  color: #fff;
  font-size: 2em;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) {
  /* line 74, ../sass/components/headers/_hero-content.scss */
  .has-hero .hero-content h1 {
    font-size: 3em;
  }
}
@media (min-width: 1501px) {
  /* line 74, ../sass/components/headers/_hero-content.scss */
  .has-hero .hero-content h1 {
    font-size: 3.7em;
    line-height: 1.1em;
  }
}
/* line 87, ../sass/components/headers/_hero-content.scss */
.has-hero .hero-content .btn {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  /* line 87, ../sass/components/headers/_hero-content.scss */
  .has-hero .hero-content .btn {
    font-size: 0.9em;
    font-weight: 700 !important;
  }
}

/* line 14, ../sass/components/_content.scss */
.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
  transform: none !important;
}

/**
 * Pages without a hero have the standard tan bar with the right triangle
 * -----------------------------------------------------------------------------
 */
/* line 24, ../sass/components/_content.scss */
.no-hero {
  /*
   * Page title block version: styles the tan bar background on the page title
   * block only.
   * This should probably go away and we use Tory's new page-title-bar as it's
   * better, and has the breadcrumbs where they should be.
   * ===========================================================================
   */
  /*
   * Page title bar version: styles the tan bar background on a wrapper div
   * containing page title, breadcrumb, and other fields pulled from node.
   * ===========================================================================
   */
}
/* line 28, ../sass/components/_content.scss */
.no-hero .tan-bar {
  display: none;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  z-index: 0;
}
/* line 37, ../sass/components/_content.scss */
.no-hero .tan-bar .bar {
  background-color: #eee9e5;
  display: block;
}
/* line 41, ../sass/components/_content.scss */
.no-hero .tan-bar span.triangle {
  border-top-color: #eee9e5;
  display: block;
}
/* line 44, ../sass/components/_content.scss */
.no-hero .tan-bar span.triangle.t2 {
  border-top-color: #aa1a20;
}
@media (min-width: 769px) {
  /* line 28, ../sass/components/_content.scss */
  .no-hero .tan-bar {
    display: block;
  }
}
/* line 59, ../sass/components/_content.scss */
.no-hero .block.page-title {
  position: relative;
  margin-bottom: 3rem;
}
/* line 64, ../sass/components/_content.scss */
.no-hero .block.page-title h1 {
  color: #000;
  font-size: 2em;
  padding: 3rem 0 1.5rem 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  /* line 64, ../sass/components/_content.scss */
  .no-hero .block.page-title h1 {
    font-size: 3em;
    padding: 4rem 0 3rem 0;
  }
}
/* line 86, ../sass/components/_content.scss */
.no-hero .page-title-bar {
  margin-bottom: 4rem;
  padding: .5em 0;
  position: relative;
}
/* line 10, ../sass/utilities/_mixins.scss */
.no-hero .page-title-bar::after {
  clear: both;
  content: "";
  display: table;
}
/* line 92, ../sass/components/_content.scss */
.no-hero .page-title-bar h1, .no-hero .page-title-bar h2, .no-hero .page-title-bar h3, .no-hero .page-title-bar h4, .no-hero .page-title-bar h5, .no-hero .page-title-bar h6, .no-hero .page-title-bar div {
  position: relative;
  z-index: 1;
}
/* line 97, ../sass/components/_content.scss */
.no-hero .page-title-bar .page-title-content {
  font-size: 1;
  position: relative;
  padding: .5em 0 1em 0;
}
@media (min-width: 769px) {
  /* line 97, ../sass/components/_content.scss */
  .no-hero .page-title-bar .page-title-content {
    font-size: .7em;
    padding: .5em 0 1em 210px;
  }
}
@media (min-width: 1301px) {
  /* line 97, ../sass/components/_content.scss */
  .no-hero .page-title-bar .page-title-content {
    font-size: 1em;
    padding: .5em 0 1em 260px;
  }
}
/* line 111, ../sass/components/_content.scss */
.no-hero .page-title-bar .breadcrumb {
  position: relative;
  z-index: 1;
  margin: 1rem 0;
  font-size: 25px;
}
/* line 118, ../sass/components/_content.scss */
.no-hero .page-title-bar .page-title {
  color: #000;
  font-size: 1.2em;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  /* line 118, ../sass/components/_content.scss */
  .no-hero .page-title-bar .page-title {
    font-size: 3em;
    width: 70%;
  }
}
/* line 129, ../sass/components/_content.scss */
.no-hero .page-title-bar .sub-title {
  font-style: italic;
  font-weight: normal;
  font-size: 1.25em;
}
@media (min-width: 769px) {
  /* line 129, ../sass/components/_content.scss */
  .no-hero .page-title-bar .sub-title {
    font-size: 1.5em;
    width: 70%;
  }
}
/* line 140, ../sass/components/_content.scss */
.no-hero .page-title-bar .field {
  position: relative;
  z-index: 1;
}
/* line 182, ../sass/utilities/_mixins.scss */
.no-hero .page-title-bar .img-ringed {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  display: none;
  margin-right: 1em;
  position: absolute;
  top: -9px;
}
/* line 188, ../sass/utilities/_mixins.scss */
.no-hero .page-title-bar .img-ringed .ring {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 196, ../sass/utilities/_mixins.scss */
.no-hero .page-title-bar .img-ringed .ring path {
  fill: #fff;
}
/* line 201, ../sass/utilities/_mixins.scss */
.no-hero .page-title-bar .img-ringed .circle {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 198px;
  width: 198px;
}
@media (min-width: 768px) {
  /* line 182, ../sass/utilities/_mixins.scss */
  .no-hero .page-title-bar .img-ringed {
    display: block;
  }
}
@media (min-width: 1301px) {
  /* line 182, ../sass/utilities/_mixins.scss */
  .no-hero .page-title-bar .img-ringed {
    display: block;
    width: 250px;
    height: 250px;
    position: relative;
    position: absolute;
    top: -24px;
  }
  /* line 188, ../sass/utilities/_mixins.scss */
  .no-hero .page-title-bar .img-ringed .ring {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  /* line 196, ../sass/utilities/_mixins.scss */
  .no-hero .page-title-bar .img-ringed .ring path {
    fill: #fff;
  }
  /* line 201, ../sass/utilities/_mixins.scss */
  .no-hero .page-title-bar .img-ringed .circle {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 248px;
    width: 248px;
  }
}

/* line 170, ../sass/components/_content.scss */
.field--name-body a, .field--name-body a strong {
  font-weight: normal !important;
}
/* line 175, ../sass/components/_content.scss */
.field--name-body h2 {
  margin: 2.5rem 0 0 0;
}
/* line 179, ../sass/components/_content.scss */
.field--name-body h1, .field--name-body h2,
.field--name-body h3, .field--name-body h4,
.field--name-body h5, .field--name-body h6 {
  margin-top: 2.5rem;
}
/* line 183, ../sass/components/_content.scss */
.field--name-body h1 a, .field--name-body h1 a strong, .field--name-body h2 a, .field--name-body h2 a strong,
.field--name-body h3 a,
.field--name-body h3 a strong, .field--name-body h4 a, .field--name-body h4 a strong,
.field--name-body h5 a,
.field--name-body h5 a strong, .field--name-body h6 a, .field--name-body h6 a strong {
  font-weight: unset !important;
}

/* line 189, ../sass/components/_content.scss */
article.teaser,
article.featured-sidebar {
  color: #666;
  margin: 0 0 1.5rem 0;
}
/* line 194, ../sass/components/_content.scss */
article.teaser h5,
article.featured-sidebar h5 {
  margin: .5rem 0;
  line-height: 1.3;
}
/* line 200, ../sass/components/_content.scss */
article.teaser ul.topics li,
article.featured-sidebar ul.topics li {
  margin: 0 .5rem 0 0;
}

/* line 206, ../sass/components/_content.scss */
main .overline, p.overline, .overline {
  color: #B9B1B0;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

/* line 213, ../sass/components/_content.scss */
main ul.inline.topics,
main ul.inline.issues {
  display: inline;
  padding: 0;
  line-height: 1.4;
}
/* line 218, ../sass/components/_content.scss */
main ul.inline.topics li,
main ul.inline.issues li {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 223, ../sass/components/_content.scss */
main ul.inline.topics li::after,
main ul.inline.issues li::after {
  content: ', ';
}
/* line 227, ../sass/components/_content.scss */
main ul.inline.topics li:last-child::after,
main ul.inline.issues li:last-child::after {
  content: '';
}

/* line 236, ../sass/components/_content.scss */
ul.topics a, ul.issues a {
  font-style: italic;
  color: #666;
  text-decoration: underline;
}

/* line 243, ../sass/components/_content.scss */
main ul.inline.topics {
  clear: left;
}

/* line 246, ../sass/components/_content.scss */
main ul.inline.issues {
  clear: right;
}

/* line 250, ../sass/components/_content.scss */
.topic-issue-separator {
  display: inline-block;
  margin-left: -5px;
}

/* line 255, ../sass/components/_content.scss */
.share {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  /* line 255, ../sass/components/_content.scss */
  .share {
    display: inline-flex;
  }
}
/* line 264, ../sass/components/_content.scss */
.share h6 {
  color: #B9B1B0;
}

/*
 * Person detail
 * @see layout--content-detail--node-person-full.html.twig
 */
/* line 275, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full {
  position: relative;
}
/* line 278, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .page-title {
  margin-top: .5rem;
}
@media (min-width: 768px) {
  /* line 282, ../sass/components/_content.scss */
  .node--type-person.node--view-mode-full .page-title-content {
    padding-left: 222px;
  }
}
@media (min-width: 1300px) {
  /* line 282, ../sass/components/_content.scss */
  .node--type-person.node--view-mode-full .page-title-content {
    padding-left: 282px;
  }
}
/* line 291, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .field--name-field-professional-title {
  width: 70%;
  font-size: .8em;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  /* line 291, ../sass/components/_content.scss */
  .node--type-person.node--view-mode-full .field--name-field-professional-title {
    font-size: 1.4em;
    padding-bottom: .5em;
  }
}
/* line 302, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .social {
  font-size: .6em;
  line-height: 1.4em;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  /* line 302, ../sass/components/_content.scss */
  .node--type-person.node--view-mode-full .social {
    font-size: .8em;
  }
}
/* line 312, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .social .social-label {
  display: block;
  color: #666;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  /* line 312, ../sass/components/_content.scss */
  .node--type-person.node--view-mode-full .social .social-label {
    display: inline-block;
  }
}
/* line 322, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .social .social-link {
  font-weight: bold;
  padding-right: 20px;
}
/* line 325, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .social .social-link + .social-link {
  border-left: 2px solid crimson;
  padding-left: 4px;
}
/* line 333, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .expertise {
  width: 300px;
  float: left;
  margin: 0 1rem 1rem -1rem;
  padding: 1rem;
  background-color: #eee9e5;
}
/* line 340, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .expertise .expertise-label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}
/* line 347, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .expertise ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 352, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .expertise ul li {
  display: block;
}
/* line 354, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .expertise ul li a {
  color: #008e96;
  font-style: normal;
  text-decoration: none;
}
/* line 365, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .view-content-authored .node--view-mode-authored-item {
  margin-bottom: 2em;
}
/* line 369, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .view-content-authored .node--view-mode-authored-item .field--name-field-image img {
  display: block;
  max-width: 100%;
}
/* line 375, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .view-content-authored .node--view-mode-authored-item .title {
  font-weight: normal;
}
/* line 380, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .view-content-authored .node--view-mode-authored-item .field--name-body p {
  margin-bottom: 0;
}
/* line 385, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .view-content-authored .node--view-mode-authored-item .addthis_inline_share_toolbox {
  margin-bottom: 1em;
}
/* line 389, ../sass/components/_content.scss */
.node--type-person.node--view-mode-full .view-content-authored .node--view-mode-authored-item .btn {
  display: inline-block;
  float: none;
}

/* line 402, ../sass/components/_content.scss */
.related-content h5 {
  font-weight: 900;
}
/* line 406, ../sass/components/_content.scss */
.related-content p {
  margin: 0;
}

/*
 * Event detail
 * @see layout--content-detail--node-event-full.html.twig
 */
/* line 415, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full {
  /*
   * @see address-plain.html.twig
   */
  /*
   * @see node--person--event-featured-speaker.html.twig
   */
  /*
   * @see field--node--field-additional-speakers--event.html.twig
   */
  /*
   * Schedule table
   * @see field--field-event-schedule.html.twig
   *      paragraph--event-schedule-item.html.twig
   *      field--field-item-date-time.html.twig
   */
}
/* line 417, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .field--name-field-register {
  display: inline-block;
}
/* line 418, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .btn {
  display: inline-block;
  float: none;
}
/* line 424, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full > .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  /* line 424, ../sass/components/_content.scss */
  .node--type-event.node--view-mode-full > .row {
    flex-direction: row;
  }
}
/* line 432, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .col {
  margin: 0;
  padding: 0 1em 1em 0;
}
/* line 437, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .col.span-8 {
  padding: 0 0 2em 0;
  width: 100%;
}
@media (min-width: 769px) {
  /* line 437, ../sass/components/_content.scss */
  .node--type-event.node--view-mode-full .col.span-8 {
    padding: 0 2em 2em 0;
    width: 60%;
  }
}
/* line 445, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .col.span-8 .field--name-body img {
  float: left;
  margin: 0 1em .25em 0;
}
/* line 451, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .col.span-4 {
  padding: 0 0 2em 0;
  width: 100%;
}
@media (min-width: 769px) {
  /* line 451, ../sass/components/_content.scss */
  .node--type-event.node--view-mode-full .col.span-4 {
    padding: 0 2em 2em 2em;
    width: 38%;
  }
}
/* line 461, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .field--name-field-date-range {
  display: block;
  /* Event spanning multiple days includes these elements: */
  /* Event on a single day includes these elements: */
  /* The separator is between start and end times or date/times */
}
@media (min-width: 1301px) {
  /* line 461, ../sass/components/_content.scss */
  .node--type-event.node--view-mode-full .field--name-field-date-range {
    display: inline-block;
    font-size: 23px;
    margin: 1rem 0;
  }
}
@media (min-width: 768px) {
  /* line 470, ../sass/components/_content.scss */
  .node--type-event.node--view-mode-full .field--name-field-date-range time {
    display: inline-block;
  }
}
/* line 481, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .field--name-field-date-range time.time-start {
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 484, ../sass/components/_content.scss */
  .node--type-event.node--view-mode-full .field--name-field-date-range time.time-start:before {
    color: #666;
    content: "\2022";
    display: inline-block;
    padding: 0 .5em 0 .2em;
  }
}
/* line 494, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .field--name-field-date-range time.time-end {
  display: inline-block;
}
@media (min-width: 1301px) {
  /* line 499, ../sass/components/_content.scss */
  .node--type-event.node--view-mode-full .field--name-field-date-range .separator {
    display: inline-block;
    margin-right: 10px;
  }
}
/* line 508, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .field--name-field-type {
  display: inline-block;
  font-size: 23px;
}
@media (min-width: 1301px) {
  /* line 512, ../sass/components/_content.scss */
  .node--type-event.node--view-mode-full .field--name-field-type.has-date:before {
    color: #666;
    content: "\2022";
    display: inline-block;
    padding: 0 .5em 0 .2em;
  }
}
/* line 526, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .address {
  font-weight: bold;
  text-transform: uppercase;
  color: #B9B1B0;
}
/* line 182, ../sass/utilities/_mixins.scss */
.node--type-event.node--view-mode-full .node--type-person.node--view-mode-event-featured-speaker .img-ringed {
  display: block;
  width: 230px;
  height: 230px;
  position: relative;
  display: none;
  margin-top: -150px;
}
/* line 188, ../sass/utilities/_mixins.scss */
.node--type-event.node--view-mode-full .node--type-person.node--view-mode-event-featured-speaker .img-ringed .ring {
  width: 230px;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 196, ../sass/utilities/_mixins.scss */
.node--type-event.node--view-mode-full .node--type-person.node--view-mode-event-featured-speaker .img-ringed .ring path {
  fill: #fff;
}
/* line 201, ../sass/utilities/_mixins.scss */
.node--type-event.node--view-mode-full .node--type-person.node--view-mode-event-featured-speaker .img-ringed .circle {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 228px;
  width: 228px;
}
@media (min-width: 769px) {
  /* line 182, ../sass/utilities/_mixins.scss */
  .node--type-event.node--view-mode-full .node--type-person.node--view-mode-event-featured-speaker .img-ringed {
    display: block;
  }
}
/* line 546, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .node--type-person.node--view-mode-event-featured-speaker .featured-speaker-header {
  margin: 1rem 0 0.5rem 0;
  text-transform: uppercase;
  font-size: 0.9em;
}
/* line 552, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .node--type-person.node--view-mode-event-featured-speaker .name {
  font-size: 1.8em;
}
/* line 556, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .node--type-person.node--view-mode-event-featured-speaker .field--name-field-professional-title {
  font-size: 1.1em;
}
/* line 564, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .field--name-field-additional-speakers {
  margin-top: 2rem;
}
/* line 567, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .field--name-field-additional-speakers .additional-speakers-header {
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  font-size: 0.9em;
}
/* line 573, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .field--name-field-additional-speakers .field__item {
  font-size: 0.9em;
}
/* line 585, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom {
  max-width: 5000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #eae4de;
  padding: 3em 0;
}
/* line 590, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom.resources {
  background-color: #fff;
  padding: 0;
}
/* line 595, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom h2 {
  font-weight: normal;
}
/* line 599, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table {
  width: 100%;
  margin-bottom: 2rem;
}
/* line 603, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table thead {
  margin-bottom: 2rem;
}
/* line 604, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table thead tr {
  background-color: transparent;
}
/* line 608, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table th {
  color: #666;
  font-size: .8em;
  padding: 1rem 1rem 1rem 0;
  text-align: left;
}
/* line 615, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table th.date, .node--type-event.node--view-mode-full .bottom table td.date {
  padding: 1rem 1rem 1rem 0;
  vertical-align: top;
  width: 15%;
}
/* line 620, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table th.time, .node--type-event.node--view-mode-full .bottom table td.time {
  padding: 1rem 1rem 1rem 0;
  vertical-align: top;
  width: 25%;
}
/* line 625, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table th.description, .node--type-event.node--view-mode-full .bottom table td.description {
  padding: 1rem 1rem 1rem 0;
  width: 60%;
}
/* line 630, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table td.description {
  padding-right: 50px;
  position: relative;
}
/* line 633, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table td.description .toggle {
  position: absolute;
  right: 1em;
  top: 8px;
}
/* line 639, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table td.description .field--name-field-event-item-description {
  display: none;
}
/* line 643, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table td.description .more {
  position: absolute;
  right: 1em;
  top: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
/* line 657, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table tbody tr {
  background-color: #eae4de;
}
/* line 660, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table tbody tr:nth-child(even) {
  background-color: #ecddca;
}
/* line 664, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table tbody tr.expanded {
  background-color: #fff;
  border-left: 2px solid #aa1a20;
}
/* line 672, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table.resources tbody tr:nth-child(even) {
  background-color: #fff;
}
/* line 676, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table.resources td {
  padding-left: 0;
  padding-right: 0;
}
/* line 680, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table.resources td span.file {
  padding: 0;
}
/* line 683, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table.resources td span.file::before {
  display: none;
}
/* line 689, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table.resources td.icon {
  width: 100px;
}
/* line 691, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table.resources td.icon span.file {
  padding: 0 .5em;
  font-size: 32px;
}
/* line 695, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table.resources td.icon span.file::before {
  display: inline-block;
}
/* line 700, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table.resources td.icon a {
  display: none;
}
/* line 708, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table tr.expanded td.date, .node--type-event.node--view-mode-full .bottom table tr.expanded td.time, .node--type-event.node--view-mode-full .bottom table tr.expanded td.description .field--name-field-event-item-title {
  font-weight: bold;
}
/* line 713, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table tr.expanded td.description .field--name-field-event-item-description {
  display: block;
}
/* line 717, ../sass/components/_content.scss */
.node--type-event.node--view-mode-full .bottom table tr.expanded td.description .more {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 2, ../sass/components/_forms.scss */
button,
input,
optgroup,
select,
textarea {
  background: #fff;
  border: solid 3px #B9B1B0;
  color: #444;
  font-weight: 900;
  font-size: 16px;
  height: 50px;
  padding: 0 .5rem;
}
/* line 15, ../sass/components/_forms.scss */
button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
optgroup::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
  text-transform: uppercase;
}
/* line 19, ../sass/components/_forms.scss */
button::-moz-placeholder,
input::-moz-placeholder,
optgroup::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  text-transform: uppercase;
}
/* line 23, ../sass/components/_forms.scss */
button:-ms-input-placeholder,
input:-ms-input-placeholder,
optgroup:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
  text-transform: uppercase;
}
/* line 27, ../sass/components/_forms.scss */
button::-moz-placeholder,
input::-moz-placeholder,
optgroup::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  text-transform: uppercase;
}

/* line 33, ../sass/components/_forms.scss */
input[type="submit"] {
  cursor: pointer;
}

/* line 37, ../sass/components/_forms.scss */
input.btn {
  padding-right: 1.5rem;
}

/* line 42, ../sass/components/_forms.scss */
button.blank-btn {
  background: none;
  cursor: pointer;
  font-weight: 300;
  text-transform: none;
  border: none;
}
/* line 49, ../sass/components/_forms.scss */
button.close-btn {
  background-color: #aa1a20;
  border: none;
  border-radius: 50% 50%;
  cursor: pointer;
  color: #fff;
  height: 40px;
  text-align: center;
  width: 40px;
}
/* line 58, ../sass/components/_forms.scss */
button.close-btn svg {
  fill: #aa1a20;
  height: 48px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 48px;
}
/* line 66, ../sass/components/_forms.scss */
button.close-btn:hover, button.close-btn:focus {
  background-color: #d62128;
}

/* line 72, ../sass/components/_forms.scss */
.btn {
  font-family: "museo-sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  display: block;
  border: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  background: #f47d31;
  color: #fff !important;
  padding: 0 2rem 0 1.5rem;
  line-height: 50px;
  margin: 0 5rem 0 0;
  float: left;
}
@media (max-width: 479px) {
  /* line 72, ../sass/components/_forms.scss */
  .btn {
    height: 45px;
  }
}
/* line 93, ../sass/components/_forms.scss */
.btn:hover {
  background: #e6610c;
}
/* line 95, ../sass/components/_forms.scss */
.btn:hover .triangle.t1 {
  border-top-color: #e6610c;
}
/* line 104, ../sass/components/_forms.scss */
.btn.white {
  background: #fff;
  color: #f47d31 !important;
}
/* line 108, ../sass/components/_forms.scss */
.btn.white span.triangle {
  border-top-color: #fff;
}
/* line 111, ../sass/components/_forms.scss */
.btn.white span.triangle.t2 {
  border-top-color: #B9B1B0;
}
/* line 116, ../sass/components/_forms.scss */
.btn.white:hover {
  background: #f2f2f2;
}
/* line 118, ../sass/components/_forms.scss */
.btn.white:hover .triangle.t1 {
  border-top-color: #f2f2f2;
}
/* line 124, ../sass/components/_forms.scss */
.btn.teal {
  background: #008e96;
}
/* line 126, ../sass/components/_forms.scss */
.btn.teal span.triangle {
  border-top-color: #008e96;
}
/* line 129, ../sass/components/_forms.scss */
.btn.teal:hover {
  background: #30f4ff;
}
/* line 131, ../sass/components/_forms.scss */
.btn.teal:hover .triangle {
  border-top-color: #30f4ff;
}
/* line 137, ../sass/components/_forms.scss */
.btn.black {
  font-weight: 700 !important;
  background: #000;
}
/* line 141, ../sass/components/_forms.scss */
.btn.black span.triangle {
  border-top-color: #000;
}
/* line 144, ../sass/components/_forms.scss */
.btn.black span.triangle.t2 {
  border-top-color: #B9B1B0;
}
/* line 149, ../sass/components/_forms.scss */
.btn.black:hover {
  background: #4d4d4d;
}
/* line 151, ../sass/components/_forms.scss */
.btn.black:hover .triangle.t1 {
  border-top-color: #4d4d4d;
}

/* line 159, ../sass/components/_forms.scss */
.actions {
  padding: 0 0 2rem 0;
}
/* line 10, ../sass/utilities/_mixins.scss */
.actions::after {
  clear: both;
  content: "";
  display: table;
}

/* line 164, ../sass/components/_forms.scss */
.form--inline {
  margin: 1rem 0 2rem;
}
/* line 167, ../sass/components/_forms.scss */
.form--inline select {
  color: #008e96;
}
/* line 171, ../sass/components/_forms.scss */
.form--inline .form-item {
  margin: 0 1rem 0 0;
}
/* line 174, ../sass/components/_forms.scss */
.form--inline .form-actions {
  margin: 0;
  clear: none;
}

/* line 181, ../sass/components/_forms.scss */
.views-exposed-form .view-btn-container {
  display: inline-block;
  border: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  color: #fff !important;
  line-height: 50px;
  margin: 0 5rem 0 0;
}
/* line 192, ../sass/components/_forms.scss */
.views-exposed-form .view-btn-container:hover .triangle.t1 {
  border-top-color: #e6610c;
}
/* line 196, ../sass/components/_forms.scss */
.views-exposed-form .view-btn-container .triangle.t1:hover + .form-submit {
  background: #e6610c;
}

/* line 204, ../sass/components/_forms.scss */
.wFormContainer form .oneChoice {
  display: flex;
  align-items: center;
}
/* line 207, ../sass/components/_forms.scss */
.wFormContainer form .oneChoice [type="checkbox"] {
  margin-right: 10px;
}

/* line 2, ../sass/components/_carousels.scss */
.btn-ringed {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: relative;
}
/* line 12, ../sass/components/_carousels.scss */
.btn-ringed.gray .circle {
  background: #B9B1B0;
}
/* line 15, ../sass/components/_carousels.scss */
.btn-ringed.gray .ring {
  fill: #B9B1B0;
}
/* line 20, ../sass/components/_carousels.scss */
.btn-ringed span {
  display: block;
}
/* line 24, ../sass/components/_carousels.scss */
.btn-ringed .wedge {
  width: 12px;
  fill: #fff;
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 17px;
}
/* line 36, ../sass/components/_carousels.scss */
.btn-ringed.right .wedge {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  left: 20px;
}
/* line 41, ../sass/components/_carousels.scss */
.btn-ringed.down .wedge {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  left: 19px;
}
/* line 46, ../sass/components/_carousels.scss */
.btn-ringed.up .wedge {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  left: 19px;
}
/* line 51, ../sass/components/_carousels.scss */
.btn-ringed .circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #008e96;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
}
/* line 62, ../sass/components/_carousels.scss */
.btn-ringed .ring {
  width: 48px;
  height: 48px;
  fill: #008e96;
  position: absolute;
  z-index: 0;
  top: 0;
}

/* line 72, ../sass/components/_carousels.scss */
.carousel-items {
  overflow: hidden;
}
/* line 10, ../sass/utilities/_mixins.scss */
.carousel-items::after {
  clear: both;
  content: "";
  display: table;
}

/* line 14, ../sass/components/_homepage.scss */
body.path-frontpage h6 {
  color: #B9B1B0;
  margin-bottom: 1rem;
}
/* line 19, ../sass/components/_homepage.scss */
body.path-frontpage .box {
  width: 400px;
  height: 400px;
  background: #f1ddd3;
  position: absolute;
  z-index: 1;
  top: 0;
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -webkit-transform: rotate(30deg);
  /* Chrome, Safari, Opera */
  transform: rotate(30deg);
}
/* line 32, ../sass/components/_homepage.scss */
body.path-frontpage .row.expert-block {
  padding: 0 0 3em;
}
@media (min-width: 481px) {
  /* line 32, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block {
    padding: 2em 1em 6em;
  }
}
@media (min-width: 1301px) {
  /* line 32, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block {
    padding: 0;
  }
}
/* line 42, ../sass/components/_homepage.scss */
body.path-frontpage .row.expert-block .col.span-3.expert-module {
  width: 100%;
  margin: 2em 0 30px;
  float: none;
}
@media (min-width: 626px) {
  /* line 47, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module .image {
    float: left;
    height: 230px;
    margin-bottom: 0;
    margin-right: 1rem;
    width: 49%;
  }
  /* line 54, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module h4 {
    padding: 1rem 1rem 0;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  /* line 54, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module h4 {
    font-size: 1em;
  }
}
@media (min-width: 626px) {
  /* line 60, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module .author {
    padding: 0;
  }
  /* line 62, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module .author .byline {
    width: 48%;
  }
}
@media (min-width: 981px) {
  /* line 42, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module {
    width: 90%;
  }
}
@media (min-width: 1301px) {
  /* line 42, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module {
    margin: 2em auto 30px;
    float: right;
    width: 23.5%;
    margin-top: -220px;
  }
  /* line 75, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module .image {
    height: 200px;
    margin-bottom: 1rem;
    width: 100%;
  }
  /* line 80, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module h4 {
    font-size: 1.2em;
    padding: 0 2rem;
  }
  /* line 84, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module .author {
    padding: 0 2rem 2rem;
  }
  /* line 86, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module .author .byline {
    width: 100%;
  }
}
/* line 93, ../sass/components/_homepage.scss */
body.path-frontpage .row.expert-block .col.span-3.expert-module .author .img-ringed {
  display: block;
  width: 125px;
  height: 125px;
  position: absolute;
  bottom: -70px;
  margin-right: 0;
  float: right;
  right: -40px;
}
@media (min-width: 1301px) {
  /* line 93, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .col.span-3.expert-module .author .img-ringed {
    right: -70px;
  }
}
/* line 112, ../sass/components/_homepage.scss */
body.path-frontpage .row.expert-block .need-to-know {
  color: #000;
  padding: 0;
  margin: 0;
  width: 100%;
  float: none;
}
@media (min-width: 981px) {
  /* line 112, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .need-to-know {
    float: left;
    padding: 0 0 8em;
  }
}
@media (min-width: 1301px) {
  /* line 112, ../sass/components/_homepage.scss */
  body.path-frontpage .row.expert-block .need-to-know {
    width: 70%;
    padding: 2em 1em 6em;
  }
}
/* line 128, ../sass/components/_homepage.scss */
body.path-frontpage .row.expert-block .need-to-know a {
  color: #000;
}
/* line 139, ../sass/components/_homepage.scss */
body.path-frontpage.toolbar-horizontal .expert {
  margin-top: -280px;
}
/* line 144, ../sass/components/_homepage.scss */
body.path-frontpage .featured {
  max-width: 5000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #a91b21;
  color: #fff;
  padding: 2em;
  position: relative;
  width: 100vw;
  margin-top: 90px;
}
@media (min-width: 891px) {
  /* line 144, ../sass/components/_homepage.scss */
  body.path-frontpage .featured {
    height: 575px;
    padding: 0;
  }
}
@media (min-width: 1301px) {
  /* line 144, ../sass/components/_homepage.scss */
  body.path-frontpage .featured {
    margin-top: 0px;
  }
}
/* line 161, ../sass/components/_homepage.scss */
body.path-frontpage .featured .contextual-region {
  position: static;
}
/* line 165, ../sass/components/_homepage.scss */
body.path-frontpage .featured .content-container {
  font-size: 0.8em;
  margin-top: -40px;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 1;
}
/* line 173, ../sass/components/_homepage.scss */
body.path-frontpage .featured .content-container .col {
  float: none;
  margin: 0;
  width: 100%;
}
@media (min-width: 891px) {
  /* line 165, ../sass/components/_homepage.scss */
  body.path-frontpage .featured .content-container {
    font-size: 1em;
    margin-top: 0;
  }
  /* line 182, ../sass/components/_homepage.scss */
  body.path-frontpage .featured .content-container .col {
    float: left;
  }
  /* line 184, ../sass/components/_homepage.scss */
  body.path-frontpage .featured .content-container .col.span-5 {
    margin: 0;
    width: 40.5%;
  }
  /* line 188, ../sass/components/_homepage.scss */
  body.path-frontpage .featured .content-container .col.span-7 {
    margin: 0;
    width: 57.5%;
  }
}
/* line 195, ../sass/components/_homepage.scss */
body.path-frontpage .featured .content-container h6, body.path-frontpage .featured .content-container h5, body.path-frontpage .featured .content-container p {
  color: #fff;
  padding: 1rem 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 891px) {
  /* line 195, ../sass/components/_homepage.scss */
  body.path-frontpage .featured .content-container h6, body.path-frontpage .featured .content-container h5, body.path-frontpage .featured .content-container p {
    width: 500px;
  }
}
/* line 204, ../sass/components/_homepage.scss */
body.path-frontpage .featured .content-container h5 {
  font-size: 1.7em;
  line-height: 1.3em;
  padding: 0;
}
/* line 210, ../sass/components/_homepage.scss */
body.path-frontpage .featured .content-container h6 {
  padding: 0;
}
@media (min-width: 891px) {
  /* line 210, ../sass/components/_homepage.scss */
  body.path-frontpage .featured .content-container h6 {
    padding-top: 12rem;
  }
}
/* line 216, ../sass/components/_homepage.scss */
body.path-frontpage .featured .content-container a {
  color: #fff;
  z-index: 2;
}
@media (max-width: 479px) {
  /* line 216, ../sass/components/_homepage.scss */
  body.path-frontpage .featured .content-container a {
    height: 45px;
  }
}
/* line 226, ../sass/components/_homepage.scss */
body.path-frontpage .featured .content-container .view-display-id-block_featured .view-content > div > p {
  font-style: italic;
}
/* line 235, ../sass/components/_homepage.scss */
body.path-frontpage .featured .background-blender {
  display: none;
}
@media (min-width: 891px) {
  /* line 235, ../sass/components/_homepage.scss */
  body.path-frontpage .featured .background-blender {
    width: 1950px;
    background: #a91b21;
    display: block;
    height: 575px;
    left: -110%;
    position: absolute;
    z-index: 0;
    top: 0;
  }
}
/* line 249, ../sass/components/_homepage.scss */
body.path-frontpage .featured .background {
  filter: grayscale(100%);
  opacity: .4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 575px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 265, ../sass/components/_homepage.scss */
body.path-frontpage .featured .events {
  background: #fff;
  color: #444;
  margin: auto;
  padding-bottom: 2rem;
  position: relative;
  top: -75px;
  width: 100%;
  z-index: 2;
}
@media (min-width: 891px) {
  /* line 265, ../sass/components/_homepage.scss */
  body.path-frontpage .featured .events {
    position: absolute;
    top: -65px;
    width: 302.672px;
    margin: 2em 1em 6em;
  }
}
/* line 282, ../sass/components/_homepage.scss */
body.path-frontpage .featured .events a {
  color: #008e96;
}
/* line 286, ../sass/components/_homepage.scss */
body.path-frontpage .featured .events .contextual-region {
  position: relative;
}
/* line 290, ../sass/components/_homepage.scss */
body.path-frontpage .featured .events .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 200px;
  width: 100%;
}
/* line 298, ../sass/components/_homepage.scss */
body.path-frontpage .featured .events .date {
  position: absolute;
  z-index: 1;
  top: 200px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 2.5rem;
  background: #000;
  color: #fff;
}
/* line 310, ../sass/components/_homepage.scss */
body.path-frontpage .featured .events a.btn-ringed {
  position: absolute;
  z-index: 2;
  top: 200px;
}
/* line 315, ../sass/components/_homepage.scss */
body.path-frontpage .featured .events a.btn-ringed.left {
  left: -24px;
}
/* line 318, ../sass/components/_homepage.scss */
body.path-frontpage .featured .events a.btn-ringed.right {
  right: -24px;
}
/* line 323, ../sass/components/_homepage.scss */
body.path-frontpage .featured .events h4, body.path-frontpage .featured .events p {
  margin: 0;
  padding: 0 1rem;
}
@media (min-width: 891px) {
  /* line 323, ../sass/components/_homepage.scss */
  body.path-frontpage .featured .events h4, body.path-frontpage .featured .events p {
    padding: 0 2rem;
  }
}
/* line 330, ../sass/components/_homepage.scss */
body.path-frontpage .featured .events h4 {
  margin-top: 80px;
}
/* line 333, ../sass/components/_homepage.scss */
body.path-frontpage .featured .events p {
  line-height: 1.4;
  margin-top: .5rem;
  color: #444;
  width: auto;
}
/* line 344, ../sass/components/_homepage.scss */
body.path-frontpage .articles,
body.path-frontpage .resources {
  max-width: 5000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding: 4rem 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  /* line 344, ../sass/components/_homepage.scss */
  body.path-frontpage .articles,
  body.path-frontpage .resources {
    padding: 9rem 2rem;
  }
}
/* line 354, ../sass/components/_homepage.scss */
body.path-frontpage .articles .overline:nth-child(1),
body.path-frontpage .resources .overline:nth-child(1) {
  display: inline-block;
  text-decoration: underline;
}
/* line 358, ../sass/components/_homepage.scss */
body.path-frontpage .articles .overline,
body.path-frontpage .resources .overline {
  color: #B9B1B0;
  font-size: 16px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
/* line 366, ../sass/components/_homepage.scss */
body.path-frontpage .articles h3,
body.path-frontpage .resources h3 {
  display: inline-block;
  padding-right: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
/* line 374, ../sass/components/_homepage.scss */
body.path-frontpage .articles p,
body.path-frontpage .resources p {
  font-weight: normal;
  margin: 0;
  display: none;
}
@media (min-width: 769px) {
  /* line 374, ../sass/components/_homepage.scss */
  body.path-frontpage .articles p,
  body.path-frontpage .resources p {
    display: block;
  }
}
/* line 381, ../sass/components/_homepage.scss */
body.path-frontpage .articles p.overline,
body.path-frontpage .resources p.overline {
  display: block;
}
/* line 384, ../sass/components/_homepage.scss */
body.path-frontpage .articles p strong,
body.path-frontpage .resources p strong {
  font-weight: normal;
}
/* line 389, ../sass/components/_homepage.scss */
body.path-frontpage .articles a.more,
body.path-frontpage .resources a.more {
  color: #f47d31;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  /*@include media('>768px'){
    display: inline-block;
  }*/
}
/* line 401, ../sass/components/_homepage.scss */
body.path-frontpage .articles h5,
body.path-frontpage .resources h5 {
  font-size: 1.25rem;
}
@media (min-width: 769px) {
  /* line 401, ../sass/components/_homepage.scss */
  body.path-frontpage .articles h5,
  body.path-frontpage .resources h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1301px) {
  /* line 409, ../sass/components/_homepage.scss */
  body.path-frontpage .articles {
    padding: 10rem 160px;
  }
}
/* line 415, ../sass/components/_homepage.scss */
body.path-frontpage .articles h3 {
  font-size: 2.9em;
  margin: 0;
}
@media (max-width: 479px) {
  /* line 415, ../sass/components/_homepage.scss */
  body.path-frontpage .articles h3 {
    font-size: 2em;
  }
}
/* line 423, ../sass/components/_homepage.scss */
body.path-frontpage .articles .box {
  height: 200px;
  top: -100px;
  right: -264px;
  width: 200px;
  z-index: 0;
}
@media (min-width: 1301px) {
  /* line 423, ../sass/components/_homepage.scss */
  body.path-frontpage .articles .box {
    height: 400px;
    top: 100px;
    width: 400px;
  }
}
/* line 436, ../sass/components/_homepage.scss */
body.path-frontpage .articles .content-container {
  position: relative;
}
@media (max-width: 767px) {
  /* line 436, ../sass/components/_homepage.scss */
  body.path-frontpage .articles .content-container {
    padding: 0 4rem;
  }
}
@media (min-width: 768px) {
  /* line 436, ../sass/components/_homepage.scss */
  body.path-frontpage .articles .content-container {
    padding: 0 3rem;
  }
}
@media (min-width: 480px) {
  /* line 447, ../sass/components/_homepage.scss */
  body.path-frontpage .articles .slick-initialized .slick-slide {
    padding: 0 15px;
  }
}
@media (min-width: 769px) {
  /* line 454, ../sass/components/_homepage.scss */
  body.path-frontpage .articles .slick-list {
    padding: 0 0 0 1em;
  }
}
@media (min-width: 1301px) {
  /* line 454, ../sass/components/_homepage.scss */
  body.path-frontpage .articles .slick-list {
    padding: 0;
  }
}
/* line 463, ../sass/components/_homepage.scss */
body.path-frontpage .articles a.btn-ringed {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  /* line 463, ../sass/components/_homepage.scss */
  body.path-frontpage .articles a.btn-ringed {
    top: 45%;
  }
}
/* line 472, ../sass/components/_homepage.scss */
body.path-frontpage .articles a.btn-ringed.left {
  left: -50px;
}
@media (min-width: 769px) {
  /* line 472, ../sass/components/_homepage.scss */
  body.path-frontpage .articles a.btn-ringed.left {
    left: -2em;
  }
}
@media (min-width: 1301px) {
  /* line 472, ../sass/components/_homepage.scss */
  body.path-frontpage .articles a.btn-ringed.left {
    left: -4em;
  }
}
/* line 481, ../sass/components/_homepage.scss */
body.path-frontpage .articles a.btn-ringed.right {
  right: -50px;
}
@media (min-width: 769px) {
  /* line 481, ../sass/components/_homepage.scss */
  body.path-frontpage .articles a.btn-ringed.right {
    right: -2em;
  }
}
@media (min-width: 1301px) {
  /* line 481, ../sass/components/_homepage.scss */
  body.path-frontpage .articles a.btn-ringed.right {
    right: -4em;
  }
}
/* line 498, ../sass/components/_homepage.scss */
body.path-frontpage .resources .box {
  height: 286px;
  left: -120px;
  top: 0;
  width: 200px;
  z-index: 0;
}
@media (min-width: 481px) {
  /* line 508, ../sass/components/_homepage.scss */
  body.path-frontpage .resources .view-content .span-3:nth-child(odd) {
    margin-right: 7px;
  }
}
/* line 514, ../sass/components/_homepage.scss */
body.path-frontpage .resources .col {
  overflow: hidden;
}
/* line 518, ../sass/components/_homepage.scss */
body.path-frontpage .resources img {
  box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.08);
  display: block;
  height: auto;
  margin-bottom: 0.5em;
  max-width: 100%;
}
/* line 526, ../sass/components/_homepage.scss */
body.path-frontpage .resources .topics {
  display: none;
}
@media (min-width: 770px) {
  /* line 526, ../sass/components/_homepage.scss */
  body.path-frontpage .resources .topics {
    display: block;
  }
}
/* line 531, ../sass/components/_homepage.scss */
body.path-frontpage .resources .topics a {
  font-style: italic;
  color: #666;
  text-decoration: underline;
}
/* line 538, ../sass/components/_homepage.scss */
body.path-frontpage .resources h5 {
  font-weight: 900;
}
/* line 543, ../sass/components/_homepage.scss */
body.path-frontpage .resources .topics a {
  font-style: italic;
  color: #666;
  text-decoration: underline;
}
/* line 551, ../sass/components/_homepage.scss */
body.path-frontpage .story-bank {
  align-items: flex-end;
  background: #f47d31;
  display: flex;
  height: 445px;
  padding-bottom: 1em;
  position: relative;
}
@media (min-width: 769px) {
  /* line 551, ../sass/components/_homepage.scss */
  body.path-frontpage .story-bank {
    background: #B9B1B0;
    color: #fff;
    display: block;
    height: 500px;
    margin-left: -20px;
    overflow: hidden;
    padding: 0;
  }
}
@media (min-width: 1301px) {
  /* line 551, ../sass/components/_homepage.scss */
  body.path-frontpage .story-bank {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (min-width: 769px) {
  /* line 575, ../sass/components/_homepage.scss */
  body.path-frontpage .story-bank .content {
    position: absolute;
    width: 100%;
  }
}
/* line 582, ../sass/components/_homepage.scss */
body.path-frontpage .story-bank h6 {
  font-size: 0.9rem;
  padding: 0 25px;
  z-index: 2;
}
@media (min-width: 769px) {
  /* line 582, ../sass/components/_homepage.scss */
  body.path-frontpage .story-bank h6 {
    bottom: auto;
    font-size: 1rem;
    left: auto;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 450px;
  }
}
/* line 598, ../sass/components/_homepage.scss */
body.path-frontpage .story-bank .view-content h3 {
  font-size: 1.5rem;
  min-height: 75px;
  padding: 0 25px;
  z-index: 2;
}
@media (min-width: 769px) {
  /* line 598, ../sass/components/_homepage.scss */
  body.path-frontpage .story-bank .view-content h3 {
    font-size: 2.5rem;
    bottom: auto;
    left: auto;
    position: absolute;
    right: 24px;
    top: 56px;
    width: 450px;
  }
}
/* line 614, ../sass/components/_homepage.scss */
body.path-frontpage .story-bank .view-content p {
  padding: 0 25px;
  z-index: 2;
}
@media (min-width: 769px) {
  /* line 614, ../sass/components/_homepage.scss */
  body.path-frontpage .story-bank .view-content p {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 24px;
    top: 240px;
    width: 450px;
  }
}
/* line 630, ../sass/components/_homepage.scss */
body.path-frontpage .story-bank h6, body.path-frontpage .story-bank a {
  color: #fff;
}
/* line 634, ../sass/components/_homepage.scss */
body.path-frontpage .story-bank .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 225px;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media (min-width: 769px) {
  /* line 634, ../sass/components/_homepage.scss */
  body.path-frontpage .story-bank .background {
    height: 600px;
  }
}
/* line 648, ../sass/components/_homepage.scss */
body.path-frontpage .story-bank .contextual-region {
  position: static;
}
/* line 652, ../sass/components/_homepage.scss */
body.path-frontpage .story-bank .mask {
  border-radius: 50%;
  display: none;
  width: 1655px;
  height: 1655px;
  border: solid 185px #f0ebe8;
  position: absolute;
  z-index: 1;
  left: -183px;
  top: -570px;
}
@media (min-width: 769px) {
  /* line 652, ../sass/components/_homepage.scss */
  body.path-frontpage .story-bank .mask {
    display: block;
  }
}
@media (min-width: 1301px) {
  /* line 652, ../sass/components/_homepage.scss */
  body.path-frontpage .story-bank .mask {
    width: 2000px;
  }
}
/* line 670, ../sass/components/_homepage.scss */
body.path-frontpage .story-bank .circle {
  background: #f47d31;
  border-radius: 50%;
  display: none;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -175px;
  right: -50px;
}
@media (min-width: 769px) {
  /* line 670, ../sass/components/_homepage.scss */
  body.path-frontpage .story-bank .circle {
    display: block;
  }
}
/* line 684, ../sass/components/_homepage.scss */
body.path-frontpage .story-bank svg {
  display: none;
  width: 750px;
  height: 750px;
  position: absolute;
  top: -250px;
  right: -125px;
}
/* line 691, ../sass/components/_homepage.scss */
body.path-frontpage .story-bank svg path {
  fill: #ffffff;
}
@media (min-width: 769px) {
  /* line 684, ../sass/components/_homepage.scss */
  body.path-frontpage .story-bank svg {
    display: block;
  }
}
/* line 704, ../sass/components/_homepage.scss */
body.path-frontpage .resources .col.span-3 {
  margin-bottom: 20px;
  width: 47% !important;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1301px) {
  /* line 704, ../sass/components/_homepage.scss */
  body.path-frontpage .resources .col.span-3 {
    width: 22.5% !important;
  }
}
/* line 716, ../sass/components/_homepage.scss */
body.path-frontpage .resources .col.span-3:nth-child(odd) {
  margin-right: 15px;
}

/**
 * Bottom tabbed content list with cards _card.scss and node--card.html
 * =============================================================================
 */
/* line 17, ../sass/components/_issue-page.scss */
.latest {
  background: #f0ebe8;
  margin: 2rem 0 0 0;
  padding: 0 0 2rem 0;
}
/* line 22, ../sass/components/_issue-page.scss */
.latest h2 {
  margin: 0;
  text-align: center;
}

/* line 10, ../sass/utilities/_mixins.scss */
.view.latest::after {
  clear: both;
  content: "";
  display: table;
}
/* line 31, ../sass/components/_issue-page.scss */
.view.latest .view-filters {
  display: none;
}
/* line 35, ../sass/components/_issue-page.scss */
.view.latest .view-header {
  margin: 0 0 2rem 0;
  padding: 2rem 0 0 0;
  border-bottom: solid 1px #B9B1B0;
}
/* line 41, ../sass/components/_issue-page.scss */
.view.latest .view-content .col {
  margin-bottom: 0;
}
/* line 44, ../sass/components/_issue-page.scss */
.view.latest .view-content .col:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
/* line 50, ../sass/components/_issue-page.scss */
.view.latest article.issue-page-section-item {
  margin: 0 0 2rem 0;
}
/* line 53, ../sass/components/_issue-page.scss */
.view.latest article.issue-page-section-item .image, .view.latest article.issue-page-section-item img {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  height: 200px;
}
/* line 60, ../sass/components/_issue-page.scss */
.view.latest article.issue-page-section-item .image {
  margin: 0 0 1rem 0;
}
/* line 66, ../sass/components/_issue-page.scss */
.view.latest ul.filters {
  font-size: 80%;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
  width: 100%;
}
/* line 10, ../sass/utilities/_mixins.scss */
.view.latest ul.filters::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 769px) {
  /* line 66, ../sass/components/_issue-page.scss */
  .view.latest ul.filters {
    font-size: 100%;
  }
}
@media (min-width: 769px) {
  /* line 78, ../sass/components/_issue-page.scss */
  .view.latest ul.filters li {
    float: left;
    width: 20%;
  }
}
/* line 86, ../sass/components/_issue-page.scss */
.view.latest ul.filters li:first-child a::before {
  display: none;
}
@media (min-width: 769px) {
  /* line 91, ../sass/components/_issue-page.scss */
  .view.latest ul.filters li:last-child a {
    width: 83%;
  }
}
/* line 97, ../sass/components/_issue-page.scss */
.view.latest ul.filters li:last-child a::after {
  border: 0;
  height: 44px;
  width: 50px;
  background: #fff;
}
/* line 104, ../sass/components/_issue-page.scss */
.view.latest ul.filters li:last-child a.active::after {
  background: #008e96;
}
/* line 109, ../sass/components/_issue-page.scss */
.view.latest ul.filters li a {
  height: 44px;
  position: relative;
  display: block;
  padding: .5rem 0;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  color: #008e96;
}
@media (min-width: 769px) {
  /* line 109, ../sass/components/_issue-page.scss */
  .view.latest ul.filters li a {
    width: 81%;
  }
  /* line 122, ../sass/components/_issue-page.scss */
  .view.latest ul.filters li a:before {
    left: -44px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 0px solid transparent;
    border-left: 44px solid transparent;
    border-bottom: 44px solid #fff;
    content: '';
  }
  /* line 133, ../sass/components/_issue-page.scss */
  .view.latest ul.filters li a:after {
    right: -44px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 44px solid transparent;
    border-left: 0px solid transparent;
    border-top: 44px solid #fff;
    content: '';
  }
}
/* line 146, ../sass/components/_issue-page.scss */
.view.latest ul.filters li a.active {
  background: #008e96;
  color: #fff;
}
/* line 150, ../sass/components/_issue-page.scss */
.view.latest ul.filters li a.active::before {
  border-bottom-color: #008e96;
}
/* line 153, ../sass/components/_issue-page.scss */
.view.latest ul.filters li a.active::after {
  border-top-color: #008e96;
}

/* line 3, ../sass/components/_topics-page.scss */
.path-topic, .layout-landing {
  /*
  .lead-in {
    font-size: 1.3em;
  }
  */
  /**
   * Featured article with sub articles
   * ===========================================================================
   */
  /**
   * Big image paragraph sections
   * ===========================================================================
   */
}
@media (max-width: 768px) {
  /* line 5, ../sass/components/_topics-page.scss */
  .path-topic .col, .layout-landing .col {
    float: none;
    margin: 0;
    width: 100%;
  }
}
/* line 27, ../sass/components/_topics-page.scss */
.path-topic .featured, .layout-landing .featured {
  display: flex;
  flex-direction: column;
}
@media (min-width: 981px) {
  /* line 27, ../sass/components/_topics-page.scss */
  .path-topic .featured, .layout-landing .featured {
    flex-direction: row;
  }
}
/* line 35, ../sass/components/_topics-page.scss */
.path-topic .featured > .col, .layout-landing .featured > .col {
  position: relative;
  float: none;
}
/* line 38, ../sass/components/_topics-page.scss */
.path-topic .featured > .col.span-9, .layout-landing .featured > .col.span-9 {
  width: 100%;
}
@media (min-width: 981px) {
  /* line 38, ../sass/components/_topics-page.scss */
  .path-topic .featured > .col.span-9, .layout-landing .featured > .col.span-9 {
    width: 60%;
  }
}
/* line 44, ../sass/components/_topics-page.scss */
.path-topic .featured > .col.span-3, .layout-landing .featured > .col.span-3 {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 981px) {
  /* line 44, ../sass/components/_topics-page.scss */
  .path-topic .featured > .col.span-3, .layout-landing .featured > .col.span-3 {
    width: 35%;
  }
}
@media (min-width: 1281px) {
  /* line 44, ../sass/components/_topics-page.scss */
  .path-topic .featured > .col.span-3, .layout-landing .featured > .col.span-3 {
    width: 30%;
  }
}
/* line 57, ../sass/components/_topics-page.scss */
.path-topic .featured > .col.span-3 .expert .expert-module, .layout-landing .featured > .col.span-3 .expert .expert-module {
  margin-top: 0;
  max-width: 395px;
  margin-bottom: 20px;
}
/* line 67, ../sass/components/_topics-page.scss */
.path-topic .featured img, .layout-landing .featured img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
/* line 79, ../sass/components/_topics-page.scss */
.path-topic .featured .field--type-entity-reference-revisions, .layout-landing .featured .field--type-entity-reference-revisions {
  margin: 0 0 1em 0;
}
@media (min-width: 1301px) {
  /* line 79, ../sass/components/_topics-page.scss */
  .path-topic .featured .field--type-entity-reference-revisions, .layout-landing .featured .field--type-entity-reference-revisions {
    position: absolute;
    right: 0;
    top: -173px;
    width: 325px;
  }
  /* line 87, ../sass/components/_topics-page.scss */
  .toolbar-tray-open .path-topic .featured .field--type-entity-reference-revisions, .toolbar-tray-open .layout-landing .featured .field--type-entity-reference-revisions {
    top: -340px;
  }
}
/* line 92, ../sass/components/_topics-page.scss */
.path-topic .featured .field--type-entity-reference-revisions .field__label, .layout-landing .featured .field--type-entity-reference-revisions .field__label {
  background-color: #000;
  color: #fff;
  padding: 1em 1.5em;
  text-transform: uppercase;
}
/* line 100, ../sass/components/_topics-page.scss */
.path-topic .featured .field--type-entity-reference-revisions .field__item .field__items .field__item, .layout-landing .featured .field--type-entity-reference-revisions .field__item .field__items .field__item {
  background-color: #f0ebe8;
  border-bottom: 1px solid #e6ded9;
  padding: 1em 1.5em;
  font-size: 22px;
  line-height: 1.8em;
}
/* line 106, ../sass/components/_topics-page.scss */
.path-topic .featured .field--type-entity-reference-revisions .field__item .field__items .field__item:last-child, .layout-landing .featured .field--type-entity-reference-revisions .field__item .field__items .field__item:last-child {
  border: none;
}
/* line 114, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child, .layout-landing .featured > .col:first-child {
  padding: 2em 0 0;
}
/* line 117, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .field--type-text-with-summary, .layout-landing .featured > .col:first-child .field--type-text-with-summary {
  border-bottom: 1px solid #f0ebe8;
  padding-bottom: 2em;
  /*
  p{
    font-size: 24px;
    line-height: 38px;
  }
  */
}
/* line 131, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .actual-featured-item article, .layout-landing .featured > .col:first-child .actual-featured-item article {
  position: relative;
  margin: 4em 0;
}
@media (min-width: 769px) {
  /* line 131, ../sass/components/_topics-page.scss */
  .path-topic .featured > .col:first-child .actual-featured-item article, .layout-landing .featured > .col:first-child .actual-featured-item article {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1301px) {
  /* line 131, ../sass/components/_topics-page.scss */
  .path-topic .featured > .col:first-child .actual-featured-item article, .layout-landing .featured > .col:first-child .actual-featured-item article {
    flex-direction: row;
  }
}
@media (min-width: 1301px) {
  /* line 145, ../sass/components/_topics-page.scss */
  .path-topic .featured > .col:first-child .actual-featured-item article .featured-image, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-image {
    width: 70%;
  }
}
/* line 151, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .actual-featured-item article .featured-content, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content {
  color: #000;
  position: static;
}
@media (min-width: 1301px) {
  /* line 151, ../sass/components/_topics-page.scss */
  .path-topic .featured > .col:first-child .actual-featured-item article .featured-content, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content {
    padding: 0 1em;
    width: 30%;
  }
}
/* line 159, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .actual-featured-item article .featured-content h5, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content h5 {
  font-weight: 700;
}
/* line 161, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .actual-featured-item article .featured-content h5 a, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content h5 a {
  color: #008e96;
}
/* line 166, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .actual-featured-item article .featured-content .article-date, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content .article-date {
  align-items: center;
  background-color: #aa1a20;
  border-radius: 50% 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 83px;
  font-size: 18px;
  justify-content: center;
  left: -18px;
  line-height: 1.4em;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 83px;
}
/* line 112, ../sass/utilities/_mixins.scss */
.path-topic .featured > .col:first-child .actual-featured-item article .featured-content .article-date .month, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content .article-date .month {
  font-size: 1em;
}
/* line 115, ../sass/utilities/_mixins.scss */
.path-topic .featured > .col:first-child .actual-featured-item article .featured-content .article-date .day, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content .article-date .day {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}
/* line 120, ../sass/utilities/_mixins.scss */
.path-topic .featured > .col:first-child .actual-featured-item article .featured-content .article-date svg, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content .article-date svg {
  height: 85px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 85px;
}
/* line 126, ../sass/utilities/_mixins.scss */
.path-topic .featured > .col:first-child .actual-featured-item article .featured-content .article-date svg path, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content .article-date svg path {
  fill: #f0ebe8;
}
/* line 170, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .actual-featured-item article .featured-content.without-image, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content.without-image {
  width: 100%;
}
/* line 172, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .actual-featured-item article .featured-content.without-image .article-date, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content.without-image .article-date {
  right: -10px;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: -10px;
}
@media (min-width: 1401px) {
  /* line 172, ../sass/components/_topics-page.scss */
  .path-topic .featured > .col:first-child .actual-featured-item article .featured-content.without-image .article-date, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content.without-image .article-date {
    left: -30px;
  }
}
/* line 182, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .actual-featured-item article .featured-content.without-image p, .layout-landing .featured > .col:first-child .actual-featured-item article .featured-content.without-image p {
  width: 90%;
}
/* line 191, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .sub, .layout-landing .featured > .col:first-child .sub {
  margin: 2em 0 0;
}
@media (min-width: 769px) {
  /* line 191, ../sass/components/_topics-page.scss */
  .path-topic .featured > .col:first-child .sub, .layout-landing .featured > .col:first-child .sub {
    margin: 0;
  }
}
@media (min-width: 769px) {
  /* line 198, ../sass/components/_topics-page.scss */
  .path-topic .featured > .col:first-child .sub .col, .layout-landing .featured > .col:first-child .sub .col {
    padding: 1em 1em 1em 0;
  }
}
/* line 203, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .sub article, .layout-landing .featured > .col:first-child .sub article {
  margin-bottom: 4em;
}
/* line 205, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .sub article svg, .path-topic .featured > .col:first-child .sub article p, .layout-landing .featured > .col:first-child .sub article svg, .layout-landing .featured > .col:first-child .sub article p {
  display: none;
}
/* line 207, ../sass/components/_topics-page.scss */
.path-topic .featured > .col:first-child .sub article .article-date:before, .layout-landing .featured > .col:first-child .sub article .article-date:before {
  content: "\2022";
}
/* line 223, ../sass/components/_topics-page.scss */
.path-topic .section, .layout-landing .section {
  position: relative;
}
/* line 226, ../sass/components/_topics-page.scss */
.path-topic .section .col, .layout-landing .section .col {
  position: static;
}
/* line 230, ../sass/components/_topics-page.scss */
.path-topic .section .paragraph-image, .layout-landing .section .paragraph-image {
  max-width: 5000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  /* line 230, ../sass/components/_topics-page.scss */
  .path-topic .section .paragraph-image, .layout-landing .section .paragraph-image {
    display: block;
  }
}
/* line 245, ../sass/components/_topics-page.scss */
.path-topic .section .paragraph, .layout-landing .section .paragraph {
  padding: 1em;
}
/* line 248, ../sass/components/_topics-page.scss */
.path-topic .section .paragraph h3, .layout-landing .section .paragraph h3 {
  display: inline-block;
  font-weight: 900;
}
/* line 253, ../sass/components/_topics-page.scss */
.path-topic .section .paragraph h3, .path-topic .section .paragraph .field--type-link, .path-topic .section .paragraph .field__items, .layout-landing .section .paragraph h3, .layout-landing .section .paragraph .field--type-link, .layout-landing .section .paragraph .field__items {
  padding: 1em 0 0.4em;
  position: relative;
  z-index: 1;
}
/* line 259, ../sass/components/_topics-page.scss */
.path-topic .section .paragraph .field--type-link, .layout-landing .section .paragraph .field--type-link {
  display: inline-block;
  padding: 0 1em;
}
/* line 262, ../sass/components/_topics-page.scss */
.path-topic .section .paragraph .field--type-link a, .layout-landing .section .paragraph .field--type-link a {
  color: #f47d31;
  font-weight: 800;
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 270, ../sass/components/_topics-page.scss */
.path-topic .section .paragraph .landing-page-section-item, .layout-landing .section .paragraph .landing-page-section-item {
  margin-bottom: 1.5em;
}
/* line 272, ../sass/components/_topics-page.scss */
.path-topic .section .paragraph .landing-page-section-item h4, .layout-landing .section .paragraph .landing-page-section-item h4 {
  font-weight: bold;
  font-size: 1.51em;
}
/* line 281, ../sass/components/_topics-page.scss */
.path-topic .section.section-3 .paragraph .field__item, .layout-landing .section.section-3 .paragraph .field__item {
  float: none;
  margin: 0 0 4em 0;
  width: 100%;
}
@media (min-width: 769px) {
  /* line 281, ../sass/components/_topics-page.scss */
  .path-topic .section.section-3 .paragraph .field__item, .layout-landing .section.section-3 .paragraph .field__item {
    float: left;
    padding: 1em 2em 1em 0;
    width: 32%;
  }
}

@media (min-width: 769px) {
  /* line 2, ../sass/components/_listing-page.scss */
  .listing-page {
    margin-top: 3rem;
  }
}
/* line 9, ../sass/components/_listing-page.scss */
.listing-page form.views-exposed-form .form--inline .form-item {
  margin: 0 1rem 1rem 0;
  width: 44%;
}
/* line 12, ../sass/components/_listing-page.scss */
.listing-page form.views-exposed-form .form--inline .form-item select.form-select {
  color: grey;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/themes/cfed/img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 348px -1px;
  background-size: contain;
  width: 100%;
}
/* line 22, ../sass/components/_listing-page.scss */
.listing-page form.views-exposed-form .form--inline .form-item select.form-select option {
  color: black;
  background-color: #fdf6f4;
}
/* line 25, ../sass/components/_listing-page.scss */
.listing-page form.views-exposed-form .form--inline .form-item select.form-select option:hover {
  background: #f47d31 !important;
}
/* line 31, ../sass/components/_listing-page.scss */
.listing-page form.views-exposed-form .form--inline .form-actions {
  width: 48%;
  display: inline-block;
}

/* line 10, ../sass/utilities/_mixins.scss */
.listing-page .list::after,
.view-content .list::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 769px) {
  /* line 39, ../sass/components/_listing-page.scss */
  .listing-page .list,
  .view-content .list {
    border-right: solid 1px #f0ebe8;
  }
}

/* line 49, ../sass/components/_listing-page.scss */
.listing-page .featured .fa-rss {
  font-size: 3em;
  color: #f47d31;
  display: block;
}
/* line 55, ../sass/components/_listing-page.scss */
.listing-page .featured hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  background-color: #f0ebe8;
}
/* line 63, ../sass/components/_listing-page.scss */
.listing-page .featured h6 {
  margin: 0 0 2rem 0;
}

/* line 68, ../sass/components/_listing-page.scss */
article.listing-page-item {
  margin: 0 0 1rem 0;
}
/* line 71, ../sass/components/_listing-page.scss */
article.listing-page-item p {
  margin: 0;
}
/* line 75, ../sass/components/_listing-page.scss */
article.listing-page-item .terms {
  width: 64%;
  clear: none !important;
  float: left;
}
/* line 81, ../sass/components/_listing-page.scss */
article.listing-page-item .addthis_inline_share_toolbox {
  clear: none !important;
  float: right;
  width: 36%;
}
/* line 86, ../sass/components/_listing-page.scss */
article.listing-page-item .addthis_inline_share_toolbox .at-resp-share-element.at-mobile .at-share-btn {
  margin: 0;
  padding: 0;
}
/* line 91, ../sass/components/_listing-page.scss */
article.listing-page-item .col.span-8 {
  width: 100%;
}
@media (min-width: 769px) {
  /* line 91, ../sass/components/_listing-page.scss */
  article.listing-page-item .col.span-8 {
    width: 64%;
  }
  /* line 95, ../sass/components/_listing-page.scss */
  article.listing-page-item .col.span-8.no-img {
    width: 100%;
    padding-right: 10px;
  }
}
/* line 101, ../sass/components/_listing-page.scss */
article.listing-page-item .col.span-4 {
  width: 100%;
  margin: 0;
  padding: 0 0.5em;
}
@media (min-width: 769px) {
  /* line 101, ../sass/components/_listing-page.scss */
  article.listing-page-item .col.span-4 {
    padding-top: 32px;
    width: 34%;
  }
}
/* line 110, ../sass/components/_listing-page.scss */
article.listing-page-item .col.span-4.no-img {
  display: none;
}
/* line 114, ../sass/components/_listing-page.scss */
article.listing-page-item .col.span-4 .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 200px;
}

/* line 123, ../sass/components/_listing-page.scss */
article.listing-page-featured-item {
  margin: 0 0 1rem 0;
}
/* line 126, ../sass/components/_listing-page.scss */
article.listing-page-featured-item h5 {
  margin: 0 0 1rem 0;
}

/* line 131, ../sass/components/_listing-page.scss */
ul.pager {
  margin: 0 0 2rem 0;
  padding: 0;
  float: left;
}
/* line 10, ../sass/utilities/_mixins.scss */
ul.pager::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 1501px) {
  /* line 3, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .hero-content h1 {
    font-size: 3.4em !important;
  }
}
/* line 10, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now p > em {
  font-size: 12px;
}
/* line 15, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .row p:nth-child(3) {
  line-height: 20px;
}
/* line 17, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .row p:nth-child(3) > em {
  font-size: 12px;
}
/* line 23, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header {
  margin-bottom: 3rem;
}
/* line 25, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content {
  display: flex;
  flex-wrap: wrap;
}
/* line 28, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row {
  display: inline-block;
  width: 32.9%;
  text-align: center;
  padding: 1rem;
}
/* line 33, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row span.field-content {
  background-color: #f57d2f;
  border-radius: 15px;
  display: inline-block;
  width: 100%;
}
/* line 38, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row span.field-content:hover {
  background-color: #ff6400;
}
/* line 42, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row span.field-content .image a {
  display: block;
  padding: 1rem 1rem 0;
}
/* line 45, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row span.field-content .image a img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1149px) {
  /* line 45, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row span.field-content .image a img {
    max-width: 70px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 779px) {
  /* line 45, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row span.field-content .image a img {
    max-width: 60px;
    width: auto;
    height: auto;
  }
}
/* line 62, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row span.field-content .name a {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 0 1rem 1rem;
  text-transform: uppercase;
  height: 57px;
  line-height: 20px;
}
@media (max-width: 1149px) {
  /* line 62, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row span.field-content .name a {
    font-size: 10px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 779px) {
  /* line 62, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row span.field-content .name a {
    font-size: 8px;
  }
}
/* line 83, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row.active span.field-content {
  background-color: #909090;
}
/* line 85, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row.active span.field-content:hover {
  background-color: #c1c1c1;
}
@media (max-width: 550px) {
  /* line 28, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory .view-header .view-content .views-row {
    width: 50%;
  }
}
/* line 97, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-filters .form--inline {
  text-align: center;
}
@media (max-width: 799px) {
  /* line 97, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-filters .form--inline {
    text-align: left;
  }
}
/* line 102, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-filters .form--inline .form-item-keys {
  float: none;
  display: inline-block;
}
@media (max-width: 799px) {
  /* line 102, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-filters .form--inline .form-item-keys {
    float: left;
  }
}
/* line 108, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-filters .form--inline .form-item-keys input.form-text {
  width: 100%;
  font-size: 14px;
}
@media (max-width: 768px) {
  /* line 102, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-filters .form--inline .form-item-keys {
    width: 60%;
  }
}
@media (max-width: 419px) {
  /* line 102, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-filters .form--inline .form-item-keys {
    width: 100%;
  }
}
/* line 119, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-filters .form--inline .form-actions {
  width: 18%;
  vertical-align: top;
}
/* line 123, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-filters .form--inline .form-actions .view-btn-container span.view-btn-filter {
  left: 96px !important;
}
@media (max-width: 479px) {
  /* line 123, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-filters .form--inline .form-actions .view-btn-container span.view-btn-filter {
    border-top-width: 45px !important;
    border-right-width: 45px !important;
  }
}
@media (max-width: 768px) {
  /* line 119, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-filters .form--inline .form-actions {
    width: 30%;
  }
}
/* line 138, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row {
  background-color: #bcbec0;
  margin-bottom: 1rem;
  padding: 3% 3%;
  position: relative;
}
/* line 143, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row a.program-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
/* line 151, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .span-5 {
  line-height: 15px;
  padding-right: 1rem;
}
/* line 154, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .span-5 h5 {
  margin-bottom: 4px;
}
/* line 156, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .span-5 h5 a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 163, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .span-5 span.address,
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .span-5 span.services {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
}
@media (max-width: 919px) {
  /* line 151, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .span-5 {
    padding: 0.5rem 0;
    width: 100%;
  }
}
/* line 175, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .col.span-4 {
  border-left: 1px solid #cacaca;
  padding: 0 0 0 16px;
  width: 30%;
}
/* line 179, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .col.span-4 .service-area {
  height: auto;
}
/* line 182, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .col.span-4 .service-area .field--name-field-geographical-service-area .field__label {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
/* line 188, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .col.span-4 .service-area .field--name-field-geographical-service-area .field__item {
  line-height: 1rem;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}
/* line 195, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .col.span-4 .service-area .field--name-field-geography-detail {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 15px;
}
/* line 203, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .col.span-4 .addthis_inline_share_toolbox {
  display: none;
}
@media (max-width: 919px) {
  /* line 175, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .col.span-4 {
    border-top: 1px solid #cacaca;
    border-left: none;
    padding: 0.5rem 0;
    width: 100%;
  }
}
/* line 213, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .col.span-3 {
  border-left: 1px solid #cacaca;
  padding: 0 0 0 16px;
  width: 27%;
}
/* line 218, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .col.span-3 .service .field__label {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 20px;
  padding: 5px 0;
}
/* line 226, ../sass/components/_financial-page.scss */
.page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .col.span-3 .service .field__item {
  line-height: 1rem;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}
@media (max-width: 919px) {
  /* line 213, ../sass/components/_financial-page.scss */
  .page-workplace-financial-wellness-services-directory--prosperity-now .col.span-8.list .view-program-directory > .view-content .views-row .col.span-3 {
    border-top: 1px solid #cacaca;
    border-left: none;
    padding: 0.5rem 0;
    margin: 0;
    width: 100%;
  }
}

/**
 * Article specific
 */
/* line 7, ../sass/components/_resources-page.scss */
.node--type-article blockquote,
.node--type-basic-page blockquote {
  font-size: 1em;
  padding: 1em;
  width: 100%;
}
/* line 12, ../sass/components/_resources-page.scss */
.node--type-article blockquote .triangle,
.node--type-basic-page blockquote .triangle {
  display: none;
}
/* line 16, ../sass/components/_resources-page.scss */
.node--type-article blockquote *,
.node--type-basic-page blockquote * {
  margin: 0;
}
@media (min-width: 769px) {
  /* line 7, ../sass/components/_resources-page.scss */
  .node--type-article blockquote,
  .node--type-basic-page blockquote {
    font-size: 1.5em;
    left: 50%;
    padding-left: 2em;
    position: relative;
    transform: translateX(-50%);
    width: 70vw;
  }
  /* line 27, ../sass/components/_resources-page.scss */
  .node--type-article blockquote .triangle,
  .node--type-basic-page blockquote .triangle {
    display: block;
  }
}
@media (min-width: 1301px) {
  /* line 7, ../sass/components/_resources-page.scss */
  .node--type-article blockquote,
  .node--type-basic-page blockquote {
    font-size: 2em;
    left: 0;
    padding-left: 0;
    transform: translateX(0);
    width: 65vw;
  }
  /* line 37, ../sass/components/_resources-page.scss */
  .node--type-article blockquote:before,
  .node--type-basic-page blockquote:before {
    content: '';
    position: absolute;
    background-color: #f47d31;
    width: 730px;
    height: 100%;
    left: -730px;
    top: 0;
  }
}
/* line 49, ../sass/components/_resources-page.scss */
.node--type-article .field-image-with-caption,
.node--type-basic-page .field-image-with-caption {
  margin-bottom: 2em;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  /* line 49, ../sass/components/_resources-page.scss */
  .node--type-article .field-image-with-caption,
  .node--type-basic-page .field-image-with-caption {
    padding: 2em 0 0 0;
  }
}
/* line 59, ../sass/components/_resources-page.scss */
.node--type-article .field-image-with-caption img,
.node--type-basic-page .field-image-with-caption img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media (min-width: 769px) {
  /* line 59, ../sass/components/_resources-page.scss */
  .node--type-article .field-image-with-caption img,
  .node--type-basic-page .field-image-with-caption img {
    width: 66%;
  }
}
/* line 69, ../sass/components/_resources-page.scss */
.node--type-article .field-image-with-caption .field--name-field-image-caption,
.node--type-basic-page .field-image-with-caption .field--name-field-image-caption {
  background-color: #aa1a20;
  color: #fff;
  font-size: 1em;
  max-width: 500px;
  padding: .25em 1em;
}
/* line 76, ../sass/components/_resources-page.scss */
.node--type-article .field-image-with-caption .field--name-field-image-caption .triangle,
.node--type-basic-page .field-image-with-caption .field--name-field-image-caption .triangle {
  display: none;
}
@media (min-width: 769px) {
  /* line 69, ../sass/components/_resources-page.scss */
  .node--type-article .field-image-with-caption .field--name-field-image-caption,
  .node--type-basic-page .field-image-with-caption .field--name-field-image-caption {
    font-size: 1.1em;
    padding: .5em;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
  }
  /* line 85, ../sass/components/_resources-page.scss */
  .node--type-article .field-image-with-caption .field--name-field-image-caption .triangle,
  .node--type-basic-page .field-image-with-caption .field--name-field-image-caption .triangle {
    display: block;
  }
  /* line 87, ../sass/components/_resources-page.scss */
  .node--type-article .field-image-with-caption .field--name-field-image-caption .triangle.t1,
  .node--type-basic-page .field-image-with-caption .field--name-field-image-caption .triangle.t1 {
    border-top-color: #aa1a20;
  }
  /* line 88, ../sass/components/_resources-page.scss */
  .node--type-article .field-image-with-caption .field--name-field-image-caption .triangle.t2,
  .node--type-basic-page .field-image-with-caption .field--name-field-image-caption .triangle.t2 {
    border-bottom-color: #aa1a20;
  }
}
@media (min-width: 1301px) {
  /* line 69, ../sass/components/_resources-page.scss */
  .node--type-article .field-image-with-caption .field--name-field-image-caption,
  .node--type-basic-page .field-image-with-caption .field--name-field-image-caption {
    font-size: 1.5em;
  }
}
/* line 98, ../sass/components/_resources-page.scss */
.node--type-article .main,
.node--type-basic-page .main {
  /*
  img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  */
}

/**
 * Both articles and resource shared stuff
 */
/* line 120, ../sass/components/_resources-page.scss */
.page-node-type-resource .page-title-bar .page-meta,
.page-node-type-article .page-title-bar .page-meta,
.page-node-type-basic-page .page-title-bar .page-meta,
.page-node-type-event .page-title-bar .page-meta {
  padding: .25em 0 1em;
}
/* line 124, ../sass/components/_resources-page.scss */
.page-node-type-resource .page-title-bar .page-meta.no-pdf-icon .page-date::before,
.page-node-type-article .page-title-bar .page-meta.no-pdf-icon .page-date::before,
.page-node-type-basic-page .page-title-bar .page-meta.no-pdf-icon .page-date::before,
.page-node-type-event .page-title-bar .page-meta.no-pdf-icon .page-date::before {
  content: "";
}
/* line 130, ../sass/components/_resources-page.scss */
.page-node-type-resource .page-title-bar .page-meta .field--type-file,
.page-node-type-article .page-title-bar .page-meta .field--type-file,
.page-node-type-basic-page .page-title-bar .page-meta .field--type-file,
.page-node-type-event .page-title-bar .page-meta .field--type-file {
  color: #000;
  display: inline-block;
  padding: 0 0 0 0;
}
/* line 134, ../sass/components/_resources-page.scss */
.page-node-type-resource .page-title-bar .page-meta .field--type-file a,
.page-node-type-article .page-title-bar .page-meta .field--type-file a,
.page-node-type-basic-page .page-title-bar .page-meta .field--type-file a,
.page-node-type-event .page-title-bar .page-meta .field--type-file a {
  color: #000;
  display: none;
}
/* line 139, ../sass/components/_resources-page.scss */
.page-node-type-resource .page-title-bar .page-meta .page-date,
.page-node-type-article .page-title-bar .page-meta .page-date,
.page-node-type-basic-page .page-title-bar .page-meta .page-date,
.page-node-type-event .page-title-bar .page-meta .page-date {
  color: #000;
  display: inline-block;
}
/* line 142, ../sass/components/_resources-page.scss */
.page-node-type-resource .page-title-bar .page-meta .page-date:before,
.page-node-type-article .page-title-bar .page-meta .page-date:before,
.page-node-type-basic-page .page-title-bar .page-meta .page-date:before,
.page-node-type-event .page-title-bar .page-meta .page-date:before {
  color: #666;
  content: '\2022';
  display: inline-block;
  padding: 0 .5em 0 0;
}
@media (min-width: 769px) {
  /* line 154, ../sass/components/_resources-page.scss */
  .page-node-type-resource .sidebar .field--name-field-image,
  .page-node-type-article .sidebar .field--name-field-image,
  .page-node-type-basic-page .sidebar .field--name-field-image,
  .page-node-type-event .sidebar .field--name-field-image {
    position: relative;
    margin-top: -100px;
    margin-bottom: 2rem;
  }
}
/* line 163, ../sass/components/_resources-page.scss */
.page-node-type-resource .bottom,
.page-node-type-article .bottom,
.page-node-type-basic-page .bottom,
.page-node-type-event .bottom {
  max-width: 5000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #f0ebe8;
  padding: 2em 1em;
  margin: 2rem 0 0 0;
}
/* line 173, ../sass/components/_resources-page.scss */
.page-node-type-resource .bottom .overline,
.page-node-type-article .bottom .overline,
.page-node-type-basic-page .bottom .overline,
.page-node-type-event .bottom .overline {
  margin: 0;
}
@media (max-width: 767px) {
  /* line 178, ../sass/components/_resources-page.scss */
  .page-node-type-resource .bottom .col,
  .page-node-type-article .bottom .col,
  .page-node-type-basic-page .bottom .col,
  .page-node-type-event .bottom .col {
    float: none;
    width: 100% !important;
  }
}

/* line 2, ../sass/components/_team-page.scss */
#block-people-board, #block-people-leadership {
  margin-top: 2rem;
  padding: 4rem 0 0 0;
}
/* line 6, ../sass/components/_team-page.scss */
#block-people-board h2, #block-people-leadership h2 {
  padding-bottom: 2rem;
  text-align: center;
}
/* line 11, ../sass/components/_team-page.scss */
#block-people-board .view-content, #block-people-leadership .view-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  /* line 11, ../sass/components/_team-page.scss */
  #block-people-board .view-content, #block-people-leadership .view-content {
    flex-direction: row;
  }
}
/* line 19, ../sass/components/_team-page.scss */
#block-people-board .view-content > div, #block-people-leadership .view-content > div {
  padding: 0 .25em;
  margin-bottom: 2em;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 19, ../sass/components/_team-page.scss */
  #block-people-board .view-content > div, #block-people-leadership .view-content > div {
    width: 25%;
  }
}

/* line 34, ../sass/components/_team-page.scss */
#block-people-leadership {
  max-width: 5000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #f0ebe8;
}
/* line 39, ../sass/components/_team-page.scss */
#block-people-leadership .view-content {
  justify-content: center;
}
/* line 41, ../sass/components/_team-page.scss */
#block-people-leadership .view-content .person-list {
  /*h6{
    font-size: 1.34em;
  }*/
}
/* line 45, ../sass/components/_team-page.scss */
#block-people-leadership .view-content .person-list .field--name-field-professional-title {
  font-size: 0.8em;
  /*font-size: 1.3em;
  font-weight: 300;*/
}
/* line 53, ../sass/components/_team-page.scss */
#block-people-leadership .row {
  max-width: 1350px;
  margin: 0 auto;
}

/* line 60, ../sass/components/_team-page.scss */
.block.our-team {
  position: relative;
  top: -18px;
  z-index: 1;
}
/* line 10, ../sass/utilities/_mixins.scss */
.block.our-team::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 769px) {
  /* line 60, ../sass/components/_team-page.scss */
  .block.our-team {
    top: -42px;
  }
}
@media (min-width: 1301px) {
  /* line 60, ../sass/components/_team-page.scss */
  .block.our-team {
    margin: auto;
    width: 1272px;
  }
}
/* line 75, ../sass/components/_team-page.scss */
.block.our-team h1 {
  font-size: 1.4em;
}
@media (min-width: 1301px) {
  /* line 75, ../sass/components/_team-page.scss */
  .block.our-team h1 {
    font-size: 2.1em;
  }
}
/* line 80, ../sass/components/_team-page.scss */
.block.our-team h1 a {
  color: #fff;
}
/* line 85, ../sass/components/_team-page.scss */
.block.our-team .left-block, .block.our-team .right-block {
  align-items: center;
  display: flex;
  height: 154px;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48%;
}
@media (min-width: 769px) {
  /* line 85, ../sass/components/_team-page.scss */
  .block.our-team .left-block, .block.our-team .right-block {
    width: 49%;
  }
}
@media (min-width: 1301px) {
  /* line 85, ../sass/components/_team-page.scss */
  .block.our-team .left-block, .block.our-team .right-block {
    width: 699px;
  }
}
/* line 105, ../sass/components/_team-page.scss */
.block.our-team .left-block {
  background: url("../img/our-team/supporters.png") no-repeat 0 0;
  left: 0;
}
@media (min-width: 1301px) {
  /* line 105, ../sass/components/_team-page.scss */
  .block.our-team .left-block {
    justify-content: flex-start;
    padding-left: 150px;
  }
}
/* line 113, ../sass/components/_team-page.scss */
.block.our-team .right-block {
  background: url("../img/our-team/staff.png") no-repeat 100% 0;
  right: 0;
}
@media (min-width: 1301px) {
  /* line 113, ../sass/components/_team-page.scss */
  .block.our-team .right-block {
    justify-content: flex-end;
    padding-right: 170px;
  }
}
/* line 122, ../sass/components/_team-page.scss */
.block.our-team .bottom-block {
  align-items: center;
  background: url("../img/our-team/meet-the-staff-header.jpg") no-repeat 0 0;
  display: flex;
  height: 185px;
  justify-content: center;
  margin-bottom: 3em;
  position: relative;
  top: 175px;
}
@media (min-width: 769px) {
  /* line 122, ../sass/components/_team-page.scss */
  .block.our-team .bottom-block {
    height: 312px;
  }
}
@media (min-width: 1301px) {
  /* line 122, ../sass/components/_team-page.scss */
  .block.our-team .bottom-block {
    padding-left: 150px;
    justify-content: flex-start;
  }
}

/* line 143, ../sass/components/_team-page.scss */
#block-people-staff {
  padding: 8rem 0 5.5rem;
}
/* line 146, ../sass/components/_team-page.scss */
#block-people-staff h2 {
  padding: 4rem 0;
  text-align: center;
}
/* line 151, ../sass/components/_team-page.scss */
#block-people-staff .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 155, ../sass/components/_team-page.scss */
#block-people-staff .view-content > div {
  margin-bottom: 2em;
  padding: 0 1em;
  width: 49%;
}
@media (min-width: 769px) {
  /* line 155, ../sass/components/_team-page.scss */
  #block-people-staff .view-content > div {
    width: 23%;
  }
}
@media (min-width: 1301px) {
  /* line 155, ../sass/components/_team-page.scss */
  #block-people-staff .view-content > div {
    width: 15%;
  }
}
/* line 168, ../sass/components/_team-page.scss */
#block-people-staff .person-list {
  padding-top: 0;
  margin-bottom: 0;
}
/* line 172, ../sass/components/_team-page.scss */
#block-people-staff .person-list h6, #block-people-staff .person-list p {
  font-size: 75%;
  max-width: 180px;
  margin: 0 auto;
}
/* line 179, ../sass/components/_team-page.scss */
#block-people-staff a.img {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
  height: auto;
  min-height: 105px;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #f0ebe8;
  margin-bottom: 1rem;
    /*@include media('<=sm') {
      height: 106px;
    }

    @include media('<=md') {
      height: 157px;
    }

    @include media('>md') {
      height: auto;
    }

    @include media('>lg') {
      height: 163px;
    }*/
}
/* line 208, ../sass/components/_team-page.scss */
#block-people-staff a.img:hover:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 44px solid transparent;
  border-bottom: 44px solid #f47d31;
  content: '';
}
/* line 221, ../sass/components/_team-page.scss */
#block-people-staff img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 182, ../sass/utilities/_mixins.scss */
#block-people-staff .img-ringed {
  display: block;
  width: 220px;
  height: 220px;
  position: relative;
}
/* line 188, ../sass/utilities/_mixins.scss */
#block-people-staff .img-ringed .ring {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 196, ../sass/utilities/_mixins.scss */
#block-people-staff .img-ringed .ring path {
  fill: #fff;
}
/* line 201, ../sass/utilities/_mixins.scss */
#block-people-staff .img-ringed .circle {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 170px;
  width: 170px;
}
/* line 228, ../sass/components/_team-page.scss */
#block-people-staff .img-ringed {
  position: absolute;
  top: -35%;
  right: -40%;
}
/* line 233, ../sass/components/_team-page.scss */
#block-people-staff .img-ringed .ring path {
  fill: #e0d6cf;
}
/* line 237, ../sass/components/_team-page.scss */
#block-people-staff .img-ringed .circle {
  background-color: #eae3df;
  top: 25px;
  left: 25px;
}

/* line 246, ../sass/components/_team-page.scss */
.person-list {
  position: relative;
  text-align: center;
  line-height: 1.4;
  overflow: hidden;
}
/* line 252, ../sass/components/_team-page.scss */
.person-list * {
  max-width: 250px;
  margin: 0 auto;
  line-height: 1.4;
}
@media (min-width: 769px) {
  /* line 246, ../sass/components/_team-page.scss */
  .person-list {
    margin-bottom: 2rem;
  }
}
/* line 182, ../sass/utilities/_mixins.scss */
.person-list .img-ringed {
  display: block;
  width: 175px;
  height: 175px;
  position: relative;
  margin-bottom: 1rem;
}
/* line 188, ../sass/utilities/_mixins.scss */
.person-list .img-ringed .ring {
  width: 175px;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 196, ../sass/utilities/_mixins.scss */
.person-list .img-ringed .ring path {
  fill: #fff;
}
/* line 201, ../sass/utilities/_mixins.scss */
.person-list .img-ringed .circle {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 173px;
  width: 173px;
}
@media (min-width: 1301px) {
  /* line 182, ../sass/utilities/_mixins.scss */
  .person-list .img-ringed {
    display: block;
    width: 250px;
    height: 250px;
    position: relative;
  }
  /* line 188, ../sass/utilities/_mixins.scss */
  .person-list .img-ringed .ring {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  /* line 196, ../sass/utilities/_mixins.scss */
  .person-list .img-ringed .ring path {
    fill: #fff;
  }
  /* line 201, ../sass/utilities/_mixins.scss */
  .person-list .img-ringed .circle {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 248px;
    width: 248px;
  }
}
/* line 272, ../sass/components/_team-page.scss */
.person-list:hover .img-ringed .ring path {
  fill: #f47d31;
}

/**
 * Article specific
 */
/* line 6, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content {
  padding-bottom: 6rem;
}
/* line 8, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field {
  overflow: hidden;
}
/* line 11, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content h4,
.page-node-type-program article.node--type-program .node__content .field--name-field-image {
  margin: 1rem 0;
}
/* line 15, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field__label {
  min-width: 24rem;
}
@media (max-width: 768px) {
  /* line 15, ../sass/components/_dare-page.scss */
  .page-node-type-program article.node--type-program .node__content .field__label {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 22, ../sass/components/_dare-page.scss */
  .page-node-type-program article.node--type-program .node__content .field__item {
    display: block;
  }
}
/* line 35, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field--name-field-type .field__label,
.page-node-type-program article.node--type-program .node__content .field--name-field-services-offered- .field__label,
.page-node-type-program article.node--type-program .node__content .field--name-field-geographical-service-area .field__label,
.page-node-type-program article.node--type-program .node__content .field--name-field-geography-detail .field__label,
.page-node-type-program article.node--type-program .node__content .field--type-list-string .field__label,
.page-node-type-program article.node--type-program .node__content .field--type-string .field__label,
.page-node-type-program article.node--type-program .node__content .field--name-field-not-english .field__label,
.page-node-type-program article.node--type-program .node__content .field--name-field-bbb-rating .field__label {
  width: 22rem;
}
@media (max-width: 768px) {
  /* line 35, ../sass/components/_dare-page.scss */
  .page-node-type-program article.node--type-program .node__content .field--name-field-type .field__label,
  .page-node-type-program article.node--type-program .node__content .field--name-field-services-offered- .field__label,
  .page-node-type-program article.node--type-program .node__content .field--name-field-geographical-service-area .field__label,
  .page-node-type-program article.node--type-program .node__content .field--name-field-geography-detail .field__label,
  .page-node-type-program article.node--type-program .node__content .field--type-list-string .field__label,
  .page-node-type-program article.node--type-program .node__content .field--type-string .field__label,
  .page-node-type-program article.node--type-program .node__content .field--name-field-not-english .field__label,
  .page-node-type-program article.node--type-program .node__content .field--name-field-bbb-rating .field__label {
    width: 100%;
  }
}
@media (max-width: 425px) {
  /* line 35, ../sass/components/_dare-page.scss */
  .page-node-type-program article.node--type-program .node__content .field--name-field-type .field__label,
  .page-node-type-program article.node--type-program .node__content .field--name-field-services-offered- .field__label,
  .page-node-type-program article.node--type-program .node__content .field--name-field-geographical-service-area .field__label,
  .page-node-type-program article.node--type-program .node__content .field--name-field-geography-detail .field__label,
  .page-node-type-program article.node--type-program .node__content .field--type-list-string .field__label,
  .page-node-type-program article.node--type-program .node__content .field--type-string .field__label,
  .page-node-type-program article.node--type-program .node__content .field--name-field-not-english .field__label,
  .page-node-type-program article.node--type-program .node__content .field--name-field-bbb-rating .field__label {
    width: 100%;
  }
}
/* line 46, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field--name-field-point-of-contact .field__label {
  width: 24rem;
}
@media (max-width: 768px) {
  /* line 46, ../sass/components/_dare-page.scss */
  .page-node-type-program article.node--type-program .node__content .field--name-field-point-of-contact .field__label {
    display: block;
    width: 100%;
  }
}
/* line 55, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field--name-field-not-english .field__item {
  padding-top: 32px;
}
@media (max-width: 768px) {
  /* line 59, ../sass/components/_dare-page.scss */
  .page-node-type-program article.node--type-program .node__content .field--name-field-not-english .field__label {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 425px) {
  /* line 59, ../sass/components/_dare-page.scss */
  .page-node-type-program article.node--type-program .node__content .field--name-field-not-english .field__label {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 65, ../sass/components/_dare-page.scss */
  .page-node-type-program article.node--type-program .node__content .field--name-field-not-english .field__item {
    padding-top: 32px;
  }
}
/* line 71, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field--name-field-author-ref,
.page-node-type-program article.node--type-program .node__content .field--name-field-type,
.page-node-type-program article.node--type-program .node__content .field--name-field-services-offered-,
.page-node-type-program article.node--type-program .node__content .field--name-field-not-english {
  overflow: hidden;
}
/* line 78, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field--name-field-address .field__label {
  display: inline-block;
  float: left;
}
/* line 81, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field--name-field-address .field__label:after {
  content: ":";
}
/* line 86, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field--name-field-address .field__item p.address {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 0;
}
/* line 93, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field--name-field-how-to-get-started,
.page-node-type-program article.node--type-program .node__content .field--name-body {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* line 97, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field--name-field-how-to-get-started .field__label:after,
.page-node-type-program article.node--type-program .node__content .field--name-body .field__label:after {
  content: ":";
}
/* line 101, ../sass/components/_dare-page.scss */
.page-node-type-program article.node--type-program .node__content .field--name-field-how-to-get-started .field__item p,
.page-node-type-program article.node--type-program .node__content .field--name-body .field__item p {
  margin: 0;
}

/**
 * Flex list of card-containers so we can have equal height boxes that wrap
 */
/* line 6, ../sass/components/_cards.scss */
.view-taxonomy-term .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  /* line 6, ../sass/components/_cards.scss */
  .view-taxonomy-term .views-infinite-scroll-content-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/* line 15, ../sass/components/_cards.scss */
.view-taxonomy-term .views-infinite-scroll-content-wrapper .card-container {
  background-color: #fff;
  margin: 0 0 4% 0;
  position: relative;
}
@media (min-width: 769px) {
  /* line 15, ../sass/components/_cards.scss */
  .view-taxonomy-term .views-infinite-scroll-content-wrapper .card-container {
    margin: 0 0 2% 2%;
    width: 32%;
  }
  /* line 23, ../sass/components/_cards.scss */
  .view-taxonomy-term .views-infinite-scroll-content-wrapper .card-container:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1301px) {
  /* line 15, ../sass/components/_cards.scss */
  .view-taxonomy-term .views-infinite-scroll-content-wrapper .card-container {
    margin: 0 0 1.3% 1.3%;
    width: 24%;
  }
  /* line 31, ../sass/components/_cards.scss */
  .view-taxonomy-term .views-infinite-scroll-content-wrapper .card-container:nth-of-type(3n+1) {
    margin-left: 1.3%;
  }
  /* line 34, ../sass/components/_cards.scss */
  .view-taxonomy-term .views-infinite-scroll-content-wrapper .card-container:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
/* line 41, ../sass/components/_cards.scss */
.view-taxonomy-term ul.pager {
  float: none;
  margin: 0;
  padding: 0;
}
/* line 46, ../sass/components/_cards.scss */
.view-taxonomy-term ul.pager .pager__item {
  display: block;
  padding: 1em 0;
  text-align: center;
}
/* line 51, ../sass/components/_cards.scss */
.view-taxonomy-term ul.pager .btn {
  display: inline-block;
  float: none;
}

/**
 * Generic card styles in case we use them somewhere other than the taxonomy-term
 * page
 */
/* line 63, ../sass/components/_cards.scss */
.card {
  font-size: 1em;
  min-height: 400px;
  text-align: center;
  /**
   * Event type cards
   * ===========================================================================
   */
}
/* line 68, ../sass/components/_cards.scss */
.card .field--type-image {
  overflow-y: hidden;
}
/* line 73, ../sass/components/_cards.scss */
.card img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
/* line 80, ../sass/components/_cards.scss */
.card h1 {
  font-size: .9em;
  line-height: 1.8em;
}
/* line 84, ../sass/components/_cards.scss */
.card h2 {
  font-size: .7em;
  font-weight: normal;
  line-height: 1.8em;
}
/* line 90, ../sass/components/_cards.scss */
.card .card-content {
  padding: 2.5em 2em;
  text-align: center;
}
/* line 100, ../sass/components/_cards.scss */
.card.node--type-event .node-date {
  align-items: center;
  background-color: #aa1a20;
  border-radius: 50% 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 83px;
  font-size: 18px;
  justify-content: center;
  left: -18px;
  line-height: 1.4em;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 83px;
  height: 65px;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  top: 161px;
  width: 65px;
}
/* line 112, ../sass/utilities/_mixins.scss */
.card.node--type-event .node-date .month {
  font-size: 1em;
}
/* line 115, ../sass/utilities/_mixins.scss */
.card.node--type-event .node-date .day {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}
/* line 120, ../sass/utilities/_mixins.scss */
.card.node--type-event .node-date svg {
  height: 85px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 85px;
}
/* line 126, ../sass/utilities/_mixins.scss */
.card.node--type-event .node-date svg path {
  fill: #f0ebe8;
}
/* line 108, ../sass/components/_cards.scss */
.card.node--type-event .node-date.without-image {
  position: relative;
  top: 20px;
}
/* line 112, ../sass/components/_cards.scss */
.card.node--type-event .node-date svg {
  height: 68px;
  width: 68px;
}
/* line 120, ../sass/components/_cards.scss */
.card.node--type-article .article-date {
  color: #B9B1B0;
  font-size: .8em;
  text-transform: uppercase;
}
/* line 127, ../sass/components/_cards.scss */
.card.node--type-person {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
}
/* line 133, ../sass/components/_cards.scss */
.card.node--type-person .meet-the-expert {
  color: #B9B1B0;
  font-size: .7em;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 140, ../sass/components/_cards.scss */
.card.node--type-person h1 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: .25em;
}
/* line 144, ../sass/components/_cards.scss */
.card.node--type-person h1 a {
  color: #fff;
}
/* line 147, ../sass/components/_cards.scss */
.card.node--type-person h3 {
  font-size: .6em;
}
/* line 151, ../sass/components/_cards.scss */
.card.node--type-person .card-content {
  bottom: 0;
  color: #fff;
  padding: 1.5em .25em;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* line 1, ../sass/components/_expert.scss */
.expert-module {
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.15);
  margin-top: -214px;
  background: #fff;
  color: #666;
  position: relative;
}
/* line 8, ../sass/components/_expert.scss */
.toolbar-tray-open .expert-module {
  margin-top: -280px;
}
/* line 12, ../sass/components/_expert.scss */
.expert .expert-module {
  margin-top: 0;
  max-width: 395px;
  margin-bottom: 20px;
}
@media (min-width: 981px) {
  /* line 12, ../sass/components/_expert.scss */
  .expert .expert-module {
    margin-top: -100px;
    margin-bottom: 0;
    max-width: unset;
  }
}
/* line 21, ../sass/components/_expert.scss */
.toolbar-tray-open .expert .expert-module {
  margin-top: -180px;
}
@media (min-width: 769px) {
  /* line 21, ../sass/components/_expert.scss */
  .toolbar-tray-open .expert .expert-module {
    margin-top: 0;
    max-width: 382px;
  }
}
/* line 31, ../sass/components/_expert.scss */
.expert-module .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 200px;
  width: 100%;
  margin-bottom: 1rem;
}
/* line 40, ../sass/components/_expert.scss */
.expert-module h4, .expert-module .author {
  margin: 0;
  padding: 0 2rem 2rem;
}
/* line 45, ../sass/components/_expert.scss */
.expert-module h4 {
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 2rem;
}
/* line 51, ../sass/components/_expert.scss */
.expert-module .author {
  color: #B9B1B0;
  font-weight: 600;
  padding-bottom: 2rem;
  line-height: 1.4;
}
/* line 10, ../sass/utilities/_mixins.scss */
.expert-module .author::after {
  clear: both;
  content: "";
  display: table;
}
/* line 57, ../sass/components/_expert.scss */
.expert-module .author b {
  font-weight: 600;
}
/* line 58, ../sass/components/_expert.scss */
.expert-module .author .byline {
  float: left;
  width: 80%;
  margin-top: .5rem;
}
/* line 182, ../sass/utilities/_mixins.scss */
.expert-module .img-ringed {
  display: block;
  width: 125px;
  height: 125px;
  position: relative;
  position: absolute;
  bottom: -34px;
  right: -35px;
}
/* line 188, ../sass/utilities/_mixins.scss */
.expert-module .img-ringed .ring {
  width: 125px;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 196, ../sass/utilities/_mixins.scss */
.expert-module .img-ringed .ring path {
  fill: #f0ebe8;
}
/* line 201, ../sass/utilities/_mixins.scss */
.expert-module .img-ringed .circle {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 123px;
  width: 123px;
}
@media (min-width: 1300px) {
  /* line 1, ../sass/components/_expert.scss */
  .expert-module {
    display: block;
  }
}

/* line 1, ../sass/components/_sidebar.scss */
.sidebar {
  padding: 2em 0;
}
@media (min-width: 769px) {
  /* line 1, ../sass/components/_sidebar.scss */
  .sidebar {
    border-left: 1px solid #f0ebe8;
    padding: 0 0 0 2em;
  }
}
/* line 9, ../sass/components/_sidebar.scss */
.sidebar .field--type-image {
  padding-bottom: 1em;
}
/* line 13, ../sass/components/_sidebar.scss */
.sidebar .node__content {
  font-size: .9em;
  line-height: 1.7em;
}
/* line 18, ../sass/components/_sidebar.scss */
.sidebar h6 {
  margin: 0 0 1rem 0;
}
/* line 22, ../sass/components/_sidebar.scss */
.sidebar .item-list {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
}
/* line 27, ../sass/components/_sidebar.scss */
.sidebar .item-list li {
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 0 0 1em;
}
/* line 33, ../sass/components/_sidebar.scss */
.sidebar .item-list .heading {
  display: block;
  font-weight: 700;
}
/* line 37, ../sass/components/_sidebar.scss */
.sidebar .item-list .subhead {
  color: #B9B1B0;
  font-size: .8em;
}

/* line 1, ../sass/components/_modals.scss */
.modal {
  align-items: center;
  background-color: rgba(244, 125, 49, 0.9);
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: flex-start;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20;
}
@media (min-width: 768px) {
  /* line 1, ../sass/components/_modals.scss */
  .modal {
    justify-content: center;
  }
}
/* line 18, ../sass/components/_modals.scss */
.modal .content-container {
  height: 100%;
  padding: 1em;
  position: relative;
}
@media (min-width: 768px) {
  /* line 18, ../sass/components/_modals.scss */
  .modal .content-container {
    height: auto;
  }
}
/* line 27, ../sass/components/_modals.scss */
.modal h1 {
  color: #fff;
  font-size: 2em;
  margin: 1em 0 1em;
  line-height: 1em;
}
@media (min-width: 768px) {
  /* line 27, ../sass/components/_modals.scss */
  .modal h1 {
    margin: 0 0 .5em;
  }
}
@media (min-width: 1024px) {
  /* line 27, ../sass/components/_modals.scss */
  .modal h1 {
    font-size: 3em;
  }
}
@media (min-width: 1300px) {
  /* line 27, ../sass/components/_modals.scss */
  .modal h1 {
    font-size: 4em;
  }
}
/* line 43, ../sass/components/_modals.scss */
.modal .col {
  float: none;
  margin: 0;
  position: static;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 43, ../sass/components/_modals.scss */
  .modal .col {
    float: left;
  }
  /* line 50, ../sass/components/_modals.scss */
  .modal .col.span-5 {
    width: 40.5%;
  }
  /* line 53, ../sass/components/_modals.scss */
  .modal .col.span-7 {
    width: 57.5%;
  }
}
/* line 59, ../sass/components/_modals.scss */
.modal .btn {
  display: inline-block;
  height: 50px;
  font-size: .7em;
  float: none;
  width: calc(100% - 50px);
}
@media (min-width: 1024px) {
  /* line 59, ../sass/components/_modals.scss */
  .modal .btn {
    font-size: 1em;
    margin: 1em 0;
    width: auto;
  }
}
/* line 76, ../sass/components/_modals.scss */
.modal .btn .triangle {
  border-right: 50px solid transparent;
  border-left: 0px solid transparent;
  border-top: 50px solid #008e96;
  border-top-width: 50px;
  border-right-width: 50px;
  bottom: 0;
  content: '';
  height: 50px;
  position: absolute;
  right: -50px;
  width: 50px;
  z-index: 1;
}
/* line 93, ../sass/components/_modals.scss */
.modal .blank-btn {
  color: #fff;
  display: block;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 93, ../sass/components/_modals.scss */
  .modal .blank-btn {
    text-align: left;
    width: auto;
  }
}
/* line 105, ../sass/components/_modals.scss */
.modal .close-btn {
  bottom: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  /* line 105, ../sass/components/_modals.scss */
  .modal .close-btn {
    bottom: auto;
    left: auto;
    right: 1em;
    top: -40px;
    transform: none;
  }
}
/* line 120, ../sass/components/_modals.scss */
.modal .iframe {
  display: block;
  height: 163px;
  margin: auto;
  width: 290px;
}
@media (min-width: 375px) {
  /* line 120, ../sass/components/_modals.scss */
  .modal .iframe {
    height: 191px;
    width: 340px;
  }
}
@media (min-width: 1024px) {
  /* line 120, ../sass/components/_modals.scss */
  .modal .iframe {
    height: 310px;
    width: 550px;
  }
}
@media (min-width: 1300px) {
  /* line 120, ../sass/components/_modals.scss */
  .modal .iframe {
    height: 420px;
    width: 747px;
  }
}
