/*!
Theme Name: Gravity Canon
Author: Gravity Switch
Author URI: http://gravityswitch.com
Description: Gravity Switch Canonical Theme & Components
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Functions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> FUNCTIONS - TABLE OF CONTENTS:
----------------------------------------------------------------
# Rem calculator
# Em calculator
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Rem calculator - Use this to convert px to rem units

> $pixels = pixel value (don't include px)
> $context = default base font size declared in _settings.variables.scss
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# em calculator - Use this to convert px to em units

> $pixels = pixel value (don't include px)
> $context = default base font size declared in _settings.variables.scss
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> VARIABLES - TABLE OF CONTENTS:
----------------------------------------------------------------
# Default font-size for site
# Breakpoints
# Animation
# Layout grid
# Border widths
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Default font-size for site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Breakpoints for site, called on in breakpoint mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animation - base settings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Border Widths - No rem/em units for these
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> Fonts embedded in head through Google Fonts:
----------------------------------------------------------------
# Source Sans Pro
# Khand
# Shadows Into Light
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> COLORS - TABLE OF CONTENTS:
----------------------------------------------------------------
# Teal
# Orange
# Yellow
# Tan
# Charcoal
# White
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Teal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Orange
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tan
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Yellow
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Charcoal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# White
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*! jQuery UI - v1.12.1 - 2020-10-16
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}
.ui-front {
	z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}
.ui-datepicker-calendar a.ui-state-active {
	margin: 0;
}
/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-widget.ui-datepicker {
	width: 224px;
	padding: .2em;
	display: none;
	background: #FFF;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.color-teallighter,
.color-teallighter:focus,
.color-teallighter:hover {
  color: #87dede;
  fill: #87dede; }
.color-teallight,
.color-teallight:focus,
.color-teallight:hover {
  color: #1ab7b7;
  fill: #1ab7b7; }
.color-teal,
.color-teal:focus,
.color-teal:hover {
  color: #008383;
  fill: #008383; }
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> MIXINS - TABLE OF CONTENTS:
----------------------------------------------------------------
# font-settings
# typesetting
# breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# font-settings - Use when declaring a font-family. Sets:

> font-family - required
> font-weight - required
> font-style - defaults to normal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# typesetting - Use this for setting font-size and line-height on elements. Enter pixel numbers to have them converted to responsive units. It takes three parameters:

> font-size-pixels - font-size in pixels, just include number without unit (required)
> line-height-pixels - line-height in pixels, just include number without unit (required)
> context - used to set rem units for font-size. The default value is a variable declared in _settings.variables.scss
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# breakpoints - Use for setting breakpoints in em units. There are 7 breakpoints listed below (values listed in _settings.variables.scss). Use only what you need:

> brkpnt-xxs
> brkpnt-xs
> brkpnt-sm
> brkpnt-md
> brkpnt-lg
> brkpnt-xl
> brkpnt-xxl
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. 
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }
/*--------------------------------------------------------------
# Global styles
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }
*,
*::before,
*::after {
  box-sizing: inherit; }
a:focus, a:active,
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
[role="tabpanel"]:focus,
[role="tabpanel"]:active,
.a11y-modal:focus,
.a11y-modal:active,
.btn:focus,
.btn:active {
  outline: 4px solid #1ab7b7;
  outline-offset: -0.125rem; }
a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
button {
  border: none;
  cursor: pointer; }
::selection {
  background-color: #87dede;
  color: #192220; }
fieldset {
  border: none;
  margin: 0;
  padding: 0; }
svg {
  overflow: visible; }
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }
/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
.container {
  max-width: 76.25rem;
  padding: 0 1.5rem;
  margin: 0 auto; }
.container--small {
    max-width: 60rem; }
.container--vert-padded {
    padding-top: 3rem;
    padding-bottom: 3rem; }
.container--guide {
    padding: 0; }
@media only screen and (min-width: 47.9375em) {
      .container--guide {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0 1.5rem; } }
/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
.grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); }
.grid__item {
    margin: 0;
    padding: 0;
    max-width: 38rem; }
.grid__item:after {
      display: none; }
/* ------------------------------------------------------------ *\
	IE 11 Solution (inline-block) for its inability to support full CSS Grid awesomeness
\* ------------------------------------------------------------ */
_:-ms-lang(x),
.grid {
  display: block;
  margin: 0;
  text-align: center; }
@media only screen and (min-width: 47.9375em) {
    _:-ms-lang(x),
    .grid {
      margin: 0 -0.5rem; } }
_:-ms-lang(x),
.grid__item {
  display: block;
  margin-bottom: 1.75rem;
  width: 100%;
  text-align: left; }
@media only screen and (min-width: 47.9375em) {
    _:-ms-lang(x),
    .grid__item {
      display: inline-block;
      vertical-align: top;
      margin: 0 0.75rem 1.75rem;
      width: 45%; } }
@media only screen and (min-width: 56.25em) {
    _:-ms-lang(x),
    .grid__item {
      width: 30%; } }
@media only screen and (min-width: 75em) {
    _:-ms-lang(x),
    .grid__item {
      width: 31%; } }
/*--------------------------------------------------------------
# Typesetting
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TYPESETTING
----------------------------------------------------------------
Generic type settings applied globally
--------------------------------------------------------------*/
html {
  font-size: 100%; }
body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #192220; }
@media only screen and (min-width: 47.9375em) {
    body {
      font-size: 1.125rem;
      line-height: 1.55556; } }
@media print {
    body,
    body * {
      color: black !important;
      font-family: "Garamond", serif !important;
      border: none !important;
      padding: 0 !important;
      border-radius: 0 !important;
      height: auto;
      max-width: 100%;
      text-align: left !important; }
    body li {
      padding-left: 1rem !important; } }
strong {
  font-weight: 700; }
/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Heading fonts: H1-H6
--------------------------------------------------------------*/
h1,
h2,
h3 {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-style: normal; }
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-style: normal; }
/*--------------------------------------------------------------
# Heading styles: H1-H6
--------------------------------------------------------------*/
h1 {
  font-size: 3rem;
  line-height: 1.16667;
  margin: 0 0 1.25rem 0; }
@media only screen and (min-width: 47.9375em) {
    h1 {
      font-size: 3.75rem;
      line-height: 1.06667;
      margin: 0 0 2rem 0; } }
h2 {
  font-size: 2.25rem;
  line-height: 1.22222;
  margin: 0 0 0.75rem 0; }
@media only screen and (min-width: 47.9375em) {
    h2 {
      font-size: 2.625rem;
      line-height: 1.2381;
      margin: 0 0 1rem 0; } }
h3 {
  font-size: 1.5625rem;
  line-height: 1.28;
  margin: 0 0 0.5rem 0; }
@media only screen and (min-width: 47.9375em) {
    h3 {
      font-size: 1.875rem;
      line-height: 1.2;
      margin: 0 0 0.5rem 0; } }
h4,
h5,
h6 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 0.25rem 0; }
.title--border-left {
  border-left: 8px solid #d34600;
  padding-left: 1.25rem; }
.title--border-right {
  border-right: 8px solid #d34600;
  padding-right: 1.25rem; }
.title--sub-md {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5625rem;
  line-height: 1.28;
  color: #707070; }
.title--sub-sm {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #707070; }
/*--------------------------------------------------------------
# Heading spacing: Spacing between basic typographic elements
--------------------------------------------------------------*/
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 1rem; }
p + h2,
ul + h2,
ol + h2 {
  margin-top: 2.75rem; }
@media only screen and (min-width: 47.9375em) {
    p + h2,
    ul + h2,
    ol + h2 {
      margin-top: 4.5rem; } }
p + h3,
ul + h3,
ol + h3 {
  margin-top: 1.75rem; }
@media only screen and (min-width: 47.9375em) {
    p + h3,
    ul + h3,
    ol + h3 {
      margin-top: 3.25rem; } }
p + h4,
ul + h4,
ol + h4,
p + h5,
ul + h5,
ol + h5,
p + h6,
ul + h6,
ol + h6 {
  margin-top: 1.25rem; }
@media only screen and (min-width: 47.9375em) {
    p + h4,
    ul + h4,
    ol + h4,
    p + h5,
    ul + h5,
    ol + h5,
    p + h6,
    ul + h6,
    ol + h6 {
      margin-top: 2.5rem; } }
@media print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 0.5rem; } }
/*--------------------------------------------------------------
# Paragraphs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base paragraph spacing
--------------------------------------------------------------*/
p {
  margin: 0 0 1rem; }
/*--------------------------------------------------------------
# Filter & search results text
--------------------------------------------------------------*/
.results {
  color: #707070;
  margin-bottom: 0; }
.results b {
    color: #192220; }
/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Lists - Base styling
--------------------------------------------------------------*/
ul,
ol {
  margin: 1.25rem 0 1.25rem 0.75rem;
  padding: 0;
  list-style: none; }
@media only screen and (min-width: 47.9375em) {
    ul,
    ol {
      margin-left: 2rem;
      margin-right: 3.125rem; } }
li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.25rem; }
li:last-child {
    margin-bottom: 0; }
ul li:before {
  content: "\002022";
  position: absolute;
  color: #008383;
  top: -0.4375rem;
  left: 0;
  font-size: 1.5rem; }
ol li {
  counter-increment: step-counter;
  padding-left: 1.5rem; }
ol li ol {
    counter-reset: step-counter; }
ol li ol li:before {
      content: counter(step-counter, lower-alpha) "."; }
ol li ol li ol li:before {
      content: counter(step-counter, lower-roman) "."; }
ol li:before {
    content: counter(step-counter) ".";
    position: absolute;
    color: #008383;
    top: 0;
    left: 0;
    font-size: 1rem;
    font-weight: 700; }
@media only screen and (min-width: 47.9375em) {
      ol li:before {
        font-size: 1.125rem; } }
/*--------------------------------------------------------------
# Lists - Dividers
--------------------------------------------------------------*/
.list__item--dividers {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.75rem 0;
  margin-bottom: 0; }
.list__item--dividers::before {
    content: none; }
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> Links:
----------------------------------------------------------------
# Inline
# Link w/arrow
# Social media
# Pager
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Link - Inline styling
--------------------------------------------------------------*/
a {
  color: #712701;
  text-decoration: underline;
  transition: all 0.3s ease-in-out; }
a:visited {
    color: #963808; }
a:hover {
    color: #707070;
    text-decoration: none; }
@media print {
    a::after {
      content: " (" attr(href) ") "; } }
/*--------------------------------------------------------------
# Link w/arrow
--------------------------------------------------------------*/
.link {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  /*--------------------------------------------------------------
# Social media links
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# Pager links
--------------------------------------------------------------*/ }
.link__content {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    position: relative;
    padding-right: 1rem; }
.link__content::after {
      content: "";
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 8px solid #d34600;
      margin-left: 0.5rem;
      position: absolute;
      margin-top: 0.1875rem;
      transition: border-left-color 0.3s ease-in-out, transform 0.3s ease-in-out; }
.link__content:hover, .link__content:active, .link__content:focus {
      color: #192220; }
.link__content:hover::after, .link__content:active::after, .link__content:focus::after {
        border-left-color: #192220;
        transform: translate(0.25rem, 0); }
.link--social {
    border-radius: 50%;
    border: 1px solid #008383;
    width: 2.875rem;
    height: 2.875rem;
    color: #192220;
    display: flex;
    justify-content: center;
    align-items: center; }
.link--social:hover, .link--social:focus {
      background-color: #008383; }
.link--social:hover .ico__path, .link--social:focus .ico__path {
        fill: #fff; }
.link--social .ico__path {
      fill: #008383;
      stroke: none; }
.link--pager {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center; }
@media only screen and (min-width: 47.9375em) {
      .link--pager {
        text-align: left; } }
.link--pager .link__img, .link--pager .link__txt {
      display: block; }
.link--pager .link__img {
      margin: 0 auto 1.75rem; }
@media only screen and (min-width: 47.9375em) {
        .link--pager .link__img {
          margin: 0 0 1.75rem; } }
.link--pager .link__txt {
      text-transform: none; }
.link--pager .link__ico {
      transition: transform 0.3s ease-in-out; }
.link--pager .txt--primary {
      font-family: "Khand", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.875rem;
      line-height: 1.2;
      color: #192220;
      display: block;
      margin-bottom: 0.5rem; }
@media only screen and (min-width: 47.9375em) {
        .link--pager .txt--primary {
          display: inline;
          margin-right: 0.5rem;
          margin-bottom: 0; } }
.link--pager .txt--secondary {
      font-size: 1rem;
      line-height: 1.25;
      text-transform: uppercase;
      letter-spacing: 0.00625rem;
      color: #707070;
      margin-bottom: 0.25rem; }
.link--pager .ico__path {
      stroke: #192220; }
.link--next:hover .link__ico, .link--next:active .link__ico, .link--next:focus .link__ico {
    transform: translate(0.375rem, 0); }
@media only screen and (min-width: 47.9375em) {
    .link--previous {
      text-align: right; } }
.link--previous .link__img {
    margin: 0 auto 1.75rem; }
@media only screen and (min-width: 47.9375em) {
      .link--previous .link__img {
        margin: 0 0 1.75rem auto; } }
@media only screen and (min-width: 47.9375em) {
    .link--previous .link__ico {
      transform: translate(0, 42%); } }
.link--previous .txt--primary {
    margin-right: 0; }
@media only screen and (min-width: 47.9375em) {
      .link--previous .txt--primary {
        float: right;
        margin-left: 0.5rem; } }
.link--previous:hover .link__ico, .link--previous:active .link__ico, .link--previous:focus .link__ico {
    transform: translate(-0.375rem, 42%); }
.link--return {
    text-align: center; }
.link--return .txt--primary {
      display: block; }
.link--return .link__ico {
      margin: 0 auto 1.25rem auto; }
/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Thumbnail image: size should be 400px x 266px for hi-res displays
--------------------------------------------------------------*/
.thmbnl {
  width: 12.5rem;
  height: 8.3125rem; }
/*--------------------------------------------------------------
# Images w/graphical elements:

1. Img w/bkg pattern: size should be 560px x 536px for hi-res displays
2. Img w/graphic overlay: size should be 730px x 520px for hi-res displays
--------------------------------------------------------------*/
.figure {
  position: relative;
  margin: 0; }
.figure__img {
    vertical-align: middle;
    width: 100%; }
.figure--pttrn-bkg .figure__img {
    width: calc(100% - 2.125rem);
    height: auto; }
.figure--pttrn-bkg::after {
    content: "";
    position: absolute;
    background-image: url("images/dot-grid.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: -5;
    left: 1.0625rem;
    top: 1.0625rem;
    bottom: -1.0625rem;
    right: 0; }
.figure--graphic-ovrly {
    position: relative;
    margin: 0; }
.figure--graphic-ovrly .figure__graphic {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 37.7%;
      height: 21.5%; }
@media print {
  img {
    max-width: 16em;
    height: auto; } }
/*--------------------------------------------------------------
# Labels
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Labels for inputs
--------------------------------------------------------------*/
.form__label {
  display: block;
  cursor: text; }
/*--------------------------------------------------------------
# Labels for:
1. Checkboxes
2. Radio inputs
3. Required inputs
--------------------------------------------------------------*/
.label--checkbox {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  color: #707070;
  transition: color 0.3s ease-in-out; }
.label--checkbox::before {
    border: 4px solid #707070;
    content: "";
    height: 1.625rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.625rem; }
.label--radio {
  margin-left: 2.5rem;
  cursor: pointer;
  color: #707070; }
.label--radio::before {
    content: "";
    position: absolute;
    border: 1px solid #707070;
    width: 1.625rem;
    height: 1.625rem;
    top: 0;
    left: 0;
    border-radius: 100%; }
.form__element--required .form__label:after {
  content: "*";
  color: #d34600;
  margin-left: 4px; }
/*--------------------------------------------------------------
# Inputs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General input styles
--------------------------------------------------------------*/
.form__element {
  position: relative; }
.form__element--disabled {
    opacity: 0.4;
    cursor: not-allowed; }
.form__element--disabled * {
      pointer-events: none; }
.form__input {
  border: 1px solid #707070;
  padding: 0.75rem 1.125rem;
  color: #707070; }
.form__input:focus {
    color: #192220; }
/*--------------------------------------------------------------
# Input - Errors
--------------------------------------------------------------*/
.error .form__label {
  color: #d34600; }
.error .form__input {
  border-color: #d34600; }
.error .form__mssg {
  color: #d34600;
  background-image: url("images/ico-error.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2rem;
  margin-top: 0.25rem; }
.gform_fields {
  margin-left: 0;
  margin-right: 0; }
.gform_fields li {
    list-style: none !important;
    padding-left: 0; }
.gform_fields li:before {
      display: none;
      content: none; }
.input--full-width input,
.input--full-width textarea {
  width: 100%; }
/*--------------------------------------------------------------
# Stats
--------------------------------------------------------------*/
.stat {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
  color: #707070;
  line-height: 1; }
.stat__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0; }
.stat__ico {
    margin-right: 0.5rem; }
.stat__ico .ico__path {
      stroke: #192220; }
.stat__num {
    font-family: "Khand", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 1.2;
    color: #008383; }
.stat__label {
    flex-basis: 100%;
    margin-top: 0.125rem;
    text-transform: capitalize; }
.stat--ico-txt {
    text-align: left; }
.stat--ico-txt .stat__info {
      align-items: flex-start;
      flex-wrap: nowrap;
      font-size: 1rem;
      line-height: 1.5; }
@media only screen and (min-width: 47.9375em) {
        .stat--ico-txt .stat__info {
          font-size: 1.125rem;
          line-height: 1.55556; } }
.stat--ico-txt .stat__ico {
      margin-right: 0.875rem; }
/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
.logo__link {
  display: block;
  line-height: 0; }
.logo__graphic {
  width: 100%;
  height: auto; }
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonial - Molecule, base styling
--------------------------------------------------------------*/
.testimonial__figure {
  margin: 0;
  text-align: center; }
.testimonial__quote {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.57143;
  color: #008383;
  margin: 1.25rem 0; }
@media only screen and (min-width: 47.9375em) {
    .testimonial__quote {
      font-size: 2.25rem;
      line-height: 1.44444;
      margin: 1.75rem 0; } }
.testimonial__txt {
  margin-bottom: 0; }
.testimonial__attr {
  color: #707070; }
/*--------------------------------------------------------------
# Testimonial--block - Organism
--------------------------------------------------------------*/
.testimonial--block {
  background-color: #f6f5f0;
  padding: 0 0.75rem; }
.testimonial--block .testimonial__wrapper {
    padding: 0 0.75rem;
    max-width: 61.625rem;
    margin: 0 auto; }
.testimonial--block .testimonial__figure {
    padding: 2.75rem 0; }
@media only screen and (min-width: 47.9375em) {
      .testimonial--block .testimonial__figure {
        padding: 4.25rem 0; } }
.testimonial--block .testimonial__quote {
    position: relative; }
.testimonial--block .testimonial__quote::after, .testimonial--block .testimonial__quote::before {
      color: #f6f5f0;
      font-size: 8.75rem;
      line-height: 0;
      position: absolute;
      display: block; }
@media only screen and (min-width: 47.9375em) {
        .testimonial--block .testimonial__quote::after, .testimonial--block .testimonial__quote::before {
          font-size: 11.25rem;
          line-height: 0; } }
.testimonial--block .testimonial__quote::before {
      content: open-quote;
      top: 3.25rem;
      left: -1rem;
      z-index: 0; }
.testimonial--block .testimonial__quote::after {
      content: close-quote;
      bottom: -1.25rem;
      z-index: 0;
      right: -1rem; }
.testimonial--block .testimonial__txt {
    position: relative;
    z-index: 50; }
.testimonial--block .testimonial__controls {
    display: flex;
    justify-content: center;
    padding: 1.25rem 0;
    border-top: 1px solid #b4b4b4; }
@media only screen and (min-width: 47.9375em) {
      .testimonial--block .testimonial__controls {
        padding: 1.75rem 0; } }
/*

...                            
;::::;                           
;::::; :;                          
;:::::'   :;                         
;:::::;     ;.                        
,:::::'       ;           OOO\         
::::::;       ;          OOOOO\        
;:::::;       ;         OOOOOOOO       
,;::::::;     ;'         / OOOOOOO      
;:::::::::`. ,,,;.        /  / DOOOOOO    
.';:::::::::::::::::;,     /  /     DOOOO   
,::::::;::::::;;;;::::;,   /  /        DOOO  
;`::::::`'::::::;;;::::: ,#/  /          DOOO 
:`:::::::`;::::::;;::: ;::#  /            DOOO
::`:::::::`;:::::::: ;::::# /              DOO
`:`:::::::`;:::::: ;::::::#/               DOO
:::`:::::::`;; ;:::::::::##                OO
::::`:::::::`;::::::::;:::#                OO
`:::::`::::::::::::;'`:;::#                O 
`:::::`::::::::;' /  / `:#                  
::::::`:::::;'  /  /   `#

BEWARE, THOSE WHO WOULD BREAK THE SACRED ORDER OF COMPONENTS - brenda */
/*--------------------------------------------------------------
# @import for every .scss in /compontents
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Avatar image: size should be 360px x 360px for hi-res displays
--------------------------------------------------------------*/
.avatar {
  display: inline-block;
  width: 6.75rem;
  height: 6.75rem;
  overflow: hidden;
  border-radius: 100%; }
@media only screen and (min-width: 47.9375em) {
    .avatar {
      width: 8.75rem;
      height: 8.75rem; } }
.avatar img {
    width: 100%;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%); }
.avatar.wide img {
    width: auto;
    height: 100%; }
.avatar.tall img {
    width: 100%;
    height: auto; }
.btn--close {
  background-color: #008383;
  padding: 0.9375rem 1rem 0.75rem; }
.btn--close:hover, .btn--close:active, .btn--close:focus {
    background-color: #004143; }
.btn--close:active, .btn--close:focus {
    outline: 4px solid #1ab7b7; }
.btn--close .btn__ico {
    display: block;
    margin-bottom: 0.25rem; }
.btn--close .btn__ico path {
      stroke: #fff;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 0.09375rem; }
/*--------------------------------------------------------------
>>> BUTTONS - TABLE OF CONTENTS:
----------------------------------------------------------------
# Primary button
# Secondary button
# Toggle button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Primary button
--------------------------------------------------------------*/
.btn {
  -webkit-appearance: none;
          appearance: none;
  display: inline-block;
  color: #fff;
  background-color: #d34600;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.21429;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.025rem;
  padding: 1.1875rem 2rem 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
.btn:visited {
    color: #fff; }
.btn:hover, .btn:active, .btn:focus {
    background-color: #be4100;
    color: #fff; }
.btn:focus, .btn:active {
    outline: 0.1875rem solid #1ab7b7; }
/*--------------------------------------------------------------
# Secondary button
--------------------------------------------------------------*/
.btn--secondary {
  background-color: #192220; }
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
    background-color: #004143; }
@media print {
    .btn--secondary {
      display: none; } }
/*--------------------------------------------------------------
# Toggle button
--------------------------------------------------------------*/
.btn--toggle {
  background-color: transparent;
  color: #192220;
  border: solid 1px #008383; }
.btn--toggle .ico__path {
    stroke: #008383; }
.btn--toggle:hover, .btn--toggle:active, .btn--toggle:focus {
    color: #fff;
    background-color: #004143;
    border-color: #004143; }
.btn--toggle:hover .ico__path, .btn--toggle:active .ico__path, .btn--toggle:focus .ico__path {
      stroke: #fff; }
.btn--toggle:active, .btn--toggle:focus {
    outline: 0.1875rem solid #1ab7b7; }
.btn--toggle:visited {
    color: #192220; }
.btn--toggle:visited:hover, .btn--toggle:visited:active, .btn--toggle:visited:focus {
      color: #fff; }
.btn--toggle.is-active {
    background-color: #008383;
    color: #fff; }
.btn--toggle.is-active .ico__path {
      stroke: #fff; }
.btn--toggle.is-active:hover, .btn--toggle.is-active:active, .btn--toggle.is-active:focus {
      background-color: #004143;
      border-color: #004143; }
.btn--toggle.is-active:active, .btn--toggle.is-active:focus {
      outline: 0.1875rem solid #1ab7b7; }
.btn--modal {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #d34600;
  padding: 0.25rem;
  transition: color 0.3s ease-in-out; }
.btn--modal .btn__txt {
    margin-right: 0.5rem;
    color: #d34600;
    transition: color 0.3s ease-in-out; }
.btn--modal .btn__txt,
  .btn--modal .btn__ico {
    pointer-events: none; }
.btn--modal .ico__path {
    stroke: #d34600;
    transition: stroke 0.3s ease-in-out; }
.btn--modal:hover, .btn--modal:active, .btn--modal:focus {
    background-color: transparent;
    color: #192220; }
.btn--modal:hover .btn__txt, .btn--modal:active .btn__txt, .btn--modal:focus .btn__txt {
      color: #192220; }
.btn--modal:hover .ico__path, .btn--modal:active .ico__path, .btn--modal:focus .ico__path {
      stroke: #192220; }
.btn--leading-icon {
  display: inline-flex;
  align-items: center;
  padding: 1.1875rem 2rem 0.9375rem; }
.btn--leading-icon .btn__txt,
  .btn--leading-icon .btn__ico {
    pointer-events: none; }
.btn--leading-icon .btn__ico {
    margin-right: 0.375rem; }
.btn--close {
  background-color: #008383;
  padding: 0.9375rem 1rem 0.75rem; }
.btn--close:hover, .btn--close:active, .btn--close:focus {
    background-color: #004143; }
.btn--close:active, .btn--close:focus {
    outline: 0.1875rem solid #1ab7b7; }
.btn--close .btn__ico {
    display: block;
    margin-bottom: 0.25rem; }
.btn--close .btn__ico path {
      stroke: #fff;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 0.09375rem; }
@media print {
  .btn {
    display: none; } }
.filters-view {
  margin: 0;
  display: flex; }
.filters-view__item {
    padding-left: 0;
    margin: 0; }
.filters-view__item:before {
      display: none; }
.filters-view__btn {
    padding: 1rem 1.25rem; }
.filters-view__btn:hover .ico__path, .filters-view__btn.active .ico__path {
      stroke: #fff; }
.filters-view__btn.active {
      background-color: #008383; }
.filters-view__btn.active:hover {
        background-color: #004143; }
@media print {
    .filters-view {
      display: none; } }
.btn__ico path {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.09375rem; }
[data-gridlist][data-gridlist="grid"] [data-view="list"],
[data-gridlist][data-gridlist="list"] [data-view="grid"] {
  display: none; }
[data-gridlist] .filters-view {
  display: none; }
@media only screen and (min-width: 47.9375em) {
    [data-gridlist] .filters-view {
      display: flex; } }
.btn--close {
  background-color: #008383;
  padding: 0.9375rem 1rem 0.75rem; }
.btn--close:hover, .btn--close:active, .btn--close:focus {
    background-color: #004143; }
.btn--close:active, .btn--close:focus {
    outline: 4px solid #1ab7b7; }
.btn--close .btn__ico {
    display: block;
    margin-bottom: 0.25rem; }
.btn--close .btn__ico path {
      stroke: #fff;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 0.09375rem; }
.acf-map h3 {
  color: #008383;
  font-size: 1rem; }
.acf-map p {
  color: #008383; }
/*--------------------------------------------------------------
>>> BUTTONS - TABLE OF CONTENTS:
----------------------------------------------------------------
# Primary button
# Secondary button
# Toggle button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Primary button
--------------------------------------------------------------*/
.html-test {
  -webkit-appearance: none;
          appearance: none;
  display: inline-block;
  color: #fff;
  background-color: #d34600;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.21429;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.025rem;
  padding: 1.1875rem 2rem 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
.html-test:visited {
    color: #fff; }
.html-test:hover, .html-test:active, .html-test:focus {
    background-color: #be4100;
    color: #fff; }
.html-test:focus, .html-test:active {
    outline: 0.1875rem solid #1ab7b7; }
/*--------------------------------------------------------------
# Secondary button
--------------------------------------------------------------*/
.html-test--secondary {
  background-color: #192220; }
.html-test--secondary:hover, .html-test--secondary:active, .html-test--secondary:focus {
    background-color: #004143; }
@media print {
    .html-test--secondary {
      display: none; } }
/*--------------------------------------------------------------
# Toggle button
--------------------------------------------------------------*/
.html-test--toggle {
  background-color: transparent;
  color: #192220;
  border: solid 1px #008383; }
.html-test--toggle .ico__path {
    stroke: #008383; }
.html-test--toggle:hover, .html-test--toggle:active, .html-test--toggle:focus {
    color: #fff;
    background-color: #004143;
    border-color: #004143; }
.html-test--toggle:hover .ico__path, .html-test--toggle:active .ico__path, .html-test--toggle:focus .ico__path {
      stroke: #fff; }
.html-test--toggle:active, .html-test--toggle:focus {
    outline: 0.1875rem solid #1ab7b7; }
.html-test--toggle:visited {
    color: #192220; }
.html-test--toggle:visited:hover, .html-test--toggle:visited:active, .html-test--toggle:visited:focus {
      color: #fff; }
.html-test--toggle.is-active {
    background-color: #008383;
    color: #fff; }
.html-test--toggle.is-active .ico__path {
      stroke: #fff; }
.html-test--toggle.is-active:hover, .html-test--toggle.is-active:active, .html-test--toggle.is-active:focus {
      background-color: #004143;
      border-color: #004143; }
.html-test--toggle.is-active:active, .html-test--toggle.is-active:focus {
      outline: 0.1875rem solid #1ab7b7; }
.html-test--modal {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #d34600;
  padding: 0.25rem;
  transition: color 0.3s ease-in-out; }
.html-test--modal .html-test__txt {
    margin-right: 0.5rem;
    color: #d34600;
    transition: color 0.3s ease-in-out; }
.html-test--modal .html-test__txt,
  .html-test--modal .html-test__ico {
    pointer-events: none; }
.html-test--modal .ico__path {
    stroke: #d34600;
    transition: stroke 0.3s ease-in-out; }
.html-test--modal:hover, .html-test--modal:active, .html-test--modal:focus {
    background-color: transparent;
    color: #192220; }
.html-test--modal:hover .html-test__txt, .html-test--modal:active .html-test__txt, .html-test--modal:focus .html-test__txt {
      color: #192220; }
.html-test--modal:hover .ico__path, .html-test--modal:active .ico__path, .html-test--modal:focus .ico__path {
      stroke: #192220; }
.html-test--leading-icon {
  display: inline-flex;
  align-items: center;
  padding: 1.1875rem 2rem 0.9375rem; }
.html-test--leading-icon .html-test__txt,
  .html-test--leading-icon .html-test__ico {
    pointer-events: none; }
.html-test--leading-icon .html-test__ico {
    margin-right: 0.375rem; }
.html-test--close {
  background-color: #008383;
  padding: 0.9375rem 1rem 0.75rem; }
.html-test--close:hover, .html-test--close:active, .html-test--close:focus {
    background-color: #004143; }
.html-test--close:active, .html-test--close:focus {
    outline: 0.1875rem solid #1ab7b7; }
.html-test--close .html-test__ico {
    display: block;
    margin-bottom: 0.25rem; }
.html-test--close .html-test__ico path {
      stroke: #fff;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 0.09375rem; }
@media print {
  .html-test {
    display: none; } }
/*--------------------------------------------------------------
# Icons in circles
--------------------------------------------------------------*/
.ico--circle {
  background-color: #d34600;
  border-radius: 100%;
  width: 5.625rem;
  height: 5.625rem;
  display: flex;
  justify-content: center;
  align-items: center; }
.ico--circle .ico__path {
    stroke: #fff; }
.ico__path {
  fill: none;
  stroke: #192220;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.09375rem; }
@media print {
  .ico,
  .ico svg {
    max-width: 2em; } }
/*--------------------------------------------------------------
# Close icon
--------------------------------------------------------------*/
.btn--close .ico__path {
  stroke: #fff; }
.form__element .element--checkbox {
  display: flex;
  align-items: center; }
.form__element.element--checkbox.form__element--disabled .label--checkbox:before {
  border-color: #b4b4b4; }
.form__ico {
  position: absolute;
  height: 1.625rem;
  width: 1.625rem;
  left: 0;
  top: 0;
  padding: 0.25rem;
  border: 0;
  background-color: #192220;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
.form__ico .ico__path {
    stroke: #fff; }
.input--checkbox {
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  top: 0;
  left: 0;
  opacity: 0; }
.input--checkbox:focus + .label--checkbox::before {
    box-shadow: 0 0 0 0.1875rem #1ab7b7;
    outline: 0.1875rem solid transparent; }
.input--checkbox:checked + .label--checkbox {
    color: #192220; }
.input--checkbox:checked + .label--checkbox .form__ico {
      opacity: 1;
      overflow: hidden; }
.input--selectbox {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  border: 1px solid #707070;
  background-color: #fff;
  background-image: url("images/arrow-full-down.svg");
  background-repeat: no-repeat;
  background-position: right 1.3125rem center;
  padding-left: 1.375rem;
  padding-right: 3.375rem; }
select::-ms-expand {
  display: none; }
.accordion__item {
  border-bottom: solid 1px #b4b4b4; }
.accordion__heading {
  position: relative;
  margin-bottom: 0; }
.accordion__btn {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: none;
  color: #192220;
  background-color: transparent;
  color: #192220;
  padding: 1.5rem 1.5rem 1.5rem 3.125rem;
  display: inline-flex;
  text-align: left; }
@media only screen and (min-width: 47.9375em) {
    .accordion__btn {
      padding-left: 4rem; } }
.accordion__btn:hover, .accordion__btn:active, .accordion__btn:focus {
    background-color: transparent;
    color: #192220; }
.accordion__btn::before, .accordion__btn::after {
    position: absolute;
    left: 0;
    top: 16%;
    content: "";
    border: 2px solid #d34600;
    width: 2rem;
    height: 1.875rem;
    margin-right: 1.125rem;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    background-image: url("images/ico-expand-orange.svg");
    background-color: #fff;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, background-image 0.3s ease-in-out; }
@media only screen and (min-width: 47.9375em) {
      .accordion__btn::before, .accordion__btn::after {
        top: 22%;
        width: 2.5rem;
        height: 2.375rem;
        margin-right: 1.5rem; } }
@media print {
      .accordion__btn::before, .accordion__btn::after {
        display: none; } }
.accordion__btn::before {
    opacity: 1; }
.accordion__btn[aria-expanded="true"]::before {
    opacity: 0; }
.accordion__btn[aria-expanded="true"]::after {
    background-image: url("images/ico-collapse-orange.svg");
    opacity: 1; }
.accordion__btn[aria-expanded="false"]::after {
    opacity: 0; }
.accordion__btn:hover {
    background: transparent;
    color: #192220; }
.accordion__section {
  opacity: 1;
  max-height: 937.5rem;
  visibility: visible;
  margin: 0;
  padding: 0;
  height: 100%;
  transition: visibility 0s ease-in-out, max-height 1s ease-in-out, opacity 1s ease-in-out, height 1s ease-in-out;
  transition-delay: 0s; }
@media screen {
    .accordion__section[aria-hidden="true"] {
      max-height: 0;
      opacity: 0;
      visibility: hidden;
      margin: 0;
      padding: 0;
      height: 0%;
      transition-delay: 0.8s, 0s, 0s, 0s; } }
@media print {
    .accordion__section {
      height: auto; } }
.accordion__body {
  display: block;
  margin-left: 3.125rem;
  margin-bottom: 2.5rem;
  padding-top: 8px; }
@media only screen and (min-width: 47.9375em) {
    .accordion__body {
      margin-left: 4rem; } }
@media print {
    .accordion__body {
      margin-left: 0; } }
.accordion__list {
  margin: 0; }
@media only screen and (min-width: 47.9375em) {
    .accordion__list {
      column-count: 2; } }
.accordion__list .form__element {
    padding: 0.25rem 0;
    margin-bottom: 0.75rem; }
.accordion__list .form__element:last-child {
      margin-bottom: 0; }
.accordion__list .form__element::before {
      display: none; }
.hero__container {
  position: relative;
  padding: 3rem 0; }
@media only screen and (min-width: 47.9375em) {
    .hero__container {
      padding: 5.75rem 0; } }
.hero__txt {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 0 1rem; }
@media print {
    .hero__txt {
      color: black;
      padding: 0;
      text-align: left; } }
.hero__title {
  margin-bottom: 0; }
.hero__img {
  position: absolute;
  top: 0;
  background-image: url(images/temp/hero-img.jpg);
  background-size: cover;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden; }
.hero__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #008383;
    opacity: 0.85; }
/*--------------------------------------------------------------
# Card--list
--------------------------------------------------------------*/
.card--with-data.card--list {
  max-width: none;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #b4b4b4;
  background-color: transparent;
  padding-bottom: 1.75rem; }
.card--with-data.card--list .card__main {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 73% 24%;
    padding: 0 0 0 1.5rem; }
.card--with-data.card--list .card__body {
    grid-column: 1;
    grid-row: 2; }
.card--with-data.card--list .card__header {
    grid-column: span 2; }
.card--with-data.card--list .card__title {
    margin-bottom: 1.75rem; }
.card--with-data.card--list .card__img {
    width: 11.25rem;
    height: auto; }
.card--with-data.card--list .card__footer {
    grid-row: 2;
    grid-column: 2;
    align-self: center; }
.card--with-data.card--list .card__actions {
    text-align: left;
    line-height: 1.3;
    padding-left: 1.25rem; }
.card--with-data.card--list .tabs {
    display: flex; }
.card--with-data.card--list .tabs__body {
      height: 100%; }
.card--with-data.card--list .tabs__section {
      flex: 0 1 50%;
      margin-bottom: 0; }
.card--with-data.card--list .stat {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-right: 1.25rem;
    flex: 1 1; }
.card--with-data.card--list .stat__ico {
      display: none; }
.card--with-data.card--list .stat--ico-txt {
      flex-wrap: wrap;
      justify-content: flex-start; }
.card--with-data.card--list .stat__heading {
      display: flex;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 0.875rem;
      line-height: 1.14286;
      text-transform: uppercase;
      text-align: left;
      color: #192220;
      margin-bottom: 0.25rem; }
.card--with-data.card--list .stat__info {
      justify-content: flex-start; }
.card--with-data.card--list .stat__label {
      display: none; }
.card--with-data.card--list .stat--datapoint {
      padding-top: 0;
      padding-bottom: 0; }
.card--with-data.card--list .stat:last-child {
      border-right: 1px solid #b4b4b4;
      padding-left: 1.25rem; }
/*--------------------------------------------------------------
# UI Cards
--------------------------------------------------------------*/
.card {
  background-color: #f6f5f0;
  max-width: 100%;
  position: relative; }
.card__img {
    vertical-align: middle;
    width: 100%;
    height: auto; }
.card__graphic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37.7%;
    height: 21.5%; }
.card__main {
    padding: 2.25rem 1.5rem 2.5rem;
    position: relative;
    z-index: 10; }
.card__title {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 0.75rem; }
.card__copy {
    margin-bottom: 1.5rem; }
.card__controls .tabs__list {
    display: flex;
    justify-content: space-between;
    margin: 0; }
.card__controls .tabs__item {
    flex-basis: 48%;
    padding: 0;
    margin: 0; }
.card__controls .tabs__item::before {
      display: none; }
/*--------------------------------------------------------------
# Card - Story card
--------------------------------------------------------------*/
.card--alt.card--story {
  padding-top: 6.25rem;
  border: none;
  background: none; }
.card--alt.card--story:after {
    display: none;
    background: none; }
.card--alt.card--story .card__main {
    padding: 0 13.06306% 4.1875rem 15.76577%;
    border-left: 8px solid #d34600;
    background: #fff; }
.card--alt.card--story .card__avatar {
    margin-top: -6.25rem;
    width: 11.25rem;
    height: 11.25rem; }
.card--alt.card--story .card__subtitle {
    display: block;
    margin-top: 3.125rem; }
.card--alt.card--story .card__title {
    font-size: 2.625rem;
    line-height: 1;
    margin-top: 0.3125rem;
    color: #192220; }
.card--alt.card--story .card__body {
    color: #192220; }
/*--------------------------------------------------------------
# Card--with-data - These cards contain tabs
--------------------------------------------------------------*/
.card--with-data .card__title {
  margin-bottom: 1.75rem; }
.card--with-data .card__panel {
  display: flex; }
.card--with-data .card__panel[aria-hidden="true"] {
    display: none; }
.card--with-data .card__actions {
  text-align: center; }
.card--with-data .card__actions .btn {
    width: 100%;
    max-width: 17.5rem; }
.card--with-data .tabs__list {
  padding-bottom: 2.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #b4b4b4;
  display: flex;
  justify-content: space-between; }
.card--with-data .tabs__item {
  flex-basis: 48%;
  flex-grow: 0; }
.card--with-data .tabs__section {
  margin-bottom: 1.75rem;
  margin-top: 0;
  padding: 0;
  background-color: transparent; }
.card--with-data .tabs__body {
  display: flex; }
.card--with-data .btn--toggle {
  width: 100%;
  padding: 1rem 1rem;
  text-align: center; }
.card--with-data .stat {
  border-right: 1px solid #b4b4b4; }
.card--with-data .stat__heading {
    display: none; }
.card--with-data .stat:last-child {
    border: none; }
.card--with-data .stat--datapoint {
    padding: 1rem 0; }
.card {
  /*--------------------------------------------------------------
	# Card - No img, diff bkg colors
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	# Card - Overlapping img card. Two grids used:

	> One for the whole card (.card) 
	> One for the text content in the card (.card__main)
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	# Card - Callout
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	# Card - card--jumpoff
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	# Card - CTA
	--------------------------------------------------------------*/
  /*--------------------------------------------------------------
	# Card - Resources
	--------------------------------------------------------------*/ }
.card--alt {
    color: #fff;
    border-left: 12px solid #192220;
    /*--------------------------------------------------------------
	# Card - Button styles
	--------------------------------------------------------------*/ }
.card--alt::after {
      content: "";
      position: absolute;
      width: 12.5rem;
      height: 6.5rem;
      background-image: url("images/pttrn-line-arrows.svg");
      background-repeat: no-repeat;
      bottom: 0;
      right: 0;
      opacity: 0.4; }
.card--alt .link__content {
      color: #fff; }
.card--alt .link__content:after {
        border-left-color: #fff; }
.card--alt .btn {
      background-color: #192220; }
.card--alt .btn:hover, .card--alt .btn:active, .card--alt .btn:focus {
        background-color: #004143; }
.card--orange {
    background-color: #d34600; }
.card--teal {
    background-color: #008383; }
.card--teal-darker {
    background-color: #004143; }
.card--img-overlap {
    border-top: 12px solid #008383;
    margin-top: 3.5rem; }
@media only screen and (min-width: 47.9375em) {
      .card--img-overlap {
        display: grid;
        grid-template-columns: repeat(16, 1fr);
        max-width: 63.375rem;
        background-color: transparent;
        border-top: none;
        margin-top: 0; } }
.card--img-overlap::after {
      content: "";
      position: absolute;
      width: 16.0625rem;
      height: 9.9375rem;
      background-image: url(images/dot-grid.svg);
      background-repeat: no-repeat;
      bottom: 0;
      right: 0;
      opacity: 0.4; }
@media only screen and (min-width: 47.9375em) {
      .card--img-overlap .card__aside {
        grid-column: 1/8;
        grid-row: 1;
        z-index: 1;
        max-width: 27.375rem;
        align-self: center;
        position: relative; } }
.card--img-overlap .card__figure {
      width: 83%;
      margin: 0 auto;
      margin-top: -4.25rem; }
@media only screen and (min-width: 47.9375em) {
        .card--img-overlap .card__figure {
          margin: 0;
          width: 100%; } }
@media only screen and (min-width: 47.9375em) {
      .card--img-overlap .card__main {
        position: relative;
        z-index: 0;
        grid-column: 2/17;
        grid-row: 1;
        border-left: 12px solid #008383;
        background-color: #f6f5f0;
        display: grid;
        grid-template-columns: repeat(16, 1fr);
        padding: 3.75rem 2.25rem 3.75rem 2rem; } }
@media only screen and (min-width: 47.9375em) {
      .card--img-overlap .card__wrap {
        grid-column: 8/17; } }
.card--callout {
    max-width: 63.375rem;
    background-color: #004143;
    border-left-color: #008383; }
.card--callout .card__main {
      padding: 2.25rem 1.5rem 2.5rem; }
@media only screen and (min-width: 47.9375em) {
        .card--callout .card__main {
          padding: 3.75rem 4.125rem; } }
.card--callout .card__title {
      font-size: 1.875rem;
      line-height: 1.2;
      margin-bottom: 1rem; }
@media only screen and (min-width: 47.9375em) {
        .card--callout .card__title {
          margin-bottom: 1.5rem;
          font-size: 2.5rem;
          line-height: 1.05; } }
.card--callout .btn {
      background-color: #d34600; }
.card--callout .btn:hover, .card--callout .btn:active, .card--callout .btn:focus {
        background-color: #be4100;
        color: #fff; }
.card--callout::after {
      width: 13.25rem;
      height: 7.25rem; }
.card--jumpoff::after {
    background-image: url(images/dot-grid-white.svg);
    width: 8.5rem;
    height: 7.4375rem; }
.card--jumpoff.card--teal-darker {
    border-left-color: #008383; }
.card--jumpoff.card--teal-darker .btn {
      background-color: #d34600; }
.card--jumpoff.card--teal-darker .btn:hover, .card--jumpoff.card--teal-darker .btn:active, .card--jumpoff.card--teal-darker .btn:focus {
        background-color: #be4100;
        color: #fff; }
.card--jumpoff .ico__path {
    stroke: #fff; }
.card--jumpoff .card__main {
    padding: 3rem 1.5rem 3.25rem; }
.card--jumpoff .card__title {
    margin: 8px 0 28px; }
.card--cta {
    border-top: none;
    padding-top: 0.75rem; }
@media only screen and (min-width: 47.9375em) {
      .card--cta {
        padding-top: 0; } }
@media only screen and (min-width: 47.9375em) {
      .card--cta {
        max-width: 76.25rem;
        padding: 0 1.5rem; } }
.card--cta .figure--pttrn-bkg::after {
      left: -2.125rem;
      content: none; }
@media only screen and (min-width: 47.9375em) {
        .card--cta .figure--pttrn-bkg::after {
          content: "";
          width: 20.3125rem;
          height: 12.625rem;
          transform: scaleX(-1); } }
@media only screen and (min-width: 63.9375em) {
        .card--cta .figure--pttrn-bkg::after {
          width: 26.625rem;
          height: 15.9375rem; } }
.card--cta:after {
      display: none; }
@media only screen and (min-width: 47.9375em) {
      .card--cta .card__aside {
        grid-column: 1/9;
        align-self: start;
        max-width: 37.25rem;
        margin-bottom: -5rem;
        padding-top: 5%; } }
@media only screen and (min-width: 47.9375em) {
      .card--cta .card__main {
        padding-top: 0;
        border-left: none; } }
@media only screen and (min-width: 47.9375em) {
      .card--cta .card__wrap {
        grid-column: 9/17; } }
@media only screen and (min-width: 47.9375em) {
      .card--cta .card__body {
        padding-top: 13.5%; } }
.card--cta .card__title {
      margin-bottom: 2rem; }
@media only screen and (min-width: 47.9375em) {
        .card--cta .card__title {
          font-size: 2.25rem;
          line-height: 1.22222;
          margin-bottom: 2.25rem; } }
.card--cta .card__links {
      display: flex;
      flex-direction: column; }
@media only screen and (min-width: 63.9375em) {
        .card--cta .card__links {
          flex-direction: row; } }
.card--cta .card__links .btn {
        flex: 1 1 auto;
        width: 100%;
        margin-bottom: 1.25rem; }
@media only screen and (min-width: 63.9375em) {
          .card--cta .card__links .btn {
            margin-bottom: 0; } }
.card--cta .card__links .btn:first-child {
          margin-right: 0; }
@media only screen and (min-width: 63.9375em) {
            .card--cta .card__links .btn:first-child {
              margin-right: 0.75rem; } }
.card--cta .card__links .btn:last-child {
          margin-bottom: 0; }
.card--cta .card__links .btn--secondary {
          flex: 1 1 67%; }
.card--resources {
    max-width: 63.375rem;
    background-color: #004143;
    border-left-color: #008383;
    margin-top: 2.75rem; }
@media only screen and (min-width: 47.9375em) {
      .card--resources {
        margin-top: 0; } }
@media only screen and (min-width: 47.9375em) {
      .card--resources .card__main {
        padding: 4.25rem 4.25rem 3.75rem; } }
.card--resources .card__header {
      border-bottom: solid 1px rgba(255, 255, 255, 0.4); }
@media only screen and (min-width: 47.9375em) {
        .card--resources .card__header {
          display: flex; } }
.card--resources .card__heading {
      padding: 2.25rem 0 1.5rem; }
@media only screen and (min-width: 47.9375em) {
        .card--resources .card__heading {
          padding: 0 0 2.5rem;
          margin-left: 2rem; } }
.card--resources .card__subtitle {
      color: #fff;
      margin-bottom: 0.5rem;
      display: block; }
@media only screen and (min-width: 47.9375em) {
        .card--resources .card__subtitle {
          margin-bottom: 0.25rem; } }
.card--resources .card__title {
      font-size: 2.25rem;
      line-height: 1.22222;
      margin: 0 0 0.75rem 0; }
@media only screen and (min-width: 47.9375em) {
        .card--resources .card__title {
          font-size: 2.625rem;
          line-height: 1.2381;
          margin: 0; } }
.card--resources .card__body {
      margin-top: 2.25rem; }
@media only screen and (min-width: 47.9375em) {
        .card--resources .card__body {
          margin-top: 2.75rem; } }
.card--resources .card__list {
      margin: 1.25rem 0 0; }
@media only screen and (min-width: 47.9375em) {
        @supports (column-gap: 15%) {
          .card--resources .card__list {
            column-count: 2;
            column-rule: solid 1px rgba(255, 255, 255, 0.4);
            column-gap: 15%; } } }
.card--resources .card__item {
      padding: 0;
      margin-bottom: 1rem; }
.card--resources .card__item::before {
        display: none; }
.card--resources .card__item:last-child {
        margin-bottom: 0; }
.card--resources .card__link {
      color: #fff; }
.card--resources .card__link:visited, .card--resources .card__link:hover, .card--resources .card__link:active, .card--resources .card__link:focus {
        color: #fff; }
.card--resources .card__link:hover, .card--resources .card__link:active, .card--resources .card__link:focus {
        text-decoration: none; }
.card--resources .ico--circle {
      margin: -5rem auto 0; }
@media only screen and (min-width: 47.9375em) {
        .card--resources .ico--circle {
          margin: 0; } }
.card--resources-secondary {
      background-color: #008383;
      border-left-color: #192220; }
.card--resources-secondary .ico--circle {
        background-color: #004143; }
/*
.form {
  &__element {
    .element--checkbox {
      display: flex;
      align-items: center;
    }

    &.element--checkbox.form__element--disabled {
      .label--checkbox:before {
        border-color: $charcoal-light;
      }
    }
  }

  // Checkbox icon styles
  &__ico {
    position: absolute;
    height: rem(26);
    width: rem(26);
    left: 0;
    top: 0;
    padding: rem(4);
    border: 0;
    background-color: $teal-darkest;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;

    .ico__path {
      stroke: $white;
    }
  }
}

.input {
  // Checkbox
  &--checkbox {
    position: absolute;
    width: rem(26);
    height: rem(26);
    top: 0;
    left: 0;
    opacity: 0;

    &:focus {
      + .label--checkbox::before {
        box-shadow: 0 0 0 rem(3) $teal-light;
        outline: rem(3) solid transparent; // For Windows high contrast mode.
      }
    }

    &:checked {
      + .label--checkbox {
        color: $teal-darkest;

        .form__ico {
          opacity: 1;
        }
      }
    }
	}
}
*/
.form__element .element--radio {
  display: flex;
  align-items: center; }
.form__element.element--radio.form__element--disabled .label--radio:before {
  border-color: #b4b4b4; }
.input--radio {
  width: 1.625rem;
  height: 1.625rem;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute; }
.input--radio:focus + .label--radio::before {
    box-shadow: 0 0 0 0.1875rem #1ab7b7;
    outline: 4px solid transparent; }
.input--radio:checked + .label--radio {
    color: #192220; }
.input--radio:checked + .label--radio::before {
      border-color: #192220; }
.input--radio:checked + .label--radio::after {
      content: "";
      position: absolute;
      width: 1rem;
      height: 1rem;
      top: 0.3125rem;
      left: 0.3125rem;
      background-color: #192220;
      border-radius: 100%; }
.input--radio:checked + .label--radio .form__ico {
      opacity: 1; }
.product-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 5%; }
@media only screen and (min-width: 56.25em) {
    .product-grid {
      grid-template-columns: 30% 30% 30%; } }
.socials {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.socials__social {
    margin: 0;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px; }
.socials__social:before {
      content: none; }
.socials__social a {
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color var(--timing) var(--easing); }
.socials__social a:before {
        content: "";
        display: block;
        background-color: var(--color-secondary-lightest);
        background-size: cover; }
.socials__social a:hover, .socials__social a:active, .socials__social a:focus {
        background-color: unset; }
.socials__social a:hover:before, .socials__social a:active:before, .socials__social a:focus:before {
          background-color: var(--color-base-darkest); }
.socials__social--facebook a:before {
      width: 0.75rem;
      height: 1.4375rem;
      display: inline-block;
      -webkit-mask: url(Images/ico-fb-btn.svg) no-repeat 50% 50%;
      mask: url(Images/ico-fb-btn.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-color: var(--color-primary-lighter);
      transition: background-color var(--timing) var(--easing); }
.socials__social--email a:before {
      width: 1.9375rem;
      height: 1.625rem;
      display: inline-block;
      -webkit-mask: url(Images/ico-email-btn.svg) no-repeat 50% 50%;
      mask: url(Images/ico-email-btn.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-color: var(--color-primary-lighter);
      transition: background-color var(--timing) var(--easing); }
.socials__social--print a:before {
      width: 1.9375rem;
      height: 1.8125rem;
      display: inline-block;
      -webkit-mask: url(Images/ico-print-btn.svg) no-repeat 50% 50%;
      mask: url(Images/ico-print-btn.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-color: var(--color-primary-lighter);
      transition: background-color var(--timing) var(--easing); }
.socials__social--twitter a:before {
      width: 1.5rem;
      height: 1.25rem;
      display: inline-block;
      -webkit-mask: url(Images/ico-twitter-btn.svg) no-repeat 50% 50%;
      mask: url(Images/ico-twitter-btn.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-color: var(--color-primary-lighter);
      transition: background-color var(--timing) var(--easing); }
.socials__social--rss a:before {
      width: 1.3125rem;
      height: 1.25rem;
      display: inline-block;
      -webkit-mask: url(Images/ico-rss-btn.svg) no-repeat 50% 50%;
      mask: url(Images/ico-rss-btn.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-color: var(--color-primary-lighter);
      transition: background-color var(--timing) var(--easing); }
.socials__social--linkedin a:before {
      width: 1.3125rem;
      height: 1.25rem;
      display: inline-block;
      -webkit-mask: url(Images/ico-linkedin-btn.svg) no-repeat 50% 50%;
      mask: url(Images/ico-linkedin-btn.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-color: var(--color-primary-lighter);
      transition: background-color var(--timing) var(--easing); }
.socials__social--instagram a:before {
      width: 1.3125rem;
      height: 1.25rem;
      display: inline-block;
      -webkit-mask: url(Images/ico-instagram-btn.svg) no-repeat 50% 50%;
      mask: url(Images/ico-instagram-btn.svg) no-repeat 50% 50%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-color: var(--color-primary-lighter);
      transition: background-color var(--timing) var(--easing); }
.staggered-content {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%; }
@media only screen and (min-width: 56.25em) {
    .staggered-content {
      padding-left: 0;
      padding-right: 0;
      display: flex;
      align-items: flex-start; } }
.staggered-content__title {
    flex-basis: 27.54098%;
    margin-right: 2.29508%; }
.staggered-content__text {
    flex-basis: 70.16393%; }
@media only screen and (min-width: 56.25em) {
    .staggered-content.staggered-content--divider .staggered-content__text {
      padding-left: 1.25rem;
      border-left: 1px solid #4d4d4e; } }
.tabs__link {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5625rem;
  line-height: 1.28;
  color: #707070;
  border-bottom: 4px solid #e0d6bf;
  text-decoration: none;
  padding: 0.875rem 1.125rem 0.625rem;
  display: block;
  width: 100%;
  background-color: transparent;
  text-align: left; }
.tabs__link:focus {
    outline-offset: -0.125rem;
    outline: 0.125rem solid #1ab7b7; }
@media only screen and (min-width: 47.9375em) {
    .tabs__link {
      text-align: center; } }
@media print {
    .tabs__link[aria-selected="false"] {
      display: none; } }
.tabs__link.is-active {
    color: #004143;
    background-color: #c9e3e3;
    border-bottom-color: #d34600; }
@media only screen and (min-width: 47.9375em) {
      .tabs__link.is-active {
        background-color: transparent; } }
.tabs__link.is-active:visited, .tabs__link.is-active:hover, .tabs__link.is-active:active {
      color: #004143; }
.tabs__link:visited {
    color: #707070; }
.tabs__link:hover, .tabs__link:active {
    background-color: transparent;
    color: #707070; }
.tabs__list {
  display: block;
  margin: 0; }
@media only screen and (min-width: 47.9375em) {
    .tabs__list {
      display: flex; } }
@media print {
    .tabs__list {
      display: none; } }
.tabs__item {
  margin: 0;
  padding: 0;
  flex-grow: 1; }
.tabs__item::before {
    display: none; }
.tabs__section {
  padding: 1.125rem;
  background-color: #f6f5f0;
  margin-top: 1.5rem; }
@media only screen and (min-width: 47.9375em) {
    .tabs__section {
      background-color: transparent; } }
.tabs__section[aria-hidden="true"] {
    display: none; }
@media print {
      .tabs__section[aria-hidden="true"] {
        display: block; } }
/* BEWARE!!!!!!!!!!! - brenda */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2; }
@media only screen and (min-width: 63.9375em) {
    .header {
      justify-content: space-between;
      padding: 1.5rem 1.5rem 1.75rem;
      border-bottom: 1px solid #d9d9d9; } }
@media print {
    .header {
      display: none; } }
.header__logo {
    flex-basis: 100%;
    padding: 1.5rem; }
@media only screen and (min-width: 63.9375em) {
      .header__logo {
        flex: 0 1 21.25rem;
        padding: 0;
        margin-right: 0.5rem;
        align-self: center; } }
@media only screen and (min-width: 75em) {
      .header__logo {
        flex: 0 1 auto; } }
.header__nav, .header__nav-help {
    flex: 1 1 auto; }
.header__nav .btn--leading-icon, .header__nav-help .btn--leading-icon {
      display: flex;
      justify-content: center;
      width: 100%;
      border-left: none;
      border-color: #b4b4b4; }
@media only screen and (min-width: 63.9375em) {
        .header__nav .btn--leading-icon, .header__nav-help .btn--leading-icon {
          background-color: #008383;
          color: #fff; } }
@media only screen and (min-width: 63.9375em) {
        .header__nav .btn--leading-icon .ico__path, .header__nav-help .btn--leading-icon .ico__path {
          stroke: #fff; } }
@media only screen and (min-width: 63.9375em) {
    .header__nav {
      flex: 0 1 45%;
      align-self: center;
      max-width: 35.625rem; } }
.header__nav-help--hidden {
    visibility: hidden; }
@media only screen and (min-width: 63.9375em) {
    .header__nav-help {
      flex: 0 1 auto;
      align-self: center; } }
.header__nav-help .btn--leading-icon {
    border-right: none; }
@media only screen and (min-width: 63.9375em) {
      .header__nav-help .btn--leading-icon {
        border: none; } }
@media only screen and (min-width: 63.9375em) {
      .header__nav-help .btn--leading-icon:hover {
        background-color: #004143; } }
.header .logo__graphic {
    max-width: 37.5rem; }
.header .logo__link {
    text-align: center; }
@media only screen and (min-width: 63.9375em) {
      .header .logo__link {
        text-align: left; } }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> FOOTER - Sitewide
--------------------------------------------------------------*/
.footer {
  background-color: #f6f5f0; }
@media print {
    .footer {
      display: none; } }
.footer__main {
    position: relative;
    padding: 3.25rem 0 10.5rem;
    background-image: url(images/graphic-mountains.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 129%; }
@media only screen and (min-width: 56.25em) {
      .footer__main {
        background-position: 252% 100%;
        background-size: 84%;
        padding-bottom: 2.5rem; } }
.footer__main .footer__inner {
      padding-bottom: 1.25rem; }
@media only screen and (min-width: 30em) {
        .footer__main .footer__inner {
          max-width: 33.75rem;
          padding-bottom: 8.25rem; } }
@media only screen and (min-width: 56.25em) {
        .footer__main .footer__inner {
          padding-bottom: 2.5rem;
          max-width: 24.25rem; } }
.footer__txt {
    margin-bottom: 0; }
.footer__list {
    display: flex;
    margin: 0; }
.footer__item {
    padding-left: 0;
    margin-bottom: 0; }
.footer__item::before {
      display: none; }
.footer__socials {
    max-width: 11.75rem;
    padding: 1.75rem 0 2rem; }
.footer__socials .footer__list {
      justify-content: space-between; }
.footer__actions {
    border-top: solid 1px #b4b4b4;
    padding-top: 2rem; }
.footer__actions .footer__item {
      padding: 0 1.25rem 0;
      border-left: solid 6px #b4b4b4; }
.footer__actions .footer__item:first-child {
        padding-left: 0;
        border: none; }
.footer__actions .footer__item:last-child {
        padding-right: 0; }
.footer__actions .footer__link {
      color: #192220;
      font-weight: 600;
      text-transform: uppercase;
      border-bottom: solid 2px #d34600;
      text-decoration: none;
      transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out; }
.footer__actions .footer__link:hover, .footer__actions .footer__link:active, .footer__actions .footer__link:focus {
        color: #d34600;
        border-bottom: transparent; }
.footer__secondary {
    background-color: #fff;
    padding: 1rem 0;
    font-size: 1rem;
    line-height: 1.5; }
@media only screen and (min-width: 56.25em) {
      .footer__secondary .footer__inner {
        display: flex;
        justify-content: space-between; } }
.footer__copyright {
    padding-right: 0.5rem; }
.footer__sitemap {
    display: block;
    margin: 0.75rem 0; }
@media only screen and (min-width: 47.9375em) {
      .footer__sitemap {
        display: inline;
        border-left: solid 1px #b4b4b4;
        padding-left: 0.5rem; } }
/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel {
  background-color: #f6f5f0;
  margin-top: 2.5rem; }
@media only screen and (min-width: 47.9375em) {
    .carousel__main {
      border-bottom: 4px solid #b4b4b4; } }
.carousel__content, .carousel__controls {
    margin: 0;
    padding: 0; }
.carousel__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding: 0 0 0 1.5rem; }
.carousel__content .carousel__slide {
      grid-column: 1;
      grid-row: 1;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out; }
.carousel__item, .carousel__slide {
    margin: 0;
    padding: 0; }
.carousel__item::before, .carousel__slide::before {
      content: none; }
@media only screen and (min-width: 47.9375em) {
    .carousel__article, .carousel__controls {
      display: flex; } }
.carousel__figure {
    position: relative;
    align-self: flex-start;
    margin: -2.5rem 0 0;
    width: 69%; }
.carousel .figure--pttrn-bkg {
    z-index: 0; }
.carousel .figure--pttrn-bkg:after {
      left: -34px;
      bottom: -9px;
      width: 445px;
      transform: scaleX(-1); }
.carousel__img {
    position: relative;
    z-index: 5;
    width: 100%; }
.carousel__body {
    margin: 4.25rem 0 1.5rem 5rem;
    min-height: 25rem; }
.carousel__title {
    font-size: 2.25rem;
    line-height: 1.22222;
    margin: 0 0 0.75rem 0; }
@media only screen and (min-width: 47.9375em) {
      .carousel__title {
        font-size: 2.625rem;
        line-height: 1.2381;
        margin: 0 0 1rem 0; } }
.carousel__actions {
    margin-top: 2rem; }
.carousel__btn {
    position: relative;
    height: 100%;
    background-color: transparent;
    color: #192220;
    padding: 2rem;
    text-align: left; }
.carousel__btn:before {
      content: "";
      width: 0.0625rem;
      height: 54%;
      background: #b4b4b4;
      position: absolute;
      top: 27%;
      left: 0; }
.carousel__btn:hover, .carousel__btn:active, .carousel__btn:focus {
      background-color: #ece9e2;
      color: #192220; }
.carousel__btn.current {
      background-color: #d34600;
      color: #fff; }
.carousel__btn.current:hover, .carousel__btn.current:active, .carousel__btn.current:focus {
        background-color: #d34600;
        color: #fff; }
.carousel .btn--previous:before {
    display: none; }
.carousel .controls__num {
    display: block; }
.carousel .current {
    visibility: visible;
    opacity: 1; }
/*--------------------------------------------------------------
# Carousel Block
--------------------------------------------------------------*/
.staggered-slider .tabs__content .card__figure img {
  width: 100%; }
.guide .tabs__link .tabs__thmbnl:after {
  height: 100% !important; }
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modal - Default styles
--------------------------------------------------------------*/
/**
 * Including the at-only style with the dialog CSS as it is required
 * to visually hide a dialog's heading if desired.
 */
.at-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 0.0625rem;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 0.0625rem; }
/**
 * Trigger styling
 */
[data-modal-open][hidden] {
  display: none; }
/**
 * When a modal dialog is open, don't allow scrolling of content
 * beneath (on desktop). Also useful in negating instances of
 * double scroll bars.
 * (browser window + dialog if long enough content)
 */
body.modal-open {
  overflow: hidden; }
/**
 * Modal Dialog base styling
 */
.js [data-modal],
.a11y-modal {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  bottom: 0;
  margin: 0;
  max-height: 100%;
  height: 100vh;
  width: 37rem;
  opacity: 1;
  overflow: auto;
  padding: 1.5rem;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 100;
  overflow-y: auto; }
.js [data-modal],
.a11y-modal {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; }
/**
 * To allow for CSS animations, hidden modal dialogs are
 * not set to display: none, but rather the following rule
 * set, in combination with the dialog's default
 * position: fixed, will keep dialogs hidden from
 * all users until opened.
 *
 * This also solves an issue with iOS VO + Safari not allowing
 * modal dialogs to be focused, if the dialog is initially
 * set to "display: none".
 */
.js [data-modal][hidden],
.a11y-modal[hidden] {
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateX(40vh);
  visibility: hidden; }
.a11y-modal__close-btn {
  border: none; }
/* Default close button hidden by default */
.is-icon-btn {
  background: none;
  border: none;
  height: 2em;
  padding: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 2em;
  display: none; }
.is-icon-btn:hover [data-modal-x],
.is-icon-btn:focus [data-modal-x] {
  color: #600;
  transform: scale(1.3) rotate(45deg);
  transition: transform 0.2s ease-in-out; }
[data-modal-x] {
  border-right: 2px solid;
  bottom: 0;
  display: block;
  height: 2em;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: relative;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 0.125rem; }
[data-modal-x]:after {
  border-right: 2px solid;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-90deg);
  width: 100%; }
/*--------------------------------------------------------------
# Modal - Story
--------------------------------------------------------------*/
.modal {
  z-index: 100; }
.modal::before {
    content: url(images/dot-grid.svg);
    width: 18.75rem;
    height: 14rem;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    opacity: 0.4; }
.modal__bkg:before, .modal__overlay:before {
    content: "";
    position: fixed;
    background-color: rgba(0, 131, 131, 0.85);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
@media only screen and (min-width: 56.25em) {
    .modal__bkg {
      background-image: url(images/temp/modal-bkg.jpg);
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      opacity: 0;
      transition: opacity 0.3s ease-in-out; } }
.modal-open .modal__bkg:before,
  .modal-open .modal__overlay:before {
    width: 100vw;
    height: 100%;
    opacity: 1;
    z-index: 11; }
@media only screen and (min-width: 56.25em) {
    .modal-open .modal__bkg {
      width: 100vw;
      height: 100vh;
      opacity: 1;
      z-index: 50; } }
.modal--story {
    width: 98%;
    border-left: 8px solid #d34600; }
@media only screen and (min-width: 56.25em) {
      .modal--story {
        border-left: none;
        margin-left: 0;
        background-color: transparent;
        width: 55.875rem;
        margin-left: 4.625rem;
        padding: 0; } }
@media only screen and (min-width: 75em) {
      .modal--story {
        width: 70rem; } }
.modal--story .modal__wrapper {
      min-height: 100%;
      top: 0;
      bottom: auto; }
@media only screen and (min-width: 56.25em) {
        .modal--story .modal__wrapper {
          background-color: #fff;
          border-left: 8px solid #d34600;
          padding: 1.5rem;
          margin-left: 5.125rem; } }
@media only screen and (min-width: 75em) {
        .modal--story .modal__wrapper {
          margin-left: 5.9375rem; } }
.modal--story .modal__figure {
      margin: 0; }
@media only screen and (min-width: 56.25em) {
        .modal--story .modal__figure {
          margin: 0 0 0 -8.875rem;
          z-index: 200; } }
@media only screen and (min-width: 75em) {
        .modal--story .modal__figure {
          margin: 0 0 0 -10rem; } }
.modal--story .modal__main {
      width: 90%;
      margin: 0 auto; }
@media only screen and (min-width: 56.25em) {
        .modal--story .modal__main {
          display: flex; } }
.modal--story .modal__content {
      margin-top: 1.5rem; }
@media only screen and (min-width: 56.25em) {
        .modal--story .modal__content {
          padding: 0 0 0 3.25rem;
          max-width: 43.75rem;
          margin: 0 auto; } }
@media only screen and (min-width: 75em) {
        .modal--story .modal__content {
          padding: 0 0 0 2rem; } }
.modal__avatar {
    width: 7.5rem;
    height: 7.5rem; }
@media only screen and (min-width: 56.25em) {
      .modal__avatar {
        border: solid 4px #fff;
        width: 10rem;
        height: 10rem;
        margin: 0; } }
@media only screen and (min-width: 75em) {
      .modal__avatar {
        width: 11.875rem;
        height: 11.875rem; } }
.modal__body {
    margin-top: 1.5rem; }
.modal__top {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    justify-content: flex-end;
    margin-bottom: 1.5rem; }
/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.menu {
  /* Filter Menu */
  /* Sidebar */
  /**
  * Nav Menu
 **/
  /**
  * Help Menu
 **/ }
.menu__overlay.is-active {
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 50;
    background: #008383;
    opacity: 0.85; }
.menu__top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem; }
.menu__main, .menu__actions {
    width: 92vw; }
@media only screen and (min-width: 63.9375em) {
      .menu__main, .menu__actions {
        width: 44rem; } }
.menu__form {
    display: flex;
    flex-direction: column;
    height: 100vh; }
.menu__inner {
    padding: 1.5rem 0;
    flex-grow: 1; }
@media only screen and (min-width: 63.9375em) {
      .menu__inner {
        padding-top: 0;
        padding-bottom: 0; } }
.menu__actions {
    padding: 2rem 1.5rem;
    display: flex;
    background-color: #c9e3e3;
    border-top: 4px solid #d9d9d9;
    z-index: 100;
    flex-grow: 0;
    flex-shrink: 0; }
.menu__actions .btn,
    .menu__actions button {
      flex: 1 1 auto;
      margin-right: 0.75rem; }
.menu__actions .btn:last-child,
      .menu__actions button:last-child {
        margin-right: 0; }
.menu .list {
    margin-left: 0;
    border-top: 4px solid #d9d9d9; }
.menu .list__item--dividers {
      padding: 0; }
.menu .list__link, .menu .list__btn {
      text-decoration: none;
      color: #707070;
      display: block;
      padding: 1.5rem;
      position: relative; }
.menu .list__btn {
      background-color: transparent;
      width: 100%;
      color: #192220;
      font-size: 1.125rem;
      line-height: 1; }
.menu .list__btn:hover {
        background-color: #d34600;
        color: #fff; }
.menu .list__btn[aria-expanded="true"] {
        background-color: transparent;
        color: #d34600; }
.menu .list__btn[aria-expanded="false"] {
        background-color: transparent;
        color: #192220; }
@media only screen and (min-width: 63.9375em) {
          .menu .list__btn[aria-expanded="false"]:hover {
            color: #d34600; } }
.menu .list--nested .list__link {
      padding: 1rem; }
.menu .list--nested .list__link:hover {
        background-color: #ece9e2;
        color: #192220; }
.menu .list--nested .list__item--dividers:last-child {
      border-bottom: none; }
.menu--filter-optns {
    padding: 0;
    max-width: 51.25rem; }
.menu--filter-optns .menu__top {
      justify-content: space-between;
      padding-right: 0;
      margin-bottom: 0; }
.menu--filter-optns .menu__inner {
      padding: 1.5rem; }
.menu--filter-optns .menu__actions {
      width: 100%; }
@media only screen and (min-width: 63.9375em) {
    .menu--sidebar {
      display: flex;
      flex-direction: column;
      width: 20rem;
      border-right: 4px solid #d9d9d9; } }
@media print {
    .menu--sidebar {
      display: none !important; } }
@media only screen and (min-width: 63.9375em) {
    .menu--sidebar .menu__controls, .menu--sidebar .menu__top {
      display: none; } }
.menu--sidebar .menu__top {
    padding-right: 1.5rem;
    margin-bottom: 1.5rem; }
.menu--sidebar .menu__main {
    max-width: 19.5rem; }
@media only screen and (min-width: 63.9375em) {
      .menu--sidebar .menu__main {
        max-width: 100%;
        width: 100%;
        display: block; } }
@media only screen and (min-width: 63.9375em) {
    .menu--sidebar .menu__inner {
      padding-top: 0;
      padding-bottom: 0; } }
.menu--sidebar .list {
    margin-left: 0;
    border-top: 4px solid #d9d9d9; }
@media only screen and (min-width: 63.9375em) {
      .menu--sidebar .list {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-top: none; } }
.menu--sidebar .list__item--current-list {
      background-color: #f6f5f0; }
.menu--sidebar .list__item--current-list > .list__link {
        font-weight: 600;
        color: #192220; }
.menu--sidebar .list__item--current-list > .list__link:hover, .menu--sidebar .list__item--current-list > .list__link:active {
          text-decoration: none; }
.menu--sidebar .list__link--current-page {
      background-color: #ece9e2;
      font-weight: 600;
      color: #192220; }
.menu--sidebar .list__link--current-page:hover, .menu--sidebar .list__link--current-page:active {
        text-decoration: none; }
.menu--sidebar .list__link--current-page::before {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 100%;
        background-color: #d34600;
        left: 0;
        top: 0; }
.menu--sidebar .list--nested {
      border-top: 4px solid #d9d9d9;
      padding: 1.25rem 0 1.25rem;
      margin: 0; }
.menu--sidebar .list--nested .list__item {
        border-bottom: none; }
.menu--sidebar .list--nested .list__link {
        padding: 1rem 1.5rem 1rem 2.625rem; }
.menu--sidebar .list--nested .list--nested {
        border-top: none;
        padding-top: 0;
        padding-bottom: 0; }
.menu--sidebar .list--nested .list--nested .list__link {
          padding-left: 5.25rem; }
.menu--nav .list--nav {
    display: flex;
    flex-direction: column;
    margin: 0; }
@media only screen and (min-width: 63.9375em) {
      .menu--nav .list--nav {
        flex-direction: row;
        border-top: none; } }
.menu--nav .list--nav__link {
      border: 0;
      display: block; }
.menu--nav .list--nav__link:hover, .menu--nav .list--nav__link:focus {
        background-color: #ddd;
        margin-bottom: 0;
        text-decoration: none; }
.menu--nav .list--nested {
    background-color: #f6f5f0;
    border-top: 8px solid #d34600;
    margin: 0;
    position: relative; }
@media only screen and (min-width: 63.9375em) {
      .menu--nav .list--nested {
        position: absolute;
        width: 17.125rem;
        top: 5.0625rem;
        left: 50%;
        transform: translateX(-50%); } }
@media only screen and (min-width: 63.9375em) {
      .menu--nav .list--nested .list__item--dividers {
        border-bottom: 4px solid #d9d9d9; } }
.menu--nav .list__btn {
    align-items: center;
    display: flex; }
@media only screen and (min-width: 63.9375em) {
      .menu--nav .list__btn {
        font-size: 0.875rem;
        line-height: 1;
        padding: 1rem 0.5rem;
        flex-direction: column; } }
@media only screen and (min-width: 75em) {
      .menu--nav .list__btn {
        font-size: 1rem;
        line-height: 1; } }
.menu--nav .list__btn::after {
      content: "";
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #d34600;
      height: 0.5em;
      margin-left: 0.75em;
      width: 0.5em;
      transform: rotate(0);
      transition: border-color 0.3s ease-in-out, transform 0.3s ease-in-out; }
@media only screen and (min-width: 63.9375em) {
        .menu--nav .list__btn::after {
          position: absolute;
          bottom: 0;
          margin-left: 0;
          transition: bottom 0.3s ease-in-out; } }
.menu--nav .list__btn:hover::after, .menu--nav .list__btn[aria-expanded="true"]::after {
      transform: rotate(90deg); }
@media only screen and (min-width: 63.9375em) {
        .menu--nav .list__btn:hover::after, .menu--nav .list__btn[aria-expanded="true"]::after {
          bottom: -0.25rem; } }
.menu--nav .list__btn:hover::after {
      border-left-color: #fff; }
@media only screen and (min-width: 63.9375em) {
        .menu--nav .list__btn:hover::after {
          bottom: -0.25rem; } }
.menu--nav .list__btn[aria-expanded="true"]:hover::after {
      border-left-color: #d34600; }
.menu--nav .list__btn[aria-expanded="false"]::after {
      transform: rotate(0);
      border-left-color: #d34600; }
@media only screen and (min-width: 63.9375em) {
        .menu--nav .list__btn[aria-expanded="false"]::after {
          transform: rotate(90deg); } }
.menu--nav .list__item--dividers {
    width: 100%; }
@media only screen and (min-width: 63.9375em) {
      .menu--nav .list__item--dividers {
        margin-right: 0.5rem;
        border-bottom: none; } }
@media only screen and (min-width: 63.9375em) {
    .menu--nav .menu__main {
      display: block;
      position: static;
      width: auto; } }
@media only screen and (min-width: 63.9375em) {
    .menu--nav .menu__top, .menu--nav .menu__controls, .menu--nav .menu__overlay {
      display: none; } }
.menu--nav .js-nav-menu .js-subnav {
    display: block; }
.menu--help {
    width: 100vw;
    height: 100vh;
    padding: 0; }
.menu--help .menu__inner {
      display: flex;
      position: relative;
      padding-top: 0;
      flex-direction: column; }
@media only screen and (min-width: 63.9375em) {
        .menu--help .menu__inner {
          flex-direction: row;
          min-height: 100%; } }
.menu--help .menu__top {
      position: absolute;
      right: 0;
      padding-right: 0;
      margin: 1.5rem;
      z-index: 50; }
.menu--help .menu__img {
      width: 54vw;
      vertical-align: bottom;
      margin: 0.5rem 0 0 0.5rem; }
@media only screen and (min-width: 63.9375em) {
        .menu--help .menu__img {
          position: absolute;
          bottom: 0;
          left: -3.375rem;
          margin: 0;
          max-width: 35rem;
          width: 161%; } }
.menu--help .menu__list .list {
      padding: 3.5rem 1.5rem;
      margin: 0; }
@media only screen and (min-width: 63.9375em) {
        .menu--help .menu__list .list {
          padding: 9.0625rem 2.5rem 6.25rem 20%; } }
.menu--help .menu__list .list__item {
        padding-left: 0;
        margin-bottom: 2.5rem; }
@media only screen and (min-width: 63.9375em) {
          .menu--help .menu__list .list__item {
            margin-bottom: 4rem; } }
@media only screen and (min-width: 63.9375em) {
          .menu--help .menu__list .list__item h2 {
            margin-bottom: 0.5rem; } }
.menu--help .menu__list .list__item:last-child {
          margin-bottom: 0; }
.menu--help .menu__list .list__item:before {
          display: none; }
.menu--help .btn--close {
      background-color: #fff;
      color: #192220; }
@media only screen and (min-width: 63.9375em) {
        .menu--help .btn--close {
          background-color: #008383;
          color: #fff; } }
@media only screen and (min-width: 63.9375em) {
        .menu--help .btn--close:hover {
          background-color: #004143; } }
.menu--help .btn--close .btn__ico path {
        stroke: #008383; }
@media only screen and (min-width: 63.9375em) {
          .menu--help .btn--close .btn__ico path {
            stroke: #fff; } }
.menu--help .block--1 {
      background-color: #008383;
      position: relative; }
@media only screen and (min-width: 63.9375em) {
        .menu--help .block--1 {
          width: 18.75rem;
          min-height: 100%; } }
.menu--help .block--2 {
      background-color: #f6f5f0; }
@media only screen and (min-width: 63.9375em) {
        .menu--help .block--2 {
          min-height: 100%; } }
@media only screen and (min-width: 63.9375em) {
        .menu--help .block--2 .link__content {
          font-size: 1rem;
          line-height: 1.25; } }
.menu--help .block--2 .link__content::after {
        margin-top: 0.25rem; }
.menu--help .block--3 .list {
      padding-bottom: 1.5rem; }
@media only screen and (min-width: 63.9375em) {
        .menu--help .block--3 .list {
          padding-left: 2.5rem; } }
.menu--help .block--3 .list__item {
        margin-bottom: 2rem; }
.menu--help .block--3 .link__content {
      font-family: "Khand", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.5625rem;
      line-height: 1.28;
      text-decoration: none; }
@media only screen and (min-width: 63.9375em) {
        .menu--help .block--3 .link__content {
          font-size: 1.875rem;
          line-height: 1.2; } }
.menu--help .block--3 .link__content::after {
        margin-top: 0.5rem; }
@media only screen and (min-width: 63.9375em) {
          .menu--help .block--3 .link__content::after {
            margin-top: 0.625rem; } }
@media only screen and (max-width: 63.9375em) {
  .menu__overlay:before {
    content: "";
    position: fixed;
    background-color: rgba(0, 131, 131, 0.85);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    width: 100vw;
    height: 100%; }
  #nav-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 92vw;
    height: 100vh;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateX(40vh); }
    #nav-menu.fade {
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
  .nav-modal-open .menu__overlay:before {
    opacity: 1;
    pointer-events: all; }
  .nav-modal-open #nav-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0); } }
/*--------------------------------------------------------------
# Data
--------------------------------------------------------------*/
.data {
  display: grid; }
@media only screen and (min-width: 47.9375em) {
    .data {
      grid-template-columns: repeat(41, 1fr);
      grid-template-rows: repeat(4, 1fr); } }
@media only screen and (min-width: 63.9375em) {
    .data {
      grid-template-columns: repeat(47, 1fr);
      grid-template-rows: repeat(3, 1fr); } }
.data__intro {
    margin-bottom: 3.75rem; }
@media only screen and (min-width: 47.9375em) {
      .data__intro {
        grid-row: 1;
        grid-column: 1/42;
        margin-bottom: 0; } }
@media only screen and (min-width: 63.9375em) {
      .data__intro {
        grid-column: 1/17;
        grid-row: 1;
        padding-top: 1.75rem; } }
.data__action {
    margin-top: 1rem; }
.data__item {
    position: relative;
    padding: 5rem 1.75rem 1.75rem;
    margin-bottom: 1.75rem;
    color: #fff;
    background: #707070;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end; }
@media only screen and (min-width: 47.9375em) {
      .data__item {
        padding: 2.75rem 1.75rem 1.75rem;
        margin: 0; } }
.data__item:last-child {
      margin-bottom: 0; }
.data__txt {
    margin-bottom: 0;
    width: 100%; }
@media only screen and (min-width: 47.9375em) {
    .data .item--1 {
      grid-column: 1/20;
      grid-row: 2/4;
      margin-bottom: 5.5%; } }
@media only screen and (min-width: 63.9375em) {
    .data .item--1 {
      grid-column: 3/17;
      grid-row: 2/4;
      margin-top: 20%;
      margin-bottom: 0; } }
@media only screen and (min-width: 47.9375em) {
    .data .item--2 {
      grid-column: 21/42;
      grid-row: 2/3;
      margin-bottom: 5.5%; } }
@media only screen and (min-width: 63.9375em) {
    .data .item--2 {
      grid-column: 18/33;
      grid-row: 1/3;
      margin-bottom: 8%; } }
@media only screen and (min-width: 47.9375em) {
    .data .item--3 {
      grid-column: 21/42;
      grid-row: 3/4;
      margin-bottom: 5.5%; } }
@media only screen and (min-width: 63.9375em) {
    .data .item--3 {
      grid-column: 18/33;
      grid-row: 3/4;
      margin-bottom: 0; } }
@media only screen and (min-width: 47.9375em) {
    .data .item--4 {
      grid-column: 1/24;
      grid-row: 4/5; } }
@media only screen and (min-width: 63.9375em) {
    .data .item--4 {
      grid-column: 34/48;
      grid-row: 1/2;
      margin-bottom: 8%; } }
@media only screen and (min-width: 47.9375em) {
    .data .item--5 {
      grid-column: 25/42;
      grid-row: 4/5; } }
@media only screen and (min-width: 63.9375em) {
    .data .item--5 {
      grid-column: 34/48;
      grid-row: 2/4; } }
.data .item--gray {
    color: #192220;
    background: linear-gradient(rgba(225, 233, 237, 0.85), rgba(225, 233, 237, 0.85)), url(images/temp/data-item-1.jpg); }
.data .item--gray .data__label {
      border-top: solid 1px #192220; }
.data .item--orange {
    background: linear-gradient(rgba(211, 70, 0, 0.85), rgba(211, 70, 0, 0.85)), url(images/temp/data-item-2.jpg); }
.data .item--orange .ico__path {
      stroke: #fff; }
.data .item--teal {
    background: linear-gradient(rgba(0, 131, 131, 0.85), rgba(0, 131, 131, 0.85)), url(images/temp/data-item-3.jpg); }
.data .item--teal .ico__path {
      stroke: #fff; }
.data .item--teal-darkest {
    background: linear-gradient(rgba(0, 44, 46, 0.8), rgba(0, 44, 46, 0.8)), url(images/temp/data-item-4.jpg); }
.data .item--teal-darkest .ico__path {
      stroke: #fff; }
.data .item--yellow {
    color: #192220;
    background: linear-gradient(rgba(255, 210, 33, 0.85), rgba(255, 210, 33, 0.85)), url(images/temp/data-item-5.jpg); }
.data .item--yellow .data__label {
      border-top: solid 1px #192220; }
.data .item--gray, .data .item--orange, .data .item--teal, .data .item--teal-darkest, .data .item--yellow {
    background-size: cover;
    background-position: 50% 50%; }
.data__emphasis {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
.data__ico .ico {
    width: 4rem;
    height: 4rem; }
.data__num {
    font-family: "Khand", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.1; }
@media only screen and (min-width: 47.9375em) {
      .data__num {
        font-size: 3.25rem;
        line-height: 1; } }
.data__label {
    font-size: 1rem;
    line-height: 1.5;
    border-top: solid 1px #fff;
    display: block;
    padding-top: 1rem;
    margin-top: 1rem; }
/*--------------------------------------------------------------
# Guide
--------------------------------------------------------------*/
.guide {
  padding-bottom: 7.75rem; }
@media only screen and (min-width: 47.9375em) {
    .guide {
      padding-bottom: 0;
      padding-top: 0; } }
.guide__title {
    margin-top: 2rem;
    margin-bottom: 2rem; }
.guide .tabs__link-content {
    pointer-events: none; }
.guide .tabs--guide {
    background-color: #f6f5f0; }
@media only screen and (min-width: 47.9375em) {
      .guide .tabs--guide {
        padding: 2.5rem 0; } }
@media only screen and (min-width: 47.9375em) {
    .guide .tabs__list {
      flex-direction: column;
      max-width: 18.75rem;
      margin-right: 1.75rem; } }
@media only screen and (min-width: 56.25em) {
    .guide .tabs__list {
      max-width: 34rem; } }
.guide .tabs__thmbnl {
    position: relative;
    display: none; }
@media only screen and (min-width: 47.9375em) {
      .guide .tabs__thmbnl {
        display: block;
        width: 100%;
        margin-bottom: 0.5rem; } }
@media only screen and (min-width: 56.25em) {
      .guide .tabs__thmbnl {
        width: auto;
        margin-bottom: 0rem; } }
.guide .tabs__link {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    text-transform: uppercase;
    text-align: left;
    padding: 1.75rem 1.75rem 1.75rem 0;
    color: #192220;
    border-bottom: 1px solid #b4b4b4;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out; }
@media only screen and (min-width: 47.9375em) {
      .guide .tabs__link {
        padding: 1.75rem 0;
        font-size: 1rem;
        line-height: 1.25; } }
@media only screen and (min-width: 56.25em) {
      .guide .tabs__link {
        padding: 1.75rem 1.75rem 1.75rem 0; } }
.guide .tabs__link .ico__path {
      stroke: #192220;
      transition: stroke 0.3s ease-in-out; }
.guide .tabs__link-content {
      display: flex;
      transition: transform 0.3s ease-in-out; }
@media only screen and (min-width: 47.9375em) {
        .guide .tabs__link-content {
          flex-wrap: wrap; } }
@media only screen and (min-width: 56.25em) {
        .guide .tabs__link-content {
          flex-wrap: nowrap; } }
.guide .tabs__link-txt {
      border-right: 1px solid #b4b4b4;
      padding: 0 1.5rem;
      margin-right: 1.5rem;
      width: 92%; }
@media only screen and (min-width: 47.9375em) {
        .guide .tabs__link-txt {
          align-self: stretch;
          padding-left: 0;
          width: 74%; } }
@media only screen and (min-width: 56.25em) {
        .guide .tabs__link-txt {
          padding: 0 1.5rem;
          width: 100%; } }
.guide .tabs__link-ico {
      align-self: center;
      transition: transform 0.3s ease-in-out; }
.guide .tabs__link .tabs__thmbnl:after {
      content: "";
      position: absolute;
      width: 7.5rem;
      height: 4.6875rem;
      background-color: rgba(211, 70, 0, 0.8);
      top: 0;
      left: 0;
      opacity: 0;
      border-left: 8px solid #004143;
      transition: opacity 0.3s ease-in-out; }
@media only screen and (min-width: 47.9375em) {
      .guide .tabs__link:hover .tabs__link-content, .guide .tabs__link:active .tabs__link-content, .guide .tabs__link:focus .tabs__link-content {
        transform: translateX(28px); } }
.guide .tabs__link.is-active {
      color: #fff;
      background-color: #d34600;
      border-bottom: 1px solid #b4b4b4; }
@media only screen and (min-width: 47.9375em) {
        .guide .tabs__link.is-active {
          color: #d34600;
          background-color: transparent; } }
@media only screen and (min-width: 47.9375em) {
        .guide .tabs__link.is-active .tabs__link-content {
          transform: translateX(28px); } }
.guide .tabs__link.is-active .tabs__link-txt {
        border-right: 1px solid #fff; }
@media only screen and (min-width: 47.9375em) {
          .guide .tabs__link.is-active .tabs__link-txt {
            border-right-color: #b4b4b4; } }
.guide .tabs__link.is-active .tabs__thmbnl:after {
        opacity: 1; }
.guide .tabs__link.is-active .tabs__link-ico {
        transform: rotate(90deg); }
@media only screen and (min-width: 47.9375em) {
          .guide .tabs__link.is-active .tabs__link-ico {
            transform: none; } }
.guide .tabs__link.is-active .ico__path {
        stroke: #fff; }
@media only screen and (min-width: 47.9375em) {
          .guide .tabs__link.is-active .ico__path {
            stroke: #d34600; } }
.guide .tabs__thmbnl-img {
    width: 7.5rem;
    height: auto; }
.guide .tabs__num {
    display: block; }
.guide .tabs__content {
    width: 100%;
    padding: 1.75rem; }
@media only screen and (min-width: 47.9375em) {
      .guide .tabs__content {
        width: 54%;
        min-height: 42.5rem;
        border-left: 1px solid #b4b4b4;
        padding: 0 0 0 1.75rem; } }
@media only screen and (min-width: 56.25em) {
      .guide .tabs__content {
        width: 51%;
        min-height: 37.5rem; } }
.guide .tabs .card {
    border-left: none; }
.guide .tabs .card__main {
      border-left: 12px solid #192220; }
.guide .tabs__section {
    padding: 0;
    outline-offset: 0;
    margin-top: 0;
    margin-bottom: -9.5rem; }
@media print {
      .guide .tabs__section {
        margin-bottom: 0; } }
@media only screen and (min-width: 47.9375em) {
      .guide .tabs__section {
        margin: -9.75rem auto 0 auto;
        max-width: 30.875rem; } }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-template-homepage section {
  margin-top: 5em;
  margin-bottom: 5em; }
section.homepage-title {
  flex-direction: column; }
section.homepage-title img {
    max-width: 100%;
    height: auto;
    margin-top: 2em; }
section.jump-off-grid .container {
  flex-direction: column; }
section.jump-off-grid .container .jump-off {
    margin-top: 2em;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
@media only screen and (min-width: 56.25em) {
  section.homepage-title {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around; }
  section.jump-off-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em;
    margin-bottom: 5em; }
    section.jump-off-grid .container {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-between; }
      section.jump-off-grid .container .jump-off {
        margin-right: auto;
        width: 30%; } }
.page .entry-header {
  display: flex; }
.page .entry-header .hero {
    width: 100%; }
.page .entry-header .page-container {
    width: 100%; }
.page .entry-header .page-container .page-content {
      margin-top: 2em;
      margin-left: 1em;
      margin-right: 1em; }
@media print {
        .page .entry-header .page-container .page-content {
          margin: 0; } }
.page .entry-header .page-container .page-content .testimonial--block {
        margin-left: -1em;
        margin-right: -1em; }
@media print {
          .page .entry-header .page-container .page-content .testimonial--block {
            margin: 0; } }
.career-info {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 6rem;
  padding-bottom: 4.875rem;
  border-bottom: 1px solid #b4b4b4; }
@media only screen and (min-width: 56.25em) {
    .career-info {
      padding-left: 0;
      padding-right: 0;
      display: flex;
      align-items: flex-start; } }
.career-info__aside {
    flex-basis: 27.54098%;
    margin-right: 2.29508%; }
.career-info__main {
    flex-basis: 53.11475%;
    margin-right: 2.29508%;
    margin-top: 2.5rem;
    padding-right: 2.29508%; }
@media only screen and (min-width: 56.25em) {
      .career-info__main {
        border-right: 1px solid #b4b4b4;
        margin-top: 0; } }
.career-info__footer {
    flex-basis: 14.7541%;
    display: flex;
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid #b4b4b4; }
@media only screen and (min-width: 56.25em) {
      .career-info__footer {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
        flex-direction: column; } }
.career-info__footer .stat {
      padding-bottom: 1.75rem; }
.career-info__footer .stat .stat__heading {
        display: none; }
.career-info__footer .stat:last-child {
        border-left: 1px solid #b4b4b4; }
@media only screen and (min-width: 56.25em) {
          .career-info__footer .stat:last-child {
            padding-top: 1.75rem;
            border-left: none;
            border-top: 1px solid #b4b4b4; } }
.skills-required {
  padding: 4.8125rem 0;
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: column; }
@media only screen and (min-width: 56.25em) {
    .skills-required {
      padding-left: 0;
      padding-right: 0;
      display: flex;
      align-items: flex-start; } }
@media only screen and (min-width: 56.25em) {
    .skills-required {
      flex-direction: row; } }
.skills-required__title {
    flex-basis: 27.54098%;
    margin-right: 2.29508%; }
.skills-required__image {
    flex-basis: 23.27869%;
    order: 1;
    width: 100%;
    height: auto; }
.skills-required__text {
    flex-basis: 40.32787%; }
@media only screen and (min-width: 56.25em) {
      .skills-required__text {
        margin-right: 6.55738%; }
        .skills-required__text ul {
          margin-top: 0; } }
.lists-with-cards__inner {
  padding: 4.8125rem 0;
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%; }
@media only screen and (min-width: 56.25em) {
    .lists-with-cards__inner {
      padding-left: 0;
      padding-right: 0;
      display: flex;
      align-items: flex-start; } }
.lists-with-cards__lists {
  flex-basis: 27.54098%;
  margin-right: 2.29508%; }
.lists-with-cards__lists .list {
    margin: 0; }
.lists-with-cards__lists .link__content {
    text-transform: none;
    text-decoration: none;
    color: #192220;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5; }
@media only screen and (min-width: 47.9375em) {
      .lists-with-cards__lists .link__content {
        font-size: 1.125rem;
        line-height: 1.55556; } }
.lists-with-cards__lists .link__content:after {
      margin-top: 0.4375rem; }
.lists-with-cards__cards {
  flex-basis: 70.16393%;
  padding-top: 4.8125rem; }
@media only screen and (min-width: 56.25em) {
    .lists-with-cards__cards {
      padding-top: 0; } }
.lists-with-cards__cards .card + .card {
    margin-top: 2rem; }
.multimedia-resources {
  padding: 5.625rem 0; }
.career-story {
  padding-top: 3.4375rem;
  padding-bottom: 5.5rem;
  background: #004143; }
@media only screen and (min-width: 56.25em) {
    .career-story {
      padding-top: 5.375rem;
      padding-bottom: 6.1875rem;
      background-image: url("images/idylic-countryside.jpg");
      background-size: cover; } }
.career-story__inner {
    max-width: 76.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%; }
@media only screen and (min-width: 56.25em) {
      .career-story__inner {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        align-items: flex-start; } }
.career-story .card {
    margin: 0 auto; }
@media only screen and (min-width: 56.25em) {
      .career-story .card {
        flex-basis: 74.42623%; } }
.career-navigation {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding: 3.125rem 0;
  justify-content: space-between; }
@media only screen and (min-width: 56.25em) {
    .career-navigation {
      padding-left: 0;
      padding-right: 0;
      display: flex;
      align-items: flex-start; } }
@media only screen and (min-width: 56.25em) {
    .career-navigation {
      align-items: center; } }
.career-navigation .link--return {
    flex-basis: 23.27869%; }
.career-navigation .link--previous, .career-navigation .link--next {
    flex-basis: 36.06557%;
    align-self: stretch; }
.career-navigation .link--previous {
    border-right: 8px solid #b4b4b4;
    padding-right: 10.4918%; }
.career-navigation .link--next {
    border-left: 8px solid #b4b4b4;
    padding-left: 10.4918%; }
.career-list__header {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 6rem; }
@media only screen and (min-width: 56.25em) {
    .career-list__header {
      padding-left: 0;
      padding-right: 0;
      display: flex;
      align-items: flex-start; } }
.career-list__body {
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%; }
@media only screen and (min-width: 56.25em) {
    .career-list__body {
      padding-left: 0;
      padding-right: 0;
      display: flex;
      align-items: flex-start; } }
.career-list__body .title--border-left {
    margin-bottom: 2rem; }
@media only screen and (min-width: 63.9375em) {
      .career-list__body .title--border-left {
        max-width: 66%;
        margin-left: 33%; } }
.menu__controls button + button {
  margin-left: 1.125rem; }
.is-loading {
  opacity: inherit !important; }
.no-content .page-content {
  margin-top: 2em;
  margin-left: 2em; }
.helpful .helpful-controls {
  display: flex;
  width: 100%;
  max-width: 16em;
  justify-content: space-between;
  padding-bottom: 2em; }
.helpful .helpful-controls .helpful-counter {
    display: none; }
.facetwp__search-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto;
  padding-top: 2rem;
  border-top: 1px solid #d9d9d9; }
.facetwp__search-bar .results {
    padding-left: 2rem; }
.facetwp__search-bar .results:before {
      content: "";
      display: inline-block;
      border-left: 1px solid #d9d9d9;
      padding-left: 2rem;
      height: 2rem;
      vertical-align: middle; }
.facetwp__search-bar .filters-view {
    margin-left: auto; }
.facetwp-facet.facetwp-type-pager {
  margin: 2rem auto;
  text-align: center; }
.facetwp-radio.disabled,
.facetwp-checkbox.disabled {
  opacity: 1 !important;
  cursor: default;
  background: none;
  margin-bottom: 0;
  padding-left: 0;
  height: 0; }
.facetwp-slider-reset {
  display: none !important; }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# jQuery UI Theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.color-teal {
  color: #008383;
  stroke: #008383; }
.color-orange {
  color: #d34600;
  stroke: #d34600; }
.scrn-rdr-txt {
  position: absolute;
  left: -625rem;
  top: auto;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden; }
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }
.alt-bg, .lists-with-cards {
  background-color: #f6f5f0; }
/* hi */
