/**
 * 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.text-box-with-background {
  margin: 2.5rem 0;
}

.block-section.text-box-with-background .text-box-with-background-inner {
  padding: 1.5625rem 3rem;
}

@media screen and (max-width: 39.99875em) {
  .block-section.text-box-with-background .text-box-with-background-inner {
    padding: 0.625rem 1.125rem;
  }
}
.block-section.text-box-with-background.light-blue .text-box-with-background-inner {
  background-color: #adc1db;
  color: #091f2f;
}
