/**
 * 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);
}

[data-aos=fade-in-links] nav > a {
  transition: unset;
}

[data-aos=fade-in-links].aos-init:after {
  max-width: 0;
}

[data-aos=fade-in-links].aos-init:before {
  left: -3.125rem;
}

[data-aos=fade-in-links].aos-init nav {
  max-width: 90vw;
}

[data-aos=fade-in-links].aos-init nav > a {
  opacity: 0.4;
  filter: alpha(opacity=40);
  transform: translateY(80px);
}

[data-aos=fade-in-links].aos-init.aos-animate:after {
  max-width: 100vw;
  transition: all 750ms cubic-bezier(0.1, 0.02, 0.33, 0.99);
}

[data-aos=fade-in-links].aos-init.aos-animate:before {
  left: 0;
  transition: left 950ms cubic-bezier(0.1, 0.02, 0.33, 0.99) 200ms;
}

[data-aos=fade-in-links].aos-init.aos-animate nav {
  max-width: unset;
}

[data-aos=fade-in-links].aos-init.aos-animate nav > a {
  opacity: 1;
  transform: translateY(0);
  filter: alpha(opacity=100);
  transition: transform 350ms ease-out 250ms, opacity 450ms ease-out 300ms, filter 450ms ease-out 300ms;
}

@keyframes extend-bar {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 0.625rem;
  }
}
.entry-content > :last-child.quick-links-bar {
  margin-top: 2.8125rem;
}

.block-section.quick-links-bar {
  background-color: #eb2132;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 63.99875em) {
  .block-section.quick-links-bar {
    padding-left: 0;
  }
}
@media screen and (max-width: 89.99875em) {
  .block-section.quick-links-bar {
    padding-left: 1rem;
  }
}
.block-section.quick-links-bar:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 100%;
  content: "";
  display: block;
  background-color: #57112e;
}

@media screen and (max-width: 63.99875em) {
  .block-section.quick-links-bar:before {
    width: 0.5625rem;
  }
}
.block-section.quick-links-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #091f2f;
}

.block-section.quick-links-bar:before {
  z-index: 15;
}

@media screen and (max-width: 63.99875em) {
  .block-section.quick-links-bar .link.underlined:after {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .block-section.quick-links-bar .link.underlined:after {
    background-color: #ffffff;
  }
}
.block-section.quick-links-bar nav {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 63.99875em) {
  .block-section.quick-links-bar nav {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .block-section.quick-links-bar nav {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 64em) {
  .block-section.quick-links-bar nav {
    margin-left: -1.875rem;
    min-width: calc(100% + 60px);
  }
}
.block-section.quick-links-bar a {
  text-decoration: none;
  color: #ffffff;
  padding: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 63.99875em) {
  .block-section.quick-links-bar a {
    padding: 1.25rem 0;
    font-size: 1.125rem;
  }
  .block-section.quick-links-bar a:not(:first-child) {
    border-top: 0.03125rem solid #ffffff;
  }
}
@media only screen and (min-width: 100rem) {
  .block-section.quick-links-bar a {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
