@import url(https://use.typekit.net/lth8lbg.css);@import url(https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap);@charset "UTF-8";

@font-face {
  font-family: 'icomoon';
  src: url(/fonts/icomoon.eot?d5aa16de60ce23e89ad64dac826f0fc0);
  src: url(/fonts/icomoon.eot?d5aa16de60ce23e89ad64dac826f0fc0) format("embedded-opentype"), url(/fonts/icomoon.ttf?6c018a0a7370652ca4d1be5461aed637) format("truetype"), url(/fonts/icomoon.woff?289d7277ce769a4882eedbd5fe7200fb) format("woff"), url(/fonts/icomoon.svg?2d11497f9f01c9a1952bca2879657ab5) format("svg");
  font-weight: normal;
  font-style: normal;
}

i,
.more:after,
#main-menu .menu .is-dropdown-submenu-parent > a:after,
.neo-block.neo-block-supergrid p a:first-child:after,
.banner__breadcrumbs a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-radio:before {
  content: "\E900";
}

.icon-server:before {
  content: "\E901";
}

.icon-wireless:before {
  content: "\E902";
}

.icon-backhaul:before {
  content: "\E903";
}

.icon-fiber:before {
  content: "\E904";
}

.icon-latam:before {
  content: "\E905";
}

.icon-leasing:before {
  content: "\E906";
}

.icon-left:before {
  content: "\E907";
}

.icon-linkedin:before {
  content: "\E908";
}

.icon-plane:before {
  content: "\E909";
}

.icon-right:before {
  content: "\E90A";
}

.icon-towers:before {
  content: "\E90B";
}

.icon-twitter:before {
  content: "\E90C";
}

.icon-dollar:before {
  content: "\E90D";
}

.icon-folder:before {
  content: "\E90E";
}

.icon-route:before {
  content: "\E90F";
}

.icon-check:before {
  content: "\E910";
}

.icon-connect:before {
  content: "\E911";
}

.icon-star:before {
  content: "\E912";
}

.icon-menu:before {
  content: "\E913";
}

.icon-tower:before {
  content: "\E914";
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }

  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 20px;
  height: 12.6654px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.9999px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 1.9998px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -5.3328px;
}

.hamburger-inner::after {
  bottom: -5.3328px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  perspective: 40px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 5.3328px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -5.3328px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  perspective: 40px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 5.3328px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -5.3328px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  perspective: 40px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 5.3328px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -5.3328px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  perspective: 40px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 5.3328px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -5.3328px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  perspective: 40px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 5.3328px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -5.3328px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  perspective: 40px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 5.3328px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -5.3328px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -10.6656px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -5.3328px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -10.6656px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -5.3328px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 0.9999px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 5.3328px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 10.6656px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 5.3328px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -10.6656px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 0.9999px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 5.3328px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 10.6656px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 5.3328px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10.6656px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 5.3328px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  transform: translate3d(40px, 40px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 5.3328px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  transform: translate3d(40px, -40px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  transform: translate3d(-40px, -40px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 0.9999px;
}

.hamburger--slider .hamburger-inner::before {
  top: 5.3328px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 10.6656px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 5.3328px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.85714286px, -3.333px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -10.6656px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 0.9999px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 5.3328px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 10.6656px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 5.3328px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.85714286px, -3.333px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10.6656px, 0) rotate(90deg);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 0.9999px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 5.3328px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 10.6656px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5.3328px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 5.3328px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -10.6656px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -5.3328px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

ul:not([class]),
html body.uniti .gallery .slick-dots,
html body.uniti .fiber-gallery .slick-dots,
html body.fiber .gallery .slick-dots,
html body.fiber .fiber-gallery .slick-dots,
html body.towers .gallery .slick-dots,
html body.towers .fiber-gallery .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

html body #wrapper .typography-slidecontent > :first-child,
html body #wrapper .typography-callout > :first-child,
html body #wrapper .typography-large-callout > :first-child,
html body #wrapper .typography-mapoverlay > :first-child,
html body #wrapper .typography-smallcallout > :first-child {
  margin-top: 0;
}

html body #wrapper .typography-slidecontent > :last-child,
html body #wrapper .typography-callout > :last-child,
html body #wrapper .typography-large-callout > :last-child,
html body #wrapper .typography-mapoverlay > :last-child,
html body #wrapper .typography-smallcallout > :last-child {
  margin-bottom: 0;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  line-height: 1.88;
  color: #78787d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 83.125rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -1.3125rem;
  margin-left: -1.3125rem;
}

@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
  min-width: initial;
}

@media print, screen and (min-width: 48em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row,
.row.row.columns {
  display: flex;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

.small-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.small-offset-1 {
  margin-left: 8.33333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66666667%;
}

.small-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.small-offset-4 {
  margin-left: 33.33333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66666667%;
}

.small-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.small-offset-7 {
  margin-left: 58.33333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66666667%;
}

.small-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.small-offset-10 {
  margin-left: 83.33333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66666667%;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.28571429%;
  max-width: 14.28571429%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}

@media print, screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.66666667%;
  }

  .medium-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.66666667%;
  }

  .medium-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.66666667%;
  }

  .medium-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66666667%;
  }

  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 48em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .large-offset-1 {
    margin-left: 8.33333333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.66666667%;
  }

  .large-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .large-offset-4 {
    margin-left: 33.33333333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.66666667%;
  }

  .large-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .large-offset-7 {
    margin-left: 58.33333333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.66666667%;
  }

  .large-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .large-offset-10 {
    margin-left: 83.33333333%;
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66666667%;
  }

  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 2.625rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.25rem;
  font-size: inherit;
  line-height: inherit;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  color: #4d4d4d;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #78787d;
}

h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.55rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.55rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.55rem;
}

h4 {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.55rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.55rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.55rem;
}

@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 2.375rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 0.875rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #25aae1;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1b94c6;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 83.125rem;
  height: 0;
  margin: 1.625rem auto 2.5rem;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e6e6e6;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1.25rem;
  list-style-position: outside;
  line-height: inherit;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.25rem 0 0.8125rem 1.25rem;
  border-left: 5px solid #25aae1;
}

blockquote,
blockquote p {
  line-height: inherit;
  color: inherit;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #4d4d4d;
}

cite:before {
  content: "\2014   ";
}

abbr {
  border-bottom: 1px dotted #000;
  color: #78787d;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #78787d;
  background-color: #f5f5f5;
  font-family: inherit;
  font-weight: normal;
  color: #000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f5f5f5;
  font-family: inherit;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #4d4d4d;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #4d4d4d;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.625rem;
  margin: 0 0 0.625rem;
  padding: 0.3125rem;
  border: 1px solid #e8e6e6;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: normal;
  color: #4d4d4d;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #e8e6e6;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

input::placeholder,
textarea::placeholder {
  color: #4d4d4d;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f5f5f5;
  cursor: default;
}

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.625rem;
}

[type='checkbox'] + label,
form[class*="contact-form"] [type='checkbox'] + #fields-street-field:before,
form[class*="contactForm"] [type='checkbox'] + #fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] [type='checkbox'] + #fields-street-field:before,
form[class*="covid19Contact-form"] [type='checkbox'] + #fields-street-field:before,
[type='radio'] + label,
form[class*="contact-form"] [type='radio'] + #fields-street-field:before,
form[class*="contactForm"] [type='radio'] + #fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] [type='radio'] + #fields-street-field:before,
form[class*="covid19Contact-form"] [type='radio'] + #fields-street-field:before {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.3125rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
form[class*="contact-form"] [type='checkbox'] + #fields-street-field[for]:before,
form[class*="contactForm"] [type='checkbox'] + #fields-street-field[for]:before,
form[class*="schoolsAndLibrariesContact-form"] [type='checkbox'] + #fields-street-field[for]:before,
form[class*="covid19Contact-form"] [type='checkbox'] + #fields-street-field[for]:before,
[type='radio'] + label[for],
form[class*="contact-form"] [type='radio'] + #fields-street-field[for]:before,
form[class*="contactForm"] [type='radio'] + #fields-street-field[for]:before,
form[class*="schoolsAndLibrariesContact-form"] [type='radio'] + #fields-street-field[for]:before,
form[class*="covid19Contact-form"] [type='radio'] + #fields-street-field[for]:before {
  cursor: pointer;
}

label > [type='checkbox'],
form[class*="contact-form"] #fields-street-field:before > [type='checkbox'],
form[class*="contactForm"] #fields-street-field:before > [type='checkbox'],
form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:before > [type='checkbox'],
form[class*="covid19Contact-form"] #fields-street-field:before > [type='checkbox'],
label > [type='radio'],
form[class*="contact-form"] #fields-street-field:before > [type='radio'],
form[class*="contactForm"] #fields-street-field:before > [type='radio'],
form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:before > [type='radio'],
form[class*="covid19Contact-form"] #fields-street-field:before > [type='radio'] {
  margin-right: 0.3125rem;
}

[type='file'] {
  width: 100%;
}

label,
form[class*="contact-form"] #fields-street-field:before,
form[class*="contactForm"] #fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:before,
form[class*="covid19Contact-form"] #fields-street-field:before {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}

label.middle,
form[class*="contact-form"] .middle#fields-street-field:before,
form[class*="contactForm"] .middle#fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] .middle#fields-street-field:before,
form[class*="covid19Contact-form"] .middle#fields-street-field:before {
  margin: 0 0 0.625rem;
  padding: 0.375rem 0;
}

.help-text {
  margin-top: -0.3125rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 0.625rem;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button form[class*="contact-form"] #fields-street-field:before,
form[class*="contact-form"] .input-group-button #fields-street-field:before,
.input-group-button form[class*="contactForm"] #fields-street-field:before,
form[class*="contactForm"] .input-group-button #fields-street-field:before,
.input-group-button form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] .input-group-button #fields-street-field:before,
.input-group-button form[class*="covid19Contact-form"] #fields-street-field:before,
form[class*="covid19Contact-form"] .input-group-button #fields-street-field:before {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #78787d;
  background: #f5f5f5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button form[class*="contact-form"] #fields-street-field:before,
form[class*="contact-form"] .input-group-button #fields-street-field:before,
.input-group-button form[class*="contactForm"] #fields-street-field:before,
form[class*="contactForm"] .input-group-button #fields-street-field:before,
.input-group-button form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] .input-group-button #fields-street-field:before,
.input-group-button form[class*="covid19Contact-form"] #fields-street-field:before,
form[class*="covid19Contact-form"] .input-group-button #fields-street-field:before {
  height: 1.6875rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.75rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.3125rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #78787d;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #f5f5f5;
}

select {
  height: 1.625rem;
  margin: 0 0 0.625rem;
  padding: 0.3125rem;
  appearance: none;
  border: 1px solid #e8e6e6;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 0.75rem;
  line-height: normal;
  color: #4d4d4d;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28125, 125, 125%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.625rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 0.9375rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #e8e6e6;
  background-color: #fff;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #f5f5f5;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #4d4d4d;
}

.form-error {
  display: none;
  margin-top: -0.3125rem;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.9em 2.1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 10em;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.94rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #25aae1;
  color: #fff;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #1b92c4;
  color: #fff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #25aae1;
  color: #000;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #198ab8;
  color: #000;
}

.button.secondary {
  background-color: #f5f5f5;
  color: #000;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #c4c4c4;
  color: #000;
}

.button.success {
  background-color: #5ed136;
  color: #000;
}

.button.success:hover,
.button.success:focus {
  background-color: #49ab27;
  color: #000;
}

.button.warning {
  background-color: #ffae00;
  color: #000;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #000;
}

.button.alert {
  background-color: #cc4b37;
  color: #000;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #000;
}

.button.hollow {
  border: 1px solid #25aae1;
  color: #25aae1;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #105673;
  color: #105673;
}

.button.hollow.primary {
  border: 1px solid #25aae1;
  color: #25aae1;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #105673;
  color: #105673;
}

.button.hollow.secondary {
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #7b7a7a;
  color: #7b7a7a;
}

.button.hollow.success {
  border: 1px solid #5ed136;
  color: #5ed136;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #2e6b18;
  color: #2e6b18;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #25aae1;
  color: #fff;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #25aae1;
  color: #000;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #f5f5f5;
  color: #000;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #5ed136;
  color: #000;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #000;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #000;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 2.1em;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: foreground(#fff, #25aae1);
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #f5f5f5;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  background-color: #fff;
  color: foreground(#fff, #25aae1);
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #f5f5f5;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #25aae1 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #25aae1;
  color: #25aae1;
}

.badge.primary {
  background: #25aae1;
  color: #000;
}

.badge.secondary {
  background: #f5f5f5;
  color: #000;
}

.badge.success {
  background: #5ed136;
  color: #000;
}

.badge.warning {
  background: #ffae00;
  color: #000;
}

.badge.alert {
  background: #cc4b37;
  color: #000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #78787d;
}

.breadcrumbs a {
  color: #25aae1;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #78787d;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.button-group::before,
.button-group::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.94rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #25aae1;
  color: #000;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #198ab8;
  color: #000;
}

.button-group.secondary .button {
  background-color: #f5f5f5;
  color: #000;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #c4c4c4;
  color: #000;
}

.button-group.success .button {
  background-color: #5ed136;
  color: #000;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #49ab27;
  color: #000;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #000;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #000;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #000;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1.15rem 1.2rem;
  border: 0 solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #78787d;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def2fb;
  color: #78787d;
}

.callout.secondary {
  background-color: #fefefe;
  color: #78787d;
}

.callout.success {
  background-color: #e7f8e1;
  color: #78787d;
}

.callout.warning {
  background-color: #fff3d9;
  color: #78787d;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #78787d;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 0 solid #000;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #78787d;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  flex: 0 1 auto;
  padding: 1rem;
  background: #f5f5f5;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #4d4d4d;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #000;
}

.close-button.small {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}

.menu > li {
  flex: 0 0 auto;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a {
  display: flex;
}

.menu > li > a {
  flex-flow: row nowrap;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
}

.menu,
.menu.horizontal {
  flex-wrap: nowrap;
}

.menu > li,
.menu.horizontal > li {
  flex: 0 0 auto;
}

.menu.expanded > li {
  flex: 1 1 0px;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.vertical {
  flex-wrap: wrap;
}

.menu.vertical > li {
  flex: 0 0 100%;
  max-width: 100%;
}

.menu.vertical > li > a {
  justify-content: flex-start;
  align-items: flex-start;
}

@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    flex-wrap: nowrap;
  }

  .menu.medium-horizontal > li {
    flex: 0 0 auto;
  }

  .menu.medium-expanded > li {
    flex: 1 1 0px;
  }

  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }

  .menu.medium-vertical {
    flex-wrap: wrap;
  }

  .menu.medium-vertical > li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu.medium-vertical > li > a {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: nowrap;
  }

  .menu.large-horizontal > li {
    flex: 0 0 auto;
  }

  .menu.large-expanded > li {
    flex: 1 1 0px;
  }

  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }

  .menu.large-vertical {
    flex-wrap: wrap;
  }

  .menu.large-vertical > li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu.large-vertical > li > a {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.menu.simple a {
  padding: 0;
}

.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}

.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.align-right {
  justify-content: flex-end;
}

.menu.icon-top > li > a {
  flex-flow: column nowrap;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-top.vertical a > span {
  margin: auto;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  background: #25aae1;
  color: #fff;
}

.menu.menu-bordered li {
  border: 1px solid #f5f5f5;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #f5f5f5;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: '';
}

.menu-icon:hover::after {
  background: #78787d;
  box-shadow: 0 7px 0 #78787d, 0 14px 0 #78787d;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #4d4d4d;
  box-shadow: 0 7px 0 #4d4d4d, 0 14px 0 #4d4d4d;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #25aae1;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #25aae1 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #78787d;
  border-radius: 0;
  background-color: #f5f5f5;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #25aae1 transparent transparent;
  right: 5px;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #25aae1 transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #25aae1;
}

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #25aae1 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #25aae1 transparent transparent;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #25aae1;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #25aae1 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #25aae1 transparent transparent;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #25aae1;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #78787d;
  background: #fff;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #25aae1 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #25aae1;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #25aae1;
  color: #fff;
}

.label.primary {
  background: #25aae1;
  color: #000;
}

.label.secondary {
  background: #f5f5f5;
  color: #000;
}

.label.success {
  background: #5ed136;
  color: #000;
}

.label.warning {
  background: #ffae00;
  color: #000;
}

.label.alert {
  background: #cc4b37;
  color: #000;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 47.9375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 47.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #10151b;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #10151b;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  transform: translateX(-280px);
  overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
  transform: translateX(280px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  transform: translateX(280px);
  overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-280px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 280px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 280px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 280px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 280px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 280px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 280px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 280px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 280px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #78787d;
}

.orbit-bullets button:hover {
  background-color: #4d4d4d;
}

.orbit-bullets button.is-active {
  background-color: #4d4d4d;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 1.125rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.46875rem;
  border-radius: 0;
  color: #444;
}

.pagination a:hover,
.pagination button:hover {
  background: transparent;
}

.pagination .current {
  padding: 0.1875rem 0.46875rem;
  background: transparent;
  color: #cc4b37;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.46875rem;
  color: #78787d;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.46875rem;
  content: '\2026';
  color: #444;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #78787d;
}

.progress.primary .progress-meter {
  background-color: #25aae1;
}

.progress.secondary .progress-meter {
  background-color: #f5f5f5;
}

.progress.success .progress-meter {
  background-color: #5ed136;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #25aae1;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f5f5f5;
  cursor: pointer;
  -ms-user-select: none;
      user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #78787d;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #25aae1;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1b92c4;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -ms-user-select: none;
      user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #78787d;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 83.125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 83.125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 83.125rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 83.125rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 47.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -ms-user-select: none;
      user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #78787d;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fff;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #25aae1;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active,
form[class*="contact-form"] input:checked + #fields-street-field:before > .switch-active,
form[class*="contactForm"] input:checked + #fields-street-field:before > .switch-active,
form[class*="schoolsAndLibrariesContact-form"] input:checked + #fields-street-field:before > .switch-active,
form[class*="covid19Contact-form"] input:checked + #fields-street-field:before > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive,
form[class*="contact-form"] input:checked + #fields-street-field:before > .switch-inactive,
form[class*="contactForm"] input:checked + #fields-street-field:before > .switch-inactive,
form[class*="schoolsAndLibrariesContact-form"] input:checked + #fields-street-field:before > .switch-inactive,
form[class*="covid19Contact-form"] input:checked + #fields-street-field:before > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #78787d;
}

tfoot {
  background: #f2f2f2;
  color: #78787d;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #f5f5f5;
  background: #fff;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #25aae1;
}

.tabs.primary > li > a {
  color: #000;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1ea4db;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.3125rem 2.65rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #25aae1;
}

.tabs-title > a:hover {
  background: #fff;
  color: #1b94c6;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #f5f5f5;
  color: #25aae1;
}

.tabs-content {
  border: 1px solid #f5f5f5;
  border-top: 0;
  background: #fff;
  color: foreground(#fff, #25aae1);
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #f5f5f5;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel[aria-hidden="false"] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(37, 170, 225, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #4d4d4d;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff;
}

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #fff;
}

.top-bar ul ul {
  background-color: transparent;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 48em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 1rem;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 99999;
  background: url("/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

body {
  min-width: 320px;
  overflow-x: hidden;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

body[app-cloak] {
  opacity: 0;
}

#wrapper {
  margin: 0 auto;
  max-width: 107.8125rem;
  background: #fff;
  min-height: 100vh;
  overflow: hidden;
  box-shadow: 0 0 50px -23px #000;
}

@media print, screen and (min-width: 64em) {
  #wrapper {
    overflow: visible;
  }
}

h1 {
  font-weight: 300;
  margin: 0 0 1.5rem;
}

h3 {
  margin: 0 0 0.5rem;
}

h4 {
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 0.75rem;
}

h5 {
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 0.75rem;
  color: #a0a0a0;
  font-size: 14px;
}

hr {
  margin: 1.625rem auto;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

p + h2 {
  padding-top: 1.5625rem;
}

p + h4 {
  padding-top: 1.125rem;
}

ul:not([class]) {
  margin: 0 0 1.5625rem;
}

ul:not([class]) li {
  list-style: none;
  padding: 0 0 0.625rem 2.75rem;
  position: relative;
}

ul:not([class]) li:before {
  position: absolute;
  top: 0.875rem;
  left: 1.875rem;
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
  background: #25aae1;
  content: '';
}

blockquote {
  margin: 0 0 2.8125rem;
}

blockquote q {
  font-style: italic;
}

blockquote q:after,
blockquote q:before {
  display: none;
}

a,
.button,
button {
  transition: all .3s ease;
}

a:focus,
.button:focus,
button:focus {
  outline: none;
}

a.normal,
.button.normal,
button.normal {
  color: inherit;
}

a.normal:hover,
.button.normal:hover,
button.normal:hover {
  color: #25aae1;
}

small.panel {
  background: #f5f5f5;
  padding: 30px;
  display: block;
  margin: 0 -30px;
}

.button {
  font-family: inherit;
  letter-spacing: 0.03125rem;
}

.photo,
.image {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 59%;
  margin: 0 0 2.5rem;
  overflow: hidden;
}

.photo.left-image,
.image.left-image {
  max-width: 32.3125rem;
  padding-top: 69.5%;
}

.lead {
  color: #4d4d4d;
  line-height: 1.5;
}

#main {
  display: flex;
  flex-direction: column;
}

.main-section {
  position: relative;
  padding: 3.25rem 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .main-section {
    padding: 3.75rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .main-section {
    padding: 4.5625rem 0 8.125rem;
  }
}

.main-section + .main-section {
  border-top: 1px solid #e6e6e6;
}

@media print, screen and (min-width: 64em) {
  .main-section + .main-section {
    margin-top: -90px;
    padding-top: 103px;
  }
}

@media print, screen and (min-width: 64em) {
  .main-section:only-child {
    padding: 6.1875rem 0 8.125rem;
  }
}

.main-section + .neo-block-oneColumn {
  border-top: solid 1px #e6e6e6;
  margin-top: -50px;
  padding-top: 50px;
}

.neo-block-oneColumn + .main-section {
  border-top: solid 1px #e6e6e6;
  padding-top: 30px;
}

.start-post,
.centered {
  margin: 0 auto 0;
  max-width: 73rem;
  width: 100%;
}

@media screen and (min-width: 75em) {
  .start-post .content,
  .centered .content {
    margin-right: -1.5rem;
  }
}

.start-post {
  padding: 0.5rem 0 0;
}

.start-post .content {
  padding: 0.625rem 0 0;
}

@media screen and (min-width: 75em) {
  .start-post .content {
    margin-right: 0;
  }
}

.start-post p {
  margin: 0 0 1.875rem;
}

.boxes {
  margin: 0 -0.5625rem !important;
  padding-bottom: 1.875rem;
}

@media print, screen and (min-width: 48em) {
  .boxes {
    padding: 0;
  }
}

.boxes .column,
.boxes .columns {
  padding: 0 0.5625rem;
}

.home-page .box .holder {
  padding: 3.75rem;
}

.box {
  width: 100%;
  height: 9.6875rem;
  background: #f5f5f5;
  display: table;
  margin: 0.9375rem 0;
  line-height: 1.6rem;
}

@media print, screen and (min-width: 48em) {
  .box {
    margin: 1.125rem 0 2.375rem;
  }
}

.box .holder {
  padding: 1.875rem;
  display: table-cell;
  vertical-align: top;
}

.box span {
  line-height: 1rem;
}

.box .lead {
  display: block;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1;
  margin: 0.4375rem 0 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .box .lead {
    font-size: 2.125rem;
  }
}

.photo {
  width: 6.3125rem;
  height: 6.3125rem;
  padding: 0;
}

.descr {
  overflow: hidden;
}

.position {
  margin: 0 0 0.3125rem;
  color: #4d4d4d;
}

.more:after {
  content: "\E90A";
  font-size: 0.625rem;
  margin-left: 0.3125rem;
}

.staff-card {
  background: #f5f5f5 !important;
  margin: 0 0 2.75rem;
  overflow: hidden;
  max-width: 29.6875rem;
}

.staff-card a {
  display: block;
  float: left;
}

.staff-card a::before,
.staff-card a::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.staff-card a::after {
  clear: both;
}

.staff-card h2,
.staff-card p {
  display: block;
  margin: 0 0 0.9375rem 0;
  color: #484848;
}

.staff-card h2 {
  margin: 0 0 0.9375rem 0;
}

.staff-card h2 a {
  color: inherit;
}

.staff-card h2 a:hover {
  color: #25aae1;
}

.staff-card p {
  font-weight: 700;
  line-height: 1.5;
  font-size: 0.875rem;
}

.staff-card .photo {
  margin: 0 1.875rem 0 0;
}

.our-team #key-leadership {
  max-width: 876px;
  margin: 0 auto;
}

.staff-item {
  margin: 0.75rem 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .staff-item {
    margin: 0.75rem 0 4.3125rem;
  }
}

.staff-item h2 {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}

.staff-item h2 a {
  color: inherit;
}

.staff-item h2 a:hover {
  color: #25aae1;
}

.large-3 .staff-item .photo {
  padding-top: 91.8%;
}

@media print, screen and (min-width: 48em) {
  .staff-item .descr {
    padding-left: 1.25rem;
  }
}

.staff-item .photo {
  width: auto;
  height: auto;
  margin: 0 0 1.125rem;
  padding-top: 96%;
}

.staff-item .position {
  font-size: 0.875rem;
  line-height: 1.43;
  text-transform: uppercase;
  font-weight: 500;
  color: #a0a0a0;
}

.staff-item.details {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .staff-item.details {
    padding: 5.0625rem 0 0.3125rem;
  }
}

.staff-item.details .photo {
  width: 50%;
  padding-top: 50%;
}

@media print, screen and (min-width: 48em) {
  .staff-item.details .photo {
    width: 100%;
    padding-top: 100%;
    margin: 0 3.125rem 0 0;
  }
}

.staff-item.details h2 {
  font-size: 2rem;
  font-weight: 300;
}

@media print, screen and (min-width: 48em) {
  .staff-item.details h2 {
    font-size: 2.375rem;
    margin: -0.375rem 0 0.625rem;
  }
}

.staff-item.details .position {
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0 0 1.625rem;
}

.staff-item .more {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.9375rem;
}

.subtitle {
  color: #a0a0a0;
  display: block;
  font-weight: 300;
  font-size: 1rem;
  margin: 0 0 0.0625rem;
}

@media print, screen and (min-width: 48em) {
  .subtitle {
    font-size: 1.5rem;
    margin: 1.6875rem 0 0.625rem;
  }
}

.intro-boxes {
  margin: 0 -1.625rem !important;
  padding: 0 0 2rem;
}

@media print, screen and (min-width: 48em) {
  .intro-boxes {
    margin: 0 -0.9375rem -0.4375rem !important;
    padding: 1.0625rem 0 0;
    margin-top: 2.0625rem !important;
  }
}

.intro-boxes .box {
  background-clip: padding-box;
  color: #fff;
  border: 13px solid #f5f5f5;
  background-size: cover;
  background-position: 50% 50%;
  height: 16.25rem;
  margin: 0.9375rem 0 0.4375rem;
  font-size: 1.25rem;
  font-weight: 300;
}

@media print, screen and (min-width: 48em) {
  .intro-boxes .box {
    font-size: 1.5625rem;
  }
}

.intro-boxes .box .lead {
  color: inherit;
  font-size: 3.4375rem;
  font-weight: 700;
  margin: 0.1875rem 0 0.4375rem;
}

@media print, screen and (min-width: 48em) {
  .intro-boxes .box .lead {
    margin: 0.8125rem 0 0.9375rem;
  }
}

.intro-boxes .box span {
  font-size: 1.375rem;
  font-weight: 300;
}

.division-content p:first-child {
  font-size: 125%;
  line-height: 1.5;
  color: #484848;
}

.heading {
  margin: 0 auto 0.3125rem;
  max-width: 56.25rem;
}

.heading .subtitle {
  margin: -0.5625rem 0 0.4375rem;
}

.heading h1 {
  margin-bottom: 0.625rem;
  line-height: 1.35;
}

.heading p {
  max-width: 28.125rem;
  margin-left: auto;
  margin-right: auto;
}

.headline {
  border-bottom: 1px solid #e6e6e6;
  padding: 1.25rem 0 1.375rem;
  margin: 0 0 2.5rem;
}

@media print, screen and (min-width: 48em) {
  .headline {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 2.875rem 0 2.3125rem;
    margin: 0 0 3.5rem;
  }
}

.headline h1 {
  font-size: 1.625rem;
  margin: 0 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .headline h1 {
    margin: 0 1.5625rem 0 0;
    font-size: 2.375rem;
  }
}

.headline .link {
  color: #a0a0a0;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.01875rem;
}

.headline .link:hover {
  color: #25aae1;
}

.headline .button {
  margin: 0;
  align-self: flex-start;
}

@media print, screen and (min-width: 48em) {
  .headline .button {
    margin: 0.125rem 0 0 auto;
  }
}

time {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #a0a0a0;
  font-weight: 500;
  display: block;
  margin: 0 0 0.625rem;
}

.small-post {
  padding: 0.875rem 0;
}

.post {
  margin: 0 0 2rem;
}

@media print, screen and (min-width: 64em) {
  .post {
    margin: 0 0 0.6875rem;
  }
}

.post h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 0.75rem;
}

@media print, screen and (min-width: 48em) {
  .post h2 {
    margin: 0 0 1.3125rem;
  }
}

.post h2 a {
  color: inherit;
}

.post h2 a:hover {
  color: #25aae1;
}

.post p {
  margin: 0 0 0.9375rem;
}

.post .more {
  font-size: 0.9375rem;
}

.icon-holder {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.3125rem;
  text-align: center;
  border: 2px solid #ececec;
  border-radius: 50%;
  margin: 0 auto 1.6875rem;
  color: #25aae1;
  font-size: 1.5rem;
}

.thmb {
  background: #f5f5f5;
  margin: 0.6875rem 0 1.1875rem;
  padding: 1.875rem;
}

@media print, screen and (min-width: 48em) {
  .thmb {
    min-height: 18.75rem;
    padding: 2.625rem 10%;
  }
}

.thmb .icon-holder {
  width: 4.8125rem;
  height: 4.8125rem;
  transition: all .3s ease;
  margin: 0 auto 1.25rem;
  border-color: #ddd;
  min-width: 4.8125rem;
  line-height: 4.5625rem;
  border-width: 2px;
  font-size: 2.1875rem;
}

@media print, screen and (min-width: 48em) {
  .thmb .icon-holder {
    margin: 0 auto;
  }
}

.thmb .icon-holder svg {
  height: 35px;
  width: 35px;
}

.thmb .icon-holder .icon-fiber {
  color: #25aae1;
}

.thmb .icon-holder .icon-leasing {
  color: #e02771;
}

.thmb .icon-holder .icon-towers {
  color: #80bc40;
}

.thmb .icon-holder .icon-latam {
  color: #7448ef;
}

.thmb .descr {
  padding: 0;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .thmb .descr {
    padding: 0.9375rem 0 0;
  }
}

.thmb h2 {
  color: #585c61;
  font-weight: 300;
  margin: 0 0 1.375rem;
  font-size: 2rem;
}

@media print, screen and (min-width: 48em) {
  .thmb h2 {
    font-size: 2.125rem;
  }
}

.thmb p {
  margin: 0;
}

.thmb:hover {
  background: #e4e4e4;
  color: inherit;
}

.thmb:hover .icon-holder {
  border-color: #78787d;
}

#block-1012.neo-block.neo-block-supergrid .neo-block-supergrid-intro {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

#block-1012.neo-block.neo-block-supergrid .neo-block-supergrid-items p {
  color: #464c54 !important;
  font-size: 14px;
}

.harvey-banner {
  position: relative;
  z-index: 9;
  background: #4f9795;
  padding: 15px 0;
}

.harvey-banner i.texas {
  width: 101px;
  float: left;
  margin-right: 20px;
}

.harvey-banner i.texas:before {
  content: '';
  width: 102px;
  height: 41px;
  background: url(/images/redcross.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
}

.harvey-banner h3 {
  color: #fff;
  margin-bottom: 0px;
}

.harvey-banner p {
  color: #fff;
  line-height: 1.4;
  opacity: 0.7;
}

@media print, screen and (min-width: 48em) {
  .harvey-banner p {
    margin: 0;
  }
}

.harvey-banner .button.right {
  float: right;
  margin: 4px 0 0 0;
}

.sidebar-nav__heading {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  background-color: #232323;
  transition: background-color 0.3s ease-in-out;
}

.sidebar-nav__heading:hover {
  color: #fff;
  background-color: #000;
}

.sidebar-nav h2,
.sidebar-nav__nav {
  margin: 0;
}

.sidebar-nav__item-wrapper {
  display: block;
  margin: 0;
}

.sidebar-nav__item-wrapper:last-child a {
  margin-bottom: 0;
}

.sidebar-nav__item {
  background-color: #F5F5F5;
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  transition: background-color 0.3s ease-in-out;
}

.sidebar-nav__item:hover {
  color: #7C7C7C;
  background-color: #e8e8e8;
}

.sidebar-nav__heading,
.sidebar-nav__item {
  display: block;
  width: 100%;
  padding: 1.25rem 1.5625rem;
  margin-bottom: 0.4375rem;
}

.sidebar-nav__heading,
.sidebar-nav__heading a,
.sidebar-nav__item,
.sidebar-nav__item a {
  line-height: 1;
}

.network-map-embed {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden !important;
}

@media print, screen and (min-width: 48em) {
  .network-map-embed {
    display: block;
  }
}

.network-map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.csvtable {
  margin: 0 -25%;
}

.csvtable tr:nth-child(even) td {
  background: #f5f5f5;
}

.csvtable thead {
  border: none;
  border-image-width: 0;
}

.csvtable thead th {
  background: #25a9e0;
  color: #fff;
  border: none;
  padding: 10px 10px !important;
}

.csvtable tbody {
  border: none;
}

.csvtable th,
.csvtable td {
  text-align: left;
}

.neo-block-supergrid .neo-block-supergrid-intro:first-child > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.field.required .heading > label,
.field.required form[class*="contact-form"] .heading > #fields-street-field:before,
form[class*="contact-form"] .field.required .heading > #fields-street-field:before,
.field.required form[class*="contactForm"] .heading > #fields-street-field:before,
form[class*="contactForm"] .field.required .heading > #fields-street-field:before,
.field.required form[class*="schoolsAndLibrariesContact-form"] .heading > #fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] .field.required .heading > #fields-street-field:before,
.field.required form[class*="covid19Contact-form"] .heading > #fields-street-field:before,
form[class*="covid19Contact-form"] .field.required .heading > #fields-street-field:before {
  position: relative;
}

.field.required .heading > label:after {
  content: '*';
  margin-left: 3px;
  color: #cc0000;
}

@media print, screen and (min-width: 48em) {
  .gallery .slide,
  .fiber-gallery .slide {
    min-width: 640px;
  }
}

@media print, screen and (min-width: 64em) {
  .gallery .slide,
  .fiber-gallery .slide {
    min-width: 1024px;
  }
}

@media screen and (min-width: 75em) {
  .gallery .slide,
  .fiber-gallery .slide {
    min-width: 1200px;
  }
}

@media screen and (min-width: 90em) {
  .gallery .slide,
  .fiber-gallery .slide {
    min-width: 1440px;
  }
}

.footer {
  padding: 3rem 0;
  background: #f5f5f5;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  color: #818181;
  line-height: 1.5;
  padding: 1rem 0;
}

@media print, screen and (min-width: 48em) {
  .footer {
    padding: 3.625rem 0;
  }
}

.footer-nav {
  text-align: center;
  padding: 0 0 0.5625rem;
  margin: 0 0.6875rem 2rem;
  font-size: 0.9375rem;
  border-bottom: 1px solid #e6e6e6;
}

.footer-nav .footer-nav-title {
  font-weight: 700;
  font-size: 1.125rem !important;
}

.footer-nav p {
  color: #818181;
  font-weight: normal;
  font-size: 13px;
  max-width: 160px;
  margin: 15px 0 10px;
}

@media print, screen and (min-width: 48em) {
  .footer-nav {
    margin: 0 0 1.625rem;
    text-align: left;
    font-size: 0.9375rem;
    padding: 0 0 1.5rem;
  }
}

.footer-nav > .menu {
  font-weight: 500;
  margin: 0;
  width: auto;
}

@media print, screen and (min-width: 48em) {
  .footer-nav > .menu {
    align-items: flex-start;
    margin: 0 -0.9375rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.footer-nav > .menu > li {
  width: 100%;
  margin: 0 0 1.25rem;
}

@media print, screen and (min-width: 48em) {
  .footer-nav > .menu > li {
    width: 33.33333333% !important;
    max-width: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .footer-nav > .menu > li {
    width: calc((100%/5) - 0.9375rem) !important;
  }
}

.footer-nav > .menu .active > a {
  color: #25aae1;
}

.footer-nav > .menu a {
  display: inline;
  padding: 0;
  color: #818181;
  font-size: 0.9375rem;
  line-height: 1;
}

.footer-nav > .menu a:hover {
  color: #25aae1;
}

.footer-nav > .menu .menu {
  padding: 0.9375rem 0 0;
  font-weight: normal;
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .footer-nav > .menu .menu {
    font-size: 0.8125rem;
  }
}

.footer-nav > .menu .menu li {
  margin: 0 0 0.5rem;
  line-height: 1.4;
}

@media print, screen and (min-width: 48em) {
  .footer-nav > .menu .menu li {
    margin: 0 0 0.5625rem;
  }
}

.footer-nav address,
.footer-nav .contacts li {
  margin: 0 0 -0.3125rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.79;
  font-size: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .footer-nav address,
  .footer-nav .contacts li {
    margin: 0.6875rem 0;
    line-height: 1.4;
  }
}

.footer-nav .contacts {
  display: block;
  width: auto;
  margin: 0 !important;
}

@media print, screen and (min-width: 48em) {
  .footer-nav .contacts {
    margin: 0 -10px 0 0 !important;
    padding: 0 !important;
  }
}

.footer-nav .contacts li {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.footer-nav .contacts a {
  display: inline;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}

.socials li {
  font-size: 1.875rem;
  display: block;
  padding: 0.3125rem 0.625rem 0 0;
  width: auto !important;
}

@media print, screen and (min-width: 48em) {
  .socials li {
    font-size: 1.5625rem;
  }
}

@media print, screen and (min-width: 48em) {
  .socials li .icon-linkedin {
    font-size: 1.5rem;
  }
}

.socials a {
  color: #a8a8a8 !important;
}

.socials a:hover {
  color: #25aae1 !important;
}

.copy {
  margin: 0 10%;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .copy.text-right {
    text-align: right !important;
  }
}

.copy,
.copy a {
  line-height: 1;
  font-size: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .copy {
    margin: 0 0 0.5625rem;
    text-align: left;
  }
}

.copy i {
  color: #a8a8a8;
  margin: 0 0.8125rem 0 0.125rem;
  font-size: 1.5625rem;
  vertical-align: top;
  top: -1px;
  display: none;
}

@media print, screen and (min-width: 48em) {
  .copy i {
    position: relative;
    display: inline-block;
  }
}

.copy a {
  color: inherit;
}

.copy a:hover {
  color: #25aae1;
}

.copy a:hover i {
  color: #25aae1;
}

.email-form {
  flex: 1 auto;
}

.links {
  padding: 0 10px;
  flex: 0 auto;
  margin: 1.25rem 0 0;
}

@media print, screen and (min-width: 64em) {
  .links {
    margin: 0 0 0 auto;
  }
}

.links .leaplogic,
.links .leaplogic i {
  color: #7f8083;
}

.links .leaplogic i {
  position: relative;
  top: -5px;
}

.links .leaplogic:hover i {
  color: #555;
}

.links i {
  color: #a8a8a8;
  font-size: 1.5625rem;
  vertical-align: top;
  top: -1px;
  display: none;
}

@media print, screen and (min-width: 48em) {
  .links i {
    position: relative;
    display: inline-block;
  }
}

.links a {
  color: inherit;
}

.links a:hover {
  color: #25aae1;
}

.links a:hover i {
  color: #25aae1;
}

.row-is-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-is-flex > [class*="column"] {
  display: flex;
  flex-direction: column;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  height: 3.125rem;
  padding: 0.9375rem 1.125rem;
  margin-bottom: 1.25rem;
  font-size: 1em;
  -webkit-appearance: none;
}

[type='text']::-webkit-input-placeholder,
[type='password']::-webkit-input-placeholder,
[type='date']::-webkit-input-placeholder,
[type='datetime']::-webkit-input-placeholder,
[type='datetime-local']::-webkit-input-placeholder,
[type='month']::-webkit-input-placeholder,
[type='week']::-webkit-input-placeholder,
[type='email']::-webkit-input-placeholder,
[type='number']::-webkit-input-placeholder,
[type='search']::-webkit-input-placeholder,
[type='tel']::-webkit-input-placeholder,
[type='time']::-webkit-input-placeholder,
[type='url']::-webkit-input-placeholder,
[type='color']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 1;
  color: #4d4d4d;
}

[type='text']::-moz-placeholder,
[type='password']::-moz-placeholder,
[type='date']::-moz-placeholder,
[type='datetime']::-moz-placeholder,
[type='datetime-local']::-moz-placeholder,
[type='month']::-moz-placeholder,
[type='week']::-moz-placeholder,
[type='email']::-moz-placeholder,
[type='number']::-moz-placeholder,
[type='search']::-moz-placeholder,
[type='tel']::-moz-placeholder,
[type='time']::-moz-placeholder,
[type='url']::-moz-placeholder,
[type='color']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 1;
  color: #4d4d4d;
}

[type='text']:-moz-placeholder,
[type='password']:-moz-placeholder,
[type='date']:-moz-placeholder,
[type='datetime']:-moz-placeholder,
[type='datetime-local']:-moz-placeholder,
[type='month']:-moz-placeholder,
[type='week']:-moz-placeholder,
[type='email']:-moz-placeholder,
[type='number']:-moz-placeholder,
[type='search']:-moz-placeholder,
[type='tel']:-moz-placeholder,
[type='time']:-moz-placeholder,
[type='url']:-moz-placeholder,
[type='color']:-moz-placeholder,
textarea:-moz-placeholder {
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 1;
  color: #4d4d4d;
}

[type='text']:-ms-input-placeholder,
[type='password']:-ms-input-placeholder,
[type='date']:-ms-input-placeholder,
[type='datetime']:-ms-input-placeholder,
[type='datetime-local']:-ms-input-placeholder,
[type='month']:-ms-input-placeholder,
[type='week']:-ms-input-placeholder,
[type='email']:-ms-input-placeholder,
[type='number']:-ms-input-placeholder,
[type='search']:-ms-input-placeholder,
[type='tel']:-ms-input-placeholder,
[type='time']:-ms-input-placeholder,
[type='url']:-ms-input-placeholder,
[type='color']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 1;
  color: #4d4d4d;
}

[type='text'].placeholder,
[type='password'].placeholder,
[type='date'].placeholder,
[type='datetime'].placeholder,
[type='datetime-local'].placeholder,
[type='month'].placeholder,
[type='week'].placeholder,
[type='email'].placeholder,
[type='number'].placeholder,
[type='search'].placeholder,
[type='tel'].placeholder,
[type='time'].placeholder,
[type='url'].placeholder,
[type='color'].placeholder,
textarea.placeholder {
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 1;
  color: #4d4d4d;
}

select {
  -webkit-appearance: none;
  height: 3.125rem;
  padding: 0.9375rem 1.125rem;
  margin-bottom: 1.0625rem;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 1;
  background-position: right 0px center;
}

.csvtable select {
  width: 100px;
  height: 2.5rem;
  padding: 0.625rem 1.125rem;
  margin: 0;
}

.csvtable input[type=search] {
  height: 2.5rem;
  padding: 0.625rem 1.125rem;
  width: 150px;
  display: inline;
  margin: 0;
}

.csvtable label,
.csvtable form[class*="contact-form"] #fields-street-field:before,
form[class*="contact-form"] .csvtable #fields-street-field:before,
.csvtable form[class*="contactForm"] #fields-street-field:before,
form[class*="contactForm"] .csvtable #fields-street-field:before,
.csvtable form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] .csvtable #fields-street-field:before,
.csvtable form[class*="covid19Contact-form"] #fields-street-field:before,
form[class*="covid19Contact-form"] .csvtable #fields-street-field:before {
  background: #eee;
  padding: 10px 25px;
  margin-bottom: 10px;
}

textarea[rows] {
  height: 11.25rem;
  min-height: 3.125rem;
  max-height: 21.875rem;
  margin-bottom: 1.5625rem;
}

.is-invalid-input:not(:focus) {
  background: #fff;
  border-color: #e8e6e6;
}

.content form {
  border-top: 1px solid #cfcfcf;
  max-width: 43.875rem;
  padding: 1.25rem 0;
}

body:not([id*='business-fiber']).blockPage .content form {
  border-top: none;
  margin: 10px auto;
  padding: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  body:not([id*='business-fiber']).blockPage .content form {
    padding: 1.25rem;
  }
}

.content form .field-row .field-body {
  display: block;
}

@media print, screen and (min-width: 48em) {
  .content form .field-row .field-body {
    display: flex;
  }
}

.content form .field-row .field-body .field {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.content form .g-recaptcha {
  left: 15px;
}

.content form .submit {
  padding: 15px 15px;
}

form .row {
  margin: 0 -0.75rem !important;
}

form [class*='column'] {
  padding: 0 0.75rem;
}

form .button {
  min-width: 14.8125rem;
}

form label,
form[class*="contact-form"] #fields-street-field:before,
form[class*="contactForm"] #fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:before,
form[class*="covid19Contact-form"] #fields-street-field:before {
  display: block;
  position: relative;
  font-weight: normal;
}

form .field-group {
  display: flex;
  flex-wrap: wrap;
}

form .field-group > div {
  flex: 1 1 100%;
}

form .field-group > div:not(:first-child) {
  margin-left: 0px;
}

@media print, screen and (min-width: 48em) {
  form .field-group {
    flex-wrap: nowrap;
  }

  form .field-group > div {
    flex: 1 1 auto;
  }

  form .field-group > div:not(:first-child) {
    margin-left: 10px;
  }
}

.form-error {
  position: absolute;
  left: 0.625rem;
  bottom: 100%;
  color: #171717;
  background: #fff;
  font-size: 0.8125rem;
  line-height: 1.2;
  padding: 0.5rem 0.9375rem;
  margin: 0 0 -0.25rem;
  font-weight: normal;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.form-error span {
  margin: 0 0.5rem 0 0;
}

.form-error:after {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
}

.form-error:before {
  width: 10px;
  height: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  background: #fff;
  content: '';
  z-index: -1;
  position: absolute;
  left: 0.9375rem;
  top: 100%;
  margin: -0.3125rem 0 0;
}

.subscribe-form {
  margin: 1.25rem 0 0;
  display: inline-block;
  width: calc(100% - 60px);
}

@media print, screen and (min-width: 64em) {
  .subscribe-form {
    max-width: 35.5rem;
    margin: 0 0 0 auto;
  }
}

.subscribe-form .input-group {
  margin: 0;
}

.subscribe-form .input-group-field {
  height: 2.6875rem;
  color: #818181;
  font-size: 0.875rem;
  background: none;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  padding: 0.4375rem 0.9375rem;
  margin: 0;
  font-weight: normal;
}

.subscribe-form .input-group-field::-webkit-input-placeholder {
  font-weight: normal;
  color: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.subscribe-form .input-group-field::-moz-placeholder {
  opacity: 1;
  font-weight: normal;
  color: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.subscribe-form .input-group-field:-moz-placeholder {
  font-weight: normal;
  color: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.subscribe-form .input-group-field:-ms-input-placeholder {
  font-weight: normal;
  color: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.subscribe-form .input-group-field.placeholder {
  font-weight: normal;
  color: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.subscribe-form .button {
  width: 7.125rem;
  height: 2.5rem;
  min-width: 0;
  border-radius: 50em;
  margin: 0.125rem 0 0 0.625rem;
  color: #818181;
  background: #dfdfdf;
  font-size: 0.9375rem;
  padding: 0;
}

.subscribe-form .button:hover {
  color: #fff;
  background: #25aae1;
}

.heading {
  clear: both;
}

body.contact #main form,
body.covid-contact #main form {
  background-color: #F5F5F5;
  padding: 20px;
  border-top: 0;
}

@media print, screen and (min-width: 64em) {
  body.contact #main form,
  body.covid-contact #main form {
    padding: 40px;
  }
}

body.covid-contact #main form {
  margin: 10px auto;
  max-width: 43.875rem;
}

form[class*="contact-form"] #fields-customerType-field,
form[class*="contactForm"] #fields-customerType-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-customerType-field,
form[class*="covid19Contact-form"] #fields-customerType-field {
  margin: 0.9375rem 0 0 0;
}

form[class*="contact-form"] .g-recaptcha,
form[class*="contactForm"] .g-recaptcha,
form[class*="schoolsAndLibrariesContact-form"] .g-recaptcha,
form[class*="covid19Contact-form"] .g-recaptcha {
  margin-bottom: 1.5625rem;
}

@media print, screen and (min-width: 64em) {
  form[class*="contact-form"] #fields-request-field #fields-request,
  form[class*="contactForm"] #fields-request-field #fields-request,
  form[class*="schoolsAndLibrariesContact-form"] #fields-request-field #fields-request,
  form[class*="covid19Contact-form"] #fields-request-field #fields-request {
    height: 130px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}

form[class*="contact-form"] #fields-request-field.blank-field,
form[class*="contactForm"] #fields-request-field.blank-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-request-field.blank-field,
form[class*="covid19Contact-form"] #fields-request-field.blank-field {
  margin: 0 0 -15px 0;
}

form[class*="contact-form"] #fields-areYouAUnitiFiberCustomer-field,
form[class*="contactForm"] #fields-areYouAUnitiFiberCustomer-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-areYouAUnitiFiberCustomer-field,
form[class*="covid19Contact-form"] #fields-areYouAUnitiFiberCustomer-field {
  margin-bottom: 0.9375rem;
}

form[class*="contact-form"] #fields-customerType-field,
form[class*="contactForm"] #fields-customerType-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-customerType-field,
form[class*="covid19Contact-form"] #fields-customerType-field {
  display: none;
}

form[class*="contact-form"] #fields-customerType option[value="-"],
form[class*="contactForm"] #fields-customerType option[value="-"],
form[class*="schoolsAndLibrariesContact-form"] #fields-customerType option[value="-"],
form[class*="covid19Contact-form"] #fields-customerType option[value="-"] {
  display: none !important;
}

form[class*="contact-form"] #fields-street-field,
form[class*="contact-form"] #fields-city-field,
form[class*="contact-form"] #fields-zip-field,
form[class*="contactForm"] #fields-street-field,
form[class*="contactForm"] #fields-city-field,
form[class*="contactForm"] #fields-zip-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-street-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-city-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-zip-field,
form[class*="covid19Contact-form"] #fields-street-field,
form[class*="covid19Contact-form"] #fields-city-field,
form[class*="covid19Contact-form"] #fields-zip-field {
  position: relative;
}

form[class*="contact-form"] #fields-street-field .heading,
form[class*="contact-form"] #fields-city-field .heading,
form[class*="contact-form"] #fields-zip-field .heading,
form[class*="contactForm"] #fields-street-field .heading,
form[class*="contactForm"] #fields-city-field .heading,
form[class*="contactForm"] #fields-zip-field .heading,
form[class*="schoolsAndLibrariesContact-form"] #fields-street-field .heading,
form[class*="schoolsAndLibrariesContact-form"] #fields-city-field .heading,
form[class*="schoolsAndLibrariesContact-form"] #fields-zip-field .heading,
form[class*="covid19Contact-form"] #fields-street-field .heading,
form[class*="covid19Contact-form"] #fields-city-field .heading,
form[class*="covid19Contact-form"] #fields-zip-field .heading {
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  margin: 0;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 0.7;
  transition: opacity 90ms ease-in-out, visibility 90ms ease-in-out;
}

form[class*="contact-form"] #fields-street-field .heading.dirty,
form[class*="contact-form"] #fields-city-field .heading.dirty,
form[class*="contact-form"] #fields-zip-field .heading.dirty,
form[class*="contactForm"] #fields-street-field .heading.dirty,
form[class*="contactForm"] #fields-city-field .heading.dirty,
form[class*="contactForm"] #fields-zip-field .heading.dirty,
form[class*="schoolsAndLibrariesContact-form"] #fields-street-field .heading.dirty,
form[class*="schoolsAndLibrariesContact-form"] #fields-city-field .heading.dirty,
form[class*="schoolsAndLibrariesContact-form"] #fields-zip-field .heading.dirty,
form[class*="covid19Contact-form"] #fields-street-field .heading.dirty,
form[class*="covid19Contact-form"] #fields-city-field .heading.dirty,
form[class*="covid19Contact-form"] #fields-zip-field .heading.dirty {
  visibility: hidden;
  opacity: 0;
}

form[class*="contact-form"] #fields-street-field:before,
form[class*="contactForm"] #fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:before,
form[class*="covid19Contact-form"] #fields-street-field:before {
  content: 'Service Address';
}

form[class*="contact-form"] #fields-street-field .heading,
form[class*="contactForm"] #fields-street-field .heading,
form[class*="schoolsAndLibrariesContact-form"] #fields-street-field .heading,
form[class*="covid19Contact-form"] #fields-street-field .heading {
  top: calc(50% + 12.5px);
}

form[class*="contact-form"] #fields-city-field,
form[class*="contact-form"] #fields-state-field,
form[class*="contact-form"] #fields-zip-field,
form[class*="contactForm"] #fields-city-field,
form[class*="contactForm"] #fields-state-field,
form[class*="contactForm"] #fields-zip-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-city-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-state-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-zip-field,
form[class*="covid19Contact-form"] #fields-city-field,
form[class*="covid19Contact-form"] #fields-state-field,
form[class*="covid19Contact-form"] #fields-zip-field {
  display: inline-block;
  float: left;
  box-sizing: border-box;
}

form[class*="contact-form"] #fields-city-field input,
form[class*="contact-form"] #fields-state-field input,
form[class*="contact-form"] #fields-zip-field input,
form[class*="contactForm"] #fields-city-field input,
form[class*="contactForm"] #fields-state-field input,
form[class*="contactForm"] #fields-zip-field input,
form[class*="schoolsAndLibrariesContact-form"] #fields-city-field input,
form[class*="schoolsAndLibrariesContact-form"] #fields-state-field input,
form[class*="schoolsAndLibrariesContact-form"] #fields-zip-field input,
form[class*="covid19Contact-form"] #fields-city-field input,
form[class*="covid19Contact-form"] #fields-state-field input,
form[class*="covid19Contact-form"] #fields-zip-field input {
  margin-bottom: 0;
}

form[class*="contact-form"] #fields-city-field,
form[class*="contactForm"] #fields-city-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-city-field,
form[class*="covid19Contact-form"] #fields-city-field {
  width: 45%;
  margin-right: 15px;
}

form[class*="contact-form"] #fields-state-field,
form[class*="contactForm"] #fields-state-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-state-field,
form[class*="covid19Contact-form"] #fields-state-field {
  width: 25%;
  margin-right: 15px;
}

form[class*="contact-form"] #fields-state-field .heading,
form[class*="contactForm"] #fields-state-field .heading,
form[class*="schoolsAndLibrariesContact-form"] #fields-state-field .heading,
form[class*="covid19Contact-form"] #fields-state-field .heading {
  display: none;
}

form[class*="contact-form"] #fields-zip-field,
form[class*="contactForm"] #fields-zip-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-zip-field,
form[class*="covid19Contact-form"] #fields-zip-field {
  width: calc(30% - 30px);
}

form[class*="contact-form"] #fields-request-field,
form[class*="contactForm"] #fields-request-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-request-field,
form[class*="covid19Contact-form"] #fields-request-field {
  margin-bottom: 20px;
}

form[class*="contact-form"] #fields-request-field input,
form[class*="contactForm"] #fields-request-field input,
form[class*="schoolsAndLibrariesContact-form"] #fields-request-field input,
form[class*="covid19Contact-form"] #fields-request-field input {
  margin-right: 15px;
}

form[class*="contact-form"] .field,
form[class*="contactForm"] .field,
form[class*="schoolsAndLibrariesContact-form"] .field,
form[class*="covid19Contact-form"] .field {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

form[class*="contact-form"] .field.disabled-field,
form[class*="contact-form"] .submit.disabled-field,
form[class*="contact-form"] .g-recaptcha.disabled-field,
form[class*="contactForm"] .field.disabled-field,
form[class*="contactForm"] .submit.disabled-field,
form[class*="contactForm"] .g-recaptcha.disabled-field,
form[class*="schoolsAndLibrariesContact-form"] .field.disabled-field,
form[class*="schoolsAndLibrariesContact-form"] .submit.disabled-field,
form[class*="schoolsAndLibrariesContact-form"] .g-recaptcha.disabled-field,
form[class*="covid19Contact-form"] .field.disabled-field,
form[class*="covid19Contact-form"] .submit.disabled-field,
form[class*="covid19Contact-form"] .g-recaptcha.disabled-field {
  visibility: visible;
  opacity: 0.4;
  pointer-events: none;
}

form[class*="contact-form"] .field.hidden-field,
form[class*="contact-form"] .submit.hidden-field,
form[class*="contact-form"] .g-recaptcha.hidden-field,
form[class*="contactForm"] .field.hidden-field,
form[class*="contactForm"] .submit.hidden-field,
form[class*="contactForm"] .g-recaptcha.hidden-field,
form[class*="schoolsAndLibrariesContact-form"] .field.hidden-field,
form[class*="schoolsAndLibrariesContact-form"] .submit.hidden-field,
form[class*="schoolsAndLibrariesContact-form"] .g-recaptcha.hidden-field,
form[class*="covid19Contact-form"] .field.hidden-field,
form[class*="covid19Contact-form"] .submit.hidden-field,
form[class*="covid19Contact-form"] .g-recaptcha.hidden-field {
  display: none !important;
}

form[class*="contact-form"] #fields-referrer-field,
form[class*="contact-form"] #fields-source-field,
form[class*="contact-form"] #fields-medium-field,
form[class*="contact-form"] #fields-recipient-field,
form[class*="contactForm"] #fields-referrer-field,
form[class*="contactForm"] #fields-source-field,
form[class*="contactForm"] #fields-medium-field,
form[class*="contactForm"] #fields-recipient-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-referrer-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-source-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-medium-field,
form[class*="schoolsAndLibrariesContact-form"] #fields-recipient-field,
form[class*="covid19Contact-form"] #fields-referrer-field,
form[class*="covid19Contact-form"] #fields-source-field,
form[class*="covid19Contact-form"] #fields-medium-field,
form[class*="covid19Contact-form"] #fields-recipient-field {
  position: absolute;
  top: -99999px;
  left: -99999px;
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.header {
  position: relative;
  z-index: 10000;
  max-width: 100%;
}

.header:not(.headroom--top) .top-bar-holder {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08);
}

@media print, screen and (min-width: 48em) {
  .header.headroom--unpinned .top-bar-holder {
    transform: translateY(-20px);
  }
}

@media print, screen and (min-width: 48em) {
  .header.headroom--unpinned .top-engagement {
    visibility: hidden;
    opacity: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .header.headroom--unpinned .logo {
    transform: translateY(8px);
  }
}

.header .top-bar-holder {
  width: 100%;
  padding: 0.9375rem 0;
  background: #fff;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  will-chage: transform, box-shadow;
}

@media print, screen and (min-width: 48em) {
  .header .top-bar-holder {
    margin: 0 auto;
    max-width: 107.8125rem;
  }
}

.header .top-bar-title {
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .header .top-bar-title {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.header .logo {
  display: block;
  margin: 0.125rem 0.5rem;
  width: 7.1875rem;
}

@media print, screen and (min-width: 48em) {
  .header .logo {
    width: 9.0625rem;
    transition: transform 0.3s ease-in-out;
    will-chage: transform;
  }
}

.header .logo img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.header .menu-icon {
  width: 1.5rem;
  height: 0.9375rem;
  position: absolute;
  right: 1.8125rem;
  top: 1.625rem;
}

@media print, screen and (min-width: 48em) {
  .header .menu-icon {
    display: none;
  }
}

.header .menu-icon:after {
  box-shadow: 0 7px 0 #585c61, 0 14px 0 #585c61;
  background: #585c61;
  height: 0.1875rem;
}

.header .top-bar {
  padding: 0;
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 70px;
  margin-top: 70px !important;
  transform: translate3d(0, 0, 2px) !important;
  transition: top .3s ease-out;
}

@media print, screen and (min-width: 48em) {
  .header .top-bar {
    transform: none !important;
    height: 114px;
    width: 100% !important;
    max-width: 100% !important;
    background: none;
  }
}

.header .top-bar.is-stuck {
  position: fixed;
}

.header .sticky-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
}

.top-engagement {
  margin: 0;
  padding: 1.0625rem 0 1.625rem 2.25rem;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  will-chage: visibility, opacity;
}

@media print, screen and (min-width: 48em) {
  .top-engagement {
    padding: 0 0 1rem 1.875rem;
  }
}

.stock-info,
.utility-menu {
  margin: 0;
  display: inline-block;
}

.stock-info {
  color: #78787d;
  font-weight: 400;
  padding: 0;
}

.stock-info,
.stock-info * {
  font-size: 0.875rem;
}

.stock-info > * {
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .stock-info > * {
    margin: 0 0.3125rem 0 0.3125rem;
  }
}

.stock-info > *:first-child {
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .stock-info > *:first-child {
    margin-left: 0;
  }
}

.stock-info > *:last-child {
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .stock-info > *:last-child {
    margin-right: 0;
  }
}

.stock-info strong {
  display: block;
}

@media print, screen and (min-width: 48em) {
  .stock-info strong {
    font-weight: normal;
    display: inline;
  }
}

.stock-info span {
  display: inline-block;
  position: relative;
}

.stock-info .up {
  color: #5ed136;
}

.stock-info .up:before {
  height: 0;
  width: 0;
  border-bottom: 4px solid #5ed136;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  content: '';
  vertical-align: top;
  margin: 0.5rem 0.1875rem 0 0;
}

.stock-info .down {
  color: #cc4b37;
}

.stock-info .down:before {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #cc4b37;
  display: inline-block;
  content: '';
  vertical-align: top;
  margin: 0.5rem 0.1875rem 0 0;
}

.utility-menu {
  line-height: 1;
  background-color: transparent !important;
}

.utility-menu > li {
  position: relative;
  display: block;
}

@media screen and (min-width: 23.4375em) {
  .utility-menu > li {
    display: inline-block;
  }
}

@media print, screen and (min-width: 48em) {
  .utility-menu > li:first-child {
    margin-left: 1.6875rem;
  }
}

@media screen and (min-width: 75em) {
  .utility-menu > li:first-child {
    margin-left: 2.0625rem;
  }
}

.utility-menu > li:not(:first-child) {
  margin-left: 0;
}

@media screen and (min-width: 23.4375em) {
  .utility-menu > li:not(:first-child) {
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 48em) {
  .utility-menu > li:not(:first-child) {
    margin-left: 1.6875rem;
  }
}

@media screen and (min-width: 75em) {
  .utility-menu > li:not(:first-child) {
    margin-left: 2.0625rem;
  }
}

.utility-menu > li:before {
  content: initial;
  position: absolute;
  left: -0.8125rem;
  top: 50%;
  display: block;
  height: 1rem;
  width: 0.0625rem;
  transform: translateX(-50%) translateY(-50%);
  background-color: #78787d;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
}

@media print, screen and (min-width: 48em) {
  .utility-menu > li:before {
    content: '';
    left: -0.8125rem;
  }
}

@media screen and (min-width: 75em) {
  .utility-menu > li:before {
    left: -1rem;
  }
}

.utility-menu > li:after {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  height: 0.125rem;
  width: 0;
  transition: width 0.3s ease-in-out;
  will-chage: width;
  background-color: #25aae1;
}

@media print, screen and (min-width: 48em) {
  .utility-menu > li:not(.utility-menu-has-dropdown):hover:after,
  .utility-menu > li:not(.utility-menu-has-dropdown).hover:after {
    width: 1.375rem;
  }
}

@media print, screen and (min-width: 48em) {
  .utility-menu > li.utility-menu-has-dropdown:hover .utility-menu-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.utility-menu input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media print, screen and (min-width: 48em) {
  .utility-menu input {
    display: none;
  }
}

@media screen and (max-width: 63.9375em) {
  .utility-menu input:checked + .utility-menu-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.utility-menu a {
  color: #78787d;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.utility-menu .utility-menu-dropdown {
  position: absolute;
  top: 125%;
  left: 0;
  width: 180px;
  margin: 0;
  padding: 0.25rem 0 0 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-chage: visibility, opacity, transform;
}

@media print, screen and (min-width: 48em) {
  .utility-menu .utility-menu-dropdown {
    top: 110%;
    left: initial;
    right: -1rem;
  }
}

.utility-menu .utility-menu-dropdown:before {
  content: '';
  position: absolute;
  top: -0.125rem;
  left: 1.875rem;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #25aae1;
}

@media print, screen and (min-width: 48em) {
  .utility-menu .utility-menu-dropdown:before {
    left: initial;
    right: 1.875rem;
  }
}

.utility-menu .utility-menu-dropdown li {
  display: block;
  text-align: left;
}

.utility-menu .utility-menu-dropdown li:last-child a {
  border-bottom: 0;
}

.utility-menu .utility-menu-dropdown a {
  display: block;
  padding: 0.4375rem 0.625rem;
  color: #fff;
  background-color: #25aae1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
  will-chage: background-color;
}

.utility-menu .utility-menu-dropdown a:hover {
  background-color: #1a8bb9;
}

#main-menu {
  height: 100vh;
}

@media print, screen and (min-width: 48em) {
  #main-menu {
    background: none;
    position: static;
    height: auto;
    min-height: 5.25rem;
    margin-left: 8.75rem;
    text-align: right;
    width: auto;
    overflow: visible;
  }
}

#main-menu:after {
  display: none !important;
}

#main-menu .menu {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu {
    text-transform: none;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

#main-menu .menu li {
  position: relative;
  border-top: 1px solid #25292d;
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu li {
    border: none;
    vertical-align: top;
    flex: none;
    margin: 0 0 0.625rem 0.8125rem;
  }
}

@media print, screen and (min-width: 64em) {
  #main-menu .menu li {
    margin-left: 2.1875rem;
  }
}

@media screen and (min-width: 75em) {
  #main-menu .menu li {
    margin-left: 3rem;
  }
}

#main-menu .menu li:first-child {
  border-top-width: 0;
}

#main-menu .menu li#page-oneView img {
  width: 82px;
  position: relative;
  top: -1px;
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu li:last-child .submenu {
    left: auto;
    right: -0.875rem;
  }
}

#main-menu .menu .active > a {
  color: #67B1DC;
  background: none;
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu .active > a:before {
    margin-left: -0.6875rem;
    width: 1.375rem;
  }
}

#main-menu .menu a {
  font-weight: 500;
  color: #fff;
  padding: 0.9375rem 2.375rem;
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu a {
    font-weight: 500;
    color: #4d4d4d;
    padding: 0 0 0.5625rem;
    position: relative;
  }
}

@media print, screen and (min-width: 64em) {
  #main-menu .menu a {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0.25rem;
    background: #25aae1;
    content: '';
    margin-left: 0;
    transition: all .3s ease;
  }
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu a:hover:before {
    margin-left: -0.6875rem;
    width: 1.375rem;
  }
}

#main-menu .menu .is-dropdown-submenu {
  border: 0;
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu .is-dropdown-submenu {
    border-top: 1px solid #D7D7D7;
  }
}

#main-menu .menu .is-dropdown-submenu-parent > a {
  padding-right: 3.625rem;
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu .is-dropdown-submenu-parent > a {
    padding-right: 0;
  }
}

#main-menu .menu .is-dropdown-submenu-parent > a:after {
  content: "\E90A";
  border: none;
  color: #25aae1;
  right: 3rem;
  top: 50%;
  font-size: 0.625rem;
  line-height: 16px;
  margin-top: -8px;
  transition: all .3s ease;
  transform-origin: 50% 50%;
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu .is-dropdown-submenu-parent > a:after {
    display: none;
  }
}

#main-menu .menu .is-dropdown-submenu-parent.is-active > a:after {
  right: 2.25rem;
  transform: rotate(90deg);
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu .is-dropdown-submenu-parent.is-active > a:before {
    margin-left: -0.6875rem;
    width: 1.375rem;
  }
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu .is-dropdown-submenu-parent.is-active .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

#main-menu .menu .submenu {
  position: static;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  padding: 0.25rem 0 0.25rem;
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu .submenu {
    display: block;
    position: absolute;
    top: 3.3125rem;
    left: -2rem;
    background: #fff;
    width: 18.75rem;
    padding: 0 0 0.3125rem;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08);
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    will-chage: visibility, opacity, transform;
  }
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu .submenu:before {
    content: '';
    position: absolute;
    top: -1.875rem;
    left: 0;
    height: 1.875rem;
    width: 100%;
  }
}

#main-menu .menu .submenu li {
  border: none;
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu .submenu li {
    margin: 0;
  }
}

#main-menu .menu .submenu li:first-child {
  border: none;
}

#main-menu .menu .submenu a {
  padding: 0.5rem 1.25rem 0.4375rem 3.625rem;
  font-weight: normal;
}

@media print, screen and (min-width: 48em) {
  #main-menu .menu .submenu a {
    color: #78787d;
    padding: 0.875rem 2.125rem 0.875rem;
  }
}

#main-menu .menu .submenu a:before {
  display: none;
}

#main-menu .menu .submenu a.active,
#main-menu .menu .submenu a:hover {
  color: #25aae1;
}

.js-off-canvas-overlay {
  z-index: 6000;
  right: 0;
  width: auto;
  left: 0;
  transition: all .55s ease;
  transform: translate3d(0, 0, 1px);
}

.js-off-canvas-overlay.is-closable {
  right: 280px;
}

@media screen and (min-width: 23.4375em) {
  .js-off-canvas-overlay.is-closable {
    right: 312px;
  }
}

@media screen and (min-width: 23.4375em) {
  .position-right {
    width: 312px;
    transform: translateX(312px);
  }
}

@media print, screen and (min-width: 48em) {
  .position-right {
    transform: translateX(0);
    width: auto;
  }
}

.video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: top-center;
  width: 100%;
  height: 100%;
}

.banner__breadcrumbs li a {
  text-transform: capitalize !important;
}

.covid-bar-wrap {
  position: relative;
  height: 144px;
}

@media print, screen and (min-width: 48em) {
  .covid-bar-wrap {
    height: 184px;
  }
}

.covid-bar-wrap .off-canvas {
  top: -70px;
}

header.header.headroom--unpinned .covid-banner {
  height: 50px;
  transition: height .3s ease-in;
}

@media screen and (max-width: 63.9375em) {
  header.header.headroom--unpinned .covid-banner {
    height: 75px;
  }
}

.covid-banner {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #4bafdd;
  color: white;
  font-size: 20px;
  transition: height .2s ease-in;
}

.covid-banner > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.covid-banner svg {
  margin-right: 10px;
}

.covid-banner span {
  font-weight: bold;
}

.covid-banner a {
  color: white;
  border-bottom: 1px solid #ffffff;
  transition: border .2s ease-out;
  margin-left: 10px;
  font-weight: bold;
}

.covid-banner a:hover {
  border-bottom-color: transparent;
  transition: border .2s ease-out;
}

.vidPlay {
  display: block;
  height: 100%;
  background: url("/assets/img/icon_media-play.png") no-repeat center center;
  transition: ease 0.15s background-color;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.vidPlay:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.imageBlock {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.imageBlock.left {
  width: 30%;
  float: left;
  margin-right: 40px;
}

.imageBlock.right {
  width: 30%;
  float: right;
  margin-left: 40px;
}

.imageBlock.center {
  max-width: 70%;
  margin-left: 15%;
}

.imageBlock.center img {
  max-height: 350px;
}

.imageBlock.full > figure.h:before {
  padding-top: 56.25%;
}

.imageBlock figure {
  margin: 0 .5%;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.imageBlock figure.h:before {
  content: "";
  display: block;
  padding-top: calc(75% - 0px);
}

.imageBlock figure.v:before {
  content: "";
  display: block;
  padding-top: calc(150% - 0px);
}

.videoBlock {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 25px;
}

.videoBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.galleryBlock {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  float: left;
}

.galleryBlock figure {
  margin: 0;
}

.galleryBlock figure.h:before {
  content: "";
  display: block;
  padding-top: calc(75% - 0px);
}

.galleryBlock figure.v:before {
  content: "";
  display: block;
  padding-top: calc(150% - 0px);
}

.galleryBlock.h figure {
  width: 100%;
}

.galleryBlock.hh figure {
  width: 49%;
  float: left;
  margin: 0 0.5%;
}

.galleryBlock.hhh figure {
  width: 32.3%;
  float: left;
  margin: 0 0.5%;
}

.galleryBlock.hhh figure:before {
  content: "";
  display: block;
  padding-top: calc(75% - 21px);
}

.galleryBlock.hhh figure:first-child {
  width: 65.666%;
  float: left;
  margin: 0 0.5%;
}

.galleryBlock.hhh figure:first-child:before {
  content: "";
  display: block;
  padding-top: calc(75% - 40px);
}

.galleryBlock.hhh figure:last-child {
  margin-top: 1%;
}

.galleryBlock.hhhh figure {
  width: 49%;
  float: left;
  margin: 0 0.5% 10px;
}

.galleryBlock.v figure {
  width: 50%;
  margin: 0 auto;
}

.galleryBlock.vv figure {
  width: 49%;
  float: left;
  margin: 0 0.5%;
}

.galleryBlock.vvv figure {
  width: 32.2%;
  float: left;
  margin: 0 0.5%;
}

.galleryBlock.vvvv figure {
  width: 24%;
  float: left;
  margin: 0 0.5% 10px;
}

.galleryBlock.hv figure.h {
  width: 65.3%;
  float: left;
  margin: 0 0.5% 10px;
}

.galleryBlock.hv figure.v {
  width: 32.6%;
  float: left;
  margin: 0 0.5% 10px;
}

.galleryBlock.hv figure.v:before {
  content: "";
  display: block;
  padding-top: calc(150% - -1px);
}

.galleryBlock.vh figure.h {
  width: 65.3%;
  float: left;
  margin: 0 0.5% 10px;
}

.galleryBlock.vh figure.v {
  width: 32.6%;
  float: left;
  margin: 0 0.5% 10px;
}

.galleryBlock.vh figure.v:before {
  content: "";
  display: block;
  padding-top: calc(150% - -1px);
}

.galleryBlock.vhh figure.h {
  width: 49%;
  float: right;
  margin: 0 0.5% 10px;
}

.galleryBlock.vhh figure.h:before {
  content: "";
  display: block;
  padding-top: calc(75% - 5px);
}

.galleryBlock.vhh figure.v {
  width: 49%;
  float: left;
  margin: 0 0.5% 10px;
}

.galleryBlock.hvh figure.h {
  width: 49%;
  float: right;
  margin: 0 0.5% 10px;
}

.galleryBlock.hvh figure.h:before {
  content: "";
  display: block;
  padding-top: calc(75% - 5px);
}

.galleryBlock.hvh figure.v {
  width: 49%;
  float: left;
  margin: 0 0.5% 10px;
}

.galleryBlock.hhv figure.h {
  width: 49%;
  float: left;
  margin: 0 0.5% 10px;
  clear: left;
}

.galleryBlock.hhv figure.h:before {
  content: "";
  display: block;
  padding-top: calc(75% - 5px);
}

.galleryBlock.hhv figure.v {
  width: 49%;
  float: right;
  margin: -37.5% 0.5% 10px;
}

.galleryBlock.vvh figure.v {
  width: 34%;
  float: left;
  margin: 0 0.5% 10px 15.5%;
}

.galleryBlock.vvh figure.v.i2 {
  margin: 0 15.5% 10px 0.5%;
}

.galleryBlock.vvh figure.h {
  width: 69%;
  float: right;
  margin: 0px 15.5% 10px;
}

.galleryBlock.vhv figure.v {
  width: 24.25%;
  float: left;
  margin: 0 0.5% 10px;
}

.galleryBlock.vhv figure.h {
  width: 48.5%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvv figure.h {
  width: 68%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvv figure.h:before {
  content: "";
  display: block;
  padding-top: calc(75% - -110px);
}

.galleryBlock.hvv figure.v {
  width: 30%;
  float: right;
  margin: 0 0.5% 10px;
}

.galleryBlock.hvv figure.v:before {
  content: "";
  display: block;
  padding-top: calc(150% - 82px);
}

.galleryBlock.vhhh figure.v {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vhhh figure.h {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvhh figure.h.i1 {
  width: 65.3%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvhh figure.v {
  width: 32.6%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvhh figure.h {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hhvh figure.h {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hhvh figure.v {
  width: 32.6%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hhvh figure.h.i4 {
  width: 65.3%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hhhv figure.h {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hhhv figure.h.i3 {
  width: 65.3%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hhhv figure.v {
  width: 32.6%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vhhv figure.v {
  width: 32.6%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vhhv figure.h {
  width: 65.3%;
  float: right;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vhhv figure.h.i3 {
  width: 65.3%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vhhv figure.v.i4 {
  width: 32.6%;
  float: right;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvvh figure.h {
  width: 65.3%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvvh figure.v {
  width: 32.6%;
  float: right;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvvh figure.v.i3 {
  width: 32.6%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvvh figure.h.i4 {
  width: 65.3%;
  float: right;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvhv figure.h {
  width: 99%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvhv figure.v {
  width: 24.25%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvhv figure.h.i3 {
  width: 48.5%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vhvh figure.v {
  width: 24.25%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vhvh figure.h {
  width: 48.5%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vhvh figure.h.i4 {
  width: 99%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hhvv figure.h {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hhvv figure.v {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vvhh figure.v {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vvhh figure.h {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvvv figure.h {
  width: 98.9%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.hvvv figure.v {
  width: 32.3%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vvvh figure.v {
  width: 32.3%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vvvh figure.h {
  width: 98.9%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vhvv figure.v.i1 {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vhvv figure.h {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vhvv figure.v {
  width: 24%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vvhv figure.v {
  width: 24%;
  float: left;
  margin: 0px 0.5% 10px;
}

.galleryBlock.vvhv figure.h {
  width: 49%;
  float: left;
  margin: 0px 0.5% 10px;
  clear: left;
}

.galleryBlock.vvhv figure.v.i4 {
  width: 49%;
  float: right;
  margin-top: -355px;
}

.neo-block {
  background-size: cover;
  background-position: center center;
  padding: 80px 0 40px;
  position: relative;
  /*@media screen and (max-width: $responsive-small) {
        padding: $neo-block-padding-mobile;
        &.neo-block-supergrid .neo-block-supergrid-items,
        &.neo-block-supergrid .neo-block-supergrid-intro {
            .column {  }
        }
    }

    @media screen and (max-width: $responsive-medium) {
        padding: $neo-block-padding-mobile;
        &.neo-block-supergrid .neo-block-supergrid-items.medium-up-2 {
            .column { margin-bottom: $neo-block-collapse-gap; }
        }
    }*/
}

@media print, screen and (min-width: 48em) {
  .neo-block {
    padding: 100px 0 40px;
  }
}

.neo-block:last-child {
  padding: 80px 0;
}

@media print, screen and (min-width: 48em) {
  .neo-block:last-child {
    padding: 100px 0;
  }
}

.neo-block > * {
  position: relative;
  z-index: 1;
}

.neo-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}

.neo-block h4 + h3 {
  margin: 0 0 1.25rem;
}

.neo-block.neo-block-oneColumn.bothNoImage {
  margin-bottom: -180px;
}

.neo-block.neo-block-twoColumn > .row > .columns:first-child {
  padding-right: 35px;
  padding: 0 1.375rem;
}

.neo-block.neo-block-twoColumn > .row > .columns:last-child {
  padding-left: 35px;
}

.neo-block.neo-block-twoColumn .imageBlock figure {
  box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.2);
}

.neo-block.neo-block-hero,
.neo-block.neo-block-videoBlock {
  padding: 0;
  position: relative;
  /*
		&:first-child .neo-block-hero-content {
			top: calc(50% + 20px);

			@include breakpoint(medium) {
				top: calc(50%);
			}

		}



		.neo-block-hero-content {
			position: relative;
			top: 0;
			left: 0;
			transform: none;
			margin-top: 5.4375rem;
			padding-bottom: 2rem;
			@include breakpoint(medium) {
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translateX(-50%) translateY(-40%);
				z-index: 2;
			}
		}
		*/
}

.neo-block.neo-block-hero:after,
.neo-block.neo-block-videoBlock:after {
  content: '';
  display: block;
  z-index: 1;
  position: relative;
  transition: background-color 1s ease, padding-top 1s ease;
}

.neo-block.neo-block-hero .play-video,
.neo-block.neo-block-hero .stop-video,
.neo-block.neo-block-videoBlock .play-video,
.neo-block.neo-block-videoBlock .stop-video {
  background: #25aae1;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 100%;
  padding-left: 4px;
  text-align: center;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2), 0 -50px 50px -40px rgba(0, 0, 0, 0.35) inset;
  margin-top: 15px;
}

.neo-block.neo-block-hero .play-video .icon-play,
.neo-block.neo-block-hero .stop-video .icon-play,
.neo-block.neo-block-videoBlock .play-video .icon-play,
.neo-block.neo-block-videoBlock .stop-video .icon-play {
  display: inline-block;
  position: relative;
  left: 5px;
  top: 3px;
  border-left: solid 10px #fff;
  border-right: solid 10px transparent;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
}

.neo-block.neo-block-hero .stop-video,
.neo-block.neo-block-videoBlock .stop-video {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 0;
  z-index: 5;
  opacity: 0 !important;
  transition: opacity 1s ease;
}

.neo-block.neo-block-hero.playing:after,
.neo-block.neo-block-videoBlock.playing:after {
  background: #000;
  z-index: 3;
  padding-top: 56.25% !important;
}

.neo-block.neo-block-hero.playing .stop-video,
.neo-block.neo-block-videoBlock.playing .stop-video {
  opacity: 1 !important;
}

.neo-block.neo-block-hero.playing .flex-video,
.neo-block.neo-block-videoBlock.playing .flex-video {
  opacity: 1 !important;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.neo-block.neo-block-hero .flex-video,
.neo-block.neo-block-videoBlock .flex-video {
  position: absolute;
  top: 0;
  z-index: 4;
  left: 0;
  width: 0px;
  height: 0px;
  opacity: 0;
  transition: opacity 1s ease;
}

.neo-block.neo-block-hero.tiny,
.neo-block.neo-block-videoBlock.tiny {
  min-height: 18.75rem;
}

.neo-block.neo-block-hero.tiny:after,
.neo-block.neo-block-videoBlock.tiny:after {
  padding-top: 15%;
}

.neo-block.neo-block-hero.small,
.neo-block.neo-block-videoBlock.small {
  min-height: 31.25rem;
}

.neo-block.neo-block-hero.small:after,
.neo-block.neo-block-videoBlock.small:after {
  padding-top: 30%;
}

.neo-block.neo-block-hero.medium,
.neo-block.neo-block-videoBlock.medium {
  min-height: 50rem;
}

.neo-block.neo-block-hero.medium:after,
.neo-block.neo-block-videoBlock.medium:after {
  padding-top: 40%;
}

.neo-block.neo-block-hero.large,
.neo-block.neo-block-videoBlock.large {
  min-height: calc(100vh - 114px);
}

.neo-block.neo-block-hero.large:after,
.neo-block.neo-block-videoBlock.large:after {
  padding-top: 56.25%;
}

.neo-block.neo-block-videoBlock > .row {
  min-width: auto;
}

.neo-block.neo-block-videoBlock .flex-video.widescreen {
  padding-bottom: 43%;
}

.neo-block.neo-block-videoTestimonials {
  padding: 30px 0 0px;
}

.neo-block.neo-block-videoTestimonials > .row > .columns {
  padding: 0 5px;
}

.neo-block.neo-block-videoTestimonials .panel {
  background: #f5f5f5;
  padding: 30px 50px 30px 30px;
}

.neo-block.neo-block-videoTestimonials .panel p {
  font-size: 1.2em;
}

.neo-block.neo-block-videoTestimonials .panel cite {
  color: #25aae1;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9em;
}

.neo-block.neo-block-videoTestimonials .panel img {
  border-radius: 100%;
  padding: 0 10px;
}

.neo-block.neo-block-videoTestimonials .panel .play-button {
  background: #fff;
  border-radius: 3px;
  height: 40px;
  display: block;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 41px;
  text-indent: 4px;
  margin: 10px auto 10px;
  z-index: 1;
  position: relative;
}

.neo-block.neo-block-videoTestimonials .panel .play-button .icon-play {
  display: inline-block;
  position: relative;
  left: 5px;
  top: 3px;
  border-left: solid 10px #25aae1;
  border-right: solid 10px transparent;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
}

.neo-block.neo-block-standard > .row > .columns:first-child {
  width: 62.5%;
  padding-right: 35px;
  padding: 0 1.375rem;
}

.neo-block.neo-block-standard > .row > .columns:last-child {
  width: 37.5%;
  padding-left: 40px;
  padding: 0 1.375rem;
}

.neo-block.neo-block-testimonials {
  background: #f5f5f5;
  padding-bottom: 50px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.neo-block.neo-block-testimonials .slick-slider {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.neo-block.neo-block-testimonials .row {
  margin-top: -140px;
}

.neo-block.neo-block-testimonials .slick-dots {
  list-style: none;
  margin: 0;
}

.neo-block.neo-block-testimonials .slick-dots li {
  display: inline-block;
  margin: 5px;
}

.neo-block.neo-block-testimonials .slick-dots li button {
  text-indent: -999em;
  cursor: pointer;
}

.neo-block.neo-block-testimonials .slick-dots li button:after {
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #c4c4c4;
  display: block;
}

.neo-block.neo-block-testimonials .slick-dots li.slick-active button:after {
  background: transparent;
  border: solid 1px #25aae1;
}

.neo-block.neo-block-testimonials .testimonial.slide {
  outline: none;
}

.neo-block.neo-block-testimonials .testimonial .image {
  width: 80px;
  padding-top: inherit;
  border-radius: 100%;
  margin: 0px auto 30px;
}

.neo-block.neo-block-testimonials .testimonial .image:after {
  content: '';
  padding-top: 100%;
  display: block;
}

.neo-block.neo-block-testimonials .testimonial blockquote {
  border: none;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  margin: 0 auto;
}

.neo-block.neo-block-supergrid.bothNoImage {
  padding-bottom: 0;
  margin-bottom: -60px;
}

.neo-block.neo-block-supergrid p a:first-child {
  font-family: "proxima-nova", sans-serif;
}

.neo-block.neo-block-supergrid p a:first-child:after {
  content: "\E90A";
  font-size: 0.625rem;
  margin-left: 0.3125rem;
}

.neo-block.neo-block-supergrid > .row {
  max-width: 85.125rem;
}

.neo-block.neo-block-supergrid > .row > .columns {
  padding: 0 1.375rem;
  margin-bottom: 60px;
  padding: 0 2rem;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-intro {
  max-width: 82.125rem;
  margin: 0 auto 30px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.09);
  padding-bottom: 30px;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-intro .columns {
  max-width: 46.875rem;
  margin-bottom: 0;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-intro .columns :last-child {
  margin-bottom: 0;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .columns :last-child {
  margin-bottom: 0;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .columns.text-container {
  padding: 0 15px;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .columns.text-container .text-container-gutter {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 40px;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .columns.text-container .image-size-full .image {
  padding: 0 0.9375rem;
  margin-bottom: 2.5rem;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .columns.text-container .image-size-full .text {
  padding: 0 60px 2.5rem;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-icon .image {
  padding: 0 0 0 1rem;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-icon .text {
  padding-left: 20px;
  padding-right: 0.9375rem;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-iconTop .image {
  padding: 0 0.5rem;
  margin-bottom: 20px;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-iconTop .text {
  padding: 0 2.5rem;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-medium .image {
  padding: 0 0 2rem 1rem;
  margin: 0;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-medium .text {
  padding: 0 0.625rem;
  line-height: 25px;
}

@media print, screen and (min-width: 48em) {
  .neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-medium .image {
    padding: 0 0 0 1rem;
  }

  .neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-medium .text {
    padding: 0.3125rem 2.5rem 0 2.5rem;
  }
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-full figure {
  border-radius: 3px 3px 0 0;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-full h4 {
  color: #a0a0a0;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-full .image {
  padding: 0 0.9375rem;
  margin: 0 0 1.5rem;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items figure {
  padding: 0;
  position: relative;
  margin: 0;
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items figure:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items figure.square:after {
  padding-top: 100%;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items figure.landscape:after {
  padding-top: 75%;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items figure.portrait:after {
  padding-top: 133%;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items figure.widescreen:after {
  padding-top: 56%;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items figure a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background 0.5s ease;
}

.neo-block.neo-block-supergrid .neo-block-supergrid-items figure a:hover {
  background: rgba(0, 0, 0, 0.25);
}

.no-backgroundblendmode .neo-block .bg {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .sidebar {
    max-width: 18.875rem;
    margin: 0.4375rem 0 0 auto;
  }
}

.side-nav {
  margin: 0 0 1.0625rem;
}

.side-nav .menu,
.side-nav h3 {
  width: 100%;
}

.side-nav .menu a,
.side-nav h3 a {
  display: block;
  padding: 1.3125rem 3.125rem 1.3125rem 1.75rem;
  position: relative;
  line-height: 1.13;
}

.side-nav .menu a:after,
.side-nav h3 a:after {
  height: 0;
  width: 0;
  border-bottom: 0.21875rem solid transparent;
  border-left: 0.21875rem solid #7d7d7d;
  border-top: 0.21875rem solid transparent;
  border-width: 0.25rem 0.4375rem;
  content: '';
  position: absolute;
  right: 2.0625rem;
  top: 50%;
  margin-top: -0.1875rem;
}

.side-nav h3 {
  font-size: 1.125rem;
  line-height: 1;
  margin: 0 0 0.3125rem;
}

.side-nav h3 a {
  line-height: 1;
  color: #7d7d7d;
  background: #d8d8d8;
}

.side-nav h3 a:after {
  display: none;
}

.side-nav h3 a:hover {
  background: #78787d;
  color: #fff;
}

.side-nav .menu li {
  margin: 0 0 0.3125rem;
}

.side-nav .menu .active > a {
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  background: #0b1726;
}

.side-nav .menu .active > a:hover {
  background: #78787d;
  color: #fff;
}

.side-nav .menu .active > a:after {
  border-left-color: #fff;
}

.side-nav .menu .active .menu,
.side-nav .menu .parent .menu {
  display: block;
}

.side-nav .menu a {
  color: #7d7d7d;
  background: #f5f5f5;
}

.side-nav .menu a span {
  display: block;
  padding-left: 2.1875rem;
}

.side-nav .menu a i,
.side-nav .menu a svg {
  position: absolute;
  left: 1.25rem;
  top: 58%;
  line-height: 27px;
  margin-top: -1.25rem;
  font-size: 1.6875rem;
  width: 27px;
  height: 27px;
}

.side-nav .menu a i.icon-fiber,
.side-nav .menu a svg.icon-fiber {
  color: #25aae1;
}

.side-nav .menu a i.icon-leasing,
.side-nav .menu a svg.icon-leasing {
  color: #e02771;
}

.side-nav .menu a i.icon-towers,
.side-nav .menu a svg.icon-towers {
  color: #80bc40;
}

.side-nav .menu a i.icon-latam,
.side-nav .menu a svg.icon-latam {
  color: #7448ef;
}

.side-nav .menu a:hover {
  background: #e4e4e4;
}

.side-nav .menu .menu {
  display: none;
  margin: 0.3125rem 0 0 0;
}

.side-nav .menu .menu a {
  text-indent: 1.25rem;
  padding: 0.95rem 3.125rem 0.95rem 1.75rem;
}

.widget {
  border-top: 0.1875rem solid #818181;
  background: #f5f5f5;
  color: #7d7d7d;
  margin: 0 0 1.0625rem;
  padding: 1.875rem 1.8125rem 1.375rem;
  font-size: 0.875rem;
  line-height: 1.79;
}

.widget h3 {
  font-size: 1.375rem;
  margin: 0 0 0.5rem;
}

.widget h4 {
  color: inherit;
  font-size: 0.75rem;
  margin: 0 0 1.3125rem;
}

.widget p {
  margin: 0 0 1.25rem;
}

.widget ul:not([class]) li:before {
  top: 0.625rem;
}

.widget > :first-child {
  margin-top: 0;
}

.widget > :last-child {
  margin-bottom: 0;
}

.widget:last-child {
  margin-bottom: 0;
}

.visual {
  color: #fff;
  background-color: #171c1f;
  z-index: 1;
  position: relative;
  min-height: 25.125rem;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  text-align: center;
  line-height: 1.88;
}

@media print, screen and (min-width: 48em) {
  .visual {
    min-height: 31.25rem;
    font-size: 1.125rem;
    line-height: 1.95;
  }
}

.visual > .row {
  width: 100%;
  position: relative;
  z-index: 3;
}

.visual h1 {
  color: inherit;
  font-size: 2.1875rem;
  line-height: 1.29;
  margin: 0 0 1.1875rem;
}

@media print, screen and (min-width: 48em) {
  .visual h1 {
    font-size: 3.4375rem;
    margin: 0 0 1.0625rem;
  }
}

.visual p {
  margin: 0 auto 1.625rem;
  max-width: 35.625rem;
}

#network-map .footer {
  display: none;
}

#network-map .wrapper {
  max-width: none;
}

#network-map .map-container {
  min-height: 34.3125rem;
  height: calc(100vh - 114px);
  position: relative;
}

@media print, screen and (min-width: 48em) {
  #network-map .map-container {
    min-height: 40.9375rem;
  }
}

#network-map .map-container #map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#network-map .map-container #map .mapboxgl-popup-content {
  padding: 0;
}

#network-map .map-container #map .mapboxgl-popup-tip {
  display: none;
}

@media print, screen and (min-width: 64em) {
  #network-map .map-container #map .mapboxgl-popup-tip {
    display: block;
  }
}

#network-map .map-container #map .mapboxgl-popup:nth-child(4) .mapboxgl-popup-tip {
  display: block;
}

#network-map .map-container #map .popup {
  display: none;
  z-index: 6;
  background: #fff;
}

@media print, screen and (min-width: 64em) {
  #network-map .map-container #map .popup {
    display: block;
  }
}

#network-map .map-container #map .popup .row {
  margin: 0 -0.9375rem 10px;
}

#network-map .map-container #map .popup p {
  color: #4d4d4d;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 10px;
  display: none;
}

#network-map .map-container #map .popup p:nth-child(2) {
  display: block;
  margin: 0 0 0 15px;
}

#network-map .map-container #map .popup p:last-child {
  margin-bottom: 0;
}

#network-map .map-container #map .popup .header {
  height: 16px;
  width: 20px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 10px;
}

#network-map .map-container #map .popup .header .coords {
  display: none;
}

#network-map .map-container #map .popup .header i {
  display: inline-block;
  height: 6px;
  width: 6px;
  background: #fff;
  margin: 2px 5px 2px 0;
  border-radius: 100%;
}

#network-map .map-container #map .popup .header.towers i {
  background: #86d520;
}

#network-map .map-container #map .popup .header.land i {
  background: #ffadcf;
}

#network-map .map-container #map .popup .header.buildings i {
  background: #ff2e7e;
}

#network-map .map-container #map .popup .header.fiber i {
  background: #14b5ff;
}

#network-map .map-container #map .popup .header.fttt i {
  background: #0062ff;
}

#network-map .map-container #map .popup > .info {
  padding: 10px 20px;
  position: relative;
}

#network-map .map-container #map .popup > .info .close {
  position: absolute;
  right: 20px;
  top: 13px;
  display: block;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-size: 20px;
  color: #999;
  display: none;
}

#network-map .map-container #map .popup.pinned {
  display: block;
  min-width: 330px;
}

#network-map .map-container #map .popup.pinned .note {
  display: none;
}

#network-map .map-container #map .popup.pinned .info .close {
  display: block !important;
}

#network-map .map-container #map .popup.pinned .info {
  padding: 20px 30px;
}

#network-map .map-container #map .popup.pinned p {
  color: #4d4d4d;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#network-map .map-container #map .popup.pinned p:last-child {
  margin-bottom: 0;
}

#network-map .map-container #map .popup.pinned p:nth-child(2) {
  display: block;
  margin: inherit;
}

#network-map .map-container #map .popup.pinned p span.label {
  display: block;
  margin: 10px -15px 0;
  background: #eee;
  color: #4d4d4d;
  padding: 10px 20px;
  text-align: center;
}

#network-map .map-container #map .popup.pinned .header {
  background: url("/uploads/images/divisions/fiber/uniti-fiber-bg.jpg") no-repeat center center #222;
  background-size: cover;
  padding: 20px;
  display: block !important;
  height: auto;
  width: 100%;
  position: relative;
  left: auto;
  top: auto;
}

#network-map .map-container #map .popup.pinned .header.buildings {
  background: url("/uploads/images/divisions/leasing/uniti-leasing-bg.jpg") no-repeat center center #222;
}

#network-map .map-container #map .popup.pinned .header.fiber {
  background: url("/uploads/images/divisions/fiber/uniti-fiber-bg.jpg") no-repeat center center #222;
}

#network-map .map-container #map .popup.pinned .header.fttt {
  background: url("/uploads/images/divisions/fiber/uniti-fiber-bg.jpg") no-repeat center center #222;
}

#network-map .map-container #map .popup.pinned .header.towers {
  background: url("/uploads/images/divisions/tower/uniti-tower-bg.jpg") no-repeat center center #222;
}

#network-map .map-container #map .popup.pinned .header.land {
  background: url("/uploads/images/divisions/leasing/uniti-leasing-bg.jpg") no-repeat center center #222;
}

#network-map .map-container #map .popup.pinned .header h4 {
  color: #fff;
  margin: 0;
}

#network-map .map-container #map .popup.pinned .header i {
  display: inline-block;
  margin: 2px 5px 2px 0;
}

#network-map .map-container #map .popup.pinned .header .coords {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.8;
}

#network-map .map-container #map-controls .popup {
  display: none;
}

#network-map .map-container #map-controls .layers {
  background: #313746;
  padding: 20px;
  list-style: none;
  position: fixed;
  bottom: -20px;
  left: -20px;
  z-index: 5;
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  #network-map .map-container #map-controls .layers {
    bottom: 30px;
    left: 30px;
    padding: 30px;
    min-width: 200px;
    position: absolute;
    width: auto;
  }
}

#network-map .map-container #map-controls .layers li {
  line-height: 20px;
  position: relative;
  width: 20%;
  float: left;
  display: inline-block;
}

@media print, screen and (min-width: 48em) {
  #network-map .map-container #map-controls .layers li {
    width: 100%;
    display: block;
    float: none;
  }
}

#network-map .map-container #map-controls .layers li:first-child {
  position: absolute;
  top: -10px;
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  #network-map .map-container #map-controls .layers li:first-child {
    position: relative;
    top: 0;
  }
}

#network-map .map-container #map-controls .layers li a.close {
  position: absolute;
  right: 0px;
  top: 0;
  left: 0;
  bottom: 0;
  color: transparent;
  display: block;
}

@media print, screen and (min-width: 48em) {
  #network-map .map-container #map-controls .layers li a.close {
    display: none;
    top: 4px;
    left: auto;
    bottom: auto;
    color: #78787d;
  }
}

#network-map .map-container #map-controls .layers li a.close:after {
  content: "\D7";
  position: relative;
}

#network-map .map-container #map-controls .layers li a.link.visible + a.close:after {
  content: "\D7";
}

#network-map .map-container #map-controls .layers li a.link.none + a.close:after {
  content: "\1F441";
  right: -4px;
}

#network-map .map-container #map-controls .layers li:hover a.close {
  display: block;
}

#network-map .map-container #map-controls .layers li a.link {
  color: #ddd;
  font-size: 14px;
  padding: 5px 0;
  display: block;
  position: relative;
}

#network-map .map-container #map-controls .layers li a.link:hover {
  color: #fff;
}

#network-map .map-container #map-controls .layers li a.link.none {
  opacity: 0.5;
}

#network-map .map-container #map-controls .layers li a.link.none:before {
  background: transparent !important;
  border: solid 1px #fff;
}

#network-map .map-container #map-controls .layers li a.link.none[data-layer="Uniti Towers"]:before {
  border-color: #86d520;
}

#network-map .map-container #map-controls .layers li a.link.none[data-layer="Uniti Land"]:before {
  border-color: #ffadcf;
}

#network-map .map-container #map-controls .layers li a.link.none[data-layer="Uniti Buildings"]:before {
  border-color: #ff2e7e;
}

#network-map .map-container #map-controls .layers li a.link.none[data-layer="Uniti Fiber"]:before {
  border-color: #14b5ff;
}

#network-map .map-container #map-controls .layers li a.link.none[data-layer="Uniti FttT Site"]:before {
  border-color: #0062ff;
}

#network-map .map-container #map-controls .layers li a.link:before {
  content: '';
  background: #fff;
  height: 6px;
  width: 95%;
  display: block;
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  #network-map .map-container #map-controls .layers li a.link:before {
    height: 6px;
    width: 6px;
    display: inline-block;
    margin: 2px 16px 2px 0;
    border-radius: 100%;
  }
}

#network-map .map-container #map-controls .layers li a.link[data-layer="Uniti Towers"]:before {
  background: #86d520;
}

#network-map .map-container #map-controls .layers li a.link[data-layer="Uniti Land"]:before {
  background: #ffadcf;
}

#network-map .map-container #map-controls .layers li a.link[data-layer="Uniti Buildings"]:before {
  background: #ff2e7e;
}

#network-map .map-container #map-controls .layers li a.link[data-layer="Uniti Fiber"]:before {
  background: #14b5ff;
}

#network-map .map-container #map-controls .layers li a.link[data-layer="Uniti FttT Site"]:before {
  background: #0062ff;
}

#network-map .map-container #map-controls .layers h4 {
  color: #fff;
}

.info-section {
  color: #fff;
  background-color: #10151b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 3.125rem 0;
  min-height: 25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -0.0625rem;
  font-size: 0.9375rem;
  line-height: 2;
  position: relative;
}

@media print, screen and (min-width: 48em) {
  .info-section {
    min-height: 30.9375rem;
    font-size: 1.125rem;
    line-height: 1.95;
  }
}

.info-section > .row {
  width: 100%;
  position: relative;
  z-index: 3;
}

.info-section.map:after {
  background: rgba(18, 20, 28, 0.41);
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.info-section .logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 18.75rem;
  height: 6.75rem;
  display: block;
  margin: -1rem auto 1.9375rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.info-section h1 {
  color: inherit;
  margin: -1.25rem 0 1.4375rem;
}

@media print, screen and (min-width: 48em) {
  .info-section h1 {
    font-size: 3.4375rem;
    margin: -2.125rem 0 1.875rem;
  }
}

.info-section .button {
  background: #fff;
  color: #25aae1;
  margin: 1.125rem 0 0.25rem;
}

.info-section .button:hover {
  background: #d9d9d9;
}

.info-section.text {
  padding: 3.125rem 0;
  background-position: 0 100%;
}

@media print, screen and (min-width: 48em) {
  .info-section.text {
    padding: 6.625rem 0 8.6875rem;
    background-size: auto 100%;
  }
}

.info-section.text .content {
  font-size: 1rem;
  line-height: 1.88;
  padding: 1.875rem 0 0;
}

@media print, screen and (min-width: 64em) {
  .info-section.text .content {
    padding: 0.625rem 0 0 2.5rem;
  }
}

.info-section .centered {
  color: #818181;
}

.info-section .centered h1 {
  font-size: 2rem;
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .info-section .centered h1 {
    font-size: 2.375rem;
    line-height: 1.32;
  }
}

.info-section .centered p + h3 {
  padding-top: 1.125rem;
}

.info-section .centered h3 {
  margin: 0 0 1.5rem;
}

.info-section .centered h1,
.info-section .centered h2,
.info-section .centered h3 {
  color: #fff;
}

.slick-dots button {
  font-size: 0;
}

.banner {
  position: relative;
}

.banner__top {
  display: block;
  padding: 0.5rem 0;
  background-color: #eee;
}

.banner__breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.banner__breadcrumbs li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.banner__breadcrumbs li:last-child a {
  color: #00b2e2;
}

.banner__breadcrumbs li:last-child a:hover {
  color: #007696;
}

.banner__breadcrumbs li:last-child a:after {
  display: none;
}

.banner__breadcrumbs a {
  position: relative;
  display: block;
  margin: 0;
  color: #78787d;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
}

@media print, screen and (min-width: 48em) {
  .banner__breadcrumbs a {
    font-size: 1rem;
  }
}

.banner__breadcrumbs a:hover {
  color: #535356;
}

.banner__breadcrumbs a:after {
  content: "\E90A";
  font-size: 40%;
  margin-left: 0.25rem;
}

.banner__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner__main {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.375rem 0;
  line-height: 1;
  background: #202020;
  background: -webkit-gradient(left top, right top, color-stop(0%, #202020), color-stop(10%, #202020), color-stop(100%, #02a6d3));
  background: linear-gradient(to right, #202020 0%, #202020 10%, #02a6d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#02a6d3', GradientType=1 );
}

.banner__main::before,
.banner__main::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.banner__main::after {
  clear: both;
}

.banner__title {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 400;
}

@media print, screen and (min-width: 48em) {
  .banner__title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .banner__nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 999;
    display: none;
    background: #202020;
    background: -webkit-gradient(left top, right top, color-stop(0%, #202020), color-stop(10%, #202020), color-stop(100%, #02a6d3));
    background: linear-gradient(to right, #202020 0%, #202020 10%, #02a6d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#02a6d3', GradientType=1 );
  }
}

@media print, screen and (min-width: 48em) {
  .banner__nav {
    display: block !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    text-align: right;
  }
}

@media screen and (max-width: 47.9375em) {
  .banner__nav li {
    display: block;
    margin: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .banner__nav li {
    display: inline-block;
    margin: 0 1.25rem;
  }
}

.banner__nav li:first-child {
  margin-left: 0;
}

.banner__nav li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 47.9375em) {
  .banner__nav a {
    position: relative;
    display: block;
    padding: 0.625rem 1.3125rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
  }
}

@media print, screen and (min-width: 48em) {
  .banner__nav a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
  }
}

.banner__nav a:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 3px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media print, screen and (min-width: 48em) {
  .banner__nav a:after {
    content: '';
  }
}

.banner__nav a:hover:after {
  opacity: 1;
  visibility: visible;
  width: 1.875rem;
}

.banner__nav a.active:after {
  opacity: 1;
  visibility: visible;
  width: 1.875rem;
}

.banner .hamburger {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  display: block;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 48em) {
  .banner .hamburger {
    display: none;
  }
}

.division-holder .icon-holder svg {
  position: relative;
  top: 0.5rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  overflow: hidden;
}

.embed-container small {
  position: absolute;
  z-index: 40;
  bottom: 0;
  margin-bottom: -15px;
}

.embed-container.loading .sk-circle {
  visibility: visible;
  opacity: 1;
}

.embed-container.loading iframe,
.embed-container.loading object {
  visibility: hidden;
  opacity: 0;
}

.embed-container .sk-circle {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.embed-container iframe,
.embed-container object {
  visibility: visible;
  opacity: 1;
}

.embed-container iframe,
.embed-container object,
.embed-container .sk-circle {
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.embed-container iframe,
.embed-container object,
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-legends {
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
  display: none;
  z-index: 999;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: scale(0.85);
  transform-origin: bottom right;
}

@media screen and (max-width: 47.9375em) {
  .map-legends {
    width: 300px;
    max-width: 85%;
  }
}

@media screen and (min-width: 21.875em) {
  .map-legends {
    display: block;
  }
}

@media print, screen and (min-width: 48em) {
  .map-legends {
    top: 0.9375rem;
    right: 1.875rem;
    bottom: auto;
    left: auto;
    transform-origin: top right;
  }
}

.embed-container:not(.loading) .map-legends.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.map-legends.hidden {
  transform: translateY(100%) scale(0.85);
}

@media print, screen and (min-width: 48em) {
  .map-legends.hidden {
    transform: translateX(100%) scale(0.85);
  }
}

.map-legends.hidden .map-legend {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.map-legends.hidden .map-arrow {
  transform: rotate(270deg) translateX(100px);
}

@media print, screen and (min-width: 48em) {
  .map-legends.hidden .map-arrow {
    transform: scaleX(-1) translateX(15px);
  }
}

.map-legends .map-legend {
  margin: 0 0 1.0625rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.map-legends .map-legend + .map-arrow {
  display: block;
}

.map-legends .map-legend:last-child {
  margin-bottom: 0;
}

.map-legends .map-arrow {
  position: absolute;
  top: -70px;
  right: 20px;
  display: none;
  padding: 0.625rem;
  color: #999;
  font-size: 52px;
  text-align: center;
}

@media screen and (max-width: 47.9375em) {
  .map-legends .map-arrow {
    transform: rotate(90deg);
  }
}

@media print, screen and (min-width: 48em) {
  .map-legends .map-arrow {
    top: -10px;
    left: -45px;
    right: auto;
  }
}

.sk-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translateY(-50%) translateX(-50%);
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #67B1DE;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.gallery.ready .text,
.fiber-gallery.ready .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
}

a,
figcaption,
input,
textarea,
label,
form[class*="contact-form"] #fields-street-field:before,
form[class*="contactForm"] #fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:before,
form[class*="covid19Contact-form"] #fields-street-field:before,
li,
p,
span,
.button,
td {
  font-size: 0.9375rem;
  font-weight: 400;
}

a:not(.button),
figcaption:not(.button),
input:not(.button),
textarea:not(.button),
label:not(.button),
form[class*="contact-form"] #fields-street-field:not(.button):before,
form[class*="contactForm"] #fields-street-field:not(.button):before,
form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:not(.button):before,
form[class*="covid19Contact-form"] #fields-street-field:not(.button):before,
li:not(.button),
p:not(.button),
span:not(.button),
.button:not(.button),
td:not(.button) {
  line-height: 1.591;
}

@media print, screen and (min-width: 48em) {
  a,
  figcaption,
  input,
  textarea,
  label,
  form[class*="contact-form"] #fields-street-field:before,
  form[class*="contactForm"] #fields-street-field:before,
  form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:before,
  form[class*="covid19Contact-form"] #fields-street-field:before,
  li,
  p,
  span,
  .button,
  td {
    font-size: 1.0625rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 1.875rem;
  font-weight: 700;
}

@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 2.3rem;
  }
}

h2,
h2 a {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25 !important;
}

@media print, screen and (min-width: 48em) {
  h2,
  h2 a {
    font-size: 2.125rem;
  }
}

h3,
h3 a {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25 !important;
}

@media print, screen and (min-width: 48em) {
  h3,
  h3 a {
    font-size: 1.5rem;
  }
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  display: block;
  margin-bottom: 1.875rem;
}

.content p + h1,
.content p + h2,
.content p + h3,
.content p + h4,
.content p + h5,
.content p + h6,
.content ul + h1,
.content ul + h2,
.content ul + h3,
.content ul + h4,
.content ul + h5,
.content ul + h6 {
  margin-top: 1.875rem;
}

.content ul li:last-child {
  padding-bottom: 0;
}

.content ul ul {
  margin-top: 0.625rem;
  margin-bottom: 0;
}

.sidebar h1 {
  font-size: 1.0625rem;
}

@media print, screen and (min-width: 48em) {
  .sidebar h1 {
    font-size: 1.3rem;
  }
}

.sidebar h2 {
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  .sidebar h2 {
    font-size: 1.25rem;
  }
}

.sidebar a,
.sidebar p {
  font-size: 0.875rem;
}

@media print, screen and (min-width: 48em) {
  .sidebar a,
  .sidebar p {
    font-size: 0.9375rem;
  }
}

html body #wrapper .text-center .typography-slidecontent p {
  max-width: 100%;
}

html body #wrapper .typography-slidecontent h1 {
  font-size: 2.1875rem;
  font-weight: 700;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-slidecontent h1 {
    font-size: 3.75rem;
  }
}

html body #wrapper .typography-slidecontent p,
html body #wrapper .typography-slidecontent a:not(.button) {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.591;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-slidecontent p,
  html body #wrapper .typography-slidecontent a:not(.button) {
    font-size: 1.625rem;
  }
}

html body #wrapper .typography-slidecontent p {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-slidecontent p {
    max-width: 95%;
  }
}

html body #wrapper .typography-callout > :first-child {
  margin: 0 auto 1.875rem auto;
}

html body #wrapper .typography-callout p {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  max-width: initial;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-callout p {
    font-size: 1.375rem;
  }
}

html body #wrapper .typography-callout h1 {
  display: block;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-callout h1 {
    font-size: 2.5rem;
  }
}

html body #wrapper .typography-large-callout > :first-child {
  margin: 0 auto 1.875rem auto;
}

html body #wrapper .typography-large-callout p {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  max-width: initial;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-large-callout p {
    font-size: 1.375rem;
  }
}

html body #wrapper .typography-large-callout h1 {
  display: block;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-large-callout h1 {
    font-size: 2.8125rem;
  }
}

html body #wrapper .typography-mapoverlay h1 {
  display: block;
  margin: 0 0 1.875rem 0;
  font-size: 2.5rem;
  font-weight: 700;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-mapoverlay h1 {
    font-size: 3.75rem;
  }
}

html body #wrapper .typography-mapoverlay p {
  display: block;
  margin: 0 0 2.5rem 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.591;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-mapoverlay p {
    font-size: 1.375rem;
  }
}

html body #wrapper .typography-mapoverlay a {
  margin: 0;
  font-weight: 500;
  font-size: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-mapoverlay a {
    font-size: 1rem;
  }
}

html body #wrapper .typography-bubble h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-bubble h3 {
    font-size: 1.375rem;
  }
}

html body #wrapper .typography-bubble p,
html body #wrapper .typography-bubble a {
  font-size: 0.9375rem;
  font-weight: 400;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-bubble p,
  html body #wrapper .typography-bubble a {
    font-size: 1rem;
  }
}

html body #wrapper .typography-bubble a {
  padding: 0.625rem 2.0625rem;
}

html body #wrapper .typography-smallcallout h1 {
  display: inline-block;
  font-weight: 700;
  font-size: 1.75rem;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-smallcallout h1 {
    font-size: 2.125rem;
  }
}

html body #wrapper .typography-smallcallout a {
  display: inline-block;
  font-weight: 500;
  font-size: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-smallcallout a {
    font-size: 1rem;
  }
}

html body #wrapper .typography-post time,
html body #wrapper .post time {
  font-size: 0.9375rem;
  font-weight: 500;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-post time,
  html body #wrapper .post time {
    font-size: 0.9375rem;
  }
}

html body #wrapper .typography-post h2 a,
html body #wrapper .post h2 a {
  font-weight: 700;
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-post h2 a,
  html body #wrapper .post h2 a {
    font-size: 1.25rem;
  }
}

html body #wrapper .typography-post .snippet,
html body #wrapper .typography-post .snippet *,
html body #wrapper .post .snippet,
html body #wrapper .post .snippet * {
  font-size: 0.9375rem;
  font-weight: 400;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-post .snippet,
  html body #wrapper .typography-post .snippet *,
  html body #wrapper .post .snippet,
  html body #wrapper .post .snippet * {
    font-size: 1rem;
  }
}

html body #wrapper .typography-post a,
html body #wrapper .post a {
  font-size: 0.9375rem;
  font-weight: 500;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-post a,
  html body #wrapper .post a {
    font-size: 1rem;
  }
}

html body #wrapper .typography-smallpost h4 {
  display: block;
  margin: 0 0 1.575rem 0;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-smallpost h4 {
    font-size: 1rem;
  }
}

html body #wrapper .typography-smallpost p,
html body #wrapper .typography-smallpost a {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.667;
}

@media print, screen and (min-width: 48em) {
  html body #wrapper .typography-smallpost p,
  html body #wrapper .typography-smallpost a {
    font-size: 1rem;
  }
}

.timeline-section {
  position: relative;
  padding-top: 108px;
  padding-bottom: 100px;
}

.timeline-section .content {
  height: 100%;
  padding-right: 2rem;
}

.timeline-section .content p.intro {
  font-size: 20px !important;
}

.timeline-section .content p {
  font-size: 17px;
}

.timeline-section .timeline {
  position: relative;
}

.timeline-section .track {
  position: absolute;
  height: 100%;
  width: 3px;
  left: 214px;
  top: 100px;
  background-color: #eeeeee;
  overflow: hidden;
  z-index: 2;
}

.timeline-section .track-progress {
  position: relative;
  background-color: #00b2e2;
  z-index: 2;
}

.timeline-section .timeline-element-group {
  position: relative;
  padding-top: 85px;
}

.timeline-section .timeline-year {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 250px;
  font-weight: bold;
  line-height: .8;
  color: #f8f7f7;
  z-index: 1;
}

@supports (position: sticky) {
  .timeline-section .timeline-year {
    position: sticky;
    top: 290px;
    line-height: 0;
  }
}

.timeline-section .timeline-elements {
  padding-top: 100px;
}

.timeline-section .timeline-element {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  z-index: 3;
}

.timeline-section .timeline-element:before {
  content: '\2022';
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  font-size: 40px;
  line-height: .44;
  text-align: center;
  color: #eeeeee;
  left: 202.8px;
  z-index: 2;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: color .2s ease-out, border .2s ease-out;
}

.timeline-section .timeline-element h6 {
  text-transform: uppercase;
  font-weight: 500;
  transition: color .2s ease-out;
}

.timeline-section .timeline-element.active:before {
  color: #00b2e2;
  border: 1px solid #00b2e2;
  transition: color .2s ease-out, border .2s ease-out;
}

.timeline-section .timeline-element.active h6 {
  color: #00b2e2;
  transition: color .2s ease-out;
}

.timeline-section .timeline-element-logos {
  min-width: 152px;
  height: 100%;
  transform: translateY(calc(-50% + 14px));
}

.timeline-section .timeline-element-logos img {
  max-width: 152px;
}

.timeline-section .timeline-element-logos img + img {
  margin-top: 15px;
}

.timeline-section .timeline-element-content {
  padding-left: 100px;
  padding-top: 5px;
}

@media screen and (max-width: 596px) {
  .timeline-section {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .timeline-section .timeline-column {
    width: 100%;
  }

  .timeline-section .content {
    padding-right: 0px;
  }

  .timeline-section .track {
    display: none;
    left: auto;
    right: 10px;
  }

  .timeline-section .timeline-element {
    flex-direction: column;
    padding-right: 0px;
    margin-bottom: 50px;
  }

  .timeline-section .timeline-element:before {
    display: none;
    left: auto;
    right: -1px;
  }

  .timeline-section .timeline-element-content {
    padding-left: 0px;
    padding-top: 0px;
  }

  .timeline-section .timeline-element-logos {
    transform: translateY(0);
  }

  .timeline-section .timeline-element-logos img {
    display: block;
    margin-bottom: 10px;
  }

  .timeline-section .timeline-year {
    font-size: 150px;
  }
}

.has-sticky {
  position: sticky;
  top: 190px;
}

/* Rates page */

.rates-content .filters > div {
  margin-bottom: 5px;
}

.rates-content .filters a:hover {
  text-decoration: underline;
}

.rates-content .filters a.active {
  font-weight: bold;
}

.rates-content .filters form {
  display: flex;
  align-content: center;
  align-items: center;
}

.rates-content .filters form input {
  margin-right: 1rem;
}

.rates-content .filters form input:-ms-input-placeholder {
  opacity: .7;
  -ms-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}

.rates-content .filters form input::placeholder {
  opacity: .7;
  transition: opacity 150ms ease-out;
}

.rates-content .filters form input:focus:-ms-input-placeholder {
  opacity: .2;
  -ms-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}

.rates-content .filters form input:focus::placeholder {
  opacity: .2;
  transition: opacity 150ms ease-out;
}

.rates-content .filters form .button {
  min-width: auto !important;
}

.rates-content tr th {
  text-align: left;
}

.rates-content .columns {
  margin-bottom: 0px;
  display: flex;
}

.rates-content .columns > div {
  display: inline-block;
  padding: 0px 10px;
}

.rates-content .columns > div:first-child {
  width: 200px;
  padding-left: 0px;
}

.rates-content .columns > div:last-child {
  padding-right: 0px;
}

.rates-content .pagination {
  margin-top: 1rem;
  text-align: center;
}

.rates-content .pagination a {
  display: inline-block;
  padding: 0px 10px;
}

html body.uniti .gallery-bg {
  position: absolute;
  min-height: 25.125rem;
  display: flex;
  width: 100%;
  left: 49.999%;
  transform: translateX(-50%);
  max-width: 107.8125rem;
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  html body.uniti .gallery-bg {
    min-height: 29.0625rem;
  }
}

@media print, screen and (min-width: 64em) {
  html body.uniti .gallery-bg {
    min-height: 36.5625rem;
  }
}

@media screen and (min-width: 75em) {
  html body.uniti .gallery-bg {
    min-height: 50rem;
  }
}

html body.uniti .gallery-bg .video {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1725px;
  transform: translateY(-50%);
  top: 50%;
  overflow: hidden;
}

@media print, screen and (min-width: 64em) {
  html body.uniti .gallery-bg .video {
    min-height: 47.8125rem;
  }
}

html body.uniti .gallery-bg .video:after {
  content: '';
  display: block;
  padding-top: 64%;
  z-index: 2;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.71+0,0+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}

html body.uniti .gallery-bg .video iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  bottom: -100px;
  height: calc(100% + 200px);
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  html body.uniti .gallery-bg .video iframe {
    min-width: 29.0625rem;
  }
}

@media print, screen and (min-width: 64em) {
  html body.uniti .gallery-bg .video iframe {
    min-width: 36.5625rem;
  }
}

@media screen and (min-width: 75em) {
  html body.uniti .gallery-bg .video iframe {
    min-width: 88rem;
  }
}

html body.uniti .gallery,
html body.uniti .fiber-gallery {
  color: #fff;
  z-index: 9999;
  position: relative;
  overflow: hidden;
  line-height: 1.88;
  display: flex;
}

@media print, screen and (min-width: 48em) {
  html body.uniti .gallery,
  html body.uniti .fiber-gallery {
    font-size: 1.125rem;
    line-height: 1.95;
  }
}

html body.uniti .gallery .slide,
html body.uniti .fiber-gallery .slide {
  background-size: cover;
  min-height: 25.125rem;
  background-position: 50% 50%;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 1.875rem 0;
}

@media print, screen and (min-width: 48em) {
  html body.uniti .gallery .slide,
  html body.uniti .fiber-gallery .slide {
    min-height: 29.0625rem;
    padding: 1.875rem 0 4.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  html body.uniti .gallery .slide,
  html body.uniti .fiber-gallery .slide {
    min-height: 36.5625rem;
  }
}

@media screen and (min-width: 75em) {
  html body.uniti .gallery .slide,
  html body.uniti .fiber-gallery .slide {
    min-height: 50rem;
  }
}

html body.uniti .gallery .text,
html body.uniti .fiber-gallery .text {
  width: 100%;
}

html body.uniti .gallery .text > *,
html body.uniti .fiber-gallery .text > * {
  position: relative;
  top: 30px;
  transition: top 0.5s ease;
}

html body.uniti .gallery .slick-active .text > *,
html body.uniti .fiber-gallery .slick-active .text > * {
  top: 0;
}

html body.uniti .gallery .row,
html body.uniti .fiber-gallery .row {
  position: relative;
  z-index: 3;
}

html body.uniti .gallery h1,
html body.uniti .fiber-gallery h1 {
  color: inherit;
  line-height: 1.29;
  margin: 0 0 1.1875rem;
}

@media print, screen and (min-width: 48em) {
  html body.uniti .gallery h1,
  html body.uniti .fiber-gallery h1 {
    margin: 0 0 1.875rem;
  }
}

html body.uniti .gallery p,
html body.uniti .fiber-gallery p {
  margin: 0 0 1.625rem;
  max-width: 95%;
}

html body.uniti .gallery .slick-dots,
html body.uniti .fiber-gallery .slick-dots {
  position: absolute;
  bottom: 2.125rem;
  left: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none !important;
}

@media print, screen and (min-width: 48em) {
  html body.uniti .gallery .slick-dots,
  html body.uniti .fiber-gallery .slick-dots {
    display: block !important;
  }
}

html body.uniti .gallery .slick-dots li,
html body.uniti .fiber-gallery .slick-dots li {
  width: 0.5625rem;
  height: 0.5625rem;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 0.4375rem;
  cursor: pointer;
  background: #fff;
}

html body.uniti .gallery .slick-dots li:hover,
html body.uniti .gallery .slick-dots li.slick-active,
html body.uniti .fiber-gallery .slick-dots li:hover,
html body.uniti .fiber-gallery .slick-dots li.slick-active {
  background: none;
}

html body.fiber .gallery-bg {
  position: absolute;
  min-height: 25.125rem;
  display: flex;
  width: 100%;
  left: 49.999%;
  transform: translateX(-50%);
  max-width: 107.8125rem;
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  html body.fiber .gallery-bg {
    min-height: 29.0625rem;
  }
}

@media print, screen and (min-width: 64em) {
  html body.fiber .gallery-bg {
    min-height: 35.3125rem;
  }
}

@media screen and (min-width: 75em) {
  html body.fiber .gallery-bg {
    min-height: 47.8125rem;
  }
}

html body.fiber .gallery-bg .video {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1725px;
  transform: translateY(-50%);
  top: 50%;
  overflow: hidden;
}

@media print, screen and (min-width: 64em) {
  html body.fiber .gallery-bg .video {
    min-height: 47.8125rem;
  }
}

html body.fiber .gallery-bg .video:after {
  content: '';
  display: block;
  padding-top: 56.25%;
  z-index: 2;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.71+0,0+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}

html body.fiber .gallery-bg .video iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  html body.fiber .gallery-bg .video iframe {
    min-width: 29.0625rem;
  }
}

@media print, screen and (min-width: 64em) {
  html body.fiber .gallery-bg .video iframe {
    min-width: 35.3125rem;
  }
}

@media screen and (min-width: 75em) {
  html body.fiber .gallery-bg .video iframe {
    min-width: 88rem;
  }
}

html body.fiber .gallery,
html body.fiber .fiber-gallery {
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  line-height: 1.88;
  display: flex;
  background: #222;
}

@media print, screen and (min-width: 48em) {
  html body.fiber .gallery,
  html body.fiber .fiber-gallery {
    font-size: 1.125rem;
    line-height: 1.95;
  }
}

html body.fiber .gallery .slide-link,
html body.fiber .fiber-gallery .slide-link {
  display: block;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 150px;
  transform: translateX(-50%) translateY(40%);
}

html body.fiber .gallery .slide,
html body.fiber .fiber-gallery .slide {
  background-size: cover;
  min-height: 25.125rem;
  background-position: 50% 50%;
  display: flex;
  width: 100%;
  max-width: 1725px;
  align-items: center;
  padding: 1.875rem 0;
}

@media print, screen and (min-width: 48em) {
  html body.fiber .gallery .slide,
  html body.fiber .fiber-gallery .slide {
    min-height: 29.0625rem;
    padding: 1.875rem 0 4.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  html body.fiber .gallery .slide,
  html body.fiber .fiber-gallery .slide {
    min-height: 35.3125rem;
  }
}

@media screen and (min-width: 75em) {
  html body.fiber .gallery .slide,
  html body.fiber .fiber-gallery .slide {
    min-height: 47.8125rem;
  }
}

html body.fiber .gallery .text,
html body.fiber .fiber-gallery .text {
  width: 100%;
}

html body.fiber .gallery .text > *,
html body.fiber .fiber-gallery .text > * {
  position: relative;
  top: 30px;
  transition: top 0.5s ease;
}

html body.fiber .gallery .slick-active .text > *,
html body.fiber .fiber-gallery .slick-active .text > * {
  top: 0;
}

html body.fiber .gallery .row,
html body.fiber .fiber-gallery .row {
  position: relative;
  z-index: 3;
}

html body.fiber .gallery h1,
html body.fiber .fiber-gallery h1 {
  color: inherit;
  font-size: 2.1875rem;
  line-height: 1.29;
  margin: 0 0 0.625rem;
  font-weight: 500;
}

@media print, screen and (min-width: 48em) {
  html body.fiber .gallery h1,
  html body.fiber .fiber-gallery h1 {
    font-size: 2.1875rem;
    margin: 0 0 1.25rem;
  }
}

html body.fiber .gallery h1 a,
html body.fiber .fiber-gallery h1 a {
  color: inherit;
}

html body.fiber .gallery h2,
html body.fiber .fiber-gallery h2 {
  color: inherit;
  font-weight: 200;
}

html body.fiber .gallery h2 a,
html body.fiber .fiber-gallery h2 a {
  color: inherit;
}

html body.fiber .gallery p,
html body.fiber .fiber-gallery p {
  margin: 0 0 1.625rem;
  max-width: 95%;
}

@media print, screen and (min-width: 48em) {
  html body.fiber .gallery p,
  html body.fiber .fiber-gallery p {
    max-width: 85%;
  }
}

html body.fiber .gallery .text-center p,
html body.fiber .fiber-gallery .text-center p {
  margin: 0 auto 1.625rem;
}

html body.fiber .gallery .slick-dots,
html body.fiber .fiber-gallery .slick-dots {
  position: absolute;
  bottom: 8.375rem;
  left: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none !important;
}

@media print, screen and (min-width: 48em) {
  html body.fiber .gallery .slick-dots,
  html body.fiber .fiber-gallery .slick-dots {
    display: block !important;
  }
}

html body.fiber .gallery .slick-dots li,
html body.fiber .fiber-gallery .slick-dots li {
  width: 0.5625rem;
  height: 0.5625rem;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 0.4375rem;
  cursor: pointer;
  background: #fff;
}

html body.fiber .gallery .slick-dots li:hover,
html body.fiber .gallery .slick-dots li.slick-active,
html body.fiber .fiber-gallery .slick-dots li:hover,
html body.fiber .fiber-gallery .slick-dots li.slick-active {
  background: none;
}

html body.fiber .intro-boxes .box .holder {
  padding: 3.75rem 1.25rem;
  background: rgba(0, 0, 0, 0.5);
}

html body.fiber .intro-boxes .box span {
  max-width: 180px;
  margin: 0 auto;
  line-height: 1.6rem;
  display: block;
}

html body.fiber .main-section .small-post {
  padding: 0 20px;
  margin-bottom: 50px;
}

html body.fiber .main-section .heading {
  margin-bottom: 3.125rem;
}

html body.fiber .feature-section {
  z-index: 999;
  margin: -20px -1.3125rem 0;
}

@media print, screen and (min-width: 48em) {
  html body.fiber .feature-section {
    margin: -100px 0 40px;
  }
}

html body.fiber .feature-section .info-box {
  background: #fff;
  box-shadow: 0 0px 80px -10px rgba(0, 0, 0, 0.3);
}

html body.fiber .feature-section .info-box .box-content {
  padding: 20px;
  font-size: 0.9rem;
}

@media print, screen and (min-width: 48em) {
  html body.fiber .feature-section .info-box .box-content {
    padding: 30px 55px 25px 35px;
  }
}

html body.fiber .feature-section .info-box .box-image {
  background-size: cover !important;
  background-position: center center !important;
}

html body.fiber .feature-section .info-box .row {
  margin: 0;
}

.temp-banner {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 30px;
  left: 50%;
  min-height: 50px;
  background: #fff;
  max-width: 930px;
  transform: translateX(-50%);
  padding: 10px 30px;
  border-radius: 1px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  color: #8c8c8c;
  border-left: solid 5px #323e48;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .temp-banner {
    width: 97%;
    top: 5px;
    line-height: 1;
    padding: 3px 30px;
  }
}

body.landingPage .visual .row.align-center,
body#fast-business-fiber .visual .row.align-center,
body#get-business-fiber .visual .row.align-center {
  justify-content: normal;
}

body.landingPage .visual .row.align-center .column,
body.landingPage .visual .row.align-center .columns,
body#fast-business-fiber .visual .row.align-center .column,
body#fast-business-fiber .visual .row.align-center .columns,
body#get-business-fiber .visual .row.align-center .column,
body#get-business-fiber .visual .row.align-center .columns {
  max-width: 100%;
  flex: 0 0 100%;
}

body.landingPage #form-section,
body.landingPage #block-1479,
body.landingPage #block-2026,
body#fast-business-fiber #form-section,
body#fast-business-fiber #block-1479,
body#fast-business-fiber #block-2026,
body#get-business-fiber #form-section,
body#get-business-fiber #block-1479,
body#get-business-fiber #block-2026 {
  background: #f5f5f5;
}

body.landingPage #form-section .sidebar .widget,
body.landingPage #block-1479 .sidebar .widget,
body.landingPage #block-2026 .sidebar .widget,
body#fast-business-fiber #form-section .sidebar .widget,
body#fast-business-fiber #block-1479 .sidebar .widget,
body#fast-business-fiber #block-2026 .sidebar .widget,
body#get-business-fiber #form-section .sidebar .widget,
body#get-business-fiber #block-1479 .sidebar .widget,
body#get-business-fiber #block-2026 .sidebar .widget {
  background: #fff;
}

body.landingPage #form-section .sidebar .widget:last-child,
body.landingPage #block-1479 .sidebar .widget:last-child,
body.landingPage #block-2026 .sidebar .widget:last-child,
body#fast-business-fiber #form-section .sidebar .widget:last-child,
body#fast-business-fiber #block-1479 .sidebar .widget:last-child,
body#fast-business-fiber #block-2026 .sidebar .widget:last-child,
body#get-business-fiber #form-section .sidebar .widget:last-child,
body#get-business-fiber #block-1479 .sidebar .widget:last-child,
body#get-business-fiber #block-2026 .sidebar .widget:last-child {
  border-top-color: #2fb5e8;
}

body.landingPage #block-1475.neo-block.neo-block-supergrid > .row,
body.landingPage #block-2021.neo-block.neo-block-supergrid > .row,
body#fast-business-fiber #block-1475.neo-block.neo-block-supergrid > .row,
body#fast-business-fiber #block-2021.neo-block.neo-block-supergrid > .row,
body#get-business-fiber #block-1475.neo-block.neo-block-supergrid > .row,
body#get-business-fiber #block-2021.neo-block.neo-block-supergrid > .row {
  max-width: 77rem;
}

body.landingPage #block-1475.neo-block.neo-block-supergrid .neo-block-supergrid-intro,
body.landingPage #block-2021.neo-block.neo-block-supergrid .neo-block-supergrid-intro,
body#fast-business-fiber #block-1475.neo-block.neo-block-supergrid .neo-block-supergrid-intro,
body#fast-business-fiber #block-2021.neo-block.neo-block-supergrid .neo-block-supergrid-intro,
body#get-business-fiber #block-1475.neo-block.neo-block-supergrid .neo-block-supergrid-intro,
body#get-business-fiber #block-2021.neo-block.neo-block-supergrid .neo-block-supergrid-intro {
  padding-left: 1rem;
  max-width: 72rem !important;
}

body.landingPage #block-1469 h2,
body#fast-business-fiber #block-1469 h2,
body#get-business-fiber #block-1469 h2 {
  margin: 0;
}

body.landingPage #block-1469 p,
body#fast-business-fiber #block-1469 p,
body#get-business-fiber #block-1469 p {
  margin-bottom: 40px;
}

body.landingPage #block-1469 .button.secondary,
body#fast-business-fiber #block-1469 .button.secondary,
body#get-business-fiber #block-1469 .button.secondary {
  margin-right: 15px;
}

body.landingPage #fiberContact #fields-companyName-field,
body.landingPage #fiberContact #fields-zip-field,
body.landingPage #fiberContact #fields-firstName-field,
body.landingPage #fiberContact #fields-lastName-field,
body.landingPage #fiberContact #fields-email-field,
body.landingPage #fiberContact #fields-phone-field,
body#fast-business-fiber #fiberContact #fields-companyName-field,
body#fast-business-fiber #fiberContact #fields-zip-field,
body#fast-business-fiber #fiberContact #fields-firstName-field,
body#fast-business-fiber #fiberContact #fields-lastName-field,
body#fast-business-fiber #fiberContact #fields-email-field,
body#fast-business-fiber #fiberContact #fields-phone-field,
body#get-business-fiber #fiberContact #fields-companyName-field,
body#get-business-fiber #fiberContact #fields-zip-field,
body#get-business-fiber #fiberContact #fields-firstName-field,
body#get-business-fiber #fiberContact #fields-lastName-field,
body#get-business-fiber #fiberContact #fields-email-field,
body#get-business-fiber #fiberContact #fields-phone-field {
  width: 48%;
  float: left;
}

body.landingPage #fiberContact #fields-companyName-field,
body.landingPage #fiberContact #fields-firstName-field,
body.landingPage #fiberContact #fields-email-field,
body#fast-business-fiber #fiberContact #fields-companyName-field,
body#fast-business-fiber #fiberContact #fields-firstName-field,
body#fast-business-fiber #fiberContact #fields-email-field,
body#get-business-fiber #fiberContact #fields-companyName-field,
body#get-business-fiber #fiberContact #fields-firstName-field,
body#get-business-fiber #fiberContact #fields-email-field {
  margin-right: 1.5%;
}

body.landingPage #fiberContact #fields-zip-field,
body.landingPage #fiberContact #fields-lastName-field,
body.landingPage #fiberContact #fields-phone-field,
body#fast-business-fiber #fiberContact #fields-zip-field,
body#fast-business-fiber #fiberContact #fields-lastName-field,
body#fast-business-fiber #fiberContact #fields-phone-field,
body#get-business-fiber #fiberContact #fields-zip-field,
body#get-business-fiber #fiberContact #fields-lastName-field,
body#get-business-fiber #fiberContact #fields-phone-field {
  margin-left: 1.5%;
}

body.landingPage #fiberContact #fields-city-field,
body#fast-business-fiber #fiberContact #fields-city-field,
body#get-business-fiber #fiberContact #fields-city-field {
  width: 48%;
  margin-right: 1.5%;
  float: left;
}

body.landingPage #fiberContact #fields-state-field,
body#fast-business-fiber #fiberContact #fields-state-field,
body#get-business-fiber #fiberContact #fields-state-field {
  width: 24%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  float: left;
}

body.landingPage #fiberContact #fields-source-field,
body.landingPage #fiberContact #fields-medium-field,
body.landingPage #fiberContact #fields-referrer-field,
body#fast-business-fiber #fiberContact #fields-source-field,
body#fast-business-fiber #fiberContact #fields-medium-field,
body#fast-business-fiber #fiberContact #fields-referrer-field,
body#get-business-fiber #fiberContact #fields-source-field,
body#get-business-fiber #fiberContact #fields-medium-field,
body#get-business-fiber #fiberContact #fields-referrer-field {
  display: none;
}

body.landingPage #fiberContact .submit,
body#fast-business-fiber #fiberContact .submit,
body#get-business-fiber #fiberContact .submit {
  margin-top: 20px;
}

body.landingPage .neo-block.neo-block-supergrid > .row > .columns,
body#fast-business-fiber .neo-block.neo-block-supergrid > .row > .columns,
body#get-business-fiber .neo-block.neo-block-supergrid > .row > .columns {
  flex: auto;
}

@media print, screen and (min-width: 48em) {
  body.landingPage .neo-block.neo-block-videoBlock,
  body#fast-business-fiber .neo-block.neo-block-videoBlock,
  body#get-business-fiber .neo-block.neo-block-videoBlock {
    margin: 60px auto;
  }

  body.landingPage .neo-block.neo-block-videoBlock .neo-block-videoBlock-content,
  body#fast-business-fiber .neo-block.neo-block-videoBlock .neo-block-videoBlock-content,
  body#get-business-fiber .neo-block.neo-block-videoBlock .neo-block-videoBlock-content {
    min-width: 768px;
  }

  body.landingPage .neo-block.neo-block-videoTestimonials .play-button,
  body#fast-business-fiber .neo-block.neo-block-videoTestimonials .play-button,
  body#get-business-fiber .neo-block.neo-block-videoTestimonials .play-button {
    margin: -20px auto 10px;
    background: #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: block;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 50px;
    text-indent: 4px;
    overflow: hidden;
    z-index: 1;
    position: relative;
  }

  body.landingPage .neo-block.neo-block-videoTestimonials .play-button .icon-play,
  body#fast-business-fiber .neo-block.neo-block-videoTestimonials .play-button .icon-play,
  body#get-business-fiber .neo-block.neo-block-videoTestimonials .play-button .icon-play {
    display: inline-block;
    position: relative;
    left: 5px;
    top: 3px;
    border-left: solid 10px #25aae1;
    border-right: solid 10px transparent;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
  }
}

@media print, screen and (min-width: 72em) {
  body.landingPage .neo-block.neo-block-videoBlock .neo-block-videoBlock-content,
  body#fast-business-fiber .neo-block.neo-block-videoBlock .neo-block-videoBlock-content,
  body#get-business-fiber .neo-block.neo-block-videoBlock .neo-block-videoBlock-content {
    min-width: 1100px;
  }

  body.landingPage .neo-block.neo-block-videoTestimonials .play-button,
  body#fast-business-fiber .neo-block.neo-block-videoTestimonials .play-button,
  body#get-business-fiber .neo-block.neo-block-videoTestimonials .play-button {
    margin: -30px auto 10px;
  }
}

@media print, screen and (min-width: 48em) {
  body.landingPage .neo-block.neo-block-supergrid > .row > .columns,
  body#fast-business-fiber .neo-block.neo-block-supergrid > .row > .columns,
  body#get-business-fiber .neo-block.neo-block-supergrid > .row > .columns {
    flex: 1;
  }

  body.landingPage #block-2021.neo-block.neo-block-supergrid .neo-block-supergrid-intro,
  body.landingPage #block-1475.neo-block.neo-block-supergrid .neo-block-supergrid-intro,
  body#fast-business-fiber #block-2021.neo-block.neo-block-supergrid .neo-block-supergrid-intro,
  body#fast-business-fiber #block-1475.neo-block.neo-block-supergrid .neo-block-supergrid-intro,
  body#get-business-fiber #block-2021.neo-block.neo-block-supergrid .neo-block-supergrid-intro,
  body#get-business-fiber #block-1475.neo-block.neo-block-supergrid .neo-block-supergrid-intro {
    padding-left: 0rem;
  }
}

#schoolsAndLibrariesContact {
  padding: 20px;
  margin: 20px auto;
  border: none;
}

#schoolsAndLibrariesContact:before {
  content: 'Get in Touch';
  display: block;
  font-size: 32px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
}

#schoolsAndLibrariesContact #fields-libraryOrSchoolName-field,
#schoolsAndLibrariesContact #fields-zip-field,
#schoolsAndLibrariesContact #fields-firstName-field,
#schoolsAndLibrariesContact #fields-lastName-field,
#schoolsAndLibrariesContact #fields-email-field,
#schoolsAndLibrariesContact #fields-phone-field {
  width: 48%;
  float: left;
}

#schoolsAndLibrariesContact #fields-libraryOrSchoolName-field,
#schoolsAndLibrariesContact #fields-firstName-field,
#schoolsAndLibrariesContact #fields-email-field {
  margin-right: 1.5%;
}

#schoolsAndLibrariesContact #fields-zip-field,
#schoolsAndLibrariesContact #fields-lastName-field,
#schoolsAndLibrariesContact #fields-phone-field {
  margin-left: 1.5%;
}

#schoolsAndLibrariesContact #fields-city-field {
  width: 48%;
  margin-right: 1.5%;
  float: left;
}

#schoolsAndLibrariesContact #fields-state-field {
  width: 24%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  float: left;
}

#schoolsAndLibrariesContact #fields-source-field,
#schoolsAndLibrariesContact #fields-medium-field,
#schoolsAndLibrariesContact #fields-referrer-field {
  display: none;
}

#schoolsAndLibrariesContact .submit {
  margin-top: 20px;
}

.neo-block-standard .formBlock {
  background: #f5f5f5;
}

body#beyond #main > .neo-block-supergrid,
body#unleash #main > .neo-block-supergrid {
  padding: 2rem 1rem 0;
}

@media print, screen and (min-width: 48em) {
  body#beyond #main > .neo-block-supergrid,
  body#unleash #main > .neo-block-supergrid {
    padding: 4rem 1.5rem 2rem;
  }
}

body#beyond #main > .neo-block-supergrid > .row > .columns,
body#unleash #main > .neo-block-supergrid > .row > .columns {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  body#beyond #main > .neo-block-supergrid > .row > .columns,
  body#unleash #main > .neo-block-supergrid > .row > .columns {
    padding: 0 2rem;
  }
}

body#beyond #main > section.visual.neo-block.neo-block-hero.small,
body#unleash #main > section.visual.neo-block.neo-block-hero.small {
  overflow: hidden;
  max-height: 500px;
}

body#beyond #main > section.visual.neo-block.neo-block-hero.small .background,
body#unleash #main > section.visual.neo-block.neo-block-hero.small .background {
  width: 14187px;
  height: 500px;
  animation: slide 40s linear infinite;
  max-width: none;
  position: absolute;
  background-size: auto 100%;
  top: 0;
  left: 0;
}

body#beyond #main > section.visual.neo-block.neo-block-hero.small h1,
body#unleash #main > section.visual.neo-block.neo-block-hero.small h1 {
  font-size: 80px;
}

@media print, screen and (min-width: 48em) {
  body#beyond #main > section.visual.neo-block.neo-block-hero.small h1,
  body#unleash #main > section.visual.neo-block.neo-block-hero.small h1 {
    font-size: 170px;
  }
}

body#beyond #main > section.visual.neo-block.neo-block-hero.small p:first-of-type,
body#unleash #main > section.visual.neo-block.neo-block-hero.small p:first-of-type {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 18px;
  text-shadow: 0 2px 25px #000;
  font-weight: 400;
}

body#beyond #main > section.visual.neo-block.neo-block-hero.small a.button,
body#unleash #main > section.visual.neo-block.neo-block-hero.small a.button {
  background: #fff;
  background: linear-gradient(to right, #05b6e9 0%, #48bd8e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 26px;
  position: relative;
  box-shadow: 0 10px 30px -16px #000000;
  padding: 1rem 2.5rem;
}

body#beyond #main > section.visual.neo-block.neo-block-hero.small a.button:before,
body#unleash #main > section.visual.neo-block.neo-block-hero.small a.button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  border-radius: 100px;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(calc(-4729px * 0.654), 0, 0);
    /* The image width */
  }
}

.icon-header img {
  max-width: 300px;
  margin-bottom: 2rem;
}

.icon-header p {
  font-size: 24px;
  color: #ffffff;
  max-width: 75% !important;
}

.intro {
  font-size: 22px;
  color: #484848;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.media-list .media-list-item {
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dedede;
}

.media-list .media-list-item .item-heading {
  font-weight: 600;
}

.media-list .media-list-item p {
  margin-bottom: 0px;
}

@media screen and (max-width: 63.9375em) {
  .media-list .media-list-item {
    flex-wrap: wrap;
  }
}

.media-list .media-list-item:last-child {
  margin: 0px;
  border: none;
}

.media-list .media-list-item-image {
  flex: 0 0 30%;
  margin-right: 2rem;
}

.media-list .media-list-item-image img {
  width: 100%;
}

@media screen and (max-width: 63.9375em) {
  .media-list .media-list-item-image {
    margin-bottom: 1rem;
    flex: 1 0 100%;
  }
}

.media-list .media-list-item-body {
  flex: 1 0 70%;
}

@media screen and (max-width: 63.9375em) {
  .media-list .media-list-item-body {
    flex: 1 0 100%;
  }
}

.team-section {
  padding: 4rem 1rem;
  background-color: #eeeeee;
  text-align: center;
}

.team-section h2 {
  color: #78787d;
  font-size: 38px;
}

.team-section p {
  color: #78787d;
}

.team-section .item-group {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0px auto;
  margin-top: 2rem;
  width: 75%;
}

.team-section .item-group .item {
  flex: 0 0 calc(33% - 1rem);
  margin: 0rem .5rem;
}

@media screen and (max-width: 63.9375em) {
  .team-section .item-group .item {
    flex: 0 0 100%;
  }
}

.team-section .item-group .item-media {
  margin-bottom: 1rem;
}

.team-section .item-group .item-media img {
  width: 100%;
}

.team-section .item-group .item-body {
  text-align: left;
}

.team-section .item-group .item-body-heading {
  font-size: 18px;
  font-weight: 500;
  color: #484848;
}

.team-section .item-group .item-body-subheading {
  font-size: 16px;
  font-weight: 500;
  color: #a0a0a0;
}

.locations-section {
  width: 100%;
  padding: 4rem 0rem;
}

.locations-section .locations-head {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 53px;
  border-bottom: 1px solid #dedede;
}

.locations-section .locations-head h2 {
  color: #78787d;
  margin-bottom: 0px;
  font-size: 38px;
}

@media screen and (max-width: 63.9375em) {
  .locations-section .locations-head {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.locations-section .head-left {
  flex: 0 0 50%;
}

@media screen and (max-width: 63.9375em) {
  .locations-section .head-left {
    flex: 0 0 100%;
  }
}

.locations-section .head-right {
  flex: 0 0 50%;
  text-align: right;
}

.locations-section .head-right > span:first-child {
  margin-right: 12px;
}

.locations-section .head-right .icon {
  position: relative;
  bottom: -3px;
}

@media screen and (max-width: 63.9375em) {
  .locations-section .head-right {
    text-align: left;
    flex: 0 0 100%;
  }
}

.locations-section .locations h3 {
  font-weight: 500;
}

.locations-section .locations p {
  margin-bottom: 0px;
}

@media screen and (max-width: 63.9375em) {
  .locations-section .locations .location {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 47.9375em) {
  .locations-section .locations .location {
    flex: 1 1 100%;
    margin-bottom: 15px;
  }
}

.cta {
  padding: 7rem 1rem;
  text-align: center;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 63.9375em) {
  .cta {
    padding: 5rem 1rem;
  }
}

.cta h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
}

html body.towers .gallery-bg {
  position: absolute;
  min-height: 25.125rem;
  display: flex;
  width: 100%;
  left: 49.999%;
  transform: translateX(-50%);
  max-width: 107.8125rem;
  overflow: hidden;
}

@media print, screen and (min-width: 48em) {
  html body.towers .gallery-bg {
    min-height: 29.0625rem;
  }
}

@media print, screen and (min-width: 64em) {
  html body.towers .gallery-bg {
    min-height: 35.3125rem;
  }
}

@media screen and (min-width: 75em) {
  html body.towers .gallery-bg {
    min-height: 47.8125rem;
  }
}

html body.towers .gallery-bg .video {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1725px;
  transform: translateY(-50%);
  top: 50%;
  overflow: hidden;
}

@media print, screen and (min-width: 64em) {
  html body.towers .gallery-bg .video {
    min-height: 47.8125rem;
  }
}

html body.towers .gallery-bg .video:after {
  content: '';
  display: block;
  padding-top: 56.25%;
  z-index: 2;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.71+0,0+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}

html body.towers .gallery-bg .video iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  html body.towers .gallery-bg .video iframe {
    min-width: 29.0625rem;
  }
}

@media print, screen and (min-width: 64em) {
  html body.towers .gallery-bg .video iframe {
    min-width: 35.3125rem;
  }
}

@media screen and (min-width: 75em) {
  html body.towers .gallery-bg .video iframe {
    min-width: 88rem;
  }
}

html body.towers .gallery,
html body.towers .fiber-gallery {
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  line-height: 1.88;
  display: flex;
  background: #222;
}

@media print, screen and (min-width: 48em) {
  html body.towers .gallery,
  html body.towers .fiber-gallery {
    font-size: 1.125rem;
    line-height: 1.95;
  }
}

html body.towers .gallery .slick-track,
html body.towers .fiber-gallery .slick-track {
  width: 6000px !important;
}

html body.towers .gallery .slide-link,
html body.towers .fiber-gallery .slide-link {
  display: block;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 150px;
  transform: translateX(-50%) translateY(40%);
}

html body.towers .gallery .slide,
html body.towers .fiber-gallery .slide {
  background-size: cover;
  min-height: 25.125rem;
  background-position: 50% 50%;
  display: flex;
  width: 100%;
  max-width: 1725px;
  align-items: center;
  padding: 1.875rem 0;
}

@media print, screen and (min-width: 48em) {
  html body.towers .gallery .slide,
  html body.towers .fiber-gallery .slide {
    min-height: 29.0625rem;
    padding: 1.875rem 0 4.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  html body.towers .gallery .slide,
  html body.towers .fiber-gallery .slide {
    min-height: 35.3125rem;
  }
}

@media screen and (min-width: 75em) {
  html body.towers .gallery .slide,
  html body.towers .fiber-gallery .slide {
    min-height: 47.8125rem;
  }
}

html body.towers .gallery .text,
html body.towers .fiber-gallery .text {
  width: 100%;
}

html body.towers .gallery .text > *,
html body.towers .fiber-gallery .text > * {
  position: relative;
  top: 30px;
  transition: top 0.5s ease;
}

html body.towers .gallery .slick-active .text > *,
html body.towers .fiber-gallery .slick-active .text > * {
  top: 0;
}

html body.towers .gallery .row,
html body.towers .fiber-gallery .row {
  position: relative;
  z-index: 3;
}

html body.towers .gallery h1,
html body.towers .fiber-gallery h1 {
  color: inherit;
  font-size: 2.1875rem;
  line-height: 1.29;
  margin: 0 0 0.625rem;
}

@media print, screen and (min-width: 48em) {
  html body.towers .gallery h1,
  html body.towers .fiber-gallery h1 {
    font-size: 3.4375rem;
    margin: 0 0 2.1875rem;
  }
}

html body.towers .gallery h2,
html body.towers .fiber-gallery h2 {
  color: inherit;
}

html body.towers .gallery h3,
html body.towers .fiber-gallery h3 {
  color: inherit;
}

html body.towers .gallery h3 + h1,
html body.towers .fiber-gallery h3 + h1 {
  margin: -10px 0 20px;
}

html body.towers .gallery p,
html body.towers .fiber-gallery p {
  margin: 0 0 1.625rem;
  max-width: 95%;
}

@media print, screen and (min-width: 48em) {
  html body.towers .gallery p,
  html body.towers .fiber-gallery p {
    max-width: 85%;
  }
}

html body.towers .gallery .text-center p,
html body.towers .fiber-gallery .text-center p {
  margin: 0 auto 1.625rem;
}

html body.towers .gallery .slick-dots,
html body.towers .fiber-gallery .slick-dots {
  position: absolute;
  bottom: 8.375rem;
  left: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none !important;
}

@media print, screen and (min-width: 48em) {
  html body.towers .gallery .slick-dots,
  html body.towers .fiber-gallery .slick-dots {
    display: block !important;
  }
}

html body.towers .gallery .slick-dots li,
html body.towers .fiber-gallery .slick-dots li {
  width: 0.5625rem;
  height: 0.5625rem;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 0.4375rem;
  cursor: pointer;
  background: #fff;
}

html body.towers .gallery .slick-dots li:hover,
html body.towers .gallery .slick-dots li.slick-active,
html body.towers .fiber-gallery .slick-dots li:hover,
html body.towers .fiber-gallery .slick-dots li.slick-active {
  background: none;
}

html body.towers #main {
  background: #030e20;
}

html body.towers .points {
  color: #fff;
}

html body.towers .points h1,
html body.towers .points h2,
html body.towers .points h3,
html body.towers .points h4 {
  color: inherit;
}

html body.towers .points p {
  color: #aaa;
  margin: 0 0 3.75rem 0;
  max-width: 48.125rem;
}

html body.towers .points .heading {
  margin-left: 15px;
  margin-bottom: 3.75rem;
  max-width: 56.25rem;
}

html body.towers .points .icon-holder {
  border-color: #142138;
  margin-right: 0;
}

@media print, screen and (min-width: 48em) {
  html body.towers .points .icon-holder {
    margin-left: 0;
  }
}

html body.towers .news,
html body.towers .assets {
  background: #eee;
}

html body.towers .intro-boxes .box .holder {
  padding: 3.75rem 1.25rem;
  background: rgba(0, 0, 0, 0.5);
}

html body.towers .intro-boxes .box span {
  max-width: 180px;
  margin: 0 auto;
  line-height: 1.6rem;
  display: block;
}

html body.towers .main-section .small-post {
  padding: 0 15px;
  margin-bottom: 50px;
}

html body.towers .main-section .small-post p {
  font-size: 0.9em;
}

html body.towers .feature-section {
  z-index: 999;
  margin: -20px -1.3125rem 0;
}

@media print, screen and (min-width: 48em) {
  html body.towers .feature-section {
    margin: -100px 0 40px;
  }
}

html body.towers .feature-section .info-box .box-content {
  padding: 80px 20px 20px;
  font-size: 0.9rem;
  background: #fff;
  box-shadow: 0 0px 80px -10px rgba(0, 0, 0, 0.9);
}

@media print, screen and (min-width: 48em) {
  html body.towers .feature-section .info-box .box-content {
    padding: 80px 50px 25px 50px;
  }
}

html body.towers .feature-section .info-box .box-image {
  background-size: cover !important;
  background-position: center center !important;
  padding: 0;
  margin: 0 0px -16%;
  width: 20%;
  z-index: 5;
}

@media print, screen and (min-width: 48em) {
  html body.towers .feature-section .info-box .box-image {
    margin: 0px auto -12% auto;
    max-width: 9.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  html body.towers .feature-section .info-box .box-image {
    margin: 0px 0px -12% 50px;
  }
}

html body.towers .feature-section .info-box .box-image:before {
  padding-top: 90%;
  content: '';
  display: block;
}

html body.towers .feature-section .info-box .row {
  margin: 0;
  overflow: hidden;
}

html body.leasing .leasing-customers {
  position: relative;
  display: block;
  margin: 0 0 3.75rem 0;
  width: 100%;
  padding: 1.25rem 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  list-style: none;
}

html body.leasing .leasing-customers::before,
html body.leasing .leasing-customers::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

html body.leasing .leasing-customers::after {
  clear: both;
}

html body.leasing .leasing-customers:before {
  content: 'Our Customers';
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  display: inline;
  width: 15.625rem;
  color: #484848;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  background: #fff;
  transform: translateX(-50%) translateY(-50%);
}

html body.leasing .leasing-customers li {
  display: inline-block;
  width: 33.33333333%;
  float: left;
}

@media print, screen and (min-width: 48em) {
  html body.leasing .leasing-customers li {
    width: 16.66666667%;
  }
}

html body.leasing .leasing-customers img {
  display: block;
  width: 100%;
  height: auto;
}

html body.leasing .staff-callout {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
}

html body.leasing .staff-callout__image {
  display: block;
  width: 100%;
  padding-bottom: 91.60305344%;
  background-size: cover;
  background-repeat: none;
  border: 25px solid #F5F5F5;
  background-position: center center;
  border-bottom: 0;
}

html body.leasing .staff-callout__descr {
  padding: 1.25rem;
}

html body.leasing .staff-callout__descr > :first-child {
  margin-top: 0;
}

html body.leasing .staff-callout__descr > :last-child {
  margin-bottom: 0;
}

html body.leasing .staff-callout__descr h2 {
  margin-bottom: 0.625rem;
}

html body.leasing .sidebar {
  margin-top: 2.8125rem;
}

@media print, screen and (min-width: 48em) {
  html body.leasing .sidebar {
    margin-top: 0;
  }
}

html body.leasing .sidebar > *:not(:last-child) {
  margin-bottom: 1.875rem;
}

html body.leasing .sidebar .staff-callout:not(:last-child) {
  margin-bottom: 1.875rem;
}

html body.leasing .sidebar .button {
  padding: 0.75rem 1.5625rem;
}

@media print, screen and (min-width: 48em) {
  html body.leasing .sidebar .links a:last-child {
    margin-bottom: 0;
  }
}

html body.leasing .sidebar .links:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

html body.leasing .info-section.map {
  min-height: 20rem;
}

html body.leasing .map {
  color: #fff;
}

html body.leasing .map h1,
html body.leasing .map h2,
html body.leasing .map h3,
html body.leasing .map h4 {
  color: inherit;
}

html body.leasing .map p {
  color: #fff;
}

body.noBanner #wrapper > .banner {
  display: none;
}

body#careers .statement {
  background: #F5F5F5;
  padding: 66px 0;
}

body#careers .statement h2 {
  font-size: 28px;
  line-height: 1.4em;
}

body#careers .special {
  max-width: 1120px;
  margin: 0px auto 70px;
  border-top: 1px solid #dddddd;
  padding-top: 50px;
}

body.tower-services .textBlock p:last-child {
  margin-bottom: 0;
}

body.tower-services .neo-block:last-child {
  padding-top: 0;
}

body.about-fiber #block-1347 {
  padding-top: 0;
}

body.about-fiber #block-1186 {
  padding-top: 2.1875rem;
}

body.careers #block-1012.neo-block.neo-block-supergrid .neo-block-supergrid-items p {
  color: #fff !important;
}

body.careers .neo-block-supergrid-items .text-container-gutter {
  padding: 0 !important;
}

body.careers .neo-block-supergrid-items .image {
  padding: 0 !important;
}

body.careers .neo-block-supergrid-items figure {
  border-radius: 0 !important;
}

body.careers .neo-block-supergrid-items .text {
  padding: 0 2.8125rem 2.8125rem 2.8125rem;
}

body.contact .info-callout {
  position: relative;
  padding: 20px 30px 20px 80px;
  border: 1px solid #6AB2DC;
  background-color: #edf8ff;
  max-width: 43.875rem;
  font-size: 14px;
  color: #000;
}

@media print, screen and (min-width: 48em) {
  body.contact .info-callout {
    font-size: 17px;
  }
}

body.contact .info-callout:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  height: 40px;
  width: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB3aWR0aD0iMTc5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTE1MiAxMzc2di0xNjBxMC0xNC05LTIzdC0yMy05aC05NnYtNTEycTAtMTQtOS0yM3QtMjMtOWgtMzIwcS0xNCAwLTIzIDl0LTkgMjN2MTYwcTAgMTQgOSAyM3QyMyA5aDk2djMyMGgtOTZxLTE0IDAtMjMgOXQtOSAyM3YxNjBxMCAxNCA5IDIzdDIzIDloNDQ4cTE0IDAgMjMtOXQ5LTIzem0tMTI4LTg5NnYtMTYwcTAtMTQtOS0yM3QtMjMtOWgtMTkycS0xNCAwLTIzIDl0LTkgMjN2MTYwcTAgMTQgOSAyM3QyMyA5aDE5MnExNCAwIDIzLTl0OS0yM3ptNjQwIDQxNnEwIDIwOS0xMDMgMzg1LjV0LTI3OS41IDI3OS41LTM4NS41IDEwMy0zODUuNS0xMDMtMjc5LjUtMjc5LjUtMTAzLTM4NS41IDEwMy0zODUuNSAyNzkuNS0yNzkuNSAzODUuNS0xMDMgMzg1LjUgMTAzIDI3OS41IDI3OS41IDEwMyAzODUuNXoiLz48L3N2Zz4=);
  background-size: cover;
  transform: translateY(-50%);
}

body.map .footer {
  display: none !important;
}

body.map .embed-container {
  padding-bottom: 0;
  height: calc(100vh - 144px);
}

@media print, screen and (min-width: 48em) {
  body.map .embed-container {
    height: calc(100vh - 184px);
  }
}

body.legal #main .neo-block-supergrid-intro {
  margin-bottom: 0;
  padding: 0 0.9375rem;
  border: 0;
}

@media print, screen and (min-width: 48em) {
  body.legal #main .neo-block-supergrid-intro {
    padding: 0;
  }
}

body.legal #main .neo-block {
  padding-bottom: 2.8125rem;
}

body.legal .state-files .state-files__state {
  display: block;
  margin-bottom: 45px;
}

body.legal .state-files .state-files__state.expanded .state-files__file--more {
  display: block;
}

body.legal .state-files .state-files__state.expanded .state-files__toggle__more {
  display: none;
}

body.legal .state-files .state-files__state.expanded .state-files__toggle__less {
  display: block;
}

body.legal .state-files .state-files__headline {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

body.legal .state-files .state-files__files {
  list-style: none;
  margin: 0;
}

body.legal .state-files .state-files__file {
  position: relative;
  padding: 0 0 0.625rem 1.25rem;
  list-style: none;
}

body.legal .state-files .state-files__file.state-files__file--more {
  display: none;
}

body.legal .state-files .state-files__file:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMjczIDM2NSA2NCA2NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMjczIDM2NSA2NCA2NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNDODQ4NDQ7fTwvc3R5bGU+PGc+PGc+PGc+PGc+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSItMjI2LDM2NSAtMjI2LDM3NSAtMjE3LDM3NSAiLz48L2c+PC9nPjwvZz48Zz48Zz48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI1MS4zLDM5Ny40YzAsMCwwLjctMC4zLDIuMS0yLjVjLTAuOCwwLjUtMS4zLDEtMS42LDEuNGMtMC40LDAuNC0wLjcsMC45LTAuNywwLjlsMC4yLDAuM0MtMjUxLjQsMzk3LjUtMjUxLjQsMzk3LjUtMjUxLjMsMzk3LjR6Ii8+PC9nPjwvZz48Zz48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI0OS43LDQxMC43Yy0wLjMtMC4yLTAuOC0wLjMtMS41LTAuM2gtMS43djIuOWgxLjdjMC4zLDAsMC41LDAsMC43LTAuMWMwLjItMC4xLDAuNC0wLjEsMC42LTAuMmMwLjItMC4xLDAuMy0wLjIsMC40LTAuNGMwLjEtMC4yLDAuMi0wLjQsMC4yLTAuN2MwLTAuMywwLTAuNS0wLjEtMC43Qy0yNDkuNCw0MTAuOS0yNDkuNSw0MTAuOC0yNDkuNyw0MTAuN3oiLz48L2c+PC9nPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMjMwLjUsMzkyLjZjMC0wLjEsMC0wLjItMC4yLTAuM2MtMC4yLTAuMS0wLjktMC41LTIuNC0wLjdjMC45LDAuOCwxLjMsMC45LDEuNywxQy0yMzEsMzkyLjctMjMwLjYsMzkyLjctMjMwLjUsMzkyLjZ6Ii8+PC9nPjwvZz48Zz48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI0Mi4yLDM3Ny45YzAtMC42LTAuMi0xLTAuMy0xLjJjMCwwLjItMC4xLDAuNC0wLjEsMC42YzAsMC43LDAsMS41LDAuMiwyLjNDLTI0Mi4yLDM3OC44LTI0Mi4yLDM3OC4zLTI0Mi4yLDM3Ny45eiIvPjwvZz48L2c+PGc+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTS0yNDIuMSwzODkuMmMwLjctMC4xLDEuNC0wLjMsMi4xLTAuNGwtMC4xLTAuMWgwLjFjLTAuNi0wLjctMS4xLTEuMy0xLjYtMS45bC0wLjIsMC4ydi0wLjFjLTAuMiwwLjUtMC40LDEtMC43LDEuNWMtMC4xLDAuMy0wLjIsMC41LTAuMywwLjdoMC4xbC0wLjEsMC4yQy0yNDIuNiwzODkuMy0yNDIuNCwzODkuMy0yNDIuMSwzODkuMnoiLz48L2c+PC9nPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMjMwLDM3OXYtMTRoLTMzYy0xLjEsMC0yLDAuOS0yLDIuMVY0MjdjMCwxLjEsMC45LDIuMSwyLDIuMWg0My43YzEuMSwwLDIuMy0wLjksMi4zLTIuMXYtNDhILTIzMHogTS0yNTMsMzk0LjJjMC44LTAuOSwyLjQtMi40LDYuMi0zLjhjMC41LTEsMS0yLjEsMS41LTMuMmMwLjYtMS4yLDEtMi40LDEuNC0zLjNjLTEuNS0yLjYtMS44LTQuNS0xLjctNi43YzAuMS0yLjcsMS45LTMuNywzLjItMy43YzAuOCwwLDMsMC44LDMuMiw0LjJjMC4xLDEuMy0wLjIsMi44LTEuMiw1LjhjMC44LDEuMSwxLjgsMi4zLDMuMSwzLjhjMC40LDAuNCwwLjgsMC45LDEuMSwxLjJjMC4zLDAsMC42LDAsMC45LDBjMi43LDAsNC45LDAuNSw2LjIsMS4zYzEuOSwxLjIsMS44LDMuMSwxLjQsNGMtMC4yLDAuNy0xLjIsMS45LTMuMSwxLjljLTAuNCwwLTAuOS0wLjEtMS4zLTAuMmMtMS41LTAuNC0yLjYtMS4xLTUuMy0zLjljLTEuMywwLjEtMi42LDAuMy00LjEsMC42Yy0xLjEsMC4yLTIuMiwwLjUtMy4xLDAuOGMtMi45LDUuNy00LjUsNi45LTUuNSw3LjNjLTAuNSwwLjItMC45LDAuMy0xLjMsMC4zYy0xLjQsMC0yLjItMC45LTIuNi0xLjZDLTI1NC42LDM5OC0yNTUsMzk2LjItMjUzLDM5NC4yeiBNLTI0Ny44LDQxNC40Yy0wLjgsMC42LTEuOCwwLjktMy4yLDAuOWgtMS45djQuOGgtMi42VjQwOGg0LjVjMC42LDAsMS4yLDAuMSwxLjcsMC4yYzAuNSwwLjEsMSwwLjMsMS40LDAuNmMwLjQsMC4zLDAuNywwLjcsMC45LDEuMXMwLjMsMSwwLjMsMS43Qy0yNDYuNiw0MTIuOS0yNDcsNDEzLjgtMjQ3LjgsNDE0LjR6IE0tMjM2LjEsNDE2LjZjLTAuMiwwLjctMC42LDEuNC0xLjEsMS45Yy0wLjksMS4xLTIuMywxLjYtNC4xLDEuNmgtNFY0MDhoNGMxLDAsMS44LDAuMSwyLjUsMC40YzAuNywwLjMsMS4zLDAuNywxLjcsMS4yYzAuNSwwLjUsMC44LDEuMiwxLDEuOXMwLjMsMS42LDAuMywyLjVDLTIzNS44LDQxNS0yMzUuOSw0MTUuOS0yMzYuMSw0MTYuNnogTS0yMjYuNSw0MTAuMmgtNS4zdjIuNWgzLjl2Mi4yaC00djUuMmgtMi42VjQwOGg3LjlMLTIyNi41LDQxMC4yTC0yMjYuNSw0MTAuMnoiLz48L2c+PC9nPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMjM5LjEsNDExLjNjLTAuNS0wLjYtMS4yLTEtMi4yLTFoLTEuNHY3LjdoMS4zYzAuNiwwLDEuMS0wLjEsMS41LTAuM2MwLjQtMC4yLDAuNy0wLjUsMC45LTAuOGMwLjItMC40LDAuNC0wLjgsMC41LTEuMmMwLjEtMC41LDAuMS0xLDAuMS0xLjVjMC0wLjYtMC4xLTEuMi0wLjItMS43Qy0yMzguNyw0MTItMjM4LjksNDExLjYtMjM5LjEsNDExLjN6Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: transparent;
}

body.legal .state-files .state-files__file a {
  color: #333;
}

body.legal .state-files .state-files__file a:hover {
  color: #67B1DC;
}

body.legal .state-files .state-files__toggle {
  display: block;
  width: 100%;
  margin-top: 0.375rem;
  cursor: pointer;
}

body.legal .state-files .state-files__toggle .state-files__toggle__more,
body.legal .state-files .state-files__toggle .state-files__toggle__less {
  color: #67B1DC;
  font-size: 1.125rem;
  font-weight: bold;
}

body.legal .state-files .state-files__toggle .state-files__toggle__more {
  display: block;
}

body.legal .state-files .state-files__toggle .state-files__toggle__less {
  display: none;
}

.gseLanding .main-content {
  width: 100%;
}

.ptabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  height: auto;
  padding: 0px 25px;
  margin-top: 43px;
  margin-bottom: 43px;
  border: none;
  border-bottom: 1px solid #EAEAEA;
}

@media (min-width: 1326px) {
  .ptabs {
    padding: 0px 0px;
  }
}

@media (min-width: 600px) {
  .ptabs {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 81px;
    height: 122px;
  }
}

.ptabs .ptab {
  display: block;
  padding: 5px 10px;
  padding-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  transition: border-bottom .2s ease-out;
}

@media (min-width: 600px) {
  .ptabs .ptab {
    padding: 0px;
    margin: 0px;
  }
}

.ptabs .ptab .ptab-icon {
  display: inline-block;
  margin-bottom: 17px;
}

.ptabs .ptab .ptab-heading {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.ptabs .ptab:hover {
  border-bottom-color: #00B2E3;
  transition: border-bottom .2s ease-out;
}

.ptabs .ptab.active {
  border-bottom-color: #00B2E3;
}

.ptabs .ptab.active .ptab-heading {
  font-weight: 600;
}

.ptab-panels {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
}

.ptab-panels .ptab-panel {
  display: none;
  flex: 1 1 100%;
  padding: 0px 25px;
  margin: 0px auto;
}

.ptab-panels .ptab-panel.active {
  display: block;
}

@media (min-width: 771px) {
  .ptab-panels .ptab-panel {
    flex: 0 0 771px;
    padding: 0px;
  }
}

.ptab-panels .richtext p {
  margin-bottom: 38px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: #878787;
}

.ptab-panels .richtext h2 {
  margin-bottom: 26px;
}

.ptab-panels .richtext h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 12px;
}

.ptab-panels .richtext blockquote {
  margin-left: 30px;
  margin-bottom: 38px;
  padding: 0px 0;
  padding-left: 30px;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #00B2E3;
  border-left-width: 6px;
}

.ptab-panels .richtext .right {
  float: none;
  padding: 10px 0px;
}

@media (max-width: 596px) {
  .ptab-panels .richtext .right > img {
    width: 100% !important;
  }
}

@media (min-width: 596px) {
  .ptab-panels .richtext .right {
    float: right;
    padding-top: 10px;
    padding-left: 36px;
    padding-bottom: 0px;
  }
}

.ptab-panels .richtext .left {
  float: none;
  padding: 10px 0px;
}

@media (max-width: 596px) {
  .ptab-panels .richtext .left > img {
    width: 100% !important;
  }
}

@media (min-width: 596px) {
  .ptab-panels .richtext .left {
    float: left;
    padding-top: 10px;
    padding-right: 36px;
    padding-bottom: 18px;
  }
}

.ptab-panels .richtext .social-list {
  display: flex;
  align-items: center;
  padding-left: 24px;
  margin-left: 36px;
  margin-bottom: 18px;
  border-left: 5px solid #00B2E3;
}

.ptab-panels .richtext .social-list .list > .list-group:last-child {
  margin-bottom: 0px;
}

.ptab-panels .richtext .social-list .list-group {
  text-align: center;
  margin-bottom: 12px;
}

.ptab-panels .richtext .social-list .list-group img {
  margin-bottom: 12px;
}

.ptab-panels .richtext .social-list .list-group a {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 26px;
}

.resources-list {
  width: 100%;
  background: #F5F5F5;
  padding: 41px 48px;
  margin-top: 65px;
  border-top: 5px solid #00B2E3;
}

.resources-list h3 {
  margin-bottom: 13px;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  color: #515151;
}

.resources-list ul {
  margin: 0px;
  column-count: 1;
  column-gap: 0px;
}

@media (min-width: 596px) {
  .resources-list ul {
    column-count: 2;
    column-gap: 57px;
  }
}

.resources-list ul li {
  padding-left: 15px;
  padding-bottom: 0px;
}

.resources-list ul li:before {
  position: absolute;
  top: .65rem;
  left: 0px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #25aae1;
  content: '';
}

.resources-list ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-transform: uppercase !important;
  color: #878787 !important;
}

.resources-list ul li a:hover {
  color: #25aae1;
}

.quote {
  display: flex;
  flex-wrap: wrap;
  padding-left: 63px;
  padding-right: 25px;
  margin-bottom: 1.25rem;
  background-image: url("/images/quote-icon.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 43px 31px;
}

@media (min-width: 596px) {
  .quote {
    flex-wrap: nowrap;
    padding-right: 0px;
  }
}

.quote .quote-content {
  flex: 1 1 auto;
}

.quote .quote-content p {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

.quote .quote-content em {
  color: #00B2E3;
  font-style: none;
}

.quote .quote-cite {
  flex: 0 0 100%;
  margin: 0px;
  margin-top: 10px;
}

@media (max-width: 596px) {
  .quote .quote-cite > img {
    width: 100% !important;
  }
}

.quote .quote-cite img {
  margin-bottom: 12px;
}

.quote .quote-cite h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #878787;
}

.quote .quote-cite h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #878787;
}

@media (min-width: 596px) {
  .quote .quote-cite {
    flex: 0 0 236px;
    margin-left: 40px;
  }

  .quote .quote-cite img {
    width: auto;
  }
}

.top-content {
  margin-bottom: 44px;
}

.top-content h2 {
  margin-bottom: 15px;
}

.top-content p {
  margin-bottom: 0px;
}

.box-parent {
  margin-bottom: 25px;
}

.box-card {
  display: block;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #E6E6E6;
}

.box-card .box-card-icon {
  margin-bottom: 13px;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.box-card h4 {
  margin: 0px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #78787D;
  text-transform: none;
}

.box-card:hover {
  border-color: #4BAFDD;
}

.box-card:hover h4 {
  color: #000000;
}

.button-form {
  padding: 15px 70px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #78787D;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  cursor: pointer;
}

.button-form:hover {
  border: 1px solid #4BAFDD;
  color: #000000;
}

.wizardBlock {
  background: #f5f5f5;
  padding: 20px;
  padding: 40px;
}

.wizardBlock .form-label {
  margin-bottom: 25px;
}

.wizardBlock .form-label > span {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #4D4D4D;
}

.wizardBlock label,
.wizardBlock form[class*="contact-form"] #fields-street-field:before,
form[class*="contact-form"] .wizardBlock #fields-street-field:before,
.wizardBlock form[class*="contactForm"] #fields-street-field:before,
form[class*="contactForm"] .wizardBlock #fields-street-field:before,
.wizardBlock form[class*="schoolsAndLibrariesContact-form"] #fields-street-field:before,
form[class*="schoolsAndLibrariesContact-form"] .wizardBlock #fields-street-field:before,
.wizardBlock form[class*="covid19Contact-form"] #fields-street-field:before,
form[class*="covid19Contact-form"] .wizardBlock #fields-street-field:before {
  margin-bottom: 14px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #4D4D4D;
}

.wizardBlock form {
  padding: 0px !important;
  max-width: auto !important;
  border: none !important;
}

.wizardBlock .errors {
  padding-bottom: 0.625rem;
}

.wizardBlock .errors input {
  margin-bottom: 5px;
}

.wizardBlock .errors .error {
  color: #cc0000;
  font-size: 14px;
}

@media print, screen and (min-width: 48em) {
  .wizardBlock {
    padding: 40px 100px;
  }
}

.wizardBlock.inline {
  border-top: 1px solid #cfcfcf;
  padding: 1.25rem 0 !important;
  max-width: 43.875rem;
  padding: 1.25rem 0 !important;
}

@media print, screen and (min-width: 48em) {
  .wizardBlock.inline {
    padding: 1.25rem 0 !important;
  }
}

#careers .visual {
  min-height: 35.25rem !important;
}

.careers .great-work-place-image {
  width: 80px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 48em) {
  .careers .great-work-place-image {
    margin-top: -80px;
    width: 112px;
  }
}

.careers .stats-section {
  padding-bottom: 100px;
  background-color: #F1F9FC;
  text-align: center;
}

.careers .stats-section .row:first-child {
  margin-bottom: 34px;
}

.careers .stats-section .stats-item {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 48em) {
  .careers .stats-section .stats-item {
    margin-bottom: 0px;
  }
}

.careers .stats-section .stat-num {
  color: #171711;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 80px;
}

@media print, screen and (min-width: 48em) {
  .careers .stats-section .stat-num {
    font-size: 80px;
  }
}

.careers .stats-section .stat-label {
  padding: 0px 20%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #5F5F5F;
}

@media print, screen and (min-width: 48em) {
  .careers .stats-section .stat-label {
    padding: 0px 20%;
  }
}

.careers .values-section {
  background: linear-gradient(180deg, rgba(78, 175, 221, 0.08) 65.1%, rgba(78, 175, 221, 0) 100%);
  padding: 63px 20px;
}

@media print, screen and (min-width: 48em) {
  .careers .values-section {
    padding: 126px 0px;
  }
}

.careers .values-section .value-items-wrap {
  display: flex;
  align-items: center;
}

.careers .values-section .value-items {
  margin-right: 0px;
}

@media print, screen and (min-width: 48em) {
  .careers .values-section .value-items {
    margin-right: 24px;
  }
}

.careers .values-section .value-image {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .careers .values-section .value-image {
    display: block;
  }
}

.careers .values-section .value-image > img {
  width: 541px;
}

.careers .values-section .value-action {
  margin-top: 36px;
  margin-bottom: 72px;
}

@media print, screen and (min-width: 48em) {
  .careers .values-section .value-action {
    margin-top: 73px;
    margin-bottom: 144px;
  }
}

.careers .values-section .value-item {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.careers .values-section .value-item .value-item-image {
  display: flex;
  position: relative;
  top: -10px;
  left: 0px;
  width: 65px;
  height: 47px;
  min-width: 65px;
  align-items: center;
}

.careers .values-section .value-item .value-item-content {
  padding-left: 0px;
  position: relative;
}

.careers .values-section .value-item .value-item-content h4 {
  position: relative;
  margin: 0px;
  text-transform: none;
}

.careers .values-section .value-item .value-item-content h4 > span {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #171717;
  z-index: 1;
}

.careers .values-section .value-item .value-item-content h4:before {
  content: attr(data-initial);
  position: absolute;
  left: -10px;
  bottom: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 75px;
  line-height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #DFEDF2;
  z-index: 0;
}

.careers .values-section .value-item .value-item-content p {
  position: relative;
  margin: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #5F5F5F;
  z-index: 1;
}

.careers .testimonials .testimonial {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 48em) {
  .careers .testimonials .testimonial {
    margin-bottom: 0px;
  }
}

.careers .testimonials .testimonial > div {
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.careers .testimonials .testimonial img {
  width: 100%;
}

.careers .testimonials .testimonial .testimonial-content {
  position: relative;
  padding: 30px 30px;
  padding-top: 84px;
}

.careers .testimonials .testimonial .testimonial-quote-icon {
  position: absolute;
  top: 75px;
  left: 20px;
  font-style: italic;
  font-weight: normal;
  font-size: 100px;
  line-height: 0;
  display: flex;
  align-items: center;
  color: #4EAFDD;
}

.careers .testimonials .testimonial .testimonial-quote {
  margin-bottom: 0px;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #171717;
}

.careers .testimonials .testimonial .testimonial-cite {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #5F5F5F;
  text-transform: none;
}

.careers .testimonials .testimonial .testimonial-cite-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #5F5F5F;
}

.careers .section-headings {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 48em) {
  .careers .section-headings {
    margin-bottom: 40px;
  }
}

.careers .section-heading {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 38px;
  text-align: center;
  color: #171717;
}

@media print, screen and (min-width: 48em) {
  .careers .section-heading {
    font-size: 45px;
    line-height: 50px;
  }
}

.careers .section-subheading {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #5F5F5F;
  text-align: center;
}

.careers .section-subheading a {
  text-decoration: underline;
}

@media print, screen and (min-width: 48em) {
  .careers .section-subheading {
    font-size: 18px;
    line-height: 25px;
  }
}

.right-left-section {
  padding: 63px 20px;
}

@media print, screen and (min-width: 48em) {
  .right-left-section {
    padding: 126px 0px;
  }
}

.right-left-section .right-left-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.right-left-section .right-left-item:last-child {
  margin-bottom: 0px;
}

@media print, screen and (min-width: 48em) {
  .right-left-section .right-left-item {
    flex-wrap: nowrap;
    margin-bottom: 100px;
  }
}

.right-left-section .right-left-item img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 48em) {
  .right-left-section .right-left-item img {
    max-width: 350px;
    margin-bottom: 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .right-left-section .right-left-item img {
    max-width: 525px;
  }
}

.right-left-section .right-left-item h3 {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #171717;
}

@media print, screen and (min-width: 48em) {
  .right-left-section .right-left-item h3 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 40px;
  }
}

.right-left-section .right-left-item h3 + div {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #5F5F5F;
}

.right-left-section .right-left-item h3 + div a {
  text-decoration: underline;
}

.right-left-section .right-left-item:nth-child(odd) {
  padding-left: 0px;
}

@media print, screen and (min-width: 48em) {
  .right-left-section .right-left-item:nth-child(odd) > div {
    padding-left: 48px;
  }
}

.right-left-section .right-left-item:nth-child(even) {
  padding-right: 0px;
}

@media print, screen and (min-width: 48em) {
  .right-left-section .right-left-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .right-left-section .right-left-item:nth-child(even) > div {
    padding-right: 48px;
  }
}

.posts .post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}

.posts .post figure {
  max-width: 100%;
  flex: 1 1 auto;
  margin-right: 0px;
  margin-bottom: 10px;
}

.posts .post figure a {
  display: block;
  line-height: 0;
}

.posts .post > div {
  flex: 1 1 auto;
}

.posts .post .post-title,
.posts .post .post-title a {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 35px !important;
  color: #4D4D4D;
}

.posts .post .post-title {
  margin-bottom: 10px;
}

.posts .post:last-child {
  border: none;
}

@media (min-width: 596px) {
  .posts .post {
    flex-wrap: nowrap;
  }

  .posts .post figure {
    max-width: 231px;
    flex: 0 0 auto;
    margin-right: 37px;
    margin-bottom: 0px;
  }

  .posts .post .post-title,
  .posts .post .post-title a {
    font-style: normal;
    font-weight: normal;
    font-size: 26px !important;
    line-height: 30px !important;
    color: #4D4D4D;
  }
}

.insight-image {
  margin-bottom: 26px;
}

.insight-title {
  color: #171717;
}

