/*
Theme Name:Smart Tech Foundation Redesign
Theme URI:http://revolutionmessaging.net
Description:Client theme based on the RevMsg boilerplate template.
Version:3.1.0
Author:Revolution Messaging
Author URI:http://revolutionmessaging.com
Tags:clean,responsive
License:Copyright, Revolution Messaging, LLC
-------------------------------------------------------------------------------*/
/* line 1, node_modules/rummelize/_reset.scss */
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* line 10, node_modules/rummelize/_reset.scss */
body {
  line-height: 1; }

/* line 146, node_modules/rummelize/_reset.scss */
ol {
  list-style: none; }

/* line 150, node_modules/rummelize/_reset.scss */
ul {
  list-style: none; }

/* line 169, node_modules/rummelize/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 198, node_modules/rummelize/_reset.scss */
aside {
  display: block; }

/* line 205, node_modules/rummelize/_reset.scss */
details {
  display: block; }

/* line 212, node_modules/rummelize/_reset.scss */
figure {
  display: block; }

/* line 216, node_modules/rummelize/_reset.scss */
figcaption {
  display: block; }

/* line 220, node_modules/rummelize/_reset.scss */
footer {
  display: block; }

/* line 224, node_modules/rummelize/_reset.scss */
header {
  display: block; }

/* line 228, node_modules/rummelize/_reset.scss */
hgroup {
  display: block; }

/* line 232, node_modules/rummelize/_reset.scss */
menu {
  display: block; }

/* line 236, node_modules/rummelize/_reset.scss */
nav {
  display: block; }

/* line 246, node_modules/rummelize/_reset.scss */
section {
  display: block; }

/* line 8, sass/helpers/_mixins.scss */
a:link {
  -webkit-tap-highlight-color: green; }

/* line 11, sass/helpers/_mixins.scss */
::-moz-selection {
  background: black;
  color: white;
  text-shadow: none !important; }

/* line 16, sass/helpers/_mixins.scss */
::-moz-selection {
  background: black;
  color: white;
  text-shadow: none !important; }
::selection {
  background: black;
  color: white;
  text-shadow: none !important; }

/* line 135, sass/helpers/_mixins.scss */
#access,
.assistive-text, .entry__body .email-signup .rsform__field--label, .donate__radio, .mobile-signup .rsform__field--label, .email-signup .rsform__field--label, .pxl {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* line 1, sass/helpers/_defaults.scss */
html {
  font-size: 100%; }

/* line 4, sass/helpers/_defaults.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  line-height: 1;
  font-family: "Ringside Condensed", sans-serif;
  font-weight: 500; }

/* line 10, sass/helpers/_defaults.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* line 18, sass/helpers/_defaults.scss */
a:hover {
  text-decoration: underline; }

/* line 21, sass/helpers/_defaults.scss */
a:hover, a:active {
  outline: 0; }

/* line 24, sass/helpers/_defaults.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 28, sass/helpers/_defaults.scss */
blockquote {
  quotes: none; }

/* line 31, sass/helpers/_defaults.scss */
del {
  text-decoration: line-through; }

/* line 34, sass/helpers/_defaults.scss */
pre, code, kbd, samp {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 39, sass/helpers/_defaults.scss */
picture {
  display: block; }

/* line 42, sass/helpers/_defaults.scss */
svg {
  display: block;
  overflow: visible; }

/* line 46, sass/helpers/_defaults.scss */
img, object, embed {
  display: block;
  width: 100%;
  height: auto; }

/* line 51, sass/helpers/_defaults.scss */
ins {
  background: white;
  color: black;
  text-decoration: none; }

/* line 56, sass/helpers/_defaults.scss */
mark {
  background: #e6e6e6;
  color: black;
  font-style: italic;
  font-weight: bold; }

/* line 62, sass/helpers/_defaults.scss */
b, strong {
  font-weight: bold; }

/* line 65, sass/helpers/_defaults.scss */
i, em {
  font-style: italic; }

/* line 69, sass/helpers/_defaults.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%; }
  /* line 72, sass/helpers/_defaults.scss */
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* line 80, sass/helpers/_defaults.scss */
form {
  margin: 0; }

/* line 83, sass/helpers/_defaults.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 167, sass/helpers/_mixins.scss */
input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit; }

/* line 168, sass/helpers/_mixins.scss */
input:-moz-placeholder {
  opacity: 1;
  color: inherit; }

/* line 169, sass/helpers/_mixins.scss */
input::-moz-placeholder {
  opacity: 1;
  color: inherit; }

/* line 170, sass/helpers/_mixins.scss */
input:-ms-input-placeholder {
  opacity: 1;
  color: inherit; }

/* line 94, sass/helpers/_defaults.scss */
input, select {
  line-height: normal;
  vertical-align: middle; }

/* line 98, sass/helpers/_defaults.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="password"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: "Ringside Condensed", sans-serif;
  font-weight: 500; }

/* line 110, sass/helpers/_defaults.scss */
label,
input[type=submit],
button {
  cursor: pointer; }

/* line 115, sass/helpers/_defaults.scss */
legend {
  border: 0;
  padding: 0; }

/* line 125, sass/helpers/_defaults.scss */
.img.dbclk {
  display: none !important; }

/* line 8, sass/helpers/_form.scss */
.entry__body form {
  margin: 1.0rem 0;
  padding: 1.0rem;
  background-color: #F2F2F2; }
  /* line 12, sass/helpers/_form.scss */
  .entry__body form label {
    color: #061b19;
    font-size: 1.25rem;
    line-height: 1.5rem; }
  /* line 17, sass/helpers/_form.scss */
  .entry__body form input[type="text"],
  .entry__body form input[type="email"],
  .entry__body form input[type="tel"],
  .entry__body form input[type="text"],
  .entry__body form input[type="number"],
  .entry__body form input[type="range"],
  .entry__body form textarea {
    width: calc(100% - 30px);
    border: 0;
    padding: 1.25rem 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #061b19; }
    /* line 30, sass/helpers/_form.scss */
    .entry__body form input[type="text"]::-webkit-input-placeholder,
    .entry__body form input[type="email"]::-webkit-input-placeholder,
    .entry__body form input[type="tel"]::-webkit-input-placeholder,
    .entry__body form input[type="text"]::-webkit-input-placeholder,
    .entry__body form input[type="number"]::-webkit-input-placeholder,
    .entry__body form input[type="range"]::-webkit-input-placeholder,
    .entry__body form textarea::-webkit-input-placeholder {
      color: #979797; }
    .entry__body form input[type="text"]:-ms-input-placeholder,
    .entry__body form input[type="email"]:-ms-input-placeholder,
    .entry__body form input[type="tel"]:-ms-input-placeholder,
    .entry__body form input[type="text"]:-ms-input-placeholder,
    .entry__body form input[type="number"]:-ms-input-placeholder,
    .entry__body form input[type="range"]:-ms-input-placeholder,
    .entry__body form textarea:-ms-input-placeholder {
      color: #979797; }
    .entry__body form input[type="text"]::-ms-input-placeholder,
    .entry__body form input[type="email"]::-ms-input-placeholder,
    .entry__body form input[type="tel"]::-ms-input-placeholder,
    .entry__body form input[type="text"]::-ms-input-placeholder,
    .entry__body form input[type="number"]::-ms-input-placeholder,
    .entry__body form input[type="range"]::-ms-input-placeholder,
    .entry__body form textarea::-ms-input-placeholder {
      color: #979797; }
    .entry__body form input[type="text"]::placeholder,
    .entry__body form input[type="email"]::placeholder,
    .entry__body form input[type="tel"]::placeholder,
    .entry__body form input[type="text"]::placeholder,
    .entry__body form input[type="number"]::placeholder,
    .entry__body form input[type="range"]::placeholder,
    .entry__body form textarea::placeholder {
      color: #979797; }
  /* line 34, sass/helpers/_form.scss */
  .entry__body form textarea {
    line-height: 1.4375rem;
    height: 100px; }
  /* line 38, sass/helpers/_form.scss */
  .entry__body form input[type="radio"] {
    margin: -5px 10px 0 0;
    padding: 0;
    width: 27px;
    height: 27px;
    background-color: white;
    border: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 white;
    cursor: pointer;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    /* line 51, sass/helpers/_form.scss */
    .entry__body form input[type="radio"]:checked {
      background-color: #18aa9d;
      box-shadow: inset 0 0 0 6px white;
      -webkit-transition: background .15s, box-shadow .1s;
      -o-transition: background .15s, box-shadow .1s;
      transition: background .15s, box-shadow .1s; }
  /* line 59, sass/helpers/_form.scss */
  .entry__body form input[type="checkbox"] {
    margin: -5px 10px 0 0;
    padding: 0;
    width: 27px;
    height: 27px;
    background-color: white;
    border: 0;
    box-shadow: inset 0 0 0 0 white;
    cursor: pointer;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    /* line 71, sass/helpers/_form.scss */
    .entry__body form input[type="checkbox"]:checked {
      background-image: url("/wp-content/themes/wp-stf-rdsn/images/checkbox.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 90%; }
  /* line 78, sass/helpers/_form.scss */
  .entry__body form input[type="submit"],
  .entry__body form input[type="button"],
  .entry__body form button {
    padding: 0.625rem 1rem;
    text-align: center;
    width: 75%;
    font-family: "Ringside Condensed", sans-serif;
    font-weight: 500;
    font-weight: 700;
    background-color: #18aa9d;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    border: 0;
    cursor: pointer; }
    @media screen and (min-width: 600px) {
      /* line 78, sass/helpers/_form.scss */
      .entry__body form input[type="submit"],
      .entry__body form input[type="button"],
      .entry__body form button {
        width: auto; } }
    @media screen and (min-width: 768px) {
      /* line 78, sass/helpers/_form.scss */
      .entry__body form input[type="submit"],
      .entry__body form input[type="button"],
      .entry__body form button {
        width: auto;
        font-size: 1.125rem; } }
    @media screen and (min-width: 980px) {
      /* line 78, sass/helpers/_form.scss */
      .entry__body form input[type="submit"],
      .entry__body form input[type="button"],
      .entry__body form button {
        font-size: 1.375rem; } }
    /* line 102, sass/helpers/_form.scss */
    .entry__body form input[type="submit"]:hover,
    .entry__body form input[type="button"]:hover,
    .entry__body form button:hover {
      background: #B33D2C;
      color: white;
      text-decoration: none; }
  /* line 108, sass/helpers/_form.scss */
  .entry__body form .select-hidden {
    display: none;
    visibility: hidden; }
  /* line 112, sass/helpers/_form.scss */
  .entry__body form .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: calc(100% - 30px);
    border: 0;
    background-color: white;
    color: #061b19;
    padding: 1.5rem 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.125rem; }
  /* line 124, sass/helpers/_form.scss */
  .entry__body form .select-styled {
    position: absolute;
    top: 14px;
    right: 0;
    bottom: 0;
    left: 15px; }
    /* line 130, sass/helpers/_form.scss */
    .entry__body form .select-styled:after {
      content: "";
      width: 22px;
      height: 17px;
      position: absolute;
      top: 3px;
      right: 12px;
      z-index: 10;
      background-image: url("/wp-content/themes/wp-stf-rdsn/images/select-menu.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 90%; }
  /* line 145, sass/helpers/_form.scss */
  .entry__body form .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 1px 0 0 0 !important;
    padding: 0;
    list-style: none; }
    /* line 155, sass/helpers/_form.scss */
    .entry__body form .select-options li {
      list-style: none;
      margin: 0 !important;
      padding: 1rem 0.9375rem;
      background-color: white;
      border: 2px solid white;
      color: #061b19 !important; }
      /* line 162, sass/helpers/_form.scss */
      .entry__body form .select-options li:hover {
        background-color: #F2F2F2; }
      /* line 165, sass/helpers/_form.scss */
      .entry__body form .select-options li[rel="hide"] {
        display: none; }

/* line 176, sass/helpers/_form.scss */
.entry__body .gform_body ul {
  list-style: none;
  margin: 0; }

/* line 180, sass/helpers/_form.scss */
.entry__body .gform_body textarea {
  margin-top: 0.50rem;
  margin-bottom: -0.25rem; }

/* line 185, sass/helpers/_form.scss */
.entry__body input[type="submit"] {
  margin-top: 1.0rem; }

/* line 190, sass/helpers/_form.scss */
.validation_error {
  font-weight: 700; }

/* line 194, sass/helpers/_form.scss */
.validation_error,
.gfield_description,
.validation_message {
  color: #18aa9d; }

/* line 200, sass/helpers/_form.scss */
.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/* line 209, sass/helpers/_form.scss */
.gform_wrapper li.hidden_label input {
  margin-top: 12px; }

/* line 212, sass/helpers/_form.scss */
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px; }

/* line 216, sass/helpers/_form.scss */
.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
  margin-left: 3.7%; }

/* line 220, sass/helpers/_form.scss */
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large {
  width: 100%; }

/* line 229, sass/helpers/_form.scss */
.at form {
  padding: 1.0rem 0;
  background-color: transparent; }
  /* line 232, sass/helpers/_form.scss */
  .at form .label-amount {
    border-radius: 0;
    font-family: "Ringside Condensed", sans-serif;
    font-weight: 500; }
    /* line 235, sass/helpers/_form.scss */
    .at form .label-amount a {
      background-color: #061b19 !important;
      border-radius: 0 !important; }
    /* line 239, sass/helpers/_form.scss */
    .at form .label-amount input[type="radio"]:checked + a {
      background-color: #18aa9d !important; }
    /* line 242, sass/helpers/_form.scss */
    .at form .label-amount input + .label-otheramount-prefix {
      top: 3px !important; }
    /* line 245, sass/helpers/_form.scss */
    .at form .label-amount input:required {
      background-color: white !important;
      border: 1px solid #18aa9d !important;
      color: #18aa9d !important; }
      /* line 249, sass/helpers/_form.scss */
      .at form .label-amount input:required + .label-otheramount-prefix {
        color: #18aa9d !important; }
      /* line 252, sass/helpers/_form.scss */
      .at form .label-amount input:required::-webkit-input-placeholder {
        color: rgba(213, 68, 47, 0.5) !important; }
      .at form .label-amount input:required:-ms-input-placeholder {
        color: rgba(213, 68, 47, 0.5) !important; }
      .at form .label-amount input:required::-ms-input-placeholder {
        color: rgba(213, 68, 47, 0.5) !important; }
      .at form .label-amount input:required::placeholder {
        color: rgba(213, 68, 47, 0.5) !important; }
      /* line 255, sass/helpers/_form.scss */
      .at form .label-amount input:required::-moz-selection {
        color: white;
        background: rgba(213, 68, 47, 0.5) !important; }
      .at form .label-amount input:required::selection {
        color: white;
        background: rgba(213, 68, 47, 0.5) !important; }
      /* line 259, sass/helpers/_form.scss */
      .at form .label-amount input:required::moz-selection {
        color: white;
        background: rgba(213, 68, 47, 0.5) !important; }
  /* line 265, sass/helpers/_form.scss */
  .at form .at-fieldset {
    padding: 0 0 1.25rem 0 !important; }
  /* line 269, sass/helpers/_form.scss */
  .at form .at-fieldset {
    display: block;
    max-width: 690px;
    min-width: auto !important;
    margin: 1.25rem auto 0 auto; }
    /* line 274, sass/helpers/_form.scss */
    .at form .at-fieldset .at-row {
      display: block;
      max-width: 690px;
      margin: 0 auto; }
    /* line 279, sass/helpers/_form.scss */
    .at form .at-fieldset .at-legend {
      margin: 0 0 1.25rem 0;
      padding: 0;
      font-family: "Ringside Condensed", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      color: #18aa9d;
      text-align: left;
      font-size: 1.625rem;
      line-height: 1.625rem; }
      @media screen and (min-width: 980px) {
        /* line 279, sass/helpers/_form.scss */
        .at form .at-fieldset .at-legend {
          font-size: 2.5rem; } }
    /* line 292, sass/helpers/_form.scss */
    .at form .at-fieldset .at-text, .at form .at-fieldset .at-select, .at form .at-fieldset .at-radio {
      margin: 0;
      width: 100% !important;
      font-family: "Ringside Condensed", sans-serif;
      font-weight: 500;
      color: #575757;
      font-size: 1.0625rem; }
      /* line 298, sass/helpers/_form.scss */
      .at form .at-fieldset .at-text u, .at form .at-fieldset .at-select u, .at form .at-fieldset .at-radio u {
        text-decoration: none; }
      /* line 301, sass/helpers/_form.scss */
      .at form .at-fieldset .at-text small, .at form .at-fieldset .at-select small, .at form .at-fieldset .at-radio small {
        font-size: 0.8125rem;
        font-weight: normal; }
    /* line 306, sass/helpers/_form.scss */
    .at form .at-fieldset .at-radios {
      margin-top: 0; }
  /* line 310, sass/helpers/_form.scss */
  .at form input[type="text"],
  .at form input[type="password"],
  .at form input[type="date"],
  .at form input[type="datetime"],
  .at form input[type="datetime-local"],
  .at form input[type="month"],
  .at form input[type="week"],
  .at form input[type="email"],
  .at form input[type="number"],
  .at form input[type="search"],
  .at form input[type="tel"],
  .at form input[type="time"],
  .at form input[type="url"],
  .at form input[type="color"],
  .at form .PaymentInformation input[type="tel"],
  .at form textarea,
  .at form select {
    border-radius: 0 !important;
    border: 1px solid #E3E3E3;
    margin-top: 0.25rem !important;
    font-family: "Ringside Condensed", sans-serif;
    font-weight: 500; }
  /* line 334, sass/helpers/_form.scss */
  .at form .PaymentInformation .at-legend:after {
    display: block;
    background-image: url("/wp-content/themes/wp-stf-rdsn/images/cc.png");
    width: 191px;
    height: 25px;
    margin-top: 0.625rem;
    margin-bottom: 1.25rem; }
  /* line 345, sass/helpers/_form.scss */
  .at form .at-submit {
    height: 53px; }

/* line 351, sass/helpers/_form.scss */
.at .PaymentInformation .at-legend::after {
  display: none; }

/* line 356, sass/helpers/_form.scss */
.home .at .at-text.EmailAddress {
  font-size: 0; }
  /* line 358, sass/helpers/_form.scss */
  .home .at .at-text.EmailAddress input {
    padding: 1.09375rem 1.125rem; }

/* line 362, sass/helpers/_form.scss */
.home .at .at-fieldset {
  margin: 0 !important;
  padding: 0 !important; }

@-moz-document url-prefix() {
  /* line 369, sass/helpers/_form.scss */
  .home .at .at-text.EmailAddress input {
    padding: 1.09375rem 1.125rem; } }

/* line 376, sass/helpers/_form.scss */
.at .at-form-submit {
  padding: 1.25rem 0;
  width: 100%; }
  @media screen and (min-width: 600px) {
    /* line 376, sass/helpers/_form.scss */
    .at .at-form-submit {
      width: auto;
      margin: 0 auto;
      text-align: center;
      width: 200px; } }
  /* line 385, sass/helpers/_form.scss */
  .at .at-form-submit .at-submit {
    border-radius: 0;
    margin-top: 0;
    font-family: "Knockout-70", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.375rem;
    width: 100% !important; }
    @media screen and (min-width: 600px) {
      /* line 385, sass/helpers/_form.scss */
      .at .at-form-submit .at-submit {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 200px; } }

/* line 1, sass/wrappers/_site_hed.scss */
.header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.625rem; }
  @media screen and (min-width: 600px) {
    /* line 1, sass/wrappers/_site_hed.scss */
    .header {
      padding: 1rem;
      -webkit-box-align: start;
      align-items: flex-start; } }
  /* line 10, sass/wrappers/_site_hed.scss */
  .header__hed {
    margin: 0.1875rem 0 0 0.1875rem; }
  /* line 13, sass/wrappers/_site_hed.scss */
  .header__logo {
    width: 120px;
    height: auto; }
    @media screen and (min-width: 600px) {
      /* line 13, sass/wrappers/_site_hed.scss */
      .header__logo {
        width: 200px;
        height: auto; } }
    @media screen and (min-width: 1200px) {
      /* line 13, sass/wrappers/_site_hed.scss */
      .header__logo {
        width: 200px;
        height: auto; } }
    @media screen and (min-width: 1320px) {
      /* line 13, sass/wrappers/_site_hed.scss */
      .header__logo {
        width: 220px;
        height: auto; } }
  /* line 29, sass/wrappers/_site_hed.scss */
  .header__btn {
    border: none;
    background: transparent;
    padding: 0; }
    @media screen and (min-width: 1200px) {
      /* line 29, sass/wrappers/_site_hed.scss */
      .header__btn {
        display: none; } }
  /* line 37, sass/wrappers/_site_hed.scss */
  .header__btn-icon {
    margin-right: 0.375rem; }
    @media screen and (min-width: 600px) {
      /* line 37, sass/wrappers/_site_hed.scss */
      .header__btn-icon {
        margin: 1rem 0.5rem 0 0; } }
    /* line 42, sass/wrappers/_site_hed.scss */
    .header__btn-icon--open {
      fill: #061b19;
      width: 30px;
      height: 25px; }
    /* line 47, sass/wrappers/_site_hed.scss */
    .header__btn-icon--close {
      fill: white;
      width: 31px;
      height: 31px; }
  /* line 54, sass/wrappers/_site_hed.scss */
  .header__donate {
    width: 100%;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 6;
    order: 5;
    position: relative;
    top: 2vh;
    left: 0 !important;
    max-width: calc(181px);
    margin-bottom: 50px;
    font-size: 1.5rem !important; }
    @media screen and (min-width: 1200px) {
      /* line 54, sass/wrappers/_site_hed.scss */
      .header__donate {
        top: auto;
        left: auto;
        -webkit-box-ordinal-group: 5;
        order: 4;
        width: auto;
        margin: 0;
        padding: 0.875rem 1.5rem; } }

/* line 75, sass/wrappers/_site_hed.scss */
body.expand {
  overflow: hidden;
  max-height: 100vh; }

/* line 80, sass/wrappers/_site_hed.scss */
.menu {
  max-height: 0;
  min-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #061b19;
  z-index: 10;
  background-position: 0 100%;
/*
  background-image: url("/wp-content/themes/wp-stf-rdsn/images/menu_lines.png");
  background-repeat: no-repeat;
  background-size: 100%;
*/
  }

  @media screen and (min-width: 1200px) {
    /* line 80, sass/wrappers/_site_hed.scss */
    .menu {
      max-height: none;
      background: transparent none;
      position: static; } }
  /* line 99, sass/wrappers/_site_hed.scss */
  .menu--open {
    max-height: 100vh;
    min-height: 100vh;
    overflow: hidden; }
  /* line 107, sass/wrappers/_site_hed.scss */
  .menu__inner {
    padding: 1.25rem 0.9375rem 2.625rem 3.125rem;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start; }
    @media screen and (min-width: 1200px) {
      /* line 107, sass/wrappers/_site_hed.scss */
      .menu__inner {
        -webkit-box-align: center;
        align-items: center;
        padding: 0;
        -webkit-box-pack: end;
        justify-content: flex-end; } }
  /* line 119, sass/wrappers/_site_hed.scss */
  .menu__gifford-nav {
    width: 100%;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 5;
    order: 4;
    max-width: 265px; }
    @media screen and (min-width: 1200px) {
      /* line 119, sass/wrappers/_site_hed.scss */
      .menu__gifford-nav {
        display: none !important; } }
  /* line 128, sass/wrappers/_site_hed.scss */
  .menu .header__donate {
    margin-right: 100%; }
    @media screen and (min-width: 1200px) {
      /* line 128, sass/wrappers/_site_hed.scss */
      .menu .header__donate {
        margin-right: inherit; } }
  /* line 135, sass/wrappers/_site_hed.scss */
  .menu__search-mobile {
    position: relative;
    left: -30px; }
    @media screen and (min-width: 1200px) {
      /* line 135, sass/wrappers/_site_hed.scss */
      .menu__search-mobile {
        display: none; } }
  /* line 142, sass/wrappers/_site_hed.scss */
  .menu__search-desktop {
    display: none; }
    @media screen and (min-width: 1200px) {
      /* line 142, sass/wrappers/_site_hed.scss */
      .menu__search-desktop {
        display: block;
        -webkit-box-ordinal-group: 5;
        order: 4;
        margin-right: 1.5rem; } }
    
    @media screen and (max-width:1199px) {
		.menu::after, .menu::before {
		    content: ""; 
		    position: absolute;
		    top: 0;
		    left: 50%;
		
		    transform: skew(15deg)
		               translateX(-60%);
		    width: 75%;
		    height: 100%;
		    background-image: linear-gradient(120deg,#088a7d,#4fcdc5);
		    background-color: #333;
		    opacity: .6;
		}
		.menu::before {
		    transform: skew(-25deg) 
		               translateX(-55%);
		    opacity:.25;
		}
		.menu__inner {
			z-index:10;
			position:relative;
		}  
    }

/* line 1, sass/wrappers/_site_nav.scss */
.nav {
  width: 100%;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
  order: 2;
  margin: 0; }
  @media screen and (min-width: 1200px) {
    /* line 1, sass/wrappers/_site_nav.scss */
    .nav {
      -webkit-box-ordinal-group: 2;
      order: 1;
      width: auto; } }
  @media screen and (min-width: 1200px) {
    /* line 10, sass/wrappers/_site_nav.scss */
    .nav__list {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
      justify-content: flex-end; } }
  /* line 16, sass/wrappers/_site_nav.scss */
  .nav__item {
    max-width: 265px; }
    @media screen and (min-width: 1200px) {
      /* line 16, sass/wrappers/_site_nav.scss */
      .nav__item {
        max-width: none;
        margin: 0; } }
  /* line 23, sass/wrappers/_site_nav.scss */
  .nav__link {
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 1.25rem;
    display: block;
    padding: 2vh 0; }
    @media screen and (min-width: 1200px) {
      /* line 30, sass/wrappers/_site_nav.scss */
      .nav__link:hover {
        color: #18aa9d;
        text-decoration: none; } }
    @media screen and (min-width: 1200px) {
      /* line 23, sass/wrappers/_site_nav.scss */
      .nav__link {
        color: #061b19; } }
    @media screen and (min-width: 1200px) {
      /* line 23, sass/wrappers/_site_nav.scss */
      .nav__link {
        font-weight: 300;
        font-size: 1.25rem;
        margin-right: 1.5rem; } }
    @media screen and (min-width: 1320px) {
      /* line 23, sass/wrappers/_site_nav.scss */
      .nav__link {
        font-size: 1.25rem; } }

/* line 50, sass/wrappers/_site_nav.scss */
.nav-sub {
  width: auto;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
  margin: 2.625rem 100% 0 0; }
  @media screen and (min-width: 1200px) {
    /* line 50, sass/wrappers/_site_nav.scss */
    .nav-sub {
      -webkit-box-ordinal-group: 11;
      order: 10;
      margin: 0; } }
  @media screen and (min-width: 1200px) {
    /* line 59, sass/wrappers/_site_nav.scss */
    .nav-sub__list {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
      justify-content: flex-end;
      border-top: 2px solid #E3E3E3;
      margin-left: 32px;
      margin-top: 1rem; } }
  @media screen and (min-width: 1320px) {
    /* line 59, sass/wrappers/_site_nav.scss */
    .nav-sub__list {
      margin-left: 8rem; } }
  /* line 71, sass/wrappers/_site_nav.scss */
  .nav-sub__item {
    max-width: 265px; }
    @media screen and (min-width: 1200px) {
      /* line 71, sass/wrappers/_site_nav.scss */
      .nav-sub__item {
        max-width: none;
        margin: 0; } }
  /* line 78, sass/wrappers/_site_nav.scss */
  .nav-sub__link {
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 1.25rem;
    display: block;
    padding: 2vh 0; }
    @media screen and (min-width: 1200px) {
      /* line 78, sass/wrappers/_site_nav.scss */
      .nav-sub__link {
        color: #061b19;
        font-size: 1.0625rem;
        padding: 0.75rem 1.375rem;
        border: 2px solid transparent;
        margin-top: -0.125rem; }
        /* line 91, sass/wrappers/_site_nav.scss */
        .nav-sub__link:hover {
          border: 2px solid #061b19;
          color: #18aa9d;
          text-decoration: none; } }

/* line 100, sass/wrappers/_site_nav.scss */
.gfd-links {
  display: -webkit-box;
  display: flex; }
  /* line 102, sass/wrappers/_site_nav.scss */
  .gfd-links__link {
    color: white;
    font-size: 1rem;
    font-weight: book; }
    /* line 106, sass/wrappers/_site_nav.scss */
    .gfd-links__link:hover {
      text-decoration: none; }
      /* line 108, sass/wrappers/_site_nav.scss */
      .gfd-links__link:hover span {
        text-decoration: underline; }
    /* line 113, sass/wrappers/_site_nav.scss */
    .gfd-links__link:first-child::after {
      content: '\007C';
      margin: 0 0.375rem; }

/* line 1, sass/wrappers/_site_foot.scss */
.foot {
  margin: 4.375rem 0.625rem 0.625rem;
  padding: 2rem 1.5rem;
  background: url(/wp-content/themes/wp-stf-rdsn/images/footer-background.png), -webkit-linear-gradient(130.97deg, #DBDBDB 0%, #F4F4F4 100%);
  background: url(/wp-content/themes/wp-stf-rdsn/images/footer-background.png), -o-linear-gradient(130.97deg, #DBDBDB 0%, #F4F4F4 100%);
  background: url(/wp-content/themes/wp-stf-rdsn/images/footer-background.png), linear-gradient(319.03deg, #DBDBDB 0%, #F4F4F4 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 100%, 0 0;
  background-size: cover, 100%; }
  @media screen and (min-width: 600px) {
    /* line 1, sass/wrappers/_site_foot.scss */
    .foot {
      margin: 4.375rem 1rem 1rem; } }
  @media screen and (min-width: 980px) {
    /* line 1, sass/wrappers/_site_foot.scss */
    .foot {
      padding: 3rem 2.625rem 1.5rem; } }
  /* line 14, sass/wrappers/_site_foot.scss */
  .home .foot,
  .page-template-page-about .foot {
    margin-top: 0.625rem; }
    @media screen and (min-width: 600px) {
      /* line 14, sass/wrappers/_site_foot.scss */
      .home .foot,
      .page-template-page-about .foot {
        margin: 1rem; } }
  /* line 21, sass/wrappers/_site_foot.scss */
  .foot__cols {
    margin: 2.625rem auto;
    max-width: 340px; }
    @media screen and (min-width: 980px) {
      /* line 21, sass/wrappers/_site_foot.scss */
      .foot__cols {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        max-width: none;
        width: 100%; } }
  /* line 31, sass/wrappers/_site_foot.scss */
  .foot__disclaimer {
    font-size: 0.75rem;
    line-height: 1.25;
    color: #061b19;
    text-align: center;
    margin: 0 auto; }
    /* line 37, sass/wrappers/_site_foot.scss */
    .foot__disclaimer a {
      color: #061b19; }

/* line 43, sass/wrappers/_site_foot.scss */
.sm-buttons {
  margin-bottom: 2.625rem; }
  @media screen and (min-width: 980px) {
    /* line 43, sass/wrappers/_site_foot.scss */
    .sm-buttons {
      -webkit-box-ordinal-group: 5;
      order: 4;
      margin-left: auto; } }

@media screen and (min-width: 980px) {
  /* line 51, sass/wrappers/_site_foot.scss */
  .footer-nav {
    margin-right: 3rem; } }

@media screen and (min-width: 1200px) {
  /* line 51, sass/wrappers/_site_foot.scss */
  .footer-nav {
    margin-right: 4rem; } }

/* line 60, sass/wrappers/_site_foot.scss */
.footer-nav__link {
  color: #18aa9d;
  font-size: 1.375rem;
  display: block;
  margin: 0 0 1.3em;
  text-align: center; }
  @media screen and (min-width: 980px) {
    /* line 60, sass/wrappers/_site_foot.scss */
    .footer-nav__link {
      text-align: left; } }

/* line 1, sass/modules/_accordian.scss */
.accordian {
  overflow: hidden;
  margin-bottom: 1.875rem; }
  /* line 4, sass/modules/_accordian.scss */
  .accordian .accordian__item {
    margin: 0 0 0.9375rem 1.875rem; }
    /* line 6, sass/modules/_accordian.scss */
    .accordian .accordian__item .accordian__title {
      font-family: "Ringside Condensed", sans-serif;
      font-weight: 500;
      font-weight: 700;
      color: #061b19;
      font-size: 1.25rem;
      line-height: 1.375rem; }
      @media screen and (min-width: 600px) {
        /* line 6, sass/modules/_accordian.scss */
        .accordian .accordian__item .accordian__title {
          font-size: 1.625rem;
          line-height: 1.625rem; } }
      /* line 17, sass/modules/_accordian.scss */
      .accordian .accordian__item .accordian__title::before {
        content: '';
        position: absolute;
        display: inline-block;
        margin-top: 3px;
        margin-left: -30px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        background-image: url("/wp-content/themes/wp-stf-rdsn/images/arrow-right.svg");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 45px 18px;
        width: 15px;
        height: 18px; }
        @media screen and (min-width: 600px) {
          /* line 17, sass/modules/_accordian.scss */
          .accordian .accordian__item .accordian__title::before {
            margin-top: 5px; } }
      /* line 34, sass/modules/_accordian.scss */
      .accordian .accordian__item .accordian__title:hover {
        color: #18aa9d;
        text-decoration: none; }
        /* line 37, sass/modules/_accordian.scss */
        .accordian .accordian__item .accordian__title:hover::before {
          color: #18aa9d; }
    /* line 42, sass/modules/_accordian.scss */
    .accordian .accordian__item .active {
      color: #18aa9d; }
      /* line 44, sass/modules/_accordian.scss */
      .accordian .accordian__item .active::before {
        content: '';
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        display: inline-block;
        margin-top: 3px;
        margin-left: -30px;
        background-image: url("/wp-content/themes/wp-stf-rdsn/images/arrow-right.svg");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 45px 18px;
        width: 15px;
        height: 18px; }
        @media screen and (min-width: 600px) {
          /* line 44, sass/modules/_accordian.scss */
          .accordian .accordian__item .active::before {
            margin-top: 7px; } }
        @media screen and (min-width: 980px) {
          /* line 44, sass/modules/_accordian.scss */
          .accordian .accordian__item .active::before {
            margin-top: 13px; } }
    /* line 65, sass/modules/_accordian.scss */
    .accordian .accordian__item .accordian__content {
      display: none;
      margin: 0.9375rem 0 1.25rem 0; }
      /* line 68, sass/modules/_accordian.scss */
      .accordian .accordian__item .accordian__content p {
        margin: 0 0 3.125rem 0; }

/* line 1, sass/modules/_page-header.scss */
.page-header {
  position: relative;
  background-image: url(/wp-content/themes/wp-stf-rdsn/images/quote_left.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: auto 100%;
  margin: 0 0.625rem 0.9375rem;
  text-align: center;
  padding: 1.25rem 0;
  font-family: "Ringside Condensed", sans-serif;
  font-weight: 500;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-size: 1.875rem; }
  @media screen and (min-width: 980px) {
    /* line 1, sass/modules/_page-header.scss */
    .page-header {
      background-image: url(/wp-content/themes/wp-stf-rdsn/images/quote_left.png), url(/wp-content/themes/wp-stf-rdsn/images/quote_right.png);
      background-repeat: no-repeat, no-repeat;
      background-position: 0 100%, 100% 100%;
      background-size: auto 100%, auto 100%; } }
  /* line 91, sass/helpers/_mixins.scss */
  .page-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: -webkit-linear-gradient(top left, #061b19 0%, #0b443e 100%);
    background: -o-linear-gradient(top left, #061b19 0%, #0b443e 100%);
    background: linear-gradient(to bottom right, #061b19 0%, #0b443e 100%); }
  @media screen and (min-width: 600px) {
    /* line 1, sass/modules/_page-header.scss */
    .page-header {
      margin: 0 1rem 1rem; } }
  @media screen and (min-width: 768px) {
    /* line 1, sass/modules/_page-header.scss */
    .page-header {
      font-size: 3.75rem; } }
  @media screen and (min-width: 980px) {
    /* line 1, sass/modules/_page-header.scss */
    .page-header {
      margin-bottom: 3.75rem;
      padding: 3.75rem 1.5625rem;
      font-size: 4.6875rem; } }
  @media screen and (min-width: 1200px) {
    /* line 1, sass/modules/_page-header.scss */
    .page-header {
      margin-bottom: 4.6875rem;
      padding: 4.6875rem 1.5625rem;
      font-size: 5.625rem; } }

/* line 1, sass/modules/_search-form.scss */
.search-form {
  background: transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
  @media screen and (min-width: 600px) {
    /* line 1, sass/modules/_search-form.scss */
    .search-form {
      margin: 1rem 0 0 0.5rem; } }
  @media screen and (min-width: 1200px) {
    /* line 1, sass/modules/_search-form.scss */
    .search-form {
      margin: 0;
      padding: 4px;
      background: transparent; } }
  @media screen and (min-width: 1200px) {
    /* line 13, sass/modules/_search-form.scss */
    .search-form--open {
      background: #f7f7f7; } }
  /* line 17, sass/modules/_search-form.scss */
  .search-form--open .search-form__input-wrap {
    max-width: 200px; }
    @media screen and (min-width: 1200px) {
      /* line 17, sass/modules/_search-form.scss */
      .search-form--open .search-form__input-wrap {
        max-width: 120px; } }
    @media screen and (min-width: 1320px) {
      /* line 17, sass/modules/_search-form.scss */
      .search-form--open .search-form__input-wrap {
        max-width: 140px; } }
  /* line 28, sass/modules/_search-form.scss */
  .search-form__input-wrap {
    max-width: 0;
    -webkit-transition: max-width 300ms ease-in-out;
    -o-transition: max-width 300ms ease-in-out;
    transition: max-width 300ms ease-in-out;
    overflow: hidden; }
  /* line 33, sass/modules/_search-form.scss */
  .search-form__input {
    font-size: 1rem;
    border: none;
    background: white;
    color: #061b19;
    padding: 0;
    padding: 4px 8px;
    margin-right: 0.5rem;
    max-width: calc(100% - 6px);
    outline: none; }
    @media screen and (min-width: 1200px) {
      /* line 33, sass/modules/_search-form.scss */
      .search-form__input {
        background: transparent; } }
    /* line 46, sass/modules/_search-form.scss */
    .search-form__input::-webkit-input-placeholder {
      color: #575757; }
    .search-form__input:-ms-input-placeholder {
      color: #575757; }
    .search-form__input::-ms-input-placeholder {
      color: #575757; }
    .search-form__input::placeholder {
      color: #575757; }
  /* line 50, sass/modules/_search-form.scss */
  .search-form__submit {
    padding: 0;
    border: none;
    text-indent: 100%;
    background: transparent;
    height: 30px;
    width: 30px;
    background-image: url("/wp-content/themes/wp-stf-rdsn/images/search-white.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 30px 30px; }
    @media screen and (min-width: 1200px) {
      /* line 50, sass/modules/_search-form.scss */
      .search-form__submit {
        height: 25px;
        width: 25px;
        background-image: url("/wp-content/themes/wp-stf-rdsn/images/search-dark.svg");
        background-size: 25px 25px; } }

/* line 1, sass/modules/_button.scss */
.button {
  background: #18aa9d;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Knockout-70", sans-serif;
  text-transform: uppercase;
  padding: 0.875rem 2rem;
  text-align: center;
  color: white !important;
  -webkit-transform: background 300ms ease-in-out;
  -ms-transform: background 300ms ease-in-out;
  transform: background 300ms ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center; }
  /* line 13, sass/modules/_button.scss */
  .button:hover {
    text-decoration: none;
    background: #087a6d; }
  /* line 17, sass/modules/_button.scss */
  .button--facebook {
    background: #061b19; }
    /* line 20, sass/modules/_button.scss */
    .button--facebook:hover {
      background: #111537; }
  /* line 24, sass/modules/_button.scss */
  .button--twitter {
    background: #18aa9d; }
    /* line 26, sass/modules/_button.scss */
    .button--twitter:hover {
      background: #234688; }
  /* line 30, sass/modules/_button.scss */
  .button--icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto 1.5rem;
    max-width: 320px;
    padding: 0.875rem 0.625rem; }
    @media screen and (min-width: 980px) {
      /* line 30, sass/modules/_button.scss */
      .button--icon {
        margin-bottom: 1rem; } }
  /* line 40, sass/modules/_button.scss */
  .button--blue {
    background: #18aa9d; }
    /* line 42, sass/modules/_button.scss */
    .button--blue:hover {
      background: #087a6d; }
  /* line 46, sass/modules/_button.scss */
  .button__icon {
    fill: white;
    height: 32px;
    width: 32px;
    margin-right: 1rem; }
    /* line 51, sass/modules/_button.scss */
    .button__icon--twitter {
      height: 31px;
      width: 38px; }

/* line 1, sass/modules/_entry.scss */
.entry {
  margin: 0 auto;
  width: 90%; }
  @media screen and (min-width: 980px) {
    /* line 1, sass/modules/_entry.scss */
    .entry {
      max-width: 1000px;
      position: relative;
      margin: 0 auto; } }
  @media screen and (min-width: 1200px) {
    /* line 1, sass/modules/_entry.scss */
    .entry {
      width: 100%; } }
  /* line 10, sass/modules/_entry.scss */
  .entry__header {
    margin: 1.875rem 0; }
    @media screen and (min-width: 980px) {
      /* line 10, sass/modules/_entry.scss */
      .entry__header {
        margin: 3.75rem 0 1.875rem 0; } }
    /* line 16, sass/modules/_entry.scss */
    .entry__header h1 {
      font-family: "Ringside Condensed", sans-serif;
      font-weight: 500;
      font-weight: 700;
      text-transform: uppercase;
      color: #061b19;
      font-size: 1.75rem;
      line-height: 1.75rem; }
      @media screen and (min-width: 600px) {
        /* line 16, sass/modules/_entry.scss */
        .entry__header h1 {
          font-size: 2.875rem;
          line-height: 2.8125rem; } }
      @media screen and (min-width: 980px) {
        /* line 16, sass/modules/_entry.scss */
        .entry__header h1 {
          font-size: 3.625rem;
          line-height: 3.375rem; } }
      @media screen and (min-width: 1200px) {
        /* line 16, sass/modules/_entry.scss */
        .entry__header h1 {
          font-size: 4.0625rem;
          line-height: 4.0625rem; } }
  /* line 39, sass/modules/_entry.scss */
  .entry__meta {
    margin-top: 0.625rem; }
    /* line 41, sass/modules/_entry.scss */
    .entry__meta span {
      color: #979797; }
    /* line 45, sass/modules/_entry.scss */
    .entry__meta a:hover {
      color: #18aa9d; }
  /* line 50, sass/modules/_entry.scss */
  .entry__date {
    color: #979797; }
  /* line 53, sass/modules/_entry.scss */
  .entry__body {
    line-height: 1.5;
    max-width: 1000px;
    position: relative;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      /* line 53, sass/modules/_entry.scss */
      .entry__body {
        font-size: 1.125rem; } }
    /* line 1, sass/helpers/_entry_body.scss */
    .entry__body h1, .entry__body h2, .entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6 {
      line-height: 1.15;
      margin: 2em 0 -0.2em;
      font-weight: 700;
      color: #061b19; }
      @media screen and (min-width: 980px) {
        /* line 1, sass/helpers/_entry_body.scss */
        .entry__body h1, .entry__body h2, .entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6 {
          margin: 60px 0 2.5rem 0; } }
    /* line 11, sass/helpers/_entry_body.scss */
    .entry__body h1 {
      font-size: 1.75rem;
      line-height: 1.75rem;
      text-transform: uppercase; }
      @media screen and (min-width: 600px) {
        /* line 11, sass/helpers/_entry_body.scss */
        .entry__body h1 {
          font-size: 2.875rem;
          line-height: 2.8125rem; } }
      @media screen and (min-width: 980px) {
        /* line 11, sass/helpers/_entry_body.scss */
        .entry__body h1 {
          font-size: 3.625rem;
          line-height: 3.375rem; } }
      @media screen and (min-width: 1200px) {
        /* line 11, sass/helpers/_entry_body.scss */
        .entry__body h1 {
          font-size: 4.0625rem;
          line-height: 4.0625rem; } }
    /* line 29, sass/helpers/_entry_body.scss */
    .entry__body h2 {
      font-size: 1.5rem;
      line-height: 1.5rem;
      text-transform: uppercase; }
      @media screen and (min-width: 600px) {
        /* line 29, sass/helpers/_entry_body.scss */
        .entry__body h2 {
          font-size: 2rem;
          line-height: 2.0625rem; } }
      @media screen and (min-width: 980px) {
        /* line 29, sass/helpers/_entry_body.scss */
        .entry__body h2 {
          font-size: 2.75rem;
          line-height: 2.625rem; } }
      @media screen and (min-width: 1200px) {
        /* line 29, sass/helpers/_entry_body.scss */
        .entry__body h2 {
          font-size: 3rem;
          line-height: 3rem; } }
    /* line 47, sass/helpers/_entry_body.scss */
    .entry__body h3 {
      font-size: 1.25rem;
      line-height: 1.375rem;
      text-transform: uppercase; }
      @media screen and (min-width: 600px) {
        /* line 47, sass/helpers/_entry_body.scss */
        .entry__body h3 {
          font-size: 1.75rem;
          line-height: 1.75rem; } }
      @media screen and (min-width: 980px) {
        /* line 47, sass/helpers/_entry_body.scss */
        .entry__body h3 {
          font-size: 2.5rem;
          line-height: 2.5rem; } }
      @media screen and (min-width: 1200px) {
        /* line 47, sass/helpers/_entry_body.scss */
        .entry__body h3 {
          font-size: 2.75rem;
          line-height: 2.75rem; } }
    /* line 65, sass/helpers/_entry_body.scss */
    .entry__body h4 {
      font-size: 1.125rem;
      line-height: 1.25rem; }
      @media screen and (min-width: 600px) {
        /* line 65, sass/helpers/_entry_body.scss */
        .entry__body h4 {
          font-size: 1.5rem; } }
      @media screen and (min-width: 980px) {
        /* line 65, sass/helpers/_entry_body.scss */
        .entry__body h4 {
          font-size: 1.875rem;
          line-height: 1.875rem; } }
      @media screen and (min-width: 1200px) {
        /* line 65, sass/helpers/_entry_body.scss */
        .entry__body h4 {
          font-size: 2rem;
          line-height: 2rem; } }
    /* line 81, sass/helpers/_entry_body.scss */
    .entry__body h5 {
      font-size: 1rem;
      line-height: 1.25rem; }
      @media screen and (min-width: 600px) {
        /* line 81, sass/helpers/_entry_body.scss */
        .entry__body h5 {
          font-size: 1.25rem; } }
      @media screen and (min-width: 980px) {
        /* line 81, sass/helpers/_entry_body.scss */
        .entry__body h5 {
          font-size: 1.5rem;
          line-height: 1.5rem; } }
      @media screen and (min-width: 1200px) {
        /* line 81, sass/helpers/_entry_body.scss */
        .entry__body h5 {
          font-size: 1.75rem;
          line-height: 1.75rem; } }
    /* line 97, sass/helpers/_entry_body.scss */
    .entry__body h6 {
      text-transform: inherit;
      font-size: 1rem;
      line-height: 1.125rem;
      color: #18aa9d; }
      @media screen and (min-width: 600px) {
        /* line 97, sass/helpers/_entry_body.scss */
        .entry__body h6 {
          font-size: 1.125rem; } }
      @media screen and (min-width: 980px) {
        /* line 97, sass/helpers/_entry_body.scss */
        .entry__body h6 {
          font-size: 1.125rem; } }
      @media screen and (min-width: 1200px) {
        /* line 97, sass/helpers/_entry_body.scss */
        .entry__body h6 {
          font-size: 1.125rem; } }
    /* line 113, sass/helpers/_entry_body.scss */
    .entry__body p {
      margin: 1.2em 0;
      color: #061b19;
      font-weight: 300; }
      @media screen and (min-width: 768px) {
        /* line 113, sass/helpers/_entry_body.scss */
        .entry__body p {
          font-size: 1.125rem;
          line-height: 1.5rem; } }
      @media screen and (min-width: 980px) {
        /* line 113, sass/helpers/_entry_body.scss */
        .entry__body p {
          font-size: 1.375rem;
          margin: 0 0 1.25rem 0;
          line-height: 1.875rem; } }
    /* line 128, sass/helpers/_entry_body.scss */
    .entry__body ul, .entry__body ol {
      margin: 1rem 0 1rem 1.5rem; }
      @media screen and (min-width: 600px) {
        /* line 128, sass/helpers/_entry_body.scss */
        .entry__body ul, .entry__body ol {
          margin: 1rem 0 1rem 2.5rem; } }
      @media screen and (min-width: 1050px) {
        /* line 128, sass/helpers/_entry_body.scss */
        .entry__body ul, .entry__body ol {
          margin: 1.5rem 0 1rem 3.5rem; } }
    /* line 138, sass/helpers/_entry_body.scss */
    .entry__body ul {
      list-style: disc; }
    /* line 142, sass/helpers/_entry_body.scss */
    .entry__body ol {
      list-style-type: decimal; }
    /* line 146, sass/helpers/_entry_body.scss */
    .entry__body li {
      margin: 0.5em 0;
      color: #061b19; }
      @media screen and (min-width: 1050px) {
        /* line 146, sass/helpers/_entry_body.scss */
        .entry__body li {
          margin: 0.75em 0; } }
    /* line 154, sass/helpers/_entry_body.scss */
    .entry__body dl {
      margin: 1.2em 0; }
    /* line 158, sass/helpers/_entry_body.scss */
    .entry__body dt {
      font-weight: bold;
      color: #575757; }
    /* line 163, sass/helpers/_entry_body.scss */
    .entry__body dd {
      margin: 0 0 0.5em;
      padding-left: 1rem;
      color: #575757; }
    /* line 169, sass/helpers/_entry_body.scss */
    .entry__body a {
      color: #18aa9d; }
      /* line 171, sass/helpers/_entry_body.scss */
      .entry__body a:hover, .entry__body a:focus {
        color: #18aa9d; }
    /* line 177, sass/helpers/_entry_body.scss */
    .entry__body blockquote {
      position: relative;
      background-image: url(/wp-content/themes/wp-stf-rdsn/images/quote_left.png);
      background-repeat: no-repeat;
      background-position: 0 100%;
      background-size: auto 100%;
      padding: 1.5rem 1.0rem;
      text-align: center;
      color: white;
      font-style: normal; }
      @media screen and (min-width: 980px) {
        /* line 177, sass/helpers/_entry_body.scss */
        .entry__body blockquote {
          background-image: url(/wp-content/themes/wp-stf-rdsn/images/quote_left.png), url(/wp-content/themes/wp-stf-rdsn/images/quote_right.png);
          background-repeat: no-repeat, no-repeat;
          background-position: 0 100%, 100% 100%;
          background-size: auto 100%, auto 100%; } }
      /* line 91, sass/helpers/_mixins.scss */
      .entry__body blockquote::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background: -webkit-linear-gradient(top left, #061b19 0%, #213063 100%);
        background: -o-linear-gradient(top left, #061b19 0%, #213063 100%);
        background: linear-gradient(to bottom right, #061b19 0%, #213063 100%); }
      @media screen and (min-width: 600px) {
        /* line 177, sass/helpers/_entry_body.scss */
        .entry__body blockquote {
          margin: 2rem 0;
          padding: 2rem 3rem; } }
      @media screen and (min-width: 768px) {
        /* line 177, sass/helpers/_entry_body.scss */
        .entry__body blockquote {
          padding: 2rem 5rem; } }
      /* line 190, sass/helpers/_entry_body.scss */
      .entry__body blockquote > *:first-child {
        margin-top: 0; }
      /* line 193, sass/helpers/_entry_body.scss */
      .entry__body blockquote > *:last-child {
        margin-bottom: 0; }
      /* line 196, sass/helpers/_entry_body.scss */
      .entry__body blockquote p {
        color: white;
        font-size: 1.125rem;
        line-height: 1.5rem; }
        @media screen and (min-width: 600px) {
          /* line 196, sass/helpers/_entry_body.scss */
          .entry__body blockquote p {
            font-size: 1.125rem;
            line-height: 1.875rem; } }
    /* line 207, sass/helpers/_entry_body.scss */
    .entry__body blockquote.embedly-card {
      display: none; }
    /* line 211, sass/helpers/_entry_body.scss */
    .entry__body strong,
    .entry__body b,
    .entry__body th {
      font-weight: 700; }
    /* line 217, sass/helpers/_entry_body.scss */
    .entry__body em, .entry__body i {
      font-style: italic; }
    /* line 221, sass/helpers/_entry_body.scss */
    .entry__body code {
      font-family: "Lucida Console", Monaco, monospace;
      font-size: 0.9em;
      color: #575757; }
    /* line 227, sass/helpers/_entry_body.scss */
    .entry__body table {
      width: 100%;
      margin: 1.2em 0; }
    /* line 232, sass/helpers/_entry_body.scss */
    .entry__body td, .entry__body th {
      border: 1px solid #E3E3E3;
      padding: 0.2em;
      color: #575757; }
    @media screen and (min-width: 768px) {
      /* line 238, sass/helpers/_entry_body.scss */
      .entry__body aside.advisory {
        float: right;
        margin-left: 60px;
        margin-bottom: 50px;
        min-height: 50vh; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    /* line 238, sass/helpers/_entry_body.scss */
    .entry__body aside.advisory {
      margin-top: 0.3125rem; } }
  @media screen and (min-width: 768px) and (min-width: 980px) {
    /* line 238, sass/helpers/_entry_body.scss */
    .entry__body aside.advisory {
      margin-top: 0.5rem; } }
    /* line 251, sass/helpers/_entry_body.scss */
    .entry__body aside.advisory h3 {
      margin-top: 0;
      width: 100%; }
      @media screen and (min-width: 768px) {
        /* line 251, sass/helpers/_entry_body.scss */
        .entry__body aside.advisory h3 {
          font-size: 1.25rem; } }
      @media screen and (min-width: 980px) {
        /* line 251, sass/helpers/_entry_body.scss */
        .entry__body aside.advisory h3 {
          font-size: 1.5rem; } }
      @media screen and (min-width: 1200px) {
        /* line 251, sass/helpers/_entry_body.scss */
        .entry__body aside.advisory h3 {
          font-size: 1.75rem; } }
    /* line 264, sass/helpers/_entry_body.scss */
    .entry__body aside.advisory ul {
      list-style: none;
      margin-left: 0; }
      /* line 267, sass/helpers/_entry_body.scss */
      .entry__body aside.advisory ul li {
        color: #061b19;
        font-size: 1.125rem;
        line-height: 1.5rem; }
        @media screen and (min-width: 600px) {
          /* line 267, sass/helpers/_entry_body.scss */
          .entry__body aside.advisory ul li {
            font-size: 1.125rem;
            line-height: 1.875rem; } }
        @media screen and (min-width: 980px) {
          /* line 267, sass/helpers/_entry_body.scss */
          .entry__body aside.advisory ul li {
            font-size: 1.375rem;
            margin: 0 0 1.25rem 0;
            line-height: 1.875rem; } }
    /* line 282, sass/helpers/_entry_body.scss */
    .entry__body aside.advisory a {
      position: relative;
      display: inline-block;
      color: #18aa9d;
      font-weight: 700;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        /* line 282, sass/helpers/_entry_body.scss */
        .entry__body aside.advisory a {
          font-size: 1.25rem; } }
      /* line 291, sass/helpers/_entry_body.scss */
      .entry__body aside.advisory a:hover {
        color: #061b19;
        text-decoration: none; }
        /* line 294, sass/helpers/_entry_body.scss */
        .entry__body aside.advisory a:hover:after {
          background-image: url("/wp-content/themes/wp-stf-rdsn/images/arrow-right-red.svg");
          background-position: left -36px top;
          background-repeat: no-repeat; }
      /* line 300, sass/helpers/_entry_body.scss */
      .entry__body aside.advisory a:after {
        content: '';
        position: absolute;
        top: 6px;
        right: -25px;
        width: 15px;
        height: 18px;
        background-image: url("/wp-content/themes/wp-stf-rdsn/images/arrow-right-red.svg");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 45px 18px; }
    /* line 2, sass/helpers/_entry_img.scss */
    .entry__body picture img {
      max-width: none;
      width: 100%; }
    /* line 8, sass/helpers/_entry_img.scss */
    .entry__body .caption {
      width: 90%;
      margin: 0.625rem auto 1.25rem auto;
      font-size: 0.875rem;
      line-height: 1.25rem;
      text-align: center;
      color: #575757; }
      @media screen and (min-width: 600px) {
        /* line 8, sass/helpers/_entry_img.scss */
        .entry__body .caption {
          font-size: 1rem;
          line-height: 1.375rem; } }
      @media screen and (min-width: 768px) {
        /* line 8, sass/helpers/_entry_img.scss */
        .entry__body .caption {
          font-size: 0.875rem; } }
      @media screen and (min-width: 980px) {
        /* line 8, sass/helpers/_entry_img.scss */
        .entry__body .caption {
          margin: 1.25rem auto;
          font-size: 1.0625rem; } }
    /* line 28, sass/helpers/_entry_img.scss */
    .entry__body .alignnone {
      margin: 1.5em 0; }
    /* line 32, sass/helpers/_entry_img.scss */
    .entry__body .aligncenter {
      margin: 1.5em auto; }
    /* line 36, sass/helpers/_entry_img.scss */
    .entry__body .full {
      width: 100%; }
    /* line 40, sass/helpers/_entry_img.scss */
    .entry__body .large-img {
      width: 100%; }
      @media screen and (min-width: 768px) {
        /* line 40, sass/helpers/_entry_img.scss */
        .entry__body .large-img {
          width: 90%; } }
    /* line 47, sass/helpers/_entry_img.scss */
    .entry__body .medium-img {
      width: 90%; }
      @media screen and (min-width: 768px) {
        /* line 47, sass/helpers/_entry_img.scss */
        .entry__body .medium-img {
          width: 75%; } }
    /* line 54, sass/helpers/_entry_img.scss */
    .entry__body .small-img {
      width: 75%; }
      @media screen and (min-width: 768px) {
        /* line 54, sass/helpers/_entry_img.scss */
        .entry__body .small-img {
          width: 50%; } }
    /* line 61, sass/helpers/_entry_img.scss */
    .entry__body .thumbnail {
      width: 150px; }
      @media screen and (min-width: 768px) {
        /* line 61, sass/helpers/_entry_img.scss */
        .entry__body .thumbnail {
          width: 300px; } }
    /* line 68, sass/helpers/_entry_img.scss */
    .entry__body .alignleft,
    .entry__body .alignright {
      clear: both;
      max-width: 50%; }
      @media screen and (min-width: 768px) {
        /* line 68, sass/helpers/_entry_img.scss */
        .entry__body .alignleft,
        .entry__body .alignright {
          max-width: 60%; } }
    /* line 76, sass/helpers/_entry_img.scss */
    .entry__body .alignleft {
      float: left;
      margin: 0.3em 1.2em 0.4em 0; }
    /* line 80, sass/helpers/_entry_img.scss */
    .entry__body .alignright {
      float: right;
      margin: 0.3em 0 0.4em 1.2em; }
    /* line 8, sass/helpers/_button.scss */
    .entry__body .button-link {
      display: table;
      padding: 0.625rem 1rem;
      color: white;
      background: #18aa9d;
      font-family: "Ringside Condensed", sans-serif;
      font-weight: 500;
      font-weight: 800 !important;
      text-transform: uppercase;
      text-align: center;
      width: 75%;
      margin: 1.25rem auto 2.5rem !important; }
      @media screen and (min-width: 600px) {
        /* line 8, sass/helpers/_button.scss */
        .entry__body .button-link {
          width: auto;
          font-size: 1rem;
          padding: 0.625rem 1.25rem; } }
      @media screen and (min-width: 768px) {
        /* line 8, sass/helpers/_button.scss */
        .entry__body .button-link {
          font-size: 1.375rem;
          padding: 0.625rem 4.375rem;
          margin: 1.875rem auto 3.125rem !important; } }
      /* line 29, sass/helpers/_button.scss */
      .entry__body .button-link:hover {
        background: #061b19;
        color: white;
        text-decoration: none; }
      /* line 34, sass/helpers/_button.scss */
      .entry__body .button-link:active, .entry__body .button-link:focus {
        color: white; }
      /* line 38, sass/helpers/_button.scss */
      .entry__body .button-link--left .button-link {
        margin-right: auto !important;
        margin-left: 0 !important; }
      /* line 44, sass/helpers/_button.scss */
      .entry__body .button-link--right .button-link {
        margin-left: auto !important;
        margin-right: 0; }
    /* line 1, sass/helpers/_callout.scss */
    .entry__body .callout {
      font-weight: bold;
      font-size: 1.25rem;
      text-align: center;
      line-height: 1.3; }
      @media screen and (min-width: 980px) {
        /* line 1, sass/helpers/_callout.scss */
        .entry__body .callout {
          font-size: 1.5rem; } }
    /* line 1, sass/modules/_email-signup.scss */
    .entry__body .email-signup {
      margin: 0.625rem;
      background: #F2F2F2;
      padding: 1.5rem 0.75rem; }
      @media screen and (min-width: 600px) {
        /* line 1, sass/modules/_email-signup.scss */
        .entry__body .email-signup {
          margin: 1rem; } }
      @media screen and (min-width: 980px) {
        /* line 1, sass/modules/_email-signup.scss */
        .entry__body .email-signup {
          padding: 3.5rem 2rem; } }
      /* line 13, sass/modules/_email-signup.scss */
      .entry .entry__body .email-signup {
        margin: 0 !important; }
      /* line 17, sass/modules/_email-signup.scss */
      .entry__body .email-signup__hed {
        font-weight: bold;
        font-size: 2.25rem;
        color: #061b19;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.2;
        margin: 0 0 0.5em; }
        @media screen and (min-width: 980px) {
          /* line 17, sass/modules/_email-signup.scss */
          .entry__body .email-signup__hed {
            font-size: 2.5rem;
            margin-bottom: 0.7em; } }
      /* line 31, sass/modules/_email-signup.scss */
      .entry__body .email-signup .at-inner {
        background: transparent; }
      /* line 34, sass/modules/_email-signup.scss */
      .entry__body .email-signup .at-legend,
      .entry__body .email-signup .multistep-footer {
        display: none; }
      /* line 38, sass/modules/_email-signup.scss */
      .entry__body .email-signup .at-fieldset,
      .entry__body .email-signup .at-form-submit {
        padding: 0 !important; }
        /* line 41, sass/modules/_email-signup.scss */
        .entry__body .email-signup .at-fieldset .at-submit,
        .entry__body .email-signup .at-form-submit .at-submit {
          font-weight: normal; }
      /* line 46, sass/modules/_email-signup.scss */
      .entry__body .email-signup .thankYou {
        font-size: 1.5rem;
        text-align: center;
        color: #061b19;
        font-weight: bold; }
      /* line 53, sass/modules/_email-signup.scss */
      .entry__body .email-signup .at form {
        padding: 0 0.5rem;
        max-width: 400px;
        margin: 0 auto; }
        @media screen and (min-width: 980px) {
          /* line 53, sass/modules/_email-signup.scss */
          .entry__body .email-signup .at form {
            margin: 0 auto;
            padding: 0;
            max-width: 350px;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: end;
            align-items: flex-end; } }
      /* line 67, sass/modules/_email-signup.scss */
      .entry__body .email-signup label.at-text {
        margin: 0;
        font-size: 0.875rem;
        color: #061b19; }
        /* line 71, sass/modules/_email-signup.scss */
        .entry__body .email-signup label.at-text input[type="email"] {
          background: white;
          border: none;
          color: #061b19;
          font-size: 1.125rem;
          font-family: "Ringside Condensed", sans-serif;
          font-weight: 500;
          padding: 1rem;
          width: 100%;
          border-radius: 0;
          height: auto;
          margin: 0; }
          @media screen and (min-width: 980px) {
            /* line 71, sass/modules/_email-signup.scss */
            .entry__body .email-signup label.at-text input[type="email"] {
              width: calc(100% - 16px); } }
          /* line 85, sass/modules/_email-signup.scss */
          .entry__body .email-signup label.at-text input[type="email"]::-webkit-input-placeholder {
            color: #979797; }
          .entry__body .email-signup label.at-text input[type="email"]:-ms-input-placeholder {
            color: #979797; }
          .entry__body .email-signup label.at-text input[type="email"]::-ms-input-placeholder {
            color: #979797; }
          .entry__body .email-signup label.at-text input[type="email"]::placeholder {
            color: #979797; }
      /* line 92, sass/modules/_email-signup.scss */
      .entry__body .email-signup .at-form-submit input[type="submit"] {
        margin: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: none;
        background: #18aa9d;
        font-size: 1.375rem;
        text-transform: uppercase;
        font-family: "Knockout-70", sans-serif;
        text-transform: uppercase;
        padding: 0.7375rem 1rem;
        width: 100%;
        text-align: center;
        color: white;
        margin-top: 1rem; }
        @media screen and (min-width: 980px) {
          /* line 92, sass/modules/_email-signup.scss */
          .entry__body .email-signup .at-form-submit input[type="submit"] {
            margin-top: 0;
            margin-left: 1rem; } }
        /* line 109, sass/modules/_email-signup.scss */
        .entry__body .email-signup .at-form-submit input[type="submit"]:hover {
          background: #B33D2C; }
      /* line 116, sass/modules/_email-signup.scss */
      .entry__body .email-signup .rs_success {
        font-size: 1.5rem;
        text-align: center;
        color: #061b19;
        font-weight: bold; }
      /* line 122, sass/modules/_email-signup.scss */
      .entry__body .email-signup .rsform {
        max-width: 400px;
        margin: 0 auto;
        padding: 0 0.5rem; }
        @media screen and (min-width: 980px) {
          /* line 122, sass/modules/_email-signup.scss */
          .entry__body .email-signup .rsform {
            margin: 0 auto;
            padding: 0;
            max-width: 469px;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center; } }
        @media screen and (min-width: 1200px) {
          /* line 122, sass/modules/_email-signup.scss */
          .entry__body .email-signup .rsform {
            margin-bottom: 1rem; } }
        /* line 136, sass/modules/_email-signup.scss */
        .entry__body .email-signup .rsform__field, .entry__body .email-signup .rsform__field--required, .entry__body .email-signup .rsform__field--invalid {
          width: 100%; }
          @media screen and (min-width: 980px) {
            /* line 136, sass/modules/_email-signup.scss */
            .entry__body .email-signup .rsform__field, .entry__body .email-signup .rsform__field--required, .entry__body .email-signup .rsform__field--invalid {
              flex-shrink: 0;
              width: auto; } }
        /* line 145, sass/modules/_email-signup.scss */
        .entry__body .email-signup .rsform__field--error {
          margin-top: 0.2em;
          color: #061b19; }
        /* line 149, sass/modules/_email-signup.scss */
        .entry__body .email-signup .rsform input[type="email"] {
          background: white;
          border: none;
          color: #061b19;
          font-size: 1.125rem;
          padding: 1rem;
          width: calc(100% - 32px); }
          /* line 156, sass/modules/_email-signup.scss */
          .entry__body .email-signup .rsform input[type="email"]::-webkit-input-placeholder {
            color: #979797; }
          .entry__body .email-signup .rsform input[type="email"]:-ms-input-placeholder {
            color: #979797; }
          .entry__body .email-signup .rsform input[type="email"]::-ms-input-placeholder {
            color: #979797; }
          .entry__body .email-signup .rsform input[type="email"]::placeholder {
            color: #979797; }
        /* line 163, sass/modules/_email-signup.scss */
        .entry__body .email-signup .rsform input[type="submit"] {
          -moz-appearance: none;
          -webkit-appearance: none;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border: none;
          background: #18aa9d;
          font-size: 1.375rem;
          text-transform: uppercase;
          font-family: "Knockout-70", sans-serif;
          text-transform: uppercase;
          padding: 0.84375rem 1rem;
          width: 100%;
          text-align: center;
          color: white;
          margin-top: 1rem; }
          @media screen and (min-width: 980px) {
            /* line 163, sass/modules/_email-signup.scss */
            .entry__body .email-signup .rsform input[type="submit"] {
              margin-top: 0;
              margin-left: 1rem; } }
    /* line 65, sass/modules/_entry.scss */
    .entry__body > *:first-child {
      margin-top: 0; }
    /* line 68, sass/modules/_entry.scss */
    .entry__body > *:last-child {
      margin-bottom: 0; }
  /* line 72, sass/modules/_entry.scss */
  .entry__image {
    margin-bottom: 1.25rem; }

/* line 1, sass/modules/_pagination.scss */
.pagination {
  margin: 0 0 3.125rem 0; }
  /* line 3, sass/modules/_pagination.scss */
  .pagination .page-numbers {
    text-align: center;
    margin: 0 auto; }
    /* line 6, sass/modules/_pagination.scss */
    .pagination .page-numbers li {
      display: inline-block;
      font-size: 1.25rem; }
      /* line 9, sass/modules/_pagination.scss */
      .pagination .page-numbers li .current {
        padding: 0 0.625rem;
        font-weight: 700; }
      /* line 13, sass/modules/_pagination.scss */
      .pagination .page-numbers li a {
        font-family: "Ringside Condensed", sans-serif;
        font-weight: 500;
        color: #061b19;
        padding: 0 0.625rem; }
        /* line 17, sass/modules/_pagination.scss */
        .pagination .page-numbers li a:hover {
          color: #18aa9d;
          text-decoration: none; }
  /* line 24, sass/modules/_pagination.scss */
  .pagination .prev {
    position: relative;
    top: 6px;
    width: 15px;
    background-image: url("/wp-content/themes/wp-stf-rdsn/images/arrow-left.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40px 14px; }
    /* line 32, sass/modules/_pagination.scss */
    .pagination .prev:hover {
      background-position: right 12px top; }
  /* line 36, sass/modules/_pagination.scss */
  .pagination .next {
    position: relative;
    top: 6px;
    left: 9px;
    width: 15px;
    background-image: url("/wp-content/themes/wp-stf-rdsn/images/arrow-right.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40px 14px; }
    /* line 45, sass/modules/_pagination.scss */
    .pagination .next:hover {
      background-position: right 12px top; }

/* line 51, sass/modules/_pagination.scss */
.pagination--single {
  overflow: hidden;
  margin: 0 1.0rem;
  padding: 3.125rem 0 0 0; }
  @media screen and (min-width: 980px) {
    /* line 51, sass/modules/_pagination.scss */
    .pagination--single {
      padding: 6.25rem 0; } }

/* line 59, sass/modules/_pagination.scss */
.pagination__link {
  position: relative;
  color: #061b19;
  text-transform: uppercase;
  font-weight: 700; }
  /* line 64, sass/modules/_pagination.scss */
  .pagination__link:hover {
    text-decoration: none;
    color: #18aa9d; }
  @media screen and (min-width: 768px) {
    /* line 59, sass/modules/_pagination.scss */
    .pagination__link {
      font-size: 1.375rem; } }
  /* line 71, sass/modules/_pagination.scss */
  .pagination__link--prev {
    float: left;
    margin-left: 20px; }
    /* line 74, sass/modules/_pagination.scss */
    .pagination__link--prev:before {
      content: '';
      position: absolute;
      top: 3px;
      left: -20px;
      width: 15px;
      height: 18px;
      background-image: url("/wp-content/themes/wp-stf-rdsn/images/arrow-left.svg");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 45px 18px; }
    /* line 87, sass/modules/_pagination.scss */
    .pagination__link--prev:hover:before {
      background-position: right 6.5px top; }
  /* line 92, sass/modules/_pagination.scss */
  .pagination__link--next {
    float: right;
    margin-right: 27px; }
    /* line 95, sass/modules/_pagination.scss */
    .pagination__link--next:after {
      content: '';
      position: absolute;
      top: 3px;
      right: -27px;
      width: 15px;
      height: 18px;
      background-image: url("/wp-content/themes/wp-stf-rdsn/images/arrow-right.svg");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 45px 18px; }
    /* line 108, sass/modules/_pagination.scss */
    .pagination__link--next:hover:after {
      background-position: right 6.5px top; }

@media screen and (min-width: 768px) {
  /* line 1, sass/modules/_post-list.scss */
  .post-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  /* line 1, sass/modules/_post-list.scss */
  .post-list {
    margin-left: -1.8125rem;
    margin-right: -1.8125rem; } }

@media screen and (min-width: 1200px) {
  /* line 1, sass/modules/_post-list.scss */
  .post-list {
    margin-left: -2.5rem;
    margin-right: -2.5rem; } }

/* line 15, sass/modules/_post-list.scss */
.post-item {
  box-sizing: border-box;
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 768px) {
    /* line 15, sass/modules/_post-list.scss */
    .post-item {
      max-width: 50%; } }
  @media screen and (min-width: 980px) {
    /* line 15, sass/modules/_post-list.scss */
    .post-item {
      margin-bottom: 0; } }
  /* line 24, sass/modules/_post-list.scss */
  .post-item .post-item__image {
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 768px) {
      /* line 24, sass/modules/_post-list.scss */
      .post-item .post-item__image {
        margin-bottom: 0.875rem; } }
    @media screen and (min-width: 768px) {
      /* line 29, sass/modules/_post-list.scss */
      .post-item .post-item__image img {
        width: 100%;
        height: 245px;
        -o-object-fit: cover;
        object-fit: cover; } }
  /* line 37, sass/modules/_post-list.scss */
  .post-item .post-item__hed {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #18aa9d;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      /* line 37, sass/modules/_post-list.scss */
      .post-item .post-item__hed {
        font-size: 1.375rem;
        line-height: 1.625rem; } }
    @media screen and (min-width: 980px) {
      /* line 37, sass/modules/_post-list.scss */
      .post-item .post-item__hed {
        font-size: 1.375rem;
        line-height: 1.625rem; } }
  /* line 51, sass/modules/_post-list.scss */
  .post-item .post-item__led {
    color: #575757;
    font-size: 1.0625rem;
    line-height: 1.25rem;
    padding-bottom: 0.5625rem; }
    @media screen and (min-width: 980px) {
      /* line 51, sass/modules/_post-list.scss */
      .post-item .post-item__led {
        font-size: 1.25rem;
        line-height: 1.5rem; } }
  /* line 61, sass/modules/_post-list.scss */
  .post-item a {
    display: block;
    text-decoration: none;
    color: #575757; }
    @media screen and (min-width: 768px) {
      /* line 61, sass/modules/_post-list.scss */
      .post-item a {
        padding: 0 1.25rem 2.5rem; } }
    @media screen and (min-width: 980px) {
      /* line 61, sass/modules/_post-list.scss */
      .post-item a {
        padding: 0 2.5rem 3.75rem; } }
    /* line 72, sass/modules/_post-list.scss */
    .post-item a:hover .post-item__hed {
      color: #18aa9d; }

/* line 1, sass/modules/_profile.scss */
.profile {
  width: 90%;
  margin: 0 auto;
  display: block; }
  @media screen and (min-width: 768px) {
    /* line 1, sass/modules/_profile.scss */
    .profile {
      overflow: auto;
      max-width: 1000px;
      position: relative;
      margin: 0 auto; } }
  /* line 9, sass/modules/_profile.scss */
  .profile .entry__body {
    clear: both;
    padding-top: 1.25rem; }
    @media screen and (min-width: 768px) {
      /* line 9, sass/modules/_profile.scss */
      .profile .entry__body {
        padding-top: 1.875rem; } }

@media screen and (min-width: 768px) {
  /* line 17, sass/modules/_profile.scss */
  .profile-image {
    float: left;
    width: 50%; }
    /* line 21, sass/modules/_profile.scss */
    .profile-image img {
      max-width: 470px; } }

/* line 26, sass/modules/_profile.scss */
.profile-category {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding-bottom: 0.625rem;
  overflow: hidden;
  font-family: "Ringside Condensed", sans-serif;
  font-weight: 500;
  font-weight: 700;
  color: #061b19;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    /* line 26, sass/modules/_profile.scss */
    .profile-category {
      font-size: 1.875rem;
      line-height: 2.25rem; } }
  @media screen and (min-width: 768px) {
    /* line 26, sass/modules/_profile.scss */
    .profile-category {
      text-align: left;
      font-size: 2.25rem;
      line-height: 2.875rem;
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 980px) {
    /* line 26, sass/modules/_profile.scss */
    .profile-category {
      font-size: 3.125rem;
      line-height: 3.75rem;
      padding-bottom: 1.875rem; } }

/* line 52, sass/modules/_profile.scss */
.profile-details {
  color: #061b19; }
  @media screen and (min-width: 768px) {
    /* line 52, sass/modules/_profile.scss */
    .profile-details {
      float: left;
      width: 50%; } }

@media screen and (min-width: 600px) {
  /* line 59, sass/modules/_profile.scss */
  .profile-details__col {
    float: left;
    width: 50%;
    margin-bottom: 1.25rem; } }

@media screen and (min-width: 768px) {
  /* line 59, sass/modules/_profile.scss */
  .profile-details__col {
    float: none;
    width: auto;
    padding-left: 75px; } }

/* line 71, sass/modules/_profile.scss */
.profile-details__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  /* line 74, sass/modules/_profile.scss */
  .profile-details__list .profile-details__cat, .profile-details__list .profile-details__value {
    position: relative;
    padding: 0.3125rem 0; }
    @media screen and (min-width: 980px) {
      /* line 74, sass/modules/_profile.scss */
      .profile-details__list .profile-details__cat, .profile-details__list .profile-details__value {
        padding: 0.9375rem 0;
        font-size: 1.5rem; } }
    /* line 81, sass/modules/_profile.scss */
    .profile-details__list .profile-details__cat:after, .profile-details__list .profile-details__value:after {
      content: '';
      background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      top: 0;
      right: 0;
      height: 20px;
      width: 35px; }
  /* line 91, sass/modules/_profile.scss */
  .profile-details__list .profile-details__cat {
    width: 40%;
    font-weight: 700; }
  /* line 95, sass/modules/_profile.scss */
  .profile-details__list .profile-details__value {
    width: 60%;
    overflow: hidden; }
    /* line 98, sass/modules/_profile.scss */
    .profile-details__list .profile-details__value a {
      color: #18aa9d; }

/* line 103, sass/modules/_profile.scss */
.profile-details__link {
  color: #18aa9d;
  font-weight: 700;
  text-transform: uppercase; }

/* line 109, sass/modules/_profile.scss */
.profile-details__hed {
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "Ringside Condensed", sans-serif;
  font-weight: 500;
  font-weight: 700;
  color: #061b19; }
  @media screen and (min-width: 600px) {
    /* line 109, sass/modules/_profile.scss */
    .profile-details__hed {
      font-size: 1.625rem;
      line-height: 1.75rem; } }
  @media screen and (min-width: 980px) {
    /* line 109, sass/modules/_profile.scss */
    .profile-details__hed {
      padding-bottom: 0;
      font-size: 2.25rem;
      line-height: 2.875rem; } }

/* line 127, sass/modules/_profile.scss */
.profile-details__subhed {
  font-family: "Ringside Condensed", sans-serif;
  font-weight: 500;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #061b19;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    /* line 127, sass/modules/_profile.scss */
    .profile-details__subhed {
      font-size: 1.875rem;
      line-height: 1.75rem;
      margin-top: 0;
      margin-bottom: 0.9375rem; } }
  @media screen and (min-width: 980px) {
    /* line 127, sass/modules/_profile.scss */
    .profile-details__subhed {
      margin-top: 0.3125rem;
      font-size: 3.125rem;
      line-height: 3rem; } }

/* line 149, sass/modules/_profile.scss */
.profile-details--led {
  color: #061b19;
  line-height: 1.125rem; }
  @media screen and (min-width: 768px) {
    /* line 149, sass/modules/_profile.scss */
    .profile-details--led {
      width: calc(50% - 40px);
      padding-left: 40px; } }
  /* line 156, sass/modules/_profile.scss */
  .profile-details--led p, .profile-details--led h1, .profile-details--led h2, .profile-details--led h3, .profile-details--led h4, .profile-details--led h5, .profile-details--led h6 {
    margin: 0 0 0.9375rem 0;
    font-weight: 300; }
    @media screen and (min-width: 768px) {
      /* line 156, sass/modules/_profile.scss */
      .profile-details--led p, .profile-details--led h1, .profile-details--led h2, .profile-details--led h3, .profile-details--led h4, .profile-details--led h5, .profile-details--led h6 {
        font-size: 1.125rem;
        line-height: 1.5rem; } }
    @media screen and (min-width: 980px) {
      /* line 156, sass/modules/_profile.scss */
      .profile-details--led p, .profile-details--led h1, .profile-details--led h2, .profile-details--led h3, .profile-details--led h4, .profile-details--led h5, .profile-details--led h6 {
        font-size: 1.375rem;
        margin: 0 0 1.25rem 0;
        line-height: 1.875rem; } }
  /* line 169, sass/modules/_profile.scss */
  .profile-details--led .profile-details__hed {
    padding-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-family: "Ringside Condensed", sans-serif;
    font-weight: 500;
    font-weight: 700;
    color: #061b19; }
    @media screen and (min-width: 600px) {
      /* line 169, sass/modules/_profile.scss */
      .profile-details--led .profile-details__hed {
        font-size: 1.625rem;
        line-height: 1.75rem; } }
    @media screen and (min-width: 980px) {
      /* line 169, sass/modules/_profile.scss */
      .profile-details--led .profile-details__hed {
        padding-bottom: 0;
        font-size: 2.25rem;
        line-height: 2.875rem; } }
  /* line 186, sass/modules/_profile.scss */
  .profile-details--led a {
    color: #18aa9d; }
    /* line 188, sass/modules/_profile.scss */
    .profile-details--led a:hover, .profile-details--led a:focus {
      color: #18aa9d; }
  /* line 193, sass/modules/_profile.scss */
  .profile-details--led .profile-details__link {
    position: relative;
    display: inline-block;
    color: #18aa9d;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      /* line 193, sass/modules/_profile.scss */
      .profile-details--led .profile-details__link {
        font-size: 1.25rem; } }
    /* line 202, sass/modules/_profile.scss */
    .profile-details--led .profile-details__link:hover {
      color: #061b19;
      text-decoration: none; }
      /* line 205, sass/modules/_profile.scss */
      .profile-details--led .profile-details__link:hover:after {
        background-image: url("/wp-content/themes/wp-stf-rdsn/images/arrow-right-red.svg") !important;
        background-position: left -36px top;
        background-repeat: no-repeat; }
    /* line 211, sass/modules/_profile.scss */
    .profile-details--led .profile-details__link:after {
      content: '';
      position: absolute;
      top: 1px;
      right: -25px;
      width: 15px;
      height: 18px;
      background-image: url("/wp-content/themes/wp-stf-rdsn/images/arrow-right-red.svg") !important;
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 45px 18px; }
      @media screen and (min-width: 768px) {
        /* line 211, sass/modules/_profile.scss */
        .profile-details--led .profile-details__link:after {
          top: 4px; } }
      @media screen and (min-width: 980px) {
        /* line 211, sass/modules/_profile.scss */
        .profile-details--led .profile-details__link:after {
          top: 6px; } }

/* line 233, sass/modules/_profile.scss */
.profile--excerpt .profile__item {
  margin-bottom: 1.5625rem; }
  @media screen and (min-width: 768px) {
    /* line 233, sass/modules/_profile.scss */
    .profile--excerpt .profile__item {
      display: -webkit-box;
      display: flex;
      margin-bottom: 3.125rem; } }

/* line 240, sass/modules/_profile.scss */
.profile--excerpt .profile-image {
  margin-bottom: 0.9375rem; }

/* line 1, sass/modules/_sm-nav.scss */
.sm-nav {
  width: 100%; }
  /* line 3, sass/modules/_sm-nav.scss */
  .header .sm-nav {
    width: 100%;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 4;
    order: 3;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 1.875rem 0; }
    @media screen and (min-width: 1200px) {
      /* line 3, sass/modules/_sm-nav.scss */
      .header .sm-nav {
        -webkit-box-ordinal-group: 3;
        order: 2;
        width: auto;
        margin: 0; } }
    /* line 15, sass/modules/_sm-nav.scss */
    .header .sm-nav__link {
      margin-right: 1.5rem; }
      /* line 17, sass/modules/_sm-nav.scss */
      .header .sm-nav__link:last-child {
        -webkit-box-ordinal-group: 0;
        order: -1; }
  /* line 22, sass/modules/_sm-nav.scss */
  .sm-nav__icon {
    fill: white;
    height: 32px;
    width: 32px; }
    @media screen and (min-width: 1200px) {
      /* line 22, sass/modules/_sm-nav.scss */
      .sm-nav__icon {
        fill: #061b19; } }
    /* line 31, sass/modules/_sm-nav.scss */
    .sm-nav__icon--twitter {
      height: 31px;
      width: 38px; }

/* line 1, sass/modules/_donate.scss */
.donate {
  margin-bottom: 3.25rem;
  max-width: 910px; }
  /* line 4, sass/modules/_donate.scss */
  .donate__hed {
    text-align: center;
    color: #061b19;
    font-size: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 0.6em;
    font-weight: bold; }
    @media screen and (min-width: 980px) {
      /* line 4, sass/modules/_donate.scss */
      .donate__hed {
        text-align: left; } }
  /* line 15, sass/modules/_donate.scss */
  .donate__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  /* line 24, sass/modules/_donate.scss */
  .donate__radio:checked + .donate__label {
    background-color: #061b19;
    color: white; }
  /* line 29, sass/modules/_donate.scss */
  .donate__other[type='text'] {
    border: none;
    background-color: white;
    color: #061b19;
    margin: 0 0.3125rem 0.5rem 0.3125rem;
    padding: 0.875rem 1rem;
    font-weight: 800;
    font-size: 1.6875rem;
    width: 100px;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-transform: uppercase;
    text-align: center; }
    /* line 41, sass/modules/_donate.scss */
    .donate__other[type='text']:placeholder {
      color: #061b19; }
    @media screen and (min-width: 768px) {
      /* line 29, sass/modules/_donate.scss */
      .donate__other[type='text'] {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        flex: 0 1 auto; } }
    @media screen and (min-width: 980px) {
      /* line 29, sass/modules/_donate.scss */
      .donate__other[type='text'] {
        width: 120px;
        font-size: 2.125rem;
        margin-right: 1.5rem; } }
  /* line 54, sass/modules/_donate.scss */
  .donate__other--focus[type='text'] {
    background-color: #061b19;
    color: white; }
  /* line 59, sass/modules/_donate.scss */
  .donate__label {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: -0.05em;
    text-indent: 0.05em;
    text-align: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin: 0 0.3125rem 0.5rem 0.3125rem;
    background-color: white;
    color: #061b19;
    font-weight: 800;
    padding: 0.875rem 1rem;
    font-size: 1.6875rem; }
    /* line 74, sass/modules/_donate.scss */
    .donate__label:hover {
      background-color: #18aa9d;
      color: white; }
    @media screen and (min-width: 768px) {
      /* line 59, sass/modules/_donate.scss */
      .donate__label {
        margin-bottom: 0; } }
    @media screen and (min-width: 980px) {
      /* line 59, sass/modules/_donate.scss */
      .donate__label {
        font-size: 2.125rem;
        margin-right: 1.5rem;
        margin-left: 0; } }
  /* line 87, sass/modules/_donate.scss */
  .donate__sup {
    position: relative;
    top: -2px;
    font-size: 1.375rem;
    margin-right: 2px;
    margin-left: -8px; }
    @media screen and (min-width: 980px) {
      /* line 87, sass/modules/_donate.scss */
      .donate__sup {
        font-size: 1.875rem; } }
  /* line 97, sass/modules/_donate.scss */
  .donate__link {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    font-size: 1.375rem;
    margin: 0 0.3125rem 0.5rem; }
    @media screen and (min-width: 768px) {
      /* line 97, sass/modules/_donate.scss */
      .donate__link {
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        margin-bottom: 0;
        font-size: 1.5rem; } }
    @media screen and (min-width: 980px) {
      /* line 97, sass/modules/_donate.scss */
      .donate__link {
        margin: 0;
        font-size: 1.75rem; } }

/* line 114, sass/modules/_donate.scss */
.ngp-form .at-title {
  display: none; }

/* line 1, sass/modules/_marq.scss */
.marq {
  margin: 0 0.625rem 0.625rem;
  padding-bottom: 1.5rem;
  background-color: #061b19;
  color: white; }
  @media screen and (min-width: 600px) {
    /* line 1, sass/modules/_marq.scss */
    .marq {
      margin: 0 1rem 1rem; } }
  @media screen and (min-width: 980px) {
    /* line 1, sass/modules/_marq.scss */
    .marq {
      padding: 4.75rem 2rem;
      position: relative;
      z-index: 0; }
      /* line 13, sass/modules/_marq.scss */
      .marq::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0;
        z-index: -2; }
      /* line 25, sass/modules/_marq.scss */
      .marq::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: url(/wp-content/themes/wp-stf-rdsn/images/homepage-marquee-lines.png);
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: auto 100%;
        z-index: -1; } }
  /* line 39, sass/modules/_marq.scss */
  .marq__hed {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    padding: 6.25rem 0.75rem;
    font-size: 3.25rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 0; }
    @media screen and (min-width: 600px) {
      /* line 39, sass/modules/_marq.scss */
      .marq__hed {
        font-size: 3.5rem;
        padding: 9.375rem 1.5rem; } }
    @media screen and (min-width: 768px) {
      /* line 39, sass/modules/_marq.scss */
      .marq__hed {
        padding: 12.5rem 1.5rem; } }
    @media screen and (min-width: 980px) {
      /* line 39, sass/modules/_marq.scss */
	  .marq__container {max-width:50%;}
      .marq__hed {
        background-image: none !important;
        padding: 0;
        margin: 0;
        text-align: left;
        font-size: 4.0625rem;
        margin-bottom: 0.4em; } }
    @media screen and (min-width: 1320px) {
      /* line 39, sass/modules/_marq.scss */
      .marq__hed {
        padding: 8.125rem 1.5rem 0 0; } }
    /* line 68, sass/modules/_marq.scss */
    .marq__hed::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-image: url(/wp-content/themes/wp-stf-rdsn/images/homepage-marquee-lines.png);
      background-repeat: no-repeat;
      background-position: 100% 0;
      background-size: auto 100%;
      z-index: -1; }
      @media screen and (min-width: 980px) {
        /* line 68, sass/modules/_marq.scss */
        .marq__hed::before {
          display: none; } }
  /* line 85, sass/modules/_marq.scss */
  .marq__dek {
    padding: 1.25rem 1.25rem 0;
    font-weight: bold;
    line-height: 1.3; }
    @media screen and (min-width: 600px) {
      /* line 85, sass/modules/_marq.scss */
      .marq__dek {
        font-size: 1.125rem; } }
    @media screen and (min-width: 980px) {
      /* line 85, sass/modules/_marq.scss */
      .marq__dek {
        padding: 0;
        margin: 0;
        font-size: 1.375rem;
        max-width: 100%;
        margin-bottom: 3.5rem; } }
    @media screen and (min-width: 1200px) {
      /* line 85, sass/modules/_marq.scss */
      .marq__dek {
        max-width: 800px; } }
    /* line 102, sass/modules/_marq.scss */
    .marq__dek p {
      margin-bottom: 1em; }
  /* line 106, sass/modules/_marq.scss */
  .marq__button {
    margin: 1.5rem 1.5rem 0; }
    @media screen and (min-width: 600px) {
      /* line 106, sass/modules/_marq.scss */
      .marq__button {
        margin-left: auto;
        margin-right: auto;
        max-width: 240px; } }
    @media screen and (min-width: 980px) {
      /* line 106, sass/modules/_marq.scss */
      .marq__button {
        margin-left: 0;
        max-width: 100px; } }
    @media screen and (min-width: 1320px) {
      /* line 106, sass/modules/_marq.scss */
      .marq__button {
        margin-bottom: 6.25rem; } }
  /* line 121, sass/modules/_marq.scss */
  .marq__gifford-nav {
    display: none; }
    @media screen and (min-width: 980px) {
      /* line 121, sass/modules/_marq.scss */
      .marq__gifford-nav {
        display: none;
        position: absolute;
        top: 1.5rem;
        right: 2rem;
        background: rgba(255, 255, 255, 0.7);
        color: #061b19;
        padding: 0.5rem 1.5rem; }
        /* line 131, sass/modules/_marq.scss */
        .marq__gifford-nav a {
          color: #061b19; } }

/* line 1, sass/modules/_mobile-signup.scss */
.mobile-signup {
  margin: 0.625rem;
  background: #F2F2F2; }
  @media screen and (min-width: 600px) {
    /* line 1, sass/modules/_mobile-signup.scss */
    .mobile-signup {
      margin: 1rem; } }
  @media screen and (min-width: 980px) {
    /* line 1, sass/modules/_mobile-signup.scss */
    .mobile-signup {
      display: -webkit-box;
      display: flex;
      padding: 2rem; } }
  @media screen and (min-width: 1200px) {
    /* line 1, sass/modules/_mobile-signup.scss */
    .mobile-signup {
      padding: 2.5rem;
      -webkit-box-align: center;
      align-items: center; } }
  @media screen and (min-width: 980px) {
    /* line 15, sass/modules/_mobile-signup.scss */
    .mobile-signup__pic {
      flex-shrink: 0;
      width: 40%;
      max-width: 456px;
      margin-right: 2rem; } }
  /* line 23, sass/modules/_mobile-signup.scss */
  .mobile-signup__inner {
    padding: 2rem 1.25rem 1.25rem; }
    @media screen and (min-width: 980px) {
      /* line 23, sass/modules/_mobile-signup.scss */
      .mobile-signup__inner {
        padding: 0;
        flex-shrink: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        width: calc(60% - 32px); } }
  /* line 32, sass/modules/_mobile-signup.scss */
  .mobile-signup__hed {
    font-size: 2.5rem;
    color: #061b19;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  /* line 39, sass/modules/_mobile-signup.scss */
  .mobile-signup__dek {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #061b19;
    font-weight: 300; }
  /* line 46, sass/modules/_mobile-signup.scss */
  .mobile-signup .rs_success {
    font-size: 1.5rem;
    text-align: center;
    color: #061b19;
    font-weight: bold; }
    @media screen and (min-width: 980px) {
      /* line 46, sass/modules/_mobile-signup.scss */
      .mobile-signup .rs_success {
        text-align: left; } }
  /* line 55, sass/modules/_mobile-signup.scss */
  .mobile-signup .rsform {
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (min-width: 980px) {
      /* line 55, sass/modules/_mobile-signup.scss */
      .mobile-signup .rsform {
        margin: 0;
        max-width: 469px;
        display: -webkit-box;
        display: flex; } }
    @media screen and (min-width: 1200px) {
      /* line 55, sass/modules/_mobile-signup.scss */
      .mobile-signup .rsform {
        margin-bottom: 1rem; } }
    /* line 66, sass/modules/_mobile-signup.scss */
    .mobile-signup .rsform__field, .mobile-signup .rsform__field--required, .mobile-signup .rsform__field--invalid {
      width: 100%; }
      @media screen and (min-width: 980px) {
        /* line 66, sass/modules/_mobile-signup.scss */
        .mobile-signup .rsform__field, .mobile-signup .rsform__field--required, .mobile-signup .rsform__field--invalid {
          flex-shrink: 0;
          width: auto; } }
    /* line 75, sass/modules/_mobile-signup.scss */
    .mobile-signup .rsform__field--error {
      margin-top: 0.2em;
      color: #061b19; }
    /* line 79, sass/modules/_mobile-signup.scss */
    .mobile-signup .rsform input[type="tel"] {
      background: white;
      border: none;
      color: #061b19;
      font-size: 1.125rem;
      padding: 1rem;
      width: calc(100% - 32px); }
      @media screen and (min-width: 980px) {
        /* line 79, sass/modules/_mobile-signup.scss */
        .mobile-signup .rsform input[type="tel"] {
          width: calc(300px - 32px); } }
      /* line 89, sass/modules/_mobile-signup.scss */
      .mobile-signup .rsform input[type="tel"]::-webkit-input-placeholder {
        color: #979797; }
      .mobile-signup .rsform input[type="tel"]:-ms-input-placeholder {
        color: #979797; }
      .mobile-signup .rsform input[type="tel"]::-ms-input-placeholder {
        color: #979797; }
      .mobile-signup .rsform input[type="tel"]::placeholder {
        color: #979797; }
    /* line 96, sass/modules/_mobile-signup.scss */
    .mobile-signup .rsform input[type="submit"] {
      -moz-appearance: none;
      -webkit-appearance: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border: none;
      background: #18aa9d;
      font-size: 1.375rem;
      text-transform: uppercase;
      font-family: "Knockout-70", sans-serif;
      text-transform: uppercase;
      padding: 0.84375rem 1rem;
      width: 100%;
      text-align: center;
      color: white;
      margin-top: 1rem; }
      @media screen and (min-width: 980px) {
        /* line 96, sass/modules/_mobile-signup.scss */
        .mobile-signup .rsform input[type="submit"] {
          margin-top: 0;
          margin-left: 1rem; } }
      /* line 112, sass/modules/_mobile-signup.scss */
      .mobile-signup .rsform input[type="submit"]:hover {
        background: #061b19; }

/* line 1, sass/modules/_photoblock.scss */
.photoblock {
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 768px) {
    /* line 1, sass/modules/_photoblock.scss */
    .photoblock {
      display: -webkit-box;
      display: flex; } }
  /* line 6, sass/modules/_photoblock.scss */
  .photoblock__photo {
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 768px) {
      /* line 6, sass/modules/_photoblock.scss */
      .photoblock__photo {
        width: 30%; } }
  @media screen and (min-width: 768px) {
    /* line 12, sass/modules/_photoblock.scss */
    .photoblock__details {
      width: 65%;
      padding-left: 5%; } }
  /* line 18, sass/modules/_photoblock.scss */
  .photoblock h2 {
    margin-top: 0 !important; }
  /* line 22, sass/modules/_photoblock.scss */
  .photoblock:nth-child(odd) .photoblock__photo {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-left: 5%; }
  /* line 26, sass/modules/_photoblock.scss */
  .photoblock:nth-child(odd) .photoblock__details {
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding-left: 0; }

/* line 1, sass/modules/_resources.scss */
.resources {
  margin: 4.375rem 0.625rem 0.625rem;
  background-color: #F2F2F2;
  padding: 0 1.0rem 1.0rem 1.0rem; }
  @media screen and (min-width: 600px) {
    /* line 1, sass/modules/_resources.scss */
    .resources {
      display: -webkit-box;
      display: flex;
      padding: 1.0rem;
      margin: 4.375rem 1rem 1rem; } }
  @media screen and (min-width: 768px) {
    /* line 1, sass/modules/_resources.scss */
    .resources {
      padding: 2.0rem; } }

/* line 14, sass/modules/_resources.scss */
.resources__hed {
  padding: 1.0rem 0; }
  @media screen and (min-width: 600px) {
    /* line 16, sass/modules/_resources.scss */
    .resources__hed--mobile {
      display: none; } }

@media screen and (min-width: 600px) {
  /* line 22, sass/modules/_resources.scss */
  .resources__image {
    width: 40%;
    margin-top: 5px;
    margin-right: 1.0rem; } }

@media screen and (min-width: 768px) {
  /* line 22, sass/modules/_resources.scss */
  .resources__image {
    width: 35%;
    margin-right: 2.0rem; } }

@media screen and (min-width: 980px) {
  /* line 22, sass/modules/_resources.scss */
  .resources__image {
    width: 25%; } }

@media screen and (min-width: 980px) {
  /* line 22, sass/modules/_resources.scss */
  .resources__image {
    width: 25%; } }

/* line 40, sass/modules/_resources.scss */
.resources__content .resources__hed {
  display: none; }
  @media screen and (min-width: 600px) {
    /* line 40, sass/modules/_resources.scss */
    .resources__content .resources__hed {
      display: block;
      padding: 0;
      margin: 0 !important; } }

/* line 49, sass/modules/_resources.scss */
.resources__list {
  list-style: none !important;
  margin: 0 !important; }
  /* line 53, sass/modules/_resources.scss */
  .resources__list .resources__list-item a {
    display: block;
    padding-bottom: 0.50rem; }

/* line 1, sass/modules/_support.scss */
.support::after, .support::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 50%;

    transform: skew(45deg)
               translateX(-50%);
    width: 75%;
    height: 100%;
    background-image: linear-gradient(120deg,#088a7d,#4fcdc5);
    background-color: #333;
    opacity: .7;
}
.support::before {
    transform: skew(-65deg) 
               translateX(-50%);
}
.support {
    overflow: hidden;
}

.support {
  margin: 0.625rem;
  padding: 2.5rem 1.25rem 1.5rem;
  color: white;
  position: relative;
  background:#000;
/*
  background-image: url(/wp-content/themes/wp-stf-rdsn/images/quote_left.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: auto 100%; 
*/
}
.support__content {
	z-index:10;
	position:relative;
}

  @media screen and (min-width: 980px) {
    /* line 1, sass/modules/_support.scss */
/*
    .support {
      background-image: url(/wp-content/themes/wp-stf-rdsn/images/quote_left.png), url(/wp-content/themes/wp-stf-rdsn/images/quote_right.png);
      background-repeat: no-repeat, no-repeat;
      background-position: 0 100%, 100% 100%;
      background-size: auto 100%, auto 100%;
    }
*/
  }
  /* line 91, sass/helpers/_mixins.scss */
/*
  .support::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: -webkit-linear-gradient(to bottom right, #0f2d25 0%, #0f8d85 50%, #0f2d25 100%));
    background: -o-linear-gradient(to bottom right, #0f2d25 0%, #0f8d85 50%, #0f2d25 100%);
    background: linear-gradient(to bottom right, #0f2d25 0%, #0f8d85 50%, #0f2d25 100%); }
*/
  @media screen and (min-width: 600px) {
    /* line 1, sass/modules/_support.scss */
    .support {
      margin: 1rem;
      padding: 2.5rem 2rem 1.5rem; } }
  @media screen and (min-width: 600px) {
    /* line 1, sass/modules/_support.scss */
    .support {
      padding: 2.5rem 4rem 1.5rem; } }
  @media screen and (min-width: 980px) {
    /* line 1, sass/modules/_support.scss */
    .support {
      padding: 5rem 4rem;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center; } }
  @media screen and (min-width: 980px) {
    /* line 19, sass/modules/_support.scss */
    .support__content {
      margin: 0 auto;
      max-width: 780px; } }
  /* line 27, sass/modules/_support.scss */
  .support__hed {
    font-size: 2.625rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0.4em; }
    @media screen and (min-width: 980px) {
      /* line 27, sass/modules/_support.scss */
      .support__hed {
        text-align: left;
        font-size: 3.5rem; } }
    @media screen and (min-width: 1200px) {
      /* line 27, sass/modules/_support.scss */
      .support__hed {
        font-size: 3.75rem; } }
  /* line 42, sass/modules/_support.scss */
  .support__dek {
    font-size: 1.1875rem;
    margin-bottom: 1.2em;
    line-height: 1.4; }
    @media screen and (min-width: 980px) {
      /* line 42, sass/modules/_support.scss */
      .support__dek {
        font-size: 1.375rem; } }
    @media screen and (min-width: 1200px) {
      /* line 42, sass/modules/_support.scss */
      .support__dek {
        font-size: 1.5rem; } }
  /* line 53, sass/modules/_support.scss */
  .support__button {
    max-width: 320px;
    margin: 0 auto; }
    @media screen and (min-width: 980px) {
      /* line 53, sass/modules/_support.scss */
      .support__button {
        min-width: 112px;
        max-width: 112px;
        margin: 0; } }

/* line 1, sass/modules/_email-signup.scss */
.email-signup {
  margin: 0.625rem;
  background: #F2F2F2;
  padding: 1.5rem 0.75rem; }
  @media screen and (min-width: 600px) {
    /* line 1, sass/modules/_email-signup.scss */
    .email-signup {
      margin: 1rem; } }
  @media screen and (min-width: 980px) {
    /* line 1, sass/modules/_email-signup.scss */
    .email-signup {
      padding: 3.5rem 2rem; } }
  /* line 13, sass/modules/_email-signup.scss */
  .entry .email-signup {
    margin: 0 !important; }
  /* line 17, sass/modules/_email-signup.scss */
  .email-signup__hed {
    font-weight: bold;
    font-size: 2.25rem;
    color: #061b19;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 0.5em; }
    @media screen and (min-width: 980px) {
      /* line 17, sass/modules/_email-signup.scss */
      .email-signup__hed {
        font-size: 2.5rem;
        margin-bottom: 0.7em; } }
  /* line 31, sass/modules/_email-signup.scss */
  .email-signup .at-inner {
    background: transparent; }
  /* line 34, sass/modules/_email-signup.scss */
  .email-signup .at-legend,
  .email-signup .multistep-footer {
    display: none; }
  /* line 38, sass/modules/_email-signup.scss */
  .email-signup .at-fieldset,
  .email-signup .at-form-submit {
    padding: 0 !important; }
    /* line 41, sass/modules/_email-signup.scss */
    .email-signup .at-fieldset .at-submit,
    .email-signup .at-form-submit .at-submit {
      font-weight: normal; }
  /* line 46, sass/modules/_email-signup.scss */
  .email-signup .thankYou {
    font-size: 1.5rem;
    text-align: center;
    color: #061b19;
    font-weight: bold; }
  /* line 53, sass/modules/_email-signup.scss */
  .email-signup .at form {
    padding: 0 0.5rem;
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (min-width: 980px) {
      /* line 53, sass/modules/_email-signup.scss */
      .email-signup .at form {
        margin: 0 auto;
        padding: 0;
        max-width: 350px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        align-items: flex-end; } }
  /* line 67, sass/modules/_email-signup.scss */
  .email-signup label.at-text {
    margin: 0;
    font-size: 0.875rem;
    color: #061b19; }
    /* line 71, sass/modules/_email-signup.scss */
    .email-signup label.at-text input[type="email"] {
      background: white;
      border: none;
      color: #061b19;
      font-size: 1.125rem;
      font-family: "Ringside Condensed", sans-serif;
      font-weight: 500;
      padding: 1rem;
      width: 100%;
      border-radius: 0;
      height: auto;
      margin: 0; }
      @media screen and (min-width: 980px) {
        /* line 71, sass/modules/_email-signup.scss */
        .email-signup label.at-text input[type="email"] {
          width: calc(100% - 16px); } }
      /* line 85, sass/modules/_email-signup.scss */
      .email-signup label.at-text input[type="email"]::-webkit-input-placeholder {
        color: #979797; }
      .email-signup label.at-text input[type="email"]:-ms-input-placeholder {
        color: #979797; }
      .email-signup label.at-text input[type="email"]::-ms-input-placeholder {
        color: #979797; }
      .email-signup label.at-text input[type="email"]::placeholder {
        color: #979797; }
  /* line 92, sass/modules/_email-signup.scss */
  .email-signup .at-form-submit input[type="submit"] {
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    background: #18aa9d;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-family: "Knockout-70", sans-serif;
    text-transform: uppercase;
    padding: 0.7375rem 1rem;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 1rem; }
    @media screen and (min-width: 980px) {
      /* line 92, sass/modules/_email-signup.scss */
      .email-signup .at-form-submit input[type="submit"] {
        margin-top: 0;
        margin-left: 1rem; } }
    /* line 109, sass/modules/_email-signup.scss */
    .email-signup .at-form-submit input[type="submit"]:hover {
      background: #087a6d; }
  /* line 116, sass/modules/_email-signup.scss */
  .email-signup .rs_success {
    font-size: 1.5rem;
    text-align: center;
    color: #061b19;
    font-weight: bold; }
  /* line 122, sass/modules/_email-signup.scss */
  .email-signup .rsform {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 0.5rem; }
    @media screen and (min-width: 980px) {
      /* line 122, sass/modules/_email-signup.scss */
      .email-signup .rsform {
        margin: 0 auto;
        padding: 0;
        max-width: 469px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center; } }
    @media screen and (min-width: 1200px) {
      /* line 122, sass/modules/_email-signup.scss */
      .email-signup .rsform {
        margin-bottom: 1rem; } }
    /* line 136, sass/modules/_email-signup.scss */
    .email-signup .rsform__field, .email-signup .rsform__field--required, .email-signup .rsform__field--invalid {
      width: 100%; }
      @media screen and (min-width: 980px) {
        /* line 136, sass/modules/_email-signup.scss */
        .email-signup .rsform__field, .email-signup .rsform__field--required, .email-signup .rsform__field--invalid {
          flex-shrink: 0;
          width: auto; } }
    /* line 145, sass/modules/_email-signup.scss */
    .email-signup .rsform__field--error {
      margin-top: 0.2em;
      color: #061b19; }
    /* line 149, sass/modules/_email-signup.scss */
    .email-signup .rsform input[type="email"] {
      background: white;
      border: none;
      color: #061b19;
      font-size: 1.125rem;
      padding: 1rem;
      width: calc(100% - 32px); }
      /* line 156, sass/modules/_email-signup.scss */
      .email-signup .rsform input[type="email"]::-webkit-input-placeholder {
        color: #979797; }
      .email-signup .rsform input[type="email"]:-ms-input-placeholder {
        color: #979797; }
      .email-signup .rsform input[type="email"]::-ms-input-placeholder {
        color: #979797; }
      .email-signup .rsform input[type="email"]::placeholder {
        color: #979797; }
    /* line 163, sass/modules/_email-signup.scss */
    .email-signup .rsform input[type="submit"] {
      -moz-appearance: none;
      -webkit-appearance: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border: none;
      background: #18aa9d;
      font-size: 1.375rem;
      text-transform: uppercase;
      font-family: "Knockout-70", sans-serif;
      text-transform: uppercase;
      padding: 0.84375rem 1rem;
      width: 100%;
      text-align: center;
      color: white;
      margin-top: 1rem; }
      @media screen and (min-width: 980px) {
        /* line 163, sass/modules/_email-signup.scss */
        .email-signup .rsform input[type="submit"] {
          margin-top: 0;
          margin-left: 1rem; } }

/* line 1, sass/modules/_stats.scss */
.stats__headline {
  color: #18aa9d;
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    /* line 1, sass/modules/_stats.scss */
    .stats__headline {
      margin-top: 2.5rem;
      font-size: 1.75rem;
      line-height: 2.0625rem; } }
  @media screen and (min-width: 980px) {
    /* line 1, sass/modules/_stats.scss */
    .stats__headline {
      margin-top: 1.875rem;
      margin-bottom: 3.125rem;
      font-size: 2rem;
      line-height: 2.375rem; } }

/* line 17, sass/modules/_stats.scss */
.stats-item {
  border-bottom: 1px solid #E3E3E3; }
  @media screen and (min-width: 768px) {
    /* line 17, sass/modules/_stats.scss */
    .stats-item {
      display: -webkit-box;
      display: flex;
      margin: 1.5625rem 0;
      padding-bottom: 1.5625rem; } }

/* line 25, sass/modules/_stats.scss */
.stats-item > .stats-details__hed {
  text-align: center; }
  @media screen and (min-width: 768px) {
    /* line 25, sass/modules/_stats.scss */
    .stats-item > .stats-details__hed {
      display: none; } }

/* line 33, sass/modules/_stats.scss */
.stats-graphic {
  margin: 1.5625rem auto 0 auto;
  text-align: center; }
  /* line 36, sass/modules/_stats.scss */
  .stats-graphic .percent-circle {
    text-align: center;
    margin: 0 auto; }
  /* line 40, sass/modules/_stats.scss */
  .stats-graphic .stats-graphic__caption {
    margin: 0.625rem 0 0 0;
    color: #666;
    font-size: 1rem;
    line-height: 1.1875rem; }

/* line 49, sass/modules/_stats.scss */
.stats-details {
  margin: 1.5625rem 0; }
  @media screen and (min-width: 768px) {
    /* line 49, sass/modules/_stats.scss */
    .stats-details {
      margin: 1.5625rem 0 0 1.5625rem;
      min-width: 75%; } }
  @media screen and (min-width: 768px) {
    /* line 55, sass/modules/_stats.scss */
    .stats-details .stats-details__hed {
      margin-top: 0;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 980px) {
    /* line 55, sass/modules/_stats.scss */
    .stats-details .stats-details__hed {
      margin-left: 2.5rem; } }
  /* line 64, sass/modules/_stats.scss */
  .stats-details__content {
    color: #061b19; }

/* line 116, sass/modules/_stats.scss */
.pc1 {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  overflow: hidden;
  position: relative; }
  /* line 81, sass/modules/_stats.scss */
  .pc1 svg {
    width: 185px;
    height: 185px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    /* line 86, sass/modules/_stats.scss */
    .pc1 svg .percent-circle-inner {
      fill: white;
      stroke: #18aa9d;
      stroke-width: 40px;
      stroke-dasharray: 0 581.19415px;
      -webkit-transition: stroke-dasharray 0.6s ease-out;
      -o-transition: stroke-dasharray 0.6s ease-out;
      transition: stroke-dasharray 0.6s ease-out; }
  /* line 96, sass/modules/_stats.scss */
  .pc1:after {
    content: attr(data-percent) "%";
    display: block;
    width: 145px;
    height: 145px;
    background: #18aa9d;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    color: white;
    font-size: 3.75rem !important;
    font-weight: 700;
    text-align: center;
    line-height: 145px;
    font-size: 37px; }

/* line 120, sass/modules/_stats.scss */
.hidden {
  display: none; }

/* line 1, sass/modules/_statistics.scss */
.statistics {
  margin: 0.625rem;
  background: #061b19 -webkit-linear-gradient(45deg, #061b19 0%, #0f8d85 100%);
  background: #061b19 -o-linear-gradient(45deg, #061b19 0%, #0f8d85 100%);
  background: #061b19 linear-gradient(45deg, #061b19 0%, #0f8d85 100%);
  color: white;
  padding: 0.0625rem 1.25rem; }
  @media screen and (min-width: 600px) {
    /* line 1, sass/modules/_statistics.scss */
    .statistics {
      margin: 1rem; } }
  @media screen and (min-width: 980px) {
    /* line 1, sass/modules/_statistics.scss */
    .statistics {
      display: -webkit-box;
      display: flex;
      justify-content: space-around;
      padding: 4rem 1rem; } }
  @media screen and (min-width: 1200px) {
    /* line 1, sass/modules/_statistics.scss */
    .statistics {
      padding: 4rem 2rem; } }
  /* line 18, sass/modules/_statistics.scss */
  .statistics__pic {
    position: absolute;
    left: -80px;
    top: 50%;
    z-index: -1;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 980px) {
      /* line 18, sass/modules/_statistics.scss */
      .statistics__pic {
        max-width: 120px; } }
    /* line 30, sass/modules/_statistics.scss */
    .statistics__pic--portrait {
      left: -60px; }
      /* line 32, sass/modules/_statistics.scss */
      .statistics__pic--portrait img {
        max-height: 100px;
        width: auto;
        margin-right: 20%; }
        @media screen and (min-width: 980px) {
          /* line 32, sass/modules/_statistics.scss */
          .statistics__pic--portrait img {
            max-height: 120px; } }
  /* line 42, sass/modules/_statistics.scss */
  .statistics__item {
    margin: 3.75rem auto;
    position: relative;
    max-width: 280px; }
    @media screen and (min-width: 980px) {
      /* line 42, sass/modules/_statistics.scss */
      .statistics__item {
        width: calc(33.33% - 32px);
        flex-shrink: 0;
        margin: 0 1rem; } }
    /* line 52, sass/modules/_statistics.scss */
    .statistics__item:last-of-type .statistics__pic {
      left: -100px; }
  /* line 57, sass/modules/_statistics.scss */
  .statistics__stat {
    font-size: 1.1875rem;
    line-height: 1.3; }
    @media screen and (min-width: 980px) {
      /* line 57, sass/modules/_statistics.scss */
      .statistics__stat {
        font-size: 1.5rem; } }
  /* line 64, sass/modules/_statistics.scss */
  .statistics__number {
    display: table;
    font-size: 5rem;
    text-align: center;
    margin-left: 40%;
    font-family: "Knockout-71", sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 980px) {
      /* line 64, sass/modules/_statistics.scss */
      .statistics__number {
        font-size: 6.0625rem;
        margin-left: auto;
        text-align: right; } }
  /* line 78, sass/modules/_statistics.scss */
  .statistics__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 1.25rem;
    margin-top: 1em; }
  /* line 87, sass/modules/_statistics.scss */
  .statistics__link-icon {
    fill: white;
    height: 12px;
    width: 7px;
    margin-left: 0.5em;
    margin-top: 0.0625rem; }

/* line 53, sass/style.scss */
.at {
  max-width: none !important; }
  /* line 55, sass/style.scss */
  .at .multistep-footer {
    display: none; }

/* line 62, sass/style.scss */
.lazyload,
.lazyloading {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }

/* line 67, sass/style.scss */
img.lazyloaded {
  opacity: 1; }

/* line 73, sass/style.scss */
img.pxl {
  bottom: -1px; }

/* line 76, sass/style.scss */
.sprite {
  display: none; }

/* line 79, sass/style.scss */
hr {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  margin: 1.875rem auto;
  border-top: 2px solid #edeef1;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  height: 0; }
  @media screen and (min-width: 768px) {
    /* line 79, sass/style.scss */
    hr {
      margin: 2.8125rem auto; } }
  @media screen and (min-width: 980px) {
    /* line 79, sass/style.scss */
    hr {
      margin: 3.125rem auto; } }
  @media screen and (min-width: 1200px) {
    /* line 79, sass/style.scss */
    hr {
      margin: 3.75rem auto; } }

/* line 1, sass/plugins/_inbed-all.scss */
.inbed {
  position: relative;
  height: 0;
  overflow: hidden; }
  /* line 4, sass/plugins/_inbed-all.scss */
  .inbed.inbed-video {
    padding-bottom: 56.25%; }
  /* line 12, sass/plugins/_inbed-all.scss */
  .inbed.inbed-image {
    padding-bottom: 78.25%; }
  /* line 17, sass/plugins/_inbed-all.scss */
  .inbed.inbed-audio {
    padding-bottom: 18.25%; }
  /* line 21, sass/plugins/_inbed-all.scss */
  .inbed.today {
    padding-bottom: calc(56.25% + 75px); }
  /* line 24, sass/plugins/_inbed-all.scss */
  .inbed.msnbc {
    padding-bottom: calc(56.25% + 100px); }
  /* line 27, sass/plugins/_inbed-all.scss */
  .inbed.square {
    padding-bottom: 100%; }
  /* line 43, sass/plugins/_inbed-all.scss */
  .inbed iframe, .inbed object, .inbed embed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* line 2, sass/helpers/_fallbacks.scss */
.lt-ie9 label, .lt-ie8 label, .lt-ie7 label {
  display: block !important; }

/* line 6, sass/helpers/_fallbacks.scss */
.lt-ie7 img {
  -ms-interpolation-mode: bicubic; }

/* line 9, sass/helpers/_fallbacks.scss */
.lt-ie6 html {
  -webkit-filter: expression(document.execCommand("BackgroundImageCache",false,true));
  filter: expression(document.execCommand("BackgroundImageCache",false,true)); }

@media print {
  /* line 14, sass/helpers/_fallbacks.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  /* line 20, sass/helpers/_fallbacks.scss */
  a, a:visited {
    text-decoration: underline; }
  /* line 21, sass/helpers/_fallbacks.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }
  /* line 22, sass/helpers/_fallbacks.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* Don't show links for images,or javascript/internal links*/
  /* line 25, sass/helpers/_fallbacks.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* line 26, sass/helpers/_fallbacks.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /* line 30, sass/helpers/_fallbacks.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  /* line 31, sass/helpers/_fallbacks.scss */
  tr, img {
    page-break-inside: avoid; }
  /* line 32, sass/helpers/_fallbacks.scss */
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  /* line 34, sass/helpers/_fallbacks.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  /* line 38, sass/helpers/_fallbacks.scss */
  h2, h3 {
    page-break-after: avoid; } }
