/** preview main **/
.btn {
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.75rem 1.65rem;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.btntransparent:hover, .btntransparent:focus {
  background-color: rgba(255, 255, 255, 1);
  color: var(--indigo);
}

/** colors **/
.has-sky-blue-color, .has-sky-blue-color a {
  color: #00A1CE!important;
}
.has-sky-blue-background-color {
  background-color: #00A1CE!important;
}

.has-dark-sky-blue-color, .has-dark-sky-blue-color a {
  color: #007C9E!important;
}
.has-dark-sky-blue-background-color {
  background-color: #007C9E!important;
}

.has-indigo-color, .has-indigo-color a {
  color: #002E54!important;
}
.has-indigo-background-color {
  background-color: #002E54!important;
}

.has-gray-color, .has-gray-color a {
  color: #7E8789!important;
}
.has-gray-background-color{
  background-color: #7E8789!important;
}

.has-pink-color, .has-pink-color a {
  color: #E63067!important;
}
.has-pink-background-color{
  background-color: #E63067!important;
}

.has-orange-color, .has-orange-color a {
  color: #F77C0C!important;
}
.has-orange-background-color {
  background-color: #F77C0C!important;
}

.has-dark-orange-color, .has-dark-orange-color a {
  color: #CF4007!important;
}
.has-dark-orange-background-color {
  background-color: #CF4007!important;
}

.has-green-color, .has-green-color a {
  color: #17B890!important;
}
.has-green-background-color {
  background-color: #17B890!important;
}

.has-dark-green-color, .has-dark-green-color a {
  color: #117F63!important;
}
.has-dark-green-background-color {
  background-color: #117F63!important;
}

.has-white-color, .has-white-color a {
  color: #ffffff!important;
}
.has-white-background-color {
  background-color: #ffffff!important;
}

.has-text-color a:hover,
.has-text-color a:focus {
  color: #6B7375;
}

/** Spacing **/
body.wp-admin .is-style-k16-spacer {
  background-image: 
    repeating-linear-gradient(
      45deg,
      #f9f9f9,
      #f1f1f1 20px,
      #f9f9f9 20px,
      #f1f1f1 40px 
    );
  opacity: 0.85;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.wp-admin .is-style-k16-bg-blue-dark .is-style-k16-spacer {
  opacity: 0.25;
}

body:not(.wp-admin) .is-style-k16-spacer {
  max-height: auto;
}

/** Button **/
.is-style-k16-read-more .wp-block-button__link,
.is-style-k16-read-more-2 .wp-block-button__link {
  background-color: transparent;
  font-family: inherit;
  color: #00b4e6;
  font-weight: 600;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  padding-left: 0;
  text-decoration: none;
}

.is-style-k16-read-more .wp-block-button__link:after,
.is-style-k16-read-more-2 .wp-block-button__link:after {
  content: "\2192";
  padding-left: 5px;
  transition: padding 0.3s linear;
  display: inline-block;
}

.is-style-k16-read-more .wp-block-button__link:hover,
.is-style-k16-read-more-2 .wp-block-button__link:hover {
  color: #17b890;
}

.is-style-k16-read-more .wp-block-button__link:hover:after,
.is-style-k16-read-more-2 .wp-block-button__link:hover:after {
  content: "\2192";
  padding-left: 10px;
}

.is-style-k16-read-more .wp-block-button__link:hover:not(:after){
  text-decoration: none;
}

.is-style-k16-read-more-2 .wp-block-button__link {
  padding: 1rem 2rem;
  background-color: white;
}


/** Afters **/
.is-style-k16-heading-line:not(.has-text-align-center):after,
.is-style-k16-heading-line.has-text-align-center:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #00b4e6;
  display: block;
  position: relative !important;
  border-radius: 0 !important;
  margin-top: 1rem;
}
.is-style-k16-heading-line-green:not(.has-text-align-center):after,
.is-style-k16-heading-line-green.has-text-align-center:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #17b890;
  display: block;
  position: relative !important;
  border-radius: 0 !important;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.is-style-k16-heading-line-red:not(.has-text-align-center):after,
.is-style-k16-heading-line-red.has-text-align-center:after {
  content: "";
  content: "";
  width: 40px;
  height: 3px;
  background-color: #D5255A;
  display: block;
  position: relative !important;
  border-radius: 0 !important;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.is-style-k16-heading-line.has-text-align-center:after,
.is-style-k16-heading-line-green.has-text-align-center:after,
.is-style-k16-heading-line-red.has-text-align-center:after {
  margin-left: auto;
  margin-right: auto;
}
.is-style-k16-heading-line.has-text-align-right:after,
.is-style-k16-heading-line-green.has-text-align-right:after,
.is-style-k16-heading-line-red.has-text-align-right:after  {
  margin-left: auto;
  margin-right: 0;
}

/** columns **/
.wp-block-column.is-style-k16-left-margin-column-image-fix {
  margin-left: 0;
}
.wp-block-column.is-style-k16-left-margin-column-image-fix figure {
  margin-right: 4.25rem;
}
.wp-block-column.is-style-k16-grey-bg {
  background-color: #f9f9f9;
}
@media (max-width: 599px){
  .wp-block-column.is-style-k16-grey-bg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.wp-block-column.is-style-k16-grey-bg * {
  margin-top: 0;
  margin-bottom: 0;
}
 /**
.wp-block-columns.is-style-k16-bordered-column {
  border: 3px solid #00A1CE;
  border-radius: 25px;
  min-height: 25px;
  padding: 2rem;
  max-width: 90%;
}
.wp-block-columns.is-style-k16-bordered-column > .wp-block-column {
  position: relative;
}

h2.is-style-k16-h2-heading-divide {
  transform: translateY(-56px);
  position: relative;
  max-width: 350px;
  color: #002e54;
  background-color: white;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 28px;
}

@media (max-width: 1199px){
  h2.is-style-k16-h2-heading-divide {
    max-width: 45%;
  }
}
@media (max-width: 799px){
  h2.is-style-k16-h2-heading-divide {
    max-width: 65%;
  }
}
@media (max-width: 599px){
  h2.is-style-k16-h2-heading-divide {
    max-width: 95%;
    font-size: 1.25rem;
    transform: translateY(-50px);
  }
}


  .wp-block-columns.is-style-k16-bordered-column > .wp-block-column > h3,
  .wp-block-columns.is-style-k16-bordered-column > h3  {
    font-size: 20px;
    color: #00b4e6;
    letter-spacing: 1px;
    margin: 0;
    background-color: white;
    position: relative;
  }
  
  @media (min-width: 799px){
    .wp-block-columns.is-style-k16-bordered-column > .wp-block-column > h3:before,
    .wp-block-columns.is-style-k16-bordered-column > h3:before {
      position: absolute;
      content: '';
      display: flex;
      width: 100%;
      height: 2px;
      top: 50%;
      background-color: #00b4e6;
    }
  }
 
    .wp-block-columns.is-style-k16-bordered-column > .wp-block-column > h3:after,
    .wp-block-columns.is-style-k16-bordered-column > h3:after  {
      position: absolute;
      content: '';
      display: flex;
      width: 45%;
      height: 2px;
      top: 50%;
      right: 0;
      background-color: #00b4e6;
    }
  }
  .wp-block-columns.is-style-k16-bordered-column h4  {
    font-weight: 400;
  } */

/** columns **/
.is-style-k16-background-colored:not(.body.wp-admin) {
  color: #ffffff;
}
.is-style-k16-bg-blue-light {
  background-color: rgba(0, 180, 230, 0.07);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.is-style-k16-bg-blue-light ol,
.is-style-k16-bg-blue-light ul {
  word-break: break-word;
}


.is-style-k16-bg-blue-light h3:first-of-type {
  margin-bottom: 1rem;
}

.is-style-k16-bg-blue-dark {
  background-color: rgba(0, 46, 84, 1); 
  padding-left: 2rem;
  padding-right: 2rem;
}


.is-style-k16-bg-gray-light {
  background-color: rgba(249, 249, 249, 1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.is-style-k16-bg-gray-light ol,
.is-style-k16-bg-gray-light ul {
  word-break: break-word;
}


.is-style-k16-bg-gray-light h3:first-of-type {
  margin-bottom: 1rem;
}



/** containment column **/
.is-style-k16-containment {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px) {
  .is-style-k16-containment {
    width: 100%;
    max-width: 1280px;
  }
}

@media (min-width: 737px) and (max-width: 1279px) {
  .is-style-k16-containment {
    width: 100%;
    max-width: 90%;
  }
}

@media (max-width: 736px) {
  .is-style-k16-containment {
    max-width: 90%;
  }
  .is-style-k16-bg-blue-dark .is-style-k16-containment,
  .is-style-k16-bg-blue-light .is-style-k16-containment {
    padding-left: 0;
    padding-right: 0;
  }
  .is-style-k16-bg-blue-dark .is-style-k16-containment .is-style-k16-spacer:not(.first-of-type),
  .is-style-k16-bg-blue-light .is-style-k16-containment .is-style-k16-spacer:not(.first-of-type) {
    /* display: none; */
  }
}

.wp-block-columns.is-style-k16-containment-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-columns.is-style-k16-containment-short {
  width: 100%;
  max-width: 991px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 737px) and (max-width: 1279px) {
  .wp-block-columns.is-style-k16-containment-short {
    width: 100%;
    max-width: 90%;
  }
}

@media (max-width: 736px) {
  .wp-block-columns.is-style-k16-containment-short {
    max-width: 90%;
  }
}


/** paragraphs **/
.is-style-k16-paragraph {
  font-weight: 300;
  margin: 0.75rem 0;
  padding-right: 2.5rem;
}
@media (max-width: 736px){
  .is-style-k16-paragraph {
    padding-right: 0;
  }
}

.is-style-k16-paragraph-skinny {
  font-weight: 300;
  margin: 0.75rem 0;
  max-width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 899px) {
  .is-style-k16-paragraph-skinny {
    max-width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.is-style-k16-filter-grey figure img {
  filter: grayscale(1);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  cursor: pointer;
}
.is-style-k16-filter-grey figure img:hover,
.is-style-k16-filter-grey figure img:focus {
  filter: grayscale(0);
  transform: scale(1.02);
}
@media (max-width: 736px){
  .is-style-k16-filter-grey figure img {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}


/** video iframes **/
body:not(.wp-admin) figure.is-style-k16-video {
  margin-left: auto;
  margin-right: auto;
}
body:not(.wp-admin) figure.is-style-k16-video.alignfull {
  max-width: 100%;
}
body:not(.wp-admin) figure.is-style-k16-video.alignwide {
  max-width: 90%;
}

body:not(.wp-admin) figure.is-style-k16-video:not(.alignwide):not(.alignfull) {
  padding-left: 2rem;
  padding-right: 2rem;
}

body:not(.wp-admin) figure.is-style-k16-video > .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

body:not(.wp-admin) figure.is-style-k16-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** media video option **/
@media (min-width: 992px) {
  body:not(.wp-admin)
    figure.is-style-k16-video:not(.alignwide):not(.alignfull) {
    max-width: 990px;
  }
}


body:not(.wp-admin) figure.is-style-k16-media {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.5rem;
}
body:not(.wp-admin) figure.is-style-k16-media.alignfull {
  max-width: 100%;
}
body:not(.wp-admin) figure.is-style-k16-media.alignwide {
  max-width: 90%;
}

body:not(.wp-admin) figure.is-style-k16-media:not(.alignwide):not(.alignfull) {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 736px){
  .is-style-k16-bg-gray-light .is-style-k16-containment {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

body:not(.wp-admin) figure.is-style-k16-media > .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

body:not(.wp-admin) figure.is-style-k16-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (min-width: 992px) {
  body:not(.wp-admin)
    figure.is-style-k16-media:not(.alignwide):not(.alignfull) {
    max-width: 990px;
  }
}


.is-style-k16-media ~ p {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.8rem;
  font-weight: 800;
}


/** blue background separator **/
body.wp-admin
  .is-style-k16-blue-bg-separator:not(.is-style-wide):not(.is-style-dots) {
  background-color: rgba(0, 180, 230, 0.07);
  border: none;
  width: 100%;
  height: 150px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
body.wp-admin
  .is-style-k16-blue-bg-separator:not(.is-style-wide):not(.is-style-dots):after {
  content: "background element hidden behind blocks";
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

body:not(.wp-admin)
  .is-style-k16-blue-bg-separator:not(.is-style-wide):not(.is-style-dots) {
  height: 0;
  width: 100%;
  position: relative;
  z-index: -1;
  border: none;
  pointer-events: none;
}
body:not(.wp-admin)
  .is-style-k16-blue-bg-separator:not(.is-style-wide):not(.is-style-dots):after {
  content: "";
  background-color: rgba(0, 180, 230, 0.07);
  border: none;
  max-width: 100%;
  position: absolute;
  top: -10rem;
  left: 0;
  width: 100%;
  height: 600px;
}

@media (min-width: 992px) {
  body:not(.wp-admin)
    .is-style-k16-blue-bg-separator:not(.is-style-wide):not(.is-style-dots):after {
    height: 600px;
  }
}

/** accordion reg. style **/
.is-style-k16-accordion-green,
.is-style-k16-accordion-blue,
.is-style-k16-accordion-orange {
  border: 1px solid #7e8789;
  border-radius: 1rem;
  margin-bottom: 2rem;
  max-width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.is-style-k16-accordion-green.is-open {
  border-color: #17b890;
}
.is-style-k16-accordion-blue.is-open {
  border-color: #00b4e6;
}
.is-style-k16-accordion-orange.is-open {
  border-color: #f77c0c;
}

.is-style-k16-accordion-green h2,
.is-style-k16-accordion-blue h2,
.is-style-k16-accordion-orange h2 {
  font-size: 1.4rem;
}
@media (max-width: 899px) {
  .is-style-k16-accordion-green,
  .is-style-k16-accordion-blue,
  .is-style-k16-accordion-orange {
    max-width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.is-style-k16-accordion-green .c-accordion__title:after {
  color: #17b890;
  font-size: 2rem;
}
.is-style-k16-accordion-blue .c-accordion__title:after {
  color: #00b4e6;
  font-size: 2rem;
}
.is-style-k16-accordion-orange .c-accordion__title:after {
  color: #f77c0c;
  font-size: 2rem;
}

.is-style-k16-accordion-green.is-open > .c-accordion__title:after,
.is-style-k16-accordion-blue.is-open > .c-accordion__title:after,
.is-style-k16-accordion-orange.is-open > .c-accordion__title:after {
  content: "\00d7";
}

/** pathways bar **/
.is-style-k16-pathways-bar * {
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 0;
  letter-spacing: 3px;
  text-align: center;
}

.is-style-k16-pathways-bar h2 {
  font-size: 0.8rem!important;
  min-height: 100%!important;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break:keep-all;
}

@media (max-width: 1320px){
  .is-style-k16-pathways-bar .wp-block-column {
    font-size: 0.7rem;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}


/** accordion - is style for classes **/
.is-style-k16-classes-column {
  padding: 1rem;
}
@media (max-width: 900px){
  .is-style-k16-classes-column {
    padding: 1rem 0;
  }
}

.is-style-k16-accordion-green-2,
.is-style-k16-accordion-blue-2,
.is-style-k16-accordion-orange-2 {
  border-top: 1px solid #7e8789;
  border-left: 1px solid #7e8789;
  border-right: 1px solid #7e8789;
  margin-bottom: 0;
  max-width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
}
body.wp-admin .is-style-k16-accordion-green-2,
body.wp-admin .is-style-k16-accordion-blue-2,
body.wp-admin .is-style-k16-accordion-orange-2 {
  border: 1px solid #7e8789;
}
.is-style-k16-accordion-green-2.is-open {
  border-color: #17b890;
}
.is-style-k16-accordion-blue-2.is-open {
  border-color: #00b4e6;
}
.is-style-k16-accordion-orange-2.is-open {
  border-color: #f77c0c;
}

.is-style-k16-accordion-green-2:nth-of-type(1),
.is-style-k16-accordion-blue-2:nth-of-type(1),
.is-style-k16-accordion-orange-2:nth-of-type(1) {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  margin-top: 1.5rem;
}

.is-style-k16-accordion-green-2:nth-last-of-type(1),
.is-style-k16-accordion-blue-2:nth-last-of-type(1),
.is-style-k16-accordion-orange-2:nth-last-of-type(1) {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom: 1px solid #7e8789;
}


.is-style-k16-accordion-green-2 *:not(p),
.is-style-k16-accordion-blue-2 *:not(p),
.is-style-k16-accordion-orange-2 *:not(p) {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
}
@media (max-width: 899px){
  .is-style-k16-accordion-green-2 *:not(p),
  .is-style-k16-accordion-blue-2 *:not(p),
  .is-style-k16-accordion-orange-2 *:not(p) {
    font-size: 15px;
  }
}

.is-style-k16-accordion-green-2 > h2, .is-style-k16-accordion-green-2 > h3,
.is-style-k16-accordion-blue-2 > h2, .is-style-k16-accordion-blue-2 > h3,
.is-style-k16-accordion-orange-2 > h2, .is-style-k16-accordion-orange-2 > h3 {
  font-size: 20px;
  letter-spacing: 1px;
}

.is-style-k16-classes-column h2,
.is-style-k16-classes-column h3 {
  font-size: 14px;
}

.is-style-k16-classes-column p {
  color: #7E8789;
}

.is-style-k16-accordion-green-2 .c-accordion__title:after {
  color: #17b890;
  font-size: 2rem;
}
.is-style-k16-accordion-blue-2 .c-accordion__title:after {
  color: #00b4e6;
  font-size: 2rem;
}
.is-style-k16-accordion-orange-2 .c-accordion__title:after {
  color: #f77c0c;
  font-size: 2rem;
}
.is-style-k16-accordion-green-2.is-open > .c-accordion__title:after,
.is-style-k16-accordion-blue-2.is-open > .c-accordion__title:after,
.is-style-k16-accordion-orange-2.is-open > .c-accordion__title:after {
  content: "\00d7";
}

.is-style-k16-accordion-green-2 h2, .is-style-k16-accordion-green-2 h3,
.is-style-k16-accordion-blue-2 h2, .is-style-k16-accordion-blue-2 h3 ,
.is-style-k16-accordion-orange-2 h2, .is-style-k16-accordion-orange-2 h2 {
  margin-bottom: 0.75rem;
}

.is-style-k16-accordion-green-2 p ,
.is-style-k16-accordion-blue-2 p ,
.is-style-k16-accordion-orange-2 p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: -0.5rem 0 1.5rem;
}
@media (max-width: 899px){
  .is-style-k16-accordion-green p,
  .is-style-k16-accordion-blue p,
  .is-style-k16-accordion-orange p {
    font-size: 15px;
  }
}

.is-style-k16-accordion-green-2 p:last-child,
.is-style-k16-accordion-blue-2 p:last-child,
.is-style-k16-accordion-orange-2 p:last-child {
  margin-bottom: 0;
}


/** headings **/
.entry-content > h2.is-style-k16-heading-line { 
  padding-left: 2rem;
  padding-right: 2rem;
}

h2.is-style-k16-heading-line {
  font-size: 36px;
}
@media (max-width: 899px){
  h2.is-style-k16-heading-line {
    font-size: 32px;
  }
}

h2.is-style-k16-h2-heading-classes {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 1.5rem;
}

h3.is-style-k16-h3-heading {
  font-size: 24px;
  font-weight: 800;
  /* color: #002e54; */
  margin: 0.75rem 0;
  letter-spacing: 2px;
}
h3.is-style-k16-h3-heading-small {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3px;
}
@media (max-width: 899px){
  h2.is-style-k16-h2-heading-classes {
    font-size: 24px;
  }
  h3.is-style-k16-h3-heading {
    font-size: 22px;
  }
  h3.is-style-k16-h3-heading-small {
    font-size: 18px;
  }
}


.is-style-k16-tiny-heading {
  font-size: 28px;
}


ul.is-style-k16-footer-inline-links {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
@media (max-width: 767px){
  ul.is-style-k16-footer-inline-links {
    flex-direction: column;
  }
  ul.is-style-k16-footer-inline-links > li {
    line-height: 2;
  }
}

ul.is-style-k16-footer-inline-links > li {
  display: flex;
  justify-content: space-evenly;
}

ul.is-style-k16-footer-inline-links > li:last-child {
  margin-right: 0;
}

ul.is-style-k16-footer-inline-links a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #7E8789;
  font-weight: 600;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
}

ul.is-style-k16-has-bullet li {
  list-style: disc;
  line-height: 1.85;
}


h3.is-style-k16-h3-spaced {
  font-size: 15px;
  letter-spacing: 3.5px;
  padding-bottom: 1rem;
}


/** main override **/
.container.hasBlogging h2 { 
  font-size: 1.4rem;
}

/**acf controlled**/
.acf-field.acf-field-textarea.center textarea {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
