@charset "UTF-8";
/*!
========== INIT
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
========== BASE
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:before,
a:after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body {
  margin: 0;
  color: #000;
  font: 18px "Source Sans Pro", sans-serif;
  line-height: 1.5;
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
}

h1 {
  font-family: "Montserrat", sans-serif;
}

nav ol,
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  word-break: break-word;
}

a:link,
a:visited {
  color: #0086b4;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  color: #4ed2ff;
}

img {
  display: block;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

#lvl-0 {
  position: relative;
  overflow: hidden;
}

hr {
  border: 1px solid #0086b4;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
table {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

table * {
  box-sizing: border-box;
}

table th,
table td {
  padding: 0.5em 0.7em;
}

table thead tr:first-child th {
  padding-top: 0.9em;
  padding-bottom: 0.7em;
}

table th,
table td {
  text-align: left;
  vertical-align: middle;
}

table thead th {
  text-align: left;
}

table:not(.cart) tr:first-child {
  font-weight: bold;
}

/* Zebra striping */
table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

/* Table rows have a gray bottom stroke by default */
table tr {
  border-bottom: 1px solid #dfdfdf;
}

table.small-only {
  display: table;
}

table.large-only {
  display: none;
}

@media screen and (max-width: 719px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media screen and (min-width: 720px) {
  table.small-only {
    display: none;
  }
  table.large-only {
    display: table;
  }
}
.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
  font-weight: bold;
}

.st-val {
  width: 49%;
  padding-left: 1%;
}

dl {
  margin: 0;
}
dl dt {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}

.hidden {
  display: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon_embedded svg {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 1200px) {
  .icon {
    width: 1.9rem;
    height: 1.9rem;
  }
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
fieldset {
  border: 0;
  margin: 0.5rem 0;
  padding: 0;
  min-width: 0;
}

.label,
label {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0.2rem;
  font-weight: normal;
}

legend {
  position: relative;
  font-weight: bold;
  display: block;
  width: 100%;
}
legend + .field {
  margin-top: 0;
}
legend ~ :last-child {
  margin-bottom: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

.field,
.group {
  margin: 1rem 0;
}

.group:first-child,
.field:first-child {
  margin-top: 0;
}

.group:last-child,
.field:last-child {
  margin-bottom: 0;
}

input:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=url],
input[type=date],
input[type=time],
textarea {
  padding: 0.25em 0.2em;
  border: 1px solid #ABADB3;
  border-radius: 0.125rem;
  background: #FFF;
  color: #0086b4;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.298);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=time]:focus,
textarea:focus {
  background: #E5E5E5;
}
.error input[type=text],
.error input[type=email],
.error input[type=password],
.error input[type=search],
.error input[type=number],
.error input[type=tel],
.error input[type=url],
.error input[type=date],
.error input[type=time],
.error textarea {
  border: 0.0625rem solid #F74C4C;
  box-shadow: 0 0.1rem 0.2rem -0.1rem rgba(0, 0, 0, 0.298), inset 0 0 0.1rem 0 rgba(247, 76, 76, 0.6);
}

textarea {
  height: 5rem;
}

.error.box-checkbox label:after {
  content: " (Required)";
  color: #F74C4C;
  font-weight: bold;
}

input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-inner-spin-button {
  height: 1rem;
}

input[type=file] {
  font-size: 18px;
  border: 1px solid #ABADB3;
  border-radius: 0.125rem;
  background: #FFF;
  color: #0086b4;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.298);
  padding: 0.5rem;
}

.field-select:after, .field-select:before {
  content: "";
  display: table;
}
.field-select:after {
  clear: both;
}
.field-select .message {
  clear: left;
  float: left;
}

.box-select {
  margin: 0;
}

.box-select .input {
  float: left;
  padding: 0.25em 0.2em;
  border: 1px solid #ABADB3;
  border-radius: 0.125rem;
  background: #FFF;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.298);
}
.box-select.error .input {
  border: 0.0625rem solid #F74C4C;
  box-shadow: 0 0.1rem 0.2rem -0.1rem rgba(0, 0, 0, 0.298), inset 0 0 0.1rem 0 rgba(247, 76, 76, 0.6);
}

select {
  border: 0;
  background: #FFF;
  color: #0086b4;
  display: block;
}
select:focus {
  background: #E5E5E5;
}

.group.province .field {
  margin: 0;
}

.field-catpcha {
  max-width: 181px;
}

.field-value .input.value {
  font-weight: bold;
}

.field-checkbox,
.field-radio {
  position: relative;
}
.field-checkbox .input,
.field-radio .input {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
}
.field-checkbox .input input,
.field-radio .input input {
  display: block;
  margin: 0.5rem auto 0 auto;
  /*height: 2rem;
  width: 2rem;*/
}
.field-checkbox label,
.field-radio label {
  padding-left: 2rem;
  height: auto;
  line-height: 2rem;
  margin-bottom: 0;
}

button {
  position: relative;
  background: #0086b4;
  border: none;
  border-radius: 0.125rem;
  height: 43px;
  padding: 0;
  font-weight: bold;
  color: #FFF;
}
button span {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 1rem;
}

button:hover,
button:focus,
button:active {
  outline: 0;
  background-color: #00ace7;
}

input,
textarea {
  max-width: 100%;
}

.field-captcha {
  min-width: 12rem;
}
@media screen and (min-width: 1200px) {
  .field-captcha {
    display: inline-block;
  }
}
.field-captcha .image {
  border-radius: 0.125rem;
  border: 0.0625rem solid #003a4e;
  overflow: hidden;
  max-width: 18rem;
  margin: 0 0 0.5rem 0 !important;
  float: none !important;
}
.field-captcha .image img {
  display: block;
  min-width: 100%;
}
.field-captcha .error .image {
  border-top: 0.0625rem solid #F74C4C;
  border-left: 0.0625rem solid #F74C4C;
  border-right: 0.0625rem solid #F74C4C;
}
.field-captcha input[type=text] {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 12.125rem;
}

fieldset fieldset.h-legend {
  margin-top: 1rem;
}

fieldset fieldset.h-legend:first-child {
  margin-top: 0;
}

.field-checkbox + .field-checkbox {
  margin-top: -0.5rem;
}

.field-submit {
  display: flex;
  align-items: center;
}
.field-submit .box-value {
  margin-left: 0.5rem;
}

.textarea textarea {
  width: 100%;
}

.group.radio-group .field {
  margin: 0;
}
.group.radio-group .field-text {
  margin-left: 2rem;
}

.group.expiry-date .fields {
  display: flex;
}
.group.expiry-date .fields .field + .field {
  margin-top: 0;
  margin-left: 0.5rem;
}

.message {
  padding: 0 5px;
}

.message p {
  margin: 10px 0;
}

.message p:first-child {
  margin-top: 0;
}

.message p:last-child {
  margin-bottom: 0;
}

.message.error {
  border-left: 5px solid #F74C4C;
}

.message.success {
  border-left: 5px solid #4BF24B;
}

/*!
========== COMPONENTS
*/
.breadcrumb {
  width: auto;
  position: relative;
  z-index: 999;
}
.breadcrumb:after, .breadcrumb:before {
  content: "";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb ol {
  height: 30px;
  margin: 10px 0;
}
.breadcrumb li {
  float: left;
  font: normal 18px "Montserrat", sans-serif;
}
.breadcrumb li + li {
  margin-left: 5px;
}
.breadcrumb li a {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: visible;
  padding: 0 10px 0 25px;
}
.breadcrumb li a:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 2;
}
.breadcrumb li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #FFF;
  z-index: 1;
}
.breadcrumb li.first a {
  padding-left: 15px;
}
.breadcrumb li.first a:before {
  display: none;
}
.breadcrumb li a:link,
.breadcrumb li a:visited {
  color: #FFF;
  text-decoration: none;
  background: #00ace7;
}
.breadcrumb li a:link:after,
.breadcrumb li a:visited:after {
  border-left: 15px solid #00ace7;
}
.breadcrumb li a:active,
.breadcrumb li a:hover {
  color: #FFF;
  text-decoration: none;
  background: #003a4e;
}
.breadcrumb li a:active:after,
.breadcrumb li a:hover:after {
  border-left: 15px solid #003a4e;
}
.breadcrumb li + li a:link,
.breadcrumb li + li a:visited {
  background: #02beff;
}
.breadcrumb li + li a:link:after,
.breadcrumb li + li a:visited:after {
  border-left: 15px solid #02beff;
}
.breadcrumb li + li a:active,
.breadcrumb li + li a:hover {
  background: #003a4e;
}
.breadcrumb li + li a:active:after,
.breadcrumb li + li a:hover:after {
  border-left: 15px solid #003a4e;
}
.breadcrumb li + li + li a:link,
.breadcrumb li + li + li a:visited {
  background: #1bc5ff;
}
.breadcrumb li + li + li a:link:after,
.breadcrumb li + li + li a:visited:after {
  border-left: 15px solid #1bc5ff;
}
.breadcrumb li + li + li a:active,
.breadcrumb li + li + li a:hover {
  background: #003a4e;
}
.breadcrumb li + li + li a:active:after,
.breadcrumb li + li + li a:hover:after {
  border-left: 15px solid #003a4e;
}

.indexer {
  margin-bottom: 0.5rem;
}
.indexer:after, .indexer:before {
  content: "";
  display: table;
}
.indexer:after {
  clear: both;
}
.indexer ul {
  margin: 0;
  padding: 0;
}
.indexer li {
  float: left;
  list-style: none;
  text-align: center;
  line-height: 30px;
}
.indexer li a {
  display: block;
  border-radius: 0.2rem;
  padding: 0 0.5rem;
}
.indexer li a:link, .indexer li a:visited {
  background: #0086b4;
  color: #FFF;
  text-decoration: none;
}
.indexer li a:active, .indexer li a:hover {
  background: #003a4e;
  color: #FFF;
  text-decoration: none;
}
.indexer li.selected a:link, .indexer li.selected a:visited {
  background: #003a4e;
  color: #FFF;
}
.indexer li.selected a:active, .indexer li.selected a:hover {
  background: #003a4e;
  color: #FFF;
}
.indexer li + li {
  margin-left: 10px;
}

.h-sidebar main.content .center {
  display: flex;
  flex-flow: column nowrap;
}
.h-sidebar .main-column {
  flex: 1 1 100%;
  order: 2;
}
.h-sidebar .main-column .master > :first-child {
  margin-top: 0;
}
.h-sidebar main .sidebar {
  display: none;
  order: 1;
  width: auto;
  align-self: flex-start;
}
@media only screen and (min-width: 1000px) {
  .h-sidebar main .sidebar {
    display: block;
    flex: 0 0 17rem;
  }
}
@media only screen and (min-width: 1000px) {
  .h-sidebar .main-column,
  .h-sidebar main .sidebar {
    margin: 0.5rem;
  }
  .h-sidebar main.content .center {
    flex-flow: row nowrap;
  }
}

.off-canvas-sidebar {
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 6;
  height: 100vh;
  left: 0px;
  width: 300px;
  transform: translateX(0px);
  transition: transform 0.5s ease-in-out;
  background: #E5E5E5;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  font-size: 1.5rem;
  padding: 1rem;
}
.off-canvas-sidebar--active {
  transform: translateX(0px);
}
.off-canvas-sidebar--inactive {
  transform: translateX(-300px);
}
.off-canvas-sidebar .navigation-toggle {
  display: block;
  padding: 0.5rem 0.5rem;
  text-align: center;
  background: #0086b4;
}

.off-canvas-sidebar--main-nav nav > ul > li {
  padding: 0.5rem 0;
  border-bottom: rgb(194, 194, 194) solid 1px;
  position: relative;
}
.off-canvas-sidebar--main-nav a {
  display: block;
}
.off-canvas-sidebar--main-nav h4 {
  margin-bottom: 0.5rem;
}
.off-canvas-sidebar--main-nav .expander {
  color: #003a4e;
  position: absolute;
  top: 0.7rem;
  right: 0;
  font-size: 0;
}
.off-canvas-sidebar--main-nav .expander .icon {
  font-size: 1.6rem;
  width: 1em;
  width: 1em;
}
.off-canvas-sidebar--main-nav nav > ul > li > ul {
  margin: 0.5rem -1rem 0 -1rem;
  padding: 0 1rem;
  background: #d8d8d8;
  background: linear-gradient(180deg, #d8d8d8 0%, #E5E5E5 100%);
}
.off-canvas-sidebar--main-nav nav > ul > li > ul li {
  padding: 0.5rem 0;
}
.off-canvas-sidebar--main-nav .side-nav {
  display: none;
}

/*!
========== SPECIFICS
*/
.m-content-item .content img {
  padding: 0.5rem;
}

.content h1,
.content h2,
.content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
}
.content header h1 {
  margin-top: 1rem;
  font: normal 2rem "Montserrat", sans-serif;
  line-height: 1.1;
}
.content header h2 {
  font: normal 1.8rem "Montserrat", sans-serif;
  line-height: 1.1;
}
.content .sidebar h1 {
  font-size: 2rem;
}
@media only screen and (max-width: 699px) {
  .content header h1 {
    font-size: 2rem;
  }
  .content header h2 {
    font-size: 1.5rem;
  }
}

.inline-image {
  display: inline;
}

.callout header h1 {
  font-size: 2rem;
}
.callout h2 {
  font-size: 1.5rem;
}

.read-more,
.view-item {
  display: block;
  width: auto;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  text-align: center;
  background-color: #003a4e;
  color: #FFF;
}
.read-more:link, .read-more:visited,
.view-item:link,
.view-item:visited {
  color: #FFF;
  text-decoration: none;
}
.read-more:hover, .read-more:focus, .read-more:active,
.view-item:hover,
.view-item:focus,
.view-item:active {
  background-color: #006081;
}
.read-more:focus,
.view-item:focus {
  outline: 0;
}
@media only screen and (min-width: 720px) {
  .read-more,
  .view-item {
    display: inline-block;
    float: right;
  }
}

.t-html .read-more {
  float: none;
}

p.block-quote {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-left: 3px solid #0086b4;
  margin: 1.5rem 0;
}

.casl-consent {
  background: #E3E3E3;
  padding: 5px;
}

p.image-group {
  display: flex;
  flex-wrap: wrap;
}

.index article,
.category-index article {
  position: relative;
  margin: 1rem 0;
  padding-top: 1rem;
}
.index article img,
.category-index article img {
  margin: auto;
  width: 100%;
}
.index article h1,
.category-index article h1 {
  font-size: 2rem;
  margin-top: 0;
}
.index article a,
.category-index article a {
  text-decoration: none;
}

.hero {
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #00ace7;
  background-color: #333;
  height: 38rem;
}
.hero:after, .hero:before {
  content: "";
  display: table;
}
.hero:after {
  clear: both;
}
.hero .images {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero .images .slick-slide {
  height: 100%;
  line-height: 100%;
}
.hero .content {
  z-index: 2;
  position: relative;
}
.hero .content:after, .hero .content:before {
  content: "";
  display: table;
}
.hero .content:after {
  clear: both;
}
.hero .hero__image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 1s linear;
  opacity: 0;
}
.hero .hero__image.active {
  opacity: 1;
}

.p-entry .hero .read-more {
  border-radius: 0.3rem;
  float: right;
}
.p-entry .hero .content {
  background: rgba(74, 84, 86, 0.8);
  padding: 1rem;
  margin: 1rem;
}
.p-entry .hero .content > h1 {
  margin-top: 0;
}
.p-entry .hero .content > h1 a {
  color: white;
}
.p-entry .hero .content,
.p-entry .hero .content h1,
.p-entry .hero .content h2 {
  color: #FFF;
}
@media screen and (min-width: 1000px) {
  .p-entry .hero .content {
    max-width: 45%;
    margin: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .p-entry .hero .content {
    position: absolute;
    max-width: 35%;
    left: 17rem;
  }
}
.p-entry .promos {
  margin-bottom: 1rem;
}
.p-entry .promos h1 {
  margin-top: 0;
  color: #0086b4;
}
.p-entry .promos h1 a,
.p-entry .promos h2 a,
.p-entry .promos h3 a {
  text-decoration: none;
  color: #0086b4;
}
.p-entry .promos .image {
  margin: -1rem;
  margin-bottom: 1rem;
}
.p-entry .promos .item.t-html {
  margin-bottom: 2rem;
}
.p-entry .promos section {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 1rem;
  width: 100%;
  max-width: 400px;
  background-color: #0086b4;
  color: white;
  box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.44);
}
.p-entry .promos section h1 a {
  color: white;
}
.p-entry .promos section .read-more:hover, .p-entry .promos section .read-more:focus, .p-entry .promos section .read-more:active {
  background: white;
  color: black;
}
@media screen and (max-width: 719px) {
  .p-entry .promos section {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 720px) {
  .p-entry .promos section {
    width: 31.4%;
    margin: 0 0.8% 2rem;
  }
}
.p-entry .index {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.p-entry article {
  flex: 0 22rem;
  margin: 1.5rem;
  padding: 1rem;
  background: #E5E5E5;
}
.p-entry article .read-more {
  width: 100%;
}
.p-entry .get-involved {
  background-color: #E5E5E5;
  padding: 1rem;
}
.p-entry .get-involved h1 {
  text-align: center;
}

.home-page-banner h1 {
  display: none;
}
.home-page-banner h2 {
  color: #0086b4;
  font-size: 2rem;
}
.home-page-banner h3 {
  font-size: 1.7rem;
}
.home-page-banner article {
  background: #fff;
  flex: 1 auto;
  width: 100%;
}

.secondary-section {
  display: flex;
  align-items: center;
}
.secondary-section .image {
  height: 30rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.secondary-section .content {
  padding: 1rem;
  max-width: 42rem;
  flex: 1 0 100%;
  max-height: 100%;
}
@media screen and (max-width: 699px) {
  .secondary-section .image {
    height: 12rem;
    width: 20rem;
  }
}
@media screen and (max-width: 999px) {
  .secondary-section {
    flex-direction: column;
    align-items: center;
  }
  .secondary-section .image {
    height: 17rem;
    width: 100%;
    max-width: 42rem;
  }
}
@media (min-width: 1000px) {
  .secondary-section .image {
    flex: 0 1 50%;
  }
}

.link-promo {
  background-color: #0086b4;
  color: white;
  padding: 0rem 1rem 1rem 1rem;
}
.link-promo .center {
  display: flex;
  align-items: center;
  background-color: #0086b4;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .link-promo .center {
    flex-direction: column;
  }
}
.ride-callout {
  background: #f9f9f9;
  border-bottom: 5px solid #42ace7;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 2rem;
}
.ride-callout p {
  margin: 0;
  text-align: center;
}
.ride-callout .read-more {
  padding: 0.5rem 2rem;
}

.hero.n-realheart {
  background-color: #F1F2F6;
  height: auto;
}
.hero.n-realheart .content {
  background: transparent;
  padding: 1rem;
  margin: 1rem auto;
  max-width: 25rem;
}
.hero.n-realheart .content img {
  margin-bottom: 0.5rem;
  width: 100%;
}
.hero.n-realheart .content > h1 {
  font-size: 1.2rem;
}
.hero.n-realheart .content > h1 .hashtag-em {
  color: #FE2326;
}
.hero.n-realheart .content,
.hero.n-realheart .content h1,
.hero.n-realheart .content h2 {
  color: #0086b4;
}
.hero.n-realheart .content .t-html {
  font-size: 1rem;
}
.hero.n-realheart .content .t-html > :last-child {
  margin-bottom: 0;
}
.hero.n-realheart .content .read-more {
  border-radius: 0;
  float: none;
  background-color: #FE2326;
  font-size: 1.1rem;
  letter-spacing: 0.01rem;
  font-weight: bold;
  margin-top: 0;
  padding: 0.25rem 0.75rem;
}
@media screen and (min-width: 700px) {
  .hero.n-realheart .content {
    margin-right: 0;
    max-width: 20rem;
  }
}
@media screen and (min-width: 1000px) {
  .hero.n-realheart .content {
    max-width: 30rem;
  }
  .hero.n-realheart .content > h1 {
    font-size: 1.4rem;
  }
  .hero.n-realheart .content .t-html {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero.n-realheart {
    height: 27rem;
  }
  .hero.n-realheart .content {
    position: absolute;
    max-width: 35rem;
    right: calc((100vw - 1200px) / 2);
  }
}
@media only screen and (min-width: 1400px) {
  .hero.n-realheart {
    height: 31rem;
  }
  .hero.n-realheart .content {
    max-width: 43rem;
    right: calc((100vw - 1400px) / 2);
  }
  .hero.n-realheart .content > h1 {
    font-size: 2rem;
  }
  .hero.n-realheart .content .t-html {
    font-size: 1.4rem;
  }
}

.p-members--files .lvl-3 .category-index > article {
  width: 100%;
  margin: 0;
}
.p-members--files .lvl-3 .category-index > article + article {
  margin-top: 10px;
}
.p-members--files .lvl-3 .category-index > article > h1 {
  background: #0086b4;
  margin: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  font: bold 24px "Source Sans Pro", sans-serif;
  line-height: 34px;
}
.p-members--files .lvl-3 .category-index > article > h1 a {
  display: block;
  padding: 5px 10px;
}
.p-members--files .lvl-3 .category-index > article > h1 a:link,
.p-members--files .lvl-3 .category-index > article > h1 a:visited {
  color: #FFF;
  text-decoration: none;
}
.p-members--files .lvl-3 .category-index > article > h1 a:active,
.p-members--files .lvl-3 .category-index > article > h1 a:hover,
.p-members--files .lvl-3 .category-index > article > h1 a:focus {
  color: #FFF;
  text-decoration: none;
}
.p-members--files .lvl-3 .category-index > article .index {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: #FEFEFE;
  padding: 5px;
  margin: 0;
}
.p-members--files .lvl-3 .category-index > article .index article {
  margin: 0;
  padding: 0;
}
.p-members--files .lvl-3 .category-index > article .index article + article {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #000;
}
.p-members--files .lvl-3 .category-index > article .index article h1 {
  position: relative;
  margin-bottom: 5px;
  font-size: 18px;
}
.p-members--files .lvl-3 .category-index > article .index article h1:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(images/sprites.png) -106px -80px;
}
.p-members--files .lvl-3 .category-index > article .index article h1 a {
  padding-left: 25px;
}
.p-members--files .lvl-3 .category-index > article .index article.ext-pdf h1:after {
  background-position: -106px 0;
}
.p-members--files .lvl-3 .category-index > article .index article.ext-doc h1:after, .p-members--files .lvl-3 .category-index > article .index article.ext-dox h1:after {
  background-position: -106px -20px;
}
.p-members--files .lvl-3 .category-index > article .index article.ext-jpg h1:after, .p-members--files .lvl-3 .category-index > article .index article.ext-png h1:after, .p-members--files .lvl-3 .category-index > article .index article.ext-gif h1:after, .p-members--files .lvl-3 .category-index > article .index article.ext-webp h1:after {
  background-position: -106px -40px;
}
.p-members--files .lvl-3 .category-index > article .index article.ext-youtube h1:after, .p-members--files .lvl-3 .category-index > article .index article.ext-avi h1:after, .p-members--files .lvl-3 .category-index > article .index article.ext-mkv h1:after, .p-members--files .lvl-3 .category-index > article .index article.ext-mp4 h1:after, .p-members--files .lvl-3 .category-index > article .index article.ext-mov h1:after {
  background-position: -106px -60px;
}
.p-members--files .lvl-3 .category-index > article .index article dl {
  margin: 0;
}
.p-members--files .lvl-3 .category-index > article .index article dl dt {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}
.p-members--files .lvl-3 .category-index > article .t-youtube {
  height: auto;
  overflow: auto;
}
.p-members--files .lvl-3 .category-index > article.toggle > h1 {
  position: relative;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.p-members--files .lvl-3 .category-index > article.toggle > h1:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: 11px;
  width: 22px;
  height: 22px;
  background: url(images/sprites.png) no-repeat -20px -66px;
  pointer-events: none;
}
.p-members--files .lvl-3 .category-index > article.toggle > h1:hover {
  background: #00ace7;
}
.p-members--files .lvl-3 .category-index > article.toggle > h1 a {
  padding-right: 44px;
}
.p-members--files .lvl-3 .category-index > article.toggle .index {
  display: none;
}
.p-members--files .lvl-3 .category-index > article.toggle.on h1 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.p-members--files .lvl-3 .category-index > article.toggle.on .index {
  display: block;
}

.breadcrumb {
  display: none;
}

.center {
  position: relative;
  width: auto;
  margin: 0 1rem;
}
@media only screen and (min-width: 1000px) {
  .center {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .center {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .center {
    max-width: 1400px;
  }
}

.page__header .center {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .page__header .center {
    padding-top: 1rem;
  }
}
.page__header .logo {
  display: inline-block;
  position: relative;
  margin: 1rem;
  max-width: 17rem;
}
@media screen and (max-width: 699px) {
  .page__header .logo {
    display: block;
    margin: 0.5rem auto;
  }
  .page__header .logo img {
    display: inline-block;
  }
}
@media only screen and (min-width: 1000px) {
  .page__header .logo img {
    max-width: 18.75rem;
  }
}
.page__header .social-info {
  display: none;
  font-size: 0;
}
.page__header .social-info a:before {
  font-size: 1.3rem;
}
.page__header .social-info a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 1000px) {
  .page__header .social-info {
    display: block;
    position: absolute;
    right: 0;
    bottom: 4.1rem;
  }
}
.page__header .contact-info {
  display: inline-block;
  font-size: 1.2rem;
}
.page__header .contact-info a {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
}
.page__header .contact-info a:before {
  font-size: 1.5rem;
}
@media screen and (max-width: 699px) {
  .page__header .contact-info {
    position: absolute;
    bottom: 0.5rem;
    left: -0.5rem;
  }
  .page__header .contact-info a {
    color: #FFF;
  }
}
@media screen and (min-width: 700px) {
  .page__header .contact-info {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    text-align: right;
  }
  .page__header .contact-info a {
    display: block;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 699px) {
  .page__header {
    text-align: right;
  }
}
@media only screen and (max-width: 999px) {
  .page__header {
    position: relative;
    z-index: 5;
  }
}

main.content {
  border-top: 3px solid #0086b4;
}

.page__footer {
  background: #717171;
  padding: 1rem;
}
.page__footer,
.page__footer a {
  color: #FFF;
}
.page__footer nav li a:link,
.page__footer nav li a:visited,
.page__footer nav li a:active,
.page__footer nav li a:focus {
  text-decoration: none;
}
.page__footer nav li a:hover {
  text-decoration: underline;
}
.page__footer .footer-nav {
  width: 13rem;
}
.page__footer .orea img {
  padding-bottom: 1.3rem;
}
.page__footer .copy {
  text-align: right;
}
.page__footer .button--footer-donate-link {
  border: 0.1rem #fff solid;
  padding: 0.4rem;
  margin-top: 2rem;
}
#google_map {
  clear: both;
  height: 300px;
}

.page-footer__wrapper,
.category-index {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.page-footer__wrapper article,
.category-index article {
  margin: 2rem;
  margin-left: 0;
}
.page-footer__wrapper p,
.page-footer__wrapper div,
.category-index p,
.category-index div {
  flex: 0 1 30rem;
  margin: 1rem;
  margin-left: 0;
}
.page-footer__wrapper h3,
.category-index h3 {
  margin-bottom: 1rem;
}

address {
  font-style: normal;
}

.p-services article:after, .p-services article:before {
  content: "";
  display: table;
}
.p-services article:after {
  clear: both;
}
.p-services .category-index article {
  border-top: none;
}
.p-services .category-index article h1 {
  text-align: center;
}
.p-services .image {
  max-width: 27rem;
}

.contact-info__wrapper .inner {
  background: #0086b4;
}
.contact-info__wrapper,
.contact-info__wrapper a:link,
.contact-info__wrapper a:visited,
.contact-info__wrapper a:before,
.contact-info__wrapper a:after {
  color: #FFF;
  text-decoration: none;
}
.contact-info__wrapper a:hover,
.contact-info__wrapper a:focus,
.contact-info__wrapper a:active {
  text-decoration: underline;
}
.contact-info__wrapper a:hover, .contact-info__wrapper a:hover:before, .contact-info__wrapper a:hover:after,
.contact-info__wrapper a:focus,
.contact-info__wrapper a:focus:before,
.contact-info__wrapper a:focus:after,
.contact-info__wrapper a:active,
.contact-info__wrapper a:active:before,
.contact-info__wrapper a:active:after {
  color: #ccc;
}
.contact-info__wrapper .contact-info,
.contact-info__wrapper .social-info {
  margin: 0.5rem;
  font-size: 1.2rem;
}
.contact-info__wrapper .contact-info [class*=icon-],
.contact-info__wrapper .social-info [class*=icon-] {
  font-size: 0;
}
.contact-info__wrapper .contact-info [class*=icon-]:before,
.contact-info__wrapper .social-info [class*=icon-]:before {
  font-size: 1.4rem;
}
@media screen and (min-width: 1000px) {
  .contact-info__wrapper .contact-info,
  .contact-info__wrapper .social-info {
    margin: 0;
    text-align: center;
  }
  .contact-info__wrapper .contact-info li,
  .contact-info__wrapper .social-info li {
    display: inline-block;
    padding: 0.5rem 1rem;
  }
  .contact-info__wrapper .contact-info li a,
  .contact-info__wrapper .social-info li a {
    font-size: 1.2rem;
  }
  .contact-info__wrapper .contact-info li + li,
  .contact-info__wrapper .social-info li + li {
    border-left: 2px solid #00739b;
  }
}
.contact-info__wrapper .contact-map__wrapper {
  clear: both;
  margin-bottom: 3px;
}
@media screen and (min-width: 1000px) {
  .contact-info__wrapper .contact-info {
    float: left;
  }
  .contact-info__wrapper .social-info {
    float: right;
  }
  .contact-info__wrapper .social-info a {
    font-size: 0;
  }
  .contact-info__wrapper .social-info a:before {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}

.p-contact-us .master .lvl-3.content .item {
  margin-top: 0;
}
.p-contact-us .master .lvl-3.content input {
  width: 100%;
}
.p-contact-us .master .lvl-3.content .field {
  margin-top: 0;
}
.p-contact-us .master .lvl-3.content .field-tel,
.p-contact-us .master .lvl-3.content .field-email {
  float: left;
  width: 50%;
}
.p-contact-us .master .lvl-3.content .field-captcha,
.p-contact-us .master .lvl-3.content .field-tel {
  padding-left: 0.5rem;
}
.p-contact-us .master .lvl-3.content .field-textarea,
.p-contact-us .master .lvl-3.content .field-email {
  padding-right: 0.5rem;
}
.p-contact-us .master .lvl-3.content .field-checkbox {
  clear: both;
}
.p-contact-us .master .lvl-3.content .field-submit {
  clear: both;
}
.p-contact-us .master .lvl-3.content .field-submit button {
  width: 100%;
}
.p-contact-us .master .lvl-3.content .field-submit button span {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1000px) {
  .p-contact-us .master .lvl-3.content {
    width: auto;
  }
  .p-contact-us .master .lvl-3.content > .t-html,
  .p-contact-us .master .lvl-3.content > form {
    float: left;
    width: 50%;
  }
  .p-contact-us .master .lvl-3.content > .t-html {
    padding-right: 1rem;
  }
  .p-contact-us .master .lvl-3.content > form {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 700px) {
  .p-contact-us .master .lvl-3.content .field-textarea {
    float: left;
    width: 70%;
  }
  .p-contact-us .master .lvl-3.content .field-captcha {
    float: left;
    width: 30%;
  }
}

.master .content:after, .master .content:before {
  content: "";
  display: table;
}
.master .content:after {
  clear: both;
}
.master .item {
  position: relative;
  margin-top: 10px;
}
.master .image {
  margin: 0.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 700px) {
  .master .image {
    float: left;
  }
}
.master .index article {
  clear: both;
}

/* Navigation */
.navigation-toggle {
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  color: white;
  font-size: 1.3rem;
  padding: 0.5rem 0.5rem;
  top: 0;
  right: 0;
}
.navigation-toggle:focus {
  outline: 0;
  color: #cccccc;
}
.navigation-toggle.toggle, .navigation-toggle:hover, .navigation-toggle:focus {
  background-color: #00739b;
}
@media only screen and (max-width: 1200px) {
  .navigation-toggle {
    display: block;
    margin: 0;
    padding: 0.4rem 1rem;
  }
}

.secondary-nav {
  background: #0086b4;
  text-align: right;
  font-size: 1.3rem;
}
.secondary-nav,
.secondary-nav a:link,
.secondary-nav a:active,
.secondary-nav a:visited {
  color: #fff;
}
.secondary-nav .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.secondary-nav .flex > * + * {
  padding-left: 0.5rem;
}
.secondary-nav li {
  padding: 0.7rem;
}
.secondary-nav .icon {
  display: block;
}
.secondary-nav .icon-facebook {
  font-size: 0;
}
.secondary-nav .icon-facebook:before {
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .secondary-nav {
    font-size: 0;
    text-align: left !important;
  }
  .secondary-nav .flex {
    justify-content: flex-start;
  }
  .secondary-nav .social-icons {
    display: none;
  }
  .secondary-nav .icon {
    font-size: 1.7rem;
  }
  .secondary-nav li a:before {
    font-size: 1.6rem;
  }
  .secondary-nav #icon-menu {
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
  }
}

.main-nav {
  text-transform: uppercase;
  text-align: right;
  flex: 1 1 auto;
}
.main-nav li {
  float: left;
  display: block;
}
.main-nav li > span > span, .main-nav li > span > a {
  display: block;
  padding: 0 1rem;
}
.main-nav ul ul {
  margin-left: 1rem;
}
.main-nav a {
  display: block;
  background: #fff;
  font-size: 1.4rem;
  line-height: 3rem;
}
.main-nav a:link,
.main-nav a:visited {
  text-decoration: none;
  transition: all 0.3s ease;
}
.main-nav .selected > span > a:link,
.main-nav .selected > span > a:visited,
.main-nav a:active,
.main-nav a:hover,
.main-nav a:focus {
  background: #E5E5E5;
  color: #0086b4;
  text-decoration: none;
}
.main-nav li {
  display: inline-block;
  float: none;
}
.main-nav li ul {
  position: absolute;
  display: none;
  text-align: left;
  margin: 0;
  z-index: 9999;
  background: #0d0d0d;
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.44);
}
.main-nav li ul li {
  display: block;
}
.main-nav li:hover ul {
  display: block;
}
.main-nav .n-donate a {
  background-color: #FE2326;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .main-nav {
    display: none;
  }
}

.side-nav {
  padding: 1rem;
  background: #E5E5E5;
  font-size: 1.3rem;
}
.side-nav ul li {
  padding-bottom: 0.5rem;
}
.side-nav ul ul {
  margin-left: 1rem;
  margin-top: 0.5rem;
}

.covid-notice {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #abcde1;
  color: #003a4e;
  text-align: center;
}
.covid-notice img {
  width: 3rem;
  display: inline-block;
}
.covid-notice p {
  margin: 0;
}
.covid-notice .read-more {
  float: none;
  color: #003a4e;
  border: 2px #003a4e solid;
  background: transparent;
  font-weight: bold;
}

#website\:page\:donate input[type=text],
#website\:page\:donate input[type=email],
#website\:page\:donate input[type=password],
#website\:page\:purchase input[type=text],
#website\:page\:purchase input[type=email],
#website\:page\:purchase input[type=password] {
  width: 300px;
}
#website\:page\:donate input[name=donate_postal_code],
#website\:page\:donate input[name=donate_amount_other],
#website\:page\:donate input[name=card_cvv2],
#website\:page\:donate input[name=billing_postal_code],
#website\:page\:donate input[name=billing_phone],
#website\:page\:donate input[name=ride_sponsor_postal_code],
#website\:page\:donate input[name=ride_sponsor_amount],
#website\:page\:purchase input[name=donate_postal_code],
#website\:page\:purchase input[name=donate_amount_other],
#website\:page\:purchase input[name=card_cvv2],
#website\:page\:purchase input[name=billing_postal_code],
#website\:page\:purchase input[name=billing_phone],
#website\:page\:purchase input[name=ride_sponsor_postal_code],
#website\:page\:purchase input[name=ride_sponsor_amount] {
  width: 150px;
}
#website\:page\:donate .input.select,
#website\:page\:purchase .input.select {
  max-width: 300px;
}
#website\:page\:donate select,
#website\:page\:purchase select {
  max-width: 100%;
}
#website\:page\:donate fieldset h2:first-child,
#website\:page\:purchase fieldset h2:first-child {
  margin-top: 0;
}

.p-ride--photo-gallery .lvl-3 .index {
  display: flex;
  flex-wrap: wrap;
}
.p-ride--photo-gallery .lvl-3 .index article {
  flex: 0 30%;
  padding: 0;
}
.p-ride--photo-gallery .lvl-3 .index article h1 {
  display: none;
}
.p-ride--photo-gallery .lvl-3 .index article + article {
  padding-top: 0;
}
.p-ride--photo-gallery .lvl-3 .category-index {
  display: flex;
}
.p-ride--photo-gallery .lvl-3 .category-index article {
  flex: 0 0 30%;
}
.p-ride--photo-gallery .lvl-3 .category-index article h1 {
  text-align: center;
}
.p-ride--photo-gallery .lvl-3 .category-index article a:active,
.p-ride--photo-gallery .lvl-3 .category-index article a:hover,
.p-ride--photo-gallery .lvl-3 .category-index article a:focus {
  color: #003a4e;
  text-decoration: none;
}

.payment-options {
  max-width: 300px;
}

.p-ride--donation-updates .main-column .read-more {
  padding: 0.75rem 2rem;
  margin: 2rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  background: red;
  float: none;
}
.p-ride--donation-updates .main-column .read-more__wrapper {
  text-align: center;
}
@media (min-width: 1000px) {
  .p-ride--donation-updates .main-column .read-more__wrapper {
    margin-right: 4rem;
  }
}
.p-ride--donation-updates .columns {
  display: flex;
  flex-flow: column nowrap;
  max-width: 700px;
  margin: auto;
}
.p-ride--donation-updates .donation-meter__title {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
@media (min-width: 600px) {
  .p-ride--donation-updates .columns {
    flex-flow: row nowrap;
  }
  .p-ride--donation-updates .columns .column_meter {
    width: 311px;
  }
  .p-ride--donation-updates .columns .column_ticker {
    flex: 0 0 312px;
  }
}
@media (min-width: 750px) {
  .p-ride--donation-updates .donation-meter {
    transform: scale(2.3);
    transform-origin: top left;
    margin: 0 2rem;
    padding-top: 7px;
  }
}

.donation-callout {
  padding: 1rem 0.5rem;
  display: flex;
  flex-flow: row nowrap;
}
.donation-callout + .donation-callout {
  border-top: 1px solid #dfdfdf;
}
.donation-callout__details {
  display: flex;
  flex-flow: column nowrap;
}
.donation-callout__price {
  font-size: 3rem;
  font-weight: bold;
  line-height: 0.9;
  margin-right: 0.5rem;
}
.donation-callout__timestamp {
  font-style: italic;
  line-height: 1;
}
.donation-callout__location {
  font-size: 1.4rem;
  line-height: 1;
}
.donation-callout:nth-last-child(-n+4) {
  opacity: 0.7;
}
.donation-callout:nth-last-child(-n+2) {
  opacity: 0.5;
}

.donation-meter {
  margin: auto;
  width: 100px;
  font-size: 16px;
  line-height: 1.5;
}
.donation-meter .glass {
  background: #e5e5e5;
  border-radius: 100px 100px 0 0;
  display: block;
  height: 200px;
  margin: 0 35px 10px;
  padding: 5px;
  position: relative;
}
.donation-meter .amount {
  background: #f34e54;
  border-radius: 100px;
  display: block;
  width: 20px;
  position: absolute;
  bottom: 5px;
}
.donation-meter strong {
  display: block;
  text-align: center;
}
.donation-meter .goal {
  font-size: 30px;
}
.donation-meter .total {
  position: absolute;
  right: 50px;
  padding: 0 0.25rem 0 0.5rem;
  line-height: 32px;
  font-size: 16px;
  color: #6d9e28;
  border-radius: 100px 10px 10px 100px;
  background: #cce8a4;
}
.donation-meter .total:after, .donation-meter .total:before {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid rgba(255, 255, 255, 0);
}
.donation-meter .total:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 16px;
  right: -32px;
  border-left-color: #cce8a4;
  top: 50%;
  margin-top: -16px;
}
.donation-meter .total:before {
  border-color: rgba(255, 255, 255, 0);
  border-width: 17px;
  right: -34px;
  border-left-color: none;
  top: 50%;
  margin-top: -17px;
}

.bulb {
  display: block;
  position: relative;
  top: -20px;
  right: 15px;
  height: 60px;
  width: 60px;
  margin: 0 35px 10px;
  padding: 5px;
  background: #e5e5e5;
  border-radius: 100px;
}
.bulb .red-circle {
  display: block;
  height: 50px;
  width: 50px;
  background: #f34e54;
  border-radius: 100px;
}
.bulb .filler {
  display: block;
  position: relative;
  top: -65px;
  right: -15px;
  height: 30px;
  width: 20px;
  background: #f34e54;
  border-radius: 100px 100px 0 0;
  z-index: 30;
}

.donation-meter_bar {
  background-color: #f5f5f5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .donation-meter_bar {
    padding: 3rem 4rem;
  }
}
.donation-meter_bar .donation-meter__title {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media screen and (min-width: 480px) {
  .donation-meter_bar .donation-meter__title {
    font-size: 2.2222222222rem;
  }
}
.donation-meter_bar progress {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  /* Firefox */
  border: none;
}
.donation-meter_bar progress, .donation-meter_bar progress::-webkit-progress-bar {
  background: #abcde1;
  border-radius: 10px;
}
.donation-meter_bar progress::-webkit-progress-value {
  background-color: #ed1c24;
  border-radius: 10px;
}
.donation-meter_bar progress::-moz-progress-bar {
  background-color: #ed1c24;
  border-radius: 10px;
}
.donation-meter_bar .label-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.donation-meter_bar .goal,
.donation-meter_bar .total {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6666666667rem;
  font-weight: 500;
}
.v-donation-drive--dark .donation-meter_bar {
  border: 1px solid gray;
  background: transparent;
}

.v-donation-drive .donation-drive-hero img {
  width: 100%;
}
.v-donation-drive .main-column h1 {
  font-size: 2.2222222222rem;
  color: #ed1c24;
  font-weight: 800;
  text-transform: uppercase;
}
.v-donation-drive .master .item.t-html h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6666666667rem;
}
.v-donation-drive .master .item.t-html h2:first-child {
  margin-top: 0;
}
.v-donation-drive .callout-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -1rem 3rem;
}
@media screen and (min-width: 720px) {
  .v-donation-drive .callout-wrapper {
    flex-wrap: nowrap;
  }
}
.v-donation-drive .callout_donation-drive {
  margin: 1rem 1rem;
  padding: 2rem 2rem;
  background-color: #003a4e;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
}
.v-donation-drive .callout_donation-drive h2 {
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.3333333333rem;
}
@media screen and (min-width: 720px) {
  .v-donation-drive .callout_donation-drive {
    width: 50%;
    padding: 2rem 3rem;
    font-size: 1.6666666667rem;
  }
}
.v-donation-drive .cta {
  background-color: #ed1c24;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  padding: 0.75rem 1rem;
  font-size: 1.3333333333rem;
  display: inline-block;
  margin: 0.25rem;
}
.v-donation-drive input[type=text],
.v-donation-drive input[type=email],
.v-donation-drive input[type=password] {
  width: 300px;
}
.v-donation-drive input[name=donate_postal_code],
.v-donation-drive input[name=donate_amount_other],
.v-donation-drive input[name=card_cvv2],
.v-donation-drive input[name=billing_postal_code],
.v-donation-drive input[name=billing_phone],
.v-donation-drive input[name=ride_sponsor_postal_code],
.v-donation-drive input[name=ride_sponsor_amount] {
  width: 150px;
}
.v-donation-drive .input.select {
  max-width: 300px;
}
.v-donation-drive select {
  max-width: 100%;
}

.v-donation-drive--dark main.content {
  background-color: #000;
  color: rgba(255, 255, 255, 0.9);
}
.v-donation-drive--dark .main-column h1,
.v-donation-drive--dark h2.styled-header {
  background: #e01d24;
  font-size: 2.2222222222rem;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.25em 0.25em;
}
.v-donation-drive--dark .main-column h1 a,
.v-donation-drive--dark h2.styled-header a {
  color: white;
}
.v-donation-drive--dark .callouts {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.v-donation-drive--dark .side-nav {
  background: transparent;
}

.ride-dates {
  display: flex;
  justify-content: space-around;
}

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

.share-links {
  text-align: center;
}
.share-links h1 {
  color: #FE2326;
  font-size: 1.6rem;
}
.share-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.share-links li {
  display: inline-block;
}
.share-links .icon {
  font-size: 3rem;
  width: auto;
  height: auto;
}
.share-links .icon svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  color: #FE2326;
}

.event-sponsors h1,
.leaderboard h1 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media screen and (min-width: 480px) {
  .event-sponsors h1,
  .leaderboard h1 {
    font-size: 2.2222222222rem;
  }
}

.event-sponsors {
  text-align: center;
  padding: 1rem 0;
  border-top: 3px solid #f12326;
}
.event-sponsors__index {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.event-sponsors article {
  margin: 1rem;
  padding: 0;
}
.event-sponsors article h1 {
  display: none;
}

.leaderboard {
  text-align: center;
}
.leaderboard .places {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.leaderboard .place {
  max-width: 180px;
  margin: 2rem;
}
.leaderboard .place__avatar {
  position: relative;
  margin-bottom: 3rem;
}
.leaderboard .place__avatar:after {
  content: "1";
  font-size: 1.6666666667rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background-color: #ed1c24;
  color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: absolute;
  bottom: -1.5rem;
  left: calc(50% - 1.5rem);
}
.leaderboard .place_0 {
  order: 1;
}
.leaderboard .place_0 .place__avatar:after {
  content: "1";
}
.leaderboard .place_1 {
  order: 2;
}
.leaderboard .place_1 .place__avatar:after {
  content: "2";
}
.leaderboard .place_2 {
  order: 3;
}
.leaderboard .place_2 .place__avatar:after {
  content: "3";
}
@media screen and (min-width: 1200px) {
  .leaderboard .place_0 {
    order: 2;
  }
  .leaderboard .place_1 {
    order: 1;
  }
  .leaderboard .place_1 img {
    padding: 0.75rem 0.75rem 0 0.75rem;
  }
  .leaderboard .place_1 .place__avatar {
    margin-bottom: 3.75rem;
  }
  .leaderboard .place_2 {
    order: 3;
  }
  .leaderboard .place_2 img {
    padding: 0.75rem 0.75rem 0 0.75rem;
  }
  .leaderboard .place_2 .place__avatar {
    margin-bottom: 3.75rem;
  }
}
.leaderboard .place img {
  border-radius: 50%;
}
.leaderboard .place__total {
  font-size: 1.3888888889rem;
  font-family: "Montserrat", sans-serif;
}
.leaderboard .place__name {
  font-size: 1.1111111111rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.leaderboard_top .place .place__avatar:after {
  display: none;
}

.donation-drive-profile__header {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}
.donation-drive-profile__header h2 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.donation-drive-profile__header .column {
  flex: 1 1 auto;
}
.donation-drive-profile__header .column_picture {
  text-align: center;
  flex: 0 0 auto;
  margin: 1rem auto 0 auto;
}
.donation-drive-profile__header .column_picture img {
  border-radius: 50%;
  margin-bottom: -3rem;
  width: 20rem;
  height: 20rem;
  object-fit: cover;
}
@media screen and (min-width: 720px) {
  .donation-drive-profile__header {
    flex-flow: nowrap;
  }
  .donation-drive-profile__header .column_picture {
    margin: 1rem 0 0 2rem;
  }
}
.donation-drive-profile__fields dl {
  margin: 1rem;
  color: #707070;
  font-size: 1.6rem;
}
.donation-drive-profile__fields .short-text {
  margin: 1rem;
}
.donation-drive-profile__fields .short-text.n-routes > p:first-child {
  margin-bottom: 0;
}
.donation-drive-profile__fields .short-text.n-routes > p:first-child + p {
  margin-top: 0;
}
.donation-drive-profile .cta-bar_pledge {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  background: #003a4e;
  color: white;
  padding: 2rem;
  margin: 2rem 0;
}
.donation-drive-profile .cta-bar_pledge p {
  margin: 0;
  font-size: 1.4rem;
  max-width: 30rem;
}
.donation-drive-profile .cta-bar_pledge .read-more {
  margin: 0;
  border: 1px solid white;
}

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

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

.donation-drive-profile-form header {
  clear: left;
  padding-top: 1.5rem;
}
.donation-drive-profile-form header h2 {
  margin-top: 0;
}
.donation-drive-profile-form .image {
  float: left;
  margin: 0 1rem 0 0;
}
.donation-drive-profile-form .field-file {
  margin-bottom: 0;
}
.donation-drive-profile-form textarea {
  height: auto;
}

.donation-drive-participants .search .fieldset-container {
  display: flex;
  align-items: center;
}
.donation-drive-participants .search label {
  display: none;
}
.donation-drive-participants .search .field {
  margin: 0;
}
.donation-drive-participants .search .field-submit {
  margin-left: 0.25rem;
}
.donation-drive-participants .search .field-submit button {
  height: 2.125rem;
}
.donation-drive-participants article h2 {
  margin-top: 0;
}

.donation-drive-offline-pledges {
  margin-bottom: 1rem;
}
.donation-drive-offline-pledges h2 {
  margin-bottom: 0.5rem;
}
.donation-drive-offline-pledges a.remove {
  position: relative;
  background: #0086b4;
  border: none;
  border-radius: 0.125rem;
  height: 43px;
  line-height: 43px;
  padding: 0 1rem;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
}
.donation-drive-offline-pledges a.remove:hover, .donation-drive-offline-pledges a.remove:active {
  background-color: #00ace7;
}
.donation-drive-offline-pledges a.cancel {
  font-weight: normal;
  margin-left: 1rem;
}
.donation-drive-offline-pledges .swap-page {
  display: inline-block;
  font-weight: bold;
  margin: -0.5rem 0 0.5rem 0;
}

.donation-road {
  background-color: #f5f5f5;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.donation-road__title {
  margin: 0 !important;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .donation-road__title {
    font-size: 2.2222222222rem;
  }
}
.donation-road__container {
  position: relative;
}
.donation-road__path {
  position: absolute;
  width: 100%;
  top: 0;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 43%;
}
.donation-road__path svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.donation-road .icon_rider {
  width: 4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.donation-road .icon_destination {
  width: 5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.donation-road .icon_dot {
  width: 2rem;
  margin: auto;
}
.donation-road__vitals {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 0.6rem;
  padding: 2rem;
}

.donation-road-milestone {
  position: absolute;
  bottom: 0;
}
.donation-road-milestone_completed {
  opacity: 0.3;
}
.donation-road-milestone .icon_pin {
  width: 2.5rem;
}

.p-ride-register .master form button {
  background-color: #ed1c24;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  padding: 0.75rem 1rem;
  font-size: 1.3333333333rem;
  display: inline-block;
  border-radius: 0;
  height: auto;
  font-weight: normal;
}
.p-ride-register .field-submit {
  display: flex;
  justify-content: center;
}
.p-ride-register .field-submit .box {
  margin: 0.5rem;
}

.ride-stops {
  display: flex;
}
.ride-stops .image {
  background-color: white;
  max-width: 120px;
  float: none;
  padding: 0.6rem;
  align-self: flex-start;
  flex-shrink: 0;
  border-radius: 0.25rem;
}
.ride-stops p:first-child {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1279px) {
  .ride-stops {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .ride-stops .ride-stops__day {
    margin: 0 0.5rem;
    width: 50%;
  }
}

.ride-stop {
  display: flex;
  position: relative;
  border-left: 2px dashed white;
  padding-left: 1rem;
  margin-left: 1rem;
}
.ride-stop:before {
  content: "⁍";
  position: absolute;
  top: 1.2rem;
  left: -1.1rem;
  font-size: 4rem;
  line-height: 1rem;
  color: white;
}
.ride-stop h4 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.ride-stop p {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.ride-stop ul {
  margin-top: 0rem;
}

/* .n-rim-nav-main {
    @media screen and (min-width: $bp-maximal) {
        &> ul {
            display: none !important;
        }
    }
} */
.p-real-heart main .center {
  max-width: none;
}
.p-real-heart .main-column header,
.p-real-heart .main-column .content {
  max-width: 35rem;
  margin: auto;
  margin-bottom: 2rem;
}
.p-real-heart .main-column header {
  margin-top: 2rem;
}
.p-real-heart .main-column header img {
  width: 100%;
}
.p-real-heart .main-column h1 {
  color: #0086b4;
  font-size: 1.8rem;
}
.p-real-heart .main-column h1 .hashtag-em {
  color: #FE2326;
}
.p-real-heart .main-column .content {
  color: #0086b4;
}
.p-real-heart .main-video,
.p-real-heart .other-videos {
  max-width: 1200px;
  margin: auto;
}
.p-real-heart .main-video {
  max-width: 1200px;
  margin: auto;
}
.p-real-heart .share-links {
  text-align: center;
}
.p-real-heart .share-links h1 {
  color: #FE2326;
  font-size: 1.6rem;
}
.p-real-heart .share-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-real-heart .share-links li {
  display: inline-block;
}
.p-real-heart .share-links .icon_share {
  font-size: 3rem;
}
.p-real-heart .share-links .icon_share svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  color: #FE2326;
}
.p-real-heart .other-videos {
  display: flex;
  flex-flow: column nowrap;
}
.p-real-heart .other-videos > div {
  margin: 1rem 0;
}
@media (min-width: 1000px) {
  .p-real-heart .other-videos {
    flex-flow: row nowrap;
  }
  .p-real-heart .other-videos > div {
    flex: 1 1 33.3%;
    margin: 1rem;
  }
}

.p-how-we-helped-during-covid-19 .main-column {
  max-width: 60rem;
  margin: auto;
}
.p-how-we-helped-during-covid-19 .main-column header h1 {
  font-size: 3rem;
  text-align: center;
  margin: 3rem auto 0;
}
.p-how-we-helped-during-covid-19 .main-column table {
  border-left: 10px solid #0086B4;
  table-layout: fixed;
}
.p-how-we-helped-during-covid-19 .main-column table tr:nth-child(2n-1) {
  background-color: #E9F3F6;
}
.p-how-we-helped-during-covid-19 .main-column table tr:nth-child(2n) {
  background-color: transparent;
}

/*# sourceMappingURL=styles.css.map */
