@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Changa+One&family=Montserrat:wght@300;400;600&display=swap");
/* Colors */
/* SASS mixin start */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;700;900&display=swap");
h1, .post-headline, .form h2, h2, h3, .form-button, .thanks-headline, h4, .post-item-headline, .grouping h3, h5 {
  font-family: "Changa One", cursive;
  line-height: 1.3;
}

h1, .post-headline, .form h2 {
  font-size: 4.209rem;
  font-size: calc(53.8752px + (67.344 - 53.8752) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  h1, .post-headline, .form h2 {
    font-size: 3.3672rem;
  }
}

@media screen and (min-width: 1600px) {
  h1, .post-headline, .form h2 {
    font-size: 4.209rem;
  }
}

h2 {
  font-size: 3.157rem;
  font-size: calc(40.416px + (50.512 - 40.416) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.526rem;
  }
}

@media screen and (min-width: 1600px) {
  h2 {
    font-size: 3.157rem;
  }
}

h3, .form-button, .thanks-headline {
  font-size: 2.369rem;
  font-size: calc(30.24px + (37.904 - 30.24) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  h3, .form-button, .thanks-headline {
    font-size: 1.89rem;
  }
}

@media screen and (min-width: 1600px) {
  h3, .form-button, .thanks-headline {
    font-size: 2.369rem;
  }
}

h4, .post-item-headline, .grouping h3 {
  font-size: 1.777rem;
  font-size: calc(22.752px + (28.432 - 22.752) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  h4, .post-item-headline, .grouping h3 {
    font-size: 1.422rem;
  }
}

@media screen and (min-width: 1600px) {
  h4, .post-item-headline, .grouping h3 {
    font-size: 1.777rem;
  }
}

h5 {
  font-size: 1.333rem;
  font-size: calc(20.264px + (21.328 - 20.264) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.2665rem;
  }
}

@media screen and (min-width: 1600px) {
  h5 {
    font-size: 1.333rem;
  }
}

h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  font-size: 1rem;
  font-size: calc(16px + (16 - 16) * ((100vw - 768px) / (1600 - 768)));
}

@media screen and (max-width: 768px) {
  h6 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1600px) {
  h6 {
    font-size: 1rem;
  }
}

html {
  box-sizing: border-box;
}

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

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

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  position: relative;
}

body {
  background-color: #1d548c;
  background: linear-gradient(129deg, #1D548C 33%, #3CB863 124%);
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: center;
}

body.mobile-menu-active {
  overflow: hidden;
}

.hands {
  width: 100%;
  height: 75vh;
  background-image: url(/img/hands.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  mix-blend-mode: luminosity;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 81.25em) {
  .hands {
    background-position: center bottom;
  }
}

#main-content {
  position: relative;
  z-index: 10;
  padding: 1.5rem;
}

@media (min-width: 81.25em) {
  #main-content {
    padding: 0;
  }
}

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

.screen-reader: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;
}

.skip-to-main {
  background: #05ad52;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #F3BD48;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform: translateY(calc(-100% - .5rem));
  border-radius: 2rem;
}

.skip-to-main:focus, .skip-to-main:focus-within {
  transform: translateY(0);
  outline: 2px solid #1d548c;
}

.wrap {
  max-width: 64em;
  position: relative;
  margin: 0 auto;
  padding-top: 2rem;
}

@media (min-width: 81.25em) {
  .wrap {
    padding-top: 3rem;
  }
}

.header {
  max-width: 64em;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  z-index: 10;
}

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

.header-logo-svg {
  max-width: 8rem;
  fill: #05ad52;
  display: table;
  margin: 0 auto 1rem;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

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

@media (min-width: 81.25em) {
  .header-headline {
    margin-bottom: 2rem;
  }
}

.header-headline-line1, .header-headline-line2, .header-headline-line3 {
  font-family: "Changa One", cursive;
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: .7;
  font-weight: 900;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.header-headline-line1 {
  font-size: 2.5vw;
}

.header-headline-line2 {
  font-size: 6.4vw;
  margin-bottom: .15rem;
}

.header-headline-line3 {
  font-size: 3.55vw;
}

.header-headline-profile {
  padding: 1.25rem;
  background: #02f06f;
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: ease;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 48em) {
  .header-headline-profile {
    padding: 1.25rem 2rem;
  }
}

@keyframes color {
  from {
  }
  to {
    background-color: #05ad52;
  }
}

.header-intro {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff;
}

.header-intro p {
  margin-bottom: 1.5rem;
}

.header-intro p:last-of-type {
  margin-bottom: 0;
}

.post-headline {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.post-categories {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.post-list {
  max-width: 81.25em;
  margin: 0 auto;
}

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

.post-list-categories-item {
  display: inline-block;
  margin: .5rem;
}

@media (min-width: 81.25em) {
  .post-list-categories-item {
    margin: .15rem;
  }
}

.post-list-categories-item a {
  text-align: center;
  padding: .25rem 1rem;
  background: #05ad52;
  font-family: "Changa One", cursive;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 2rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  color: #fff;
}

.post-list-categories-item a:hover {
  background: #fff;
  color: #05ad52;
}

@media (min-width: 48em) {
  .post-item {
    width: 33.33%;
  }
}

.post-item-link {
  display: block;
  margin: .5rem;
  padding: .5rem;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 1rem;
}

@media (min-width: 81.25em) {
  .post-item-link {
    border-radius: 2.5rem;
    margin: 1rem;
    padding: 1rem;
  }
}

.post-item-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.post-item-link:hover .post-item-thumb-img {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  opacity: 1;
}

.post-item-thumb {
  position: relative;
  padding-top: 60%;
  margin-bottom: 1rem;
  border-radius: 2rem;
  overflow: hidden;
}

.post-item-thumb-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: .75;
}

.post-item-headline {
  color: #fff;
  font-weight: 400;
}

#contract-form {
  margin-top: 5rem;
  border-top: 2px rgba(255, 255, 255, 0.2) solid;
  padding-top: 5rem;
}

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

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

.form h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: .9;
}

.form-row {
  width: 100%;
  max-width: 48em;
  margin: 0 auto;
}

@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;
  position: relative;
}

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

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

.form-field.other {
  padding: 0;
}

.form-label {
  display: block;
  text-align: left;
  cursor: pointer;
  margin-bottom: .25rem;
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  color: white;
}

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

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

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

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

.form-input {
  background-color: #fff;
  width: 100%;
  border: none;
  border-radius: .4rem !important;
  outline: 0;
  padding: .9rem;
  font-size: 1.2rem;
  color: #05ad52;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

.form-button {
  background-color: #05ad52;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: .5rem 1.25rem;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  border: 0;
  outline: 0;
  border-radius: 3rem;
}

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

.form-button:hover {
  background: #fff;
  color: #05ad52;
  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;
  color: #fff;
  font-size: .9rem;
  display: block;
  text-align: center;
}

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

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

.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;
}

.subheader {
  margin: .5rem auto 1rem;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.5;
}

.grouping {
  margin: 0 auto;
  max-width: 48em;
}

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

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

.grouping h3 {
  color: #fff;
  text-align: left;
}

.grouping-answers {
  text-align: left;
  padding: .5rem 1rem;
}

.grouping-option {
  display: grid;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  margin-bottom: .5rem;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.5;
}

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

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

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

.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;
  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(5, 173, 82, 0.3);
}

.grouping-option-selector:after {
  width: 200%;
  height: 200%;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 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: #05ad52;
  width: 80%;
  height: 80%;
}

.grouping-option-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #05ad52;
  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: 81.25em) {
  .grouping-option-label {
    font-size: 1.2rem;
  }
}

label.error {
  position: absolute;
  top: 0.25rem;
  right: 0.75rem;
  background: #d60000;
  color: #fff;
  padding: .35rem .5rem .3rem;
  font-weight: 400;
  font-size: .75rem;
}

label.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 {
  margin: 5rem auto;
  border-top: 2px rgba(255, 255, 255, 0.2) solid;
  padding-top: 5rem;
  max-width: 48em;
}

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

.thanks-text {
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  margin: .25rem auto;
}

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

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

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

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

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

@media (min-width: 81.25em) {
  .footer {
    padding: 4rem 2rem;
    line-height: 1.2;
  }
}

.footer svg {
  max-width: 10rem;
  fill: #fff;
}

body.power-profiles {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a5f9c+0,133179+100 */
  background: #2a5f9c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2a5f9c 0%, #133179 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2a5f9c 0%, #133179 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2a5f9c 0%, #133179 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5f9c', endColorstr='#133179',GradientType=0 );
  /* IE6-9 */
  background-image: url("/img/profile-tile.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Barlow Condensed', sans-serif;
}

body.power-profiles h1, body.power-profiles .post-headline, body.power-profiles .form h2, body.power-profiles h2, body.power-profiles h3, body.power-profiles .form-button, body.power-profiles .thanks-headline, body.power-profiles h4, body.power-profiles .post-item-headline, body.power-profiles .grouping h3, body.power-profiles h5 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: .9;
}

body.power-profiles footer a {
  color: white;
  text-decoration: underline;
}

body.power-profiles .header-headline-line1 {
  font-size: 1.5rem;
}

@media (min-width: 48em) {
  body.power-profiles .header-headline-line1 {
    font-size: 2.5vw;
  }
}

body.power-profiles .header-logo-svg {
  max-width: 6rem;
}

@media (min-width: 48em) {
  body.power-profiles .header-logo-svg {
    max-width: 8rem;
  }
}

.profile {
  max-width: 64em;
  margin: 0 auto;
  color: #fff;
  font-size: 120%;
  line-height: 1.5;
}

.profile-intro {
  font-size: 125%;
  line-height: 1.2;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.profile-image {
  display: block;
}

.profile-image-figure {
  display: block;
  width: 100%;
  height: auto;
}

.profile-image-figure-img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

.profile-text {
  width: 80%;
  margin: 2rem auto;
  font-size: 120%;
}

.profile-video {
  margin: 2rem 0;
}

.profile-quote {
  width: 80%;
  margin: 1rem auto;
}

.profile-quote-quote {
  display: block;
  background: #fff;
  color: #1d548c;
  padding: 2rem;
  font-size: 140%;
  font-weight: 400;
  border-radius: 1.5rem;
  margin-bottom: .5rem;
}

.profile-quote-quote p {
  margin: 0 !important;
}

.profile-quote-name {
  text-align: center;
  font-size: 125%;
  text-transform: uppercase;
}

.profile p {
  margin: 0 0 1.5rem 0;
}

.profile-list {
  margin-top: 5rem;
  border-top: 2px rgba(255, 255, 255, 0.2) solid;
  padding-top: 5rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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

.subheader-profile {
  display: block;
  font-size: 150%;
  color: white;
  margin: 0 0 1rem 0;
}
