/** RESET **/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

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

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

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

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

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

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

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/** SETUP **/
/** WIDTHS **/
/** FONTS **/
/** COLORS **/
@font-face {
  font-family: "BerninaSans-Compressed";
  src: url("../fonts/bernino/BerninoSans-Web-CompressedBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/bernino/BerninoSans-Web-CompressedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/bernino/BerninoSans-Web-CompressedBold.woff2") format("woff2"), url("../fonts/bernino/BerninoSans-Web-CompressedBold.woff") format("woff"), url("../fonts/bernino/BerninoSans-Web-CompressedBold.ttf") format("truetype"), url("../fonts/bernino/BerninoSans-Web-CompressedBold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: bold; }

/* PT Serif google font is loaded in ./inc/functions/pagetype-css.php */
html, body {
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "BerninaSans-Compressed", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 30px; }

h2 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 30px; }

h3 {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 30px; }

h4 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 30px; }

h5 {
  font-size: 1.875rem;
  line-height: 1.3;
  margin-bottom: 20px; }

h6 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 16px; }

@media (min-width: 1024px) {
  h1 {
    font-size: 8rem; }
  h2 {
    font-size: 6rem; }
  h3 {
    font-size: 4rem; }
  h4 {
    font-size: 3rem; }
  h5 {
    font-size: 2.25rem; }
  h6 {
    font-size: 1.5rem; } }

p, ol, ul {
  font-family: "PT Serif", serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.35; }

/** UTILITIES **/
/* responsive media */
img, video, audio {
  max-width: 100%;
  height: auto; }

/* text selection */
::selection {
  color: #000;
  background: #fbd404; }

/* clearfix floats */
.clearfix::after {
  content: '';
  display: table;
  clear: both; }

/* box sizing */
html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important; } }

a {
  color: inherit;
  text-decoration: none; }

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform; }

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.2); }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe, .embed-container .embed-container object, .embed-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }

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

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.font-head {
  font-family: "BerninaSans-Compressed", sans-serif; }

.font-text {
  font-family: "PT Serif", serif; }

.text-head {
  font-family: "BerninaSans-Compressed", sans-serif; }

.text-text {
  font-family: "PT Serif", serif; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-allcaps {
  text-transform: uppercase; }

.text-caps {
  text-transform: capitalize; }

.text-lower {
  text-transform: lowercase; }

.text-unset {
  text-transform: unset; }

.text-small {
  font-size: 0.875rem; }

.text-base {
  font-size: 1rem; }

.text-large {
  font-size: 1.5rem; }

.text-xlarge {
  font-size: 1.875rem; }

.text-giant {
  font-size: 3rem; }

.text-xgiant {
  font-size: 3.75rem; }

.text-xxgiant {
  font-size: 4.5rem; }

.toggle-content {
  display: none; }

.toggle-content.is-visible {
  display: block; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.full-width {
  width: 100%; }

.no-radius {
  border-radius: 0; }

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-border {
  border: none !important; }

.no-border:hover {
  border: none !important; }

.margin-top {
  margin-top: 1rem; }

.margin-right {
  margin-right: 1rem; }

.margin-bottom {
  margin-bottom: 1rem; }

.margin-left {
  margin-left: 1rem; }

.grid-center {
  display: grid;
  place-items: center; }

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-small, .flex-large {
  flex-basis: 100%; }

@media (min-width: 1024px) {
  .flex-large {
    flex: 1; } }

.bg-blue {
  background-color: #00b0f0;
  color: #fff; }
  .bg-blue:hover {
    background-color: #00b0f0; }

.bg-red {
  background-color: #ed1d23;
  color: #fff; }
  .bg-red:hover {
    background-color: #ed1d23; }

.bg-orange {
  background-color: #ffa200;
  color: #fff; }
  .bg-orange:hover {
    background-color: #ffa200; }

.bg-black {
  background-color: black;
  color: #fff; }
  .bg-black:hover {
    background-color: black; }

.bg-white {
  background-color: white;
  color: #000; }
  .bg-white:hover {
    background-color: white; }

.bg-white2 {
  background-color: #f2f2f2;
  color: #000; }
  .bg-white2:hover {
    background-color: #f2f2f2; }

.bg-dark_blue {
  background-color: #010137;
  color: #fff; }
  .bg-dark_blue:hover {
    background-color: #010137; }

.bg-dark_red {
  background-color: maroon;
  color: #fff; }
  .bg-dark_red:hover {
    background-color: maroon; }

.rfs-blue {
  color: #00b0f0; }

.rfs_black {
  color: black; }

.rfs_orange {
  color: #ffa200; }

.rfs_red {
  color: #ed1d23; }

.rfs_white {
  color: white; }

.rfs_white2 {
  color: #f2f2f2; }

/** CONFIG **/
/** COMPONENTS **/
/*
.button,
.button_small, 
.button_large {
    background-color:red;
    color:#fff;
    border-radius: .25rem;
    display:inline-block;
}
.button {
    font-size:$base_value;
    padding-top:$base_value*0.75;
    padding-bottom:$base_value*0.75;
    padding-left:$base_value;
    padding-right:$base_value;
}
.button_small {
    font-size:$base_value*0.875;
    padding-top:$base_value*0.5;
    padding-bottom:$base_value*0.5;
    padding-left:$base_value*0.625;
    padding-right:$base_value*0.625;
}
.button_large {
    font-size:$base_value*1.25;
    padding-top:$base_value*0.9375;
    padding-bottom:$base_value*0.9375;
    padding-left:$base_value*1.875;
    padding-right:$base_value*1.875;
}
.button_shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
    border:1px solid #cbd5e0;
}
*/
.cta {
  font-family: "BerninaSans-Compressed", sans-serif;
  font-size: 40px;
  line-height: 1.13;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0px;
  box-shadow: none;
  border-width: 0px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 12px;
  padding-bottom: 8px;
  text-transform: uppercase;
  display: inline-block;
  min-width: 235px;
  width: auto;
  display: block; }

a.cta:hover {
  text-decoration: underline; }

@media (min-width: 600px) {
  .cta {
    padding: 32px 0;
    display: inline-block;
    width: 100%; } }

/** LAYOUT **/
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px; }

header {
  display: flex;
  flex-wrap: wrap;
  font-family: "BerninaSans-Compressed", sans-serif;
  font-size: 25px; }
  header .menu {
    flex: 0 1 20px;
    padding: 12px 0 12px 12px;
    background-color: #000;
    color: #fff; }
    header .menu .fill-current {
      fill: currentColor !important; }
    header .menu svg {
      width: 16px;
      height: 16px; }
  header .logo {
    flex: 0 1 calc(100% - 28px);
    font-family: "BerninaSans-Compressed", sans-serif;
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.09;
    letter-spacing: -0.2px;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 14px 12px 0; }
    header .logo a {
      color: #fff; }
  header nav.primary {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-evenly;
    justify-content: center; }
    header nav.primary a {
      flex: 0 1 33%;
      align-self: center;
      text-align: center;
      text-transform: uppercase;
      height: 40px;
      font-size: 21px;
      line-height: 40px; }
    header nav.primary .run {
      background-color: #00b0f0;
      color: white; }
    header nav.primary .help {
      background-color: white;
      flex-basis: 34%; }
    header nav.primary .give {
      background-color: #ffa200;
      color: white; }
    header nav.primary a.run:hover,
    header nav.primary a.give:hover {
      color: black; }
    header nav.primary a.help:hover {
      background-color: black;
      color: white; }
  header nav.secondary {
    flex: 1 1 100%;
    display: none;
    flex-wrap: wrap;
    background-color: #f2f2f2;
    padding: 24px 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
    header nav.secondary a {
      flex: 1 1 100%;
      font-size: 20px;
      line-height: 32px;
      height: 32px;
      padding: 24px 0 24px 24px; }
    header nav.secondary a:hover {
      color: #ed1d23; }
  header #nav.open {
    display: flex;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    position: absolute;
    top: 52px; }

footer {
  background-color: black;
  color: white;
  padding: 50px 0; }
  footer .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
  footer .site-name {
    font-family: "BerninaSans-Compressed", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase; }
  footer .site-disclaimer {
    font-size: 1rem;
    margin: 0;
    padding: 0; }
  footer .footer-nav .list-header {
    font-family: "Helvetica Neue", sans-serif;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    padding: 16px 0 8px 0; }
  footer .footer-nav ul li {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 100;
    list-style: none;
    margin: 0; }

.header-breaking-banner {
  display: block;
  width: 100%;
  background: #ed1c24;
  color: white;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.2;
  font-family: "PT Serif", serif; }
  .header-breaking-banner a:hover {
    text-decoration: underline; }

.not-found .wp-block-group {
  margin: 0 auto;
  padding: 100px 16px;
  width: 100%;
  content: '';
  display: table;
  clear: both; }
  .not-found .wp-block-group .wp-block-group__inner-container {
    max-width: 780px;
    margin: 0 auto; }

/* Join form - Front page */
.wp-block-group.join-front {
  background-color: black; }
  @media (min-width: 1024px) {
    .wp-block-group.join-front {
      background-color: #f2f2f2; } }
  .wp-block-group.join-front .join-front-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 1024px) {
      .wp-block-group.join-front .join-front-form {
        flex-wrap: nowrap; } }
  .wp-block-group.join-front .gform_body {
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 1024px) {
      .wp-block-group.join-front .gform_body {
        width: 50%; } }
    .wp-block-group.join-front .gform_body input {
      cursor: auto;
      border: none;
      background: white;
      border-radius: 0;
      color: #495057;
      margin: 0;
      padding: 0 2rem;
      font-size: 1rem;
      height: 3.75rem;
      width: 100%; }
  .wp-block-group.join-front .gform_footer {
    flex: 1 1 auto;
    width: 100%;
    margin: 1rem 0 0 0;
    padding: 0; }
    @media (min-width: 1024px) {
      .wp-block-group.join-front .gform_footer {
        width: 50%;
        margin: 0; } }
    .wp-block-group.join-front .gform_footer input {
      width: 100%;
      border: none;
      color: white;
      font-family: "BerninaSans-Compressed", sans-serif;
      font-size: 2.5rem;
      height: 3.75rem;
      background-color: #00b0f0;
      line-height: 1 !important;
      text-transform: uppercase;
      cursor: auto;
      font-size: 40px;
      text-align: center;
      text-decoration: none;
      border-radius: 0px;
      box-shadow: none;
      border-width: 0px;
      padding: 0;
      text-transform: uppercase;
      min-width: 15rem; }
    .wp-block-group.join-front .gform_footer input:hover {
      background-color: #ed1d23;
      cursor: pointer; }

@media (min-width: 1024px) {
  .wrapper {
    max-width: 100%; }
  header {
    position: sticky;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 999;
    line-height: 27px;
    justify-content: flex-start; }
    header .menu {
      display: none;
      flex: 0 0 none; }
    header .logo {
      flex: 1 1 180px;
      background-color: white;
      color: black;
      max-width: 180px;
      margin: 20px 0 0 12px;
      padding: 0;
      text-align: left;
      order: 1; }
      header .logo a {
        color: black; }
    header nav.primary {
      flex: 1 1 215px;
      order: 3;
      align-self: flex-end;
      max-width: 250px;
      height: 100%;
      margin: auto 0 auto auto; }
      header nav.primary a {
        align-self: normal; }
      header nav.primary .help {
        background-color: black;
        color: white; }
      header nav.primary a.help:hover {
        background-color: white;
        color: black; }
    header nav.secondary {
      flex: 1 2 50%;
      order: 2;
      align-self: flex-start;
      display: flex;
      opacity: 1;
      pointer-events: all;
      visibility: visible;
      flex-wrap: nowrap;
      background-color: white;
      padding: 20px 0 12px 0;
      position: relative; }
      header nav.secondary a {
        flex: 0 1 auto;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 16px;
        padding: 0 15px; }
    header #nav.open {
      position: relative; }
  footer {
    width: 100%; }
    footer .container {
      max-width: 1170px;
      margin: 0 auto; }
    footer .site-info {
      margin-bottom: 24px; }
    footer .site-name {
      font-size: 5rem; }
    footer .footer-nav {
      display: flex;
      justify-content: flex-start; }
      footer .footer-nav .list-section {
        display: inline-block;
        flex-basis: auto;
        padding-right: 32px; } }

@media (min-width: 769px) and (max-width: 1382px) {
  header nav.primary {
    margin: auto;
    min-width: 100%; } }

@media (min-width: 769px) and (max-width: 1132px) {
  header nav.secondary a {
    font-size: 12px; } }

.can_embed.form #can_embed_form_inner > h2 {
  font-family: "BerninaSans-Compressed", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  border-bottom: none !important;
  margin-bottom: 1rem !important;
  padding-bottom: 1rem !important;
  line-height: 1; }

#can_embed_form_inner > h2 + h4 {
  font-family: "PT Serif", serif;
  font-size: 1.5rem;
  text-transform: none;
  text-align: center;
  border-bottom: none !important;
  margin-bottom: 1rem !important;
  padding-bottom: 1rem !important; }

#can_embed_form_inner > h2 + h4:after {
  content: none !important;
  height: 0 !important; }

#can_embed_form input[type=text],
#can_embed_form input[type=password],
#can_embed_form input[type=url],
#can_embed_form input[type=email],
#can_embed_form input[type=tel],
#can_embed_form input[type=number] {
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-family: "PT Serif", serif !important;
  line-height: 3 !important;
  height: 3.875rem !important;
  width: 100% !important; }
