/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/**
 *	Fluid sized fonts
 *	Read more here:
 *	https://css-tricks.com/snippets/css/fluid-typography/
 */
/* 
 * makes ul/ol as a dropdown select (normaly in mobile)
 * Structure: div > title > list > li > a
*/
/**==================================================================================================================================
BREAKPOINT
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: #fcfc92;
  font-weight: 500;
  position: fixed;
  left: 0;
  bottom: 1.25rem;
  transform: translateX(-45px);
  transition: all 0.2s;
  z-index: 99999;
}

span.edit-link a {
  display: block;
  padding: 0.125rem 0.9375rem 0.125rem 0.75rem;
  text-decoration: none;
  font-size: 1.125rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

.block-section.large-link a {
  font-size: 1.3125rem;
  border-radius: 0;
  background-color: rgba(153, 156, 159, 0.2);
  mix-blend-mode: normal;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.125rem 1.8125rem;
  color: #54555b;
  text-decoration: none;
  transition: all 250ms ease-out;
}

@media screen and (min-width: 40em) {
  .block-section.large-link a {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 75em) {
  .block-section.large-link a {
    font-size: 2rem;
  }
}
.block-section.large-link a.button-color-red {
  color: #ffffff;
  background-color: #eb2132;
}

.block-section.large-link a.button-color-red:hover, .block-section.large-link a.button-color-red:focus {
  background-color: #c71221;
}
