/* All screen sizes */

/****************************************
* Root variables
****************************************/

:root {
  --fni-font-1: 'Montserrat';
  --fni-font-2: 'Carosello';
  --fni-font-3: 'Assistant';

  --fni-color-1: #19384c; /* navy */
  --fni-color-2: #CB1518; /* red */
  --fni-color-3: #0d7eaa; /* light blue */
  --fni-color-4: #ebebeb; /* lighter gray */

  --fni-nav-toggle-color: #19384c;
}

/****************************************
* Document
****************************************/

body {
  background: #ffffff url('/images/layout/main_bg.png');
  overflow-x: hidden;
}

main {
  /* Prevents the animated elements from appearing
  on top of the footer as they are animated into view */
  overflow: hidden;
}

/****************************************
* Typography
****************************************/

h1 {
  font: normal normal 40px/1em var(--fni-font-2);
  color: var(--fni-color-2);
}

h1 span {
  display: block;
  font: normal 400 16px/1.2em var(--fni-font-1);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--fni-color-1);
}

h2 {
  font: normal 600 21px/1em var(--fni-font-1);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--fni-color-1);
}

h3 {
  font: normal 500 20px/1.3em var(--fni-font-3);
  color: var(--fni-color-3);
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--fni-color-4);
}

h4 {
  font: normal 600 35px/1em var(--fni-font-1);
  text-transform: uppercase;
  line-height: 1em;
  color: #ffffff;
}

.content > div:first-of-type h2 {
  font: normal 500 30px/1.2em var(--fni-font-1);
  letter-spacing: 0;
}

.content > div:first-of-type h3 {
  font: normal 400 22px/1.3em var(--fni-font-1);
}

hr {
  border-top: 1px solid #efefef;
}

.line {
  margin: 1rem auto;
  background-color: #efefef;
  width: 100px;
  height: 2px;
}

li + li {
  margin-top: .5rem;
}

h2 + p {
  margin-top: .75rem;
}

h1 + h2,
h2 + h3,
h3 + p,
h3 + img,
hr + h2,
img + p,
p + p,
p + ul,
p + blockquote,
p + ol,
p + img,
p + .grid,
p + .video,
.video + p,
.flex + p,
.highlight + .card,
.related-articles + .button,
.accent-1 + .accent-1 {
  margin-top: 1rem;
}

h1 + p,
h1 + form,
h2 + label,
h2 + .grid,
h2 + fieldset,
h3 + h3,
h3 + .gaf-box,
h3 + a.button,
h4 + .related-articles,
p + h2,
p ~ h2,
p + h3,
p + a.button,
p + form,
a.button + .grid,
ul + h2,
img + h2,
img + h4,
.button + .video,
.accordion + h3,
.highlight + .highlight,
.gaf-box + p {
  margin-top: 2rem;
}

p,
a,
li,
label,
legend {
  font: normal 500 17px/1.4em var(--fni-font-3);
  color: #474748;
}

strong {
  font-weight: 600;
  letter-spacing: .5px;
  font-family: var(--fni-font-1);
}

legend {
  margin-bottom: 4px;
}

textarea {
  min-height: 150px;
}

.disclaimer {
  font-style: italic;
  font-size: 15px;
}

header a,
.details a,
.review a {
  font: normal 600 17px/1.4em var(--fni-font-1);
  letter-spacing: .5px;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: var(--fni-color-2);
}

a:focus,
a:hover,
a.active {
  color: var(--fni-color-3);
}

.bulleted {
  margin: 1rem 0 1rem .5rem;
}

.padding-1 {
  padding: 1rem;
}

.padding-2 {
  padding: 2rem;
}

.padding-2-y {
  padding: 2rem 0;
}

.captcha {
  margin: 1rem 0 0 0 !important;
}

/****************************************
* Buttons
****************************************/

.button {
  transform: perspective(1px) translateZ(0);
  background-color: var(--fni-color-3);
  border-radius: 4px;
  padding: 1rem;
  font: normal normal 12px/1em var(--fni-font-1);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  display: inline-block;
}

.button.inline {
  display: inline-block;
  width: fit-content;
  align-self: center;
}

.button:focus,
.button:hover,
.button.active,
.button:disabled {
  background-color: var(--fni-color-2);
  color: #ffffff;
}

.button:focus,
.button:hover {
  animation-name: hvr-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes hvr-pop {
  50% {
    transform: scale(1.1);
  }
}

.button.primary {
  display: inline-block;
  background-color: var(--fni-color-2);
  font-size: 16px;
  color: #ffffff;
}

.button.primary:focus,
.button.primary:hover,
.button.primary:disabled {
  background-color: var(--fni-color-3);
}

/****************************************
* Accent
****************************************/

.accent-1 {
  background-color: var(--fni-color-1);
}

.accent-2 {
  border: 1px solid #efefef;
  background: #ffffff url('/images/layout/testimonial_bg.jpg');
  overflow: hidden;
}

.accent-3 {
  background-color: var(--fni-color-4);
}

/****************************************
* Header
****************************************/

header {
  position: relative;
  background-color: #ffffff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .5);
  min-height: 75px;
  z-index: 100;
}

header > .flex {
  flex-direction: column;
}

header .logo img {
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
}

/****************************************
* Navigation
****************************************/

.nav-toggle {
  top: .75rem;
}

.top-navigation {
  display: none;
}

.top-bar {
  display: flex;
  flex-flow: row wrap;
  gap: 1px;
  background-color: #c6c6c6;
  padding: 1px 0;
}

.top-bar a {
  flex-grow: 1;
  background-color: var(--fni-color-4);
  padding: .5rem;
  text-align: center;
}

nav {
  position: absolute;
  top: 75px;
  right: 0;
  z-index: 3;
  background-color: #ffffff;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease-in;
}

nav.on {
  border: 1px solid #c6c6c6;
  max-height: calc(100vh - 75px);
  overflow: auto;
}

nav ul {
  margin: 1rem 0 0 0;
}

nav li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

nav li + li:before {
  content: '';
  margin: 1rem auto 0;
  padding-top: .5rem;
}

nav li:not(.on) + li:before {
  border-top: 4px dotted #efefef;
  width: calc(100% - 24px);
  padding-top: calc(1rem + 4px);
}

nav li a,
nav li button {
  color: var(--fni-color-2);
}

nav li > button {
  position: relative;
  background-color: #ffffff;
  padding: 0;
  text-align: left;
}

nav li button,
nav li a.button {
  width: 100%;
  font: normal normal 16px/1em var(--fni-font-1);
  text-transform: uppercase;
  letter-spacing: .5px;
}

nav li:last-of-type {
  padding: 0 1rem 1rem 1rem;
}

nav li:not(.on):last-of-type:before {
  width: 100%;
}

nav li a.button {
  width: 100%;
  padding: 1rem 0;
}

/****************************************
* Navigation Dropdown
****************************************/

nav .menu > a {
  position: relative;
}

@media(max-width: 1140px) {
  nav .menu > a {
    outline: none;
  }
}

nav .menu > a.on:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent var(--fni-color-1) transparent;
  margin-top: .5rem;
}

nav .drop-down {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  z-index: 10;
}

nav li.on .drop-down {
  margin: 0 0 -4px 0;
  max-height: none;
}

nav li:hover > .drop-down {
  visibility: visible;
  opacity: 1;
  text-align: left;
}

nav .drop-down-content {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  background-color: var(--fni-color-1);
  max-height: 100%;
  padding: 1rem;
}

nav .drop-down-content a {
  position: relative;
  margin: 0;
  font-weight: 300;
  padding: .5rem 1rem;
  text-align: center;
  color:#ffffff;
}

nav .drop-down-content a:focus,
nav .drop-down-content a:hover,
nav .drop-down-content a.active {
  background-color:#ffffff;
  color: var(--fni-color-2);
}

nav .drop-down-content a:focus:before,
nav .drop-down-content a:hover:before,
nav .drop-down-content a.active:before {
  border-color: var(--fni-color-2);
}

nav .drop-down-content a + a {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

/****************************************
* Home billboard
****************************************/

.home-billboard {
  position: relative;
  height: calc(300px + (600 - 300) * (100vw - 320px) / (1140 - 320));
  max-height: 600px;
  overflow: hidden;
}

.home-billboard {
  /* background: #7ad1fe url(/images/content/eau-claire-contractor.webp) no-repeat top left; */
  background-size: cover;
}

.home-billboard video {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-billboard .content {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, .8);
  width: 100%;
  height: 100%;
  padding: 3rem 2rem 2rem 2rem;
}

.home-billboard .line {
  background-color: var(--fni-color-2);
  margin: 0 0 1rem 0;
}

.home-billboard h1 {
  font-size: 25px;
}

.home-billboard h1 + h2 {
  margin-top: .5rem;
}

.home-billboard .content h2 {
  color: #19384c;
  font-size: 14px;
  text-align: center;
}

.home-billboard .content p {
  font: normal 500 14px/1.4em var(--fni-font-3);
}

.home-billboard img {
  max-width: 75px;
}

.home-billboard p {
  max-width: 500px;
}

/****************************************
* Text billboard
****************************************/

.text-billboard {
  background: var(--fni-color-2) url('/images/layout/text-billboard-bg.png');
}

.text-billboard h1,
.text-billboard p {
  text-align: center;
  color: #ffffff;
}

.text-billboard p {
  font-size: 20px;
  max-width: 900px;
  margin: 1rem auto 0 auto;
}

.text-billboard label {
  color: #FFFFFF;
}

/****************************************
* Inside billboard
****************************************/

.inside-billboard {
  position: relative;
}

.inside-billboard > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inside-billboard .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 0;
  background: #f7f7f7 url('/images/layout/main_bg.png');
}

.inside-billboard .wrapper > * {
  max-width: 470px;
}

.inside-billboard .wrapper img {
  margin: 0 auto .5rem;
  width: auto;
}

.inside-billboard .wrapper p,
.inside-billboard .wrapper h1 {
  text-align: center;
}

.service-billboard p,
.inside-billboard .wrapper p {
  color: var(--fni-color-1);
  font-size: 18px;
}

.service-billboard p + .button,
.inside-billboard .wrapper p + .button {
  margin-top: 1rem;
}

/****************************************
* Service billboard
****************************************/

.service-billboard {
  display: grid;
  grid-gap: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-billboard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-billboard .wrapper {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 0;
  position: relative;
  height: 100%;
  padding: 1rem;
  text-align: center;
}

.service-billboard .wrapper:before {
  content: '';
  position: absolute;
  top: -59px;
  left: 0;
  background: #ffffff url('/images/layout/main_bg.png');
  width: 100%;
  height: 60px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.service-billboard .inner-box {
  position: relative;
  border: 1px solid #efefef;
  background-color: #ffffff;
  height: 100%;
  padding: 1rem;
}

.service-billboard .inner-box:before {
  content: '';
  position: absolute;
  top: -61px;
  left: 0;
  background-color: #efefef;
  width: calc(100% + 3px);
  height: 60px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.service-billboard .inner-box:after {
  content: '';
  position: absolute;
  top: -59px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  width: calc(100% - 2px);
  height: 59px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

/****************************************
* Image billboard
****************************************/

.image-billboard {
  position: relative;
  background-size: cover;
  background-position: 13% center;
  height: calc(130px + (350 - 130) * (100vw - 320px) / (1140 - 320));
}

.image-billboard .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(150px + (420 - 150) * (100vw - 320px) / (767 - 320));
  height: 100%;
  padding: 1rem;
}

.image-billboard p {
  font: normal normal 30px/1em var(--fni-font-2);
  color: var(--fni-color-2);
  text-align: center;
}

/****************************************
* Intro
****************************************/

.intro {
  text-align: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #efefef;
}

.intro > div {
  margin: 0 auto;
}

.intro > div:first-of-type {
  background: #39a8da url('/images/content/happy-families.webp') center bottom no-repeat;
  background-size: cover;
  height: calc(530px + (550 - 530) * (100vw - 320px) / (767 - 320));
  padding-bottom: 15rem;
}

.intro > .grid > div:last-of-type {
  border-left: 1px solid #efefef;
}

.intro h2 span {
  font: normal normal 40px/1.3em var(--fni-font-2);
  color: var(--fni-color-2);
  text-transform: none;
}

/****************************************
* Ribbon
****************************************/

.ribbon {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.ribbon h2 {
  font: normal normal 40px/1em var(--fni-font-2);
  color: var(--fni-color-2);
  text-transform: none;
}

.ribbon h3 {
  font: normal 300 18px/1.3em var(--fni-font-1);
  color: var(--fni-color-1);
  padding-bottom: 0;
  border-bottom: none;
}

/****************************************
* Content
****************************************/

.content {
  padding: 2rem;
}

.content h2 {
  font: normal 400 24px/1.3em var(--fni-font-1);
  text-transform: none;
  letter-spacing: 0;
}

.highlight {
  background-color: #ffffff;
  padding: 2rem;
  border: 1px solid var(--fni-color-4);
  text-align: center;
  margin: auto;
}

.highlight-nopadding {
  background-color: #ffffff;
  padding: 0;
  border: 1px solid var(--fni-color-4);
}

.highlight p {
  font-size: 16px;
}

/****************************************
* Articles
****************************************/

/* Hide articles based on screen size */
.articles .card:nth-child(2),
.articles .card:nth-child(3),
.articles .card:nth-child(4),
.articles .card:nth-child(5) {
  display: none;
}

.related-articles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap: 1rem;
}

.filter-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

/****************************************
* Card
****************************************/

.card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--fni-color-4);
}

.card:not([class*="accent-"]) {
  background-color: #ffffff;
}

.card .details {
  flex-grow: 1;
  padding: 2rem;
  text-align: center;
}

.related-articles .card h2 {
  font: normal 600 21px/1em var(--fni-font-1);
}

.related-articles .card p {
  font: normal 500 17px/1.4em var(--fni-font-3);
}

.card p {
  font-size: 16px;
}

.card .details + .button {
  border-radius: 0;
}

.card.accent-1 h2 {
  text-transform: uppercase;
  line-height: 1em;
  color: #ffffff;
}

.card.accent-1 p {
  font-size: 18px;
  color: #efefef;
}

.card.accent-1 hr {
  border-color: rgba(255, 255, 255, .3);
}

.card.accent-1 .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card .category {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--fni-color-2);
  padding: 1px 10px;
}

.card .category p {
  color: #ffffff;
}

/****************************************
* Staff
****************************************/

.staff {
  background-color: var(--fni-color-4);
  padding: 1rem;
  text-align: center;
}

.staff img {
  margin: 0 auto;
  border-radius: 50%;
  max-width: 200px;
}

/****************************************
* Testimonial slider
****************************************/

.testimonials {
  position: relative;
  border: 1px solid #efefef;
  background: #ffffff url('/images/layout/testimonial_bg.jpg');
  padding: 4rem 2rem 3rem 2rem;
}

.testimonials .slip-n-slide {
  margin: 0 auto;
  border: 1px solid #efefef;
  border-top: 10px solid var(--fni-color-2);
  background-color: #ffffff;
  max-width: 1140px;
  height: 500px;
}

.testimonials .slip-n-slide > .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 2rem 3rem 2rem;
}

.testimonials .quote {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--fni-color-2);
  width: 80px;
  height: 80px;
}

.testimonials .quote svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}

.testimonials p {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  font-weight: 300;
}

.testimonials p + p {
  margin-top: .5rem;
}

.testimonials .slip-n-slide.pagination .control {
  background-color: rgba(203, 21, 24, .2);
  width: 10px;
  height: 10px;
}

.testimonials .slip-n-slide.pagination .control.on {
  background-color: var(--fni-color-2);
}

/****************************************
* Reviews
****************************************/

.reviews {
  margin: 0 auto;
  border: 1px solid #efefef;
  border-top: none;
  max-width: 1140px;
  background-color: #fff;
}

.reviews svg {
  width: 30px;
  height: 30px;
  fill: #000;
}

.reviews .review {
  width: 100%;
}

.reviews .review + .review {
  border-top: 1px solid #efefef;
}

.reviews .review > div {
  width: fit-content;
  margin: auto;
  padding: 1rem;
  gap: 1rem;
}

.reviews p {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 3px;
}

.reviews .stars {
  -webkit-background-clip: text;
  color: transparent;
}

/****************************************
* Checkmark
****************************************/

.checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4CAF50;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  display: block;
  margin: 2rem auto;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px #4CAF50;
  width: 88px;
  height: 88px;
  stroke-width: 2;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark-check {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50%;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 60px #4CAF50;
  }
}

/****************************************
* Latest Post
****************************************/

.social-buttons {
  padding: .5rem 0;
}

.social-buttons > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.latest-post p > a {
  word-wrap: anywhere;
}

.latest-post img {
  margin: 0 auto;
  width: auto;
  max-height: 300px;
}

.latest-post video {
  max-width: 100%;
}

/****************************************
* Call-to-Action
****************************************/

.call-to-action {
  background: #FFFFFF url('/images/layout/call-to-action_bg.jpg') center center no-repeat;
  background-size: cover;
}

.call-to-action .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

/****************************************
* Project Portfolio
****************************************/

.project-portfolio {
  background: #39a8da url('/images/content/project-portfolio.webp') center center no-repeat;
  background-size: cover;
}

.project-portfolio-content {
  padding: 2rem;
  background-color: rgba(255,255,255,.80);
  border-radius: 8px;
}

/****************************************
* Footer
****************************************/

footer {
  background: var(--fni-color-1) url('/images/layout/footer_bg.jpg');
  background-size: 400px;
  text-align: center;
  margin-bottom: 53px; /* For bottom bar */
}

footer > .grid {
  grid-template-columns: 1fr;
}

footer h2 {
  color: #ffffff;
}

footer p,
footer a {
  color: #ffffff;
}

footer a.button {
  background-color: #ffffff;
  font-size: 12px;
  color: var(--fni-color-1);
}

footer a.button:hover {
  background-color: var(--fni-color-3);
  color: #ffffff;
}

footer a.button.primary {
  margin-bottom:1rem;
}

footer hr {
  border-color: rgba(255, 255, 255, .3);
  margin: 0.5rem 0;
}

footer .flex-row.x-center {
  justify-content: center;
}

footer .icon svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  margin-right: 1rem;
  margin-top:.5rem;
}

footer .icon svg:hover {
  fill: #efefef;
}

footer .links {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  margin-top: 1rem;
}

footer .links a {
  flex: 1 0 calc(50% - 1rem);
  white-space: nowrap;
}

footer img {
  height: 100%;
  max-height: 175px;
}

/****************************************
* Bottom Bar
****************************************/

.bottom-bar {
  z-index: 99;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: .5rem;
  background: var(--fni-color-2);
}

.bottom-bar a.button.primary {
  margin: 0;
  background-color: #FFFFFF;
  color: var(--fni-color-2);
}

.bottom-bar a.button.primary.fb-messenger {
  padding: .35rem .5rem .3rem .5rem;
}

.bottom-bar a.button svg {
  width: 25px;
  height: 25px;
  fill: var(--fni-color-2);
}

.request-estimate {
  padding: .75rem 1rem .6rem 1rem;
}

/****************************************
* Attribution
****************************************/

.attribution {
  background-color: rgba(0, 0, 0, 0.4);
  padding: .5rem .5rem calc(.5rem + env(safe-area-inset-bottom));
}

.attribution p,
.attribution a {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
}

/****************************************
* Additional classes
****************************************/

.flex-grow {
  flex-grow: 1;
}

.margin-0 {
  margin: 0;
}

.gaf-box {
  margin: auto;
  max-width: 320px;
  float: none;
}

/****************************************
* Idea Gallery
****************************************/

.gallery-select-form > div {
  gap: 1rem;
}

.gallery-select-form label {
  font: normal 500 20px/1.4em var(--fni-font-3);
  color: #fff;
}