@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/* Colors */
.action-cta {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

@media (min-width: 48em) {
  .action-cta {
    font-size: 1.8rem;
  }
}

@media (min-width: 64em) {
  .action-cta {
    font-size: 2.1rem;
  }
}

@media (min-width: 81.25em) {
  .action-cta {
    font-size: 2.4rem;
  }
}

@media (min-width: 100em) {
  .action-cta {
    font-size: 2.7rem;
  }
}

@media (min-width: 112.5em) {
  .action-cta {
    font-size: 3rem;
  }
}

.form-button, .thanks-headline {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  .form-button, .thanks-headline {
    font-size: 1.3rem;
  }
}

@media (min-width: 64em) {
  .form-button, .thanks-headline {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25em) {
  .form-button, .thanks-headline {
    font-size: 1.9rem;
  }
}

@media (min-width: 100em) {
  .form-button, .thanks-headline {
    font-size: 2.3rem;
  }
}

@media (min-width: 112.5em) {
  .form-button, .thanks-headline {
    font-size: 2.6rem;
  }
}

.share-headline, .share-link-label {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .share-headline, .share-link-label {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .share-headline, .share-link-label {
    font-size: 1.2rem;
  }
}

@media (min-width: 81.25em) {
  .share-headline, .share-link-label {
    font-size: 1.3rem;
  }
}

@media (min-width: 100em) {
  .share-headline, .share-link-label {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .share-headline, .share-link-label {
    font-size: 1.5rem;
  }
}

/******************** Brandon's Common Things **************/
html {
  box-sizing: border-box;
}

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

/* Safari input fixes */
input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* Do not show the outline on the skip link target -- part of underscores. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

a:focus {
  outline: thin dotted;
  /* to show where at when tabbing through doc */
}

textarea, input, select, .ui-selectmenu-button, button {
  /* blue glow when on focus */
}

textarea:focus, input:focus, select:focus, .ui-selectmenu-button:focus, button:focus {
  outline: none;
}

address, dl {
  font-style: normal;
}

/*! 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, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 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;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/**
 * 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: 700;
}

/**
 * 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;
}

html {
  background: #6ea286;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-align: center;
  background-color: #6ea286;
  position: relative;
}

.skip-to-main {
  background: #1d548c;
  position: fixed;
  top: 0%;
  left: 0%;
  transform: translateY(-3rem);
  z-index: 1;
  width: 100%;
  color: #fff;
  display: inline-block;
  max-height: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.skip-to-main:focus {
  max-height: 3rem;
  outline: 2px solid #1d548c;
  padding: .5rem;
  z-index: 1000000;
  transform: translateY(0);
}

body.not-alone-share {
  background-color: #37483f;
}

#main_content {
  background-image: url(/theme/custom/newspaper-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.intro {
  width: 100%;
  max-width: 81.25em;
  text-align: left;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}

@media (min-width: 64em) {
  .intro {
    padding: 2rem;
    padding-top: 0;
  }
}

.intro svg {
  width: 8rem;
  height: auto;
  fill: #fff;
  margin-bottom: 1rem;
}

@media (min-width: 64em) {
  .intro svg {
    margin-bottom: 1.5rem;
  }
}

.intro-headline {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  color: #f5ebd8;
  font-size: 2.35rem;
  font-weight: 700;
  margin: 0 auto;
  padding: .5rem 0;
}

@media (min-width: 48em) {
  .intro-headline {
    font-size: 2.5rem;
  }
}

@media (min-width: 64em) {
  .intro-headline {
    font-size: 3.5rem;
  }
}

@media (min-width: 81.25em) {
  .intro-headline {
    font-size: 4rem;
  }
}

@media (min-width: 100em) {
  .intro-headline {
    font-size: 4.5rem;
  }
}

.intro-headline span {
  display: block;
}

.content {
  width: 100%;
  max-width: 100em;
  text-align: left;
  margin: 0 auto;
  padding: 2rem 1rem 1rem 1rem;
}

@media (min-width: 64em) {
  .content {
    padding: 6rem 2rem 2rem 2rem;
  }
}

.content-grid {
  display: flex;
}

.content-blurb {
  font-family: 'Open Sans', sans-serif;
  color: #fdfaf6;
  display: block;
  max-width: 48em;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 64em) {
  .content-blurb {
    font-size: 1.1rem;
    padding: 2rem;
    padding-top: 0;
    padding-left: 0;
  }
}

@media (min-width: 64em) {
  .content-blurb {
    font-size: 1.3rem;
  }
}

.content-blurb p {
  margin-bottom: 1rem;
}

@media (min-width: 64em) {
  .content-blurb p {
    margin-bottom: 1.5rem;
  }
}

.action-wrapper {
  background: no-repeat url(/theme/custom/newspaper.png) center top;
  background-size: cover;
  padding: 2rem 1.5rem 3rem 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 48em) {
  .action-wrapper {
    font-size: 1.1rem;
    width: 45%;
    padding: 1.5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 64em) {
  .action-wrapper {
    margin-top: 2rem;
    width: 37%;
    padding: 2rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 100em) {
  .action-wrapper {
    margin-top: 3rem;
  }
}

.action-cta {
  margin: 1rem auto;
  text-align: center;
  color: #006633;
}

.action-cta-text {
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .action-cta-text {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .action-cta-text {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}

.form {
  width: 100%;
  padding: .75rem .2rem;
  position: relative;
  max-width: 48em;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .form {
    padding: .2rem;
  }
}

.form-row {
  width: 100%;
}

@media (min-width: 48em) {
  .form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    padding: .25rem 0;
  }
}

.form-field {
  padding: .5rem .25rem;
}

@media (min-width: 48em) {
  .form-field {
    width: 50%;
    padding: .25rem;
  }
}

.form-field.wide {
  width: 100%;
}

.form-label {
  display: block;
  text-align: left;
  cursor: pointer;
  margin-bottom: .25rem;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #006633;
}

@media (min-width: 48em) {
  .form-label {
    font-size: .8rem;
  }
}

@media (min-width: 64em) {
  .form-label {
    font-size: 1rem;
  }
}

.form-label:hover {
  color: #0b2138;
}

.form-label-required {
  text-decoration: none;
  color: #f5ebd8;
}

.form-label abbr {
  padding-left: .2rem;
}

.form-input {
  background-color: #fdfaf6;
  width: 100%;
  border: none;
  border-radius: .4rem !important;
  outline: 0;
  padding: .9rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  color: #006633;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  box-shadow: 0 0 0 1px rgba(0, 102, 51, 0.3);
}

.form-input:hover {
  background: #f5ebd8;
}

.form-input:focus {
  background: #fff;
  box-shadow: 0 0 0 3px #006633;
}

.form-input.textarea {
  height: 6rem;
}

@media (min-width: 64em) {
  .form-input.textarea {
    height: 8rem;
  }
}

.form-input.error {
  border-color: #d60000;
}

.form-button {
  background-color: #006633;
  color: #f5ebd8;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  border-radius: .4rem;
  text-transform: uppercase;
  padding: 1rem 1.75rem;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  border: 0;
  outline: 0;
}

@media (min-width: 64em) {
  .form-button {
    padding: 1.5rem 2rem;
  }
}

.form-button:hover {
  background: #0b2138;
  color: #fdfaf6;
  transform: scale(1.05);
}

.form-button:active {
  transform: scale(0.95);
}

.form-button-row {
  margin-top: 0;
  text-align: center;
}

.form-disclaimer {
  margin-top: 2rem;
  font-family: 'Open Sans', sans-serif;
  color: #505050;
  font-size: .9rem;
  display: block;
  text-align: center;
}

@media (min-width: 64em) {
  .form-disclaimer {
    margin-top: 2.5rem;
  }
}

.form-disclaimer a {
  color: #006633;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.form-disclaimer a:hover {
  color: #0b2138;
}

.form-extra-fields {
  max-height: 1px;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.form-extra-fields.reveal {
  visibility: visible;
  max-height: 1000px;
  margin-bottom: 1rem;
}

.grouping {
  margin: 1rem auto;
}

@media (min-width: 48em) {
  .grouping {
    margin: 1.5rem auto;
  }
}

@media (min-width: 64em) {
  .grouping {
    margin: 2rem auto;
  }
}

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

.grouping-option {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  margin-bottom: .5rem;
}

.grouping-option:last-of-type {
  margin-bottom: 0;
}

.grouping-option:hover .grouping-option-selector {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
}

.grouping-option:hover .grouping-option-selector:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.grouping-option:hover .grouping-option-label {
  color: #0b2138;
}

.grouping-option-input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.grouping-option-input:focus {
  background: #1d548c;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.grouping-option-input:checked ~ .grouping-option .grouping-option-selector-check {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.grouping-option-selector {
  width: 1.5rem;
  height: 1.5rem;
  background: #fdfaf6;
  margin-right: .5rem;
  position: relative;
  border-radius: .25rem;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 102, 51, 0.3);
}

.grouping-option-selector:after {
  width: 200%;
  height: 200%;
  display: block;
  border-radius: 50%;
  background: rgba(253, 250, 246, 0.1);
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.grouping-option-selector-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.grouping-option-selector-check {
  fill: #006633;
  width: 80%;
  height: 80%;
}

.grouping-option-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #006633;
  font-size: 1rem;
  padding-top: .1rem;
  cursor: pointer;
  transition: 0.3s all all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
}

@media (min-width: 48em) {
  .grouping-option-label {
    font-size: .9rem;
  }
}

@media (min-width: 64em) {
  .grouping-option-label {
    font-size: 1.2rem;
  }
}

strong.error {
  position: absolute;
  right: 0;
  bottom: -25%;
  background: #d60000;
  color: #fff;
  padding: .35rem .5rem .3rem;
  font-weight: 400;
  font-size: .75rem;
}

strong.error:after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  pointer-events: none;
  border-color: rgba(214, 0, 0, 0);
  border-top-color: #d60000;
  border-width: .35rem;
  margin-left: -.35rem;
}

.thanks {
  display: none;
}

.thanks-headline {
  color: #05ad52;
  margin-bottom: 1rem;
}

.thanks-text {
  font-family: "Roboto Condensed", sans-serif;
  color: #505050;
  display: block;
  max-width: 48em;
  font-size: 1rem;
  line-height: 1.3;
  margin: .25rem auto;
}

@media (min-width: 48em) {
  .thanks-text {
    font-size: 1.1rem;
  }
}

@media (min-width: 64em) {
  .thanks-text {
    font-size: 1.3rem;
  }
}

.thanks-text p {
  margin: 1rem;
}

@media (min-width: 64em) {
  .thanks-text p {
    margin-bottom: 1.5rem;
  }
}

.share {
  margin: 1rem auto;
}

.share-headline {
  color: #006633;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}

@media (min-width: 64em) {
  .share-headline {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}

.share-link {
  padding: 1em;
  margin: .25rem;
  background: #006633;
  border-radius: .4rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

@media (min-width: 81.25em) {
  .share-link {
    border-radius: .5rem;
    padding-right: 1rem;
    padding: .5rem;
  }
}

.share-link-icon {
  background-color: #f5ebd8;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .share-link-icon {
    width: 3rem;
    height: 3rem;
  }
}

.share-link-icon-svg {
  width: 70%;
  fill: #006633;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.share-link-label {
  color: #fdfaf6;
  font-family: 'Open Sans', sans-serif;
  padding: 0 .75rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 900;
}

.share-link:hover {
  background: #0b2138;
  box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.3);
}

.share-link:hover .share-link-icon {
  background: #fdfaf6;
}

.share-link:hover .share-link-icon-svg {
  fill: #0b2138;
}

.cards {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  max-width: 81.25em;
}

@media (min-width: 48em) {
  .cards {
    padding: 2rem 0 0;
  }
}

@media (min-width: 64em) {
  .cards {
    padding: 0 0 2rem 0;
  }
}

@media (min-width: 100em) {
  .cards {
    padding: 0 0 3rem 0;
  }
}

.cards-header {
  font-size: 2.3em;
  color: #05ad52;
  margin-bottom: .2em;
  text-shadow: 0.05em 0.05em 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 48em) {
  .cards-header {
    font-size: 2.5em;
  }
}

@media (min-width: 64em) {
  .cards-header {
    font-size: 2.7rem;
  }
}

@media (min-width: 81.25em) {
  .cards-header {
    font-size: 3em;
  }
}

.cards-grid {
  width: 100%;
}

@media (min-width: 48em) {
  .cards-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
  }
}

.cards-item {
  position: relative;
  padding: .5rem;
}

@media (min-width: 48em) {
  .cards-item {
    width: calc(33% - 2rem);
  }
}

@media (min-width: 64em) {
  .cards-item {
    width: 20%;
  }
}

.cards-item:hover .cards-item {
  background: #1d548c;
}

.cards-item:hover .cards-item-img {
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}

.cards-item:hover .cards-item-img-aspect {
  opacity: .1;
}

@media (min-width: 64em) {
  .cards-item:hover .cards-item-img-aspect {
    opacity: .1;
  }
}

@media (min-width: 64em) {
  .cards-item:hover .cards-share {
    opacity: 1;
    transform: translateX(-50%) translateY(-55%);
  }
}

.cards-item-img {
  background-color: #1d548c;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  border: 0.25rem solid #fff;
  border-radius: .5rem;
  margin: 0 auto;
}

.cards-item-img-aspect {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100%;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 1.0;
}

.cards-share {
  text-align: center;
  margin: 1rem auto 2rem;
  display: table;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  width: 100%;
}

@media (min-width: 64em) {
  .cards-share {
    margin-top: 0;
    margin-bottom: 1rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
  }
}

.cards-share-label {
  font-size: 80%;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  display: block;
  font-weight: 700;
  vertical-align: middle;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

@media (min-width: 64em) {
  .cards-share-label {
    margin-right: 0;
    display: block;
    font-size: 2rem;
    color: #05ad52;
  }
}

.cards-share-links {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.cards-share-links-item {
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 .25rem;
  display: inline-block !important;
  background: #1d548c;
  position: relative;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

@media (min-width: 48em) {
  .cards-share-links-item {
    width: 3rem;
    height: 3rem;
  }
}

@media (min-width: 64em) {
  .cards-share-links-item {
    background: #05ad52;
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (min-width: 81.25em) {
  .cards-share-links-item {
    width: 3rem;
    height: 3rem;
  }
}

.cards-share-links-item:hover {
  background: #fff;
  transform: scale(1.1);
}

.cards-share-links-item:hover .share-links-item-icon {
  fill: #1d548c;
}

.cards-share-links-item-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
  fill: #fff;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

@media (min-width: 64em) {
  .cards-share-links-item-icon {
    fill: #1d548c;
  }
}

.simple-footer {
  font-size: .85rem;
  color: #fff;
  padding: 2rem;
  text-align: center;
  line-height: 1.1;
}

@media (min-width: 64em) {
  .simple-footer {
    padding: 2rem;
    line-height: 1.4;
  }
}

.simple-footer-paidfor {
  border: 1px solid #fff;
  max-width: 50rem;
  margin-bottom: 1rem;
  padding: .8rem .8rem .7rem;
  margin: 0 auto 1rem;
}

.simple-footer-copyright a {
  display: table;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 1rem auto 0;
  border-bottom: 1px solid #fff;
}

.simple-footer-copyright a:hover {
  color: #fff;
  border-bottom-color: #1d548c;
}
